@charset "utf-8";
/* CSS Document */

html,body{
	height: 100% !important;
}


a:hover, a:focus{
	text-decoration: none;
}

a:hover{
	transition: all ease 0.3s;
}

body{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 20px;
}

p{
	text-align: justify;
}

a:focus{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Raleway', sans-serif;
}

.pad_tb_10{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.pad_tb_20{
	padding-top: 20px;
	padding-bottom: 20px;
}

.pad_tb_30{
	padding-top: 30px;
	padding-bottom: 30px;
}

.padd_top_20{
	padding-top: 20px;
}

.padd_top_30{
	padding-top: 30px;
}

.padding_top_45{
	padding-top: 45px;
}

.padd_100{
	padding: 100px;
}

.padding_top_80{
	padding-top: 80px;
}

.margin_top_20{
	margin-top: 20px;
}

.margin_btm_30{
	margin-bottom: 30px;
}

.margin_top_45{
	margin-top: 45px;
}

.margin_top_90{
	margin-top: 90px;
}

.margin_lr_40{
	margin-left: 40px;
	margin-right: 40px;
}

.margin_none{
	margin: 0;
}

header{
    border-color: rgba(235,235,235,0.3);
    background-color: rgba(255,255,255,1);
    position: fixed;
    width: 100%;
    z-index: 9990;
    position: fixed;
    top: 0;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
}

.add_bar {
    background: #0076ff;
    background: -moz-linear-gradient(left, #0076ff 0%, #1fd87c 100%);
    background: -webkit-linear-gradient(left, #0076ff 0%,#1fd87c 100%);
    background: linear-gradient(to right, #0076ff 0%,#1fd87c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076ff', endColorstr='#1fd87c',GradientType=1 );
    width: 100%;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 9px 0;
	line-height: 24px;
}


.section{
	padding-left: 30px;
	padding-right: 30px;
}

.add_hook{
	display: inline-block;
	margin-right: 25px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    padding: 0 10px;
	cursor: pointer;
}

.add_hook i, .add_list ul li i{
	margin: 0 5px;
}

.add_container{
	display: inline-block;
}

.add_list{
	display: none;
}

.add_list ul{
	margin: 0;
	padding: 0;
}

.add_list ul li{
	list-style: none;
	display: inline-block;
	margin-right: 20px;
}

.show_add{
	display: inline-block;
}

.add_hook .dropdown-menu > li > a{
	font-size: 12px;
}

.add_hook .dropdown-menu > li > a:hover, .add_hook .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}

.add_hook .dropdown-menu:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    top: -12px;
    left: 20px;
}

.socials{
	margin: 0;
	padding: 0;
	text-align: right
}

.socials li{
	list-style: none;
	display: inline-block;
	font-size: 15px;
	margin-left: 7px;
}

.socials li a{
	color: #fff;
}


.logo{
	padding: 20px 10px;
}

.logo img{
	max-width: 100%;
}

nav ul{
	margin: 35px 0 0 0;
	padding: 0;
	text-align: right
}

nav ul li{
	list-style: none;
	display: inline-block;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
}

nav ul li a{	
    color: rgba(0,0,0,1);	
    line-height: 44px;
	display: block;
    padding: 0 17px;
}

nav ul li a i{
	margin-left: 5px;
	font-weight: normal;
}

nav ul li:hover a{
	color: rgba(52,204,255,1)
}



nav ul li:hover .submenu li a{
	color: #000;
}

nav ul li a.has_link{
	position: relative;
}

nav ul li a.has_link:after{
	position: absolute;
	right: 0;
	top: 0;
	content: "\f067";
	font-family: 'FontAwesome';
	color: #000;
}

nav ul li:hover a.has_link:after{
	color: rgba(52,204,255,1);
  content: "\f068";
}

nav ul li:hover .submenu{
	display: block;
}

.submenu{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
    box-shadow: 0px 10px 10px 5px rgba(119, 119, 119, 0.05);
    -moz-box-shadow: 0px 10px 10px 5px rgba(119, 119, 119, 0.05);
    -webkit-box-shadow: 0px 10px 10px 5px rgba(119, 119, 119, 0.05);
	background: #fff;
	text-align: left;
	margin: 0;
}

.submenu li{
	padding: 0;
	text-transform: none;
	letter-spacing: normal;
}

.submenu li a{
    border-bottom: 1px solid rgba(150,150,150,0.15);
    padding: 11px 15px;
    min-width: 220px;
    font-size: 12px;
    text-decoration: none;
    color: #000;
	line-height: normal;
    font-weight: 500;
}

.submenu li a.has_sub_link{
	position: relative;
}

.submenu li a.has_sub_link:after{
	position: absolute;
    right: 15px;
    top: 11px;
	content: "\f067";
	font-family: 'FontAwesome';
	color: #000;
}

.submenu li:hover a.has_sub_link:after{
	color: rgba(52,204,255,1);
	content: "\f068";
}

nav ul li:hover .submenu>li:hover>a{
	color: rgba(52,204,255,1);
	background: #000;
}

.submenu li:hover .sub_submenu{
	display: block;
}

.sub_submenu{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
    box-shadow: 0px 10px 10px 5px rgba(119, 119, 119, 0.05);
    -moz-box-shadow: 0px 10px 10px 5px rgba(119, 119, 119, 0.05);
    -webkit-box-shadow: 0px 10px 10px 5px rgba(119, 119, 119, 0.05);
	background: #fff;
	text-align: left;
	margin: 0;
}

.submenu li:hover .sub_submenu li a{
	color: #000;
}

.submenu li:hover .sub_submenu li:hover a{
	color: rgba(52,204,255,1);
	background: #000;
}


.btn-black{
    color: #fff;
    background-color: #000;
	border-radius: 30px;
    font-weight: 900;
	padding: 15px;
    font-size: 13px;
}

.btn-black:hover{
	color: rgba(52,204,255,1)
}

.banner{
	margin-top: 155px;
	z-index: 10px;
}








.special_blk{
    background-color: #fff;
    -webkit-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -moz-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -o-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -webkit-box-shadow: 0px 4px 5px 6px rgba(0,0,0,0.02);
    -moz-box-shadow: 0px 4px 5px 6px rgba(0,0,0,0.02);
    box-shadow: 0px 4px 5px 6px rgba(0,0,0,0.02);
	padding: 0 0 20px 0;
	position: relative;
}


.special_blk .spe_icon{
	padding: 10px 15px;
}

.special_blk h3{
	padding: 0px 15px;
	margin: 0;
    font-size: 22px;
	font-weight: 700;
}

.spe_hidden p{
    font-size: 14px;
	padding: 10px 15px;
	text-align: left;
	transition: all ease 0.3s;
}

.spe_hidden a{
	padding: 10px 15px;
}

.spe_hidden{
	transition: all ease 0.5s;
	position: absolute;
	bottom: -100%;
	left: 0;
	background: #fff;
	opacity: 0;
}

.special_blk:hover .spe_hidden{
	bottom: 10px;
	opacity: 1;
}

.head_bg{
	background: url(../images/head_bg.jpg) no-repeat;
}


.head_bg h1{
    padding: 50px 0;
    line-height: 1.3em;
    font-size: 12vw;
    /* mix-blend-mode: screen; */
    background: white;
    text-align: center;
    font-weight: 900;
    color: #003F71;
}
}

.intro_text{
	margin-bottom: 50px;
}

.intro_text h3{
	text-align: center;
    font-size: 40px;
    line-height: 1.5em;
    font-weight: 700;
}

.intro_text h3 span{
    color: #30d5ff;
}

.intro_text p{
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    text-align: center;
    font-family: Raleway;
    font-weight: 400;
    padding-right: 5%;
    padding-left: 5%;
	margin-bottom: 30px;
}

.green_gnt{
    color: #fff;
    border: none;
    background-color: #00c1cf;
    background-image: -webkit-linear-gradient(left, #00c1cf 0%, #5472d2 50%,#00c1cf 100%);
    background-image: linear-gradient(to right, #00c1cf 0%, #5472d2 50%,#00c1cf 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
    font-size: 16px;
    padding: 18px 25px;
    border-radius: 2em;
}

.green_gnt:hover{
    color: #fff;
    background-color: #5472d2;
    border: none;
    background-position: 100% 0;
}

.shadow_head{
	position: relative;
	padding: 100px 35%;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    font-weight: 900;
	margin-bottom: 100px;
}

.shadow_head:before{
	position: absolute;
	display: table;
	left: 30%;
	top: 50%;
	content: '6';
    color: #30D5FF;
	font-size: 420px;
	z-index: -1
}

.service_blk{
	padding-bottom: 50px;
}

.ser_cont_left{
    padding: 30px 100px 30px 200px;
}

.ser_cont_rth{
    padding: 30px 200px 30px 100px;
}

.ser_cont{
	margin-top: 20px;
}

.ser_cont h3{
    color: #30d5ff;
    font-size: 40px;
    line-height: 1.0em;
	font-weight: bold;
}

.ser_cont h1{
    font-weight: 900;
    font-size: 40px;
    line-height: 1.5em;
	margin-bottom: 20px;
	position: relative;
}

.ser_cont h1:after{
	position: absolute;
	content: '';
	left: 0;
	top: 100%;
	width: 60px;
	height: 3px;
	background: #000;
}

.ser_cont p{
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    font-weight: 300;
	text-align: left;
}

.ser_cont figure{
	overflow: hidden;
}

.ser_cont figure img{
	transition: all ease 0.7s;
}

.ser_cont figure:hover img{
    -moz-transform: scale(1.3) rotate(-10deg);
    -webkit-transform: scale(1.3) rotate(-10deg);
    -o-transform: scale(1.3) rotate(-10deg);
    transform: scale(1.3) rotate(-10deg);
}

.industries h1{
	text-align: center;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.5em;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.industries h1:after{
	position: absolute;
	content: '';
	width: 60px;
	height: 2px;
	left: 50%;
	margin-left: -30px;
	bottom: 0;
	background: #000;
}

.indu_blk figure{
	position: relative;
	overflow: hidden;
}

.indu_blk a:hover figcaption{
	top: 101%;
}


.indu_blk figcaption{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 50%;	
    background-color: rgba(52,204,255,0.85);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3em;
	color: #fff;
	z-index: 10;
	transition: all ease 0.5s;
}

.overlay_ind{
    background: rgba(23,27,38,0.85);
	position: absolute;
	left: 0;
	top: 101%;
	width: 100%;
	height: 100%;
	z-index: 20;
	transition: all ease 0.5s;
}

.indu_blk:hover .overlay_ind{
	top: 0;
}

.overlay_cont{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px 30px 10px 30px;
}

.overlay_cont p{
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
	color: #fff;
}

.overlay_cont p span{
    font-size: 26px;
    line-height: 36px;
    padding-top: 30px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #34ccff;
}

.owl-theme .owl-controls .owl-page span {
    background: #000;
	opacity: 1;
}

.awards{
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

.awards h3{
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5em;
	padding-bottom: 15px;
	position: relative;
	text-align: left;
}

.awards h3:after{
	position: absolute;
	content: '';
	left: 0;
	top: 100%;
	width: 60px;
	height: 2px;
	background: #000;
}

.awards figure{
	text-align: center;
}

.awards h6{
    font-size: 57px;
    font-weight: bold;
    line-height: 57px;
    text-align: center;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.awards h6:after{
	position: absolute;
	content: '';
	left: 50%;
	top: 100%;
	width: 30px;
	margin-left: -15px;
	height: 1px;
	background: #000;
}

.awards small{
	display: block;
	font-size: 13px;
}

.foot_query{
    background-color: #1d212d;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.foot_query_gre{
	position: absolute;
	width: 40%;
	left: 0;
	bottom: 0;
	overflow: hidden;
	height: 150px;
}

.foot_query_gre_inner{
    background: #0076ff;
    background: -moz-linear-gradient(120deg, #0076ff 0%, #1fd87c 100%);
    background: -webkit-linear-gradient(120deg, #0076ff 0%,#1fd87c 100%);
    background: linear-gradient(120deg, #0076ff 0%,#1fd87c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0076ff", endColorstr="#1fd87c",GradientType=1 );
    height: 589px;
    top: -245px;
    transform: rotate(-20deg);
    position: relative;
    right: 90px;
}

.foot_gre_cont{
    position: absolute;
    right: 200px;
    bottom: 15px;
    z-index: 162;
}

.foot_gre_cont h2{
    font-weight: 700;
    font-size: 30px;
    margin: 0;
    line-height: 1.2em;
	color: #fff;
}

.foot_gre_cont h2 span{
	display: block;
}

.foot_gre_cont h2 small{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
	color: #fff;
}

.foot_query h3{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
	margin: 0;
	padding: 0;
	color: #fff;
    padding-top: 16px;
}

.foot_query h3:last-child{
	padding: 0;
}

.foot_query h3 span{
	color: #1fd87c;
}

.btn-white{
	background: #fff;
	color: #000;
	border-radius: 30px;
	padding: 15px 25px;
    font-size: 13px;
    font-weight: 700;
	margin-top: 16px
}

.btn-white:hover{
	background: #1fd87c;
	color: #fff;
}

.foot_query h1{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 5px;
}

.foot_query h1:before{
    position: absolute;
    left: -10px;
    top: -55px;
    font-family: 'FontAwesome';
    content: "\f01e";
    font-size: 141px;
    color: #fff;
    font-weight: normal;
}

footer{
	padding-top: 60px;
	background: url(../images/footer_bg.png) no-repeat;
	background-size: cover;
	color: #fff;
}

footer h1{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5em;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 5px;
}

footer h1:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #34ccff;
}

footer figure img{
	width: 70%;
	margin-bottom: 20px;
}

footer p{
	font-size: 12px;
	padding-right: 20px;
}

footer ul{
	margin: 0;
	padding: 0;
}

footer ul li{
	list-style: none;
	display: block;
    font-size: 12px;
    padding: 5px 0;
}

footer ul li a{
	color: #fff;
}

footer ul li a:hover{
	color: #34ccff;
}

footer ul.half li{
	float: left;
	width: 50%;
}

.subs_form input[type="text"]{
	border-radius: 30px 0 0 30px;
	background: none;
	border: 2px solid #fff;
	padding: 15px 25px;
	width: 70%;
	display: inline-block;
	box-sizing: border-box;
}

.subs_form input[type="submit"]{
	border-radius: 0 30px 30px 0;
	background: none;
	border: 2px solid #fff;
	border-left: 0;
	padding: 15px 25px;
	width: 29%;
	display: inline-block;
	box-sizing: border-box;
    margin-left: -3px;
}

.subs_form input:focus{
	outline: none;
}

div.hr{
	border-top: 1px solid rgba(255,255,255,0.1);
	margin-top: 50px;
}

.copyright p{
	font-size: 12px;
	line-height: 56px;
    margin: 0;
	padding-left: 15px;
}

.foot_socials{
	margin: 0;
	padding: 0;
	text-align: right;
}

.foot_socials li{
	list-style: none;
	display: inline-block;
	padding: 0;
}

.foot_socials li a{
	display: block;
	width: 56px;
	height: 56px;
	font-size: 24px;
	color: rgba(255,255,255,0.1);
	text-align: center;
	line-height: 56px;
	border-left: 1px solid rgba(255,255,255,0.1);
}

.foot_socials li a:hover{
	color: rgba(255,255,255,1);
}

.copyright:after, .projects ul:after{
	display: table;
	content: '';
	clear: both;
}

.medium_bg_asbestos a{
	border: 2px solid #fff;
	border-radius: 30px;
    padding: 19px 35px;
	text-transform: uppercase;
	background: none;
	transition: all ease 0.3s;
	position: relative;
}

.medium_bg_asbestos a:after{
	position: absolute;
	top: 10xp;
	right: 20px;
	font-family: 'FontAwesome';
	content: "\f054";
	font-size: 15px;
	color: #000;
	opacity: 0;
	transition: all ease 0.3s;
}

.medium_bg_asbestos a:hover{
	padding-right: 55px;
	background: #fff;
	color: #000;
}

.medium_bg_asbestos a:hover:after{
	opacity: 1;
}

.black_head_btn a{
	border: 2px solid #000;
	border-radius: 30px;
    padding: 19px 35px;
	text-transform: uppercase;
	background: none;
	transition: all ease 0.3s;
	position: relative;
	color: #000
}

.black_head_btn a:after{
	position: absolute;
	top: 10xp;
	right: 20px;
	font-family: 'FontAwesome';
	content: "\f054";
	font-size: 15px;
	color: #fff;
	opacity: 0;
	transition: all ease 0.3s;
}

.black_head_btn a:hover{
	padding-right: 55px;
	background: #000;
	color: #fff;
}

.black_head_btn a:hover:after{
	opacity: 1;
}

.blue_ban_btn a{
	border: rgb(48, 213, 255);
	border-radius: 30px;
    padding: 19px 35px;
	text-transform: uppercase;
	background: rgb(48, 213, 255);
	transition: all ease 0.3s;
	position: relative;
	color: #fff
}

.black_head_btn a:after{
	position: absolute;
	top: 10xp;
	right: 20px;
	font-family: 'FontAwesome';
	content: "\f054";
	font-size: 15px;
	color: #fff;
	opacity: 0;
	transition: all ease 0.3s;
}

.black_head_btn a:hover{
	padding-right: 55px;
	background: #000;
	color: #fff;
}

.black_head_btn a:hover:after{
	opacity: 1;
}

.quote_box{
	position: fixed;
	left: 0;
	top: -200%;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99999;
	transition: all ease 0.3s;
}

.quote_box_open{
	top: 0;
}

.js-close-windw{
	position: absolute;
	right: 50px;
	top: 50px;
}

.js-close-windw{
	width: 50px;
	height: 50px;
	line-height: 48px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #000;
	font-size: 24px;
	font-weight: normal;
	cursor: pointer;
}

.js-close-windw i{
	display: inline;
}

.quote_box h1{
    display: block;
    font-size: 2em;
    font-weight: bold;
}

.quote_box p{
    margin: 0;
    padding-top: .50em;
    padding-bottom: .50em;
}

.quote_box input, .quote_box select, .quote_box textarea{
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 0;
    margin: 0;
    width: 100%;
	border: none;
	box-shadow: none;
    border-bottom: 2px solid #dedede;
    border-color: rgba(35,35,35,1) !important;
    margin-top: .50em;
    margin-bottom: .50em;
	outline: none; 
   color: #333333;  
}

.quote_box input:focus, .quote_box select:foucs, .quote_box textarea:focus{
    border-color: #34ccff;
	outline: none !important;
}

.quote_box textarea{
	height: 100px;
}

.quote_box input[type="submit"]{
	width: auto;
	padding: 10px 25px;
	color: #fff;
}

.quote_box input[type="submit"]:hover{
	background: #34ccff;
}

.quote_box input::-webkit-input-placeholder, .quote_box textarea::-webkit-input-placeholder{  
   color: #333333;  
}

.quote_box input:-moz-placeholder, .quote_box textarea:-moz-placeholder{  
   color: #333333;  
}

.quote_box input:-ms-input-placeholder, .quote_box textarea:-ms-input-placeholder{  
   color: #333333;  
}


.int_banner_wrapper{
  overflow: hidden;
  position: relative;
}

.int_slide_bnr{
  height: 600px;
  width: 5076px;
  animation: about_slider 60s linear infinite;
}

.about_banner{
  background: url(../images/about_bg.jpg) repeat-x;
}

.air_freight_banner{
  background: url(../images/air_freight_banner.jpg) repeat-x;
}

.short_banner{
  background: url(../images/air_freight_banner.jpg) repeat-x;
  padding: 100px 0;
}

.short_banner h1{
    font-weight: 900;
    font-size: 40px;
    line-height: 1.5em;
    text-transform: uppercase;
	text-align: center;
	color: #fff;
}

@keyframes about_slider{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-1692px, 0, 0);
  }
}

.int_banner_cont{
	position: absolute;
	left: 0;
	top: 0;
	padding: 150px 0;
	color: #fff;
	text-align: center;
	width: 100%;
}

.int_banner_cont h1{
	font-weight: 900;
	font-size: 40px;
	line-height: 1.5em;
	text-transform: uppercase;
}

.int_banner_cont h3{
	font-weight: 700;
	font-size: 22px;
	line-height: 1.5em;
	color: #34ccff;
}

.int_banner_cont p{
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	line-height: 1.2em;
	font-family: 'Raleway', sans-serif;
}

.about_1 h1{
    color: #003366;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5em;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.about_1 p{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
}

.mission_blk{
	background: #edf4f6;
	padding: 20px 0;
}

.mission_blk h1{
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5em;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.mission_blk h1:after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 40px;
	height: 2px;
	background: #34ccff;
}

.team_blk{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.team_blk h1{
	font-weight: 700;
    font-size: 22px;
    line-height: 1.5em;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

.team_blk h1:after{
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
	content: '';
	width: 40px;
	height: 2px;
	background: #34ccff;
}

.team_blk p{
	text-align: center;
}

.lead_blk{
	position: relative;
	background: url(../images/about_bg1.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 70px 0;
	color: #fff;
}

.lead_blk:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(22,111,141,0.8);
	z-index: 10;
}

.pos_rel_over{
	position: relative;
	z-index: 1000;
}


.lead_blk h1{
	font-weight: 700;
    font-size: 22px;
    line-height: 1.5em;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

.lead_blk h1:after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 40px;
	height: 2px;
	background: #34ccff;
}

.thumb_list{
	margin: 0;
	padding: 0;
}

.thumb_list li{
	list-style: none;
	display: block;
	width: 50%;
	float: left;
	line-height: 42px;
	position: relative;
	padding-left: 35px;
	font-weight: bold;
}

.thumb_list li:before{
	font-family: 'FontAwesome';
	content: "\f164";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: #34ccff;
}

.thumb_list_full{
	margin: 0;
	padding: 0;
}

.thumb_list_full li{
	list-style: none;
	display: block;
	line-height: 30px;
	position: relative;
	padding-left: 35px;
	font-weight: bold;
}

.thumb_list_full li:before{
	font-family: 'FontAwesome';
	content: "\f164";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: #34ccff;
}

.projects ul{
	margin: 0;
	padding: 0;
}

.projects ul li{
	list-style: none;
	display: block;
	float: left;
	width: 25%;
}

.projects ul li figure{
	overflow: hidden;
	position: relative;
}

.projects ul li figure img{
	max-width: 100%;
	transition: all ease 3s;
}

.projects ul li figure:hover img{
	transform: scale(1.5);
}

.projects ul li figure figcaption{
	position: absolute;
	left: 20px;
	bottom: 20px;
	opacity: 1;
	transition: all ease 0.3s;
}

.projects ul li figure:hover figcaption{
	bottom: -200%;
	opacity: 0;
}

.projects ul li figure figcaption h1{
	background: rgba(255,207,1,0.8);
    font-weight: 900;
    font-size: 36px;
	padding: 10px 20px;
	color: #fff;
	margin: 0 0 1px 0;
	display: inline-block;
	width: auto;
	clear: both;
}

.projects ul li figure .overlay_cont{
	position: absolute;
	left: 0;
	top: -200%;
	width: 100%;
	height: 100%;
    background: #0076ff;
    background: -moz-linear-gradient(left, #0076ff 0%, #1fd87c 100%);
    background: -webkit-linear-gradient(left, #0076ff 0%,#1fd87c 100%);
    background: linear-gradient(to right, #0076ff 0%,#1fd87c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076ff', endColorstr='#1fd87c',GradientType=1 );
	text-align: center;
	opacity: 0;
	transition: all ease 0.3s;
}

.projects ul li figure:hover .overlay_cont{
	opacity: 0.9;
	top: 0;
		
}

.projects ul li figure .overlay_cont span{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;	
	transform: translateY(-50%);
    font-weight: 900;
    font-size: 36px;
	color: 	#fff;
}


.blog_list{
	margin: 0;
	padding: 0;
}

.blog_list li{
	list-style: none;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #EBEBEB;
}

.blog_list li figure{
	margin-bottom: 10px;
}

.blog_list li figure img{
	max-width: 100%;
}

.blog_list li h5{
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: 500;
}

.blog_list li h5 a{
	color: #34ccff;
}

.blog_list li h5 a:hover{
	color: #000;
}

.blog_list li h1{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 30px;
	font-weight: 700;
}

.blog_list li h1 a{
	color: #333333;
}

.blog_list li h1 a:hover{
	text-decoration: underline;
}

.blog_list li p a{
	color: #34ccff;
}


.blog_list li p a:hover{
	color: #000;
}

.sidebar h3{
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #EBEBEB;
}

.recent_posts{
	margin: 15px 0;
	padding: 0;
}

.recent_posts li{
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.recent_posts li a h3{
	font-weight: 700;
	font-size: 15px;
	color: #333;
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.recent_posts li a:hover h3{
	color: #34ccff;
}

.blog_tags{
	margin: 15px 0;
	padding: 0;
}

.blog_tags li{
	list-style: none;
	display: block;
	float: left;
	margin: 0 5px 15px 0;
}

.blog_tags li a{
	font-size: 13px;
	font-weight: 500;
	padding: 7px 15px;
	color: #fff;
	background: #333;
	border-radius: 5px;
}


.blog_tags li a:hover{
	background: #34ccff;
}

.item img{
	max-width: 100%;
}

.nav_handle{
	display: none;
}

nav ul li span{
	display: none;
}

@media screen and (max-width: 1499px){
	
.add_hook{
    margin-right: 0;
    padding: 0;
}

.add_list ul li{
    margin-right: 0;
}

.ser_cont_left, .ser_cont_rth{
    padding: 30px;
}

.ser_cont h1 {
    font-size: 24px;
}

.indu_blk figcaption{
    font-size: 22px;
}

.overlay_cont p {
    font-size: 16px;
}

.overlay_cont p span{
	font-size: 18px;
}

.foot_query_gre{
    width: 50%;
}

.foot_query h3{
	font-size: 13px;
}

	
}


@media screen and (max-width: 1199px){
	
.special_box {
    margin-top: 0;
}

nav ul li{
    letter-spacing: 0;
}	

nav ul li a{
    padding: 0 10px;
}

.btn-black {
    padding: 10px 5px;
    font-size: 12px;
}

nav ul {
    margin: 22px 0 0 0;
}

.shadow_head {
    padding: 100px 10%;
}

.ser_cont_left, .ser_cont_rth {
    padding: 10px;
}

.overlay_cont{
    padding: 10px;
}

.foot_gre_cont{
    right: 100px;
}

footer ul.half li{
    width: 100%;
}

footer h1{
    font-size: 17px;
}

.projects ul li{
	width: 33.33%;
}

.projects ul li figure figcaption h1{
	font-size: 30px;
}

.contact_block p{
	text-align: left;
}

}

@media screen and (max-width: 991px){
	
	nav ul{
	display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #003F71;
	margin: 0;
}

nav ul li{
	display: block;
	text-align: left;
    border-bottom: 1px solid #07375D;
}

nav ul li a{
	color: #fff;
	display: inline-block;
}

.nav_handle{
	position: absolute;
	right: 20px;
	top: 35px;
    background: #003F71;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
	cursor: pointer;
	z-index: 999;
	display: block;
}

nav ul li a.has_link:after{
	display: none;
}

.submenu{
    position: relative;
    background: #34CCFF;
}

nav ul li span{
    display: block;
    float: right;
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    background: #30D5FF;
    line-height: 45px;
}

.banner{
	margin-top: 115px;
}

.submenu li{
    border-bottom: 1px solid #2597BD;
}

.submenu li a{
    display: block;
    border-bottom: none;
    color: #fff;
	font-size: 15px;
}

.js-quote-btn-top{
	background: none;
	font-size: 13px;
    padding: 0 10px;
	line-height: 44px;
}

.special_box {
    margin-top: 0;
}

.special_blk h3{
    font-size: 17px;
}

.foot_gre_cont h2{
    font-size: 28px;
}

.int_banner_cont{
    padding: 50px 0;
}


.projects ul li{
	width: 50%;
}
	

}

@media screen and (max-width: 767px){
	
.spe_hidden {
    position: relative;
    opacity: 1;
}

.spe_hidden figure img{
	width: 100%;
}

.spe_icon, .dup_head{
	display: none;
}

.special_blk h3{
    margin-top: 5px;
    text-align: center;
}

.spe_hidden p {
    text-align: center;
	margin: 0;
}

.spe_hidden a {
    display: block;
    text-align: center;
    padding: 0;
}

.foot_query_gre{
    position: relative;
    width: 100%;
}

.foot_gre_cont {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
}

.foot_query_gre_inner {
    transform: rotate(0);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.foot_query h3 {
    font-size: 24px;
}

.copyright p {
    text-align: center;
}

.foot_socials {
    text-align: center;
}

.foot_socials li a {
    border-top: 1px solid rgba(255,255,255,0.1);
}

.foot_socials li:last-child a{
    border-right: 1px solid rgba(255,255,255,0.1);
}

.int_banner_cont p{
	font-size: 16px;
}

.about_1 h1{
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.quote_box h1 {
    padding-top: 48px;
}

.js-close-windw {
    position: absolute;
    right: 10px;
    top: 10px;
}

.thumb_list li{
    width: 100%;

}

.int_banner_cont h1 {
    font-size: 20px;

}

.projects ul li{
	width: 100%;
}

.projects ul li figure figcaption h1 {
    display: block;
}

.recent_posts li img{
	margin-bottom: 10px;
}

}

@media screen and (max-width: 479px){
	
.logo img{
	width: 75%;
}

.banner{
	margin-top: 89px;
}

.shadow_head:before{
	top: 60px;
	font-size: 200px;
}

shadow_head {
    padding-bottom: 0;
    margin: 0;
}

.copyright p {
    line-height: 30px;
}

.int_banner_cont{
    padding: 10px 0;
}

}