@charset "utf-8";
/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i';
@font-face {
    font-family:'Roboto', sans-serif;
    src: url(../font/light.ttf) format("truetype");
}
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600');
*,
*:after,
*:before {
	margin:0;
	padding:0;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
img{
	width:100%;
	height:auto;
}
body {
	background-color: #FFFFFF;
	margin:auto;
	font-family: 'Open Sans', sans-serif;

}

.cell{
	width:100% !important;
	height:40px;
	background-color:#161f7c;
	margin:0 auto;
	position:absolute;
	color:#fff;

}
.cell p{
	font-family: 'Open Sans', sans-serif;
	float:right;
	line-height:5px;
	font-size:13px;
	padding-right:10%;
	margin-top:20px;
}
a.top_email{
	color:#ffffff!important;
	text-decoration:none;
}
a.top_emails{
    font-family:'Open Sans', sans-serif;
    color:#797979;
text-decoration:none;	
	padding-right:0px;
	text-align:left
}
.wrapper{
	 width: 1180px;
	height: auto;
	margin:0px auto;
	clear:both;
	
}
header{
	width:100%;
	height:auto;
}

a.read_more{
	padding:10px 15px;
	background:#646161;
	margin:20px 50px;
	color:#fff;
	clear:both;
	display:inline-block;    
	text-decoration:none;
	border:1px solid #646161;
	position:relative;
	z-index:+999;
}
a.read_more:hover{
	background:#fff;
	border:1px solid #646161;
	color: #646161
}
.padd{
	padding:20px 40px 0px 40px!important;
	clear:both;
}
.font{
	font-size:16px!important;
	line-height:28px;
	padding:10px 0px;	
}
#feedback {
  position: fixed;
  right: 0;
  top: 30%;
  height: 480px;
  margin-left: -3px;
  margin-bottom: -3px;
  z-index:+999;
}

#feedback-form {
	background-color:#fff;
  float: right;
  width: 297px;
  height: 100%;
  z-index: 1000;
  padding-left: 5px;
  padding-right: 10px;
  background-clip: 'padding-box';
  border: 1px solid rgba(0,0,0,.2);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  z-index:+999;
}

#feedback-tab {
  float: right;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  width: 160px;
  height:35px;
  background-color: #161f7c;
  margin-top: 120px;
  margin-right: -62px;
  padding-top: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index:+999;
}
.container{
  width: 100%;
  margin: 0 auto;
  margin-top:50px;
}
.map{
	width:100%;
	height:auto;
	float:left;
	margin:15px 0px;
}
#map_container{
  position: relative;
}
#map{
    height: 0;
    overflow: hidden;

    padding-top: 30px;
    position: relative;
	height:300px;
}
form .form .panel-body .form-group{
	width:100%;
	margin:10px;
	padding:10px;
	height:auto;
	
}
form.form.panel-body .form-group input.form-control{
	font-family: 'Open Sans', sans-serif;
	width:80%;
	height:auto;
	margin:10px;
	padding:10px;	
}
form.form.panel-body button.btn.btn-primary{
	font-family: 'Open Sans', sans-serif;
	padding:10px 20px;
	color:#fff;
	border:none;
	margin:10px;
}
form.form.panel-body .form-group textarea.form-control{
	font-family: 'Open Sans', sans-serif;
	width:80%;
	height:auto;
	margin:10px;
	padding:10px;	
}
form.form.panel-body .form-group input.form-control:focus{
	outline:0;
}
form.form.panel-body .form-group textarea.form-control:focus{
	outline:0;
}
#feedback-tab:hover { background-color: rgba(0,0,0,0.4); }

#feedback-form textarea { resize: none; }

.col-3-3  ul.menus{
	padding-right:5%;
		list-style:none;  
		width:95%;
		margin:0 auto; 	
		height:auto;  
		padding-top:10px;  
     text-align:center;
}
.col-3-3  ul.menus li { 
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        float: none;
        width: 100%;
		height:auto;
		background-color:#f2f2f2;
		display:block;  
		text-align:center;   
		border:none;  
		text-align:left;
        padding:0px 0px;	
border-bottom: 1px solid #CCCCCC;		
	} 
	.col-3-3  ul.menus li.current{ 
	background-color:#161f7c;
    padding:0px;
	}
	.col-3-3  ul.menus li.current a{ 
	color:#fff;
    padding-top:15px;
	padding-bottom:15px;
	}
	.col-3-3  ul.menus  ul.nav-submenu li a{ 
	color:#18207d;
     padding-top:5px;
	padding-bottom:5px;
	}
	ul.dropdown-menu.show li{
		background-color:#161f7c;
		color:#161f7c;
	}
	ul.dropdown-menu.show li a{

		color:#161f7c!important;
		padding:12px 20px 12px 11px!important;
	}

	li.dropdown ul.dropdown-menu.show li:nth-child(1){
		background-color:#161f7c;
		color:#000;
		border-top:1px solid #CCCCCC
	}
	
	.col-3-3  ul.menus li:nth-child(1){
		background-color:#a8a8a8;
		color:#fff!important;
	}
    .col-3-3  ul.menus li:nth-child(1) a{
        color:#fff
     }
	 .col-3-3  ul.menus  ul.nav-submenu li:nth-child(1){
		background-color:#f2f2f2;
		border-top: 1px solid #CCCCCC;	
	}
	.col-3-3  ul.menus  ul.nav-submenu li:last-child{
		background-color:#f2f2f2;
	
	} 
	.col-3-3  ul.menus  ul.nav-submenu li:nth-child(1) a{
		color:#161f7c;
	}
	.col-3-3  ul.menus  ul.nav-submenu li a{
		font-size:14px;
		color:#161f7c;
		padding-left:25px;
	}
	.col-3-3  ul.menus  ul.nav-submenu li{
		content:'arrow';
	}

	.col-3-3  ul.menus li a {
	    font-family: 'Open Sans', sans-serif;
		font-size:16px; 
		color: #000;
		display:block;
		text-decoration:none;
		text-transform:normal;
		padding: 20px 20px 20px 11px;
		font-weight:normal;
		margin:0px 5px;
	}

ul.menu {  
		list-style:none;  
		width:100%;
		margin:0px; 	
		height:auto;  
		padding-top:50px;  
        text-align:center;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;
		text-align:center;
 
  } 
  
	.menu li { 

	    width:12.33%; 
		display:inline-block;  
		text-align:center;   
		border:none;  
	
		height:50px;
		
	}
	.menu li:before{
		margin:0px;
		padding:0px;
		
	}
	ul, menu, dir{
		    -webkit-margin-before: 0em!important;
    -webkit-margin-after: 0em!important;
    -webkit-margin-start: 0px!important;
    -webkit-margin-end: 0px!important;
    -webkit-padding-start: 0px!important;
	}
	.menu li:after{
		margin:0px;
		padding:0px;
		
	}
	.menu li:nth-child(4){ 
	    width:20%; 
		display:inline-block;  
		text-align:center;   
		border:none;  
		text-align:center;
		height:50px;
		
	}  
li.current_page_item {
	text-align:center;
}
.menu li img {
		width:70%;
		height:auto;
		display:block;
		text-decoration:none;
		text-transform:uppercase;
	    padding:0px 15%;
		  
	}

	.menu li a {
	    font-family: 'Open Sans', sans-serif;
		font-size:16px; 
		color: #000;
		display:block;
		text-decoration:none;
		text-transform:uppercase;
		font-weight:bold;
		padding:0px;
		margin:0px;
	}

	.menu li:hover a {
		color:#161f7c;
	    font-weight:bold	
	}


/*slider css*/

.banner .bx-wrapper{position:relative; width:100%; float:left; max-width:none!important;}
.banner .bx-default-pager { display:none;}
.banner{
	width:95%;
	float:left;
	position:relative;
	margin:0px;
	clear:both;
	padding-left:2.5%;
    padding-top:4%;
	
}
.banner:after {
	
	 content: '';
  position: absolute;

  display: inline-block;
  width: 5%;
  height:10%;
  border-top: 2px solid #161f7c;
  border-right:2px solid #161f7c;
  margin-top: -7px;
  margin-left:-4.7%;
}

.banner:before {
 content: '';
  position: absolute;
  display: block;
  width: 5%;
  height:10%;
  border-top: 2px solid #161f7c;
  border-left:2px solid #161f7c;
  margin-top: -7px;
  margin-left:-0.4%;
}

.banner_img{
	width:100%; float:left;
}
.banner img{
	width:100%; float:left; height:auto;
}
.banner_desc{
	width:50%; position:absolute; left:5%; top:35%;
	padding:10px;

}
.banner_desc h2{
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:48px;
	font-weight:bold;
	color:#fff; 
	text-shadow:1px 1px 5px #898989;
	margin-bottom:20px;
}
.banner_desc h2:hover{
	background:none;
}
.banner_desc p{
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:18px; 
	color:#fff;
	text-align:left; 
	text-shadow:1px 1px 5px #898989; 
	line-height:24px;
} 
.banner .outside p span#slider-prev a{
    width:100px;
    height:100px;
	background:url(../images/left-arrow-copy.png) no-repeat 10px 14px ;
	margin-left:-35%;
	position:absolute;
	z-index:+999;
    margin-top:10%;
}
.banner .outside p span#slider-next a{
	width:100px;
    height:100px;
	background:url(../images/right-arrow-copy.png) no-repeat 10px 14px ;
	margin-left:-20%;
	position:absolute;
	z-index:+999;
	margin-top:10%;

}
.pagination{
	width:100%;
	height:auto;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #434343;
}
.col-8 .specifications{
	width:100%;
	height:auto;
	margin-top:40px;
	background:#f2f2f2;
	margin-bottom:20px;
	
}
#scroll {
position:fixed;
right:10px;
bottom:10px;
cursor:pointer;
width:50px;
height:50px;
background-color:#a8a8a8;
text-indent:-9999px;
display:none;
-webkit-border-radius:60px;
-moz-border-radius:60px;
border-radius:60px
}
#scroll span {
position:absolute;
top:50%;
left:50%;
margin-left:-8px;
margin-top:-12px;
height:0;
width:0;
border:8px solid transparent;
border-bottom-color:#ffffff
}
#scroll:hover {
background-color:#060d59;
opacity:1;filter:"alpha(opacity=100)";
-ms-filter:"alpha(opacity=100)";
}
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.popupContainer{
	position:absolute;
	width:330px;
	height: auto;
	left:45%;
	top:80px;
	background: #FFF;
}

#modal_trigger {
	position:fixed;
	margin-top:20%;
	margin-left:91%;
	width:120px; 
	display:block;
	float:right;
	z-index:+999;
	border-radius:15px 0px 0px 15px
	}

.btn {padding:10px 20px; background: #18207d;}
.btn_red {background: #ED6347; color: #FFF;border:none}

/*.btn:hover {background: #E4E4E2;}
.btn_red:hover {background: #C12B05;}*/

a.btn {color:#fff; text-align: center; text-decoration: none;}
a.btn_red {color: #FFF;}

.one_half {width:50%; display: block; float:left;}
.one_half.last {width:45%; margin-left:5%;}

/* Popup Styles*/
.popupHeader {font-size:16px; text-transform: uppercase;}
.popupHeader {background:#F4F4F2; position:relative; padding:10px 20px; border-bottom:1px solid #DDD; font-weight:bold;}
.popupHeader .modal_close {position: absolute; right: 0; top:0; padding:10px 15px; background:#E4E4E2; cursor: pointer; color:#aaa; font-size:16px;}

.popupBody {padding:20px;}

.action_btns {clear:both; overflow: hidden;}
.action_btns a {display: block;}
.user_register {display: block}
.user_register input[type="text"], .user_register input[type="email"], .user_register input[type="password"] {display: block; width:90%; padding: 10px; border:1px solid #DDD; color:#666;}
.user_register input[type="textarea"] {width:90%;
height:100px;margin-bottom:20px;float:left; margin-right:5px;border:1px solid #DDD; color:#666;padding: 10px;}

.col-8  .specifications h2{
	font-size:20px;
	color:#fff;
	background-color:#a8a8a8;
	padding:10px 10px;
	font-weight:normal;
		margin-bottom:0px;
}
.col-8  .specifications p{
	font-size:14px;
	color:#000;
	padding:10px 10px;
	font-weight:normal;
	margin:0px;

}
.col-8 .construction{
	width:100%;
	height:auto;
	margin-top:40px;
	background:#f2f2f2;
	margin-bottom:20px;
	
}
.col-8  .construction h2{
	font-size:20px;
	color:#fff;
	background-color:#a8a8a8;
	padding:10px 10px;
	font-weight:normal;
	margin-bottom:0px;
}
.col-8  .construction ul{
	width:100%;
	height:auto;
	margin:0px auto;
	}
.col-8  .construction ul li{
	list-style:none;
	padding:5px 10px;
	color:#3a3a3a;
	font-size:14px;

	margin:0px 20px;

}
.col-8 .specification{
	width:100%;
	height:auto;
	margin-top:40px;
	margin-bottom:20px;
background:#f2f2f2;

}
.col-8 .applications {
	clear:both;
	width:100%;
	height:auto;
	margin-top:40px;
	margin-bottom:20px;
	background:#f2f2f2;
	margin-bottom:20px;
	padding-bottom:20px;
}
.current_page_item a{
	width:50%;
} 
.col-8 .applications  h2{
	font-size:20px;
	font-weight:normal;
	color:#fff;
	background-color:#a8a8a8;
	padding:10px 10px;
	font-weight:normal;
	margin-bottom:0px;
} 
.col-8 .applications  p{
	font-size:14px;
	padding:0px 10px;
	font-weight:normal;
	margin-bottom:0px;

	
} 
.industry .icon:nth-child(7) {
clear:both
}
.downloads{
	width:100%;
	height:auto;
	margin:40px 0px;
}
.downloads img{
	width:70%;
	height:auto;

}
.col-8 .applications ul {
	margin-left:40px;
}
.col-8 .applications ul li{
    clear:both;
	padding:9px 0px 5px 10px;
	background-size: 20px 20px;
	background:url(../images/bullet2.png) no-repeat 0px 16px;
	list-style:none;
	margin-left:15px;
	font-size:13px;
}
.col-8 .applications h2:before{
	display:none
}.col-8 .applications h2:after{
	display:none
}
.col-8 .specifications h2:before{
	display:none
}.col-8 .specifications h2:after{
	display:none
}
.col-8  .specification h2{
	font-size:20px;
	color:#fff;
	padding:10px 10px;
	font-weight:normal;
	margin-bottom:0px;
	background-color:#a8a8a8;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:0px;
}


 .col-8  .specification ul.bg-1{
	 width:100%;
	 height:auto;
	 margin:0px auto;
	 background:#f2f2f2;
	 text-align:center;
     color:#000;
	  border-top:1px solid #fff;
	  border-bottom:1px solid #fff;
	  clear:both;
 } 
 .col-8  .specification ul.head{
	 width:100%;
	 height:auto;
	 margin:0px auto;
	 background-color:#a8a8a8;
	 text-align:center;
     color:#fff;

	  border-top:1px solid #fff;
	  border-bottom:1px solid #fff;
 }
 .col-8  .specification ul.head li{
	 width:16.53%;
	 float:left;
	 list-style:none;
	 background-color:#a8a8a8;
     padding:5px 0px;
	 height:40px;
	 border-right:1px solid #fff;
	 font-size:13px;
 } 
 .col-8  .specification ul.tab1{
	 width:100%;
	 height:auto;
	 margin:0px auto;
	 background-color:#e39c14;
	 text-align:center;
     color:#fff;

	  border-top:1px solid #fff;
	  border-bottom:1px solid #fff;
 }
 .col-8  .specification ul.tab1 li{
font-size:13px;
	 float:left;
	 list-style:none;
	 background-color:#a8a8a8;
     padding-top:15px;
	 height:30px;
	 border-right:1px solid #fff;
 } 
 .col-8  .specification ul.tab2{
	 width:100%;
	 height:auto;
	 margin:0px auto;
	 background-color:#a8a8a8;
	 text-align:center;
     color:#fff;

	  border-top:1px solid #fff;
	  border-bottom:1px solid #fff;
 }
 .col-8  .specification ul.tab2 li{
	 float:left;
	 list-style:none;
	 background-color:#a8a8a8;
     padding-top:15px;
	 height:30px;
	 border-right:1px solid #fff;
	  font-size:13px;
	  
 }  
 .col-8  .specification ul.tab3{
	 width:100%;
	 height:auto;
	 margin:0px auto;
	 background-color:#f2f2f2;
	 text-align:center;
     color:#fff;
    clear:both;
	  border-top:1px solid #fff;
	  border-bottom:1px solid #fff;
 }
 .col-8  .specification ul.tab3 li{
	 float:left;
	 list-style:none;
	 background-color:#f2f2f2;
     padding:5px 0px;
	 height:auto;
	 border-right:1px solid #fff;
	 color:#000;
	 font-size:13px;
 } 
 .col-8  .specification ul.tab4{
	 width:100%;
	 height:auto;
	 margin:0px auto;
	 background-color:#a8a8a8;
	 text-align:center;
     color:#fff;

	  border-top:1px solid #fff;
	  border-bottom:1px solid #fff;
 }
 .col-8  .specification ul.tab4 li{
	 width:24.87%;
	 float:left;
	 list-style:none;
	 background-color:#a8a8a8;
     padding-top:15px;
	 height:30px;
	 border-right:1px solid #fff;
	 color:#fff;
	 font-size:13px;
 }  
 .col-8  .specification ul.tab5{
	 width:100%;
	 height:auto;
	 margin:0px auto;
	 background-color:#f2f2f2;
	 text-align:center;
     color:#000;
      clear:both;
	  border-top:1px solid #fff;
	  border-bottom:1px solid #fff;
 }
 .col-8  .specification ul.tab5 li{
	 width:24.87%;
	 float:left;
	 list-style:none;
	 background-color:#f2f2f2;
     padding:5px 0px;
	 height:auto;
	 border-right:1px solid #fff;

	 color:#000;
	 font-size:13px;
 }  
 .col-8  .specification ul.tab6{
	 width:100%;
	 height:auto;
	 margin:0px auto;
	 background-color:#a8a8a8;
	 text-align:center;
     color:#fff;

	  border-top:1px solid #fff;
	  border-bottom:1px solid #fff;
 }

 .col-8  .specification ul.tab6 li{
	 float:left;
	 list-style:none;
	 background-color:#a8a8a8;
     padding-top:15px;
	 height:30px;
	 border-right:1px solid #fff;

	 color:#fff;
	 font-size:13px;
 }  
 .col-8  .specification ul.tab6 li.l_wd4.co_black{
  width:16.53%;
  
 } 
 .col-8  .specification ul.tab6 li.l_wd5.co_black{
width:49.85%
 }  
 .col-8  .specification ul.tab6 li.l_wd6.co_black{
width:33.20%
 } 
ul.tab1 li.l_wd9.co_black{
	  width:9.6%;
  }
ul.tab1 li.l_wd11.co_black.left{
	  width:20%;
  }
  ul.tab2 li.l_wd9.co_black{
	  width:9.6%;
  } 
  ul.tab2 li.l_wd14.co_black{
	  width:13.16%;
  } 
  ul.tab3 li.l_wd14.co_black{
	  width:13.16%;
  } 
  ul.tab3 li.l_wd9.co_black{
	  width:9.6%;
  }
  ul.tab2 li.l_wd9.co_black1{
	  width:9.94%;
  }
  ul.tab3 li.l_wd9.co_black1{
	  width:9.94%;
  }
ul.tab3 li.l_wd11.co_black.left{
	  width:20%;
  }
  ul.tab2 li.l_wd11.co_black.left{
	  width:20%;
  }
  ul.tab2 li.l_wd12.co_black.left{
	  width:26.45%;
  }
   .col-8  .specification ul.tab7 li{
	 width:16.54%;
	 float:left;
	 list-style:none;
	 background-color:#a8a8a8;
     padding-top:15px;
	 height:30px;
	 border-right:1px solid #fff;
	 	  border-top:1px solid #fff;
	  border-bottom:1px solid #fff;
	 color:#fff;
	 font-size:13px;
 } 
 .col-8  .specification ul.tab7{
	 width:100%;
	 height:auto;
	 margin:0px auto;
	 background-color:#e39c14;
	 text-align:center;
     color:#fff;

	  border-top:1px solid #fff;
	  border-bottom:1px solid #fff;
 } 
 .col-8  .specification ul.tab8 li{
	 width:16.54%;
	 float:left;
	 list-style:none;
	 background-color:#f2f2f2;
     padding:5px 0px;
	 height:auto;
	 border-right:1px solid #fff;

	 color:#000;
 } 
 .col-8  .specification ul.tab8{
	 width:100%;
	 height:auto;
	 margin:0px auto;
	 background-color:#f2f2f2;
	 text-align:center;
     color:#000;
	 border-top:1px solid #fff;
	 border-bottom:1px solid #fff;
	 clear:both;
	 font-size:13px;
 } 
 .col-8  .specification ul.tab9 li{
	 width:19.85%;
	 float:left;
	 list-style:none;
	 background-color:#a8a8a8;
     padding:5px 0px;
	 height:40px;
	 border-right:1px solid #fff;
	 	  border-top:1px solid #fff;
	  border-bottom:1px solid #fff;
	 color:#fff;
	 font-size:13px;
 } 
 .col-8  .specification ul.tab9{
	 width:100%;
	 height:auto;
	 margin:0px auto;
	 background-color:#e39c14;
	 text-align:center;
     color:#fff;
	  border-top:1px solid #fff;
	  border-bottom:1px solid #fff;
 } 
 .col-8  .specification ul.tab10 li{
	 width:19.85%;
	 float:left;
	 list-style:none;
	 background-color:#f2f2f2;
     padding:5px 0px;
	 height:auto;
	 border-right:1px solid #fff;
	 font-size:13px;
	 color:#000;
 } 
 .col-8  .specification ul.tab10{
	 width:100%;
	 height:auto;
	 margin:0px auto;
	 background-color:#f2f2f2;
	 text-align:center;
     color:#000;
	  border-top:1px solid #fff;
	  border-bottom:1px solid #fff;
	  clear:both;
 } 
 .col-8  .specification ul.tab11 li{
	 width:33.11%;
	 float:left;
	 list-style:none;
	 background-color:#a8a8a8;
     padding:5px 0px;
	 height:20px;
	 border-right:1px solid #fff;
	 
	 color:#fff;
	 font-size:13px;
 } 
 .col-8  .specification ul.tab11{
	 width:100%;
	 height:auto;
	 margin:0px auto;
	 background-color:#e39c14;
	 text-align:center;
     color:#fff;
	  border-top:1px solid #fff;
	  border-bottom:1px solid #fff;
 } .col-8  .specification ul.tab12 li{
	 width:33.11%;
	 float:left;
	 list-style:none;
	 background-color:#f2f2f2;
     padding:5px 0px;
	 height:auto;
	 border-right:1px solid #fff;
	 color:#000;
	 font-size:13px;
 } 
 .col-8  .specification ul.tab12{
	 width:100%;
	 height:auto;
	 margin:0px auto;
	 background-color:#f2f2f2;
	 text-align:center;
     color:#000;
	  border-top:1px solid #fff;
	  border-bottom:1px solid #fff;
	  clear:both;
 }
 .col-8  .specification ul.tab13 li{
	 width:33.11%;
	 float:left;
	 list-style:none;
	 background-color:#f2f2f2;
     padding-top:15px;
	 height:30px;
	 border-right:1px solid #fff;
	 	  border-top:1px solid #fff;
	  border-bottom:1px solid #fff;
	 color:#000;
 } 
 .col-8  .specification ul.tab13{
	 width:100%;
	 height:auto;
	 margin:0px auto;
	 background-color:#f2f2f2;
	 text-align:center;
     color:#000;
	  border-top:1px solid #fff;
	  border-bottom:1px solid #fff;
 }
 p.para1{
	 clear:both;
	 width:38%;
	 height:auto;
	 float:left;
	 margin:0px!important;
 }  
 p.para2{
	 width:45%;
	 height:auto;
	 float:left;
	 margin:0px!important;
 } 
 p.para1 span{

	 float:right
 }
 #breadcrumb {
  background: #fff;
  display: inline-block;
  padding: 1px;
  padding-right: 18px;
  -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
}

#breadcrumb a {
  display: inline-block;
  background: gray;
  padding: 5px 30px 5px 30px;
  position: relative;
  text-decoration: none;
  -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 15px 50%);
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 15px 50%);
  margin-right: -17px;
}

/* Just to show that even around the arrow head, the mouse pointer is at the correct link */ 
a:hover {
  color: #161f7c;
}

/* first link should not have anything cliped on the left side */
#breadcrumb a:first-child {
  -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
  padding-left: 20px;
}

#breadcrumb a {
  display: inline-block;
  background: gray;
  padding: 5px 30px 5px 30px;
  position: relative;
  text-decoration: none;
  -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 15px 50%);
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 15px 50%);
  margin-right: -17px;
}

/* Just to show that even around the arrow head, the mouse pointer is at the correct link */ 

#breadcrumb a {
  display: inline-block;
  background: #18207d;
  padding: 5px 30px 5px 30px;
  position: relative;
  color:#fff;
  text-decoration: none;
  -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 15px 50%);
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 15px 50%);
  margin-right: -17px;
}

/* first link should not have anything cliped on the left side */
#breadcrumb a:first-child {
  -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
  padding-left: 20px;
}
 li.active{
	background:#18207d!important;

} 
li.active a{
	color:#fff!important;

} 
 .col-8  .specification ul.temp2 li{
	 width:24.87%;
	 float:left;
	 list-style:none;
	 background:#f2f2f2;
     padding:2.5px 0px;
	 height:auto;
	 border-right:1px solid #fff;
	 font-size:13px;
 } 
 .col-8  .specification ul.temp2{
	 width:100%;
	 height:auto;
	 margin:0px auto;
	 background:#f2f2f2;
	 text-align:center;
     color:#000;
	  border-top:1px solid #fff;
	  border-bottom:1px solid #fff;
	  clear:both;
 } 
 .col-8  .specification ul.temp1 li{
	 width:24.87%;
	 float:left;
	 list-style:none;
	 background-color:#a8a8a8;
     padding:5px 0px;
	 height:30px;
	 border-right:1px solid #fff;
	 font-size:13px;
 } 
 .col-8  .specification ul.temp1{
	 width:100%;
	 height:auto;
	 margin:0px auto;
	 background:#e39c14;
	 text-align:center;
     color:#fff;
	  border-top:1px solid #fff;
	  border-bottom:1px solid #fff;
	  clear:both;
 }
ul.list_1{
	clear:both;
	margin:15px 0px;
	padding-top:20px;
     padding-left:15px;
	 list-style:none;
}
ul.list_1 li{
	clear:both;
	padding:9px 0px 5px 10px;
	background-size: 20px 20px;
	background:url(../images/bullet2.png) no-repeat 0px 16px;
	list-style:none;
	
}
ul.ul-4sh{
	width:100%;
	height:auto;
	float:left;
	background:#a8a8a8;
	list-style:none;
	border-bottom:1px solid #fff;
}

ul.ul-4sh li.li-4sh1{
	width:10%;
    display:inline-block;
	clear:both;
	margin:0px;
	padding:0px;
	border-right:1px solid #fff;
}
ul.ul-4sh li.li-4sh2{
	width:14%;
	height:50px;
	display:inline-block;
	clear:both;
	margin:0px;
	padding:0px;
	border-right:1px solid #fff;
	text-align:center;
}
ul.ul-4sh li.li-4sh2:last-child{
	border-right:none;
}
ul.ul-4sh li.li-4sh2 img{
	width:32px;
    height:32px;
	text-align:center;
	margin:5px 0px;
}
ul.ul-4shs{
	width:100%;
	height:auto;
	float:left;
	background:#a8a8a8;
	list-style:none;
	border-bottom:1px solid #fff;
	clear:both;
	text-align:center;
}
ul.ul-4shs li.li-4sh3{
	width:10%;
	height:40px;
    float:left;
	margin:0px;
	padding:15px 0px;
	border-right:1px solid #fff;
	font-size:13px;
	color:#fff;
}
ul.ul-4shs li.li-4sh4{
	width:14.5%;
	height:40px;
    float:left;
	margin:0px;
	padding:15px 0px;
	border-right:1px solid #fff;
	font-size:13px;
	color:#fff;
	line-height:18px;
}

ul.ul-4shs li.li-4sh4:last-child{
   border:none;
}
ul.ul-4shs li.li-4sh5{
	width:10%;
	height:40px;
    float:left;
	margin:0px;
	padding:15px 0px;
	border-right:1px solid #fff;
	font-size:13px;
	color:#fff;
}
ul.ul-4shs li.li-4sh6{
	width:4.4%;
	height:40px;
    float:left;
	margin:0px;
	padding:15px 0px;
	border-right:1px solid #fff;
	font-size:13px;
	color:#fff;
	line-height:18px;
}
ul.ul-4sh1{
	width:100%;
	height:auto;
	float:left;
	background:#a8a8a8;
	list-style:none;
	border-bottom:1px solid #fff;
	clear:both;
	text-align:center;
}
ul.ul-4sh1 li.li-4sh4{
	width:14.5%;
	height:40px;
    float:left;
	margin:0px;
	padding:0px 0px;
	border-right:1px solid #fff;
	font-size:13px;
	color:#fff;
	line-height:18px;
	position:relative;
}
ul.ul-4sh1 li.li-4sh3{
	width:10%;
	height:40px;
    float:left;
	margin:0px;
	padding:0px 0px;
	border-right:1px solid #fff;
	font-size:13px;
	color:#fff;
	position:relative;
}
ul.ul-4sh1 li.li-4sh4:last-child{
   border:none;
}
ul.ul-4sh1 li.li-4sh5{
	width:10%;
	height:40px;
    float:left;
	margin:0px 0px;
	padding:0px 0px;
	border-right:1px solid #fff;
	font-size:13px;
	position:relative;
	color:#fff;
}
ul.half{
	width:100%;
	height:40px;
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
}
ul.half li{
	width:48%;
	height:40px;
	float:left;
	border-right:1px solid #fff;
	display:inline-block;	
	margin:0px;
	padding:10px 0px;
}
ul.half li:last-child{
	border:none;
}
ul.ul-4sh1 li.li-4sh6{
	width:4.4%;
	height:40px;
    float:left;
	margin:0px;
	padding:0px 0px;
	border-right:1px solid #fff;
	font-size:13px;
	color:#fff;
}
ul.ul-4sh2{
	width:100%;
	height:auto;
	float:left;
	background:#f2f2f2;
	list-style:none;
	border-bottom:1px solid #fff;
	clear:both;
	text-align:center;
}
ul.ul-4sh2 li.li-4sh4{
	width:14.5%;
	height:40px;
    float:left;
	margin:0px;
	padding:0px 0px;
	border-right:1px solid #fff;
	font-size:13px;
	color:#000;
	line-height:18px;
	position:relative;
}
ul.ul-4sh2 li.li-4sh3{
	width:10%;
	height:40px;
    float:left;
	margin:0px;
	padding:0px 0px;
	border-right:1px solid #fff;
	font-size:13px;
	color:#000;
	position:relative;
	line-height:36px;
}
ul.ul-4sh2 li.li-4sh4:last-child{
   border:none;
}
ul.ul-4sh2 li.li-4sh5{
	width:10%;
	height:40px;
    float:left;
	margin:0px 0px;
	padding:0px 0px;
	border-right:1px solid #fff;
	font-size:13px;
	position:relative;
	color:#000;
}
ul.half{
	width:100%;
	height:40px;
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
}
ul.half li{
	width:48%;
	height:40px;
	float:left;
	border-right:1px solid #fff;
	display:inline-block;	
	margin:0px;
	padding:10px 0px;
}
ul.half li:last-child{
	border:none;
}
ul.ul-4sh2 li.li-4sh6{
	width:4.4%;
	height:40px;
    float:left;
	margin:0px;
	padding:0px 0px;
	border-right:1px solid #fff;
	font-size:13px;
	color:#000;
	line-height:36px;
}


 .col-8  .specification ul.bg-1 li{
	 font-size:13px;
	 width:16.53%;
	 float:left;
	 list-style:none;
     padding:2.5px 0px;
	 background:#f2f2f2;
	 color:#000;
	 border-right:1px solid #fff;
 }

.dropdown-menu.show li.active{
background-color:#161f7c!important;
}
.dropdown-menu.show li.active a{
background-color:#161f7c!important;
color:#fff!important;
}
ul.dropdown-menu.show li.dropdown ul.dropdown-menu.show li a{
	margin:0px 15px!important; 
}

  .col-8 h3{
	  font-family: 'Raleway', sans-serif;
      font-size:28px;
	  text-align:center;
	  margin-top:20px;
	  margin-bottom:20px;
	  font-weight:300;
  }
.col-8  .construction ul li:last-child {
	border:none;
}
.col-8  .construction ul li span{
	color:#161f7c;
	}
.col-8  .specification h2:after{
	display:none;
}
.col-8  .specification h2:before{
	display:none;
}.col-8  .construction h2:after{
	display:none;
}
.col-8  .construction h2:before{
	display:none;
}
.col-8  .specification  p{
	padding:20px 20px;
	margin:0px;
}
.col-8 form {
	margin-top:100px;
  text-align: center;
  width:80%;
  margin-left:10%;
}
.col-8 .col-6{
	width:50%;
	height:auto;
	float:left;
	margin-top:50px;
	margin-bottom:0px;
}
.col-8 .col-6 p{
	font-family:'Open Sans', sans-serif;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:100px;
	padding-right:0px;
	text-align:left
}
.col-8 .col-6 p span{
	color:#151e7c;

}
.col-8 .form-row {
  position: relative;  
  margin-bottom: 22px;
}
.col-8 input {
	width:100%;
  font-size: 19px;
  padding: 14px;
  border: 1px solid #cbcbda;
  border-radius: 5px;
}
.col-8 input.textarea {
	width:100%;
	height:100px;
  font-size: 19px;
  padding: 14px;
  border: 1px solid #cbcbda;
  border-radius: 5px;
  outline:0
}
.col-8 input.text {
	width:100%;
  font-size: 19px;
  padding: 14px;
  border: 1px solid #cbcbda;
  border-radius: 5px;
  outline:0
}
.col-8 button {
  text-transform: uppercase;
  background: #18207d;
  clear:both;
  border: none;
  outline: none;
  margin-top: 5px;
  padding: 12px;
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
  opacity: 1;
  transition:opacity 0.5s ease-out;
  float:left
}
.col-8 button:hover {
  opacity: 0.9;
}

/* Label Styles */
.col-8 form label {
  background: #fff;
  color: #18207d;
  z-index: -1;
  font-size: 18px;
  font-weight: 500;
  left: .80em;
  opacity: 0;
  padding: 0 .23em;
  position: absolute;
  top: 20px;
  -webkit-transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -moz-transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.col-8 form label.display {
  color: #18207d;
}
.col-8 form  label.show {
  opacity: 1;
  top: -1em;
  z-index: 1;
}
.pagination ul{
margin-top:15px;
}
.pagination ul li{
	display:inline;
	color:#18207d;
	
}
.pagination ul li.current{
	display:inline;
	color:#000;
}
.pagination ul li a{
	text-decoration:none;
	padding:10px;

	
}
.col-3{
	width:33.33%;
	height:auto;
	float:left;
	margin-top:30px;
	
}
.col-3-1{
	width:33.33%;
	height:auto;
	float:left;
	margin-top:30px;	
}
.col-3-1 .map{
	width:100%;
	height:auto;
	margin-top:40px;
	padding:0px;
}
.col-3-2{
	width:33.33%;
	height:auto;
	float:left;
	margin-top:30px;
    margin-bottom:60px;	
}
.col-3-3{
	width:33.33%;
	height:auto;
	float:left;
	margin-top:30px;
    margin-bottom:60px;
}
.col-3-3 h2{
	font-family:'Roboto', sans-serif;
	font-size:28px;
	padding-left:10px;
	line-height:14px;
	color:#18207d;
	margin-top:40px;
	margin-bottom:45px;
	text-align:right;
	margin-right:7%;
	font-weight:300;
}
.col-3-1 h2{
	font-family:'Roboto', sans-serif;
	font-size:28px;
	padding-left:50px;
	font-weight:300;
	line-height:14px;
	color:#18207d;
	margin-top:20px;
	margin-bottom:45px;
	text-align:right;
}

.col-3-3 h2:after{
  content: '';
  position: absolute;
  display: inline-block;
  z-index:+999;
  width: 5%;
  height:10px;
  /*border: 1px solid #18207d;*/
  margin-top: 2.2%;
  margin-left:-5%;
    background-image:url(../images/underline.png);
  background-repeat:no-repeat;
  
}

.col-3-2 h1{
	font-family: 'Raleway', sans-serif;
	font-size:43px;
	padding-left:50px;
	line-height:14px;
	color:#18207d;
	margin-top:40px;
	margin-bottom:45px;
	text-align:center;
	font-weight:300;
}
.col-3-2 h1:before{

}
.col-3-2 h1:after{
  content: '';
  position: absolute;
  display: inline-block;
  z-index:+999;
  width: 10%;
  height:10px;
  /*border: 1px solid #18207d;*/
  margin-top: 2%;
  margin-left:-5%;
    background-image:url(../images/underline.png);
  background-repeat:no-repeat;
}
.col-8 #over img.Centered{
	width:300px;
	height:auto;
	vertical-align:middle;
	margin-left:30%;
	margin-top:50px;
}




.col-3-1:before{
  content: '';
  position: absolute;
  display: block;
  z-index:+999;
  width: 23%;
  height:10%;
 /* border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;*/
  margin-top: 6%;
  margin-left:1%;
     background-image:url(../images/top-deco.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
  
}

.col-3-1:after{
  content: '';
  position: absolute;
  display: block;
  z-index:+999;
  width: 23%;
  height:10%;
 /* border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;*/
  margin-top: -4%;
  margin-left:1%;
     background-image:url(../images/bottom_deoc.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
  
}

.col-3-1 h2:after{
	 content: '';
	  position:absolute;
	  float:left;
  display: inline-block;
  z-index:+999;
  width:10%;
  height:10px;
  margin-top:28px;
  margin-left:-5%;
  background-image:url(../images/underline.png);
  background-repeat:no-repeat;
}
.col-3 img{
	width:100%;
	height:auto;
	position:relative;
}
.col-3:before{
  content: '';
  position: absolute;
  display:block;
  z-index:+999;
  width: 23%;
  height:10%;
 /* border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;*/
  margin-top: 1%;
  margin-left:1%;
  background-image:url(../images/top-deco.png);
  background-repeat:no-repeat;
   background-size: 100% auto;
}
.col-3:after{
  content: '';
  position: absolute;
  display: block;
  z-index:+999;
  width: 23%;
  height:10%;
  /*border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;*/
  margin-top: -3.8%;
  margin-left:1%;
   background-image:url(../images/bottom_deoc.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
}
.col-8{
	width:66.66%;
	height:auto;
	float:left;
	margin-top:30px;
	
}

.col-8 h2{
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	padding-left:50px;
	font-weight:bold;
	line-height:14px;
	color:#646161;
	margin-top:20px;
	margin-bottom:45px;
}
.col-8 h2:before{
	  content: '';
	  position:absolute;
	  float:left;
  display: inline-block;
  z-index:+999;
  width:5%;
  border-bottom: 2px solid #646161;
  margin-top:24px;
}
.col-8 h2 span{
    font-family: 'Open Sans', sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:14px;
	color:#18207d;
}
.col-8 p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	padding-left:50px;
	color:#434343;
	margin:5px 0px;
	line-height:26px;
}
.col-8 p.center{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	padding-left:0px;
	text-align:center;
	line-height:26px;
	color:#434343;
	margin:30px 0px;
}
.col-8 p.center a{
	margin-top:30px;
	background-color:#18207d;
	padding:10px 25px;
	text-decoration:none;
	color:#fff;
}
.col-8 p.para{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	padding-left:0px;
	color:#434343;
	margin:20px 0px;
	text-align:right;
}
.col-8 p.head{
font-family: 'Open Sans', sans-serif; 
font-size:14px;
color:#434343;
	margin-top:10px;
}
.col-12{
	clear:both;
	width:100%;
	height:auto;
	padding-top:30px;
}
.col-12 h2{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	line-height:12px;
	color:#646161;
	margin-top:20px;
	margin-bottom:45px;
}
.col-12 h3{
	font-family: 'Raleway', sans-serif;
	text-align:center;
	font-size:28px;
	line-height:12px;
	color:#18207d;
	margin-top:20px;
	margin-bottom:45px;
	font-weight:300;
}

.col-12 h3 span:before{
	
  content: '';
  position: absolute;
  display: inline-block;
  z-index:+999;
width: 10%;
    height: 10px;
 background-image: url(../images/d-underline.png);
    background-repeat: no-repeat;
   margin-top: 3.2%;
    margin-left: -1%;
  
}
.col-12 p{
	text-align:center;
	font-size:14px;
	color:#797979;
}
.col-12 h2 span{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#18207d;
}
.col-12 h2 span:before{
	  content: '';
	  position:absolute;
	  float:left;
  display: inline-block;
  z-index:+999;
  width:5%;
  border-bottom: 2px solid #18207d;
  margin-top:24px;
  margin-left:5%;
}
.col-12 .col-8{
	width:66.66%;
	height:auto;
	float:left;
	margin:0px;
}
.col-12 .col-4{
	width:33.33%;
	height:auto;
	float:left;
	margin:0px;
}

.col-12 .col-4  .testimonial img{
	width:80%;
	height:auto;
	padding:40px;
}
.col-12 .col-4  .testimonial h5{
	font-family: 'Raleway', sans-serif;
text-align:center;
font-size:18px;
color:#18207d;
font-weight:300;

}
.col-12 .col-4  .testimonial p{
text-align:center;
font-size:14px;
color:#000;
padding-top:10px;

}
.industry{
	clear:both;
	width:100%;
	height:auto;
	margin-top:40px;
	margin-bottom:40px;
   color:#18207d;

}
.industry h2{
font-family: 'Raleway', sans-serif;
	text-align:center;
	font-size:31px;
	line-height:12px;
	color:#18207d;
	padding-top:40px;
	padding-bottom:45px;
	font-weight:300;
}
.industry h2 span:before{
  content: '';
  position: absolute;
  display: inline-block;
  z-index:+999;
  width: 10%;
  height:10px;
  margin-top: 3.2%;
  margin-left:10%;
  background-image:url(../images/d-underline.png);
  background-repeat:no-repeat;
  background
}
.industry .icon{
	width:14.66%;
	height:auto;
	float:left;
	padding:45px 0px;
   text-align:center;
   margin:0px 1%;
}
.industry .icon p{
text-align:center;
color:#000;
}
.industry .icon img{
background-color:#a8a8a8;	
width:80%;
height:auto;
border-radius:45px 0px 45px 45px

}
.industry .icon img:hover{
background-color:#161f7c;	
}
.gallery-item {
    height: auto;
    margin-bottom: 0em;
    position: relative;
	margin:5px;
}

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

.gallery-item:hover .img-title {
 opacity:1
}

.img-title {
    position: absolute;
    top: 0;
    margin: 0;
    height: 98%;
    width: 100%;
    text-align: center;
   opacity: 0;
    display: none; /* comment this out for CSS hover */
    background-color: rgba(0,0,0,0.8);
   *transition: all 0.5s ease;*
}

.img-title h5 {
	   font-family: 'Open Sans', sans-serif;  
	   font-size:24px;
	   font-weight:bold;
        position: absolute;
        color: #fff;
        top: 30%;
        width: 100%;
        text-align: center;
    }
.img-title p{
	 font-family: 'Open Sans', sans-serif; 
	 position: absolute;
	 font-size:14px;
        color: #fff;
        top: 45%;
        width: 80%;
        text-align: center;
		
}
.col-12-1 .col-6-1{
	width:50%;
	height:auto;
	float:left;
	background-color:#f0f0f0;
	margin-top:10%;
  position:relative;
  z-index:+888;
}

.col-12-1 .col-6-1:before{
	 content: '';
  position: absolute;
  display: inline-block;
  z-index:+999;
  width: 96%;
  height:93%;
  border: 1px solid #fff;
  margin:10px;
 
}
.col-12-1 .col-6-1 h2{
	padding-top:40px;
	padding-left:40px;
	padding-right:40px;
	color:#646161;
}
.col-12-1 .col-6-1 h2:after{
	  content: '';
	  float:left;
  position: absolute;
  display: inline-block;
  z-index:+999;
  width: 10%;
  height:2px;
   border-bottom: 2px solid #18207d;
  margin-top: 6.2%;
  margin-left:-17%;
}
.col-12-1 .col-6-1 h2 span{
	font-family:'Open Sans', sans-serif;
	color:#18207d;
}
.col-12-1 .col-6-1 p{
	padding:0px 40px 0px 40px;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	line-height:26px;
}
.col-12-1 .col-6-2{
	width:50%;
	height:auto;
	float:left;
	margin-top:50px;
	margin-left:-5.5%;
	position:relative;
}
.col-12-1 .col-6-2 img{
	width:110%;
	height:auto;
	
}
.col-12-1 .col-6-2:before{
		 content: '';
  position: absolute;
  display: inline-block;
  z-index:+1;
  width: 105.5%;
  height:93%;
  border: 1px solid #fff;
  margin:10px;

}
.col-12-1{
	position:relative;
    width:100%;
	height:auto;
	margin-top:50px;
}
.footer{
	background-image:url(../images/footer_banner1.jpg); 
	 background-repeat: no-repeat;
	  background-size: cover;
	clear:both;
	width:100%;
	height:180px;
	background-color:#151e7c; 
	margin-top:100px;
}
.footer .col-6{
	
	width:50%;
	height:auto; 
	float:left;
	padding-top:20px;
	padding-bottom:20px;

	
}
.footer .col-6 img{
	width:50px;
	height:auto; 
	float:left;
	padding-top:10px;
	padding-left:20px;
}
.footer .col-6 ul{
	display:inline;
	padding-top:20px;
}
.footer .col-6 ul:after{
 content: '';
  position: absolute;
  display: inline-block;
  z-index:+999;
  width: 30%;
  border-bottom: 1px solid #fff;
  margin-left:-30%;
  margin-top:40px;

}
.footer .col-6 ul li{
	display:inline;
	padding-top:20px;
	list-style:none;
}
.footer .col-6 ul li a{
	color:#fff;
	text-decoration:none;
	padding:5px 10px;
}
.footer .col-6 p{
	color:#fff;
	margin-top:30px;
	margin-left:0px;
	text-align:center;
}
.social{
	width:100%;
	height:auto;
	background-color:#060d59;
	clear:both;
	text-align:center;
}
.social ul{
	display:inline;
	margin-top:0px auto;
}
.social ul li{
	display:inline;
	list-style:none;
	padding:0px 20px;
	

}
.social ul li a{
	padding:0px;
	margin-top:15px;
	
}
.social ul li a img{
	width:40px;
	height:40px;
  margin-top:25px;
  margin-bottom:5px;
	border:1px solid #fff;
	border-radius:50%;
}
.slicknav_menu {
		display:none;
		border-bottom:1px solid #fff;
	}

@media only screen and (min-width:1025px) and (max-width:1200px){
.cell{
	width:100% !important;
	height:40px;
	background-color:#161f7c;
	margin:0 auto;
	position:absolute;
	color:#fff;

}

.col-3-3{
	width:33.33%;
	height:auto;
	float:left;
	margin-top:30px;
    margin-bottom:60px;
}
.wrapper{
	 width: 100%;
	height: auto;
	margin:0px auto;
	clear:both;
	
}	
header{
	width:100%;
	height:auto;
}
.banner{
	width:95%;
	float:left;
	position:relative;
	margin:0px;
	clear:both;
	padding-left:2.5%;
    padding-top:6%;
}
.col-3{
	width:33.33%;
	height:auto;
	float:left;
	margin-top:30px;
	
}
.col-8  .specification table{
	width:100%;
	height:auto;
	margin:0px auto;

}
.col-3-1{
	width:33.33%;
	height:auto;
	float:left;
	margin-top:30px;	
}
.col-3-1:before{
  content: '';
  position: absolute;
  z-index:+999;
  width: 30%;
  height:10%;
  margin-top:8%;
  margin-left:2.5%;
  display: block;
  z-index:+999;
     background-image:url(../images/top-deco.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
  
}
.col-3-3 h2:after {
	width:10%;
	margin-left:-7%;
}
.col-3-1:after{
  content: '';
  position: absolute;
   display: block;
  z-index:+999;
  width: 30%;
  height:10%;
  margin-top: -6%;
  margin-left:2.5%;
  background-image:url(../images/bottom_deoc.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
}
.industry{
	clear:both;
	width:98%;
	height:auto;
	background:#f6f6f6;
	margin-top:40px;
	margin-bottom:40px;
   color:#18207d;
   margin-left:10px;
}
.industry .icon{
	width:14.66% ;
    height:auto;
	float:left;
	padding:45px 0px;
	margin:0px 1%;
	float:left;  
}

.pagination{
	width:95%;
	margin-left:10px;
	height:auto;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #434343;
}
.col-3-1 img{
	width:100%;
	height:auto;
	position:relative;
	margin-left:10px;	
}
.col-3 img{
	width:100%;
	height:auto;
	position:relative;
	margin-left:10px;
}
.col-3:before{
  content: '';
  position: absolute;
   display:block;
  z-index:+999;
  width: 31%;
  height:10%;
  margin-top: 1%;
  margin-left:2%;
  background-image:url(../images/top-deco.png);
  background-repeat:no-repeat;
   background-size: 100% auto;
}
.col-3:after{
  content: '';
  position: absolute;
  display: block;
  z-index:+999;
  width: 31%;
  height:10%;
  margin-top: -5%;
  margin-left:2%;
   background-image:url(../images/bottom_deoc.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
}
.col-8{
	width:64.66%;
	height:auto;
	float:left;
	margin-top:30px;
	
}
.col-8 .col-6{
	width:50%;
	height:auto;
	float:left;
	margin-top:50px;
	margin-bottom:0px;
}
.col-12{
	clear:both;
	width:96%;
	height:auto;
	padding-top:30px;
}
.gallery-item img {
    width: 98%;
	margin-left:10px;
}
.img-title {
    position: absolute;
    top: 0;
    margin-left: 10px;
    height: 98%;
    width: 98%;
    text-align: center;
    /*opacity: 0;*/
    display: none; /* comment this out for CSS hover */
    background-color: #000;
    /*transition: all 0.5s ease;*/
}
.col-12 .col-8{
	width:66.66%;
	height:auto;
	float:left;
	margin:0px;
}
.col-12 .col-4{
	width:33.33%;
	height:auto;
	float:left;
	margin:0px;
}

.col-12-1{
	position:relative;
    width:94%;
	height:auto;
	margin-top:50px;
	margin-left:10px;
}
.col-12-1 .col-6-1{
	width:50%;
	height:auto;
	float:left;
	background-color:#f0f0f0;
	margin-top:10%;
  position:relative;
  z-index:+888;
}
.col-12-1 .col-6-2{
	width:50%;
	height:auto;
	float:left;
	margin-top:50px;
	margin-left:-5.5%;
	position:relative;
}
.col-12-1 .col-6-2 img{
	width:110%;
	height:auto;
}
.footer{
	clear:both;
	width:100%;
	height:150px;
	background-color:#151e7c; 
	margin-top:100px;
}
.footer .col-6{
	width:48%;
	height:auto; 
	float:left;
	padding-top:20px;
	padding-left:20px;
}
.social{
	width:100%;
	background-color:#060d59;
	clear:both;
    margin-top:0px auto;
	text-align:center;
	height:auto;
}
.slicknav_menu {
		display:none;
		border-bottom:1px solid #fff;
	}
}
@media only screen and (min-width:1000px) and (max-width:1024px){
	
.cell{
	width:100% !important;
	height:40px;
	background-color:#161f7c;
	margin:0 auto;
	position:absolute;
	color:#fff;

}
.col-3-2 h1:after {
	margin-left:-10%;
	margin-top:30px;
}
.industry h2 span:before {
	width:15%;
}
.col-3-3{
	width:33.33%;
	height:auto;
	float:left;
	margin-top:30px;
    margin-bottom:60px;
}
#example-one li a { display: block; padding: 6px 10px 4px 10px; text-decoration: none; text-transform: uppercase; }
.wrapper{
	 width: 100%;
	height: auto;
	margin:0px auto;
	clear:both;
	
}	
header{
	width:100%;
	height:auto;
}
.banner{
	width:95%;
	float:left;
	position:relative;
	margin:0px;
	clear:both;
	padding-left:2.5%;
    padding-top:6%;
}
.col-8  .specification table{
	width:100%;
	height:auto;
	margin:0px auto;
	overflow-x:auto;
}
.col-8 .col-6{
	width:50%;
	height:auto;
	float:left;
	margin-top:50px;
	margin-bottom:0px;
}
.col-3{
	width:33.33%;
	height:auto;
	float:left;
	margin-top:30px;
	
}
.col-3-1{
	width:33.33%;
	height:auto;
	float:left;
	margin-top:30px;	
}

.industry{
	clear:both;
	width:100%;
	height:auto;
	background:#f6f6f6;
	margin-top:40px;
	margin-bottom:40px;
   color:#18207d;
}
.pagination{
	width:100%;
	height:auto;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #434343;
}
.industry h2{
	text-align:center;
	font-size:24px;
	line-height:12px;
	color:#18207d;
	padding-top:40px;
	padding-bottom:45px;
}
.industry .icon{
	width:14.66%;
	height:auto;
	float:left;
	padding:45px 0px;
   text-align:center;
   margin:0px 1%;
   
}
.col-3-1:before{
  content: '';
  position: absolute;
  display: block;
  z-index:+999;
  width: 30%;
  height:10%;
  margin-top:9%;
  margin-left:1%;
     background-image:url(../images/top-deco.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
  
}
.col-3-1:after{
  content: '';
  position: absolute;
  display: block;
  z-index:+999;
  width: 30%;
  height:10%;
  margin-top: -6%;
  margin-left:1%;
     background-image:url(../images/bottom_deoc.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
  
}
.col-3:before{
  content: '';
  position: absolute;
  display:block;
  z-index:+999;
  width: 30%;
  height:10%;
  margin-top: 1%;
  margin-left:2%;
  background-image:url(../images/top-deco.png);
  background-repeat:no-repeat;
   background-size: 100% auto;
  
}
.col-3:after{
  content: '';
  position: absolute;
  display: block;
  z-index:+999;
  width: 30%;
  height:10%;
  margin-top: -4%;
  margin-left:2%;
   background-image:url(../images/bottom_deoc.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
}
.col-8{
	width:66.66%;
	height:auto;
	float:left;
	margin-top:30px;
	
}
.col-12{
	clear:both;
	width:95%;
	height:auto;
	padding-top:30px;
}
.col-12 .col-8{
	width:66.66%;
	height:auto;
	float:left;
	margin:0px;
}
.col-12 .col-4{
	width:33.33%;
	height:auto;
	float:left;
	margin:0px;
}
.col-12-1 .col-6-1{
	width:50%;
	height:auto;
	float:left;
	background-color:#f0f0f0;
	margin-top:10%;
  position:relative;
  z-index:+888;
}
.col-12-1 .col-6-2{
	width:50%;
	height:auto;
	float:left;
	margin-top:50px;
	margin-left:-5.5%;
	position:relative;
}
.footer{
	clear:both;
	width:100%;
	height:150px;
	background-color:#151e7c; 
	margin-top:100px;
}
.footer .col-6{
	width:50%;
	height:auto; 
	float:left;
	padding-top:20px;
}
.footer .col-6 ul li a{
	padding:5px 6px;
}
.social{
	width:100%;
	height:auto;
	background-color:#060d59;
	clear:both;
    margin-top:0px auto;
	text-align:center;
	height:auto;
}
.slicknav_menu {
		display:none;
		border-bottom:1px solid #fff;
	}
}
@media only screen and (min-width:769px) and (max-width:900px){
	
#example-one li a { display: block; padding: 6px 10px 4px 10px; text-decoration: none; text-transform: uppercase; }
.col-8 .col-6 p{
	padding-left:10px;
	
}
.cell{
	width:100% !important;
	height:40px;
	background-color:#161f7c;
	margin:0 auto;
	position:absolute;
	color:#fff;

}.col-3-3{
	width:33.33%;
	height:auto;
	float:left;
	margin-top:30px;
    margin-bottom:60px;
}
.wrapper{
	 width: 100%;
	height: auto;
	margin:0px auto;
	clear:both;
	
}	
header{
	width:100%;
	height:auto;
}
.banner{
	width:95%;
	float:left;
	position:relative;
	margin:0px;
	clear:both;
	padding-left:2.5%;
    padding-top:6%;
}
.col-3{
	width:33.33%;
	height:auto;
	float:left;
	margin-top:30px;
	
}
.col-3-1{
	width:33.33%;
	height:auto;
	float:left;
	margin-top:30px;	
}
.col-8 .col-6{
	width:50%;
	height:auto;
	float:left;
	margin-top:50px;
	margin-bottom:0px;
}
.col-3-1:before{
  content: '';
  position: absolute;
  display: block;
  z-index:+999;
  width: 30%;
  height:10%;
  margin-top:9%;
  margin-left:1%;
     background-image:url(../images/top-deco.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
  
}
.industry{
	clear:both;
	width:100%;
	height:auto;
	background:#f6f6f6;
	margin-top:40px;
	margin-bottom:40px;
   color:#18207d;
}
.industry h2{
	text-align:center;
	font-size:24px;
	line-height:12px;
	color:#18207d;
	padding-top:40px;
	padding-bottom:45px;
}
.industry .icon{
	width:14.66%;
	height:auto;
	float:left;
	padding:45px 0px;
	margin:0px 1%;
   text-align:center;
}
.pagination{
	width:100%;
	height:auto;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #434343;
}
.col-3-1:after{
  content: '';
  position: absolute;
   display: block;
  z-index:+999;
  width: 30%;
  height:10%;
  margin-top: -6%;
  margin-left:1%;
     background-image:url(../images/bottom_deoc.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
  
}
.col-3:before{
  content: '';
  position: absolute;
  display:block;
  z-index:+999;
  width: 30%;
  height:10%;
  margin-top: 1%;
  margin-left:2%;
  background-image:url(../images/top-deco.png);
  background-repeat:no-repeat;
   background-size: 100% auto;
  
}
.col-8{
	width:66.66%;
	height:auto;
	float:left;
	margin-top:30px;
	
}
.col-3:after{
  content: '';
  position: absolute;
  display: block;
  z-index:+999;
  width: 30%;
  height:10%;
  margin-top: -4%;
  margin-left:2%;
   background-image:url(../images/bottom_deoc.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
  
}
.col-12{
	clear:both;
	width:95%;
	height:auto;
	padding-top:30px;
}
.col-12 .col-8{
	width:66.66%;
	height:auto;
	float:left;
	margin:0px;
}
.col-12 .col-4{
	width:33.33%;
	height:auto;
	float:left;
	margin:0px;
}
.col-12-1 .col-6-1{
	width:50%;
	height:auto;
	float:left;
	background-color:#f0f0f0;
	margin-top:10%;
  position:relative;
  z-index:+888;
}
.col-12-1 .col-6-2{
	width:50%;
	height:auto;
	float:left;
	margin-top:50px;
	margin-left:-5.5%;
	position:relative;
}
.footer{
	clear:both;
	width:100%;
	height:150px;
	background-color:#151e7c; 
	margin-top:100px;
}
.footer .col-6{
	width:50%;
	height:auto; 
	float:left;
	padding-top:20px;
}
.footer .col-6 ul li a{
	padding:5px 6px;
}
.social{
	width:100%;
	height:auto;
	background-color:#060d59;
	clear:both;
    margin-top:0px auto;
	text-align:center;
	height:auto;
}
.slicknav_menu {
		display:none;
		border-bottom:1px solid #fff;
	}	
}
@media only screen and (min-width:760px) and (max-width:999px){
#example-one li a { font-size:12px;display: block; padding: 6px 5px 4px 5px; text-decoration: none; text-transform: uppercase; }

.col-8 .col-6 p{
	padding-left:0px;
	
}
.menu li img{
padding:5px 0px 5px 0px;	
}
.col-3-3{
	width:33.33%;
	height:auto;
	float:left;
	margin-top:30px;
    margin-bottom:60px;
}
.cell{
	width:100% !important;
	height:40px;
	background-color:#161f7c;
	margin:0 auto;
	position:absolute;
	color:#fff;

}
.wrapper{
	 width: 100%;
	height: auto;
	margin:0px auto;
	clear:both;
	overflow:hidden;
}	
header{
	width:100%;
	height:auto;
}
.col-3-2 h1:after{
	margin-left:-12%;
}
.banner{
	width:95%;
	float:left;
	position:relative;
	margin:0px;
	clear:both;
	padding-left:2.5%;
    padding-top:6%;
}
.col-3:before{
  content: '';
  position: absolute;
  display:block;
  z-index:+999;
  width: 30%;
  height:10%;
  margin-top: 1%;
  margin-left:2%;
  background-image:url(../images/top-deco.png);
  background-repeat:no-repeat;
   background-size: 100% auto;
  
}
.col-3:after{
  content: '';
  position: absolute;
  display: block;
  z-index:+999;
  width: 30%;
  height:10%;
  background-image:url(../images/bottom_deoc.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
  margin-top: -4%;
  margin-left:2%;  
}
.col-3{
	width:33.33%;
	height:auto;
	float:left;
	margin-top:30px;
	
}
.col-3-1{
	width:33.33%;
	height:auto;
	float:left;
	margin-top:30px;	
}
.col-3-1:before{
  content: '';
  position: absolute;
  display: block;
  z-index:+999;
  width: 30%;
  height:10%;
 background-image:url(../images/top-deco.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
  margin-top:9%;
  margin-left:1%;
  
}
.col-3-1:after{
  content: '';
  position: absolute;
   display: block;
  z-index:+999;
  width: 30%;
  height:10%;
  margin-top: -6%;
  margin-left:1%;
 background-image:url(../images/bottom_deoc.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
  
}
.industry{
	clear:both;
	width:100%;
	height:auto;
	background:#f6f6f6;
	margin-top:40px;
	margin-bottom:40px;
   color:#18207d;
}
.industry h2{
	text-align:center;
	font-size:24px;
	line-height:12px;
	color:#18207d;
	padding-top:40px;
	padding-bottom:45px;
}
.industry .icon img{
width:80%;
height:auto;
text-align:center;

}
.industry .icon{
	width:14%;
	height:auto;
	float:left;
	padding:45px 0px;
   text-align:center;
}
.pagination{
	width:90%;
	height:auto;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #434343;
	margin-left:5%;
}
.col-12 .col-4  .testimonial img{
	width:80%;
	height:auto;
	padding:40px;
}
.col-12 .col-4  .testimonial {
	width:80%;
	height:auto;
	padding:0px;
	margin:0px;
}

.col-3-1{
	width:33.33%;
	height:auto;
	float:left;
	margin-top:30px;	
}

.col-8{
	width:66.66%;
	height:auto;
	float:left;
	margin-top:30px;
	
}
.col-12{
	clear:both;
	width:100%;
	height:auto;
	padding-top:30px;
}
.col-12 .col-8{
	width:66.66%;
	height:auto;
	float:left;
	margin:0px;
}
.col-12 .col-4{
	width:33.33%;
	height:auto;
	float:left;
	margin:0px;
}
.col-12-1 .col-6-1{
	width:50%;
	height:auto;
	float:left;
	background-color:#f0f0f0;
	margin-top:10%;
  position:relative;
  z-index:+888;
}
.col-12-1 .col-6-2{
	width:50%;
	height:auto;
	float:left;
	margin-top:50px;
	margin-left:-5.5%;
	position:relative;
}
.footer{
	clear:both;
	width:100%;
	height:150px;
	background-color:#151e7c; 
	margin-top:100px;
}
.footer .col-6{
	width:50%;
	height:auto; 
	float:left;
	padding-top:20px;
}
.social{
	width:100%;
	height:auto;
	background-color:#060d59;
	clear:both;
    margin-top:0px auto;
	text-align:center;
	height:auto;
}	
.footer .col-6 ul li a{
	padding:5px 2px;
	font-size:12px
}
.slicknav_menu {
		display:none;
		border-bottom:1px solid #fff;
	}	
}
@media only screen and (min-width:460px) and (max-width:769px){
	.slicknav_menu {
		display:block;
		border-bottom:1px solid #fff;
	}
	#magic-line { 
 display:none
}
.cell{
	width:100% !important;
	height:40px;
	background-color:#161f7c;
	margin:0 auto;
	position:absolute;
	color:#fff;

}
.col-3-3{
	width:100%;
	height:auto;
	float:left;
	margin-top:30px;
    margin-bottom:60px;
}
.wrapper{
	 width: 98%;
	height: auto;
	margin:0px auto;
	clear:both;
	
}	
header{
	width:100%;
	height:auto;
}
.col-3-1{
	width:100%;
	height:auto;
	float:left;
	margin-top:30px;	
}
.banner{
	width:95%;
	float:left;
	position:relative;
	margin:0px;
	clear:both;
	padding-left:2.5%;
    padding-top:4%;
}
.col-3{
	width:100%;
	height:auto;
	float:left;
	margin-top:30px;
	
}
.col-3-1{
	width:90%;
	height:auto;
	float:left;
	margin-top:30px;	
}
.col-3-1:before{
  content: '';
  position: absolute;
  display: block;
  z-index:+999;
  width: 85%;
  height:10%;
  background-image:url(../images/top-deco.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
  margin-top:12%;
  margin-left:1%;
  
}
.industry{
	clear:both;
	width:100%;
	height:550px;
	background:#f6f6f6;
	margin-top:40px;
	margin-bottom:40px;
   color:#18207d;
}
.industry h2{
	text-align:center;
	font-size:24px;
	line-height:12px;
	color:#18207d;
	padding-top:40px;
	padding-bottom:45px;
}
.industry .icon{
	width:29.33%;
	height:auto;
	float:left;
	padding:45px 0px;
	margin:0px 2%;
   text-align:center;
}
.pagination{
	width:90%;
	height:auto;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #434343;
}
.col-3-1:after{
  content: '';
  position: absolute;
  display: block;
  z-index:+999;
  width: 85%;
  height:10%;
  background-image:url(../images/bottom_deoc.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
  margin-top: -6%;
  margin-left:1%;
  
}
.col-12 .col-4  .testimonial {
	width:80%;
	height:auto;
	padding:0px;
	margin:0px;
}


.col-3:before{
  content: '';
  position: absolute;
  display: block;
  z-index:+999;
  width: 90%;
  height:10%;
  background-image:url(../images/top-deco.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
  margin-top: 1%;
  margin-left:3%;
  
}
.col-3:after{
  content: '';
  position: absolute;
  display: block;
  z-index:+998;
  width: 90%;
  height:10%;
  background-image:url(../images/bottom_deoc.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
  margin-top: -6%;
  margin-left:3%;
  float:left;
}
.col-3 img{
	width:95%;
	height:auto;
	margin-left:10px;
}
.col-3-2{
	width:100%;
	height:auto;
	float:left;
	margin-top:30px;
    margin-bottom:60px;	
}
.col-8{
	width:100%;
	height:auto;
	float:left;
	margin-top:30px;

}
.col-8 p{
	padding-right:50px;
}
.col-12{
	clear:both;
	width:100%;
	height:auto;
	padding-top:30px;
}
.col-12 .col-8{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
}
.col-12 .col-4{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
}
.col-12-1 .col-6-1{
	width:98%;
	height:auto;
	float:left;
	background-color:#f0f0f0;
	margin-top:10%;
  position:relative;
  z-index:+888;
  margin-left:1%;
  
}.col-12-1 .col-6-2 img{
	position:relative;
	width:98%;
	height:auto;
	margin:0px;
}
.col-12-1 .col-6-2:before{
	content:'';
	position:absolute;
	display:inline-block;
	z-index:+999;
	width:95%;
	height:90%;
	border:1px solid #fff;
	margin:10px;
}
.col-12-1 .col-6-2{
	width:100%;
	height:auto;
	float:left;
	margin-top:50px;
	margin-left:1%;
	position:relative;
}
.footer{
	clear:both;
	width:100%;
	height:210px;
	background-color:#151e7c; 
	margin-top:100px;
}
.footer  .wrapper .col-6{
	width:100%;
	height:auto; 
	float:left;
	padding-top:0px;
	text-align:center
}
.footer .col-6 ul li a{
	padding:5px 5px;
}
.footer .col-6 ul:after{
	width:100%;
	margin-left:-100%;
}
.social{
	width:100%;
	height:auto;
	background-color:#060d59;
	clear:both;
    margin-top:0px;
	text-align:center;
	height:auto;
}
.banner .outside p span#slider-prev a{
 display:none;
}
.banner .outside p span#slider-next a{
 display:none;

}	
.col-8 .col-6{
	width:100%;
	height:auto
}
#example-one li { width:100%; display: inline-block; }
.menu li { width:100%; display:inline-block;  text-align:center;   border:none;  text-align:left;height:50px;}
}

@media only screen and (min-width:260px) and (max-width:459px){
	
	#magic-line { 
 display:none
}
	#example-one li { width:100%; display: inline-block; }
.menu li { width:100%; display:inline-block;  text-align:center;   border:none;  text-align:left;height:50px;}
	#magic-line { display:none}
.col-3-3{
	width:90%;
	height:auto;
	float:left;
	margin:40px 5%;
}
.col-8 p.center{
	margin:0px;
	padding:0px;
}
.col-8 p.center a{
	margin-top:10px;
}
.col-8 .col-6 p {
	padding-left:0px;
}
.col-8 form {margin-left:0px;}
.col-8 #over img.Centered{
	width:100%;
	height:auto;
	vertical-align:middle;
	margin-left:0px;
	margin-top:50px;
}
.cell{
	width:100% !important;
	height:40px;
	background-color:#161f7c;
	margin:0 auto;
	position:absolute;
	color:#fff;

}
.cell p{
	padding:0px;
	text-align:center;
	font-size:9px;
	float:none;
}
.banner_desc{
	width:70%
}
.banner_desc h2{
	font-size:18px;
}
.wrapper{
	 width: 95%;
	height: auto;
	margin:0px auto;
	clear:both;
	
}	
.col-3-1{
	width:100%;
	height:auto;
	float:left;
	margin-top:30px;	
}
header{
	width:100%;
	height:auto;
}
.banner{
	width:95%;
	float:left;
	position:relative;
	margin:0px;
	clear:both;
	padding-left:2.5%;
    padding-top:4%;
}
.col-3{
	width:90%;
	height:auto;
	float:left;
	margin:30px 5%;
	
}
#modal_trigger {
	position:fixed;
	margin-top:50%;
	margin-left:80%;
	width:auto; 
	display:block;
	float:right;
	z-index:+999;
	border-radius:15px 0px 0px 15px
	}
.col-3-1{
	width:90%;
	height:auto;
	float:left;
	margin:15px 5%; 	
}
.col-3-2{
	width:100%;
	height:auto;
	float:left;
	margin-top:30px;
    margin-bottom:60px;	
}
.col-3-1 h2:after {
	width:30%;
	margin-left:-30%;
}
.col-3-1:before{
  content: '';
  position: absolute;
  display: block;
  z-index:+999;
  width: 80%;
  height:10%;
  background-image:url(../images/top-deco.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
  margin-top:25%;
  margin-left:3%;
  
}
.industry{
	clear:both;
	width:90%;
	height:550px;
	background:#f6f6f6;
	margin:40px 5%;
   color:#18207d;
}
.industry h2{
	text-align:center;
	font-size:18px;
	line-height:12px;
	color:#18207d;
	padding-top:40px;
	padding-bottom:45px;
}
.industry .icon{
	width:46%;
	height:auto;
	float:left;
	padding:45px 0px;
   text-align:center;
   margin:0px 2%;
}
.industry h2 span:before {
	    width: 60%;
		margin-top: 6%;
        margin-left: 15%;
}
.pagination{
	width:90%;
	height:auto;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #434343;
}
.col-3-1:after{
  content: '';
  position: absolute;
  display: block;
  z-index:+999;
  width: 80%;
  height:10%;
  background-image:url(../images/bottom_deoc.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
  margin-top: -15%;
  margin-left:3%;
  
}
.col-3-2 h1:after {
	width:30%;
	margin-top:10%;
	margin-left:-30%;
}
.col-3:before{
  content: '';
  position: absolute;
  display: block;
  z-index:+999;
  width: 80%;
  height:10%;
  background-image:url(../images/top-deco.png);
  background-repeat:no-repeat;
   background-size: 100% auto;
  margin-top:5%;
  margin-left:2%;
  
}

.col-3:after{
  content: '';
  position: absolute;
  display: block;
  z-index:+998;
  width: 80%;
  height:10%;
  background-image:url(../images/bottom_deoc.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
  margin-top: -15%;
  margin-left:2%;
  float:left;
}
.col-8 h2::before {
	width:22%;
}
.col-8 p{
	padding:0px;
	margin:0px;
}
.col-8 h2{
	padding:0px;
}
.col-12{
	clear:both;
	width:100%;
	height:auto;
	padding-top:30px;
}
.col-3 img{
	width:100%;
	height:auto;
	margin:0px;
}
.col-8{
	width:90%;
	height:auto;
	float:left;
	margin:20px 5%;

}
.col-12 h2 span::before {
	width:25%
}
.industry .icon:nth-child(2n+3) {
clear:both
}
.col-12{
	clear:both;
	width:90%;
	height:auto;
	padding:30px 0px;
	margin:0px 5%;
	
}
.col-12 h2{
	padding:0px;
	font-size:18px;
}
.col-12-1{
	width:100%;
	margin:0px;
	padding:0px;
}
.col-12-1 .col-6-1::before {
	width:90%
}
.col-12-1 .col-6-1 h2::after {
	margin-top:12%;
}
.col-12 .col-8{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
}
.col-12 .col-4{
	width:100%;
	height:auto;
	float:left;
	margin:20px 0px;
	padding:0px
}

.col-3-3 ul.menus {
	width:100%;
	margin:0px;
	padding:0px;
}
.col-3-3 h2:after { 
	width:30%;
	margin-left:-30%;
	margin-top:8%;
}
.col-12 .col-4  .testimonial img{
	width:100%;
	height:auto;
	padding:0px;
}
.col-12-1 .col-6-1{
	width:90%;
	height:auto;
	float:left;
	background-color:#f0f0f0;
  position:relative;
  z-index:+888;
  margin:5% 5%;
  
}.col-12-1 .col-6-2 img{
	position:relative;
	width:98%;
	height:auto;
	margin:0px;
}
.col-12-1 .col-6-2:before{
	content:'';
	position:absolute;
	display:inline-block;
	z-index:+999;
	width:92%;
	height:90%;
	border:1px solid #fff;
	margin:10px;
}
.col-12-1 .col-6-2::before {
	width: 90%;
height: 85%;
}.footer .col-6 ul li{
	padding:15px 10px;
}
.footer .col-6 img {
	width:10%;
	margin:5% 45%;
	padding:0px;
}
.col-12-1 .col-6-2{
	width:90%;
	height:auto;
	float:left;
	margin:25px 5%;
	position:relative;
}
.footer{
	clear:both;
	width:100%;
	height:230px;
	background-color:#151e7c; 
	margin-top:100px;
}
.col-8 .col-6{
	width:100%;
	height:auto
}
.footer  .wrapper .col-6{
	width:100%;
	height:auto; 
	float:left;
	padding-top:0px;
	text-align:center
}
.footer .col-6 ul li a{
	padding:5px 1px;
}
.footer .col-6 ul:after{
	width:100%;
	margin-left:-100%;
}
.social{
	width:100%;
	height:auto;
	background-color:#060d59;
	clear:both;
    margin-top:0px auto;
	text-align:center;
	height:auto;
}

.col-12 h3 span:before {
	width:30%;
	margin-top:20px;
	margin-left:-2%;
}
.banner .outside p span#slider-prev a{
 display:none;
}
.banner .outside p span#slider-next a{
 display:none;

}
.col-8  .specification ul.head li{
width:16.33%;
height:70px;
font-size:12px;
}	
.col-8  .specification ul.bg-1 li{
width:16.33%;
font-size:12px;
}
.col-8  .specification ul.temp1 li{
width:24.67%;
height:40px;
font-size:12px;
}
.col-8  .specification ul.temp2 li{
width:24.67%;
height:auto;
font-size:12px;
}
ul.tab1 li.l_wd11.co_black.left{
width:19.80%;
height:50px;
font-size:12px;
}
ul.tab1 li.l_wd9.co_black{
height:50px;
font-size:12px;
}
ul.tab2 li.l_wd9.co_black1{
width:9.74%;
font-size:12px;
}
ul.tab3 li.l_wd9.co_black1{
width:9.74%;
font-size:12px;
}
.col-8  .specification ul.tab4 li{
width:24.67%;
height:50px;
font-size:12px;
}
.col-8  .specification ul.tab5 li{
width:24.67%;
font-size:12px;
}
.col-8  .specification ul.tab6 li.l_wd5.co_black{
width:49.25%;
font-size:12px;
}
.col-8  .specification ul.tab7 li{
width:50px;
height:70px;
font-size:12px;
}
.col-8  .specification ul.tab8 li{
width:16.34%;
font-size:12px;
}
.col-8  .specification ul.tab9 li{
width:19.65%;
font-size:12px;
height:80px;
}
.col-8  .specification ul.tab10 li{
width:19.65%;
font-size:12px;
}
p.para1{
width:50%;
font-size:12px;
}
p.para1 span{
padding:0px 10px;
font-size:12px;
}
.col-8  .specification ul.tab11 li{
width:33%;
height:40px;
font-size:12px;
}
.col-8  .specification ul.tab12 li{
width:33%;
font-size:12px;
}
ul.tab2 li.l_wd11.co_black.left{
width:19%;
font-size:12px;
}
ul.tab2 li.l_wd14.co_black{
width:13%;
font-size:12px;
}
ul.tab3 li.l_wd11.co_black.left{
width:19%;
font-size:12px;
}
ul.tab3 li.l_wd11.co_black.left{
width:18.78%;
font-size:12px;
}
.col-8  .specification ul.tab13 li{
width:33%;
height:60px
}
.slicknav_menu {
		display:block;
		border-bottom:1px solid #fff;
	}
	.slicknav_menu li:nth-child(4) {display:none!important;}
}