@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html{
	scrollbar-width: thin;
	scroll-behavior: smooth;
}
::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    background: #f0f0f0;}

::-webkit-scrollbar-thumb {
    background: #cdcdcd;
}
::-webkit-scrollbar-corner {
    background: #f0f0f0;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #333333;
	overflow-x: hidden;
}
.logo{
	height: 80px;
}
.header-contact{
	padding: 0;
	margin: 0;
}
.header-contact li{
	display:inline-block;
	margin-left:24px;
}
.header-contact li a{
	display:flex;
	gap: 1rem;
	align-items: center;
	text-decoration:none;
	color: #00467a;
}
.header-contact li a .icon{	
	color: #2091de;
	width: 42px;
	height: 42px;
	line-height: 38px;
	border-radius: 42px;
	font-size: 24px;
	text-align: center;
	border: 1px solid #2091de;
}
.header-contact li a .info h4{
	margin-bottom: 0;
	font-size:22px;
	font-weight:700;
}
.navbar-bottom{
	background: #00467a;
	width: 100%;
	border-radius: 40px;
	padding: 10px 10px;
	display: flex;
}
.header-bottom .navbar{
	padding: 0;
	margin-bottom: -27px;
	z-index: 10;
}
.navbar-bottom .nav-item{
	margin: 0 1rem 0 0;	
}
.navbar-bottom .nav-link{
	color: #fff;
	font-weight:500;
	font-size:14px;
	border-radius: 30px;
	letter-spacing:2px;
	padding: .5rem 1rem !important;
}
.navbar-bottom .nav-link.active{
	color: #00ffba;
	background: rgba(255, 255,255,0.2);
}
.navbar-bottom .dropdown-menu {
	background: #00467a;
	color: #fff;
	padding:0;
	overflow:hidden;
	top: 45px;
}
.navbar-bottom .dropdown-item {
	border-bottom: 1px solid rgba(255, 255,255,0.1);
}
.navbar-bottom .dropdown-menu li:last-child .dropdown-item{
	border-bottom:0px;
}
.navbar-bottom .dropdown-menu .dropdown-item{
	color: #fff;
	font-size:14px;
	padding: .75rem 1rem;
}
.navbar-bottom .dropdown-item:focus, .navbar-bottom .dropdown-item:hover{
	background: rgba(255, 255,255,0.2);
}
.banner{
	position: relative;
}
.banner .carousel-item{
	height: calc(100vh - 100px);
}
.banner::after{
	background: url(../img/bg.png) no-repeat;
	position:absolute;
	bottom:0;
	z-index:99;
	content:'';
	width:100%;
	height:200px;
}
.about{
	padding-bottom: 50px;
}
.page-title{
	margin-bottom: 50px;	
	position: relative;
	z-index:999;
}
.page-title p{
	color: #2091de;
	font-size: 18px;
	font-weight:500;
	text-transform:uppercase;	
}
.page-title h1{
	font-size: 48px;
	font-weight:600;
	color:#00467a;
}
.text-green{
	color: #00ffba !important;
}
.about-right{
	background: #EEE;
	height:100px;
	width:100%;
	transform: translateX(20%);
}
.about-info{	
	height:100%;
	position:relative;
	transition: all .2s ease-in-out;
}
.about-info:hover{
	transform: translateY(-30px);
	transition: all .2s ease-in-out;
}
.about-info .las, .about-info .lab{
	font-size: 64px;
	margin-bottom:1rem;
	color: #2091de;
	z-index:10;
	transition: all .2s ease-in-out;
}
.about-info h4{
	color: #000;
	font-weight:600;
	transition: all .2s ease-in-out;
}
.about-info:hover h4, .about-info:hover .las, .about-info:hover .lab{
	margin-left: 50px;
}
.about-info p{
	margin-bottom: 0;
}
.about-info span{
	position:absolute;
	font-size:60px;
	color:#E6E6E6;
	top: 40px;
	font-weight:700;
	z-index:-1;	
	opacity:0;	
	transition: all .2s ease-in-out;
}
.about-info:hover span{
	opacity:1;	
}
.section-title{
	font-size: 24px;
    color: #00467a;
    margin-top: 2rem;
}
.services{
	padding: 50px 0 100px 0;
	background:url(../img/service-bg.png) no-repeat;
	background-size: 100% 100%;
	background-position:center;
}
.services-list{
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.services-list li{
	width: 243px;
	display: inline-block;	
	margin: .5rem;	
}
.services-info{
	padding: 2rem 1rem;
	text-align:center;
	height:100%;
	background:#fff;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);
}
.services-info .las{
	font-size: 64px;
	margin-bottom:2rem;
	color: #2091de;
}
.services-info h5{
	color: #000;
	font-weight:500;
	font-size:18px;
}
.services-info small{
	font-size:12px;
	color: #2091de;
	font-style: italic;
	margin-bottom:1.5rem;
	display:block;
}
.services-info p{
	font-size:15px;
	text-align: left;
}
.contact{	
	position: relative;
	background: #00467a;
	padding-top: 150px;
	padding-bottom: 50px;
}
.contact::after{
	background: url(../img/bg2.png) no-repeat;
	position:absolute;
	top:-50px;
	z-index:0;
	content:'';
	width:100%;
	height:250px;
	background-size: 100%;
	background-position:center;
}
.contact-list{
	padding: 0;
	margin: 3rem 0 0 0;
}
.contact-list li{
	display: flex;
	column-gap: 1.5rem;
	color:#fff;
	margin-top: 1rem;
}
.contact-list li .icon{
	width: 40px;
}
.contact-list li .icon i{
	font-size:32px;
	color: #00ffba
}
.contact-list li .info{
	width: calc(100% - 40px);
}
.contact-list li .info h6{
	text-transform: uppercase;
	font-size:13px;
}
.contact .form-control{
	border: 1px solid rgba(255,255,255,0.15);
	background: rgba(255,255,255,0.15);
	color: #fff;
	font-size:14px;
	padding:.75rem 1rem;
}
.contact .form-control::placeholder{
	color: rgba(255,255,255,0.8);
}
.contact .form-control:focus { 
  border:1px solid rgba(255,255,255,0.5);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}
.btn-blue{
	color: #fff;
	font-size:14px;
	background:#2091de;
	border-radius: 50px;
	padding:.5rem 1.5rem;
}
.fs-7{
	font-size: 14px;
}
footer{
	border-top: 1px solid rgba(255,255,255,0.2);
	background: #00467a;
}



