/*Google fonts*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

/*Global css*/
body{
	font-family: 'Lato', sans-serif;
	color: #999999;
	font-size: 16px;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
	display: inline;
}
.mt-50{
	margin-top: 50px;
}
.mb-3{
	margin-bottom: 30px;
}

/*Header section*/
header{
	background-color: #f6f9f9f9;
	padding: 30px 0;
}
.logo{
	width: 165px;
}

/*Banner section*/
.banner-section{
	background: url(../img/banner.png) no-repeat center top;
	background-size: cover;
	padding: 250px 0 150px;
}
.banner-section h1{
	text-align: center;
	font-size: 130px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.banner-section .tittle-separator{
	background-color: #15a4fa;
    margin:0 auto 25px;
	height: 2px;
	width: 47%;
}
.banner-section p{
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}
.banner-section .btn-banner{
    border: 1px solid #15a4fa;
    padding: 13px 45px;
    background: transparent;
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin: 75px auto 200px;
    transition: 0.4s ease-in-out;
}
.banner-section .btn-banner:hover{
	background-color: #15a4fa;
}
.banner-section .fa-angle-down{
	color: #fff;
	font-size: 30px;
	text-align: center;
	display: block;
}

/*About section*/
.about-section{
	padding: 75px 0;
	background: #f6f9f9f9;
}
.about-section h2{
    text-align: center;
    font-size: 40px;
    color: #2d3950;
}
.about-section p{
    text-align: center;
    font-size: 20px;
    padding: 0 50px;
}

/*Feature section*/
.feature-section{
	padding: 75px 0;
	text-align: center;
}
.feature-section h3{
	margin: 15px 0 10px;
	text-align: center;
	color: #2d3950;
	font-size: 26px;
}
.feature-section p{
	padding: 0 50px;
	font-size: 16px;
}

/*Gallery section start*/
.gallery-section{
	padding: 75px 0px;
	background-color: #f6f9f9;
}
.gallery-section h2{
	text-align: center;
    font-size: 40px;
    color: #2d3950;
}
.gallery-section p{
	text-align: center;
    font-size: 16px;
}
.g-img{
	width: 100%;
}
.g-item{
	position: relative;
	transition: 0.3s all ease-in-out;
	overflow: hidden;
	margin-bottom: 25px;
}
.g-hover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background-color: rgba(44, 172, 247, 0);
	text-align: center;
	transition: 0.3s all ease-in-out;
	opacity: 0;
	overflow: hidden;
}
.g-hover ul li{
	list-style: none;
	display: inline;
	margin: 5px;
}
.g-hover ul li a i{
	color: #fff;
	width: 45px;
	height: 45px;
	border: 1px solid white;
	border-radius: 3px;
	text-align: center;
	line-height: 45px;
}
.g-hover ul{
    margin-top: 30%;
    margin-left: -9%;
}
.g-item:hover .g-hover{
    background-color: rgba(44, 172, 247, 0.8);
    opacity: 1;
    left: 0;
}

/*Contract section*/
.contract-section{
	background: url(../img/shawon.png) no-repeat center top;
	background-size: cover;
	padding: 100px 0;
}
.contract-section h2{
	text-align: center;
    font-size: 40px;
    color: #fff;
}
.contract-section p{
	text-align: center;
    font-size: 14px;
    color: #999999;
}
.contract-form .form-control{
	background: transparent;
	outline: none;
	padding: 14px 15px;
	color: #fff;
	font-size: 18px;
}
.btn-send{
	border: 1px solid #15a4fa;
    padding: 4px 32px;
    background: transparent;
    font-size: 20px;
    font-weight: 400;
    display: block;
    transition: 0.4s ease-in-out;
    float: right;
}
.btn-send:hover{
	background-color: #15a4fa;
}
.checkbox-box{
    display: inline-block;
    margin-top: 9px;
}
}

/*Footer section start*/
footer{
	background-color: #f6f9f9;
	padding: 20px 0;
}
footer .social-media{
	text-align: right;
}
footer ul{
    margin-top: 20px;
}
.social-media ul li a .fa-brands{
    width: 40px;
    background: #15;
    height: 40px;
    background: #15a4fa;
    color: #fff;
    line-height: 38px;
    text-align: center;
    margin: 20px 10px;
    font-size: 23px;
}
.social-media ul li a .fa-brands:hover{
	background-color: #1475b0;
}
footer p{
    margin-top: 50px;
    margin-bottom: 1rem;
}

@media(min-width: 320px) and (max-width: 576px){
     header {background-color: #f6f9f9f9;padding: 18px 0;}
    .banner-section .btn-banner{padding: 7px 5px;}
    .banner-section .fa-angle-down{margin-bottom: 20px;}
	.logo{display: block; margin: 0 auto;}
	.banner-section{padding: 100px 0 0 0;}
	.banner-section h1{font-size: 42px;}
	.banner-section p{font-size: 18px;}
	.tittle-separator{margin: 0 auto 10px;}
    .banner-section .btn-banner{margin: 25px auto 50px;}
    .about-section h2 {text-align: center; font-size: 28px;color: #2d3950;}
    .about-section{padding: 60px 0px 26px;}
    .about-section p {text-align: center;font-size: 14px; padding: 0 0 35px;}
    .feature-section h3 {margin: 15px 0 10px; text-align: center;color: #2d3950;font-size: 22px;}
    .feature-section {padding: 65px 0px 26px;text-align: center;}
    .feature-section p {padding: 0 50px;font-size: 12px;margin-bottom: 80px;}
    .footer-section p{text-align: center;} 
    .footer-section{margin-left: -34px;}
    .footer-section .social-media{text-align: center;}


}