@charset "utf-8";
/* CSS Document */
@import url('fonts.css');
@import url('stm.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800');
ul, ol {
	margin: 0px;
	list-style: none;
}
*, *:before, *:after {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a, img {
	border: 0px;
	outline: 0px;
	text-decoration: none;
	vertical-align: middle;
}
p {
	display: block;
	margin-bottom: 15px;
}
html {
	font-size: 18px;
}
body {
	font-size: 14px;
	color: #424242;
	line-height: 1.5;
	overflow-x: hidden;
	font-weight: 400;
	background: #fff;
	/*font-family: 'pragmatica-condensed', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	position: relative;
}
input, select, textarea {
	font-family: 'pragmatica-condensed', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;	
	font-family: 'Montserrat', sans-serif;
}
.fullbody {
	width: 100%;
	float: left;
	position: relative;
}
.fullpage {
	max-width: 1140px;
	min-width: 240px;
	margin: 0px auto;
	position: relative;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: #fff;
	font-family: 'pragmatica-condensed', sans-serif;
	transition: all .5s;
}
.header.fix {
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	transition: all .5s;
}
.logo {
	padding: 10px 0;
	float: left;
	transition: all .5s;
}
.logo img {
	float: left;
	height: 90px;
	transition: all .5s;
}
.logo a {
	float: left;
    line-height: 90px;
    font-size: 26px;
    color: #5e0c10;
    font-weight: 500;
	transition: all .5s;
}
.logo span {
	margin-left: 15px;
    float: left;
}
.right_number, .right_number ul {
	float: right;
}
.certiClose {
	padding: 5px 15px;
	color: #999;
	border: 1px solid #ddd;
	display: table;
	margin: 15px auto 0 auto;
	background: #eee;
	cursor: pointer;
}
.popCertificate {
    position: fixed;
    top: 175px;
    left: 70%;
    width: 250px;
    background: #fff;
    padding: 25px;
    z-index: 10000;
    display: none;
    box-shadow: 0px 0px 40px 10px rgba(0,0,0,0.15);
    transform: translateX(-50%);
}
.popCertificate_gray {
	position: fixed;
    display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0,0,0,0.4);
}
.popCertificate h6 {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}
.popCertificate input {
	width: 100%;
	float: left;
	padding: 0 15px;
	height: 36px;
	border: 1px solid #ddd;
	margin-top: 15px;
}
.popCertificate input.cpBtn {
	background: #1da136;
	color: #fff;
	font-size: 16px;
	border: 0px solid #ddd;
	cursor: pointer;
	transition: all .5s;
}
.popCertificate input.cpBtn:hover {
	background: #0064ac;
	transition: all .5s;
}
.right_number li i, .right_number li img {
	display: inline-block;
	margin-right: 5px;
	height: 20px;
}
.right_number ul{
	margin: 15px 0;
}
.right_number li {
	float: left;
	position: relative;
	margin-left: 20px;
}
.right_number li a {
	color: #333;
	font-size: 20px;
	padding: 12px 15px;
	float: left;
	padding-left: 50px;
	position: relative;
	transition: all ease-in-out .5s;
}
.right_number li a img {
	position: absolute;
	top: 15px;
	left: 0;
	height: 40px;
}
.right_number li a span {
	display: block;
	font-size: 14px;
	color: #555;
}
.menu_nav {
	background: #0064ac;
}
.micon, .mobile_menu, .mclose {
	display: none;
}
.search_bar {
	float: right;
	width: 200px;
	padding: 37px 0;
	position: relative;
}
.search_bar input {
	float: right;
	width: 100%;
	height: 36px;
	padding-left: 10px;
	padding-right: 50px;
	border: 0px;
	border-radius: 30px;
	appearance: none
    outline: 0px;
    -webkit-appearance: none;
    background: #f0f0ef;
    color: #4d4f53;
    -webkit-box-shadow: inset 20px 3px 15px #d5d6d2;
	box-shadow: inset 20px 3px 15px #d5d6d2;
}
.search_bar button img {
	height: 20px;
}
.search_bar button {
	position: absolute;
	top: 0;
	right: 10px;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 18px;
	background-color: transparent;
	border: 0px;
	cursor: pointer;
}
@media only screen and (min-width :980px) {
	ul.menu li {
		float: left;
		transition: all .5s;
		position: relative;
		margin-right: 50px;
	}
	ul.menu li:last-child {
		margin-right: 0px;
	}
	ul.menu li a {
		float: left;
	    color: #fff;
	    font-weight: 400;
	    font-size: 14px;
	    letter-spacing: 1px;
	    text-transform: uppercase;
	    font-family: pragmatica-extended, sans-serif;
	    position: relative;
	    line-height: 60px;
	    transition: all .5s;
	}
	ul.menu li a:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 4px;
		background: #eee;
		content: '';
		z-index: 5;
		display: none;
		transition: all .5s;
	}
	ul.menu > li:hover a:after ,ul.menu > li a.active:after {
		display: block;
	}
	ul.menu li.cntBtn, ul.menu li.mBtn {
		float: right;
		margin: 0;
	}
	ul.menu li.cntBtn a {
		background: #0064ac;
		color: #fff;
		padding: 0 20px;
		float: right;
		border-radius: 30px;
	}
	ul.menu li.mBtn a {
	    background-color: #f0f0ef;
	    border-radius: 30px;
	    color: #4d4f53;
		padding: 0 20px;
		margin-right: 15px;
	}
	ul.menu li.mBtn img {
		float: left;
		height: 24px;
		margin-right: 5px;
		margin-top: 10px;
	}
	ul.menu li.mBtn a:hover, ul.menu li.cntBtn a:hover {
		background: #1da136;
		color: #fff;
	}
	ul.menu li.mBtn a:after, ul.menu li.cntBtn a:after {
		display: none;
	}
	ul.menu > li:hover a:after, ul.menu ul li a:after ul.menu li:last-child a:after {
		display: none;
	}
	ul.menu ul {
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
		background: #fff;
		width: 220px;
		padding: 5px 0;
		transition: all .5s;
	}
	.menu li:hover ul {
		display: block;
		box-shadow: 0px 5px 5px -1px rgba(0,0,0,0.2);
		transition: all .5s;
	}
	.menu li:hover ul ul {
		display: none;
		box-shadow: 0px 5px 5px -1px rgba(0,0,0,0.2);
		transition: all .5s;
	}
	.menu ul li:hover ul {
		display: block;
		top: 0;
		left: 100%;
	}
	.menu li ul li a:after ,
	.menu li:hover ul li a:after {
		display: none;
	}
	.menu ul li {
		width: 100%;
		padding: 0;
		margin: 0;
		float: left;
		position: relative;
	}
	.menu ul li a {
		float: left;
		width: 100%;
		padding: 10px 15px;
		line-height: 22px;
		font-weight: 400;
		font-size: 16px;
		color: #333;
		position: relative;
		font-family: 'pragmatica-condensed', sans-serif;
		border-bottom: 1px solid #eee;
	}
	.menu ul li:last-child a {
		border-bottom: 0px solid #eee;
	}
	ul.menu li:hover li a {
		color: #333;
	}
	.menu ul li:hover a {
		color: #111;
		background: #eee;
	}
	.menu ul li:hover li a {
		color: #111;
		background: #fff;
	}
	.menu ul ul li:hover a {
		color: #111;
		background: #eee;
	}
}
/* ---- banner ---- */
.mtop{
	height: 130px;
	transition: all .5s;
}
.main_banner:before {
	position: absolute;
	top: 0;
	left: -30%;
	width: 100%;
	height: 100%;
	content: '';
	background: #333;
	opacity: 0.4;
	z-index: 1;
	transform: skewX(-25deg);
}
.main_banner, .main_banner .item {
	min-height: 585px;
	background-size: cover;
	background-position: center;
}
/*start of fade*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
/*end of fade*/
.carousel-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 40px;
    border-radius: 5px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: rgba(0,0,0,0.3);
    text-shadow: 0px 0px 5px #333;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.carousel-control.left {
	left: 50px
}
.carousel-control.right {
	right: 50px
}
.carousel-control:hover {	
    background: rgb(237, 28, 36);
}
.carousel-indicators {
	position: absolute;
	width: 80%;
	left: 8%;
	text-align: left;
	bottom: 50px;
}
.carousel-indicators li {
	float: left;
	width: 15px;
	height: 15px;
	border: 2px solid #1b2831;
	border-radius: 15px;
	margin-right: 5px;
	transition: all .5s;
}
.carousel-indicators li:hover, .carousel-indicators li.active {
	background: #1b2831;
	transition: all .5s;
}
.banner_title {
	position: absolute;
	top: 40%;
	left: 8%;
	text-align: left;
	/*color: #1b2831;*/
	color: #fff;
	width: 60%;
	opacity: 0;
	z-index: 5;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.item.active .banner_title {
	opacity: 1;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
	-webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.banner_title h1 {
	margin-bottom: 20px;
    font-size: 50px;
    display: block;
    /*text-shadow: 1px 1px 1px #fff , 1px -1px 1px #fff;*/
	line-height: 1.1;
}
.banner_title h2 {
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 30px;
}
.banner_title a {    
	float: left;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    border: solid 1px #0064a6;
    background: #0064a6;
}
.banner_title a:hover {
    border: solid 1px #fff;
}
/*home_about*/
.home_about {
	padding: 50px 0;
	background-image: url(../images/bg3.jpg);
	background-position: center;
	background-size: cover; 
}
.home_about:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #e3f6f9;
	opacity: 0.9;
}
.title {
	font-size: 40px;
	font-weight: 700;
	color: #5e0c10;
	margin-bottom: 20px;
}
.title span {
	font-weight: 400;
}
.home_about .txt {
	width: 70%;
	float: left;
	text-align: justify;
	font-size: 16px;
	color: rgba(0,0,0,0.80);
}
.home_about .txt a {
	float: left;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 30px;
	border-radius: 30px;
	border: 2px solid #0063a5;
	color: #0063a5;
	transition: all .5s;
}
.home_about .txt a:hover {
	color: #fff;
	background: #0063a5;
	transition: all .5s;
}
.home_about .img {
	width: 28%;
	float: right;
	border: 5px solid #fff;
}
.home_about .img img {
	width: 100%;
}
/*approach*/
.approach {
	padding: 60px 0;
	background: #058562;
	color: #fff;
	text-align: center;
}
.approach:before {
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	content: '';
	border-top: 20px solid #d2e3e6;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
.approach h2 {
	color: #fff;
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.approach h2::before {
    border: 2px solid #80bdae;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 6px auto;
    bottom: -30px;
    width: 80px;
    height: 3px;
}
.approach h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 20px;
}
.approach ul li {
	float: left;
	width: 33.33%;
	font-size: 18px;
	line-height: 1.3;
	padding: 0 30px;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.approach ul li:last-child {
	border-right: 0px solid rgba(255,255,255,0.5);
}
.approach ul li h4 {
    font-size: 30px;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
}
/*home_industries*/
.home_industries {
	padding: 50px 0;
	background: #fff;
}
.home_industries h2 {
	text-align: center;
	color: #222;
}
.home_industries h2:after {
	display: block;
	width: 50px;
	height: 5px;
	background: #1da330;
	content: '';
	border-radius: 6px;
	margin-left: 50%;
	transform: translateX(-50%);
}
.home_industries li {
	float: left;
	width: 32%;
	padding: 20px;
	margin-top: 25px;
	margin-right: 2%;
	border: 1px solid #ddd;
	background: #f5f5f5;
	text-align: center;
	position: relative;
	transition: all .5s;
}
.home_industries li:hover {
	background: #fff;
	transition: all .5s;
}
.home_industries li:nth-child(3n+3) {
	margin-right: 0;
}
.home_industries li .img {
	width: 100%;
	float: left;
	height: 150px;
	overflow: hidden;
}
.home_industries li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all .5s;
}
.home_industries li:hover img {
	transform: scale(1.1);
	transition: all .5s;
}
.home_industries li .txt {
	font-size: 14px;
	color: #444;
	margin-top: 15px;
	min-height: 105px;
}
.home_industries li .txt h5 {
	display: block;
	font-size: 20px;
	margin-bottom: 11px;
	font-weight: 700;
	color: #0064ac;
}
.home_industries li span {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background: #333;
	padding: 10px 20px;
	margin-top: 15px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.home_industries li span:hover {
	background: #5e0c10;
}
/*home_process*/
.home_process {
	padding: 50px 0;
	text-align: center;
}
.home_process h2 > img {
    width: auto;
    display: inline-block;
    padding: 13px 0px 0px 5px;
}
.home_process h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	color: #333;
	margin-bottom: 50px;
}
.home_process li {
	float: left;
	width: 25%;
	position: relative;
}
.home_process li img {
	width: 100%;
	transition: all .5s;
}
.home_process li img.pro_hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
	transition: all .5s;
}
.home_process li.img_hover img.pro_hover {
	opacity: 1;
    -webkit-animation-name: pulse;
    animation-name: pulse;
	transition: all .5s;
}
.home_process li .txt {
	font-size: 14px;
	color: #333;
	padding: 0 15px;
}
.home_process li .txt h5 {
	margin: 10px 0;
	display: block;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #0063a5;
}
.home_process li .txt h5 img {
    width: auto;
    display: inline-block;
    padding: 3px 0px 0px 5px;
}
.getBtn {
	margin-top: 30px;
}
.getBtn a {
	display: inline-block;
	padding: 15px 30px;
	background: #0063a5;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	transition: background ease-in-out .5s;
}
.getBtn a:hover {
	background: #1da136;
}
/*.home_partners*/
.home_partners {
	padding: 40px;
	background: #f2f2f2;
	text-align: center;
}
.home_partners h2 {
	font-size: 35px;
	color: #111;
	font-weight: 600;
	margin-bottom: 30px;
	display: block;
}
.hp_scroll li {
	float: left;
	width: 16.66%;
	height: 120px;
	padding: 5px;
}
.hp_scroll .caroufredsel_wrapper {
	height: 120px !important;
}
.hp_scroll li span {
    align-items: center;
    display: flex;
    height: 100%;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
    justify-content: center;
    vertical-align: middle;
}
.hp_scroll li img {
	display: inline-block;
	max-width: 100%;
	height: 90px;
}
#cleft, #cright {
	position: absolute;
	top: 40px;
	left: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	border-radius: 40px;
	background: rgba(0,0,0,0.3);
	cursor: pointer;
	z-index: 4;
	transition: all .5s;
	-webkit-transition: all .5s;
}
#cright {
	left: auto;
	right: -20px;
}
#cleft:hover, #cright:hover {
	background: rgba(0,0,0,0.8);
	transition: all .5s;
	-webkit-transition: all .5s;
}
/*footer_form*/
.footer_form {
	padding: 50px 0;
	text-align: center;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../images/bg1.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.footer_form h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	letter-spacing: 2px;
	padding: 0 20%;
	margin-bottom: 20px;
}
.footer_form h4 {
	font-size: 22px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding: 0 20%;
}
.footer_form form {
	margin-top: 40px;
	padding: 0 20%;
}
.input_control {
	width: 100%;
	float: left;
	height: 50px;
	padding: 0 15px;
	color: #fff;
	font-size: 14px;
	font-size: 16px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	background-color: rgba(0,0,0,0.15);
	transition: background ease-in-out .5s;
}
.input_control:hover, .input_control:focus {
	background-color: rgba(0,0,0,0.3);
}
textarea.input_control {
	height: 150px;
	padding: 15px;
}
.input_control::placeholder { 
    color: #eee;
    opacity: 1;
}
.input_control:-ms-input-placeholder { 
    color: #eee;
}
.input_control::-ms-input-placeholder {
    color: #eee;
}
.submit_control {
	display: inline-block;
	padding: 0 50px;
	color: #fff;
	height: 50px;
	background-color: rgba(29, 161, 54, 1);
	text-transform: uppercase;
	font-size: 16px;
	border: 0px;
	cursor: pointer;
	margin-top: 15px;
	letter-spacing: 1px;
	transition: background ease-in-out .5s;
}
.submit_control:hover {
	background-color: rgba(29, 161, 54, 0.5);
	transition: background ease-in-out .5s;
}
/*footer*/
footer {
	background-color: #002f51;
	padding-top: 30px;
}
.fbox {
	float: left;
	width: 30%;
	color: #fff;
	padding-right: 50px;
	margin-bottom: 50px;
}
.fbox a {
	color: #1da136;
	float: left;
}
.fbox.last {
	padding-right: 0;
    width: 35%;
}
.fbox h4 {
	font-size: 22px;
	font-weight: 700;
	display: block;
	margin: 15px 0;
}
.fbox2 {
	width: 25%;
}
.fbox3 {
    width:40%;
}
.fbox2 li {
	float: left;
	width: 100%;
}
.fbox3 li {
	width: 49%;
}
.fbox3 li:nth-child(2n) {
    float: right;
}
.fbox2 li a {
	float: left;
	color: #fff;
	padding-left: 15px;
	margin-bottom: 5px;
	position: relative;
	transition: color ease-in-out .5s;
}
.fbox2 li a:hover {
	color: #1da136;
}
.fbox2 li a:before {
	position: absolute;
	top: -1px;
	left: 0;
	content: '\f105';
	font-family: 'FontAwesome';
}
.faddr p {
	position: relative;
	padding-left: 30px;
}
.faddr i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
}
.socail a {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 10px;
	margin-right: 10px;
	line-height: 40px;
	text-align: center;
	border-radius: 40px;
	transition: all .5s;
}
.socail a i {
	clear: both;
	position: relative;
}
.socail a:hover {
	color: #111;
	background-color: #fff;
	transition: all .5s;
}
.copyrights {
    padding: 18px 0;
    color: #fff;
    background-color: #00243e;
}
.copyrights span {
    float: left;
}
.privacy_links {
	float: right;
}
.privacy_links a {
	color: #999;
	float: left;
	margin-left: 20px;
	transition: color ease-in-out .5s;
}
.privacy_links a:hover {
	color: #fff;
}
.scrollup {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: #fff;
	color: #0063a5;
	border: 2px solid #0063a5;
	line-height: 46px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	z-index: 99; 
	opacity: .8;
	border-radius: 50px;
	display: none;
	transition: all .5s;
}
.scrollup:hover {
	opacity: 1;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
	transition: all .5s;
}
/*innerbanner*/
.innerbanner {
	margin-top: 170px;
}
.ib_img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url(../images/banner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ib_img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0.3);
}
.ib_title {
    color: #fff;
    font-size: 50px;
    position: relative;
    z-index: 2;
    text-transform: capitalize;
    line-height: 1;
    margin: 125px 0;
    text-shadow: 0px 0px 3px #333;
}
/*page*/
.page {
	background: #f0f0ef;
	color: #4d4f53;
	font-size: 16px;
	line-height: 1.5;
}
.page h2 {
	float: left;
	width: 100%;
	font-size: 20px;
	color: #222;
	font-weight: 700;
	margin: 10px 0;
}
.page p {
	display: block;
	margin-bottom: 15px;
}
.page_ul ul {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	list-style: none;
}
.page_ul ul li {
	width: 100%;
	float: left;
	margin-bottom: 2px;
	position: relative;
}
.page_ul ul li:before {
	display: inline-block;
	margin-right: 5px;
	content: '\f105';
	font-family: 'FontAwesome';
}
.page_content {
	width: 68%;
	float: left;
	margin: 50px 0;
	text-align: justify;
}
/*.page_nav*/
.page_nav {
	float: right;
	width: 28%;
	background: #fff;
	margin-top: -50px;
	margin-bottom: 50px;
	padding: 20px;
	box-shadow: 50px 0 100px rgba(0,0,0,.15);
}
.stickme {
	position: sticky;
	-webkit-position: sticky;
	-moz-position: sticky;
	-o-position: sticky;
	-ms-position: sticky;
	top: 200px;
	right: 0;
}
.page_nav h3 {
	font-size: 22px;
	font-weight: 600;
	color: #0064ac;
	margin: 10px 0;
	line-height: 1.2;
	display: block;
}
.page_nav ul li {
	width: 100%;
	float: left;
	border-top: 1px solid #e5e5e5;
}
.page_nav ul li a {
	width: 100%;
	float: left;
	color: #555;
	padding: 8px 0;
	font-size: 18px;
	transition: all ease-in-out .5s;
}
.page_nav ul li a:before {
	content: '\f105';
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 8px;
}
.page_nav ul li a:hover, .page_nav ul li a.active {
	color: #1da136;
}
/*clients*/
.clients {
	margin-top: 35px;
	width: 100%;
}
.clients li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	background: #fff;
	border: 1px solid #ddd;
	padding: 15px;
	margin-top: 15px;
}
.clients li:nth-child(4n+4) {
	margin-right: 0;
}
.clients li img {
	width: 100%;
}
/*certification_process*/
.certification_process {
	background-color: #ecf3fb;
	background-image: url('../images/bg2.png');
	background-size: cover;
	background-position: center;
	padding-top: 0;
	padding-bottom: 50px;
}
.certification_process:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	content: '';
	height: 100%;
	background: #fff;
}
.certification_process .fullpage {
	z-index: 2;
	position: relative;
}
.certification_process li {
	width: 100%;
	float: left;
	margin-top: 50px;
	position: relative;
}
.certification_process li .img {
	float: left;
	width: 55%;
	background: #fff;
	padding: 5px;
}
.certification_process li:nth-child(2n) .img {
	float: right;
}
.certification_process li img {
	width: 100%;
}
.certification_process li .txt {
	float: right;
	width: 42%;
	color: #445360;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	text-align: left;
}
.certification_process li .txt h2 {
	font-weight: 600;
	color: #0168b6;
	display: block;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 22px;
}
.certification_process li:nth-child(2n) .txt {
	float: left;
}
.certification_process li a {
	float: left;
    border-radius: 50px;
    background: #86c22d;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .95px;
    padding: 16px 34px;
    line-height: initial;
    display: inline-block;
    margin-top: 10px;
    transition: all .5s;
}
.certification_process li a:hover {
    background: #0168b6;
    transition: all .5s;
}
/*cerSerLinks*/
.cerSerLinks {
	list-style: none;
	margin-top: 30px;
}
.cerSerLinks li {
	display: inline-block;
	padding: 8px 15px;
	background: #fff;
	cursor: pointer;
	border-top: 1px solid #ddd;
	transition: all .5s;
}
.cerSerLinks li:hover, .cerSerLinks li.active {
	background: #1da136;
	border-top: 1px solid #1da136;
	color: #fff;
	transition: all .5s;
}
.cerSerLink_text h2 {
	font-size: 18px;
	font-weight: 600;
	padding: 15px;
	width: 100%;
	float: left;
	text-align: left;
	color: #0064ac;
	background: #fff;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 0;
}
.cerSerLink_text h2:before {
	display: inline-block;
	float: left;
	color: #111;
	content: '\f067';
	font-weight: 400;
	font-family: 'FontAwesome';
	margin-right: 15px;
}
.cerSerLink_text h2.open:before {
	content: '\f068';
}
.cerSerLink_data {
	display: none;
	padding: 15px;
}
.cerSerLink_text h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0;
	display: block;
	text-align: left;
	color: #0064ac;
}
.cerSerLink_text a {
	float: left;
	padding: 8px 15px;
	color: #fff;
	margin-top: 10px;
	background: #0064ac;
	transition: all .5s;
	margin-right: 20px;
}
.cerSerLink_text a:hover {
	background: #1da136;
	transition: all .5s;
}
/*.quick_links*/
.quick_links {
	text-align: left;
}
.quick_links h3 {
	margin: 10px 0;
	width: 100%;
	float: left;
	font-size: 24px;
	font-weight: 700;
	color: #0064ac;
}
.quick_links li {
	float: left;
	width: 49%;
	margin-top: 15px;
}
.quick_links li:nth-child(2n) {
	float: right;
}
.quick_links li a {
	float: left;
	width: 100%;
	padding: 12px 25px;
	border-left: 5px solid #1da136;
	background: #fff;
	color: #333;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.02);
	transition: all .5s;
}
.quick_links li a:hover {
	border-left: 5px solid #0064ac;
	color: #1da136;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
	transition: all .5s;
}
/*contact*/
.contact {
	padding: 50px 0;
}
.contact_form {
	float: left;
	width: 55%;
}
.quoteForm {
	width: 100%;
	padding: 0 25%;
}
.contact h3 {
	color: #333;
	display: block;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
}
.contact_form .input_control {
	background: #fff;
	color: #333;
	border: 1px solid #ddd;
}
.contact_form .input_control::placeholder { 
    color: #999;
    opacity: 1;
}
.contact_form .input_control:-ms-input-placeholder { 
    color: #999;
}
.contact_form .input_control::-ms-input-placeholder {
    color: #999;
}
.contact_form .submit_control:hover {
	background: rgb(15, 123, 35);
}
.contact_adrs {
	width: 40%;
	float: right;
	background: #fff;
	padding: 40px;
}
.contact_adrs h3 {
	margin-bottom: 15px;
}
.contact_adrs h4 {
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
    color: #0064ac;
}
.contact_adrs p {
	padding-left: 30px;
	position: relative;
}
.contact_adrs p i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
    color: #0064ac;
}
.map {
	height: 350px;
}
.map iframe {
	width: 100%;
	height: 100%;
	border: 0px;
}
/*careers*/
.careers_posts {
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
.careers_posts h2 {
    font-size: 30px;
    font-weight: 500;
    color: #04459d;
    margin: 0 0 10px 0;
    display: block;
} 
.careers_posts li {
    float: left;
    list-style: none;
    width: 32%;
    margin-top: 15px;
    margin-right: 2%;
    position: relative;
}
.careers_posts li:nth-child(3n+3) {
    margin-right: 0;
}
.careers_posts li a {
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 25px;
    text-align: left;
	border: 1px solid #ddd;
    border-left: 5px solid rgb(27, 162, 54);
    background: #fff;
    transition: all .5s;
}
.careers_posts li a:hover {
	border: 1px solid rgb(0, 100, 172);
    border-left: 5px solid rgb(0, 100, 172);
    transition: all .5s;
}
.careers_posts li h4 {
    font-size: 20px;
    line-height: 22px;
    color: #0064ac;
    margin: 0;
    height: 50px;
    font-weight: 400;
    vertical-align: bottom;
}
.careers_posts li span {
    font-size: 14px;
    color: #999; 
    padding-left: 20px;
}
.careers_posts li span:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f041';
    font-family: 'FontAwesome';
}
.j_desc {
    margin-bottom: 15px;
}
.j_desc h2, .j_desc h3 {
    font-size: 26px;
    color: #2361a8;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0;
}
.j_desc h3 {
    font-size: 20px;
}
.j_desc span {
    color: #555;
    font-weight: 400;
    font-size: 14px;
}
/*career_form*/
.career_form {
    background: #fff;
    padding: 20px;
}
.halfspan {
    width: 49%;
    float: left;
}
.halfspan.right {
    float: right;
}
.career_form h2 {
    color: #00376F;
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: block;
    font-size: 24px;
    font-weight: 400;
    border-bottom:1px solid #eee;
}
.career_form label {
    margin: 5px 0 0 0;
    display: block;
    font-weight: 400;
}
input.c-input, textarea.c-input {
    width: 100%;
    float: left;
    height: 40px;
    padding: 10px;
    color: #333;
    border: 1px solid #ccc;
    margin: 0 0 15px 0;
    font-size: 16px;
    transition: all .5s;
}
input.c-input[type=file] {
    padding: 0 10px;
}
input.c-input:hover, textarea.c-input:hover,
input.c-input:focus, textarea.c-input:focus {
    border: 1px solid #333;
    outline: 0px;
    transition: all .5s;
}
textarea.c-input {
    height: 80px;
}
input.c-btn {
    float: left;
    margin-top: 15px;
    padding: 10px 30px;
    background: #1979b5;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0px;
    transition: all .5s;
}
input.c-btn:hover, input.c-btn:focus {
    background: #002a5c;
    transition: all .5s;
}
/*cert_verification*/
.cert_verification {
	padding: 30px;
	background: #fff;
	width: 100%;
	max-width: 800px;
	display: table;
	margin: 40px auto;
}
.cv_find {
	margin: 20px 0;
}
.cvText label {
	float: left;
	width: 45%;
	font-weight: 500;
	color: #111;
	line-height: 40px;
	font-size: 20px;
}
.cvText input {
	float: left;
	width: 55%;
	height: 40px;
	padding: 0 15px;
	color: #222;
	border: 1px solid #ddd;
	transition: all 0.5s;
}
.cvText input:hover, .cvText input:focus {
	border: 1px solid #333;
	transition: all 0.5s;
}
.cv_find .cvBtn {
	float: left;
	margin-left: 45%;
	height: 40px;
	border: 0px;
	padding: 0 30px;
	border-radius: 3px;
	background: #1da136;
	color: #fff;
	cursor: pointer;
	margin-top: 20px;
	font-size: 18px;
	transition: all .5s;
}
.cv_find .cvBtn:hover {
	background: #0064ac;
	transition: all .5s;
}
.cv_data {
	border: 1px solid #ddd;
}
.cv_data li {
	width: 100%;
	float: left;
	font-size: 18px;
}
.cv_data li:nth-child(2n) {
	background: #f5f5f5;
}
.cv_data li .left {
	float: left;
	font-weight: 500;
	color: #0064ac;
	width: 45%;
	position: relative;
}
.cv_data li .left:after {
	position: absolute;
	right: 0;
	top: 8px;
	content: ':';
}
.cv_data li .right {
	float: right;
	width: 55%;
}
.cv_data li span {
	padding: 10px 15px;
}
/* =======================
    Mobile Responsive 
   ======================= */
@media screen and (max-width : 1279px) {
	.fullpage {
		max-width: 980px;
		padding: 0 15px;
	}
	ul.menu li a {
		font-size: 16px;
		font-weight: 400;
	}
	.home_industries li .txt {
		max-height: 170px;
		overflow: hidden;
	}
	.home_process li .txt h5 img {
		display: none;
	}
	.cerSerLinks {
		margin-top: 10px;
	}
	.cerSerLinks li {
		float: left;
		font-size: 13px;
	}
}
@media screen and (max-width : 979px) {
	.fullpage {
		max-width: 768px;
	}
	.right_number li, .menu_nav {
		display: none;
	}
	.right_number li:first-child {
		display: block;
		padding: 0;
		margin: 10px 0 0 0;
	}
	.popCertificate {
	    top: 100px;
	    left: 50%;
	}
	.mtop {
	    height: 110px;
	}
	.micon {
	    display: block;
	    position: absolute;
	    top: 62px;
	    right: 30px;
	    color: #333;
	    z-index: 2;
	    font-size: 28px;
	    cursor: pointer;
	}
	.mobile_menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 300px;
		height: 100%;
		background: #296fba;
		z-index: 999;
		padding: 10px;
		display: block;
		overflow-y: auto;
		text-align: left;
		transition: all .5s;
	}
	.mobile_menu.open {
		right: 0;
		transition: all .5s;
	}
	body.open {
		overflow:hidden;
	}
	ul.mmenu {
		width: 100%;
		float: left;
		list-style: none;
	}
	ul.mmenu li, ul.mmenu li a {
		width: 100%;
		float: left;
		margin: 0;
	}
	ul.mmenu li a {
		color: #fff;
		font-size: 15px;
		padding: 8px 10px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	ul.mmenu li a.more {
		position: relative;
	}
	ul.mmenu li a.more:after {
		position: absolute;
		top: 5px;
		right: 10px;
		content: '\f107';
		font-family: 'FontAwesome';
	}
	ul.mmenu li a span {
		display: none;
	}
	ul.mmenu ul {
		display: none;
		width: 100%;
		float: left;
		background: rgba(0,0,0,0.1);
	}
	ul.mmenu ul {
		background: #0986e2;
	}
	.mclose {
		padding: 8px 10px;
		background: #fff;
		color: #333;
		font-size: 18px;
		cursor: pointer;
		width: 100%;
		float: left;
		display: block;
		margin-bottom: 10px;
	}
	.mclose i {
		float: right;
		line-height: 20px;
	}
	.banner_title {
	    width: 80%;
	}
	.home_about, .home_industries, .home_process, .home_partners {
		padding: 30px 0;
	}
	.title {
	    font-size: 30px;
	}
	.approach ul li {
		padding: 0 15px;
		font-size: 14px;
	}
	.approach ul li h4 {
	    font-size: 22px;
	    margin-bottom: 10px;
	}
	.home_industries li {
		width: 49%;
		margin-right: 0;
	}
	.home_industries li:nth-child(even) {
		float: right;
	}
	.home_industries li .txt {
		max-height: inherit;
	}
	.hp_scroll li {
		width: 33.33%;
	}
	#cleft {
		left: 0
	} 
	#cright {
		right: 0
	}
	.footer_form h4, .footer_form h3 {
		padding: 0;
	}
	.right_number li a.mBtn {
	    background-color: #f0f0ef;
	    border-radius: 1.2rem;
	    color: #333;
	    font-size: 16px;
	    padding: 5px 10px;
	}
	.ib_title {
		margin: 80px 0;
	}
	.stickme {
		top: 130px;
	}
	.innerbanner {
	    margin-top: 110px;
	}
	.careers_posts li {
		width: 49%;
		margin-right: 0;
	}
	.careers_posts li:nth-child(2n) {
		float: right;
	}
	.page_nav h3 {
		font-size: 20px;
	}
	.cerSerLinks li {
		width: 50%;
	}
	.quick_links li {
		width: 100%;
	}
	.main_banner, .main_banner .item {
		min-height: 400px;
	}
	.banner_title h1 {
	    font-size: 30px;
	}
}
@media screen and (max-width : 767px) {
	.fullpage {
		max-width: 550px;
	}
	.logo span {
		display: none;
	}
	.logo img {
		height: 70px;
	}
	.mtop {
	    height: 90px;
	}
	.micon {
		top: 48px;
	}
	.video_banner {
		height: 100vh;
		max-height: inherit;
	}
	.video_banner video {
		width: auto;
		min-height: 100vh;
	}
	.banner_title h1 {
	    font-weight: 600;
	    font-size: 30px;
	    line-height: 1.2;
	}
	.banner_title h2 {
	    margin: 0 0 10px 0;
	    font-size: 16px;
	}
	.banner_title a,.banner_title a.btn2 {
		width: 260px;
		padding: 20px 0;
		text-align: center;
		margin: 5px 0;
	}
	.title {
		font-size: 26px;
		line-height: 1.2;
	}
	.home_about .txt {
		width: 100%;
	}
	.home_about .img {
		display: none;
	}
	.approach ul li {
	    padding: 15px 0;
	    width: 100%;
	    border-right: 0px solid rgba(255,255,255,0.3);
	    border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	.home_industries li, .home_process li {
		width: 100%;
	}
	.getBtn a {
	    padding: 10px 20px;
	    font-size: 14px;
	}
	.hp_scroll li {
		width: 50%;
	}
	.footer_form form {
		padding: 0;
	}
	.fbox {
		width: 100%;
		padding-top: 0;
		margin-bottom: 0;
	}
	.copyrights {
		margin-top: 40px;
		text-align: center;
	}
	.copyrights span, .privacy_links {
		width: 100%;
	}
	.privacy_links {
		margin-top: 10px;
	}
	.ib_title {
		margin: 50px 0;
		font-size: 30px;
		font-weight: 500;
	}
	.innerbanner {
	    margin-top: 90px;
	}
	.page_content {
		width: 100%;
		margin: 30px 0;
	}
	.page_nav {
		display: none;
	}
	.careers_posts li {
		width: 100%;
	}
	.certification_process li .img, .certification_process li .txt {
		width: 100%;
	}
	.certification_process li .txt {
		padding: 15px;
		background: #fff;
	}
	.certification_process {
		padding-bottom: 30px;
	}
	.certification_process li {
		margin-top: 30px;
	}
	.cerSerLinks li {
	    width: 100%;
	    font-size: 15px;
	}
	.page h2 {
		text-align: left;
	}
	.clients {
		margin-top: 15px;
	}
	.clients li, .clients li:nth-child(4n+4) {
		width: 32%;
		margin-right: 2%;
	}
	.clients li:nth-child(3n+3) {
		margin-right: 0%;
	}
	.contact_form, .contact_adrs {
		width: 100%;
	}
	.contact_adrs {
		margin-bottom: 30px;
		padding: 20px;
	}
	.contact {
		padding: 30px 0;
	}
	.map {
		height: 250px;
	}
	.quick_links h3, .j_desc h2, .j_desc h3 {
		font-size: 20px;
		line-height: 1.2;
	}
	.halfspan, .careers_posts li {
		width: 100%;
	}
	.cv_find {
	    margin: 0;
	    text-align: center;
	}
	.cert_verification {
		padding: 15px;
	}
	.cvText label {
	    width: 100%;
	    text-align: center;
	    line-height: 1.2;
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.cvText input {
		width: 100%;
		text-align: center;
	}
	.cv_find .cvBtn {
	    float: none;
	    display: inline-block;
	    margin-left: 0;
	}
	.cv_data {
		margin-top: 30px;
	}
	.cv_data li {
	    font-size: 16px;
	}
	.cv_data li span {
	    padding: 8px 10px;
	}
	.banner_title {
		width: 100%;
		left: 0;
		padding: 0 20px;
	}
	.banner_title h1 {
	    font-size: 24px;
	}
	.right_number ul {
		display: none;
	}
	.logo {
	    width: 100%;
	}
	.logo img {
		float: left;
	}
	.logo span {
	    display: inline-block;
	    font-size: 20px;
	    line-height: 22px;
	    float: left;
	    margin-left: 10px;
	    width: 200px;
	    padding-top: 10px;
	}
	.micon {
	    top: 24px;
	    right: 15px;
	}
	.fbox.last {
	    width: 100%;
	}
    .main_banner::before {
        left: 0;
        transform: skewX(0deg);
    }
}
@media screen and (max-width : 359px) {
	.fullpage {
		max-width: 320px;
	}
	.clients li,.clients li:nth-child(4n+4) {
		width: 49%;
		margin-right: 0;
	}
	.clients li:nth-child(2n) {
		float: right;
	}
	.cv_data li .left, .cv_data li .right {
	    width: 100%;
	}
	.cv_data li .left::after {
		display: none;
	}
	.cv_data li .left {
		padding-bottom: 0;
	}
}