/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {

}

a {
	color:inherit;
	transition: all .5s ease;
	text-decoration: underline;
}

a:hover {
	color: #03DEFD;
    text-decoration: none;
}

.section {
	background-color: #fff;
	background-size: cover;
	background-position: center;
	padding: 10%;
	margin-bottom: 15px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.4;
	overflow: hidden;
}

.section a {
	width: 100%;
	height: 100%;
	position: relative;
}

.sectionAnimate {
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
	-webkit-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	-moz-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	-ms-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	-o-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	transition: all 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.sectionImage, .sectionImageTall, .sectionImageWide {
	padding: 0;
}

.sectionImage img, .sectionImageTall img, .sectionImageWide img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%, -50%);
}

.sectionText {
}

.sectionTextInner {
	position: static;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.sectionVideo {
	padding: 0;
	background: #000;
}

.sectionVideo video {
	max-width: 100%;
}


/*--------------------------------------------------------------
# Header Navbar
--------------------------------------------------------------*/

.header {
	color: #222;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	-webkit-transition: background 0.4s, all 0.3s linear;
	-o-transition: background 0.4s, all 0.3s linear;
	transition: background 0.4s, all 0.3s linear;
}

.header .navbar {
	background: #fff;
	padding: 0px;
	border: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.3);
}

.header .navbar .nav .nav-item .nav-link {
	font: 500 12px/70px "Poppins", sans-serif;
	text-transform: uppercase;
	color: #222;
	padding: 0px;
	display: inline-block;
	margin-right: 44px;
}

.header .navbar .nav .nav-item .nav-link:after {
	display: none;
}

.header .navbar .nav .nav-item:hover .nav-link, .header .navbar .nav .nav-item.active .nav-link {
	color: #08b4fc;
}

.header .navbar .nav .nav-item.submenu {
	position: relative;
}

.header .navbar .nav .nav-item.submenu ul {
	border: none;
	padding: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0px;
	background: #fff;
}

.header .navbar .nav .nav-item.submenu ul:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #eeeeee transparent transparent transparent;
	position: absolute;
	right: 24px;
	top: 45px;
	z-index: 3;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.header .navbar .nav .nav-item.submenu ul .nav-item {
	display: block;
	float: none;
	margin-right: 0px;
	border-bottom: 1px solid #ededed;
	margin-left: 0px;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.header .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
	line-height: 45px;
	color: #222;
	padding: 0px 30px;
	-webkit-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
	display: block;
	margin-right: 0px;
}

.header .navbar .nav .nav-item.submenu ul .nav-item:last-child {
	border-bottom: none;
}

.header .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
	background: #f9f9ff;
	color: #08b4fc;
}

.header .navbar .nav .nav-item.submenu:hover ul .nav-item {
	margin-top: 0px;
}

.header .navbar .search {
	font-size: 12px;
	line-height: 60px;
	display: inline-block;
	color: #222;
	margin-left: 43px;
}

.header .navbar .search i {
	font-weight: 600;
}

.header + section {
	margin-top: 100px;
}

.header.navbar_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: background 0.4s, all 0.3s linear;
	-o-transition: background 0.4s, all 0.3s linear;
	transition: background 0.4s, all 0.3s linear;
}

.header.navbar_fixed .navbar {
	background: #fff;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section.content a:hover {
	color:inherit;
    text-decoration: none;
 
}
.section1 {

}

.section2 {
}

.section3 {
	
	background: #ffda49;
}

.section3 p {
	color: #e7771c;
	
}

section.content .section3  a:hover p {
	color:#e7771c;

}
.section4 {
}

.section5 {
	background: #64ff70;
}

.section5 p {
	color:#1f8e26;
}

section.content .section5  a:hover p {
	color:#1f8e26;

}

.section6 {
}

.section7 {
}

.section8 {
	background: #ff88ff;
}

.section8 p {
	color:#8a2b8e;
}
section.content .section8  a:hover p {
	color:#8a2b8e;

}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
	background: #fff;
	color: #777;
	padding: 10px 0;
	font-size: 12px;
	line-height: 1;
	margin-top:50px;
}

footer .row {
	padding: 0;
}

footer p {
	margin: 6px 0 0 0;
	color: #aaa;
}

footer a {
	color: #222;
}

.footerSocial {
	margin-bottom: 6px;
}

.footerSocial a {
	padding: 10px;
}

footer a:hover {
	color: #08b4fc;
}

.footerSO53 {
	margin-top:25px;
}
.foooterSO53 p {
	font-size: 10px;
}

footer .row {
	margin:0;
}


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media (max-width: 1199.98px) {
    .header .navbar .nav .nav-item .nav-link {
        margin-right: 30px;
    }
}

@media (max-width: 991.98px) {
    .navbar-toggler {
        border: none;
        border-radius: 0px;
        padding: 0px;
        cursor: pointer;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
		opacity: 1;
	}
	.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}
	.navbar-toggler[aria-expanded="true"] span:first-child {
		transform: rotate(-45deg);
		position: relative;
		top: 7.5px;
	}
	.navbar-toggler[aria-expanded="true"] span:last-child {
		transform: rotate(45deg);
		bottom: 6px;
		position: relative;
	}
	.navbar-toggler span {
		display: block;
		width: 25px;
		height: 3px;
		background: #03DEFD;
		margin: auto;
		margin-bottom: 4px;
		transition: all 400ms linear;
		cursor: pointer;
	}
    .header + section {
        margin-top: 95px;
    }
    .navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav {
        background: #fff;
        padding: 0px 15px;
    }
    .header_top .nav {
        padding: 0px;
    }
    .header .navbar .nav .nav-item .nav-link {
        line-height: 35px;
        margin-right: 0px;
        display: block;
    }
    .header .navbar .search {
        margin-left: 0px;
    }
	.header .navbar-collapse {
		max-height: 340px;
		overflow-y: scroll;
	}
	.header .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
		padding: 0px 15px;
	}
	.navbar-toggler span {
		display: block;
		width: 25px;
		height: 3px;
		background: #03DEFD;
		margin: auto;
		margin-bottom: 4px;
		transition: all 400ms linear;
		cursor: pointer;
	}
}



@media (min-width: 576px) {
	.section {
		height: initial;
	}

	.sectionImage img, .sectionImageTall img, .sectionImageWide img {
		width: 100%;
		height: auto;
	}
	.img-responsive {
		width:100%;
		height:auto;
	}
}


@media (min-width: 768px) {
	.row {
		padding-bottom: 30px;
	}
	.section {
		height: 220px;
		margin-bottom: 0;
	}

}


@media (min-width: 992px) {
	.section {
		height: 300px;
	}
	
	.header .navbar .nav .nav-item.submenu ul {
		position: absolute;
		top: 120%;
		left: 0px;
		min-width: 200px;
		text-align: left;
		opacity: 0;
		-webkit-transition: all 300ms ease-in;
		-o-transition: all 300ms ease-in;
		transition: all 300ms ease-in;
		visibility: hidden;
		display: block;
		border: none;
		padding: 0px;
		border-radius: 0px;
	}
	.header .navbar .nav .nav-item.submenu:hover ul {
		visibility: visible;
		opacity: 1;
		top: 100%;
	}
}


@media (min-width: 1200px) {
	.section {
		height: 360px;
	}
	.sectionImageTall {
		height: 555px;
	}
}

.img-responsive {
	width:100%;
}
