@charset "utf-8";
/* CSS Document */
@import url('icons.css');
@import url('icofonts.css');
@font-face {
  font-family: 'GT Walsheim';
  src: url("../fonts/GT-Walsheim-Regular.eot?eizszf");
  src: url("../fonts/GT-Walsheim-Regular.eot?eizszf#iefix") format("embedded-opentype"), 
  url("../fonts/GT-Walsheim-Regular.woff?eizszf#iefix") format("woff"), 
  url("../fonts/GT-Walsheim-Regular.ttf?eizszf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family:'GT Walsheim';
  src:  url('../fonts/GT-Walsheim-Pro-Medium.eot?eizszf');
  src:  url('../fonts/GT-Walsheim-Pro-Medium.eot?eizszf#iefix') format('embedded-opentype'),
          url('../fonts/GT-Walsheim-Pro-Medium.woff?eizszf#iefix') format('woff'),
    	url('../fonts/GT-Walsheim-Pro-Medium.ttf?eizszf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url("../fonts/GT-Walsheim-Pro-Bold.eot?eizszf");
  src: url("../fonts/GT-Walsheim-Pro-Bold.eot?eizszf#iefix") format("embedded-opentype"), 
  url("../fonts/GT-Walsheim-Pro-Bold.woff?eizszf#iefix") format("woff"), 
  url("../fonts/GT-Walsheim-Pro-Bold.ttf?eizszf") format("truetype");
  font-weight: 600;
  font-style: normal; }
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: 'GT Walsheim', sans-serif;
	position: relative;
}
input, select, textarea {
	font-family: 'GT Walsheim', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;	
	font-weight: 600;
	font-family: 'GT Walsheim', 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;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.header.fix {
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
}
.top_bar {
	background: #1b2831;
	height: 40px;
	line-height: 40px;
	max-width: 550px;
	float: right;
	position: relative;
	width: 100%;
}
.top_bar:after {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	content: '';
	background: #e3e3e6;
}
.top_bar ul {
	float: right;
	background: #e3e3e6;
	padding: 0 15px;
}
.top_bar ul li {
	float: left;
	margin-left: 15px;
	font-size: 14px;
	color: #222;
	line-height: 40px;
}
.top_bar ul li i {
	font-size: 16px;
	margin-top: 11px;
	margin-right: 10px;
	float: left;
	cursor: pointer;
}
.top_bar ul li a {
	float: left;
	color: #222;
}
.search {
	float: left;
	z-index: 2;
	position: relative;
}
.search .float_btn {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	background: #e30613;
}
.search .float_btn:before {
	position: absolute;
	top: 0;
	left: -15px;
	width: 70px;
	height: 40px;
	background: #e30613;
	content: '';
	transform: skew(35deg);
}
.search input + label {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	z-index: 1;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}
.sbtn {
	color: transparent;
	border: 0px;
	z-index: 0;
	position: relative;
	background: transparent;
}
.float_input {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	right: -0;
	border: 1px solid #ddd;
	padding: 0 10px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.search:hover .float_input ,
.float_input:focus {
	right: 0;
	width: 300px;
}
.top_lang {
	float: left;
	position: relative;
	padding-left: 30px;
}
.top_lang a {
	color: #fff;
	float: left;
	padding: 0 15px;
	line-height: 40px;
}
.logo {
	float: left;
	margin-top: 40px;
	margin-bottom: 15px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.logo .logo_title {
    position: absolute;
    top: 60px;
    left: 100px;
    font-size: 20px;
    line-height: 24px;
    color: #0063a7;
    width: 200px;
    overflow: hidden;
    height: 48px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.header.fix .logo .logo_title {
    top: 25px;
    left: 80px;
    font-size: 20px;
    width: 200px;
    line-height: 24px;
}
.header.fix .logo {
	margin-top: 14px;
}
.logo img {
	float: left;
	height: 94px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.header.fix .logo img {
	height: 80px;
}
.menu_nav {
	float: right;
	width: 80%;
}
.micon, .mobile_menu, .mclose {
	display: none;
}
@media only screen and (min-width :1280px) {
	ul.menu {
		float: right;
		list-style: none;
		margin-top: 40px;
		transition: all ease-in-out .5s;
		-webkit-transition: all ease-in-out .5s;
	}
	.header.fix  ul.menu {
		margin-top: 0px;
	}
	ul.menu li {
		float: left;
		position: relative;
	}
	ul.menu li a {
		float: left;
	    position: relative;
	    text-transform: capitalize;
	    transition: all ease-in-out .5s;
	    -webkit-transition: all ease-in-out .5s;
	    color: #1b2831;
	    font-weight: 600;
	    padding: 22px 10px;
	    font-size: 16px;
	}
	ul.menu li a span {
		display: none;
	}
	ul.menu li a:after {
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 0;
		content: '';
		z-index: 5;
		background: #1da136;
		transition: all ease-in-out .5s;
		-webkit-transition: all ease-in-out .5s;
	}
	ul.menu > li:hover a:after, ul.menu li a.active:after {
		height: 5px;
	}
	ul.menu li.cntBtn {
		float: right;
	}
	ul.menu li.cntBtn a {
		padding-right: 0;
	}
	ul.menu li.cntBtn a:before {
		margin-right: 8px;
		content: "\e950";
		float: left;
		margin-top: 1px;
		font-family: 'iconfont' !important;
		color: #1da136;
	}
	ul.menu li.cntBtn a:hover:before {
		color: #333;
	}
	ul.menu li.cntBtn a:after {
		display: none;
	}
	ul.menu > li:hover li 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;
		width: 500px;
		background: #fff;
		z-index: 4;
		display: none;
		transition: all ease-in-out .5s;
		-webkit-transition: all ease-in-out .5s;
	}
	ul.menu li:hover ul {
		display: block;
		box-shadow: 0px 5px 5px -1px rgba(0,0,0,0.2);
	}
	ul.menu ul li a:after {
		display: none;
	}
	ul.menu ul li {
		width: 49%;
		float: left;
	}
	ul.menu ul li:nth-child(even) {
	    float:right;
	}
	ul.menu ul li a {
	    width: 100%;
		float: left;
		padding: 5px 15px;
		line-height: 30px;
		font-weight: 400;
		font-size: 14px;
		color: #333;
		border-bottom: 1px solid #ddd;
	}
	ul.menu li:hover li a {
		color: #333;
	}
	ul.menu ul li:hover a {
		color: #111;
	}
}
/* ---- banner ---- */
.mtop{
	height: 149px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
/*
.main_banner, .main_banner .item {
	min-height: 585px;
	background-size: cover;
	background-position: center;
}
.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);
}
.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: 100px;
}
.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;
	width: 60%;
	opacity: 0;
	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: 54px;
    display: block;
    text-shadow: 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;
}*/
.mobile_banner {
    display: none
}
.video_banner {
	max-height: 600px;
	overflow: hidden;
	position: relative;
}
.video_banner:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0,0,0,0.4);
}
.video_banner video {
	width: 100%;
	height: 100%;
}
.banner_title {
	position: absolute;
	top: 50%;
	left: 10%;
	text-align: left;
	color: #fff;
	width: 60%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.banner_title h1 {
	margin-bottom: 10px;
    padding-top: 50px;
    font-weight: 700;
    font-size: 44px;
    font-family: 'Montserrat', sans-serif;
    line-height: 60px;
}
.banner_title h2 {
    font-family: Montserrat;
    color: #fff;
    margin: 0 0 20px;
    font-style: italic;
    font-size: 24px;
    font-weight: 400;
    margin: 8px 20px 30px 0;
}
.banner_title a {    
	float: left;
	line-height: 1;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.52px;
    padding: 20px 40px 20px;
    margin-top: 10px;
    border-radius: 25px;
    color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    border: solid 1px #089d75;
    background: linear-gradient(#089d75, #027556);
    background: -moz-linear-gradient(#089d75, #027556);
    background: -webkit-gradient(#089d75, #027556);
    background: -webkit-linear-gradient(#089d75, #027556);
    background: -o-linear-gradient(#089d75, #027556);
    background: -ms-linear-gradient(#089d75, #027556);
    background: linear-gradient(#089d75, #027556);
}
.banner_title a:hover {
    border: solid 1px #fff;
}
.banner_title a.btn2 {
    border: solid 1px #fff;
    margin-left: 20px;
    background: transparent;
}
.banner_title a.btn2:hover {
    border: solid 1px #000;
}
/*about_block*/
.about_block {
	padding: 50px 0;
	background: #0063a5;
}
.about_block li {
	float: left;
	margin-right: 2%;
	width: 32%;
	background: #fff;
}
.about_block li:nth-child(3n+3) {
	margin-right: 0;
}
.about_block li img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.about_block li .txt {
	padding: 20px;
	font-size: 16px;
}
.about_block li .txt h2 {
	display: block;
	font-size: 26px;
	color: #0063a5;
	margin-bottom: 10px;
}
.about_block li .txt .p {
    min-height: 220px;
	overflow: hidden;
}
.about_block li .txt a {
	float: left;
	margin-top: 15px;
	padding: 8px 25px;
	border-radius: 30px;
	border: 1px solid #0063a5;
	color: #0063a5;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.about_block li .txt a:hover {
	background: #0063a5;
	color: #fff;
}
/*home_aboutCnt*/
.home_aboutCnt {
    padding: 50px 0;
    font-size: 18px;
    text-align:center;
    background: #fff url(../images/bg.jpg) repeat;
}
.home_aboutCnt h1 {
    display: block;
    color: #111;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px;
}
.home_aboutCnt a {
	display: inline-block;
	margin-top: 15px;
	padding: 8px 50px;
	border-radius: 30px;
	border: 1px solid #0063a5;
	color: #0063a5;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.home_aboutCnt a:hover {
	background: #0063a5;
	color: #fff;
}
/*service_block*/
.service_block {
	margin: 50px 0;
	padding: 40px 50px;
    background-color: #fff;
    border-top: 3px solid #13865b;
    box-shadow: 0 2px 11px #b5b5b5;
}
.service_block h2 {
	font-size: 36px;
	display: block;
	color: #333;
	margin-bottom: 30px;
}
.service_block li {
	text-align: center;
	padding: 0 20px;
	float: left;
}
.service_block li img, .owl-carousel .owl-item img {
	display: inline-block;
	height: 100px;
	width: auto;
}
.service_block li h3 {
	font-size: 22px;
	color: #0063a5;
	display: block;
	margin-top: 15px;
}
.service_block li a {
	display: inline-block;
	margin-top: 15px;
	padding: 8px 50px;
	border-radius: 30px;
	border: 1px solid #0063a5;
	color: #0063a5;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.service_block li a:hover {
	background: #0063a5;
	color: #fff;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	position: absolute;
	top: calc(50% - 20px);
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	right: 0;
	width: 40px;
	height: 40px;
	opacity: 0.3;
	text-indent: -99999px;
	background-image: url(../images/arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;  
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
	opacity: 1;
}
.owl-nav .owl-prev {
	right: auto;
	left: 0;
	transform: rotate(-180deg);
}
/*cert_verification*/
.certiVerpop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	padding: 0 15px;
	display: none;
	background: rgba(255,255,255,0.6);
}
.certiVerBx {
	display: table;
	width: 100%;
	max-width: 500px;
	margin: 100px auto;
	position: relative;
	box-shadow: 0px 0px 60px 10px rgba(0,0,0,0.5)
}
.cvClose {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #fff;
	z-index: 5;
	font-size: 20px;
	cursor: pointer;
}
.certiVerpop .cert_verification {
	padding: 50px;
}
.cert_verification {
	text-align: center;
	background-image: url(../images/banner2.jpg);
	background-size: cover;
	background-position: center;
	padding:  60px 0;
}
.cert_verification:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #222;
	opacity: 0.7;
}
.cert_verification h3 {
	display: block;
	font-size: 36px;
	color: #fff;
	margin-bottom: 20px;
}
.cert_verification h3:after {
	display: block;
	width: 100px;
	height: 4px;
	background: #fff;
	margin: 15px 0;
	content: '';
	margin-left: calc(50% - 50px)
}
.cert_verification label {
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.cert_verification input {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	width: 300px;
	height: 60px;
	padding: 0 10px;
	background-color: transparent;
	border: 1px solid #fff;
	margin-bottom: 15px;
}
/*.certiVerpop .cert_verification input {
	width: calc(100% - 110px);
}*/
.cert_verification input.cvBtn {
	width: 100px;
	background-color: #fff;
	color: #333;
	text-transform: uppercase;
	border: 1px solid #fff;
	cursor: pointer;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
/*.certiVerpop .cert_verification input.cvBtn {
	float: right;
}*/
.cert_verification input.cvBtn:hover {
	background-color: #0064ab;
	color: #fff;
	border: 1px solid #fff;
}
/*getQuote*/
.getQuote {
	background: #eee;
	padding: 30px 0;
}
.getQuote h3 {
	float: left;
	line-height: 40px;
	font-size: 26px;
	color: #0064ab;
}
.getQuote a {
	float: right;
	background-color: #0064ab;
	color: #fff;
	line-height: 40px;
	padding: 0 25px;
	font-size: 16px;
	border-radius: 3px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.getQuote a:hover {
	background-color: #333;
}
/*footer */
footer {
    font-size: 15px;
    background: #111b24;
    color: #fff;
    padding: 40px 0 30px 0;
}
.foo {
	float: right;
	width: 25%;
	padding-right: 25px;
}
.copyrights {
	margin-top: 25px;
}
.foo h4 {
	font-size: 18px;
	display: block;
	margin-bottom: 20px;
}
.foo p {
	display: block;
	margin-bottom: 8px;
}
.foo p i {
	width: 20px;
}
.fsocail li {
	float: left;
	margin-top: 10px;
}
.fsocail li a {
	float: left;
	color: #fff;
	font-size: 20px;
	margin-right: 20px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.fnav li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.fnav li a {
	float: left;
	color: #fff;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.fnav li a:hover, .fsocail li a:hover {
	color: #0063a5;
}
.flogo {
	float: left;
}
.scrollup {
	position: fixed;
	bottom: 60px;
	right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 36px;
	border: 2px solid #fff;
	background: #333;
	color: #fff;
	display: none;
	font-size: 20px;
}
/*innerbanner*/
.innerbanner {
    position: relative;
    padding-top: 265px;
    padding-bottom: 50px;
}
.ib_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.ib_img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #0462a2;
    opacity: 0.6;
}
.ib_txt h1 {
    float: left;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    margin-top: 20px;
}
.breads {
    list-style: none;
    float: right;
    margin-top: 30px;
}
.breads li {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}
.breads li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.breads li:after {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 12px;
    content: '/';
    color: #fff;
}
.breads li:last-child {
    margin: 0;
    padding: 0;
}
.breads li:last-child:after {
    display: none;
}
.breads li:last-child a, .breads li a:hover {
    color: #1aa236;
}
.page {
    font-size: 16px;
    color: #595959;
    text-align: justify;
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
}
.page p {
    display: block;
    margin-bottom: 15px;
}
.page p b {
    display: block;
    color: #0063a5
}
.about_vision {
	background: #0063a5;
	color: #fff;
	margin-top: 25px;
	padding: 20px 25px;
	box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.2);
}
.about_vision li {
	padding: 5px 0;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.about_vision li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0px solid rgba(0,0,0,0.5);
}
.about_vision li img {
	float: left;
	width: 200px;
	height: 150px;
	object-fit: cover;
}
.about_vision li .txt {
	width: calc(100% - 200px);
	padding-left: 30px;
}
.about_vision h2 {
	display: block;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 15px;
}
.about_vision h2:after {
	display: block;
	content: '';
	height: 3px;
	width: 50px;
	background: #fff;
	margin: 5px 0;
}
.page_content {
	width: 68%;
	float: left;
}
/*.page_nav*/
.page_nav {
	float: right;
	width: 28%;
	background: #fff;
	margin-top: -100px;
	padding: 20px;
	border: 1px solid #eee;
	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: 150px;
	right: 0;
}
.page_nav h3 {
	font-size: 26px;
	color: #0064a6;
	margin-bottom: 10px;
	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: 14px;
	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;
}
/*accreditation*/
.accreditation_ul li {
	float: left;
	width: 23.5%;
	margin-top: 20px;
	margin-right: 2%;
	padding: 25px;
	background: #fff;
	border: 2px solid #ddd;
}
.accreditation_ul li:nth-child(4n+4) {
	margin-right: 0;
}
.accreditation_ul li img {
	width: 100%;
}
/*downloads*/
.downloads {
	padding: 40px 0;
}
.downloads li {
	width: 100%;
	float: left;
	padding: 15px 20px;
	line-height: 30px;
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
}
.downloads li:last-child {
	border-bottom: 0px;
}
.downloads li i {
	display: inline-block;
	margin-right: 10px;
}
.downloads li a {
	float: right;
	line-height: 30px;
	padding: 0 10px;
	background: #333;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.downloads li a:hover {
	background: #0163a3;
}
.GetQuoteBtn {
	float: left;
	margin-top: 25px;
	line-height: 40px;
	padding: 0 20px;
	background: #333;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.GetQuoteBtn:hover {
	background: #0163a3;
}
/*careers*/
.careers_posts {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
.careers_posts h2 {
    font-size: 30px;
    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);
    box-shadow: 0px 0px 14px -5px rgba(0,0,0,0.2);
    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: #0064a6;
    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: #f5f5f5;
    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: #333;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0px;
    transition: all .5s;
}
input.c-btn:hover, input.c-btn:focus {
    background: #0064ab;
    transition: all .5s;
}
/*contact*/
.contact {
	padding: 40px 0;
}
.contactAdr {
	margin: 10px 0;
	background: #fff;
    box-shadow: 0 2px 10px -3px #b4d6f6;
	border: 1px solid #ddd;
}
.adrBlock {
	float: left;
	width: 40%;
	text-align: left;
	padding: 30px;
	font-size: 16px;
}
.adrBlock h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    display: block;
    color: #1da136;
    margin-bottom: 25px;
}
.adrBlock p {
	margin-bottom: 10px;
}
.adrBlock i {
	width: 20px;
}
.adrBlock b {
	font-size: 20px;
	font-weight: 600;
	display: block;
	color: #2c2b79;
	margin-bottom: 5px;
}
.adrBlock p {
    position: relative;
    padding-left: 30px;
}
.adrBlock p a {
    color: #0270c7;
    text-decoration: none;
}
.adrBlock p img {
    width: 20px;
    position: absolute;
    top: 5px;
    left: 0;
    margin: 0;
}
.adrMap {
	float: right;
	width: 60%;
	height: 280px;
}
.adrMap iframe {
	width: 100%;
	height: 100%;
	border:	0px;
}
.contact_all {
	background: #f5f5f5;
	padding: 30px 0;
}
.contact_all h2 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 15px;
	color: #0064ab
}
.contact_all li {
	float: left;
	width: 32%;
    padding: 30px;
    margin: 10px 0;
	margin-right: 2%;
    min-height: 220px;
    border: 1px solid #ddd;
    position: relative;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.09);
}
.contact_all li h4 {
    font-size: 20px;
    font-weight: 600;
    display: block;
    color: #111;
    margin-bottom: 15px;
    margin-top: 0;
}
.contact_all li p:last-child {
    margin-bottom: 0;
}
.contact_all li:nth-child(3n+3) {
	margin-right: 0
}
.contact_form {
	background: #fff;
	text-align: center;
}
.contact_bx {
	padding: 0 20%;
}
.contact_bx h2 {
	font-size: 26px;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
	color: #333;
}
.contact_bx form {
	margin-top: 30px;
}
input.cinput, textarea.cinput {
    width: 100%;
    float: left;
    height: 50px;
    padding: 10px;
    color: #333;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 0 0 15px 0;
    font-size: 16px;
    transition: all .5s;
}
input.cinput:hover, textarea.cinput:hover,
input.cinput:focus, textarea.cinput:focus {
    border: 1px solid #0064ab;
    outline: 0px;
    transition: all .5s;
}
textarea.cinput {
    height: 110px;
    padding: 10px;
}
input.cbtn {
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    padding: 0 30px;
    background: #333;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0px;
    transition: all .5s;
    float: none;
    display: table;
    margin: 0 auto;
	margin-top: 10px;
}
input.cbtn:hover, input.cbtn:focus {
    background: #0064ab;
    transition: all .5s;
}
.halfdiv {
    width: 49%;
    float: left;
}
.halfdiv.right {
    float: right;
}

/* =======================
    Mobile Responsive 
   ======================= */
@media screen and (max-width : 1279px) {
	.fullpage {
		max-width: 980px;
		padding: 0 15px;
	}
	.menu_nav {
		position: fixed;
		top: 0;
		right: -100%;
		width: 300px;
		height: 100%;
		background: #0e5aa3;
		z-index: 999;
		padding: 15px;
		padding-bottom: 60px;
		overflow: hidden;
		transition: all .5s;
	}
	.menu_nav.open {
		right: 0;
		box-shadow: -5px 0px 14px -5px #333;
		transition: all .5s;
	}
	body.open {
		overflow:hidden;
	}
	ul.menu {
		width: 100%;
		float: left;
		height: 100%;
		list-style: none;
		overflow-y: auto;
	}
	ul.menu li, ul.menu li a {
		width: 100%;
		float: left;
		margin: 0;
	}
	ul.menu li a {
		color: #fff;
		font-size: 14px;
		padding: 10px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	ul.menu li a i {
		float: right;
	}
	ul.menu ul , ul.menu ul ul {
		display: none;
		width: 100%;
		float: left;
		background: rgba(0,0,0,0.1);
	}
	ul.menu ul {
		background: #0986e2;
	}
	ul.menu ul.open {
		display: block;
	}
	ul.menu li a span {
		display: block;
	}
	ul.menu li:first-child a i {
		display: none;
	}
	.micon {
	    display: block;
	    color: #333;
	    font-size: 30px;
	    margin-top: 68px;
	    cursor: pointer;
	    position: absolute;
	    top: 20px;
	    right: 20px;
	    transition: all ease-in-out .5s;
	    -webkit-transition: all ease-in-out .5s;
	}
	.mclose {
		width: 50px;
		height: 50px;
		background: #d5282f;
		line-height: 50px;
		text-align: center;
		color: #fff;
		font-size: 20px;
		cursor: pointer;
		display: block;
		border-radius: 100%;
		margin-bottom: 10px;
	}
	.logo .logo_title {
		left: 120px;
	}
	.header.fix .logo .logo_title {
		left: 100px;
	}
	.header.fix .micon {
		margin-top: 35px;
	}
	.banner_title h1 {
		font-size: 40px;
	}
}
@media screen and (max-width : 979px) {
	.fullpage {
		max-width: 768px;
	}
	.header.fix .logo .logo_title {
	    left: 115px;
	    top: 45px;
	}
	.main_banner, .main_banner .item {
		min-height: 400px;
	}
	.banner_title h1 {
	    font-size: 30px;
	    line-height: 40px;
	}
	.service_block li h3{
		font-size: 20px;
	}
	.page {
		padding: 30px 0
	}
	.page_nav {
		display: none;
	}
	.page_content {
		width: 100%;
	}
	.ib_txt h1 {
		font-size: 24px;
	}
	.accreditation_ul li:nth-child(4n+4) ,	.accreditation_ul li {
	    width: 32%;
	}
	.accreditation_ul li:nth-child(3n+3) {
		margin-right: 0;
	}
	.adrBlock {
		width: 60%;
	}
	.adrMap {
		width: 40%;
	}
	.contact_all li {
		padding: 15px;
	}
	.search {
		display: none;
	}
}
@media screen and (max-width : 767px) {
	.fullpage {
		max-width: 550px;
	}
	.top_bar ul {
        padding: 0;
        float:left;
        background: transparent;
	}
    .top_bar ul li:last-child {
        display:none;
    }
    .top_bar ul li a {
        color:#fff;
    }
	.logo, .header.fix .logo {
		margin-top: 10px;
	}
	.logo img {
	    height: 80px;
	}
	.header.fix .logo .logo_title,
	.logo .logo_title {
	    position: relative;
	    top: 10px;
	    left: 10px;
	    font-size: 24px;
	    width: auto;
	    height: inherit;
	}
	.header.fix .micon, .micon {
	    margin-top: 0;
	    right: 15px;
	    top: 0;
	    color: #fff;
	    font-size: 28px;
	}
	.mtop {
		height: 105px;
	}
	.banner_title {
		width: 100%;
		left: 0;
		padding: 0 20px;
	    top: 0;
	    transform: translateY(0%);
	    -webkit-transform: translateY(0%);
	}
	.banner_title h1 {
	    font-size: 24px;
	    margin-top: 0;
	    line-height: 1.1;
	}
	.banner_title h2 {
	    margin: 0 0 10px;
	    font-size: 16px;
	}
	.banner_title a {
		padding: 10px 20px;
	}
	.banner_title a.btn2 {
		display: none;
	}
	.carousel-indicators {
		bottom: 10px;
	}
	.about_block {
		padding: 10px 0 25px 0;
	}
	.about_block li {
		width: 100%;
		margin-top: 15px;
		margin-right: 0;
	}
	.service_block {
		padding: 20px;
	}
	.about_block li .txt h2 {
		font-size: 20px;
	}
	.service_block h2, .cert_verification h3 {
		font-size: 28px;
	}
	.cert_verification input, .cert_verification input.cvBtn {
		width: 100%;
	}
	.cert_verification input.cvBtn {
		margin-top: 10px;
	}
	.getQuote {
		text-align: center;
	}
	.getQuote h3 {
		width: 100%;
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 1.3;
	}
	.getQuote a {
		float: none;
		display: inline-block;
	}
	.foo {
		width: 100%;
		padding: 0
	}
	footer {
	    padding: 25px 0;
	}
	.foo h4 {
		margin: 15px 0
	}
	.flogo img , .flogo br {
		display: none;
	}
	.innerbanner {
	    padding-top: 60px;
	    padding-bottom: 10px;
	}
	.ib_txt h1 {
		margin-top: 0;
		font-weight: 400;
		border-bottom: 1px solid #fff;
	}
	.breads {
		width: 100%;
		margin-top: 10px;
	}
	.breads li:last-child a, .breads li a:hover {
		color: #fff;
	}
	.about_vision {
		padding: 10px 15px;
	}
	.about_vision li img {
		width: 100%;
		height: inherit;
	}
	.about_vision li .txt {
	    width: 100%;
	    margin-top: 15px;
	    padding-left: 0;
	}
	.about_vision li {
		padding-bottom: 5px;
	}
	.accreditation_ul li, .accreditation_ul li:nth-child(3n+3) {
	    width: 49%;
	    margin-top: 10px;
	    padding: 10px;
	    margin-right: 0;
	}
	.accreditation_ul li:nth-child(2n) {
		float: right;
	}
	.careers_posts li {
		width: 100%;
		margin-right: 0;
	}
	.careers_posts li h4 {
		height: inherit;
	}
	.careers_posts li a {
		padding: 15px;
	}
	.careers_posts h2 {
		font-size: 26px;
	}
	.halfspan {
		width: 100%;
	}
	.j_desc h2, .j_desc h3 {
	    font-size: 22px;
	    font-weight: 400;
	    line-height: 1.2;
	}
	.adrBlock {
		width: 100%;
		padding: 15px;
	}
	.adrMap, .contact_all li {
		width: 100%;
	}
	.contact_bx {
		padding: 0
	}
	.top_bar::before {
	    position: absolute;
	    top: 0;
	    right: -50%;
	    width: 200%;
	    height: 100%;
	    content: '';
	    background: #1b2831;
        z-index: -1;
	}
	.top_lang {
		padding-left: 0;
        display:none;
	}
	.certiVerpop .cert_verification {
		padding: 25px;
	}
	.certiVerpop .cert_verification input {
		width: 100%;
	}
    .about_block li .txt .p {
	    min-height: auto;
	}
    .top_bar::after {
        display:none;
    }
    .mobile_banner {
        display: block
    }
}
@media screen and (max-width : 359px) {
	.fullpage {
		max-width: 320px;
	}
	.header.fix .logo .logo_title, .logo .logo_title {
		display: none;
	}
	.menu_nav {
		width: 100%;
	}
	.banner_title a {
		display: none;
	}
}