body{
	font-family: 'Poppins', sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	 
}
/*-- General Css --*/
p{
	font-weight: 400;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6{margin-top: 0px;padding-top: 0px;}
h2{font-size: 30px;color: #ec0808;position: relative;margin-bottom: 20px;}
h2 span{color: #4a4545;}
h2.title{font-size: 30px;color: #ec0808;position: relative;text-align: center;margin-bottom: 30px;}
h2.title:before{
	content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #4a4545;
    bottom: -10px;
        left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
h3{
	font-weight: 600;
}
.default-button{
	background-color: transparent;
	color: #ec0808;
    border: 1px solid #ec0808 !important;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 500;
    min-width: 220px;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.default-button:hover	{
	background: #ec0808 !important;
	color: #fff;
}
a, a:visited, a:hover, a:focus{text-decoration: none;}
ul,li,ol{padding: 0px;margin: 0px;list-style-type: none;}
.text-justify{
	text-align: justify;
}
.text-center{
	text-align: center;
}
.text-uppercase{
	text-transform: uppercase;
}
.text-red{color:#ec0808;}
.mt1{margin-top: 10px;}
.mt2{margin-top: 20px;}
.mt3{margin-top: 30px;}
.mt4{margin-top: 40px;}
.mt5{margin-top: 50px;}
.mb1{margin-bottom: 10px;}
.mb2{margin-bottom: 20px;}
.mb3{margin-bottom: 30px;}
.mb4{margin-bottom: 40px;}
.mb5{margin-bottom: 50px;}
/*-- End General Css --*/
.page-template-front-page header{
	/*position: absolute;*/
}
header{
    width: 100%;
    position: relative;
    z-index: 100;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header.sticky{
	position: fixed;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header.sticky .top-bar{
	display: none;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header.sticky .main-nav {
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: fixed;
	width: 100%;
	top: -90px;
}
.header.sticky .navbar-default{background-color: #ec0808;}
.top-bar{/*background-color: rgba(255, 255, 255, 0.8);*/ background:#464646;padding: 5px 0;}
.top-bar-search{float: right;}
.input-group.search-group{display: block;}
.input-group.search-group .form-control{
	border-radius: 0;
    height: 30px;
    border: 1px solid #ec0808;
    padding: 5px 10px;
    font-size: 12px;
    color: #000;
    width: 210px;
    display: inline-block;
    }
.input-group.search-group .input-group-btn{float: right;}
.input-group.search-group button{
	width: 35px;
    height: 30px;
    color: #fff;
    background: #ec0808;
    border-radius: 0;
    border: 0;
    float: right;
}
.top-bar-nav{}
.top-bar-nav li{display: inline-block;margin-top: 5px; color:#fff;}
.top-bar-nav li a{font-size: 14px;font-weight: 500; /*color: #4a4545;*/ color:#fff;}
.top-bar-nav li a i{}

.navbar-default{
	margin: 0px;
	border:0px;
	border-radius: 0px;
	min-height: auto;
	/*background-color: rgba(236, 9, 9, 0.8);*/
	background-color: rgb(255, 255, 255);
}
.navbar-default .navbar-header .navbar-brand{height: auto;padding: 0px;margin: 0px;}
.navbar-default .navbar-header .navbar-brand img{max-width: 100%;}
.navbar-default .navbar-nav{margin-top: 25px;}
.navbar-default .navbar-nav>li>a{font-size: 14px;font-weight:500;color:rgb(236, 9, 9);text-transform: uppercase;}
.navbar-default .navbar-nav>li>a:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  bottom: 12px;
  left: 9%;
  background-color: rgb(236, 9, 9);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-default .navbar-nav > li.current-menu-item > a:before, .navbar-default .navbar-nav>li>a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.navbar-default .navbar-nav > li.current-menu-item > a{color:#000;}
.navbar-toggle{
	margin-top: 20px;
	border: 2px solid transparent;
    border-radius: 6px;
    }
    .navbar-default .navbar-toggle {
    border-color: #fff;
	}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
	}
.menu-item-has-children{}
.sub-menu{
	position: absolute;
	background-color: #ec0808;
	padding: 0px;
	margin: 0px;
	min-width: 480px;
	display: none;
}
li span.opensubmenu {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: normal;
    position: absolute;
    right: 0px;
    padding: 16px 15px;
    top: 0;
    z-index: 111;
    cursor: pointer;
}
.sub-menu li a{
	display: block;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    }
.menu-item-has-children:hover .sub-menu{display: block;}
.main-home-slider{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
/*	padding-top:42px;*/
}
.banner-shap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.banner-caption{
	top: 0;
	left: 0;
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.baner-text{}
.baner-text h1{color: #ec0808;font-size: 36px;font-weight: bold;margin-bottom: 10px;position: relative;}
.baner-text h1:before{position: absolute;left: 0;top: -30px;content: "";width: 100px;height: 5px;background-color: #ec0808;}
.baner-text h2{color: #4a4545;}
#owl-homeslider{
	width: 100%;
	z-index: auto;
	position: relative;
	}
#owl-homeslider .item{
	height: auto;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
}
#owl-homeslider .item:before{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	content: "";
	/*background-color: #fff;*/
	background-color: rgba(0,0,0,0.2);
	opacity: 0.5;
}
#owl-homeslider .owl-dots {
    bottom: 30px;
    position: absolute;
    z-index: 100;
    right: 20%;
}

#owl-homeslider .owl-dot {
    background: #7d7d7d none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    display: inline-block;
    height: 3px;
    margin-right: 5px;
    width: 60px;
    position: relative;
}

#owl-homeslider .owl-dot.active {
    background: #ec0808;
}
.welcome-section {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 60px;
    padding-bottom: 30px;
}
.welcome-info{margin-bottom: 30px;}
.welcome-info p{font-weight: 400;}
.welcome-img{position: relative;margin-bottom: 30px;display: inline-block;}
.welcome-img:before{
	width: 81px;
	height: 48px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	z-index: 10;
	background-image: url(../images/wel-top.png);
	
}
.welcome-img:after{
	width: 81px;
	height: 48px;
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 10;
	background-image: url(../images/wel-bottom.png);
}
.product-section{
	padding-top: 60px;
    padding-bottom: 30px;
    }
.product-block{
	margin-bottom: 30px;
	}
.product-block .product-img{
	height: 220px;
	background-size: cover;
    background-position: center;
}
.product-block .product-info{
	background-color: #ec0808;
	text-align: center;
	padding: 20px 10px;
	min-height: 120px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product-block .product-info h3{color: #fff;font-size: 20px;}
.product-block .product-info p{color: #fff;font-weight: 500;}
.product-block .product-info .readmore-btn{
	color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.product-block:hover .product-info{background-color: #02001a;}

.parallax-section{
	background-image: url(../images/footer-bg.jpg);
	background-size: cover;
    background-position: center;
    background-attachment: scroll;
    position: relative;
    height: 550px;
    display: flex;
    align-items: center;

    }
.parallax-section:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #02001a;
	z-index: 1;
	opacity: 0.9;
}
.parallax-section h2{color: #fff;}
.parallax-section h2:before{background-color: #fff;}
.parallax-section .container{
    position: relative;
    z-index: 10;
}
.parallax-btn{
	width: 100%;
	text-align: center;}
	.parallax-btn a{
		display: inline-block;
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    margin: 15px;
    padding: 10px 30px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

	}

	.parallax-btn a:hover{
		background-color: #fff;
		color: #02001a;
		
	}
.counter-section{}
.certificate-section{
	padding: 60px 0;
	}
.certificate-img{
	display: block;
	width: 100%;
	text-align: center;
	}
.counter-section{}
.counter-block{
	font-family: 'Oswald', sans-serif;
	margin: 30px 0;
	}
.counter-block .count-left-block{
	width: 74px;
	height: 74px;
	background-color: #191a2d;
	border:1px solid #fff;
	float: left;
	margin-right: 10px;
	display: flex;
	align-items: center;
	text-align: center;
}
.counter-block .count-left-block img{margin:0 auto;}
.counter-block .count-left-block span:nth-child(3){
	    font-size: 16px;
    display: block;
    margin-top: 24px;
    font-family: poppins;
    font-weight: 500;
    }
.counter-block .count-left-block h5{
	letter-spacing: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    line-height: 0;
}

.counter-block .count-right-block{
	float: left;
	}
.counter-block .count-right-block h6{
	color: #999999;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    }
.counter-block .count-right-block h2{font-weight: 700;color: #fff;font-size: 28px;}
.counter-block .count-right-block h2 span{color: #fff;}
footer{
	background-image: url(../images/footer-bg.jpg);
	background-size: cover;
    background-position: bottom;
    position: relative;
    padding-top: 60px;
}
footer:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #02001a;
	z-index: 1;
	opacity: 0.9;
}
footer .container{
    position: relative;
    z-index: 10;
}
.footer-block {
	margin-bottom: 30px;
}
.footer-block h3{
	color: #fff;
	font-weight: 600;
	position: relative;
	margin-bottom: 50px;
}
.footer-block h3::before{
	position: absolute;
	content: "";
	width: 80px;
	height: 1px;
	background-color: #fff;
	left: 0;
	bottom: -10px;
}
.footer-block .linknav{
	display: inline-block;
	width: 45%;
}
.footer-block .linknav li{position: relative;margin-bottom: 10px;padding-left: 15px;}
.footer-block .linknav li::before{position: absolute;content: "";left: 0;top:8px;width: 5px;height: 5px;background-color: #e4e4e4;}
.footer-block .linknav li a{	color: #e4e4e4;	font-size: 16px;	font-weight: 500;}
.f-contact-info{margin-bottom: 10px;}
.f-contact-info .fci-icon{
	float: left;
    color: #e4e4e4;
    font-size: 16px;
    }
.f-contact-info .fci-info{
	padding-left: 30px;
    color: #e4e4e4;
    }
.f-contact-info .fci-info a{color: #e4e4e4;}
.footer-copy{background-color: #060527;padding: 10px 0;text-align: center;}
.footer-copy .copy-text{font-size: 16px;color: #e4e4e4;font-weight: 500;}

.inner-banner{
	background-image: url(../images/inner-banner.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	position: relative;
	height: 300px;
	display: flex;
	align-items: center;
}
.inner-banner:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0,0,0,0.3);*/
	/*opacity: 0.8;*/
}
.inner-banner h1{
	color: #fff;
	position: relative;
}
.inner-banner h1:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -10px;
	width: 120px;
	height: 3px;
	background-color: #fff;
}
.inner-main-section{
	padding-top: 60px;
	padding-bottom: 60px;
}
.contact-form{}
.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form label{
	color: #6f6f6f;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
    }
.contact-form input{
	    border: 0;
    border-bottom: 1px solid #6f6f6f;
    border-radius: 0;
    }
.contact-form textarea{
	    border: 0;
    border-bottom: 1px solid #6f6f6f;
    border-radius: 0;
    resize: none;
    }
.contact-form .submit-btn{}
.contact-info{
	    margin-bottom: 20px;
    float: left;
    clear: left;
    width: 100%;
}
.contact-info .fci-icon{
float: left;
    color: #6f6f6f;
    font-size: 24px; 
    }
.contact-info .fci-info{
padding-left: 40px;
    color: #6f6f6f;
    font-size: 18px;
    font-weight: 400;
    }
.contact-info .fci-info a{color: #6f6f6f;}
.tab-design{}
.tab-design .nav-tabs{
	border: 0;
    background: #fff;
    }
.tab-design .nav-tabs>li{
	/*display: block;*/
    width: 14%;
    border:0px;
    margin: 0px;   
}
.tab-design .nav-tabs>li>a{
    margin-bottom: -1px;
    border: 1px solid #ddd;
    /*border-radius: 20px 20px 0 0;*/
    color: #333;
	font-weight: 300;
	padding: 10px;
	min-height: 90px;
	text-align:center;
    }
.tab-design .nav-tabs>li.active>a, .tab-design .nav-tabs>li.active>a:focus, .tab-design .nav-tabs>li.active>a:hover{
	border-color:#ddd;
    background: #ec0808;
    color: #fff;
    }
 .tab-design .nav-tabs>li a:hover{
	border-color:#ddd;
    background: #ec0808;
    color: #fff;
    }

.tab-design .tab-content>.tab-pane{padding:0;}

.table-design table tr th{    
	 padding: 12px 8px;
	background: #ec0808;
    color: #fff;
}
.table-design table tr td{
	vertical-align: middle;
	    padding: 8px;
	font-size: 16px;
    font-weight: 400;
    }
/*.table-design table tr:nth-child(odd) {background-color: #f2f2f2;}*/


div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {border: 2px solid #df4133;clear: both;margin: 22px;}

.cat_image_repter , .cat_image_repter .subimg {
    margin-bottom: 20px;
}
.cat_image_repter img{
    margin: 0 auto;
}


.doc_name {text-align: center;margin-top: 5px;color: black;font-size: 12px;}


/*29-09-2018*/
.mainproductlist ul{background: #ec260b;padding: 30px;}
.mainproductlist li a{color: #fff;margin-bottom: 10px;display: block;transition: 0.3s;position: relative;padding-left: 20px;}
.mainproductlist li a:hover{color: #000;}
.mainproductlist li:before{content: '>';position: absolute;color: #fff;font-size: 24px;top: -5px;}
.mainproductlist li{position: relative;}
.mainproductlist li:last-child a{margin-bottom: 0;}



/*22-10-2020*/
.table-chem {
    box-shadow: 0px 5px 50px rgba(0,0,0,0.2);
    border-radius: 8px !important;
    overflow: hidden;
	font-weight: 300;
}
.table-chem thead {
    color: #fff;
    background: #ed1c24;
}
.table-chem > tbody > tr,.table-chem > tbody > tr > td {
    background-color: #EBEBEB;
}
.bg-body {
    background-image: url(http://showcase.pvmishra.com/labort_wp/wp-content/uploads/2020/10/bg-body-left-white.png),url(http://showcase.pvmishra.com/labort_wp/wp-content/uploads/2020/10/bg-body-right-white.png);
    background-position: top 200px left, top 180px right;
    background-repeat: no-repeat, no-repeat;
	background-attachment: fixed;
}
.header.sticky .navbar-default .navbar-nav > li > a {
    color: #fff;
}
.header.sticky .navbar-default .navbar-nav > li.current_page_item > a {
    font-weight:700;
}
.header.sticky .navbar-default .navbar-nav>li>a:before {
	background-color: #fff;
}
.table-dif-color, .table-dif-color tbody tr td, .table-dif-color thead tr th {
    border: 2px solid #fff !important;
}
.table-dif-color tr td:first-child {
    background: #E6E7E8;   
}
.table-dif-color tr td:nth-child(2) {
    background: #CEDFE9;
}
.table-dif-color tr td:nth-child(3) {
    background: #D0DED5;
}
.table-dif-color tr td:nth-child(4) {
    background: #E7D5DE;
}
.table-dif-color tr td:nth-child(5) {
    background: #EAE8D6;
}
.tab-content {
    padding: 30px 10px 10px 10px;
    border: 1px solid #EBEBEB;
}
.section-background{
    position:relative;
    padding: 25px 10px 300px 10px;
    height:100%;
    box-shadow: 2px 2px 2px;
}
.section-background::after{
   content: "";
   background: url(http://showcase.pvmishra.com/labort_wp/wp-content/uploads/2020/10/images-test-1920X1080.png);
   background-size: contain;
	opacity: 0.5;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	z-index: -1;
	bottom: -75px;
	top: 0;
	right: 0;
	left: 0;
}
/*NEW CODE 01/31/2021*/
.breadcrumbs, .breadcrumbs a {
    color: #fff !important;
}
.breadcrumbs ul li {
    display: inline;
    font-weight: 300;
    font-size: 14px;
    padding: 0 0px 0 5px;
}
.top-bar-nav li {
    margin-right: 10px;
}
.navbar-toggle.collapsed {
    background: red;
}

/*New table css 02/06/2021*/
.table.table-chem tbody tr td:nth-child(1), .table.table-chem tbody tr td:nth-child(3), .table.table-chem tbody tr td:nth-child(5), .table.table-chem tbody tr td:nth-child(7) {
    background: #CEDFE9;
    border-bottom: 1px solid white;
}
.table.table-chem tbody tr td:nth-child(2), .table.table-chem tbody tr td:nth-child(0), .table.table-chem tbody tr td:nth-child(6),.table.table-chem tbody tr td:nth-child(8) {
    background: #E6E7E8;
    border-bottom: 1px solid white;
}
.table.table-chem tbody tr td:nth-child(4) {
    background: #E7D5DE;
    border-bottom: 1px solid white;
}

element {

}
.table.table-chem tbody tr td:nth-child(1), .table.table-chem tbody tr td:nth-child(2), .table.table-chem tbody tr td:nth-child(3),.table.table-chem tbody tr td:nth-child(4), .table.table-chem tbody tr td:nth-child(5), .table.table-chem tbody tr td:nth-child(6) {

    vertical-align: middle;
    /*text-align: center;*/

}
.tbl-pro-price {
    text-align: center;
	position: relative;
}
.tbl-pro-price::before {
    content: "\f156 ";
    font: normal normal normal 15px/1 FontAwesome;
    margin-right: 2px;
}