/* =======================================================================
Online Universiti - One Page Respossive HTML5 Template
======================================================================= */

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
	font-family: 'Lato', sans-serif !important;
	font-size: 14px;
	color: #808080;
	font-weight: normal;
	overflow-x: hidden !important;
	line-height: 25px;
	text-align: center;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}
@-moz-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Other fixes*/
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	        box-sizing: border-box;
}
i {
	vertical-align: middle;
}
ul, ol {
padding-left: 0 !important; 
}
li {
    list-style: none;
}
/* Selection colours (easy to forget) */
::-moz-selection {
	background: #FC6D6D;
	color: #FFF;
}
::selection {
	background: #FC6D6D;
	color: #FFF;
}
::-moz-selection {
	background: #FC6D6D;
	color: #FFF;
}

a {
	color: #fff;
	-webkit-transition: all 700ms;
	        transition: all 700ms;
}

a,a:hover {
	text-decoration: none;
}
a:hover,a:focus {
	color: #dde5d2;
}
.full-width {
	width: 100%;
	margin: auto;
}

/*---------------------------------------
 **   TYPOGRAPHY                     -----
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 15px;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height: 1.25;
}

h1,h2 {
	font-family: 'Montserrat', 'sans-serif';
	font-weight: 600;
	text-transform: uppercase;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 25px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 16px;
}

/*---------------------------------------
 **   BUTTONS                        -----
-----------------------------------------*/

.buttons {
	text-align: center;
	margin-bottom: 100px;
	margin-top: 45px;
}
.button {
	display: inline-block !important;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 35px 10px 35px;
	border-radius: 4px;
	margin: 10px;
}
.custom-button {
	display: inline-block !important;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	margin: 10px;
	border: none;
}
.red-btn {
	background: #e96656;
}
.green-btn {
	background: #20AA73;
}
.blue-btn {
	background: #3ab0e2;
}
.yellow-btn {
	background: #E7AC44;
}
.red-btn,.green-btn,.blue-btn,.yellow-btn {
	color: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.blue-btn:hover {
	color: #FFF;
	background: #1288b9;
}
.red-btn:hover {
	color: #FFF;
	background: #cb4332;
}
.green-btn:hover {
	color: #FFF;
	background: #069059;
}
.yellow-btn:hover {
	color: #FFF;
	background: #d8951e;
}

/*---------------------------------------
 **   COLORS                         -----
-----------------------------------------*/

/** BACKGROUNDS **/
.red-bg {
	background-color: #e96656;
}
.green-bg {
	background-color: #7fa900;
}
.blue-bg {
	background-color: #2f6eb5;
}
.yellow-bg {
	background-color: #E7AC44;
}
.dark-bg {
	background-color: #404040;
}
.white-bg {
	background-color:  #FFFFFF;
}
.black-bg {
	background-color:  #000000;
}

/** FOR TEXTS AND ICON FONTS **/

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus {
    outline: 1 !important;
    outline-color: #e96656 !important;
    -webkit-appearance:none;
        border:none !important;
  -webkit-box-shadow:none !important;
          box-shadow:none !important;
        }

.red-text {
	color: #e96656;
}
.green-text {
	color: #34d293;
}
.blue-text {
	color: #3ab0e2;
}
.yellow-text {
	color: #f7d861;
}
.dark-text {
	color: #404040;
}
.white-text {
	color: #FFFFFF;
}

.intro-title-25 p,.intro-title-30 p,.intro-title-36 p,.intro-title-60 p,
.intro-text-25 p,.intro-text-30 p,.intro-text-36 p,.intro-text-60 p {
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
}
.intro-title-30 p,.intro-text-30 p {
	font-size: 25px;
}
.intro-title-36 p,.intro-text-36 p {
	font-size: 30px;
}
.intro-title-60 p,.intro-text-60 p {
	font-size: 50px;
}
.intro-title-25 p,.intro-title-36 p,.intro-title-60 p {
	margin-bottom: 30px;
}
.intro-text-25 p,.intro-text-36 p,.intro-text-60 p {
	margin-bottom: 0;
}
@media ( max-width: 1199.98px ) {
	[class*="intro-text-"] p br, [class*="intro-title-"] p br {
		display: none;
	}	
}

/* ----------------------------------------*/
/*   SECTION:  HEADER                        */
/* ----------------------------------------*/
.header {
	background-color: #000;
	position: relative;
	overflow: hidden;
	padding-top: 60px;
}

.navbar-brand {}
@media ( max-width: 767.98px ){
	.navbar-brand img {
		max-width: 120px;
	}	
}

.header .intro {
	min-height: 775px;
}
	.intro {
		text-align: center;
		color: #FFF;
		line-height: 65px;
	}
	.intro h1 small {
		display: block;
		font-size: 75%;
	}
	@media ( max-width: 767.98px ){
		.intro h1 {
			font-size: 50px;
		}
	}

.navbar {}
@media ( max-width: 767.98px ){
	.navbar {
		background-color: rgba(0,0,0,.9);
		text-align: left;
	}	
}
.navbar-toggler-icon {
	color: #fff;
}

.section .container {
	min-height: 700px;
}
@media ( max-width: 991.98px ){
	.section .container {
		min-height: 480px;
	}
	.img-mobile-max {
		max-width: 140px;
		height: auto;
	}
}


/* ----------------------------------------*/
/*   SECTION:  FOOTER                        */
/* ----------------------------------------*/

footer {
	background: #000;
}
.company-details {
	color: #939393;
	padding-top   : 30px;
	padding-bottom: 30px;
	line-height: 1.2;
}
.company-details .icon-top {
	font-size: 30px;
	margin-bottom: 10px;
}
.copyright {
	padding-top   : 46px;
	padding-bottom: 30px;
	background: #070809;
}
.copyright .social {
	margin-bottom: 0;
}
.social li {
	display: inline-block;
	margin: 0 5px;
}
.social li a {
	color: #939393;
	font-size: 18px;
}
.social li a:hover {
	color: #e96656;
}
@media ( max-width: 767.98px ) {
	footer {
		padding-top: 40px;
	}
	.company-details {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.copyright {
		padding-top: 26px;
		padding-bottom: 20px;
	}
	.social li {
		display: inline-block;
		margin: 5px;
	}
	.social li a {
		color: #939393;
		font-size: 18px;
	}
	.social li a:hover {
		color: #e96656;
	}
}

.scrolltop {
	position: fixed;
	right : 15px;
	bottom: 15px;
	display: none;
}
.scrolltop a {
	width      : 36px;
	height     : 36px;
	border-radius: 50%;
	background-color: #fff;
	display: block;
	transition        : 2s;
	-moz-transition   : 2s;
	-webkit-transition: 2s;
	-o-transition     : 2s;
}
.scrolltop a .fa {
	transform: rotate(-45deg) translateX(-4px) translateY(4px);
	color: #000;
}
