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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #333;
	line-height: 1;
}
a {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #930;
}
a:active {
	text-decoration: none;
}
.fl {
	float:left;	
}
.fr {
	float:left;	
}
/* .mt {
	margin: 10px 0 0 0px;	
} */
.wrapper {
	max-width:1250px;
	width:95%;
	margin:auto;	
}
.split {
	clear:both;	
}
.fixed_header {
    position: fixed !important;
    top: 0 !important;
    height: 56px !important;
	background:rgb(1,70,111);
	z-index:10000;
	box-shadow: 0 0 2px #999;
	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;	
}

.fixed_header .highlights {
	display:none;
}
.fixed_header .social {
	display:none;
}
.fixed_header .logo {
	display:none;
}
.fixed_header .logow {
	float:left;
	display:inline-block;
	margin: 11px 0 0 5px;
}
.fixed_header .topright {
	float:right;
	width:auto;
	padding: 0px;
}
.fixed_header .topright nav{
	background:transparent;
}
.logow {
	display:none;
}
header {
	width:100%;
}
.logo {
	float:left;
	margin: 25px 0 0 1%;
	width:20%;
}
.logo img {
	width:100%;
}
.topright {
	float:right;
	margin: 0px 0 0 0px;
	width:77%
}
.highlights {
	float:left;
	margin: 17px 0 0 0px;
}
.highlights h3 {
	float:left;
	font-size:16px;
	font-weight:100;
	margin-right:10px;
	font-family: 'Fira Sans', sans-serif;
}
.highlights p {
	float:left;
	font-size:16px;
	color:#999;
	font-family: 'Fira Sans', sans-serif;
}
.social {
	float:right;
	margin-right:0px;
}
.social ul {
	width:auto;
}
.social ul li {
	list-style:none;
	float:left;
	width:45px;
	text-align:center;
	margin:5px 3px 5px 2px;
}
.social ul li a {
	padding: 10px 0px 5.5px 0px;
	font-size:20px;
	display:block;
}
.social ul li a:hover {
	background-color:#eee;
}
.facebook {
	background-color:#3c599f;
	color:#fff;	
}
.twitter {
	background-color:#15b9ee;
	color:#fff;	
}
nav {
	width:100%;
	background-color:#02466f;
	height:55px;	
}
nav ul {
	width:auto;
}
nav ul li {
	list-style:none;
	float:left;
	margin: 0 1px 0 0px;
}
nav ul li a {
	color:#fff;
	padding: 19px 18px 18.5px 18px;
	display:block;
	text-transform:uppercase;
	font-size:18px;
	font-family: 'Oswald', sans-serif;
	

}
nav ul li a:hover {
	color:#fff;
/* 	background-color:#666;
 */	background-color:#e2000a;
	text-decoration:none;
}
nav ul li:hover ul {
	display:block;
}
nav ul ul {
	display:none;
	position:absolute;
	background-color:#fff;
	width:175px;
	z-index:99999;
}
nav ul ul li {
	list-style:none;
	float:none;
	margin:0px;
}
nav ul ul li a {
	color:#666;
	padding: 11px;
	display:block;
	text-transform:none;
	font-size:14px;
	font-family: 'Fira Sans', sans-serif;
	border-bottom:solid 1px #f1f1f1;
}
nav ul ul li a:hover {
	color:#333;
	border-bottom:solid 1px #f2f2f2;
	background-color:#f2f2f2;
}

.active {
	color:#fff;
	background-color:#666;
	text-decoration:none;
}
.iconpadprop {
	padding: 18px 14px 12.5px 14px;
}
.slider {
	width:100%;
}
.slider img {
	width:100%;	
}

.thumbs {
	width:100%;
	z-index: 9999999999;	
}
.thumbs ul {
	width:auto;
}
.thumbs ul li {
	list-style:none;
	float:left;
	width:32.5%;
	margin: 0 5px 0 5px;
	margin-top:-40px;
	position:relative;
	z-index:999;
}
.thumbspic {
	width:100%;
	border-top:solid 7px #fff;
	border-radius: 0 0 12px 12px;
}
:hover.thumbspic {
	border-top:solid 7px #f23232;
}
.thumbs ul li h3 {
	font-size:24px;
	font-weight:100;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
	margin: 15px 0 15px 0px;
}
.thumbs ul li a:hover {
	text-decoration:none;
}
.thumbs ul li p {
	font-size:15px;
	margin: 5px 0 20px 0px;
	line-height:22px;
	font-family: 'Fira Sans', sans-serif;
}
.licon {
	width:27px;
	float:left;
	margin-right:7px;	
}
.welcome {
	background-color:#f0ebeb;
	width:100%;
	min-height:450px;
	margin: 20px 0 0 0px;
	padding: 10px 0 0 0px;
}
.intro {
	float:left;
	margin: 20px 0 0 0px;
	width:64%;
}
.intro h2 {
	font-size:50px;
	font-weight:100;
	font-family: 'Fira Sans', sans-serif;
	text-transform:uppercase;
	color:#a69292;
	letter-spacing:-1px;
	margin: 0 0 20px 0px;
	text-shadow: 0 1px 1px #fff;
}
.intro h2 span {
	color:#fa2f2f;
}
.icon_intro {
	float:left;
	margin-right:7px;
	width:45px;	
}
.intro p {
	font-size:17px;
	font-family: 'Fira Sans', sans-serif;
	margin: 0 0 10px 0px;
	line-height:25px;
	color:#666;
	text-align:justify;
}
.quick_enq {
	float:right;
	width:33%;
	height:500px;
	background-color:#fff;
	box-shadow: 0 1px 5px #b1abab;
	margin-top:-30px;
}
.padbox {
	padding:10px;	
}
.quick_enq h2 {
	font-size:25px;
	font-weight:100;
	font-family: 'Fira Sans', sans-serif;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:-1px;
	margin: 0 0 0px 0px;
	background-color:#fa2f2f;
	padding: 15px 0 8px 15px;
}
.quick_enq input[type="text"], input[type="email"], input[type="mobile"] {
padding: 10px 0 10px 15px;
border: solid 1px #f2f2f2;
background-color: #f7f7f7;
width: 100%;
font-family: 'Fira Sans', sans-serif;
margin: 0 0 10px 0px;
    font-size: 15px;
}
.quick_enq p {
	font-size:16px;
	font-family: 'Fira Sans', sans-serif;
	color:#333;
	margin: 20px 0 15px 0px;
}
.quick_enq label {
	float:left;
	width:33.3%;
	cursor:pointer;
}

.blink {
	padding: 8px 14px 8px 14px;
	background-color:#fff;
	text-transform:uppercase;	
}
:hover.blink {
	background-color:#e3000f;
	text-decoration:none;
	color:#fff;
}
.infra {
	width:100%;
	border-bottom:solid 2px #ddd;
	padding: 0 0 25px 0px;
	margin: 0px 0 0 0px;
}
.infra h2 {
	font-size:30px;
	font-weight:100;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
	margin: 15px 0 25px 0px;
	color:#666;
}
.liconm {
	width:35px;
	float:left;
	margin-right:7px;	
}
.infra ul {
	width:auto;
}
.infra ul li {
	list-style:none;
	float:left;
	width:24%;
	margin: 0.5%;
}
.infra ul li img {
	width:100%;
	margin-bottom:7px;
}
.infra ul li p {
	font-size:16px;
	font-family: 'Fira Sans', sans-serif;
	letter-spacing:-.5px;
}
.reachus {
	width:100%;
	background-color:#f9f9f9;
	padding: 25px 0 0 0px;
}
.reachus h2 {
	font-size:30px;
	font-weight:100;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
	margin: 0px 0 25px 0px;
	color:#666;
	float:left;
}
.reachus h3 {
	font-size:20px;
	font-weight:100;
	font-family: 'Fira Sans', sans-serif;
	text-decoration:none;
	margin: 3px 0 25px 0px;
	color:#666;
	float:right;
	position:relative;
	z-index:999;
}
.reachus h3 a {
	font-size:20px;
	font-family: 'Fira Sans', sans-serif;
	text-decoration:none;
	color:#666;
}
.reachus h3 a:hover {
	color:#333;
}
.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   background:rgba(255,255,255,0.1);
   height:450px; /* your iframe height */
   top:450px;  /* your iframe height */
   margin-top:-450px;  /* your iframe height */
}
footer {
	background-color:#02466f;
	width:100%;
	padding: 25px 0 25px 0px;
	overflow:hidden; 
}
footer ul {
	float:left;
	width:25%;
}
footer ul p {
	font-size:13px;
	color:#a6c8dc;
	line-height:20px;
	margin: 15px 0 0 0px;
}
footer ul p a {
	font-size:13px;
	color:#a6c8dc;
}
footer ul p a:hover {
	color:#fff;
}
footer ul h3 {
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-weight:100;
	margin: 0 0 10px 0px;
}
footer ul li {
	list-style:none;
	line-height:25px;
}
footer ul li a {
	font-size:13px;
	color:#a6c8dc;
	text-transform:uppercase;
}
footer ul li a:hover {
	color:#fff;
	text-decoration:none;
}
.inpage_banner {
	width: 100%;
}
.inpage_banner img {
	width: 100%;
}
.main_breadcurmb {
    width: 100%;
    background-color: #f3f3f3;
}
.breadcurmb {
    width: auto;
    padding: 4px 0;
    font-size: 16px;
    font-family: 'Fira Sans', sans-serif;
    line-height: 21px;
	float: right;
}
.breadcurmb a {
    font-size: 17px;
    font-weight: 800;
}
.breadcurmb a:hover {
	
}
.breadcurmb span {
    font-size: 16px;
}
.breadcurmb span:before {
	content: "/ ";
	display: inline-block;
}
.imatter {
    width: 100%;
    padding: 20px 0 30px;
}
.imatter:after {
	content: "";
	display: block;
	clear: both;
}
.imatter .imatter_format {
	width: 100%;
	min-height: 330px;
}
.imatter .imatter_format h3 {
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    margin: 0px 0 25px 0px;
    color: #e3000f;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.imatter .imatter_format .matter_relgraphic {
    width: 250px;
    float: right;
    margin: 10px 0 0px 15px;
}
.imatter .imatter_format p {
    font-size: 1.1em;
    font-family: 'Fira Sans', sans-serif;
    margin: 0 0 10px 0px;
    line-height: 1.9em;
    color: #444;
    text-align: justify;
    letter-spacing: 0.2px;
}
.imatter .imatter_format h4 {
    font-size: 1.6em;
    font-family: 'Fira Sans', sans-serif;
    margin: 20px 0 0px 0px;
    line-height: normal;
    color: #e2000a;
    text-align: justify;
    letter-spacing: normal;
}
.notop_margin {
	margin-top: 0px !important;
}
.infrastructure_format {
	width: 100%;
	padding: 0 20px;
}
.infrastructure_format:after {
	content: "";
	display: block;
	clear: both;
}
.infrastructure_format ul {
    width: auto;
}
.infrastructure_format ul {
	width:auto;
}
.infrastructure_format ul li {
	list-style:none;
	float:left;
	width:24%;
	margin: 0.5%;
}
.infrastructure_format ul li img {
	width:100%;
	margin-bottom:7px;
}
.infrastructure_format ul li a p {
	text-align: center !important;
}
.infrastructure_format ul li a:hover {
	text-decoration: none;
}
.infrastructure_format ul li p {
	font-size:16px;
	font-family: 'Fira Sans', sans-serif;
	letter-spacing:-.5px;
}
.md-content button {
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
}
.modalclose {
    width: 45px;
    height: 30px;
    background: transparent;
    border: none;
    right: -15px;
    position: absolute;
    top: -7px;
    cursor: pointer;
    z-index: 9999;
}
.md-content button img {
	width: 100%;
}
.popup_enquery_form {
	float:right;
	width:100%;
	background-color:#fff;
}
.popup_enquery_form h2 {
	font-size:25px;
	font-weight:100;
	font-family: 'Fira Sans', sans-serif;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:-1px;
	margin: 0 0 0px 0px;
	background-color:#fa2f2f;
	padding: 15px 0 8px 15px;
}
.popup_enquery_form input[type="text"], .popup_enquery_form input[type="email"], .popup_enquery_form input[type="mobile"] {
	padding: 10px 0 10px 0px;
	border:solid 1px #f2f2f2;
	background-color:#f7f7f7;
	width:100%;
	text-align:center;
	font-family: 'Fira Sans', sans-serif;
	margin: 0 0 10px 0px;
}
.popup_enquery_form p {
	font-size:16px;
	font-family: 'Fira Sans', sans-serif;
	color:#333;
	margin: 20px 0 5px 0px;
}
.popup_enquery_form label {
	float:left;
	width:33.3%;
	cursor:pointer;
	font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    margin: 7px 0 0 0;
}
.contactinfo {
	width: 100%;
	float: left;
    margin-bottom: 20px;
}
.contactinfo h4, .feedback h4 {
	margin-top: 0px !important;
}
.contactinfo p {
	text-align: left !important;
}
.feedback {
	width: 100%;
	float: right;
}
.feedback form {
	width:100%;
    margin-top: 10px;
}
.feedback form .onerow {
	width:100%;
	margin-left: -5px;
	margin-right: -5px;
}
.feedback form .onerow p {
	width: 50%;
	float: left;
	padding: 0 5px;
}
.feedback form .onerow label {
    line-height: normal;
}
.feedback form .onerow input {
    width: 100%;
    height: 38px;
	padding: 0 7px;
}
.feedback form .onerow.fullrow {
	width: 100%;
	margin: 0px 0 0 -5px;
}
.feedback form .onerow.fullrow p {
	width: 100%;
	padding: 0 5px;
}
.feedback form .onerow p textarea {
	width: 100%;
    height: 150px;
}
.feedback form .onerow.actionbtn input {
width: 8%;
float: left;
height: auto;
border: 1px solid #ddd;
padding: 10px;
border-radius: 1px;
}
.product_format {
	width: 100%;
}
.product_format:after {
	content: "";
	display: block;
	clear: both;
}
.product_format ul {
    width: auto;
}
.product_format ul {
	width:auto;
}
.product_format ul li {
    list-style: none;
    float: left;
    width: 48%;
    /*width: 24%;*/
    margin: 0.5%;
    border: 1px solid #ececec;
	transition: 0.5s;
}
.product_format ul li:hover {
	border-color: #ddd;
	transition: 0.5s;
}
.product_format ul li img {
	width:100%;
	margin-bottom:7px;
}
.product_format ul li a {
	display: block;
}
.product_format ul li a:hover {
	text-decoration: none;
}
.product_format ul li p {
	font-size:1.3em !important;
	font-family: 'Fira Sans', sans-serif;
	letter-spacing:0.5px;
	text-align: center !important;
}
.contactinfo ul{
   width: auto;
    margin: auto;
}
.contactinfo ul li{
width: 50%;
margin: 0px;
float: left;
line-height: 50px;
font-size: 16px;
}
.contactinfo h4{
	padding-bottom: 15px;
}
.rul-image{
    font-size:22px !important;
    padding:3px;

}
.red{
    color: #e2000a;
}
.contactinfo ul li a{
margin: 0px;
line-height: 50px;
font-size: 16px;
    text-decoration: none;
}
.left-side{
width: 49%;
float: left;
border: 1px solid #efefef;
padding: 15px; 
    margin-bottom: 20px;
}
.imatter .left-side h4{
       margin: 0px; 
}
.left-side ul{
   width: auto;
margin: auto 
}
.left-side ul li{
    width: 100%;
    margin: 0px;
    float: left;
    line-height: 50px;
    font-size: 16px;
}
.right-side{
width: 49%;
float: right;
border: 1px solid #efefef;
padding: 15px;   
}
.imatter .right-side h4{
    margin: 0px;
}
.right-side ul{
   width: auto;
margin: auto 
}
.right-side ul li{
    width: 100%;
    margin: 0px;
    float: left;
    line-height: 50px;
    font-size: 16px;
}
.download_button{
position: absolute;
float: right;
z-index: 9999999999;
width: 100%;
right: 0px;
top: 319px;
display: inline-block;
}
.download_button img{
    width: auto;
    float: right;
}



/*technical-specification start css*/
.infrastructure_format

.table-data{
 width: 100%;
border-collapse: collapse;
margin-top: 2%;
margin-bottom:50px;
}
.table-data thead tr th{
padding: 13px;
background-color: #01738b;
border: 1px solid #b4b3b3;
color: #fff;
font-weight: 100;
font-size: 17px;
vertical-align: middle;
line-height: 24px;

}
table > tbody > tr:nth-of-type(2n+1){
    background-color: #fff;
}
.table-data tbody{
  width: 100%;  
}

.table-data tr td{
padding: 10px;
text-align: center;
background-color: #e9e9e9;
border: 1px solid #d7d2d2;
font-size: 15px;
font-family: 'Open Sans', sans-serif;
line-height: 23px;
vertical-align: middle;
}
.imatter_format #cstrong{
 color: #01738b;
}


.imatter_format ul li{
  font-size: 15px;
  font-family: 'Fira Sans', sans-serif;
  margin: 0 0 10px 1px;
  line-height: 1.9em;
  color: #444;
  text-align: justify;
  letter-spacing: 0.2px;
}
.imatter_format ul{
	width: auto;
}
.imatter_format ul li a img{
 padding:15px;
}

.infrastructure_format >.chart-format
 {
	margin:0 auto;
	width:75%;
	height: auto;
	padding:15px;
 }
 
.image_content img{
	float: right;
	margin: 10px 20px 20px 20px;
	width: auto;
}
.image_content p{
    font-size:17px !important;
}
.left_content{
	float: left;
	margin-top:10px;
	padding-left: 20px;
}
.footer-bottom img {
    width: auto;
}
h1{
    font-size:20px;
}
.lower_image{
    text-align:center;
}
#a{
    float:right;
    width:350px;
}
#a img{
    width:100%;
}
.vk_bolts{ 
    width: 6%;
    float: left;
    margin-right: 10px;}

/*technical-specification close css*/

.error {
color: #e2000a;
font-size: 13px;
width: 100% !important;
margin-bottom: 10px;
}
.mt input {
    margin: 10px 0 0 0px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 1px;
}


.footer-bottom{
	text-align:right;
}
.social .mobmenu{
	display:none;
}
.icon::before {
	line-height:0px!important;
}
.lower_image img{
	width:auto;
}

	
/* Media Queries */

/* Media Query  480 */
.social ul li .facebook {
    padding: 10px 0px 10.5px 0px;
    font-size: 20px;
    display: block;
}
#product_container{
        /*background:red;*/
        margin-top: -10px ;
        padding: 0px 10px;
    }
     #left_description{
        float: left;
        width: 50%;
        border-right: 1px solid #ccc;
     }   
     #right_description{
        width: 50%;
        float: right;
        padding: 10px;
     }   
     *:hover div.product_description, *:hover #right_description h2{
        color:#333;
     }
     div.product_description{
        font-size: 13px;
        line-height: 1.3em; 
        padding:10px;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height:100px;
        max-height:140px;
    }

    .img-responsive{
        cursor: pointer;
    }
    p.label{
        border-bottom:1px solid #ccc;
        background:#efefef; 
    }
    #product_list li{
        margin: 10px;
        box-sizing: border-box;
    }
    ul li:hover img{
    	/*padding: 5px 0px !important;*/
    	/*background: red;*/
        /*box-sizing: border-box;*/
    }
@media screen and (max-width: 480px){
	.wrapper {
		width: 100%;
	}
	.social .mobmenu{
		display:block;
		float:left!important;
	}
	nav{
		display:none;
		width: auto;
		background-color: #02466f;
		height: auto;
		float: right;
		z-index: 999999 !important;
		position: absolute;
	}
	nav ul li {
		height: auto;
		width: 100%;
	}
	nav ul ul {
		width: 100%;
	}
	nav ul li a {
		color: #fff;
		padding: 10px 14px 10px 14px!important;
		font-size:16px;
	}
	.download_button {
		z-index: 8888;
	}
	.thumbs {
		width: 60%;
		z-index:99999;
		margin:0 auto;
	}
	.logo {
		clear:both;
		margin: 25px 0 0;
		width: auto;
		position: relative;
	}
	.logo img{
		padding:0 10px;
	}
	.topright{
		clear: both;
		width: 100%;
		//padding: 0 10px;
	}
	.highlights{
		display:none;
	}
	.top-fb {
		float: right!important;
	}
	.highlights h3 {
		clear:both;
		font-size: 20px;
		text-align: center!important;
		padding-bottom: 10px;
	}
	.social{
		float:none;
		padding: 0 10px;
	}
	#navigation {
		background: #e3000f;
		color: white;
		padding-bottom: 10px;
	}
	#navigation:hover {
		background: #eee;
		color: #930;
	}
	.download_button img {
		width: 8%;
	}
	.theme-default .nivoSlider{
		min-height:158px!important;
	}
	.thumbs ul li {
		width:100%;
		margin: 0;
		margin-top: -53px;
	}
	.thumbs ul li h3 {
		text-align: center;
		width: 100%;
	}
	.licon {
		float: none;
		text-align: center;
	}
	.thumbs ul li p {
		max-height: 110px;
		height: 105px;
		width: 100%;
		text-align: center;
	}
	.welcome {
		min-height: auto;
		margin: -15px 0 0 0;
	}
	.intro {
		width: 100%;
		padding: 0 10px;
	}
	.intro h2 {
		font-size: 40px;
	}
	.intro p {
		font-size: 15px;
	}
	.quick_enq {
		width: 100%;
		box-shadow: none;
		margin-top: 25px;
	}
	.reachus h3 {
		font-size: 17px;
		float: none;
		width:100%;
	}
	.reachus h2 {
		font-size: 34px;
		width: 100%;
		text-align: center;
		padding: 0 10px;
	}
	footer ul {
		width: 100%;
		height: auto;
		padding: 0px 10px 30px;
		text-align: center;	
	}
	footer ul:last-child{
		padding-bottom:0px;
	}
	.footer-bottom {
		text-align: center;
	}
	.breadcurmb {
		width: 100%;
		padding: 0px 10px;
	}
	.imatter .imatter_format .matter_relgraphic {
		width: 290px;
		float:none;
	}
	.imatter .imatter_format h3, .imatter .imatter_format h4{
		text-align:center;
	}
	.imatter .imatter_format p{
		padding:0 10px;
	}
	#product_list li {
		margin: 0px;
	}
	.product_format ul li {
		float: left;
		width: 100%;
	}.imatter_format ul {
		width: auto;
		padding: 0 10px;
	}
	#left_description {
		width: 100%;
		border-right: 0px solid #ccc;
	}
	#right_description {
		width: 100%;
	}
	.infrastructure_format ul li, .right-side, .left-side {
		width: 100%;
	}
	.contactinfo ul li {
		width: 100%;
		text-align: left !important;
	}
	.vk_bolts{
		float:none!important;
	}
	
	.feedback {
		width: 100%;
		float: none;
		padding: 0 10px;
	}
	.feedback form .onerow p {
		width: 100%;
		float: none;
		padding: 0;
	}
	.feedback form .onerow {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.feedback form .onerow.actionbtn input {
		width: 100%;
	}
	.mt input{
		width:100%;
	}
	.imatter_format ul li{
		text-align:center;
	}
	#product_image {
		width: 100%;
		float: left;
		height: auto;
		border: 0px solid #ccc;
		margin-top: 0px;
	}
	#product_details {
		float: none;
		width: 100%;
		padding: 0px 20px;
	}
	div.product_description2 {
		padding: 10px;
	}
	.products_table {
		width: auto;
		margin: 10px;
	}
	.overflow{
		overflow-x:auto;
	}
	.imatter_format .image_content {
		margin: 0 10px;
	}
	.image_content img,#a img {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	#a {
		float:none;
		width: inherit;
	}
	.chart-format img{
		width:100%;
	}
	#nfe25513 .image_content {
    height: 200px;
	}
}
@media screen and (min-width: 481px) and (max-width: 599px)	{
	
	.logo {
		clear: both;
		margin: 15px 0 0;
		width: 60%;
		position: absolute;
	}
	.logo img{
		padding:0 10px;
		width:100%;
	}
	.topright {
		clear: both;
		width: 40%;
		padding: 0 10px;
		margin-top: 0px;
	}
	.thumbspic {
		width: 55%;
	}
	.product_format ul li img {
		width: 60%;
	}
	.download_button {

    z-index: 999999;}
	.thumbs {

    width: 100%;
    z-index: 8 !important;

}
	#left_description {

		width: 100%;
		border-right: 0px solid #ccc;
		text-align: center;
	}
	#right_description {
		width: 100%;
	}
	footer ul {

		width: 50%;
		height: auto;
		padding: 0px 20px 30px;
		text-align: left;
		min-height: 172px;

	}
	.footer-bottom {
		text-align: left;
	} 
	footer ul:last-child img {
		width: 100%;
	}
	
}
@media screen and (min-width: 600px) and (max-width: 800px)	{
	.logo {
		clear: both;
		margin: 15px 0 0;
		width: 60%;
		position: absolute;
	}
	.logo img{
		padding:0 20px;
		width: 80%;
	}
	.topright {
		clear: both;
		width: 40%;
		padding:10px;
		}
	.thumbspic {
		width: 55%;
	}
	footer ul {
		width: 50%;
		height: 170px;
		padding: 0px 20px 30px;
		text-align: left;
	}
	.footer-bottom {
		text-align: left;
	}
	.social ul li a {
		padding: 10px 0px 10px 0px;
	}
	nav ul li a {
		color: #fff;
		padding: 10px 14px 10px 14px!important;
		font-size:16px;
	}
	/* nav ul li {
		height: auto;
		width: 100%;
	}
	nav ul ul {
		width: 100%;
	} */
}

@media screen and (min-width: 481px) and (max-width: 800px)	{
	nav ul li {
		height: auto;
		width: 100%;
	}
	nav ul ul {
		width: 100%;
	}
	nav ul li a {
		color: #fff;
		padding: 10px 14px 10px 14px!important;
		font-size:16px;
	}
	.download_button {
		z-index:88888888;
	}
	.wrapper {
		width: 100%;
	}
	.fixed_header .social {
		display: block;
		margin-right: 5px;
		margin-top: -46px;
	}
	.social .mobmenu{
		display:block;
		float:left!important;
	}
	nav{
		display:none;
		width: auto;
		background-color: #02466f;
		height: auto;
		float: right;
		z-index: 999999999 !important;
		position: absolute;
	}
	nav ul li {
		height: auto;
		width: 100%;
	}
	nav ul ul {
		width: 100%;
	}
	.highlights{
		display:none;
	}
	.top-fb {
		float: right!important;
	}
	.highlights h3 {
		clear:both;
		font-size: 20px;
		text-align: center!important;
		padding-bottom: 10px;
	}
	#navigation {
		background: #e3000f;
		color: white;
		padding-bottom: 10px;
	}
	#navigation:hover {
		background: #eee;
		color: #930;
	}
	.download_button img {
		width: auto;
	}
	.theme-default .nivoSlider{
		min-height:158px!important;
	}
	.thumbs ul li {
		width: auto;
		margin-top: -26px;
		text-align: center;
	}
	.thumbs ul li h3 {
		text-align: center;
		width: 100%;
	}
	.licon {
		float: none;
		text-align: center;
	}
	.thumbs ul li p {
		max-height: 70px;
		height: 65px;		
		width: 100%;
		text-align: center;
	}
	.welcome {
		min-height: auto;
		margin: -15px 0 0 0;
	}
	.intro {
		width: 100%;
		padding: 0 20px;
	}
	.intro h2 {
		font-size: 40px;
	}
	.intro p {
		font-size: 17px;
	}
	.quick_enq {
		width: 100%;
		box-shadow: none;
		margin-top: 25px;
		padding: 0 20px;
	}
	.liconm {
		float: none;
	}
	.reachus h3 {
		font-size: 17px;
		float: none;
		width:100%;
		text-align: center;
	}
	.reachus h2 {
		font-size: 35px;
		width: 100%;
		padding: 0 20px;
		text-align: center;
	}
	footer ul:last-child{
		padding-bottom:0px;
	}
	.breadcurmb {
		width: 100%;
		padding: 0px 10px;
	}
	.imatter .imatter_format {
		width: 100%;
		min-height: 200px;
	}
	.imatter .imatter_format {
		text-align: center;
		border-bottom: 1px solid #ddd;
		margin-bottom: 10px;
		padding-bottom: 0px;
	}
	.imatter .imatter_format h3{
		margin-bottom:0px;
		border-bottom: 0px solid #ddd;
	}	
	.imatter .imatter_format .matter_relgraphic {
		width: 290px;
		float:none;
	}
	.imatter .imatter_format h3, .imatter .imatter_format h4{
		text-align:center;
	}
	.imatter .imatter_format p{
		padding:0 20px;
	}
	#product_list li {
		margin: 0px;
	}
	.product_format ul li {
		float: left;
		width: 100%;
	}.imatter_format ul {
		width: auto;
		padding: 0 20px;
	}
	.infrastructure_format ul li{
		width: 33%;
	}
	.right-side, .left-side {
		width: 100%;
	}
	.contactinfo ul li {
		width: 100%;
		text-align: left !important;
	}
	.vk_bolt{
		float:none!important;
	}
	.feedback {
		width: 100%;
		float: none;
		padding: 0 20px;
	}
	.feedback form .onerow p {
		width: 100%;
		float: none;
		padding: 0;
	}
	.feedback form .onerow {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.feedback form .onerow.actionbtn input {
		width: 100%;
	}
	.mt input{
		width:50%;
	}
	.infrastructure_format .chart-format img {
		width: 100%;
	}
	.vk_bolts {
    float: none;
	}
	.overflow{
		overflow-x:auto;
	}
	.left_content {
		width:100%;
		position:relative;
		float:none;
		
	}

	.image_content img {
	text-align: center;
	width: auto;
	float: none;
	}
	#a {
		float: none;
		width: auto;
		text-align: center;
	}
	#a img {
		width: auto;
	}
}
	
@media screen and (min-width: 801px) and (max-width: 1200px)	{
	.wrapper {
		width: 100%;
	}
	.social .mobmenu{
		display:block;
		float:left!important;
	}
	.fixed_header .social {
		display: block;
		margin-right: 5px;
		margin-top: 3px;
	}
	.logo {
		float: left;
		margin: 20px auto;
		width: 29%;
	}
	/* .logo img { */
		/* width: 60%; */
	/* } */
	.topright {
		float: right;
		width: 70%;
		padding: 16px 10px 0px;
	}
	nav{
		display:none;
		width: auto;
		background-color: #02466f;
		height: auto;
		float: right;
		z-index: 999999999 !important;
		position: absolute;
	}
	nav ul li {
		height: auto;
		width: 100%;
	}
	nav ul ul {
		width: 100%;
	}
	nav ul li a {
    padding: 8px 20px !important;
	}
	.download_button {
		z-index:8888;
	}
	.highlights{
		display:block;
		float: left;
		margin: 5px 0 0 0px;
		width: 80%;
	}
	.top-fb {
		float: right!important;
	}
	.highlights h3 {
		clear:both;
		font-size: 20px;
		text-align: center!important;
		padding-bottom: 10px;
	}
	#navigation {
		background: #e3000f;
		color: white;
		padding-bottom: 10px;
	}
	#navigation:hover {
		background: #eee;
		color: #930;
	}
	.download_button img {
		width: auto;
	}
	.thumbs {
		width: 95%;
		z-index: 9999999999;
		margin: 0 auto;
	}
	.theme-default .nivoSlider{
		min-height:158px!important;
	}
	.thumbs ul li {
		width: 32%;
		margin-top: -26px;
		text-align: center;
	}
	.thumbs ul li h3 {
		text-align: center;
		width: 100%;
	}
	.licon {
		float: none;
		text-align: center;
	}
	.thumbs ul li p {
		max-height: 101px;
		height: 96px;		
		width: 100%;
		text-align: center;
	}
	.welcome {
		min-height: auto;
		margin: -15px 0 0 0;
	}
	.intro {
		width: 100%;
		padding: 0 20px;
	}
	.intro h2 {
		font-size: 40px;
	}
	.intro p {
		font-size: 17px;
	}
	.quick_enq {
		width: 100%;
		box-shadow: none;
		margin-top: 25px;
		padding: 0 20px;
	}
	.liconm {
		float: none;
	}
	.reachus h3 {
		font-size: 17px;
		float: none;
		width:100%;
		text-align: center;
	}
	.reachus h2 {
		font-size: 35px;
		width: 100%;
		padding: 0 20px;
		text-align: center;
	}
	footer ul:last-child{
		padding-bottom:0px;
	}
	.breadcurmb {
		width: 100%;
		padding: 0px 10px;
	}
	.imatter .imatter_format {
		width: 100%;
		min-height: 200px;
	}
	.imatter .imatter_format {
		text-align: center;
		/* border-bottom: 1px solid #ddd; */
		margin-bottom: 10px;
		padding-bottom: 0px;
	}
	.imatter .imatter_format h3{
		margin-bottom:0px;
		border-bottom: 0px solid #ddd;
	}	
	.imatter .imatter_format .matter_relgraphic {
		width: 290px;
		float:none;
	}
	.imatter .imatter_format h3, .imatter .imatter_format h4{
		text-align:center;
		border-bottom: 1px solid #ddd;
	}
	.imatter .imatter_format p{
		padding:0 20px;
	}
	#product_list li {
		margin: 0px;
	}
	.product_format ul li {
		float: left;
		width: 50%;
	}.imatter_format ul {
		width: auto;
		padding: 0 20px;
	}
	div.product_description {

		min-height: 64px;
		max-height: 64px;
	}
	.infrastructure_format ul li{
		width: 33%;
	}
	.right-side, .left-side {
		width: 100%;
	}
	.contactinfo ul li {
		width: 100%;
		text-align: left !important;
	}
	.vk_bolt{
		float:none!important;
	}
	.feedback {
		width: 100%;
		float: none;
		padding: 0 20px;
	}
	.feedback form .onerow p {
		width: 100%;
		float: none;
		padding: 0;
	}
	.feedback form .onerow {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.feedback form .onerow.actionbtn input {
		width: 100%;
	}
	.mt input{
		width:50%;
	}
	.infrastructure_format .chart-format img {
		width: 100%;
	}
	.vk_bolts {
    float: none;
	}
	
	footer ul{
		float: left;
		width: 25%;
		padding: 0 20px;
		//min-height: 160px;
	}
	.footer-bottom img {
		width: 100%;
	}
	.overflow{
		overflow-x:auto;
	}
	.fixed_header .social {
		display: block;
		margin-right: 5px;
		margin-top: 3px;
	}
	
}
	
@media screen and (min-width: 1201px) and (max-width:1400px){
	.social .mobmenu{
		display:none;
	}
	.topright {
		float: right;
		width: 79%;
		padding: 16px 0px 0px 10px;
	}
	nav{
		display:block;
		height: 50px;
	}
	nav ul li a {
		font-size:13px;
	}
	.download_button {
		z-index:8888;
	}
	.highlights{
		display:block;
		float: left;
		margin: 13px 0 0 0px;
		width: 80%;
	}
	.top-fb {
		float: right!important;
	}
	.highlights h3 {
		clear:both;
		font-size: 20px;
		text-align: center!important;
		padding-bottom: 10px;
	}
	#navigation {
		background: #e3000f;
		color: white;
		padding-bottom: 10px;
	}
	#navigation:hover {
		background: #eee;
		color: #930;
	}
	.download_button img {
		width: auto;
	}
	.thumbs {
		width: 95%;
		z-index: 9999999999;
		margin: 0 auto;
	}
	.theme-default .nivoSlider{
		min-height:158px!important;
	}
	.thumbs ul li {
		width: 32%;
		margin-top: -26px;
		text-align: center;
	}
	.thumbs ul li h3 {
		text-align: center;
		width: 100%;
	}
	.licon {
		float: none;
		text-align: center;
	}
	.thumbs ul li p {
		max-height: 101px;
		height: 96px;		
		width: 100%;
		text-align: center;
	}
	.welcome {
		min-height: auto;
		margin: -15px 0 0 0;
	}
	.intro {
		width: 100%;
		padding: 0 20px;
	}
	.intro h2 {
		font-size: 40px;
	}
	.intro p {
		font-size: 17px;
	}
	.quick_enq {
		width: 100%;
		box-shadow: none;
		margin-top: 25px;
		padding: 0 20px;
	}
	.liconm {
		float: none;
	}
	.reachus h3 {
		font-size: 17px;
		float: none;
		width:100%;
		text-align: center;
	}
	.reachus h2 {
		font-size: 35px;
		width: 100%;
		padding: 0 20px;
		text-align: center;
	}
	footer ul:last-child{
		padding-bottom:0px;
	}
	.imatter .imatter_format .matter_relgraphic {
		width: 290px;
		float:none;
	}
	.imatter .imatter_format p{
		padding:0 20px;
	}
	#product_list li {
		margin: 0px;
	}
	.product_format ul li {
		float: left;
		width: 50%;
	}
	#product_details {
		padding: 0px 0 0 30px;
	}

	div.product_description2 {
	padding:10px 0px;
	}
	
	.infrastructure_format ul li{
		width: 19%;
	}
	.iconpadprop {
		padding: 18px 14px 19px 14px;
	}
	.contactinfo ul li {
		width: 100%;
		text-align: left !important;
	}.fixed_header {
		height:50px!important;
	}
	.fixed_header .topright nav {
		background: transparent;
		padding: 0px 14px 0px 14px;
		height:50px;
		}
	.mt input{
		width:50%;
	}
	.infrastructure_format .chart-format img {
		width: 100%;
	}
	.overflow{
		overflow-x:auto;
	}
	
	
}	

@media screen and (min-width:1401px){

	nav ul li a {
		font-size:18px;
	}
}
	
	
	
	
	