@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/AcuminPro-Bold.woff2') format('woff2'),
        url('../fonts/AcuminPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/AcuminPro-Italic.woff2') format('woff2'),
        url('../fonts/AcuminPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/AcuminPro-Regular.woff2') format('woff2'),
        url('../fonts/AcuminPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body{
	margin: 0;
	padding: 0;
	font-size: 16px; 
	color:#333;
	font-family: 'Open Sans', sans-serif;
}
html{
	scroll-behavior: smooth;
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/*comman-area*/
ol, ul{
	margin: 0;
	padding: 0;
}
img{
	display: block;
}
a{	
	transition: all 0.5s ease;
}
a:focus, a:hover, a:active{
	text-decoration: none;
	outline: none;
	
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
}
h2{
	font-size: 40px;
	font-weight: bold;
}
p{
	margin: 0;
	line-height: 24px;	
}

img{
	max-width: 100%;
}
button:focus{
	outline: none;
	box-shadow: none;
}
.btn:hover,.btn:focus{
	background-color: #074472;
	color: #fff;
}


/* navber */
.navbar-toggler-icon{
	color: #102e44;
	margin-top: 8px;
}
.navbar-toggler{
	padding: 0;
}
.navbar{
	min-height: 100px;
}
.navbar .container-fluid{
	padding: 0;
}
.navbar-expand-lg .navbar-nav{
	margin: 0 0 0 auto;
}
.navbar-expand-lg .navbar-nav .nav-item{
	margin: 19px 66px 0 0;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child{
	margin: 0 0px 0 20px;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0;
	color: #13475c;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-family: 'Acumin Pro';
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
	color: #333;
} 

.navbar-expand-lg .navbar-nav .top-btn a{
	width: 203px;
	height: 58px;
	border-radius: 0px;
	border: none;
	box-sizing: border-box;
	display: block;
	line-height: 58px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-family: 'Acumin Pro';
	text-align: center;
	color: #fff;
	background: rgb(19,71,92);
	background: linear-gradient(90deg, rgba(19,71,92,1) 0%, rgba(10,48,63,1) 100%);
}
.navbar-expand-lg .navbar-nav .top-btn a:hover{
	color: #fff;
	background: rgb(19,71,92);
	background: linear-gradient(90deg, rgba(10,48,63,1) 0%, rgba(19,71,92,1) 100%);
}




ul.dropdown-menu li > ul.dropdown-menu{
	left: 100%;
	top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
	display: block
}
.dropdown-menu{
	border-radius: 0;
	border: none;
	padding: 0;
	background: rgb(19,71,92);
	background: linear-gradient(90deg, rgba(19,71,92,1) 0%, rgba(10,48,63,1) 100%);
}
.dropdown-item{
	color: #fff;
	padding: 6px 20px 3px 20px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-family: 'Acumin Pro';
}

img.alignleft {
	float: left;
	margin: 15px 13px 15px 0;
}

img.alignright {
	float: right;
	margin: 15px 0 15px 15px;
}

img.aligncenter {
	float: none;
	margin: 15px auto ;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .nav-item{
	margin: 0;
}



/* banner */
.banner-image{
	position: relative;
}
.banner-image::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
}
.baner-text{
	position: absolute;
	top: 65%;
	left: 0%;
	transform: translate(0%, -50%);
	width: 100%;
	text-align: center;
}
.baner-text h2{
	font-size: 60px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 21px 0;
	letter-spacing: 2px;
}
.baner-text p{
	color: #fff;
	margin: 0 auto;
	margin-bottom: 31px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	max-width: 895px;
	width: 100%;
}


.comman-btn{
	width: 203px;
	height: 58px;
	border-radius: 0px;
	border: none;
	line-height: 48px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-family: 'Acumin Pro';
	text-align: center;
	color: #fff;
	background-color: #24a06c;
	border: 1px solid #24a06c;
}
.border-btn{
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.baner-text .comman-btn{
	margin: 0 4px;
	margin-bottom: 10px;	
}


.banner-slider{
	width: 100%;
	position: relative;
}
.banner-slider .owl-carousel .owl-nav button.owl-next,
.banner-slider .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    width: 42px;
    height: 42px;
    left: 70px;
    top: 50%;
    font-size: 0;
    font-weight: bold;
    background-image: url('../images/slide-arow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
    border: 1px solid #fff;
    z-index: 11;
}
.banner-slider .owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: 70px;
    transform: rotate(180deg);
}




.infodata-box{
	padding: 0 0 0 0;
	min-height: 182px;
	background-image: url('../images/info-bg.jpg');
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.infodata-text{
	display: flex;
	align-items: center;
	justify-content: center;
}
.infodata-text h5{
	font-size: 34px;
	font-weight: 900;
	color: #fff;
	margin: 0 51px 0 0;
	text-align: right;
}
.infodata-text p{
	line-height: 28px;
	color: #fff;
	max-width: 470px;
	width: 100%;
}
.pd-none{
	padding: 0;
}

.info-change{
	background-image: url('../images/info-bg-1.jpg');
}




.service-section{
	padding: 130px 0 0 0;
}
.service-width{
	max-width: 1110px;
	margin: 0 auto;
	width: 100%;
}
.service-title{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 95px;
}
.service-title h1,.service-title h2{
	font-size: 34px;
	font-weight: 900;
	color: #f4ba48;
	margin: 0 95px 0 0;
	text-align: right;
	max-width: 340px;
	width: 100%;
	position: relative;
}
.service-title h1::before,.service-title h2::before{
	content: "";
	width: 2px ;
	height: 132px;
	background-color: #333;
	opacity: 0.1;
	position: absolute;
	top: -25px;
	right: -50px;
}
.service-title p{
	max-width: 640px;
	width: 100%;
}



.service-box{
	border-bottom: 1px solid #112e47;
	margin: 0 0 92px 0;
}
.service-box h4{
	font-size: 24px;
	margin: 30px 0 15px 0;
	font-weight: 900;
	letter-spacing: 1px;
}
.service-box p{
	line-height: 30px;
	margin: 0 0 30px 0;
}

.service-parent{
	padding: 0 5px;
}
.pd-10{
	padding: 0 10px;
}



.footer{
	background-color: #102e45;
	padding: 25px 0 0 0;
	position: relative;
}
.foot-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.foot-width{
	max-width: 1290px;
	width: 100%;
	margin: 0 auto;
}
.foot-link ul{
	padding: 0 0;
	margin: 0 0 0 auto;
	display: table;
	list-style: none;
}
.foot-link ul li{
	display: inline-block;
	margin: 0 0px 0 66px;
}
.foot-link ul .foot-btn{
	margin: 0 0 0 35px;
}
.foot-link ul li a{
	color: #fff;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Acumin Pro';
}
.foot-link ul .foot-btn a{
	width: 203px;
	height: 58px;
	border-radius: 0px;
	border: none;
	box-sizing: border-box;
	display: block;
	line-height: 58px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-family: 'Acumin Pro';
	text-align: center;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}
.foot-link ul .foot-btn a:hover{
	background-color: #fff;
	color: #102e45;
}


.foot-social ul{
	list-style: none;
	margin: 11px 0 0 auto;
	display: table;
}
.foot-social ul li{
	display: inline-block;
	margin: 0 12px 0 0;
}
.foot-social ul li:last-child{
	margin: 0;
}
.foot-social ul li a{
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	display: block;
	padding: 0;
	border: 1px solid #fff;
}


.copyright{
	padding: 18px 0;
	margin: 25px 0 0 0;
	text-align: center;
	background-color: #239f6b;
}
.copyright p{
	color: #fff;
	font-size: 14px;
	z-index: 11;
	position: relative;
}

.copyright p a{
	color: #fff;
}






/*=========== about ===========*/
.innerbanner-image{
	position: relative;
}
.innerbanner-image img{
	width: 100%;
	height: 260px;
	object-fit: cover;
}
.innerbanner-image::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.7;
}
.innerbanner-text{
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	width: 100%;
	text-align: center;
}
.innerbanner-text h1{
	font-size: 60px;
	font-weight: 900;
	color: #fff;
	margin: 0 0 15px 0;
	letter-spacing: 2px;
}
.breadcrumb-area{
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	display: block;
}
.breadcrumb-area a{
	color: #fff;
}


.about-section{
	padding: 50px 0 15px 0;
}
.main-width{
	max-width: 1105px;
	width: 100%;
	margin: 0 auto;
}
.about-text p{
	margin: 0 0 31px 0;
}





/*======== contact =======*/
.contact-section{
	padding: 52px 0 57px 0;
}
.contact-data{
	display: flex;
	align-items: flex-start;
	margin: 0 0 35px 0;
}
.contact-data img{
	margin: 0 30px 0 0;
	width: 43px;
	object-fit: contain;
}
.contact-data h5{
	font-size: 16px;
	color: #333;
	line-height: 28px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.contact-data p{
	line-height: 28px;
}
.contact-data p a{
	color: #333;
}



.contact-form{
	background-color: #229c69;
	background-image: url('../images/form-bg.png');
	background-size: cover;
	padding: 50px 33px;
}
.contact-form h3{
	font-size: 34px;
	letter-spacing: 2px;
	margin: 0 0 28px 0;
	color: #fff;
	text-align: center;
	font-weight: 900;
}
.form-group{
	margin: 0 0 16px 0;
}
.form-control,#gform_1 input{
	font-size: 16px;
	color: #3d3e40;
	width: 100%;
	height: 40px;
	background-color: #fff;
	border-radius: 0;
	border: none;
	padding-left: 13px;
	margin: 0;
}
#gform_1 input::placeholder{
	font-size: 16px;
	color: #3d3e40;
}
.get-btn,#gform_1 .gform_button {
	background: rgb(19,71,92)!important;
	background: linear-gradient(90deg, rgba(19,71,92,1) 0%, rgba(10,48,63,1) 100%)!important;
	border-color: transparent!important;
	margin: 0 auto!important;
	display: table!important;
	margin-top: 26px!important;
	width: 203px!important;
	height: 58px!important;
	border-radius: 0px!important;
	font-size: 16px!important;
	font-weight: bold!important;
	letter-spacing: 0.5px!important;
	text-transform: uppercase!important;
	font-family: 'Acumin Pro'!important;
	text-align: center!important;
	color: #fff!important;
	padding: 0!important;
}


.pd-left{
	padding-left: 9px;
}
.pd-right{
	padding-right: 9px;
}

body .gform_legacy_markup_wrapper .top_label div.ginput_container{
	margin: 0 0 16px 0!important;
}
body .gform_legacy_markup_wrapper ul li.gfield{
	margin: 0!important;
}
.gform_legacy_markup_wrapper .gform_footer{
	padding: 0!important;
	margin: 0!important;
}
.gform_legacy_markup_wrapper{
	margin: 0!important;
}