@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@font-face {
font-family: 'Rockwell';
src: url('../fonts/rockwell/Rockwell.eot');
src: url('../fonts/rockwell/Rockwell.eot?#iefix') format('embedded-opentype'),
	url('../fonts/rockwell/Rockwell.woff2') format('woff2'),
	url('../fonts/rockwell/Rockwell.woff') format('woff'),
	url('Rockwell.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body{ font-family: 'Open Sans', sans-serif;}

a:hover{text-decoration:none;}
a:focus{ outline:none; text-decoration:none;}
.Top_Bar{ background:#333;}
.Top_left .Top_links {
    padding: 0;
    margin: 0;
}
.Top_left .Top_links li {
    display:inline-block;
    list-style: none;
    padding: 10px 0 10px 0px;
}
.Top_left .Top_links li a {
    color: white;
    border-right: 1px solid white;
    padding: 0 12px;
    font-size: 12px;
}
.Top_left .Top_links li a:hover{ text-decoration:none;}
.Top_left .Top_links li:last-child a{ border:none;}
.Social_Links {
    padding: 0;
    text-align: center;
    margin: 0;
}
.Social_Links li {
    display:inline-block;
    list-style: none;
    padding: 10px 0 10px 0px;
}
.Social_Links li a {
    color: white;
    padding: 4px 3px;
    font-size: 11px;
    border: 1px solid white;
    margin: 0 4px;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    display: inline-block;
}
.Social_Links li.fb a:hover{ border-color:#4867aa; background:#4867aa;}
.Social_Links li.tw a:hover{ border-color:#28a4e8; background:#28a4e8;}
.Social_Links li.yt a:hover{ border-color:#ee1c1b; background:#ee1c1b;}
.email_info {
    padding-top: 12px;
	padding-bottom: 12px
}
.email_info a {
    color: white;
    font-size: 12px;
}
.email_info a i{ margin-right:3px;}
#header {
    padding: 20px 0;
    background: #f2f2f2;
}
.call_info p {
    font-size: 30px;
    text-align: center;
    font-family: 'Rockwell', sans-serif;
	margin-bottom: 0;
}
.em_service {
    margin: 20px 0;
    text-align: right;
}
.em_service a {
    background: #ef3e42;
    color: white;
    padding: 11px 15px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
    border-bottom: 3px solid #d3393c;
}
.call_info {
    margin: 25px 0;
}
.navbar-inverse {
    background-color: #0067b1;
    border-color: #0067b1;
    border-radius: 0px;
    margin-bottom: 0;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.navbar::after {
    content: '';
    display: block;
    background: url(../images/nav_bg_after.png);
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: -6px;
	z-index: 999;
}
.navbar::before {
    content: '';
    display: block;
    background:url(../images/nav_bg_before.png);
    width: 100%;
    height: 12px;
    position: absolute;
    top: -6px;	
	z-index: 999;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #055793;
}
.relative{ position:relative;}
#Welcome_row h3 {
    font-size: 30px;
    color: #ee1c1b;
    font-family: 'Rockwell', sans-serif;
    line-height: 36px;
    width: 90%;
    margin: 0 0 20px 0;
}
#Welcome_row p {
    font-size: 15px;
    color: #757575;
    line-height: 24px;
	margin-bottom: 15px;
}
section {
    padding: 80px 0;
}
.get_form {
    background: #485975;
    width: 460px;
    float: right;
}
.get_form form {
    padding: 40px 30px 30px;
	overflow:hidden;
  box-shadow: 0 10px 6px -6px #777;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-ms-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;	
}
.get_form h4 {
    font-size: 30px;
    color: #fff;
    font-family: 'Rockwell', sans-serif;
    line-height: 36px;
    background: #333333;
    margin: 0;
    text-align: center;
    padding: 15px 0;
}


.get_form1 {
    background: #485975;
    width: 100%;
    float: right;
}
.get_form1 form {
    padding: 40px 30px 30px;
	overflow:hidden;
  box-shadow: 0 10px 6px -6px #777;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-ms-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;	
}
.get_form1 h4 {
    font-size: 30px;
    color: #fff;
    font-family: 'Rockwell', sans-serif;
    line-height: 36px;
    background: #333333;
    margin: 0;
    text-align: center;
    padding: 15px 0;
}
.form-control {
    border-radius: 0px;
    border: none;
    padding: 10px 20px;
	height:48px;
}
.form-group {
    margin-bottom: 30px;
}
.get_form input.sb_btn{
    background: #333333;
    color: white;
    border: none;
    padding: 8px 20px;
    font-size: 18px;
    float: right;
	position: relative;
}
.get_form input.sb_btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.get_form input.sb_btn:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}
.get_form input.sb_btn:active:after {
    width: 100%;
}


.get_form1 input.sb_btn{
    background: #333333;
    color: white;
    border: none;
    padding: 8px 20px;
    font-size: 18px;
    float: right;
	position: relative; width:100%;
}
.get_form1 input.sb_btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.get_form1 input.sb_btn:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}
.get_form1 input.sb_btn:active:after {
    width: 100%;
}
#BG_Image {
    background-image: url(../images/BG_image.jpg);
    background-attachment: fixed;
}

#BG_Image1 {
    background-image: url(../images/BG_image.jpg);
    background-attachment: scroll;
}
section h4 {
    font-size: 30px;
    color: #ef3e42;
    font-family: 'Rockwell', sans-serif;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 45px;
}
.product_raww h4 {
    font-size: 30px;
    color: #ef3e42;
    font-family: 'Rockwell', sans-serif;
    line-height: 36px;
    
    margin-top: 0;
    
}

.product_raw h4 {
    font-size: 30px;
    color: #ef3e42;
    font-family: 'Rockwell', sans-serif;
    line-height: 36px;
    text-align:center;
    margin-top: 0;
	margin-bottom:45px;
    
}
section h4 .blue{ color:#0067b1;}
.product_raw h4 .blue{ color:#0067b1;}
.product-categories--box {
    background: #f6f6f6;
    margin-bottom: 20px;
    padding: 30px 160px 30px 25px;
	position:relative;
}
.product-banner__image {
    max-height: 160px;
    position: absolute;
    right: -25px;
    top: 10px;
}
.product-categories--box img {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 90px;
    position: absolute;
    right: 15px;
    top: 50%;
    max-width: 100px;
}
.product-categories--box img {
    right: 20px;
    max-height: 100px;
	width: auto;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
}
.product-grid__product-content .headline {
    font-size: 20px;
    letter-spacing: .08px;
	font-family: 'Rockwell', sans-serif;
    color: #ef3e42;
    display: block;	
	margin-top: 0;
}
.product-grid__product-content .headline a  {  
	color: #ef3e42;
    display: inline-block;	
}
.product-grid__product-content p{
    color: #757575;
    font-size: 13px;
    line-height: 24px;
}
.product-categories--box > a{
    color: #0067b1;
    font-size: 13px;
}
.read_all{ margin-top:35px;}
.read_all .button {
    background: #ef3e42;
    color: white;
    padding: 8px 25px;
    display: inline-block;
    font-size: 18px;
    border-radius: 2px;
    box-shadow: 0 3px #d3393c;
	-webkit-box-shadow: 0 3px #d3393c;
	-ms-box-shadow: 0 3px #d3393c;
	-moz-box-shadow: 0 3px #d3393c;
	position: relative;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;	
}
.read_all .button:hover{    
	box-shadow: 0 4px #d3393c;
	-webkit-box-shadow: 0 4px #d3393c;
	-ms-box-shadow: 0 4px #d3393c;
	-moz-box-shadow: 0 4px #d3393c;
	top: 1px;
}
.box-icon {
  text-align: center;
  position: relative;
}

.box-icon .image {
  position: relative;
  z-index: 2;
  margin: auto;
  vertical-align: middle;
} 
.box-icon .image > i {
    font-size: 60px !important;
    color: #fff !important;
    line-height: 1.5;
    display: inline-block;
    transform: translate(0%);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
	transition: all 0.3s ease-in-out 0s;
	padding-left:10px;
}
.box-icon .image:hover i{}

.box-icon:hover .image > i {
  color: white !important;
}

.box-icon > .info {
  background: rgba(0, 0, 0, 0.04);
  padding:20px 0 30px 0;
  box-shadow: 0 10px 6px -6px #777;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-ms-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
}
 
.box-icon > .info.box1{ background:#4379d9;}
.box-icon > .info.box2{ background:#dd2a30;}
.box-icon > .info.box3{ background:#485975;}
.box-icon > .info.box4{ background:#6c8953;}
.box-icon:hover > .info {
  color: white;
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s; 
  -moz-transition: all 0.2s ease-in-out 0s;
}

.box-icon > .info > h3.title {
  font-family: 'Rockwell', sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.box-icon > .info > p {
  font-family: "open sans", sans-serif;
  font-size: 13px;
  color: #fff;
  line-height: 18px;
  margin: 20px;
}

.box-icon:hover > .info > h3.title,
.box-icon:hover > .info > p,
.box-icon:hover > .info > .more > a {
  color: #fff;
}

.box-icon > .info > .more a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 3px;
}
.box-icon > .info.box1 > .more a {
    background: #245cc1;
    box-shadow: 0px 3px 0px 0 #0e419e;
}
.box-icon > .info.box2 > .more a {
    background: #c61a20;
    box-shadow: 0px 3px 0px 0 #ac1116;
}
.box-icon > .info.box3 > .more a {
    background: #2a3f63;
    box-shadow: 0px 3px 0px 0 #172948;
}
.box-icon > .info.box4 > .more a {
    background: #537436;
    box-shadow: 0px 3px 0px 0 #426126;
}
.box .space {
  height: 30px;
}
.list_ll {list-style:none; padding-left: 0px;}
.list_ll li{color: #757575; margin-bottom: 5px;}
.list_ll li:before {
	content: '';
	font: normal normal normal 14px/1 FontAwesome;
	color: #757575;
	margin-right: 8px;
}
.testirow h4{margin-bottom: 25px;}

section.space50 {
    padding: 50px 0;
}
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




#testimonials {
padding:0px 30px;
}
#testimonials #dev-snippet-title{
    margin-top: 0px;
    padding-top:30px;
}
#testimonials .testimonials-list {

}
#testimonials .testimonials-list .single-testimonial {
    -webkit-transition: all 0.25s;
    margin: 0px;
}
#testimonials .testimonials-list .single-testimonial .testimonial-holder {
    padding: 0px;
}
#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-content {
    font-size: 14px;
    text-align: left;
    position: relative;
	color: #757575;
	line-height: 24px;
}
#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-content .testimonial-caret {
    position: absolute;
    bottom: -46px;
    font-size: 32px;
    color: white;
    left: 40px;
}
#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user {
    margin-top: 20px;
    clear: both;
    padding: 20px;
    text-align: center;
}
#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-image {
    float: left;
    min-width: 60px;
}
#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-image img {
    height: 60px;
    border-radius: 100%;
}
#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-name {
	float: left;
	font-weight: bold;
	color: #333;
	margin-left: 15px;
	text-align: left;
	font-size: 13px;
}
#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-name span{ font-weight:normal;}
#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-name a {
    color: #404040;
    font-size: 16px;
}
#testimonials .testimonials-list .testimonial-left-handle {
    position: absolute;
    z-index: 100;
    top: 30%;
    left: -13%;
    cursor: pointer;
}
#testimonials .testimonials-list .testimonial-left-handle:hover {
    color: #82BD61;
}
#testimonials .testimonials-list .testimonial-right-handle {
    position: absolute;
    z-index: 100;
    top: 30%;
    right: -7%;
    cursor: pointer;
}
#testimonials .testimonials-list .testimonial-right-handle:hover {
    color: #82BD61;
}
#testimonials .testimonials-list .slick-dots {
    bottom: -40px;
    text-align: center;
}
#testimonials .testimonials-list .slick-dots li {
    list-style-type: none;
    display: inline-block;
}
#testimonials .testimonials-list .slick-dots li button {
    background-color: grey;
    border-radius: 50%;
    color: grey;
    height: 24px;
    width: 24px;
    border: 0;
    outline: none;
    margin: 0px 3px;
}
#testimonials .testimonials-list .slick-dots li.slick-active button {
    background-color: white;
    color: white;
    border: 3px solid grey;
}

/********************* Footer ***************************/
.page-footer {
    background: #0067b1;
    position: relative;
    padding: 40px 0 110px;
}
.page-footer:before {
    content: '';
    display: block;
    background:url(../images/nav_bg_before.png);
    width: 100%;
    height: 12px;
    position: absolute;
    top: -6px;	
	z-index: 999;
}
.page-footer:after {
    content: '';
    display: block;
    background:url(../images/ft-bg.png);
    width: 100%;
    height: 105px;
    position: absolute;
    bottom: 0px;	
	z-index: 999;
}
.page-footer h5{ color:white; font-size: 20px;font-family: 'Rockwell', sans-serif; margin-bottom: 25px;}
.page-footer ul {
    padding-left: 0;
	list-style: none;
}
.page-footer ul.web_link li{ margin-bottom: 5px;}
.page-footer ul.web_link li:before{ content: ''; font: normal normal normal 14px/1 FontAwesome; color: white; margin-right: 5px;}

.page-footer ul.web_link li a{ color: white;}
.page-footer address li{ margin-bottom: 8px;}
.page-footer address a, .page-footer address li{ color: white; font-size: 13px;}
.page-footer address li i{ margin-right: 5px;}
.page-footer .appoint_btn .button {
	background: #6c8953;
	color: white;
	text-align: center;
	padding: 8px 35px;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	border-radius: 2px;
	box-shadow: 0 3px #446825;
	-webkit-box-shadow: 0 3px #446825;
	-ms-box-shadow: 0 3px #446825;
	-moz-box-shadow: 0 3px #446825;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.page-footer .appoint_btn .button i{ margin-right: 5px;}
.page-footer .Social_Links{ text-align: left;}
.page-footer .Social_Links li{ text-align: center;}
.page-footer .Social_Links li a {
	color: white;
	padding: 5px 3px;
	font-size: 13px;
	border: 1px solid white;
	margin: 0 4px;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	display: inline-block;
}
.page-footer .p-logo{ margin-left: 20px;}
.footer_copyright{ background: #045087; padding: 7px 0}
.footer_copyright span{ color: white; font-size: 13px;}
/*************************  Custom CSS  **********************************/
 .sidebarpage{ background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px; float:left; margin-right:2%;    }
	.sidebarpage > ul {
    font-size: 13px;
    line-height: 22px;
    margin-top: 15px;
}
.buttoonpage.button {
    background: #6c8953;
    border-radius: 2px;
    box-shadow: 0 3px #446825;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 35px;
    position: relative; width:56%;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.ppproduct{ background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px; margin-left:2%;  width:48%; float:right;   }
	
	.ppproduct > ul { float:left;
   list-style-type: none;
    margin-left: 0px;
    padding-left: 12px;
    background-color: #e8e8e8;
    padding: 10px;
    border-radius: 10px;
}
.ppproduct  ul  li{ float:left;margin-bottom:3% !important; font-size:13px; line-height:24px; } 
.ppimagcutom{float: left;
    width:25%;
    margin-right: 10px;
    padding: 5px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #DEDEDE;}
	.ppviewproduct{ background:#fff; padding:5px 10px; border-radius:3px; border: 1px solid #ccc; float:left; color:#333; }
	.pageulli{ font-size:13px; line-height:24px;}
	.indoariqulaity { margin-left:0px !important; margin-right:0px !important;}
.indoariqulaity  .vc_col-sm-3{ border:1px solid #ccc; border-radius:4px; width:23%; margin-right:14px;}

/*.indoariqulaity  .vc_col-sm-6{ border:1px solid #ccc; border-radius:4px;}*/

/*.hsvcinfo.checklisbutton{display:none;}*/
/*.page-id-137 .hsvcinfo.checklisbutton, .page-id-119 .hsvcinfo.checklisbutton{display:block;}*/
/**/
.indoariqulaity  .vc_col-sm-6 h3{color: #EF3E42;}
.indoariqulaity  .vc_col-sm-6 a {
    background: #6c8953;
    border-radius: 2px;
    box-shadow: 0 3px #446825;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 35px;
    position: relative;  width:100%;
    text-align: center;
    transition: all 0.5s ease 0s;
}
/**/
.indoariqulaity  .vc_col-sm-3 h3{color: #EF3E42;}
.indoariqulaity  .vc_col-sm-3 a {
    background: #6c8953;
    border-radius: 2px;
    box-shadow: 0 3px #446825;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 35px;
    position: relative;  width:100%;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.customheading h3, .productsubcat h3{color: #EF3E42;}
.customheading ul li{ font-size:13px; line-height:24px;}
.requestap.button{ background: #6c8953;
    border-radius: 2px;
    box-shadow: 0 3px #446825;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 35px;
    position: relative; width:56%;
    text-align: center;
    transition: all 0.5s ease 0s; }
.table tbody tr:nth-child(even) td, .table tbody tr:nth-child(even) th{     border-top: 0px;
    padding-top: 0px;
    padding-left: 15px;
    font-size: .8em;
    color: #505050; 
    background-color: #f9f9f9;}
	.table tbody tr:nth-child(4n+1) td, .table tbody tr:nth-child(4n+1) th{ background-color:#eee;}
	.table tbody tr:nth-child(4n+2) td, .table tbody tr:nth-child(4n+2) th{ background-color:#eee;}
	.postimages{width:auto; float:left; margin-right:2%;}
/*---------20-03-2017------*/
#menu-footer-nav li{line-height:25px;}
#menu-footer-nav li a{color:#fff;}
.madiverror{ margin-bottom:40px;}
.indoariqulaityimages .wpb_single_image { width:40% !important; float:right !important; margin-left:20px !important;}
.airhumber .wpb_single_image { width:40% !important; float:left !important; margin-right:20px !important;}
.page-id-121  .pp_expand{ display:none !important;}
.page-id-121  .pp_expand{ display:none !important;}	

.product_raw.homarared ul{ list-style:none; margin:0px; padding:0px;}
.product_raw.homarared ul li{ width:16%; float:left; list-style:none; border:1px solid #c4c2c2; margin-right:7px;}
.product_raw.homarared ul li img{ max-width:100%; float:left;}
/***************************** Responsive Media ******************************/
@media (min-width: 768px) and (max-width: 1199px) {
	.get_form1 input.sb_btn{
   
    padding: 8px;
    font-size: 14px;
    
}
    .navbar-collapse.collapse {
        
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
.box-icon > .info > h3.title {
    font-size: 26px;
}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
.indoariqulaity  .vc_col-sm-3{ width:47%; margin-bottom:15px;}
	.product_raw.homarared ul li{ width:31%;  margin-right:2%; margin-bottom:2%;}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.call_info p {
	font-size: 16px;
}
.em_service a {
	font-size: 15px;
}
.logo img{ width:170px;}
.skdslider .slide-desc {
	bottom: 10px !important;
}
.skdslider{ height:auto !important;}
.get_form {
	width: auto;
	float:none;
}
.badge2 img {width: 90px;float: right;}
.bx-wrapper img {
	max-width: 87% !important;
}	
.navbar-nav > li {
    float: none;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}	
}
@media screen and (max-width: 959px) {
.navbar{display: none !important;}

}
@media screen and (max-width: 767px) {
	.product_raw.homarared ul li{ width:48%;  margin-right:2%; margin-bottom:2%;}

	.home .product_raw .product-categories--box {
    min-height: auto;
}
	.buttoonpage.button {width:100%;}
.Social_Links {
	clear: both;
}
.indoariqulaity  .vc_col-sm-3{ width:100%; margin-right:0px;  margin-bottom:15px;}
.Top_left .Top_links {
	text-align: center;
}
.email_info {
    padding-top: 0;
    text-align: center;
}
.call_info p {
	font-size: 20px;
}
.logo{text-align:center; display:block}
.em_service {
	margin: 20px 0;
	text-align: center;
}
.em_service {
	text-align: center;
}
.skdslider {
    height: 200px !important;
}
section {
    padding: 30px 0;
}	
.get_form {
	width: auto;
	float: none;
}	
#testimonials .testimonials-list .testimonial-right-handle {
	right: -10%;
}
#testimonials .testimonials-list .testimonial-left-handle {
	left: -10%;
}
#testimonials .testimonials-list .single-testimonial .testimonial-holder {
	padding: 20px;
}
	
}
@media screen and (max-width: 650px) {
.ppproduct{ width:100%; float:left;
}
}
@media screen and (max-width: 533px) {
.skdslider {
    height: 100px !important;
}
.skdslider .slide-desc{ display:none;}
#Welcome_row h3 {
	font-size: 26px;
	width: 100%;
	text-align: center;
}	
#Welcome_row{ text-align:center}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-content {
	text-align: center;
}
.testirow h4{text-align: center;}
.badge2{
    text-align: center;
}
.badge2 img{ display:inline-block}	
section h4 {
	font-size: 24px;
	margin-bottom: 25px;
}	
}
@media screen and (max-width: 450px) {
	.indoariqulaityimages .wpb_single_image { width:60% !important; float:right !important; margin-left:20px !important;}
.airhumber .wpb_single_image { width:60% !important; float:left !important; margin-right:20px !important;}

	}
 .ubermenu-main.ubermenu-sticky{ background:#0067B1 !important;}
.ubermenu .ubermenu-target-text{ font-size:15px !important; font-weight:normal !important;}
.ubermenu-responsive-toggle{ border:none !important;}
#wpcf7-f53-p32-o1 textarea{ height:65px !important;}
.wpcf7-response-output{ border:none !important; color:#fff !important;}
.vc_images_carousel .vc_carousel-indicators{ bottom:-35px !important;}
.navbar-collapse{ display:block !important;}
.shiftnav-menu-title{ display:none;}

.subheading{ background:#008ACD; float:left; width:100%;}
.subheading H1{    font-size: 34px;
    color: #fff;
    font-family: 'Rockwell', sans-serif;
    line-height: 38px;
    text-align: left;
    margin-top: 35px;
    margin-bottom: 35px;}
.leftdiv{ width:65%; float:left; margin-right:5%;}
.rightdiv{ width:30%; float:right;    padding-bottom: 40px;}
.maindivv{ width:100%; margin-top:60px; float:left;}

.leftdiv p{    font-size: 15px;
    color: #757575;
    line-height: 24px;
    margin-bottom: 15px;}
	.hsvcinfo{background: #485975;
    margin-bottom: 20px; text-align:center; padding:20px;}
	.hsvcinfo h3{font-size: 30px;
    color: #fff;
    font-family: 'Rockwell', sans-serif;
    line-height: 36px;
    width: 100%;
    padding: 20px;
    margin: 0px;}
	.innerdiv{
		
		color:#fff;
		
		
		}
		.hsvcinfo img { max-width:100%;}
		.leftdiv h2{font-size: 30px;
    color: #EF3E42;
    font-family: 'Rockwell', sans-serif;
    line-height: 30px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom:10px;
    padding-top:0px;
}
	.couponss .wpb_text_column{ text-align:center !important;}
	.couponss h2{color:#0067B1 !important;    text-align: center;
    padding: 10px;}
	
	.couponss img{margin:10px 0px;}
	.couponss p{ font-size:15px;}
	.couponss ul li{color: #757575;
    line-height: 24px;font-size: 15px;}
		@media screen and (max-width: 768px) {
			.leftdiv{ width:100%; float:left; margin-right:0;}
.rightdiv{ width:100%; float:left;    padding-bottom: 40px;}
			}

	