/*
Theme Name: Labh Poly Fab
Theme URI: http://underscores.me/
Author: Dit India
Author URI: http://ditindia.com/
Description: DIT India is a web and mobile user experience design and development company, based in the city of Ahmedabad, India.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: labh-poly-fab
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Labh Poly Fab is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on December 1, 2016 */
@font-face {
    font-family: 'montserratblack';
    src: url('montserrat-black-webfont.woff2') format('woff2'),
         url('montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratmedium';
    src: url('fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham_boldregular';
    src: url('fonts/ufonts.com_gotham-bold-webfont.woff2') format('woff2'),
         url('fonts/ufonts.com_gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham_htfmedium';
    src: url('fonts/gothamhtf-medium-webfont.woff2') format('woff2'),
         url('fonts/gothamhtf-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
      padding: 0 0 0 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
   list-style: outside none none;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:hover,
a:focus,
a:active {
	color: #cc4347;
	transition: all 0.15s linear 0s;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

textarea:focus, input:focus{
    outline: none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;

}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/*-------------My Styles---------*/

html, body{font-family: 'Open Sans', sans-serif;font-size: 14px;}

/*Header Css*/
#header{width: 100%;}
.header-rw{padding: 20px 0;}
.logo{text-align: center;}
.right-menu {clear: both;display: block;float: right;margin-top: 20px;}
.input-wrap {border-radius: 2px;;background: #ffffff none repeat scroll 0 0;border: 1px solid #e0e0e0;display: block;float: left;height: 32px;margin-left: 30px;margin-top: 10px;width: 165px;}
.srch-form {margin: 0;padding: 0;width: 100%;}
#search_query {background: #ffffff none repeat scroll 0 0;border: 0 none;float: left;height: 30px;padding: 0;width: 80%;font-family: 'Source Sans Pro';font-size: 13px;text-transform: capitalize;font-weight: 400;letter-spacing: 0.4px;}
.srch-btn {background: rgba(0, 0, 0, 0) url(images/search.png) no-repeat scroll center center;border: 0 none;cursor: pointer;float: left;height: 30px;padding: 0;width: 20%;}

/*nav menu css*/
#header .nav li a{color: #393939;font-size: 13px;text-transform: uppercase;font-family: 'montserratregular';padding: 15px 18px;	}
#header .nav li a:hover, #header .nav li a:focus{
   color: #cf4844;
 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
/*slider section */
.banner-slider .tp-button {-webkit-box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.2);
box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.2);background-color: #282828;background-image: none;border-radius: 28px;font-size: 14px;font-weight: 100;letter-spacing: 0.3px;padding: 15px 15px 15px 28px;text-shadow: none !important;text-transform: uppercase;font-family: 'gotham_htfmedium';text-align: left;vertical-align: middle;text-decoration: none;}
.banner-slider .tp-caption {margin-top: 35px;display: block;}
.banner-slider .tp-button img{margin-left: 25px;margin-bottom: 1px;}
/*content section css*/
.content-section{width: 100%;background: url(images/leading.png) no-repeat center left;height: 340px;float: left;clear: both;display: block;background-size: 100%;}
.leading-content{padding: 40px 0;width: 63%;margin: 0 auto;text-align: center;}
.leading-content h2, .labhpoly-container h2{color: #111111;font-size: 30px;line-height: 35px;font-weight: 400;font-family: 'montserratregular';margin-bottom: 20px;}
.brdr{background: #cd4944 none repeat scroll 0 0;display: block;height: 1px;margin: 0 auto;width: 130px;margin-bottom: 17px;}
.leading-content p{color: #3b3b3b;font-size: 16px;line-height: 30px;}
.site-content {min-height: 500px;}
.entry-header {margin-bottom: 40px;margin-top: 20px;}
.entry-title, .page-title {border-bottom: 1px solid #c5c5c5;border-top: 1px solid #c5c5c5;font-family:'montserratregular';font-size: 20px;margin-top: 10px;padding-bottom: 5px;padding-top: 5px;color: #cf4844;font-weight: 300;text-transform: capitalize;text-align:center;}
/* category section */
.category-home .first{padding: 0;float: left;width: 33.3%;position: relative;}
.category-home .first .turecate_title {position: absolute;bottom: 28px;left: 7.5%;background: url(images/cat_img.png) no-repeat center right;width: 85%;padding: 11px 16px 11px 15px;}
.category-home .first .category_img a img {width: 99%; border: 2px solid #d7d7d7;}
.category-home .first .turecate_title > a {line-height: 32px;color: #fff;font-family: 'montserratregular';font-size: 16px;}

/*why Choose section */
.whysection {padding: 80px 0px;text-align: center;}
.whysection .catename {text-align: center;color: #111111;font-family: 'montserratregular';font-size: 30px; margin-bottom: 30px;}
.whysection .why_content {font-size: 15px;line-height: 27px;padding: 0px 20px 20px 20px;}
.whysection h1{font-family: 'montserratregular';font-size: 18px;font-weight: 400;color: #121212;}
.whysection .read-more a{font-family: 'Source Sans Pro';font-weight: 500;text-transform: uppercase;color: #3281d2;letter-spacing: 0.3px;padding-left: 8px;vertical-align: middle;}

/*Wordclass section*/
.wordclass_content {text-align: center;padding: 126px 15px;}
.wordclass_content {font-family: 'montserratregular';font-size: 30px;color: #fff;}
.wordclass_content p{color: #cdcdcd;margin-top: 5px;font-size: 14px;}
.wordclass_content .learnmore {text-decoration: none;text-transform: uppercase;font-family: 'gotham_htfmedium';font-size: 14px;background-color: #fff;border-radius: 50px;display: block;margin: 27px auto 0;padding: 6px 14px 6px 30px;width: 15em;text-align: left;color: #424242;height: 50px;line-height: 41px;font-weight: normal;}
.aerrow {padding-left: 16%;padding-bottom: 3px;} 

/*footer*/
footer{padding: 50px 0px;background-color: #f9f8f7;}
.copyright {text-align: center;}
.copyright ul {margin: 0;}
.copyright ul li {display: inline;padding-right: 5px;font-size: 12px;color: #4b4b4b;font-family: 'Source Sans Pro';font-weight: 300;letter-spacing: 0.3px; }
.copyright ul li:last-child {padding-left: 20px;}

/*single page*/
.single.postid-13 .wp-post-image, .single.postid-16 .wp-post-image, .single.postid-10 .wp-post-image{display: none;}
.single_post img, .img-wrap .img-class img{text-align: center;margin: 0 auto;margin-bottom: 30px;}
/*contact form */
.wpcf7-not-valid-tip {text-align: left;}
#wpcf7-f61-p21-o1{width: 100%;max-width: 600px;text-align: center;margin-bottom: 30px;margin-top:0;}
iframe {
    max-width: 100%;
}
#wpcf7-f61-p21-o1 .wpcf7-text,#wpcf7-f61-p21-o1 .wpcf7-textarea,#wpcf7-f61-p21-o1 .wpcf7-captchar {
background-color: #ffffff !important;
border: 1px solid #d3d3d3;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
font-size: 14px;
 color: #666 !important;
padding: 8px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 10px;
border-radius: 0;
font-family: 'montserratregular';
text-transform: uppercase;
}
.wpcf7-form .wpcf7-submit {
margin: 8px auto 0;
cursor: pointer;
font-size: 14px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 6px 20px;
height: 41px;
background: transparent;
border: 2px solid #cc4347;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.15s linear 0s;
font-family: 'gotham_htfmedium';
color: #666;
box-shadow: none;
text-transform: uppercase;
}
.wpcf7-form .wpcf7-submit:hover {
background-color: #282828;
padding: 6px 20px !important;
color: #fff;
border-color: #282828;
transition: all 0.15s linear 0s;
box-shadow: none;
}
.wpcf7-form {border: 1px solid #d3ced2;
    border-radius: 5px;
    margin: 2em 0;
    padding: 20px;}
#wpcf7-f61-p21-o1 .wpcf7-text:focus,#wpcf7-f61-p21-o1 .wpcf7-textarea:focus,#wpcf7-f61-p21-o1 .wpcf7-captchar:focus{border: 1px solid #46aefe;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 0 5px #46aefe;}
/*enqury*/
form .form-row .required{border: 0 none;
    color: red;
    font-weight: 700;}
.bb{text-align: center;}
.wpcf7-form {border: 1px solid #d3ced2;
    border-radius: 5px;
    margin: 0 0 2em 0;
    padding: 20px;}
#wpcf7-f63-p23-o1 {width: 55%;margin: 0 auto;}
.page-id-23 .wpcf7-form {text-align: left;margin-top: 10px;}
.form-row {margin: 0 0 6px;}
.form-row-first ,.form-row-last{padding: 3px;
     float: left;
    overflow: visible;
    width: 47%; 
    margin-bottom: 0px;
}  
.form-row-last{float: right;}
.page-id-23 form .form-row input,.page-id-23 form .form-row textarea,.page-id-23 form .form-row select{padding: 5px;font-size: 15px;font-family: "open_sanslight";border: 1px solid #d3d3d3;
    border-radius: 0;
    box-shadow: none;
    line-height: normal;
    outline: medium none;
    width: 100%;
    color: #666;
    margin-top: 5px;
    }
form .form-row input:focus,form .form-row textarea:focus{ border: 1px solid #46aefe;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 0 5px #46aefe;}

span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    font-size: 1em;
}

form .form-row p{margin: 1px;}
/*404*/
.page-content .search-form .search-submit {background-color: #282828;
  	background-position: 161px 13px;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 50px;
    box-shadow: none;
    cursor: pointer;
    font-family: "montserratmedium";
    height: 30px;
  	text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 90px;color: #fff;}
.page-content .search-form .search-field{
	border: 1px solid;
    font-family: "montserratmedium";
    font-size: 16px;
    padding: 5px;
    font-weight: 400;
}
/*search*/
.search-no-results .search_custom header h1.page-title{border: 0;}
.search-results .entry-title a{color: #727472;
    font-family: "montserratregular";
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    outline: medium none;
    text-transform: capitalize;}

.search-results .read-more{margin-bottom: 20px;}
.search-results a {color: #cf4844;}

/*product page*/
.product-box {min-height: 600px;}
.hovereffect {cursor: pointer;float: left;height: 100%;overflow: hidden;position: relative;text-align: center;width: 100%;}
.hovereffect img {display: block;height:auto;max-width: 100%;object-fit: cover;position: relative;transition: all 0.4s linear 0s;}
.hovereffect:hover img {transform: scale(1.2);}
.product-box .turecate_title {padding-bottom: 5px;padding-top: 10px;text-align: center;}
.product-box .turecate_title a {color: #cf4844;font-size: 16px;margin-top: 10px;text-transform: uppercase;outline: none;font-family: 'montserratregular';font-weight: 400;text-transform: capitalize;}
.product-box .turecate_title a:hover {color: #282828;outline: none;text-decoration: none;}
.product-box .turecate_content {font-size: 14px;margin-bottom: 10px;text-align: center;}
.product-box .read-more {text-align: center;}
.product-box .read-more a {background: #cf4844 none repeat scroll 0 0;border-radius: 16px;color: #ffffff;font-family: "montserratregular";font-size: 14px;letter-spacing: 0.4px;padding: 8px 19px;}
.product-box .read-more a:hover {background-color: #282828;}
.page #main .next {text-align: right;margin: 20px 0px;}
.page #main .prev {text-align: left;margin: 20px 0px;}
.page #main .prev a,.page #main .next a{color: #cf4844;}
.page #main .prev a:hover,.page #main .next a:hover {color: #282828;}
/******** media ******/

@media only screen and (max-width : 800px){
#search {display: none;}
#site-navigation {display: none;}
.leading-content {width: 100%;}
.leading-content h2, .labhpoly-container h2 {font-size: 22px;}
.category-home .first {width: 100%;margin-bottom: 2px;}
.leading-content {padding: 10px;}
.content-section {float: unset;height: auto;}
.whysection {padding: 30px 0px;}
.whysection .read-more{margin-bottom: 30px;}
.wordclass_content a {font-size: 22px;}
.copyright ul li:last-child {display: block;padding-left: 5px;margin-top: 10px;}
.copyright ul {padding-left: 0px;}
.category-home .first .turecate_title{background-position: right;}
.category-home .first .turecate_title > a {font-size: 15px;}
.banner-slider .tp-caption {margin-top: 5px;}
#responsive-menu-container .responsive-menu-search-box {height: 29px!important;}

}
@media screen and (max-width : 415px){
.img-wrap .img-class.col-xs-6{width: 100%}
.banner-slider .tp-revslider-mainul .mediumgreynew {left: 108px !important;}
.banner-slider  .tp-revslider-mainul .mediumtextnew{font-size: 11px !important;left: 32.333px !important;line-height: 15px !important;} 
.banner-slider .tp-button img {margin-left: 10px;}
.banner-slider  .tp-button {font-size: 9px;padding: 9px 9px;}
.wpcf7-form { padding: 7px;}
#wpcf7-f63-p23-o1 {width: 100%;}
#wpcf7-f61-p21-o1 {width: 100%;}
.wordclass_content .learnmore {width: 14em;padding: 0px 8px 2px 11px;height: 35px;font-size: 10px;line-height: 38px;}
.aerrow {padding-bottom: 5px;padding-left: 19%;width: 4em;}
}
@media screen and (min-width : 416px) and (max-width : 767px) {
.banner-slider  .tp-button {font-size: 10px;padding: 10px 8px;padding-left: 9px;}
.banner-slider .tp-button img {margin-left: 15px;}
.category-home .first {width: 66%;margin: 0 auto;margin-bottom: 20px;float: unset;}
.wpcf7-form { padding: 7px;}
#wpcf7-f63-p23-o1 {width: 100%;}
#wpcf7-f61-p21-o1 {width: 100%;}
.wordclass_content .learnmore {width: 14em;padding: 0px 8px 2px 11px;height: 35px;font-size: 10px;line-height: 37px;}
.aerrow {padding-bottom:3px;padding-left: 19%;width: 4em;}
.wordclass_content {font-size: 24px;}
.product-box {
    min-height: 553px;
}
}
@media screen and (min-width : 768px) and (max-width : 1000px) {
.category-home .first {width: 66%;margin: 0 auto;margin-bottom: 20px;float: unset;}
.whysection .why_content{padding: 0 147px 26px;}
.wordclass_content {font-size: 29px;}
}
@media screen and (min-width : 800px) and (max-width : 1200px){
#header .nav li a {font-size: 11px; padding: 13px 8px;}
}


@media (width:768px){.banner-slider .tp-revslider-mainul .mediumgreynew{left: 288px !important;}
button#responsive-menu-button {top:32px!important;}
}
@media (width:375px){
	.banner-slider  .tp-revslider-mainul .mediumtextnew{left: 57.333px !important;}
	.banner-slider .tp-revslider-mainul .mediumgreynew{left: 135px !important;}
	
}
@media (width:414px){
	.banner-slider  .tp-revslider-mainul .mediumtextnew{left: 70.333px !important;}
	.banner-slider .tp-revslider-mainul .mediumgreynew{left: 152px !important;}
	
}

.img-class {
    margin: 0 0 20px;
}
p{
 margin-top: 0;
 margin-bottom: 20px;
}
.entry-content ul, .entry-content ol{
 padding-left: 20px;
 margin-left: 20px;
}
.row.img-wrap {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.row.img-wrap h3{
margin-top: 0;
}

.clearfix::before, .clearfix::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after {
    content: " ";
    display: table;
}
*, *::before, *::after {
    box-sizing: inherit;
}
*::before, *::after {
    box-sizing: border-box;
}
.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clearfix::after, .container::after, .container-fluid::after, .row::after, .form-horizontal .form-group::after, .nav::after, .navbar::after, .navbar-header::after, .navbar-collapse::after {
    clear: both;
}
.clearfix::before, .clearfix::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after {
    content: " ";
    display: table;
}
*, *::before, *::after {
    box-sizing: inherit;
}
*::before, *::after {
    box-sizing: border-box;
}
.product-box .product_img{
    border: 2px solid #e7e7e7;
}
.img-wrap .img-class .hovereffect{
    border: 2px solid #e7e7e7;
    margin-bottom: 15px;
}
.nav .menu-item-has-children:hover .sub-menu{
 display: block;
}
.nav .sub-menu {
    background: #eeeeee none repeat scroll 0 0;
    display: none;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    width: 260px;
    z-index: 999;
}
.nav .sub-menu:after {
	content: '';
	display: block;  
	position: absolute;
	left: 12px;
	bottom: 100%;
	width: 0;
	height: 0;
	border-bottom: 10px solid #eeeeee;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.sub-menu li {
    padding: 3px 0;
}
#header .sub-menu li a{
   text-transform: capitalize;
}
#header .sub-menu li a:hover, #header .sub-menu li a:focus{
 text-decoration: none;
color: #cf4844;
}
.img-class > h3 {
    line-height: 21px;
    margin-bottom: 20px;
    margin-top: 0;
}
.dl-horizontal dt {
  float: left;
  width: 125px;
  overflow: hidden;
  clear: left;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dt em {
    color: #ffffff;
    font-size: 1px;
}
a, a:hover, a:focus, a:active {
    color: #cc4347;
}
#cboxPrevious:focus, #cboxPrevious:hover, button:focus{
    outline: none;
}
.group1.cboxElement > img {
    max-height: 390px;
}
.infra ul{
   margin-left: 0;
    padding-left: 15px;
}
.contactform iframe {
    max-width: 100%;
    width: 100%;
}

@media only screen and (max-width : 767px){
.img-wrap .img-class.col-sm-3, .img-wrap .img-class.col-sm-6{
 text-align: center;
}
.group1.cboxElement {
    display: block;
    text-align: center;
}
#cboxContent{
 max-height: 258px!important;
}
.cboxPhoto{
 max-height: 230px!important;
 width: auto !important;
}
#cboxCurrent{
display: none!important;
font-size: 8px;
}
#wpcf7-f61-p21-o1{
margin: 0 auto;
}
.contactform .col-md-6 {
    text-align: center;
margin: 0 auto;
}
.contactform iframe {
  height: auto;
}

}

@media only screen and (max-width : 480px){
 .dl-horizontal dt {
    clear: none;
    float: none;
  margin-bottom: 15px;
}
.dl-horizontal dt em {
    display: none;
}
.dl-horizontal dd {
    margin: 0 0 10px;
}


}
