@charset "utf-8";

*, *:before, *:after {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
a, img {
	border: 0px;
	outline: 0px;
}
body {
	transition: background-color .5s;
	overflow-x:hidden;
}

.maincontent_fluid
{
	width:100%;
	float:left;
}

.mainwrapper
{
	max-width:1170px;
	min-width:240px;
	margin:auto;
}
.main_inner
{
	width:100%;
	float:left;
	position:relative;
}
#menufluid
{
	border-bottom: 1px solid #f7f7f7;
}
.fixed_menu
{
	background:#fff;
}
.mainslider
{
	width:100%;
	position:relative;
	float:left;
}

.topheader
{
	background-color:#05086d;
	width:100%;
	height:42px;
	float:left;
}

.header_contact {
    float: right;
    list-style-type: none;
    margin-top: 10px;
    width: auto;
}
.header_contact li {
    float: left;
    margin-right: 20px;
}
.header_contact li a {
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    text-decoration: none;
}
.header_contact li a i {
    color: #f00018;
	font-size:18px;
    margin-right: 5px;
}
.logo
{
	width:auto;
	float:left;
	margin:5px 0px;
}
.logo a
{
	outline:none;
	text-decoration:none;
}
.header_right
{
	width:auto;
	float:right;
	/*margin-left:20%;*/
}
.iso
{
	width:84px;
	height:84px;
	float:right;
	margin-top:7px;
}


.carousel-indicators {
	left:92%;
    width:auto
}
.carousel-control.left {
    background-image: none;
    height: 36px;
    left:86px;
    opacity: 1;
    outline: medium none;
    width: 36px;
}
.carousel-control.right {
    background-image: none;
    height: 36px;
    opacity: 1;
    outline: medium none;
    left:135px;
    width: 36px;
}
.item img{
	width:100%;
}
.fixed_menu1
{
	transition:ease all .5s;
	position:fixed;
	z-index:9999;
	border-bottom:1px solid #ccc;
}
.search
{
	float:right;
	width:195px;
	position:relative;
}
.search_field
{
	width:100%;
	float:left;
	height:35px;
	margin-top:10px;
	padding:10px;
	border:1px solid #cccccc;
	background:#fff;
}

.nav {
    display: table;
    float: left;
	width:auto;
}
.nav ul {
    float: left;
    margin: 0;
}
.nav ul > li {
    display: inline-block;
	padding:31px 25px;
    float: left;
	cursor:pointer;
    position: relative;
}
.nav ul li > a {
    color: #030303;
    display: block;
   font-family: Raleway, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size: 17px;
    font-weight:400;
	padding-bottom:10px;
    outline: medium none;
    text-decoration: none;
}
.menuborder::before{
	content:'|';
	right:0px;
	position:absolute;
	top:32px;
}

.nav ul li:hover > a {
    color: #F00019;
	border-bottom:2px solid #ff0000;
}
.nav ul li > .current {
    color: #F00019;
	border-bottom:2px solid #ff0000;
}

.nav ul li:hover > ul {
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    animation-timing-function: ease;
    display: block !important;
}
.nav ul ul {
    background-color: #0763A7;
    box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.3);
    display: none;
    left:0px;
    position: absolute;
    top:97px;
    width:170px;
    z-index: 999999;
}
.menuarrow
{
	border-top:3px solid #05086D;
}

.nav ul ul ul {
    background-color: #0763A7;
    box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.3);
    display: none;
    left: 200px;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 99999;
}
.nav ul ul li {
    background-image: none;
    display: block;
    margin-left: 0;
    padding: 0;
    width: 100%;
}
.nav ul ul li:hover > a {
    border-bottom: 0 none;
}
.nav ul ul li > a.active {
    border-bottom: 0 none;
}
.nav ul ul li:last-child {
    border-bottom: 0 none !important;
}
.nav ul ul li a {
    border: 0;
    box-shadow: none;
    color: #fff;
    display: block;
  	 font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    line-height: normal;
    padding: 8px 10px;
    transition: all 0.5s ease 0s;
}
.nav ul ul li:hover > a {
    background-color: #05086D;
    box-shadow: none;
    color: #fff;
}
.welhd
{
	font-size:32px;
	color:#fff;
	font-weight:700;
	font-family: Raleway, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}
.mainwel
{
	color:#cdd9e6;
	font-size:16px;
	line-height:28px;
	font-family: Raleway, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}
.mainwel p
{
	color:#cdd9e6;
	font-size:16px;
	line-height:26px;
	font-family: Raleway, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}
.mainwel a
{
	color:#428cdc;
	font-size:14px;
	font-family: Raleway, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	border:1px solid #428cdc;
	text-decoration:none;
	padding:1px 10px;
	display:table;
	float:right;
	transition:all .5s;
}
.mainwel a:hover
{
	color:#fff;
	background:#428cdc;
	transition:all .5s;
}
.advantages_hd {
    color: #000;
   font-family: 'Montserrat', sans-serif;
    font-size:26px;
    margin: 30px 0px;
	text-transform:uppercase;
    position: relative;
	font-weight:100;
    text-align: center;
}
.advantages_hd::after {
    background: #F00018 none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 8%;
}

.main_banner
{
	width:100%;
	overflow:hidden;
	position:relative;
	float:left;
}
.bannershape
{
	width:529px;
	height:380px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:9;
}
.heading_div
{
	width:100%;
		margin-bottom:20px;
	float:left;
	border-bottom:1px solid #b0b0b0;
}
.heading_div h4
{
	color:#fff;
	background:#05086d;
	font-size:24px;
	display:table;
	position:relative;
	width:auto;
	height:50px;
	margin-bottom:0px;
	font-family: Raleway, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	padding:10px 20px;
}
.heading_div h4:after
{
	position:absolute;
	right:-50px;
	top:0px;
	width: 0;
	content:'';
	height: 0;
	border-bottom: 50px solid #05086d;
	border-right: 50px solid transparent;
}


.clientsmain
{
	width:100%;
	margin:auto;
}
.clients {
    list-style-type: none;
}
.clients li {
	/*background:url(../images/bordeclient.png) no-repeat center right;*/
    border: 1px solid #eaeaea;
    padding:0 20px;
    text-align: center;
}
.clients li img{
	width:100%
}
.clients1 li{
	width:23%;
	list-style:none;
	float:left;
	margin:8px;
	border:1px solid #E9E9E9;
	text-align:center;
	}

.header_social
{
	float:left;
	width:auto;
	display:table;
	list-style-type:none;
	margin-top:6px;
}
.header_social li
{
	float:left;
	margin-left:10px;
}
.header_social li a
{
	color:#05086d;
	font-size:16px;
	height:28px;
	border-radius:3px;
	background:#fff;
	width:28px;
	line-height:28px;
	text-align:center;
	display:table;
	outline:none;
	text-decoration:none;
}
.header_social li a:hover
{
	background:#F15F22;
	/*border:1px solid #F15F22;*/
	color:#fff;
}
.products ul
{
	list-style-type:none;
}
.products ul li
{
	float:left;
	border:1px solid #e8e8e9;
	width:270px;
	margin:10px;
	position:relative;
	padding:15px;
	transition:all .3s;
	text-align:left;
}
.products ul li:hover
{
	border:1px solid #d9011a;
	box-shadow: inset 0 0 0 5px #d9011a;
		transition:all .3s;
}
.pro_img
{
	width:100%;
	position:relative;
	float:left;
	height:235px;
}
.pro_img a
{
	width:100%;
	position:relative;
	transition:all ease .5s;
	float:left;
	height:235px;
}
.proimg_hover
{
	display:none;
}
.products ul li:hover > .pro_img a .proimg_hover
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	transition:all ease .5s;
	display:table;
	text-align:center;
	background:rgba(6, 11, 101, .3);
}
.proimg_hover span
{
	background:#d90120;
	color:#fff;
	padding:5px 15px;
	font-size:16px;
	font-family: Raleway, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	font-weight:600;
	border-radius:5px;
	margin-top:100px;
	display:inline-table;
}
.pro_img img
{
	width:100%;
}
.pro_info
{
	width:100%;
	float:left;
	margin:15px 0px;
}
.pro_info h4
{
	font-size:16px;
	color:#000000;
	font-family: Lato, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	position:relative;
	text-align:left;
	border-bottom:1px solid #e5e5e5;
	font-weight:700;
	line-height:22px;
	padding-bottom:10px;
	margin-bottom:10px;
}
.pro_info p
{
	color:#8d8d8d;
	font-size:14px;
	line-height:20px;
	font-family: "Lato",sans-serif;
	margin-bottom:20px;
}
.products ul li:hover > .rearnmore
{
	background:#d9011a;
	color:#fff;
	transition:all .3s;
	text-decoration:none;
}
.rearnmore
{
	background:#060b65;
	color:#fff;
	width:110px;
	text-align:center;
	height:40px;
	line-height:40px;
	display:table;
	transition:all .3s;
	font-family: Raleway, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	font-weight:600;
	position:absolute;
	left:0px;
	bottom:0px;
	text-decoration:none;

}
.rearnmore:after
{
	position:absolute;
	right:-40px;
	top:0px;
	width: 0;
	content:'';
	transition:all .3s;
	height: 0;
	border-bottom: 40px solid #05086D;
	border-right: 40px solid transparent;
}
.products ul li:hover > .rearnmore:after
{
	border-bottom: 40px solid #d9011a;
	border-right: 40px solid transparent;
	transition:all .3s;
}

.innerbanner
{
	height:300px;
	width:100%;
	float:left;
	overflow:hidden;
}
.inner_leftmenu
{
	width:23%;
	margin-top:24px;
	float:left;
}



.products_right
{
	width:100%;
	float:right;
	margin-top:20px;
}
.innerpage_hd {
   border-bottom: 1px solid #ddd;
    color: #333333;
    font-family: "Oswald",sans-serif;
    font-size: 23px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.innerpage_hd::before {
    background: #05086D none repeat scroll 0 0;
    border-radius: 90px 0 90px 90px;
    content: "";
    float: left;
    height: 12px;
    position: absolute;
    top: 33px;
    transform: rotate(45deg);
    width: 12px;
}
.inner_leftmenu h4
{
	width:100%;
	float:left;
	height:45px;
	font-family: "Lato",sans-serif;
	font-size:18px;
	line-height:45px;
	background:#03579D;
	color:#fff;
	text-align:center;
	font-weight:600;
	border-radius:5px 5px 0px 0px;
	margin-bottom:0px;
	text-transform:uppercase;
}
.products_categories
{
	width:100%;
	float:left;
	margin-top:20px;
	list-style-type:none;
}
.products_categories li
{
	float:left;
	border:1px solid #ccc;
	width:23%;
	transition:all .5s;
	background:#fefbd8;
	padding:10px;
	margin-bottom:29px;
	margin-right:29px;
}
.products_categories li a
{
	text-decoration:none;
	color:#fff;
	outline:none;
	width:100%;
	height:100%;
	display:table;
}
.products_categories li:hover
{
	box-shadow:0px 0px 5px 5px #ccc;
	transition:all .5s;
}
.products_categories li a:hover > .cate_info h4
{
	color:#05086D;
	transition:all ease .5s;
}

.products_categories_lastchild
{
	margin-right:0px !important;
}
.subcategories
{
	width:23% !important;
	height:430px !important;
}

.cate_img
{
	width:100%;
	float:left;
	height:235px;
	overflow:hidden;
}
.subcate_img
{
	height:200px !important;
}
.cate_img img
{
	width:100%;
	height:100%;
}
.cate_info
{
	font-family: "Lato",sans-serif;
	font-size:14px;
	color:#333;
	text-align:center;
	background:#fff;
	line-height:19px;
	padding:10px 10px;
	width:100%;
	float:left;
}
.cate_info h4
{   
	font-family: Lato,"Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 14px;
    font-weight: 700;
	transition:all ease .5s;
	width:100%;
	float:left;
	padding:0px 10px;
	line-height:20px;
	color:#000;
    height:48px;
}
.cate_readmore
{
	color:#fff;
	background:#D9011A;
	padding:5px 15px;
	margin:auto;
	margin-top:20px;
	width:auto;
	display:table;
	margin-bottom:15px;
	border-radius:3px;
}
.breadcrumb {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.breadcrumb li {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
}
.breadcrumb li a {
    color: #3b3b3b;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
}
.breadcrumb li.active {
    color: #db3447;
}
.products_list
{
	list-style-type:none;
	width:100%;
	margin-top:20px;
	float:left;
}
.productlist_box
{
	float:left;
	width:23%;
	border:1px solid #ccc;
	padding:10px;
	border-radius:3px;
	margin-bottom:30px;
	position:relative;
	margin-right:30px;
}
.products_list .last_pro
{
	margin-right:0px;
}
.inner_proimg
{
	width:100%;
	position:relative;
	float:left;
}
.inner_proimg img
{
	width:100%;
}
.inner_proimghover{
	display:none;
}
.productlist_box a:hover >  .inner_proimg .inner_proimghover
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	text-align:center;
	padding:20px;
	z-index:9;
	background:rgba(0, 0, 0, .6);
	-webkit-animation-duration: .3s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: zoomIn;
	-moz-animation-duration: .3s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-moz-animation-name: zoomIn;
	animation-duration: .3s;
	animation-timing-function: ease;
	animation-fill-mode: both;
	animation-name: zoomIn;	
}
.inner_proimghover h4
{
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	  font-family: Raleway, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	font-size:20px;
	margin-top:60px;
	line-height:24px;
	font-weight:700;
	margin-bottom:30px;
	-webkit-animation-duration: .9s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: slideInDown;
	-moz-animation-duration: .9s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-moz-animation-name: slideInDown;
	animation-duration: .9s;
	animation-timing-function: ease;
	animation-fill-mode: both;
	animation-name: slideInDown;	
}
.inner_proimghover span
{
	text-align:center;
	border:2px solid #F15F22;
	color:#fff;
	 font-family: Raleway, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
	border-radius:20px;
	font-weight:600;
	padding:7px 15px;
	display:table;
	margin:auto;
	-webkit-animation-duration: .9s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: slideInUp;
	-moz-animation-duration: .9s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-moz-animation-name: slideInUp;
	animation-duration: .9s;
	animation-timing-function: ease;
	animation-fill-mode: both;
	transition:ease all .5s;
	animation-name: slideInUp;	
}
.inner_proimghover span:hover
{
	background:#F15F22;
	transition:ease all .5s;
}

.aboutus
{
	color: #333;
    font-family: Raleway, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height:28px;
	margin-top:20px;
}
.aboutus ul {
	padding-left: 20px;
}
.formdiv {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.contact_form
{
	width:49%;
	float:left;
}
.right_address
{
	width:49%;	
	float:right;
}
.right_addressinner
{
	background:#f7f7f7;
	width:100%;
	padding:20px;
	float:left;
}

.ctname {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cecece;
    box-sizing: border-box;
    color: #333;
    float: left;
    font-size: 13px;
    font-weight: 300;
    margin-right: 20px;
    padding: 10px 5px;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    width: 100%;
}
.cn_submit {
    background: #006CAD none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 12px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.cn_submit:hover {
	  background: #F15F22 none repeat scroll 0 0;
}
.contact_hd
{
	border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 22px;
	color: #333333;
	font-family: 'Oswald', sans-serif;
	position:relative;
	margin-top:40px;
    text-transform: uppercase;
}
.contact_hd:before
{
	content: "";
    position: absolute;
    float: left;
    top: 33px;
    width: 12px;
    height: 12px;
    border-radius: 90px;
	background: #DC735B;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.addressdiv
{
	width:44%;
	float:left;
	margin-right:30px;
	list-style-type:none;	
}
.addresslast
{
		margin-right:0px;
}
.addressdiv li
{
	 color:#333;
	 font-family: Raleway, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	 font-size:14px;
	 margin-bottom:10px;
}
.citynames
{
	color:#006CAD;
	 font-family: Raleway, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	 font-size:18px;
	 margin-bottom:20px;
	 font-weight:600;
}

.detail_img
{
	width:320px;
	float:left;
	border:1px solid #ccc;
	height:350px;
	margin-top:30px;
}
.detail_img img
{
	width:100%;
	height:100%;
}
.details_info
{
	float:left;
	margin-left:25px;
	width:60%;
	margin-top:30px;
}
.enq_download {
    float: right;
	position:relative;
    width: 26%;
	margin:20px 0px;
}
.details_info p
{
	 font-family: "Lato",sans-serif;
    font-size:14px;
	color:#000;
	line-height:22px;
}

.details_info h4
{
	font-family: Lato, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size:28px;
	color:#D9011A;
	font-weight:700;
	margin-top:0px;
}
.details_info h5
{
	font-family: Lato, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size:18px;
	color:#05086D;
	font-weight:600;
}
.details_info h3
{
	font-family: Lato, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size:18px;
	color:#000;
	font-weight:600;
}
.featur_ul ul
{
	list-style-type:none;
	padding-left:25px;
	margin-top:10px;
	width:100%;
	float:left;
}
.featur_ul ul li
{
	 font-family: "Lato",sans-serif;
    font-size:14px;
	color:#000;
	position:relative;
	margin-bottom:10px;
}
.featur_ul ul li:before
{
	content:'\f105 ';
	font-family:'FontAwesome';
	font-weight:700;
	position:absolute;
	color:#F67611;
	left:-17px;
	top:0px;
}
.Specifications
{
	font-family: Raleway, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size:20px;
	color:#3b3b3b;
	font-weight:600;
}
.copyright
{
	text-align:center;
	color:#fff;
	font-family: Raleway, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size:14px;
}
.copyright a
{
	color:#fff;
	font-family: Raleway, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size:14px;
	text-decoration:none;
}
.spe_hd
{
	border-bottom: 1px solid #ddd;
    color: #000;
    font-family: "Oswald",sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top:30px;
    padding-bottom: 7px;
    position: relative;
    text-transform: uppercase;
}
.sec_features
{
	width:100%;
	background:#eeeeef;
	padding:15px 15px;
	float:left;
	font-family: Raleway, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size:16px;
	font-weight:700;
	color:#000;
}
.specul
{
	list-style-type:none;
	float:left;
	margin:0px;
	width:100%;
}
.specul li
{
	width:100%;
	float:left;
	border-bottom:1px solid #EEEEEF;
}
.fea_hd
{
	width:30%;
	float:left;
	padding:10px 20px;
	  font-family: "Lato",sans-serif;
    font-size:14px;
	color:#000;
	position:relative;
	font-weight:600;
	margin-right:20px;
}
.fea_hd:after
{
	content:':';
	color:#000;
	position:absolute;
	right:0px;
	top:10px;
}
.fea_info
{
	width:50%;
	float:left;
	  font-family: "Lato",sans-serif;
    font-size:15px;
	color:#000;
	padding:10px;
}
.enq_but {
    background: #05086D none repeat scroll 0 0;
    border: 3px solid #ccc;
    color: #fff;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 7px;
	float:left;
	margin-left:20px;
	width:43%;
    text-align: center;
	border-radius:3px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
float:right;

}
.enq_but:hover {
	 background: #F00018 none repeat scroll 0 0;
	  transition: all 0.5s ease 0s;
	  color:#fff;
	  text-decoration:none;
}
.enq_but:focus {
	 background: #F00018 none repeat scroll 0 0;
	  transition: all 0.5s ease 0s;
	  color:#fff;
	  text-decoration:none;
}
	
/*------popup------*/

.modal-box {
	display: none;
	position: fixed;
	z-index: 999999999;
	width: 450px;
	height:500px;
	background: white;
	/*box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);*/
	border:6px solid #0157A0;
	border-radius:5px;
	background-clip: padding-box;
}
.modal-overlay {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999999;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9) !important;
}
a.popclose {
	position: absolute;
	top:3%;
	right:1%;
	text-decoration: none;
	color: #bbb;
	width:18px;
	height:18px;
	opacity:1;
	z-index:99999;
}
a.popclose:hover {
	color: #222;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
	opacity:0.6;
}
.modal-body {
	width:100%;
	float:left;
	box-sizing:border-box;
}
.popup_but
{
	width:100%;
	float:left;
	padding:10px 0px;
}
.popup_but a
{
	float:left;
	background:#06617C;
	text-decoration:none;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	margin-right:20px;
	border-radius:5px;
	outline:none;
	font-weight:bold;
	padding:5px 20px;
}
.popup_but a:hover
{
	background:#3b3b3b;
}
.enquiry_field {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cecece;
    box-sizing: border-box;
    color: #333;
    float: left;
    font-size: 13px;
    font-weight: 300;
    margin-right: 20px;
    margin-top: 15px;
    padding: 10px 5px;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    width: 100%;
}
.featur_ul table{
	border:1px solid #EBEBEB;
	border-collapse:collapse;
	border-bottom:none;
}
.featur_ul table tr{
	border-bottom:1px solid #EBEBEB;
}
.featur_ul table tr th{
	padding:10px 10px;
	background-color:#ECEFFB;
	font-weight:400;
	font-size:16px;
}
.featur_ul table tr td{
	padding:10px 10px;
}	
	

	



 @media only screen and (min-width : 980px) and (max-width : 1279px) {
.mainwrapper
{
	max-width:960px;
	min-width:240px;
}
.iso {
	/*display: none;*/
}
.header_right {
	float: right;
	margin-left: 0;
}
.bannertatile {
	top: 10px;
}
.owl-controls {
	display: none !important;
}
.products ul li {
	width: 23%;
	margin: 1%;
}
.pro_img {
	height: 180px;
	overflow-y: hidden;
}
.pro_img a {
	width: 100%;
	height: 100%;
}
.pro_info h4 {
	font-size: 13px;
}
.innerbanner {
	height: auto;
}
.products_categories li {
	margin-right: 2%;
}


}
 @media only screen and (min-width : 768px) and (max-width :979px) {
.mainwrapper
{
	max-width:750px;
	min-width:240px;
}
.logo {
	width: 100%;
	text-align: center;
}
.iso {
	display: none;
}
.header_right {
	float: right;
	margin-left: 0;
	width: 100%;
	text-align:center; 
}
.nav {
	width: 100%;
	text-align: center;
}
.nav ul {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
.nav ul li{
	float: none;
	display: inline-block;
	padding: 0 25px;
}
.nav ul ul {
	top: 100%;
}
.menuborder::before {
	top: 0;
}
.bannertatile {
	top: 10px;
	left: 5px;
	font-size: 20px;
}
.button {
	padding-top: 2px 10px;
	font-size: 14px;
}
.owl-controls {
	display: none !important;
}
.products ul li {
	width: 23%;
	margin: 1%;
}
.pro_img {
	height: 137px;
	overflow-y: hidden;
}
.proimg_hover span {
	margin-top: 45px;
}
.pro_img a {
	width: 100%;
	height: 100%;
}
.pro_info h4 {
	font-size: 13px;
}
.pro_info p {
	height: 85px;
	overflow: hidden;
	font-size: 13px;
}
.innerbanner {
	height: auto;
}
.clients1 li {
	width: 30%;
	margin: 1%;
}
.products_categories li {
	margin: 1%;
	width: 31.33%;
}
.products_categories_lastchild {
	margin: 1% !important;
}
.detail_img {
	width: 40%;
}
.details_info {
	margin-left: 0;
	padding-left: 20px;
}
.enq_download {
	width: 125px;
}
.enq_but{
	width: 100%;
	margin-left: 0;
}


}
 @media only screen and (min-width : 360px) and (max-width :767px) {
.mainwrapper
{
	max-width:550px;
	min-width:240px;
	padding: 0 10px; 
}
.topheader {
	height: auto;
	display: none;
}
.header_social, .header_contact {
	width: 100%;
	text-align: center;
	margin: 2px 0;
}
.header_social li, .header_contact li {
	float: none;
	display: inline-block;
}
.logo {
	width: 100%;
	text-align: center;
}
.iso {
	display: none;
}
.header_right {
	float: right;
	margin-left: 0;
	width: 100%;
	text-align:center; 
}
.nav, .nav ul {
	display: none;
}
#cssmenu {
	display: block !important;
	text-align: left;
	z-index: 99999;
}
#cssmenu.small-screen {
	width: 100%;
	height: 46px;
	background-color: #060C66;
}
.pav-caption.big-caption {
	width: 90%;
}
.bannertatile {
	top: 10px;
	left: 5px;
	font-size: 20px;
}
.button {
	padding-top: 2px 10px;
	font-size: 14px;
	display: none;
}
.carousel-control.left, .carousel-control.right {
	display: none !important;
} 
.welhd {
	font-size: 24px;
}
.owl-controls {
	display: none !important;
}
.products ul li {
	width: 48%;
	margin: 1%;
}
.pro_img {
	height: 137px;
	overflow-y: hidden;
}
.proimg_hover span {
	margin-top: 45px;
}
.pro_img a {
	width: 100%;
	height: 100%;
}
.pro_info h4 {
	font-size: 13px;
}
.pro_info p {
	height: 85px;
	overflow: hidden;
	font-size: 13px;
}
.innerbanner {
	height: auto;
}
.clients1 li {
	width: 45%;
	margin: 1%;
}
.clients1 li img{
	width: 100%;
}
.contact_form, .right_address, .addressdiv {
	width: 100%;
}
.products_categories li {
	margin: 1%;
	width: 48%;
}
.products_categories_lastchild {
	margin: 1% !important;
}
.cate_info h4 {
	height: 80px;
}
.detail_img {
	width: 100%;
}
.details_info {
	margin-left: 0;
	width: 100%;
}
.enq_download {
	width: 125px;
}
.enq_but{
	width: 100%;
	margin-left: 0;
}
.details_info h4 {
	font-size: 20px;
}
.modal-box {
        width:80% !important;
height:80% !important;
overflow-y:scroll;
}



}
 @media only screen and (min-width : 240px) and (max-width :359px) {
.mainwrapper
{
	max-width:320px;
	min-width:240px;
	padding: 0 10px;
}
.topheader {
	height: auto;
	display: none;
}
.header_social, .header_contact {
	width: 100%;
	text-align: center;
	margin: 2px 0;
}
.header_social li, .header_contact li {
	float: none;
	display: inline-block;
}
.logo {
	width: 100%;
	text-align: center;
}
.iso {
	display: none;
}
.header_right {
	float: right;
	margin-left: 0;
	width: 100%;
	text-align:center; 
}
.nav, .nav ul {
	display: none;
}
#cssmenu {
	display: block !important;
	text-align: left;
	z-index: 99999;
}
#cssmenu.small-screen {
	width: 100%;
	height: 46px;
	background-color: #060C66;
}
.pav-caption.big-caption {
	width: 90%;
	display: none;
}
.bannertatile {
	top: 10px;
	left: 5px;
	font-size: 20px;
}
.button {
	padding-top: 2px 10px;
	font-size: 14px;
	display: none;
}
.carousel-control.left, .carousel-control.right {
	display: none !important;
} 
.welhd {
	font-size: 24px;
}
.owl-controls {
	display: none !important;
}
.products ul li {
	width: 98%;
	margin: 1%;
}
.pro_img {
	height: 137px;
	overflow-y: hidden;
}
.proimg_hover span {
	margin-top: 45px;
}
.pro_img a {
	width: 100%;
	height: 100%;
}
.pro_info h4 {
	font-size: 13px;
}
.pro_info p {
	height: 85px;
	overflow: hidden;
	font-size: 13px;
}
.innerbanner {
	height: auto;
}
.clients1 li {
	width: 45%;
	margin: 1%;
}
.clients1 li img{
	width: 100%;
}
.contact_form, .right_address, .addressdiv {
	width: 100%;
}
.products_categories li {
	margin: 2%;
	width: 96%;
}
.products_categories_lastchild {
	margin: 2% !important;
}
.cate_info h4 {
	height: 80px;
}
.detail_img {
	width: 100%;
}
.details_info {
	margin-left: 0;
	width: 100%;
}
.enq_download {
	width: 125px;
}
.enq_but{
	width: 100%;
	margin-left: 0;
}
.details_info h4 {
	font-size: 16px;
}
.modal-box {
        width:80% !important;
height:80% !important;
overflow-y:scroll;
}





}
