html{
	font-size: 14px;
}
body{
	font-family: 'Poppins', sans-serif;
	padding-top: 10rem;
}
body h1,h2,h3,h4,h5,h6,p{
	margin: 0px;
}
body input:focus{
	outline: none;
}
body ul{
	margin: 0;
	list-style: none;
	padding-left: 0px;
}
body a:hover,body a:focus{
	text-decoration: none;
}
.padding_0{
	padding: 0px;
}
.nav_section{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
	background-color: white;
	padding: 1rem 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
}
.nav_section.scrolled{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: .5rem 0;
	z-index: 99999;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
}
.nav_section.scrolled .navbar-brand img{
	width: 7rem;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
}
.nav_section .bg-dark{
	background-color: white !important;	
}
.navbar-dark .navbar-nav .nav-link{
	color: #2C2B2B;
	font-size: 1.1rem;
	font-weight: 600;
	padding: .5rem 1.5rem;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	position: relative;
}
.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{
	color: #05A5DD;
}
.navbar-dark .navbar-nav .nav-link:after{
	content: "";
	display: inline-block;
	background-color: #05A5DD;
	height: 0.2rem;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 100%;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
}
.navbar-dark .navbar-nav .nav-link:hover:after,.navbar-dark .navbar-nav .nav-link:focus:after{
	right: 0;
}
.navbar-dark .navbar-nav .nav-link:before{
	content: "";
	display: inline-block;
	background-color: #05A5DD;
	height: 0.2rem;
	position: absolute;
	right: 0;
	top: 0;
	left: 100%;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
}
.navbar-dark .navbar-nav .nav-link:hover:before,.navbar-dark .navbar-nav .nav-link:focus:before{
	left: 0;
}
.navbar-brand img{
	width: 10rem;
}
.parallax-window {
    background: transparent;
}
header{
	background-image: url(../images/header.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 100vh;
	text-align: right;
	padding: 2rem 2rem;
	position: relative;
}
header h1{
	color: #212121;
	font-size: 3.2rem;
	font-weight: 700;
}
header h2{
	color: #212121;
	font-size: 3rem;
	font-weight: 600;
}
header .social{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: flex-end;
	align-items: center;
	vertical-align: middle;
}
header .social ul{
	background-color: #FFFFFF;
	display: inline-block;
	padding: 1.5rem 1rem;
}
header .social ul li a{
	color: #444444;
	font-size: 2rem;
	display: inline-block;
	padding: 1.25rem .5rem;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
}
header .social ul li a:hover,header .social ul li a:focus{
	color: #05A5DD;
}
.testimonials_section{
	padding: 0 2rem;
	padding-bottom: 6rem;
	position: relative;
}
.testimonials_section .solution_box{
	background-color: #F2F2F2;
	display: inline-block;
	position: relative;
	margin-top: -8rem;
	padding: 5rem;
	text-align: center;
	margin-bottom: 5rem;
	width: 100%;
}
.testimonials_section .solution_box h3{
	color: #2C2B2B;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}
.testimonials_section .solution_box p{
	color: #393838;
	font-size: 1.3rem;
	margin-bottom: 5rem;
}
.testimonials_section .solution_box .imgbox{
	display: inline-block;
    width: 100%;
    min-height: 150px;
}
.testimonials_section .solution_box .imgbox img{
	width: 7.5rem;
}
.testimonials_section .solution_box .solution_text{
	font-weight: 700;
}
.testimonials_section .solution_box h4{
	color: #2C2B2B;
	font-size: 1.8rem;
	font-weight: 700;
}
.testimonials_section .carousel-item{
	text-align: center;
}
.testimonials_section .carousel-item p{
	color: #393838;
	font-size: 1.3rem;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.testimonials_section .carousel-indicators{
	bottom: -1.5rem;
}
.testimonials_section .carousel-indicators li{
	background-color: #E0E0E0;
	border: 0;
	border-radius: 50%;
	width: .70rem;
	height: .70rem;
	cursor: pointer;
}
.testimonials_section .carousel-indicators li.active{
	background-color: #2C2B2B;
	width: .70rem;
	height: .70rem;
}
.layer{
	width: 100%;
}
.service_section{
	background-color: white;
	padding: 0 2rem;
}
.service_section .service_box{
	background-color: #F2F2F2;
	display: inline-block;
	position: relative;
	margin-top: -5rem;
	padding: 3rem;
	text-align: center;
}
.service_section .service_box img{
	width: 7.5rem;
	margin-top: 3rem;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
}
.service_section .service_box .col-12:hover img,.service_section .service_box .col-12:focus img{
	transform: scale(1.2);
}
.service_section .service_box h4{
	color: #292828;
	font-size: 1.3rem;
	font-weight: 700;
	margin-top: 3rem;
	min-height: 60px;
	line-height: 1.5;
	margin-bottom: 1rem;
}
.service_section .service_box p{
	color: #292828;
	font-size: 1.1rem;
}
.learn_section{
	background-color: white;
	padding-top: 6rem;
	padding-bottom: 3.5rem;
	text-align: center;
}
.learn_section p{
	color: #292828;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 2.5rem;
}
.contact_section{
	background-color: #373737;
	padding: 4rem 3rem;
}
.contact_section h4{
	color: white;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 2rem; 
}
.contact_section .form-group{
	margin-bottom: .75rem;
}
.form-control:focus{
	outline: none;
	box-shadow: none;
	border-color: white;
}
.contact_section .form-group input.form-control::placeholder{
	color: #0C3848;
}
.contact_section .form-group input.form-control{
	height: 3rem;
	border-radius: .3rem;
}
.contact_section .form-group textarea.form-control{
	height: 7rem;
	resize: none;
	border-radius: .3rem;
}
.contact_section .form-group textarea.form-control::placeholder{
	color: #0C3848;
}
.contact_section .btn.btn_submit{
	border: 0.1rem solid #05A5DD;
	background-color: #05A5DD;
	color: white;
	font-size: 1.1rem;
	font-weight: 600;
	padding: .4rem 2.25rem;
	border-radius: .3rem;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
}
.contact_section .btn.btn_submit:hover,.contact_section .btn.btn_submit:focus{
	background-color: white;
	color: #05A5DD;
}
.contact_section h3{
	color: white;
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 2rem;
}
.contact_section .info_link{
	color: white;
	display: inline-block;
	width: 100%;
	font-size: 1rem;
	margin-bottom: 1rem;
}
.contact_section .phone_link{
	color: white;
	display: inline-block;
	width: 100%;
	font-size: 1rem;
}
.contact_section .social{
	margin-top: 1rem;
}
.contact_section .social li a{
	color: white;
	font-size: 1.5rem;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
}
.contact_section .social li a:hover,.contact_section .social li a:focus{
	color: #05A5DD;
}
@media(max-width: 1320px){
	html{
		font-size: 13px;
	}
}
@media(max-width: 1200px){
	html{
		font-size: 12px;
	}
}
@media (max-width:1024px){
	html{
		font-size: 12px;
	}
	header{
	    height: 50vh;
	}
}
@media (max-width:992px){
	html{
		font-size: 10px;
	}
	.navbar-dark .navbar-toggler{
		color: black;
		font-size: 1.5rem;
	}
	.navbar-dark .navbar-nav .nav-link{
		padding: .5rem 0;
	}
	header .social ul{
		padding: 1rem .5rem;
		z-index: 9;
	}
	header .social ul li a{
		font-size: 1.5rem;
	    display: inline-block;
	    padding: 1rem .5rem;
	}
	.testimonials_section .solution_box .imgbox img {
	    width: 6.5rem;
	}
	.testimonials_section .solution_box .imgbox{
		min-height: 100px;
	}
}
@media(max-width: 767px){
	html{
		font-size: 15px;
	}
	body{
		padding-top: 8rem;
	}
	.navbar-brand img {
	    width: 8rem;
	}
	header{
		padding: 2rem 1rem;
		background-size: cover;
    	height: 100vh;
	}
	header h1{
		font-size: 2rem;
	}
	header h2{
		font-size: 1.2rem;
	}
	.testimonials_section{
		padding: 0 1rem;
	}
	.testimonials_section .solution_box{
		padding: 1.5rem;
		margin-top: -4rem;
		width: 100%;
	}
	.testimonials_section .solution_box h3{
		font-size: 1.3rem;
	}
	.testimonials_section .solution_box h3 br{
		display: none;
	}
	.testimonials_section .solution_box p{
		font-size: 1.1rem;
	}
	.testimonials_section .solution_box h4{
		font-size: 1.3rem;
	}
	.testimonials_section .solution_box .imgbox{
		min-height: 100px;
		width: auto;
	}
	.slick-dots{
		bottom: 1rem;
	}
	.slick-dots li{
		background-color: #BEBEBE;
		width: .9rem;
		height: .9rem;
		border-radius: 50%;
	}
	.slick-dots li.slick-active{
		background-color: #2C2B2B;
	}
	.testimonials_section .carousel-item p{
		font-size: 1.1rem;
	}
	.testimonials_section .carousel-item p br{
		display: none;
	}
	.service_section{
		padding: 0 1rem;
	}
	.service_section .service_box{
		padding: 1.5rem;
		margin-top: -2rem;
	}
	.contact_section h4{
		font-size: 1.5rem;
	}
	.contact_section h3{
		margin-top: 3rem;
	}
	.contact_section .info_link{
		font-size: 1.25rem;
	}
	.contact_section .phone_link{
		font-size: 1.25rem;
	}
}
@media(max-width: 600px){
	header{
		height: 100vh;
	}
}
@media (max-width: 450px){
	header{
		height: 70vh;
	}
}
@media (max-width: 360px){
	header{
		height: 70vh;
	}
}