@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);

html, body{
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
  	 background: #FFF;
  	 -webkit-font-smoothing: antialiased;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	color:#fd5331;			   
}
h2, .h2{
	font-size:26px;
}
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
.margin-bt-30{
	margin-bottom:30px;
}
a:focus, a:visited{
	outline:none;
	text-decoration:none;
}
/*----start-container----*/
/*-----start-header----*/
.bg{
	background:url('../eng_images/banner.jpg') no-repeat 0px 0px;
	background-size:cover;
	min-height:600px;
	position:relative;
}
.welcome-wrapper{
	position:absolute;
	top:auto;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}
.header{
	width:100%;
	position:absolute;
	z-index:999;
	top:0;
	left:0;
}
.logo{
	float: left;
	background:url('../eng_images/logo-bg.png') no-repeat center bottom;
	padding:10px 0 45px 0;
}
.logo a,.logo img{
	width:80%;
	height:auto;
	display:block;
	margin:0 auto;
	font-size: 32px;
	line-height:67px;
}
.logo a:hover{
	text-decoration:none;
}
.logo320{
	display:none;
}
/*----navbar-nav----*/
.top-header{
}
.top-nav{
	background: rgba(0,0,0,0.70);
	position:relative;
	z-index:999;
}
.top-nav ul li a{
	color: #FFF;
	padding: 0.7em 2em;
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	font-weight: 300;
	
}
.top-nav ul li a:after{
	content:"";
	position:absolute;
	bottom:-6px;
	width:100%;
	height:2px;
	background: rgba(0,0,0,0.70);
	left:0;
}
.top-nav ul li.active a:after{
	content:"";
	position:absolute;
	bottom:-6px;
	width:100%;
	height:2px;
	background: rgba(253,83,49,1.00);
	left:0;
}
.top-nav ul li.active a,
.top-nav ul li a:hover,
.top-nav ul li:hover a{
	color:#FFF;
	background-color:#FD5331;
}
.logo a{
	display:block;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
    content: " ";
    display: table;
}
.top-nav:after {
    clear: both;
}
nav {
	position: relative;
	float: right;
}
nav ul {
	padding: 0;
	float: right;
}
nav li {
	display: inline;
	float: left;
	position:relative;
}
nav a {
	color: #000;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav a:hover{
	text-decoration:none;
	color:#00A2C1;
}
nav li ul, nav li ul li ul{
	position:absolute;
	top:100%;
	left:0;
	width:220px;
	display:none;
	z-index:999999 !important;
}
nav li ul > li > ul{
	left:100%;
	display:none !important;
	top:30%;
}
nav li ul li, nav li ul li ul li{
	float:none;
	display:block !important;
}
nav li ul li:hover a{
	background: rgba(47,56,55,0.70) !important;
}
nav li ul li a, nav li ul li:hover ul li a{
	background:rgba(255,255,255,1.00) !important;
	color:#000 !important;
	display:block;
	padding:7px 15px !important;
	text-transform:none !important;
	text-align:left !important;
	font-size:13px !important;
	border-bottom:1px solid rgba(0,0,0,0.10);
	line-height:normal !important;
}
nav li ul li a:hover, nav li ul li:hover ul li a:hover, nav li ul li:hover a{
	background:rgba(255,255,255,1.00) !important;
	color:#fd5331 !important;
}
nav li ul li a:after{
	display:none;
}
nav li:hover > ul{
	display:block !important;
}
#btn-mobile-nav{
	background:url('../eng_images/bg_mobile_nav.png') no-repeat right top;
	height:16px;
	padding-right:65px;
	font-size:15px;
	font-weight:500;
	text-transform:uppercase;
	display:inline-block;
	color:#000;
	display:none;
	float:right;
}
#btn-mobile-nav:hover{
	background-position:right bottom;
	color:#FFF;
}
/*------ banner -----*/
.banner{
	padding: 0;
}
.banner h1 {
    background:rgba(0,0,0,0.90);
    color: #fff;
    font-size: 18px;
	font-weight:bold;
	padding:10px 15px;
	position:absolute;
	right:0;
	bottom:0;
	text-align:right;
	text-transform:uppercase;
}
.banner span {
	padding-top:5px;
	font-size:15px;
	display:block;
	text-transform:none;
	font-weight:400;
}
.banner p {
    background:url('../eng_images/caption-bg.png') repeat-y -50px center;
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 2em;
    margin: 0;
    text-align: left;
 	padding:1%;
	display:block;
	-webkit-text-shadow:1px 1px 0 rgba(0,0,0,0.50);
	-o-text-shadow:1px 1px 0 rgba(0,0,0,0.50);
	text-shadow:1px 1px 0 rgba(0,0,0,0.50);
}
.banner p a{
	color:#FFF;
}
.banner p a:hover{
	color:#000;
	text-decoration:none;
	-webkit-text-shadow:none;
	-o-text-shadow:none;
	text-shadow:none;
}
/*-----welcome-note -----*/
.welcome-note{
	background:rgba(255,255,255,0.90);
}
.welcome-note-left h2{
	color: #fe5433;
	font-weight: 300;
	font-size: 2em;
	padding:20px;
}
.welcome-note-left h2 span{
	color:#333;
}
.welcome-note-left span{
	color:#2f3837;
	font-weight:300;
	text-transform:uppercase;
	font-size:60%;
	display:block;
}
.welcome-note-right-left h3{
	font-size:2.7em;
	color:#fd5331;
	line-height:1em;
	text-transform:uppercase;
	margin:0 0 10px 0;
	text-align:center;
}
.welcome-note-right-left h4{
	font-size:1.5em;
	color:#333;
	line-height:1.4em;
	margin:0;
	padding:0 4%;
	text-align:center;
	transition:all 0.4s linear;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
}
.welcome-note-right-left h4:hover{
	color:#fd5331;
}
.welcome-note-right-left p{
	color: #666;
	font-size: 0.875em;
	line-height: 1.8em;
	text-align:center;
	padding:0 10%;
}
.welcome-note-right-right a{
	background: #fe5433;
	color: #FFF;
	font-weight: 300;
	padding: 0.9em 2em;
	display: inline-block;
	text-decoration: none;
	margin-top: 1em;
	font-size: 1.3em;
	font-weight: 600;
}
.welcome-note-right-right a:hover{
	background:#2f3837;
}
.welcome-note-right{
	padding:1.5em 0;
}
/*----- mid-grids -----*/
.mid-grid{
	padding:4em 0;
}
.clients{
	background:rgba(255,255,255,1.00);
	width:100%;
	border:1px solid #CCC;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.30);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.30);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.30);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.30);
	box-shadow:0 0 20px rgba(0,0,0,0.30);
	transition:all 0.4s linear;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	position:relative;
}
.clients:hover{
	background:rgba(253,83,49,0.20);
	padding:5px;
}
.mid-grid-left{
	background:#f0f2f1;
	padding:15px;
}
.mid-grid-left img{
	width:100%;
}
.mid-grid-right h3{
	color:#fe5433;
	font-weight:300;
	margin:0;
	line-height:1.5em;
	font-size:1.6em;
}
.mid-grid-right h4{
	color:#2f3837;
	font-size:1.3em;
	font-weight:700;
	text-transform:uppercase;
}
.mid-grid-right p{
	color:#777;
	font-size:0.875em;
	line-height:1.8em;
}
/*----- bottom-grids -----*/
.bottom-grids{
	background:#f4f6f5;
	padding:3em 0;
}
.recent-news h2{
	color: #2f3837;
	font-size: 1.5em;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 1em 0;
}
.recent-news-left{
	float:left;
	width:20%;
}
.recent-news-right{
	float:right;
	width:75%;
}
.recent-news-left{
	background:#fe5433;
	padding:1px;
	margin-top:5px;
}
.recent-news-left span{
	font-size:1.5em;
	color:#FFF;
	font-weight:700;
}
.recent-news-left label{
	color:#2f3837;
	font-weight:1.1em;
	font-weight:700;
}
.recent-news-right{
	
}
.recent-news-right h3{
	padding:0;
	margin:0;
	color:#2e3837;
	text-transform:uppercase;
	font-size:1.3em;
}
.recent-news-right span a{
	color:#fe5433;
	font-weight:400;
	padding:0 0 0.5em 0;
	display:block;
	font-size:15px;
}
.recent-news-right span a:hover{
	text-decoration:none;
	color:#333;
}
.recent-news-right p{
	color:#111;
	font-size:0.875em;
	line-height:1.7em;
}
.recent-news-grid{
	margin-bottom:1.2em;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.about-us{
	
}
.about-us img{
	width:100%;
}
.about-us h4{
	color: #2f3837;
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	margin:0;
	padding:0 0 0.8em 0;
}
.about-us p{
	color:#777;
	font-size:0.875em;
	line-height:1.7em;
	margin:1em 0 0 0;	
}
.recent-news-grid:hover .recent-news-left{
	background:rgba(0,0,0,0.60);
}
.about-us h2, .techniques h2{
	color: #fe5433;
	font-weight: 400;
	margin: 0;
	padding: 0 0 1em 0;
}

.about-info ul{
	margin:15px 15px 15px 25px;
	padding:0;
}
.about-info ul li{
	font-size:13px;
	line-height:23px;
	padding-bottom:5px;
	color:#a1a0a0;
}
.about-info img, .application-info img{
	width:100%;
	height:auto;
	margin-top:15px;
}

.application-info img{
	margin-bottom:10px;
	margin-top:0;
}
.application-info{
	padding-bottom:10px;
}
.application-block h2{
	margin-bottom:35px;
	color:rgba(253, 83, 49, 1);
}

.application-info h4{
	font-size:15px;
	text-align:center;
	color:#333;
}
.application-info img{
	padding:6px;
	border:2px #E5E5E5 solid;
	-webkit-box-shadow:0 0 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0 15px rgba(0, 0, 0, 0.2);
	-o-box-shadow:0 0 15px rgba(0, 0, 0, 0.2);
	-ms-box-shadow:0 0 15px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 15px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.application-info:hover img{
	border-color:#999;
}
.read-more{
	width:30%;
	margin:15px auto;
	text-align:center;
}
.read-more a{
	background:transparent;
	display:block;
	color:rgba(253,83,49,1.00);
	border:rgba(0,0,0,0.50) 1px solid;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	padding:10px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.read-more a:hover{
	display:block;
	background:rgba(253,83,49,0.10);
	border:rgba(253,83,49,0.70) 1px solid;
	color:#333;
	text-decoration:none;
}
.techniques h2 span a{
	color:#FFF;
	font-size:16px;
	display:block;
}
.our-objective{
	background:#fd5331;
}
.our-commitment{
	background:#2f3837;
}
.our-objective, .our-commitment{
	padding:15px;
}
.our-objective h4, .our-commitment h4{
	font-weight:700;
}
.our-objective h4, .our-commitment h4, .our-objective li, .our-commitment li{
	color:#FFF !important;
}
.carousel-indicators{
	width:100%;
	margin-left:-50%;
	top:-30px;
	text-align:right;
}
.carousel-indicators li{
	background:transparent;
	border-color:rgba(253,83,49,0.30);
}
.carousel-indicators .active{
	background:rgba(253,83,49,0.50);
}

/* Main Slider */
#mainSlideCarousel {
	text-align:center;
	margin:0 auto;
	background:rgba(0,0,0,0.05);
	padding-bottom:138px;
}
#mainSlideCarousel .carousel-indicators{
	top:100%;
	width:80%;
	margin-left:-40%;
	text-align:center;
	margin-top:-138px;
}
#mainSlideCarousel .carousel-indicators li{
	width:160px;
	height:auto;
	text-indent:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	border:none;
	padding:20px 10px;
	margin:0;
}
#mainSlideCarousel .carousel-indicators li.active{
	border:none;
	background:rgba(0,0,0,0.10);
	margin:0;
}
#mainSlideCarousel .carousel-indicators li img{
	width:100%;
	height:auto;
}
#mainSlideCarousel .item .container, .service-info-container{
	position:absolute;
	bottom:0;
	left:50%;
	width:1170px;
	margin-left:-585px;
}
#mainSlideCarousel .carousel-control, #techCarousel .carousel-control{
	width:5%;
}
#mainSlideCarousel .carousel-control span, #techCarousel .carousel-control span{
	line-height:100%;
	top:50%;
	position:absolute;
}
#mainSlideCarousel .carousel-control.left, #techCarousel .carousel-control.left{
	left:-20px;
}
.geophysical-division-slide, .engineering-division-slide, .survey-division-slide, .geotechnical-division-slide, .liasoining-division-slide{
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	width:100%;
	height:420px;
	display:block;
}
.geophysical-division-slide{
	background-image:url('eng_images/geophysical-division-slide.jpg');
}
.engineering-division-slide{
	background-image:url('eng_images/engineering-division-slide.jpg');
}
.survey-division-slide{
	background-image:url('eng_images/survey-division-slide.jpg');
}
.geotechnical-division-slide{
	background-image:url('eng_images/geotechnical-division-slide.jpg');
}
.liasoining-division-slide{
	background-image:url('eng_images/liasoining-division-slide.jpg');
}
.breadcrumb > li{
	font-size:14px;
}
.breadcrumb > li.active{
	color:#333;
}
/* Light slider */

.lSSlideOuter {
	background:#f4f6f5;
}
.lSSlideOuter li{
	position:relative;
}
.lSSlideOuter li .container{
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	top:auto;
	z-index:9999;
	margin:auto;
}
ul.lSPager{
	width:1000px !important;
	margin:0 auto !important;
}
ul.lSPager li{
	width:20% !important;
	text-align:center !important;
	margin-right:0 !important;
	padding:10px 0 !important;
}
.lSSlideOuter .lSPager.lSGallery img{
	margin:0 auto;
	width:80%;
}
/*----- ourservices ----*/
.ourservices h2{
	color: #2f3837;
	font-size: 1.5em;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 1em 0;
}
.ourservices ul{
	margin:0;
	padding:0;
}
.ourservices ul li{
	list-style:none;
}
.ourservices ul li a{
	color:#777;
	padding:0.7em 0.8em;
	display:block;
	text-decoration:none;
}
.ourservices ul li a span{
	width:8px;
	height:8px;
	display:inline-block;
	background:url(../images/splits.png) no-repeat -4px -5px;
	margin-right:0.5em;
}
.ourservices ul li:nth-child(2n+1) a{
	background:#FFF;
}
.ourservices ul li a:hover{
	color:#fe5433;
}
/*----- news-letter ----*/
.news-letter{
	background:#fe5433;
	padding:2em 0;
}
.news-letter-grid-left{
	float:left;
	width:70%;
}
.news-letter-grid-right{
	float:right;
	width:30%;
}
.news-letter-grid-left h3{
	font-weight:300;
	font-size:1.8em;
	color:#FFF;
}
.news-letter-grid-left p{
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: 100;
	width: 100%;
	line-height: 1.8em;
	margin: 1em 0;
}
.news-letter-grid-right{
	margin-top:2.2em;
}
.news-letter-grid-right form{
	position:relative;
}
.news-letter-grid-right input[type="text"]{
	border:none;
	width:90%;	
	padding:0.6em 0.8em;
	border:1px solid #EEE;
	outline:none;
	color:#777;
	transition:border-color 0.4s;
	-webkit-transition:border-color 0.4s;
	-moz-transition:border-color 0.4s;
	-o-transition:border-color 0.4s;
	-ms-transition:border-color 0.4s;
}
.news-letter-grid-right input[type="text"]:hover{
	border-color:#fe5433;
}
.news-letter-grid-right input[type="submit"]{
	width: 39px;
	height: 36px;
	display: inline-block;
	background:url(../images/splits.png) no-repeat -161px -11px;
	border: none;
	outline: none;
	position: absolute;
	right: 44px;
	top: 6px;
}
.news-letter-grid-right input[type="submit"]:hover{
	background: url(../images/search1.png) no-repeat 0px 0px;
}
/*---- footer -----*/
.footer{
	background:black;
	padding:3em 0 2em 0;
	border-top: 2px solid #FD5F40;
}
.footer-grid h3{
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	font-size:1.2em;
}
.footer-grid ul{
	margin:1.3em 0 0 0;
	padding:0;
}
.footer-grid ul li{
	display:block;
	padding:5px 0;
	font-size:0.9em;
}
.footer-grid ul li span:first-child{
	padding-right:25px;
}
.footer-grid ul li a{
	color:#fff;
	text-decoration:none;
	padding:0.15em 0;
	display:block;
	text-transform:uppercase;
	font-size:0.875em;
}
.footer-grid ul li a:hover{
	color:#fe5433;
}
.footer-grid ul li a span{
	width: 27px;
	height: 24px;
	display:inline-block;
	margin-right:0.5em;
}
.footer-grid ul li a.twitter span{
	background:url(../images/splits.png) no-repeat -210px -12px;
	vertical-align:middle;
}
.footer-grid ul li a.facebook span{
	background:url(../images/splits.png) no-repeat -81px -12px;
	vertical-align:middle;
}
.footer-grid ul li a.googlepluse span{
	background:url(../images/splits.png) no-repeat -118px -12px;
	vertical-align:middle;
}
.footer-grid p{
	margin-top:1em;
	margin-bottom:-1em;
	color:#999;
	font-size:14px;
}
ul.social-icons{
	margin-top:0;
	text-align:center;
}
ul.social-icons li{
	display:inline-block;
}
ul.social-icons li a{
	padding:0.5em 0;
}
.location{
	margin-top:1.3em;
}
.location ul li {
	display: block;
}
.location ul li a:hover {
	color: #fe5433;
}
ul.location li a {
	padding:0;
	text-transform:none;
}
.location ul li a {
	color: #777;
	text-decoration: none;
	padding: 0.15em 0;
	display: block;
	text-transform: uppercase;
	font-size: 0.875em;
}
ul.location li a span{
	width: 27px;
	height: 27px;
	display:inline-block;
	margin-right:0.5em;
}
ul.location li a.hm span {
	background: url(../images/splits.png) no-repeat -9px -12px;
	vertical-align: middle;
}
ul.location li a.phn span {
	background: url(../images/splits.png) no-repeat -45px -12px;
	vertical-align: middle;
}
.quick-enquiry-form{
	width:75%;
	margin:1.3em 0 0;
}
.quick-enquiry-form input[type="text"], .quick-enquiry-form textarea{
	width:100%;
	border:1px solid #454545;
	background:transparent;
	color:#FFF;
	font-size:13px;
	margin-bottom:10px;
}
.quick-enquiry-form textarea{
	resize:vertical;
}
.quick-enquiry-form input[type="submit"]{
	background:#fd5331;
	border:none;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:7px 20px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
}
.footer-bend{
	margin-top:15px;
}
.footer-bend .container{
	padding-top:5px;
	border-top:1px solid #222;
}
/*----*/
.privacy-block{
	text-align:left;
	margin-top:1em;
	float:left;
	font-size:0.8em;
}
.copy-right{
	text-align:right;
	margin-top:1em;
	float:right;
}
p.copy-right{
	color:#fff;
	font-size:0.8em;
}
p.copy-right a, .privacy-block a{
	color:#FD5331;
}
p.copy-right a:hover, .privacy-block a:hover{
	color:#fff;
}
.location p{
	color:#fe5433;
	text-decoration:none;
}
.location p:hover{
	color:#777;
}
/*--service--*/
.service-banner h2,.contact-banner h2, .about-banner h2{
	background:rgba(0,0,0,0.70);
	color:#fff;
	font-size: 4em;
	font-weight: 600;
	margin-top: 3em;
}
.service-banner p,.bg5 p, .about-banner p{
	background:rgba(0,0,0,0.70);
	color:#fff;
	width:50%;
	float:right;
	line-height:1.5em;
}
.service-sec{
	padding:2em 0;
}
.service-sec h3{
	font-size:2.3em;
	color:#fd5331;
}
.service-sec p{
	color:#111;
	line-height:1.8em;
	font-size:0.9em;
	padding:1em 0;
}
.service-grid img{
	width:100%;
	position:relative;
}
.service-grid p{
	color:#A1A0A0;
	width:100%;
	line-height:1.5em;
	padding:0;
}
.service-grid h4{
	color:#343938;
	font-size:1.5em;
	margin:0.5em 0;
}
a.btn{
	display:inline-block;
	margin:1em 0;
	border: 1px solid #A6A6A6;
	background:#A6A6A6;
	color: #fff;
	padding: 8px 16px;
	font-size: 14px;
}
a.btn:hover {
	border: 1px solid rgba(0,0,0,0.1);
	background: #3C3C3C;
	color:#fff;
	text-decoration: none;
}
.tour-caption {
	display:none;
	top: 0;
	width: 90%;
	position: absolute;
	background: rgba(80, 96, 131, 0.76);
	height: 45%;
	text-align: center;
	padding-top: 16%;
}
.tour-caption p{
	color:#fff;
}
.service-grid:hover div.tour-caption{
	display: block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.service-grids{
	padding:1em 0;
}
.service-grids2{
	padding:1em 0 0 0;
}
/*--port--*/
.portfolios{
	padding:3em 0 4em;
}
.portfolio-top h3{
	color: #333333;
    padding-bottom: 7px;
    font-size: 2.1em;
    font-weight: 600;
    text-transform: uppercase;
}
.portfolios{
	padding:3em 0 4em;
}
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
	width:100%;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(15, 207, 140, 0.9);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top:28.5%;
	display: -webkit-inline-box;
	width:8%!important;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
span.m_4{
	font-size:14px;
	font-weight:400;
}
p.m_5 {
	margin: 2% auto 5%;
	width: 70%;
	color: #283A47;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
ul#filters {
	padding: 0px;
	margin-top: 2em;
}
/*--team--*/
.col_1_of_4:first-child {
	margin-left: 0;
}
.span_1_of_4 {
	width: 22.8%;
}
.col_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 2.6%;
	background: #FFF;
}
.b-wrapper:hover {
	background:rgba(253, 83, 49, 0.4);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
#filters {
	margin: 3% 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
	#filters li {
		display: inline-block;
	}
	#filters li span {
	display: block;
	padding: 11px 15px;
	text-decoration: none;
	color:#75728A;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: 600;
	text-transform: uppercase;
	background: #fff;
	margin: 0 10px 0 0;
	}
	#filters li span.active,#filters li span:hover {
	    background: #FD5231;
  		color: #fff;
  		border-radius: 5px;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    -o-border-radius: 5px;
	    -ms-border-radius: 5px;
	}
 	#portfoliolist .portfolio {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		width: 25%;
		display:none;
		float:left;
		overflow:hidden;
	}
	div#portfoliolist {
		padding: 40px 0px;
}	
	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
	}
	.portfolio-top{
		text-align:center;
	}
	.portfolio img {
		width:100%;
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
	}
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
	}
	.portfolio .label-bg {
		background: #22B4B8;
		width: 100%;
		height:100%;
		position: absolute;
		top:0;
		left:0;
	}
	.portfolio .label-text {
		color:#fff;
		position: relative;
		z-index:500;
		padding:5px 8px;
	}
	.portfolio .text-category {
		display:block;
		font-size:9px;
		font-size: 12px;
		text-transform:uppercase;
	}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.sponcers{
margin:2em 0;
}
.sponcers h2 {
  text-align: center;
  color: #D13F31;
  margin-bottom: 1em;
  padding: 12px 0;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
  font-size:1.7em;
}
.sponcers p {
  text-align: center;
  color: #767776;
  margin-bottom: 3em;
}
.sldr{
	padding-bottom:3em;
}
#flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
	margin-top:10px;
	margin-bottom: 10px;
	max-width:250px;
	max-height:500px;
}
.grid-flex{
	margin:10px 0 20px 0;
	font-family: 'Roboto', sans-serif;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*--team--*/
.bg4{
	background:url(../images/banner.jpg) no-repeat 0px 0px fixed;
	background-size:100%;
	min-height:410px;
}
.team {
margin: 3em 0 2em 0;
}
.team h3{
color:#5D5D5D;
font-size:2.2em;
font-weight:600;
text-transform:uppercase;
}
.team p{
color:#5D5D5D;
font-size:0.9em;
line-height:1.8em;
margin:1em 0 3em 0;
}
.team-grid h2{
color: #D13F31;
margin-bottom:0.5em;
padding:12px 0;
border-bottom: 1px solid #999999;
border-top: 1px solid #999999; 
}
.team-grid p{
margin:1.5em 0 2em 0;
font-size:0.9em;
}
.teams img{
border-radius:100px;
border:5px solid #D8D8D8;
width:200px;
height:200px;
}
.teams h4{
color:#595959;
margin:1em 0 3em 0;
font-weight:600;
}
.teams h4:hover{
color:#FD5331;
}
.team-sidebar h3{
	padding: 12px 0px;
	color: #303030;
	font-size: 1.5em;
	text-transform: uppercase;
}
.team-sidebar ul li a{
	display: block;
	font-size:0.875em;
	color: #777;
	padding: 12px 18px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.team-sidebar {
width: 71%;
margin: 0 auto;
}
.team-sidebar ul li {
list-style:none;
border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
}
.team-sidebar ul li a:hover{
	color: #DC483A;
	text-decoration:none;
}
.team-sidebar span {
	width: 22px;
	height: 22px;
	background: url(../images/splits.png) -13px -56px;
	display: block;
	float: left;
}
.team-history{
margin-bottom:3em;
}
.team-history h3{
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px 15px 0px;
	margin-bottom: 13px;
	color: #303030;
	font-size: 1.5em;
	text-transform: uppercase;
}
.date{
float:left;
width:7%;
margin-right:1em;
}
.date-info{
float:left;
width:85%;
}
.history-lines ul li{
list-style:none;
}
.history-lines ul li span{
	color: #777;
	display:block;
	font-size: 14px;
	padding: 10px 20px;
	background: #EEE;
}
.history-lines ul li p{
	font-size: 0.8125em;
	color: #777;
	line-height: 1.5em;
	padding: 0px 0px 20px 0px;
	border:none;
}
.history-lines ul li p label {
	color: #DC483A;
	display: block;
}

.services-cats {
    background: #eeeeee none repeat scroll 0 0;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
	margin-bottom:30px;
}
.services-cats span {
    display: block;
    font-size: 13px;
    font-weight: normal;
}
.services-cats img {
    display: block;
    height: auto;
    margin: 0 auto 10px;
	width:100%;
}
.services-cats a {
    border: 2px solid transparent;
    display: block;
    padding: 10px 0;
    transition: all 0.3s linear 0s;
}
.services-cats a:hover {
    border-color: #ccc;
    color: #000;
    text-decoration: none;
}

.services-block, h2, .services-block h3, .services-block h4, .services-block h5, .services-block h6{
	margin-bottom:10px;
	color:#fd5331;
}
.services-block h3{
	font-size:22px;
}
.services-block h4{
	font-size:19px;
}
.services-block{
}
.services-block span{
	display:block;
	font-size:13px;
	font-weight:normal;
}
.services-block p strong{
	color:#000;
	font-weight:700;
}
.services-block ul{
	margin:15px 0 15px 15px;
}
.services-block ul li{
	font-size:0.9em !important;
	background:url('../eng_images/check-mark.png') no-repeat left 4px;
	background-size:13px 13px;
	line-height:20px;
	padding-bottom:10px;
	padding-left:22px;
	list-style-type:none;
	color:#454545;
}
.services-block a{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-bottom:1px solid transparent;
	padding-bottom:3px;
}
.services-block a:hover{
	border-color:#CCC;
	text-decoration:none;
	color:#000;
}
.services-block .imgb{
	float:left;
	width:20%;
	margin-right:25px;
	border:1px solid #CCC;
}
.services-block .imgb img{
	width:100%;
	height:auto;
}
.imgb-big{
	float:left;
	width:40%;
	margin:20px 20px 20px 0;
	border:1px solid #CCC;
}
.imgb-big img{
	width:100%;
	height:auto;
}
.services-block .txtb{
	overflow:hidden;
}
ul.all-services{
	margin:0;
}
ul.all-services li{
	padding:0;
	background:none;
	list-style-type:none;
	margin-bottom:35px;
}
ul.all-services h5{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
	margin-bottom:0;
	padding-left:10px;
}
ul.all-services p{
	padding-left:10px;
}
ul.all-services a{
	display:inline-block;
	margin-left:10px;
	border-bottom:none;
	background:url('../eng_images/icon-arrow.png') no-repeat left 7px;
	padding-left:20px;
	color:#454545;
}
ul.all-services h5 a{
	display:block;
	background:none;
	padding-left:0;
	font-size:16px;
	margin-left:0;
	color:#f4502f;
}
ul.inside-services-list{
	margin-left:20px;
}
ul.inside-services-list li h5{
	margin-bottom:0;
}
ul.inside-services-list li h5 a{
	color:#fd5331;
	background:none;
	padding-left:0;
}
ul.inside-services-list li{
	background:none;
	margin-bottom:20px;
	padding-left:0;
	padding-bottom:20px;
	border-bottom:1px solid #e5e5e5;
}
ul.inside-services-list li a{
	color:#7f5850;
	background:url('../eng_images/icon-arrow.png') no-repeat left 7px;
	padding-left:20px;
}
.services-menu{
	background:#111;
	padding:15px;
	margin-bottom:30px;
}
.services-menu ul{
	margin:10px;
}
.services-menu ul li ul{
	margin-right:0;
}
.services-menu ul li{
	list-style-type:none;
}
.services-menu ul li a{
	background:url('../eng_images/icon-arrow.png') no-repeat 10px 14px;
	padding:8px 8px 8px 30px;
	display:block;
	border-bottom:#181818 1px solid;
	font-size:14px;
	color:#CCC;
	-webkit-text-shadow:1px 1px 0 rgba(0,0,0,0.50);
	text-shadow:1px 1px 0 rgba(0,0,0,0.50);
}
.services-menu > ul > li:last-child a{
	border-bottom:none;
}
.services-menu ul li a:hover, .services-menu ul li.active > a{
	background:url('../eng_images/icon-arrow-white.png') no-repeat 10px 14px;
	color:#fd5331;
	text-decoration:none;
}
/*--team--*/
.about-bg{
	background:url('../eng_images/about-banner.jpg') no-repeat center center;
	background-size:cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
min-height:350px;
}
.services-bg{
	background:url('../eng_images/services-banner.jpg') no-repeat center center;
	background-size:cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
min-height:350px;
}
.application-bg{
	background:url('../eng_images/application-banner.jpg') no-repeat center center;
	background-size:cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
min-height:350px;
}
.techniques-bg{
	background:url('../eng_images/tech-collage.jpg') no-repeat center center;
	background-size:cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
min-height:350px;
}

/*--CONTACT-page--*/
.contact-bg{
background:url('../eng_images/contact-banner.jpg') no-repeat center center;
background-size:cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
min-height:350px;
}
.contact-us{
	padding: 4% 0;
}
.contact-us_left {
	float:left;
	margin-right:3.3333%;
	width: 32.3333%;
}
.contact_right {
	float:left;
	width: 63.3333%;
}
.contact-us_left h3{
	margin-bottom: 2%;
}
.company_address{
	padding-top:10px;
}
.company_address p{
	color: #242424;
	text-shadow: 0 1px 0 #ffffff;
	line-height: 1.8em;
	font-size: 0.8125em;
	font-weight: 600;
}
.company_address p a{
	color: #FD5331;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-shadow: 0 1px 0 #ffffff;
}
.company_address p a:hover{
	color: #242424;
}
.map{
	margin: 6% 0 4%;
}
.contact_right h3{
	margin-bottom: 2%;
	font-size:24px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form p{
	display: block;
	color: #4A4A4A;
	font-weight:500;
	line-height: 1.5em;
	font-size: 0.9em;
}
.contact-form input[type="text"],.contact-form textarea{
	font-family: 'Open Sans', sans-serif;
	margin-top: 5px;
	padding: 10px;
	display: block;
	width: 98%;
	background: transparent;
	outline: none;
	color: #555555;
	font-size: 1em;
	border:1px solid #CCC;
	-webkit-appearance: none;
}
.contact-form input[type="text"]:hover,.contact-form textarea:hover{
border:1px solid #CCC;
-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	background: #242424;
	border: 1px solid #242424;
	padding: 10px 24px;
	outline: none;
	color: #ffffff;
	font-size: 0.8em;
	text-transform: uppercase;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.contact-form input[type="submit"]:hover{
	background: #FD5331;
	border: 1px solid #FD5331;
}
/* projects-done */
ul.projects-done{
	margin:5px 15px 15px 10px;
}
ul.projects-done li{
	list-style-type:none;
	background:url('../eng_images/check-mark.png') no-repeat left 8px;
	padding:5px 5px 5px 25px;
	color:#a1a0a0;
	font-size:0.9em;
}
/*--contact--*/
/*----responsive-menu-start---*/
@media(max-width:1280px){
.bg {
min-height: 435px;
}
.logo a img {
background-size: 100%;
width: 75%;
}
.header {
height: 55px;
}
.top-nav ul li a {
padding: 0.5em 2em;
font-size: 0.9em;
}
.banner h1 {
font-size: 20px;

}
.welcome-note-left h2 {
font-size: 2.5em;
}
.welcome-note-right-right a {
font-size: 1em;
}
.teams img {
width: 150px;
height: 150px;
}
}
@media(max-width:1024px){
.banner h1 {
    font-size: 20px;
    line-height: 30px;
    width: 55%;
}
.bg {
min-height: 398px;
}
.header {
height: 54px;
}
.mid-grid {
padding: 2.5em 0;
}
.mid-grid-right h3 {
font-size: 1.4em;
margin-bottom: 12px;
line-height:1em;
}
.mid-grid-right h4{
font-size: 1em;
}
.recent-news-right h3 {
font-size: 1.1em;
}
.recent-news-right span {
font-size: 0.9em;
}
.news-letter-grid-left p {
font-size: 1em;
line-height: 1.5em;
margin: 0.5em 0;
}
.news-letter-grid-right input[type="text"]{
width:96%;
}
.news-letter-grid-right input[type="submit"] {
right: 15px;
}
.location p.home-place label {
font-size: 0.85em;
width: 82%;
overflow: hidden;
height: 35px;
}
.location p.contact-no label{
width: 82%;
}
.recent-news-grid:nth-child(3) {
margin-bottom: 11px;
}
.service-banner h2, .contact-banner h2 {
font-size: 3em;
margin-top: 4em;
}
.bg2 {
min-height: 365px;
}
.grid_box .zoom-icon {
top: -94px;
width: 100%;
height: 86px;
}
.tour-caption {
width: 88%;
height: 43%;
}
.service-sec p {
line-height: 1.5em;
font-size: 0.8em;
}
p.sg{
overflow:hidden;
height:60px;
}
.bg4 {
min-height: 365px;
}
.team-sidebar {
width: 86%;
margin: 0 auto;
}
.history-lines ul li p {
padding: 0px 0px 9px 0px;
}
.history-lines ul li span {
margin: 3px 0px 4px 0;
}
}
@media (max-width: 992px){
	#mainSlideCarousel .carousel-indicators{
		width:100%;
		margin-left:-50%;
	}
	#mainSlideCarousel .carousel-indicators li{
		width:130px;
	}
	#mainSlideCarousel .item .container, .service-info-container{
		width:100%;
		left:0;
		margin-left:0;
	}
	.banner h1{
		display:none;
	}
	.banner p{
		width:100%;
	}
.logo a img {
background-size: 100%;
width: 60%;
}
.logo a {
    line-height: 51px;
}

.custom_banner {
    margin-top: 40px;
}
.top-nav ul li a {
padding: 0.5em 1.5em;
font-size: 0.8em;
}
.bg {
min-height: 344px;
}
.welcome-note-left h2 {
text-align: left;
font-size:1.8em;
}
.welcome-note-left span{
text-align: left;
display: inline;
margin-top:8px;
}
.welcome-note-right {
padding: 1em 0;
}
.welcome-grid {
padding-left:0;
}
.welcome-note-right-right a {
font-size: 0.8em;
}
.mid-grid-left img {
width: 51%;
}
.mid-grid-right h3 {
font-size: 1.3em;
line-height: 1.3em;
}
.mid-grid-right p {
line-height: 1.5em;
overflow: hidden;
height: 43px;
}
label{
margin:0;
}
.recent-news-left {
width: 25%;
margin-top:5px;
}
.recent-news-right {
width: 70%;
}
.recent-news-right span{
	padding-top:0;
}
.recent-news-left span {
font-size: 1em;
}
.about-us{
display:none;
}
.ourservices h2 {
padding:1em 0 0.5em 0;
}
.ourservices ul li a {
padding: 0.5em 0.8em;
font-size: 0.9em;
}
.parrllax h2{
	font-size:22px;
}

.application-info h4{
	font-size:15px;
}
.news-letter-grid-left h3 {
font-size: 1.5em;
}
.news-letter-grid-left p {
font-size: 0.9em;
}
.news-letter-grid-right {
margin-top: 1.2em;
}
.news-letter-grid-right {
float: left;
width: 90%;
}
.news-letter-grid-right input[type="submit"] {
right: 32px;
}
.news-letter-grid-right input[type="submit"] {
background: url(../images/splits.png) no-repeat -130px -6px;
background-size: 651%;
}
.news-letter-grid-right input[type="submit"]:hover {
background: url(../images/splits.png) no-repeat -130px -45px;
background-size: 651%;
}
.footer {
padding: 2em 0;
}
.ftr-sec{
float:left;
width:25%;
}
.location p.contact-no label {
width:84%;
margin-top:7px;
}
.ftr{
padding:0;
}
.location p.home-place span {
width: 26px;
height: 24px;
background: url(../images/splits.png) no-repeat -10px -11px;
}
.service-banner h2, .contact-banner h2 {
font-size: 2.5em;
margin-top: 4m;
}
.bg2 {
min-height: 330px;
}
.service-banner p, .bg5 p, .bg4 p {
color: #fff;
width: 60%;
}
.service-grid {
width: 23%;
float: left;
margin: 6px;
}
.service-sec h3 {
font-size: 2em;
}
p.ser {
overflow: hidden;
height: 72px;
width: 88%;
}
.tour-caption {
width: 22%;
height: 100px;
padding-top: 3%;
top: 5px;
}
.tour-caption p {
width: 132px;
margin: 0 auto;
overflow: hidden;
height: 54px;
}
.bg4 {
min-height: 330px;
}
#filters li span {
font-size: 1em;
}
.grid_box .zoom-icon {
top: 1px;
width: 41%;
height: 57px;
left:58px;
}
.zoom-icon {
left: 43px;
background-size: 100%;
}
.team p {
overflow: hidden;
height: 80px;
}
.teams img {
width: 161px;
height: 156px;
}
.arch{
display:none;
}
.team-sidebar h3:nth-child(4){
display:none;
}
.team-history h3 {
padding: 40px 0px 15px 0px;
margin-bottom: 0px;
}
.history-lines ul li p {
padding: 0px 0px 17px 16px;
width: 100%;
}
.date {
float: left;
width: 11%;
margin-right: 0.7em;
}
ul.lSPager{
	width:750px !important;
}
.lSSlideOuter .lSGallery li.lslide{
	height:400px;
}
.custom_banner{
	margin-top:160px;
}
.welcome-note-right-left h4{
	padding:0;
	line-height:1.3em;
	font-size:1.3em;
}
.ftr-sec{
	width:33.3333%;
}
.footer-grid ul li{
	font-size:0.7em;
}
}
@media (max-width: 767px){
#mainSlideCarousel{
	padding-bottom:0;
}
#mainSlideCarousel .carousel-control.left, #techCarousel .carousel-control.left{
	left:0;
}
#mainSlideCarousel .carousel-control.right span, #techCarousel .carousel-control.right span{
	right:10px;
}
#mainSlideCarousel .carousel-indicators{
	display:none;
}
#mainSlideCarousel .item .container, .service-info-container{
		width:100%;
		left:0;
		margin-left:0;
	}
	.banner h1{
		display:none;
	}
	.banner p{
		width:100%;
	}
	#btn-mobile-nav{
	display:inline-block;
	position:relative;
	margin:20px;
}
}

@media (max-width: 640px){

.read-more{
	width:auto;
}
.welcome-note-right-left h4{
	font-size:1em;
	padding:5px 0;
}
ul.lSPager{
	width:550px !important;
}
ul.lSPager li{
	padding:20px 0 !important;
}
.lSSlide, .lSSlide li.lslide, .lSSlide li.lslide.clone{
	height:300px !important;
}
.logo {
width: 18%;
}
.custom_banner {
   display:none;
}
.logo a img {
width: 100%;
}
span.menu:before {
	content: url(../images/nav.png);
	cursor: pointer;		
}
.top-nav {
	width: 80%;
	float: right;	
}
.top-nav  ul{
	display:none;
}
.top-nav  ul li {
	font-size: 12px;
	display:inline-block;
	width: 100%;
}
.top-nav ul li a {
padding:4px;
font-size: 14px;
width: 100%;
}
 span.menu{
	display:block;
	float:right;
	margin: 11px 8px;
}
.top-nav  ul{
	margin: 0;
	z-index: 999;
	position: absolute;
	width: 96%;
	background: rgba(253, 83, 49, 0.59);
	text-align: center;
	top: 76%;
	left: 0%;
}
.top-nav ul li.active a, .top-nav ul li a:hover {
color: #FFF;
background-color: #444444;
}
.header {
height: 50px;
}
.banner h1 {
font-size: 1.8em;
width: 68%;
line-height: 34px;
}
.banner {
padding: 3em 0 0;
}
.bg {
min-height: 302px;
}
.welcome-note-left h2 {
padding-top:12px;
font-size: 1.5em;
}
.welcome-note-left span {
font-size: 1em;
margin-top: 5px;
}
.welcome-note-right {
padding: 5px 0;
}
.welcome-note-right-left h3 {
padding: 0 0 0.3em 0;
font-size: 0.8em;
}
.welcome-note-right-left p {
font-size: 0.8em;
line-height: 1.5em;
}
.welcome-note-right-right a {
font-size: 0.7em;
margin:1em 0;
}
.mid-grid {
padding: 1.5em 0;
}
.mid-grid-left {
width: 40%;
float: left;
}
.mid-grid-left img {
width: 100%;
}
.mid-grid-right {
width: 60%;
float: left;
}
.mid-grid-right h3 {
font-size: 1em;
margin-bottom: 7px;
}
.mid-grid-right h4 {
font-size: 0.7em;
}
.mid-grid-right p {
margin-top:10px;
font-size: 0.8em;
height: 55px;
}
.bottom-grids {
padding: 1.5em 0;
}
.recent-news-left {
width: 15%;
}
.recent-news-left span ,.recent-news-left label,.recent-news-right p{
font-size: 0.8em;
}
.recent-news-right {
width: 81%;
}
.recent-news-right h3 {
font-size: 1em;
}
.recent-news-right span {
font-size: 0.85em;
}
.recent-news-right p {
line-height: 1.5em;
}
.news-letter-grid-left {
float: left;
width: 86%;
}
.news-letter-grid-right {
margin-top: 0.5em;
}
.news-letter-grid-right input[type="text"] {
padding: 0.4em 0.8em;
}
.news-letter-grid-right input[type="submit"] {
background: url(../images/splits.png) no-repeat -101px -5px;
background-size: 527%;
height: 27px;
}
.news-letter-grid-right input[type="submit"]:hover {
background:url(../images/splits.png) no-repeat -101px -37px;
background-size: 527%;
}
.ftr {
display: none;
}
.ftr-sec {
width: 31%;
}
.service-banner h2, .contact-banner h2 {
font-size: 1.8em;
}
.service-banner p, .bg5 p, .bg4 p {
width: 73%;
font-size: 0.9em;
}
.bg2 {
min-height: 241px;
}
.service-sec {
padding: 1em 0;
}
.service-sec h3 {
font-size: 1.5em;
}
p.ser {
padding:0.5em 0;
height: 42px;
width: 90%;
}
.service-grid {
width: 45%;
}
.tour-caption {
width: 89%;
height: 148px;
top: 1px;
}
.tour-caption p {
width: 183px;
height: 78px;
padding-top: 2em;
}
.bg4{
min-height: 242px;
}
.project-section-head h3 {
font-size: 1.5em;
}
#portfoliolist .portfolio {
width: 50%;
}
div#portfolio {
padding: 1.5em 0px;
}
.project-section-head p {
margin-top: 1px;
font-size: 0.8em;
}
#filters li span {
padding: 4px 16px;
font-size:0.8em;
}
.grid_box .zoom-icon {
height: 105px;
left: 85px;
}
.team-history {
margin-bottom: 2em;
}
.team {
margin: 1.5em 0;
}
.team h3 {
font-size: 1.5em;
}
.team p {
height: 42px;
margin: 1em 0 2em 0;
font-size: 0.8em;
}
.team-grid h2 {
padding: 7px 0;
font-size: 1.3em;
}
.team-grid p {
font-size: 0.8em;
}
.teams img {
width: 137px;
height: 130px;
}
.team-sidebar ul li:nth-child(2),.team-sidebar ul li:nth-child(4),.team-sidebar ul li:nth-child(3),.history-lines:nth-child(2){
display:none;
}
.team-sidebar {
width: 100%;
}
.team-sidebar h3 {
padding: 8px 0px;
font-size: 1.3em;
}
.team-sidebar ul li a {
font-size: 0.8em;
padding: 7px 18px;
}
.history-lines ul li p {
padding: 0px 0px 9px 16px;
width: 100%;
overflow: hidden;
height: 79px;
margin-bottom:1em;
}
.date {
width: 16%;
}
.date-info {
width: 80%;
}
.contact-us_left {
margin-right: 0%;
width: 100%;
}
.map {
margin: 3% 0;
}
.contact_right {
width: 100%;
}
.contact_right h3 {
margin: 1em 0 8px 0;
font-size: 1.5em;
}
.contact-form input[type="text"], .contact-form textarea {
padding: 6px;
width:100%;
}

}


@media (max-width: 480px){
ul.lSPager{
	display:none;
}
.logo {
width: 20%;
}
.top-nav ul li a {
font-size: 1em;
padding:0;
}
.top-nav ul {
background: rgba(253, 83, 49, 0.72);
top: 77%;
}
nav a {
line-height: 36px;
}
.banner h1 {
font-size: 1.5em;
width: 78%;
display:none;
}
.banner p {
font-size: 0.8em;
width: 72%;
float:left;
margin-top:-50px;
display:none;
}
.banner {
padding: 3.2em 0 0;
}
.bg {
min-height: 240px;
}
.welcome-note-right-left p {
overflow: hidden;
height: auto;
}
.mid-grid-right h3 {
font-size: 0.9em;
margin-bottom: 3px;
overflow: hidden;
height: 19px;
}
.mid-grid-right p {
margin-top: 5px;
font-size: 0.8em;
height: 53px;
}
.recent-news h2 {
font-size: 1.1em;
}
.recent-news-left {
width: 17%;
}
.recent-news-right {
width: 79%;
}
.recent-news-right h3 {
font-size: 0.9em;
}
.recent-news-right span {
font-size: 0.75em;
}
.recent-news-left span, .recent-news-left label, .recent-news-right p {
font-size: 0.8em;
}
.ourservices h2 {
padding: 0.5em 0;
font-size: 1.2em;
}
.news-letter-grid-left h3 {
font-size: 1.2em;
}
.news-letter {
padding: 1em 0;
}
.news-letter-grid-left {
width: 100%;
}
.news-letter-grid-right input[type="text"] {
width: 100%;
font-size: 0.8em;
}
.news-letter-grid-right input[type="submit"] {
right: 6px;
top: 2px;
}
.col-md-3.footer-grid.ftr-sec:nth-child(2) {
display: none;
}
.ftr-sec {
width: 49%;
}
.footer-grid ul {
margin: 1em 0 0 0;
}
.service-banner h2, .contact-banner h2 {
font-size: 1.5em;
margin-top:3em;
}
.service-banner p, .bg5 p, .bg4 p {
width: 53%;
font-size: 0.8em;
overflow: hidden;
height: 38px;
}
.bg4{
min-height: 195px;
}
.service-sec h3 {
font-size: 1.2em;
}
.service-grids2 {
display: none;
}
.service-grid {
width: 50%;
margin:0;
}
.tour-caption {
width: 87%;
height: 117px;
}
.tour-caption p {
width: 156px;
padding-top:1.5em;
}
.service-grid h4 {
margin: 0.2em 0;
font-size: 1.1em;
}
.project-section-head p {
margin: 0px 24px;
font-size: 0.75em;
}
#filters li span {
padding: 4px 11px;
font-size: 0.8em;
margin:0 0.2em;
}
.portfolio-botton {
margin-top: 1.5em;
}
.grid_box .zoom-icon {
height: 71px;
left:61px;
}
.portfolio-botton input[type="button"] {
font-size: 14px;
}
div#portfolio {
padding: 1.5em 0px 0 0;
}
.biseller-info h2 {
font-size:1.5em;
margin-bottom: 0.5em;
padding: 7px 0;
}
.biseller-info p{
font-size:0.8em;
}
.teams img {
width: 155px;
height: 150px;
}
.history-lines ul li p label {
overflow: hidden;
height: 21px;
}
.history-lines ul li p {
width: 100%;
padding: 0px 0px 9px 4px;
overflow: hidden;
height: 62px;
margin-bottom: 1em;
}
.sponcers h2 {
  font-size:1.4em;
}
.portfolio-top h3 {
  font-size:1.4em;
}
}
@media (max-width: 320px){
.logo {
width:21%;
}
.header {
height: 50px;
}
.top-nav {
width: 77%;
}
.banner h1 {
font-size: 1.1em;
display:none
}
.banner {
padding: 2.2em 0 0;
}
.banner p {
font-size: 0.7em;
overflow: hidden;
height: 20px;
display:none
}
.bg {
min-height: 170px;
}
.welcome-note-left h2 {
padding-top: 14px;
font-size: 1em;
}
.welcome-note-left span {
font-size: 0.75em;
margin-top: 3px;
}
.welcome-note-right-left h3 {
font-size: 0.75em;
}
.welcome-note-right-right a {
padding: 0.7em 1em;
}
.mid-grid {
padding: 1em 0;
}
.mid-grid-left {
width: 64%;
padding: 9px;
}
.mid-grid-right {
width: 100%;
}
.mid-grid-right h3 {
font-size: 0.875em;
margin:6px 0 3px 0;
}
.recent{
padding:0;
}
.recent-news-left span, .recent-news-left label, .recent-news-right p {
font-size: 0.8em;
}
.recent-news-left {
padding: 0px 2px;
}
.news-letter-grid-left h3 {
font-size: 1em;
}
.news-letter-grid-left p {
font-size: 0.8em;
}
.news-letter-grid-right {
margin-top: 2px;
}
.footer {
padding: 1.5em 0;
}
.ftr-sec {
padding: 0;
}
.footer-grid ul {
margin: 5px 0 0 0;
}
.footer-grid h3 {
font-size: 1em;
}

.footer-grid ul li a {
font-size: 0.75em;
}
p.copy-right {
font-size: 0.8em;
}
.copy-right {
margin-top: 2em;
}
.service-banner h2, .contact-banner h2 {
font-size: 1.2em;
margin-top: 2.2em;
}
.service-banner p, .bg5 p, .bg4 p {
font-size: 0.75em;
height: 21px;
}
.bg4 {
min-height: 145px;
}
.tour-caption p {
width: 87px;
height: 53px;
font-size: 0.7em;
}
.tour-caption {
width: 79%;
height: 67px;
}
.service-grid h4 {
margin: 7px 0 2px 0;
font-size: 1em;
}
p.sg {
overflow: hidden;
height: 36px;
}
.service-sec p {
font-size: 0.75em;
}
a.btn {
margin: 5px 0;
padding: 5px 10px;
font-size: 11px;
}
.project-section-head p {
overflow: hidden;
height: 20px;
}
#filters li span {
padding: 4px 9px;
font-size: 0.75em;
margin: 0 2px;
}
.grid_box .zoom-icon {
height: 30px;
width: 36%;
}
.zoom-icon {
left: 25px;
}
.history-lines ul li p {
width: 100%;
}
.team {
margin: 1em 0;
}
.team h3 {
font-size: 1.2em;
}
.team p {
margin: 0.5em 0 1em 0;
font-size: 0.8em;
}
.team-grid h2 {
padding: 5px 0;
font-size: 1em;
}
.team-grid p {
font-size: 0.8em;
margin: 0.5em 0 1em 0;
overflow: hidden;
height: 20px;
}
.teams img {
width: 132px;
height: 131px;
}
.team-sidebar h3 {
padding: 6px 0px;
font-size: 1.2em;
}
.team-history h3 {
padding: 20px 0px 15px 2px;
font-size: 1.2em;
}
.contact-us_left h3 {
margin-bottom: 2%;
font-size: 1.2em;
}
.map iframe{
height:100px;
}
.company_address p {
font-size: 0.8em;
}
.contact_right h3 {
margin: 1em 0 5px 0;
font-size: 1.2em;
}
.contact-form input[type="text"], .contact-form textarea {
padding: 4px;
width: 100%;
margin-top: 2px;
}
.contact-form textarea {
height: 88px;
}
.contact-form input[type="submit"] {
padding: 7px 16px;
font-size: 0.75em;
}
.date {
width: 24%;
}
.date-info {
width: 69%;
}
}