@font-face {
    font-family: Mardoto;
    src: url('../fonts/Mardoto-Regular.ttf');
}
@font-face {
    font-family: Mardoto-Bold;
    src: url('../fonts/Mardoto-Bold.ttf');
}
@font-face {
    font-family: Mardoto-Medium;
    src: url('../fonts/Mardoto-Medium.ttf');
}

body{
	font-family: Mardoto, serif;
	color: #033137;
}
 .main_container{
	width: 1440px;
	margin: 0 auto;
	max-width: 100%;
}
.sticky.navbar-fixed-top{
	height: 60px;
	background: #fff;
	top: 0;
	box-shadow: 0 2px 3px #ccc
}
.sticky.navbar-fixed-top .nav>li>a:focus, .sticky.navbar-fixed-top .nav>li>a:hover, .sticky.navbar-fixed-top .nav>li.active>a{
	color: #14B9CE;
	border-bottom: 1px solid #14B9CE;
}
.sticky.navbar-fixed-top .main_navbar_content ul a{
	color: #14B9CE;
}
.sticky.navbar-fixed-top{
	width: 100%;
}
.sticky.navbar-fixed-top .navbar-section{
	height: 100%;
	width: 1440px;
	margin: 0 auto;
	max-width: 100%;
}
nav{
	width: 1440px;
	max-width: 100%;
	margin: 0 auto;
	background: transparent;
	border: none;
	font-size: 20px;
	padding: 0 15px;
	transition: all .2s;
}
.navbar-fixed-top {
	top: 50px;
}
.main_navbar_content ul{
	display: flex;
	list-style: none;
}
.main_navbar_content ul a{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-family: Mardoto-Medium, serif;
	text-transform: uppercase;
}
.navbar-section{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav>li>a:focus, .nav>li>a:hover, .nav>li.active>a{
	background: transparent;
	border-bottom: 1px solid #fff;
}
.main_container{
	width: 1440px;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.first_section .main_container{
	padding-top: 160px;
	background: url("../img/top_banner.png");
	background-size: 32%;
	background-position: 73% 57%;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 160px;
}
.first_section .main_container:after{
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	background: url('../img/head_bg.png');
	background-size: 110% 100%;
	background-position: right bottom;
	background-repeat: no-repeat;
	right: 0;
	z-index: -1;
}

.first_section .left{
	width: 40%;
}
.first_section .left p{
	margin-top: 20px;
	font-size: 16px;
}
.button_link{
	padding: 15px 45px;
	color: #fff;
	text-decoration: none;
	font-family: Mardoto-Bold, serif;
	cursor: pointer;
	background-color: #14B9CE;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 4px;
}
.button_link:hover, .button_link:focus{
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}
.first_section .button_link{
	margin-top: 30px;
}
/*.two_section{*/
/*	padding-top: 170px;*/
/*}*/
h2{
	font-family: Mardoto-Bold, serif;
	font-size: 34px;

}
.two_section  h2{
	text-align: center;
}
.two_section .main_container > p{
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	font-family: Mardoto-Medium, serif;
}
.two_section .steps{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.two_section .steps .step1{
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.two_section .steps .step1 img{
	width: 150px;
}
.two_section .steps .h3{
	font-size: 22px;
	margin: 20px 0;
	font-family: Mardoto-Medium, serif;
}
.two_section .steps p{
	font-size: 16px;
	font-family: Mardoto-Medium, serif;
	color: #3D4749;
}
.three_section .main_container{
	display: flex;
	padding: 160px 15px;
	align-items: center;
}
.three_section .right{
	margin-left: 140px;
}
.three_section .right h2{
	font-size: 36px;
	margin-bottom: 20px;
}
.three_section .right ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.three_section .right ul li{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.three_section .right ul li p{
	color: #222222;
	font-size: 16px;
	margin-left: 10px;
	margin-bottom: 0;
}
.four_section .main_container{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 160px 15px;
	background: url('../img/map_bg.png') no-repeat center;
	background-size: cover;
}
.four_section h2, .five_section h2{
	margin-bottom: 30px;
}
.four_section p, .five_section p{
	width: 600px;
	max-width: 100%;
	margin-bottom: 40px;
	text-align: center;
	font-size: 16px;
	font-family: Mardoto-Medium, serif;
}
.four_section p{
	width: 740px;
}
.five_section .main_container{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 120px 0;
	padding-bottom: 0;
}
.five_section .companies{
	display: flex;
}
.five_section .companies .company1{
	width: 50%;
	padding: 15px;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f7f5f5;
}
.five_section .companies .company1.comp1_mod{
	margin-right: 25px;
}
.five_section .companies .company1 img{
	max-width: 100%;
}
iframe{
	width: 100%;
	height: 600px;
}
.four_section.six_section .main_container{
	background: none;
	padding: 0 15px;
	margin-bottom: 100px;
	padding-top: 120px;
}
.four_section.six_section .main_container .bg_container{
	padding: 30px 15px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	background: url('../img/contact_us_bg.png') no-repeat center;
	background-size: cover;
	border-radius: 10px;
}
.three_section.main_section .main_container{
	background: url('../img/bg.png') no-repeat center;
	background-size: cover;
}
footer .top{
	width: 100%;
	margin-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #BCD0E5;
}
footer .top .sections{
	display: flex;
}
footer .top .section1.mod1{
	width: 30%;
}

footer .top ul {
	list-style: none;
}
footer .top ul li{
	margin-bottom: 10px;
}
footer .top ul li a{
	color: #233537;
	font-size: 16px;
}
footer .bot{
	display: flex;
	justify-content: center;
	padding: 18px 0;
}
.mobile_button, .mobile_button_close, .logo_mobile{
	display: none;
}
@media (max-width: 1024px){
	.first_section .main_container:after {
		background-size: 127% 100%;
	}
}
@media (max-width: 991px){
	.mobile_button, .mobile_button_close, .logo_mobile{
		display: block;
	}
	.mobile_button img{
		pointer-events: none;
	}
	.main_navbar_content{
		background: #14B9CE;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		padding: 15px;
		left: -100%;
		transition: all .3s;
	}
	.main_navbar_content.active{
		left: 0;
	}
	.header_mobile_menu{
		display: flex;
		justify-content: space-between;
		margin-bottom: 50px;
	}
	.main_navbar_content ul{
		flex-direction: column;
		align-items: center;
	}
	.sticky.navbar-fixed-top .img1, .navbar-fixed-top .img2{
		display: none;
	}
	.sticky.navbar-fixed-top .img2{
		display: block;
	}
	.sticky.navbar-fixed-top .nav>li>a:focus, .sticky.navbar-fixed-top .nav>li>a:hover, .sticky.navbar-fixed-top .nav>li.active>a{
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	.sticky.navbar-fixed-top .main_navbar_content ul a, .navbar-fixed-top .main_navbar_content ul a {
		color: #fff;
		margin-bottom: 15px;
	}
	.first_section .left{
		padding-top: 20vh;
		width: 100%;
	}
	.first_section .main_container:after {
		background-size: 100%;
		background-position: top right;
	}
	.first_section .main_container {
		background-size: 40%;
		background-position: 53% 10%;
		padding-bottom: 0;
	}
	.two_section {
		padding-top: 50px;
	}

	.two_section .steps{
		flex-direction: column;
	}
	.two_section .steps .step1{
		width: 100%;
		margin-bottom: 25px;
	}
	.three_section.main_section .main_container{
		padding: 25px 15px;
		flex-direction: column;
	}
	.three_section .right{
		margin-left: 0;
		margin-top: 30px;
	}
	h2, .three_section .right h2{
		font-size: 24px;
	}
	.three_section.main_section{
		margin-top: 30px;
	}
	.three_section .right h2 br{
		display: none;
	}
	.four_section .main_container {
		padding: 110px 15px;
	}
	.five_section .main_container{
		padding: 60px 15px;
	}
	.four_section.six_section .main_container{
		padding: 25px 0;
	}
	img{
		max-width: 100%;
	}
	iframe{
		height: 300px;
	}
	footer .top .sections{
		flex-direction: column;
	}
	footer .top .section1.mod1{
		width: 100%;
		margin-bottom: 25px;
	}
	footer .top ul{
		padding: 0;
	}
	.navbar-fixed-top{
		top: 10px;
	}
	.h1, h1{
		font-size: 28px;
	}
	body.no-scroll{
		position: sticky;
		overflow: hidden;
	}

}
@media (max-width: 550px){
	.first_section .left{
		padding-top: 20vh;
		width: 100%;
	}
	.first_section .main_container:after {
		background-size: 140%;
		background-position: top right;
		right: -30%;
	}
	.first_section .main_container {
		background-size: 68%;
		background-position: center 18%;
		overflow: hidden;
	}

}
@media (max-width: 350px){
	.first_section .main_container:after {
		right: -45%;
	}
}