@charset "utf-8";
/* CSS Document */
#inner_banner{
	background: url(../images/inner_bg.png) no-repeat;
	height: 400px;
	display: flex;
    align-items: center;

}
#inner_banner2{
	background: url(../images/cargo-services-to-malaysia.jpg) no-repeat;
	height: 400px;
	display: flex;
    align-items: center;

}
.inner_wrapper{
	margin-top: -60px;
	background: #fff;
	padding: 40px 15px 60px 15px;
}
.txt_boxes h2{
	font-size: 30px;
    text-align: center;
	font-weight: 600;
	padding: 0 0 30px 0;
}
.txt_boxes p{
	color: #7f908f;
    font-size: 16px;
    line-height: 27px;
}
.txt_boxes h3{
	color: #000;
    padding: 30px 0;
    font-size: 20px;
    font-weight: 600;
}
.txt_boxes ul li{
	color: #7f908f;
    font-size: 18px;
	line-height: 27px;
	position: relative;
	font-weight: 600;
	padding-left: 30px;
	margin-bottom: 8px;
}

.txt_boxes ul li::before{
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	border: 1px solid #075e54;
	border-radius: 15px;
	left: 0;
	top: 7px;
}
.inner_banner_text h1{
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 3rem;
}
.thank_page{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(../images/thankyoubg.png) no-repeat;
    height: 95vh;
    background-size: 60%;
    background-position: right bottom;
}
.thank_page h3{
	color: #136360;
	font-weight: 800;
	font-size: 2rem;
	padding: 40px 0;
}
.thank_page h6{    text-align: center;
    font-size: 29px;
    padding: 0 0 20px 0;
    color: #323232;
	text-transform: uppercase;}
.thank_page ul li{
	float: left;
	width: 150px;
}
.thank_page ul li img{
	width: 100%;
}
.banner_bottom{
	position: absolute;
	bottom: -11px;
	background: url(../images/banner_bottom.png);
	width: 100%;
	height: 200px;
}
.slider_form{
	position: absolute;
	right: 100px;
	top: 10rem;
	background: #10b2ac;
	max-width: 350px;
	width: 100%;
	border-radius:5px;
	padding: 30px;
	z-index: 999;
}
.slider_form h3{
	color: #fff;
	text-align: center;
	font-weight: 600;
	padding-bottom: 20px;
	font-size: 20px;
}
.inputbox{
	margin-bottom: 20px;
    width: 100%;
    padding: 10px 20px;
    height: 45px;
    border-radius: 2px;
}
.txtarea{
	min-height: 150px;
	resize: none;
}
.send_btn{
	min-width: 150px;
    margin: 0 auto;
    display: table;
    height: 45px;
    border-radius: 3px;
    background: #136360;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
	transition: all .5s ease-in-out;
}
.send_btn:hover{
	background: #000;
	color: #fff;
}
.send_btnmain{
	min-width: 150px;
    margin: 0 auto;
    display: table;
    height: 35px;
    border-radius: 3px;
    background: #136360;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
	transition: all .5s ease-in-out;
}
.servbtnmain{
	margin: 0;
    width: 100%;
	border-radius: 0;
	text-align: center;
	line-height: 35px;
}
.main_sectiontitle{
	text-align: center;
    font-size: 29px;
    padding: 0 0 20px 0;
	color: #323232;
	text-transform:uppercase;
}
.servbtn{
	margin: 0;
    width: 100%;
	border-radius: 0;
	text-align: center;
	line-height: 45px;
}
.subtext{
	text-transform: inherit;
	font-size:20px;
	font-weight: 300;
   color: #136360 !important;
   text-align: center;
}
.goalwrapper{
	text-align: center;
	padding: 20px 0 30px 0;

}
.goalwrapper h3{
	color: #323232;
    padding: 10px 0 0 0;
    font-size: 16px;
    font-weight: 800;
}
.goalwrapper .fa{    font-size: 40px;
    background: #1f9f99;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    line-height: 80px;
    text-align: center;
    color: #fff;}
.section_goal{
	padding: 50px 0;
}
.about_section{
	padding:50px 0;
	background: #f2f2f2 ;
	position: relative;
	overflow: hidden;
}
.about_text h6{
	text-transform: uppercase;
    font-size: 16px;
    color: #1f9f99;
    padding-bottom: 20px;
}
.about_text h2{
	text-align: left;
    font-size: 29px;
    padding: 0 0 20px 0;
    color: #323232;
    line-height: 37px;
}
.about_text p{
	color: #7f908f;
    font-size: 16px;
    line-height: 27px;
}
.about_img{
	position: absolute;
    right: -71%;
    top: -50px;
}
.viewmore{margin: 20px 0 0 0;
    line-height: 45px;
    text-align: center;}
.service_section{
	padding: 50px 0;
}
.service_box{
	overflow: hidden;
	border-bottom: 1px solid #c2d0ce;
	cursor: pointer;
}
.owl-nav{display: none !important;}
.owl-dots{padding: 20px 0 0 0;}
.service_box img{
	width: 100%;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.service_part{
	padding-top: 40px;
	
}
.service_box h2{
font-size: 18px;
padding: 15px 20px;
background: #eff5f4;
color: #323232;
font-weight: 400;
text-transform: uppercase;
}
.service_box p{
padding: 0 15px 15px 15px;
color: #7f908f;
font-size: 16px;
line-height: 27px;
background: #eff5f4;
}

.why_choose_sec{	
	padding: 50px 0;
	background: #f2f2f2;
}
.re_location_icon{
	width: 100px;
    height: 100px;
    background: url(../images/icon-one.png) no-repeat;
    display: block;
    background-size: 100%;
    margin: 0 auto;
}
.visibility_icon{
	width: 100px;
    height: 100px;
    background: url(../images/icon-two.png) no-repeat;
    display: block;
    background-size: 100%;
    margin: 0 auto;
}
.dedicated_icon{
	width: 100px;
    height: 100px;
    background: url(../images/icon-three.png) no-repeat;
    display: block;
    background-size: 100%;
    margin: 0 auto;
}
.whychos_wrap h3{
	color: #323232;
    padding: 10px 0 20px 0;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
}
.whychos_wrap  p{
	padding: 0 15px 15px 15px;
	color: #7f908f;
	font-size: 16px;
	line-height: 27px;
	}
.quick_contsec{
	padding: 3em 0;
	background: url(../images/quick_bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	min-height: 300px;
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.quick_contsec h2{
	color: #fff;
	font-weight: 200;
	font-size: 50px;
	padding: 0 60px;
}
.cuickbtn{
	margin: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    border: 1px solid #4cc5c1;
}
.footer{
	padding: 60px 0;
	background:#fff ;
}
.so_media{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;

}
.so_media ul li{
	float: left;
	margin: 0 20px;
}
.so_media li a{
	color: #10b2ac;
	font-size:20px ;
	transition:  all .5s ease-in-out;
}
.so_media li a:hover{
	color: #000;
}
.copyrate{text-align: center;
    padding: 20px 0 0 0;
    font-size: 14px;
	color: #8c8c8c;}
.rigtfixedbox{
	position: fixed;
    right: 15px;
    bottom: 50px;
    z-index: 999;
}
.uparw{
	width: 50px;
	height: 50px;
	background: #10b2ac;
	color: #fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	margin-bottom: 5px;
	border-radius: 2px;
}
.uparw:hover{
	color: #fff;
}
.call_btn{
	background: #136360;
}
.whtsppbtn{
	background: #075e54;
}
.fltform{
	padding: 3em;
    text-align: center;
}
.fltform h3{
	text-align: center;
    font-size: 29px;
    padding: 0 0 20px 0;
    color: #323232;
    text-transform: uppercase;
}
.fltform form{
	padding-top: 30px;
}
.fltform .inputbox{background: #f5f5f5;
    border: 1px solid #cde4e3;
	height: 50px;}
.adress_fot_box h4{
	font-size: 18px;
    padding-bottom: 20px;
    font-weight: 600;
}
.adress_fot_box p{
	color: #7f908f;
    font-size: 16px;
    line-height: 27px;
}
.adress_fot_box b{
	display: block;
	font-weight: 800;
	color: #323232;
	padding-top: 10px;
}
@media (max-width: 767px) {

	.contact-form{width:80%;}
	.about_img{display: none;}	
	.slider_form {
		position: absolute;
		right: 0;
		top: 13rem;
		left: 0;
		margin: 0 auto;
		bottom: 0;
		background: #10b2ac;
		max-width: 350px;
		width: 100%;
		border-radius: 5px;
		padding: 30px;
		z-index: 999;
	}

}	
	
	
@media screen and (max-width: 992px) {
	.txt_boxes h2{
		font-size: 20px;
	}
  body {
   padding:0;
  }
  .slider_text{
	width: 300px;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);
	  }
 
 .slider_text h2{
	 font-size:2rem;
	 padding-bottom:15px;
	 }
	 
.logo{
  width: 40%;
	}
	.slider_form {
		position: absolute;
		right: 0;
		top: 13rem;
		left: 0;
		margin: 0 auto;
		bottom: 0;
		background: #10b2ac;
		max-width: 350px;
		width: 100%;
		border-radius: 5px;
		padding: 30px;
		z-index: 999;
	}	
}
