* {
    margin: 0;
    padding: 0;
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, p {
    border: medium none;
    margin: 0;
    padding: 0;
}
a, input, select, textarea {
    margin: 0;
    outline: medium none;
    padding: 0;
}
html {
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
img, fieldset {
    border: 0 none;
}
a {
    border: medium none;
    outline: medium none;
}
input[type="search"] {
}
img {
    border: medium none;
    height: auto;
    max-width: 100%;
    outline: medium none;
    vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}
div, h1, h2, h3, h4, span, p, input, form, img, hr, img, a {
    border: medium none;
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
ul::after {
    clear: both;
    content: "";
    display: block;
}
ul {
    list-style: outside none none;
}
body {
    font-family: 'gothamregular';
    margin: 0;
	overflow-x:hidden;
    padding: 62px 0 0 0;
	background:#fff;
}
@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('../fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gothamregular';
    src: url('../fonts/gotham-light-webfont.woff2') format('woff2'),
         url('../fonts/gotham-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
header{
	margin:0;
	padding:12px 0px;
	z-index:10 ;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.30);
	height:64px;
}
header:after{
	clear:both;
	display:block;
	content:"";
}
.logo {
	margin: 0;
	padding: 6px 0;
}
.search-sec{
	background:#fff;
	position:relative;
	height:42px;
	border:solid 1px #d7d7d7;
	border-radius:3px;
	overflow:hidden;
	margin:0;
	float:right;
}
.search-field{
	width:100%;
	padding:10px 10px;
	color:#9c9c9c;
	font-size:17px;
	background:#fff;
	height:100%;
	border-radius:3px;
	font-family: 'gothamregular';
}
img.s-icon {
	position: absolute;
	top: 9px;
	right: 10px;
}
.mobile-menu{
	display:none;
}
.navigation{
	margin:0;
	padding:0;
}
.navigation ul{
	list-style:none;
	float:left;
}
.navigation ul li {
  float: left;
  margin: 8px 25px 0 0;
  position: relative;
}
.navigation ul li:last-child{
	margin-right:0;
}
.navigation ul li a{
	font-size:18px;
	color:#1a1a1a;
	padding: 0 0 17px 0;
	display:block;
}
.navigation ul li a i {
	vertical-align: middle;
	margin-top: -4px;
}
.navigation ul li a:hover{
	color:#c90018;
}
.navigation ul li a.active{
	color:#c90018;
}
.navigation ul li:hover ul.sub-menu{
	display:block;
}
.navigation ul li ul.sub-menu {
	width: 223px;
	position: absolute;
	left: 0;
	padding: 5px 15px;
	background: #fff;
	display: none;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.10);
	z-index: 9999;
}
.navigation ul li ul.sub-menu li{
	float:none;
	margin:0 0px 0 0;
	padding:0;
}
.navigation ul li ul.sub-menu li a{
	display:block;
	font-size:15px;
	color:#1a1a1a;
	padding:8px 0px;
	font-weight:400;
}
.navigation ul li ul.sub-menu li a:hover{
	color:#c90018;
}
.banner{
	background:url(../images/top-img.png) top center no-repeat;
	background-size:cover;
	height:527px;
}
.product-img{
	margin-top:50px;
	text-align:center;
}
.banner-right{
	margin:0;
	padding:40px 0 0 0;
}
.banner-right h1 {
  color: #fff;
  font-family: "gothambold";
  font-size: 25px;
  line-height: 40px;
  padding-bottom: 20px;
  padding-top: 140px;
}
.banner-right p{
	font-size:34px;
	color:#fff;
	padding-bottom:0px;
	line-height:45px;
}
.form-sec{
	margin:0;
	padding:0;
	box-shadow:0 0 8px rgba(0,0,0,0.20);
	border-radius:0px 0px 15px 15px;
}
.form-sec h3{
	color:#ffffff;
	font-size:26px;
	padding:30px 0;
	margin:0;
	font-weight:700;
	background:#c90018 ;
	border-radius:15px 15px 0 0;
	text-align:center;
	font-family: 'gothambold';
	text-transform:uppercase;
}
.form-inner{
	padding:25px 25px 40px;
	background:#fff;
	border-radius:0px 0px 15px 15px;

}
.field{
	background:#fff;
	position:relative;
	margin-bottom:20px;
}
.field i {
  font-size: 21px;
  left: 20px;
  position: absolute;
  top: 17px;
  color:#9c9c9c;
}
.field .form-control {
  background-color: #ededed;
  background-image: none;
  border:solid 1px #ededed;
  border-radius: 5px;
  box-shadow:none;
  color: #9c9c9c;
  display: block;
  font-size: 20px;
  height: 57px;
  padding: 10px 10px 10px 50px;
  transition: none;
  width: 100%;
  font-weight:400;
  font-family: 'gothamregular';
  border-radius: 30px;
 
}
.field textarea.form-control {
  background-color: #ededed;
  background-image: none;
  border:solid 1px #ededed;
  border-radius: 5px;
  box-shadow:none;
  color: #9c9c9c;
  display: block;
  font-size: 20px;
  height: 150px;
  padding: 10px 10px 10px 50px;
  transition: none;
  width: 100%;
  font-weight:400;
  font-family: 'gothamregular';
  border-radius: 30px;
  resize:none;
 
}
.form-inner .s-btn {
	background: #c90018 none repeat scroll 0 0;
	border: 1px solid #c90018;
	border-radius: 30px;
	color: #fff;
	display: table;
	font-size: 20px;
	margin: 0 auto;
	padding:12px 35px;
	text-transform:uppercase;
	font-family: 'gothambold';
}
.form-inner .s-btn:hover{
	background:#000;
	color:#fff;
	border:solid 1px #000;
}
.top-center-info{
	margin:0;
	padding:0;
}
.contact-info{
	margin:35px 0 0 0;
	padding:0;
	text-align:center;
}
.phone{
	text-align:left;
	margin-bottom:20px;
	display:inline-block;
	margin:0 10px;
}
.phone a{
	font-size:20px;
	color:#1a1a1a;
}
.mail{
	text-align:left;
	display:inline-block;
	margin:0 10px;
}
.mail a{
	font-size:20px;
	color:#1a1a1a;
}
.center-info{
	text-align:center;
	padding:0 80px 40px;
	margin-top:37px;
}
.center-info h1{
	color:#1a1a1a;
	font-size:34px;
	line-height:45px;
	padding-bottom:20px;
	font-family: 'gothambold';
}
.center-info h2{
	color:#1a1a1a;
	font-size:34px;
	line-height:45px;
	padding-bottom:20px;
	font-family: 'gothambold';
}
.center-info p{
	font-size:18px;
	color:#6a6a6a;
	padding-bottom:0px;
	line-height:30px;
}
.feature-bg{
	background:url(../images/feature-bg.jpg) top center no-repeat;
	background-size:cover;
	padding:100px 0;
	background-attachment:fixed;
}
.feature-inner{
	text-align:center;
}
.service-img{
	margin-bottom:20px;
}
.feature-inner h2{
	font-size:22px;
	font-family: 'gothambold';
	color:#fff;
}
.feature-inner p{
	font-size:16px;
	color:#fff;
	padding:25px 0;
	line-height:24px;
}
.feature-inner a{
	font-size:14px;
	color:#fff;
	padding:0px 0;
	display:inline-block;
	line-height:10px;
}
.feature-inner a i{
	vertical-align:top;
}
.feature-inner a:hover{
	color:#c90018;
}
.header-b{
	background:#c90018;
}
.header-b .navigation{
	margin:0;
	padding:0;
}
.header-b .navigation ul{
	list-style:none;
	margin:0 auto;
	display:table;
	background:transparent;
	float:none;
}
.header-b .navigation ul li {
	float: left;
	position: relative;
	margin: 0px 10px;
}
.header-b .navigation ul li:last-child{
	margin-right:0;
}
.header-b .navigation ul li a{
	font-size:16px;
	color:#fff;
	padding:10px 25px;
	display:block;
	text-transform:uppercase;
}
.header-b .navigation ul li a:hover{
	color:#fff;
	background:#a30215;
}
.header-b .navigation ul li a.active{
	color:#fff;
	background:#a30215;
}
.gallery .col-sm-3{
	padding:0;
}
.gallery .col-sm-3:hover .gallery-title{
	left:0%;
}
.gallery-title{
	width:100%;
	background:rgba(0,0,0,0.70);
	padding:0 15px;
	bottom:15px;
	color:#fff;
	position:absolute;
	font-size:18px;
	text-align:center;
	left:-100%;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	top:0;
	height:100%;
}
.gallery-title-b{
	margin:0 auto;
	display:table;
	width:100%;
	height:100%;
}
.gallery-title-c{
	vertical-align:middle;
	display:table-cell;
	width:100%;
	height:100%;
}
.gallery-title-c a {
  color: #fff;
  display: block;
  font-family: "gothambold";
  font-size: 20px;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  padding: 40% 0;
}
	
.overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.30);
}
.product-finder{
	padding:65px 0 35px;
}
.product-finder h1{
	color:#1a1a1a;
	padding-bottom:30px;
	text-transform:uppercase;
	font-size:30px;
	margin-bottom:60px;
	text-align:center;
	position:relative
}
.product-finder h2{
	color:#1a1a1a;
	padding-bottom:30px;
	text-transform:uppercase;
	font-size:30px;
	margin-bottom:60px;
	text-align:center;
	position:relative
}
.product-finder p{
	font-size:18px;
	color:#6a6a6a;
	padding:0px 30px 43px;
	line-height:28px;
}
.product-img-main{
	margin-bottom:30px;
}
.product-img-main:hover{
	box-shadow:0 0 10px rgba(0,0,0,0.50);
}
.form-bg{
	background:url(../images/form-bg.jpg) top center no-repeat;
	background-size:cover;
	padding:90px 45px 100px;
	background-attachment:fixed;
}
.form-bg h1{
	color:#fff;
	padding-bottom:20px;
	text-transform:uppercase;
	font-size:36px;
	font-family: 'gothambold';
}
.form-bg h1 span{
	text-transform:none;
}
.form-bg h1.right-head{
	font-size:30px;
}
.form-bg h2{
	color:#fff;
	padding-bottom:20px;
	text-transform:uppercase;
	font-size:36px;
	font-family: 'gothambold';
}
.form-bg h2 span{
	text-transform:none;
}
.form-bg h2.right-head{
	font-size:30px;
}
.form-bg p{
	font-size:18px;
	color:#fff;
	padding:0px 0px 15px;
	line-height:28px;
}
.form-bg:after{
	clear:both;
	display:block;
	content:"";
}
.form-bg ul{
	list-style:none;
}
.form-bg ul li{
	color:#fff;
	font-size:18px;
	font-weight:400;
	padding-bottom:15px;
	padding-left:30px;
	position:relative;
}
.form-bg ul li:before{
	content: "\f00c";
	position:absolute;
	left:0;
	top:1px;
	font-family: 'FontAwesome';
	color:#fff;
}
.call-btn{
	background:#c90018;
	padding:12px 15px;
	color:#fff;
	font-size:30px;
	font-family: 'gothambold';
	margin-top:15px;
	border-radius:3px;
}
.form-bg .form-control{
	background:#010100;
	height:50px;
	border:solid 1px #646464;
	border-radius:0px;
	box-shadow:none;
	margin-bottom:25px;
}
.form-bg textarea.form-control.address{
	background:#010100;
	height:80px;
	border:solid 1px #646464;
	border-radius:0px;
	box-shadow:none;
	margin-bottom:25px;
	resize:none;
}
.form-bg textarea.form-control{
	background:#010100;
	height:185px;
	border:solid 1px #646464;
	border-radius:0px;
	box-shadow:none;
	margin-bottom:25px;
	resize:none;
}
.s-btn{
	background:#c90018;
	padding:10px 45px;
	color:#fff;
	font-size:24px;
	font-family: 'gothambold';
	margin-top:0px;
	border-radius:3px;
}
.video-sec{
	padding:60px 0 80px 0;
	text-align:center;
}
.video-sec h1{
	color:#1a1a1a;
	padding-bottom:20px;
	text-transform:uppercase;
	font-size:30px;
	line-height:40px;
}
.video-sec p{
	font-size:18px;
	color:#6a6a6a;
	padding:0px 0px 43px;
	line-height:30px;
}
.newsletter-bg{
	background:url(../images/bootom-img.png) top center no-repeat;
	background-size:cover;
	padding-bottom:60px;
}
.news-right{
	padding:215px 0 0 0;
}
.news-right h2{
	color:#fff;
	padding-bottom:25px;
	font-size:30px;
	font-family: 'gothambold';
}
.news-right h3{
	color:#fff;
	padding-bottom:25px;
	font-size:30px;
	font-family: 'gothambold';
}
.news-right .form-control{
	background:#fff;
	height:50px;
	border:none;
	border-radius:0px;
	box-shadow:none;
	margin-bottom:20px;
}
.coating-detail{
	background:#292929;
	position:relative;
	height:646px;
	overflow:hidden;
}
.left-detail{
	padding:60px 0;
}
.left-detail:after{
	clear:both;
	display:block;
	content:"";
}
.left-detail h2{
	color:#fff;
	padding-bottom:15px;
	font-size:24px;
	font-family: 'gothambold';
	line-height:36px;
}
.left-detail p{
	font-size:24px;
	color:#fff;
	padding:0px 0px 20px;
	line-height:30px;
}
.left-detail ul{
	float:left;
	width:50%;
}
.left-detail ul li{
	color:#b4b4b4;
	font-size:18px;
	font-weight:400;
	padding-bottom:5px;
	padding-left:30px;
	position:relative;
}
.left-detail ul li:before{
	content: "\f00c";
	position:absolute;
	left:0;
	top:1px;
	font-family: 'FontAwesome';
	color:#fff;
}
.right-img-bottom{
	position:absolute;
	right:0;
	top:0;
}
.footer{
	background:#1d1d1d;
	padding:15px 0;
}
.footer ul{
	list-style:none;
	margin:0 auto;
	display:table;
}
.footer ul li {
	float: left;
	position: relative;
	margin: 0 15px;
}
.footer ul li a{
	font-size:14px;
	color:#fff;
	padding:0;
	display:block;
}
.footer ul li a:hover{
	color:#f4f4f4;
}
.footer ul li a.active{
	color:#f4f4f4;
}
.top-center-info-inner{
	margin-top:45px;
}
.center-info-inner{
	margin-top:0;
	text-align:left;
	padding:0 0 35px 0;
}
.product-about{
	margin-bottom:35px;
}
.center-info-inner ul{
	list-style:none;
}
.center-info-inner ul li{
	font-size: 18px;
    color: #6a6a6a;
	font-weight:400;
	padding-bottom:15px;
	padding-left:26px;
	position:relative;
}
.center-info-inner ul li:before{
	content: "";
	position:absolute;
	width:10px;
	height:10px;
	left:0;
	top:10px;
	font-family: 'FontAwesome';
	background:#c90018;
	border-radius:100%;
}
.p-menu{
	display:none;
}
.product-main-sec{
	padding:0 0 40px 0;	
	text-align:center;
}
.product-main-sec h1{
	color:#212121;
	font-size:30px;
	padding-bottom:45px;
	position:relative;
	text-transform:uppercase;
}
.owl-carousel {
	margin-top:0px;
}
.product-img-product{
   width:100%;
   text-align:center;
   margin:0;
}
.product-img-product img{
   width:100% !important;
}
.product-main{
	padding:0;
}
.product-main h3{
	padding:15px 0px 15px;
}
.product-main h3 a{
	font-size:21px;
	color:#212121;
	font-family: 'gothambold';
	display:block;
}
.product-main p{
	font-size:15px;
	color:#6a6a6a;
	padding:0px 0px 20px;
	margin-bottom:0px;
	text-shadow:none;
	line-height:24px;
	position:relative;
}
.owl-nav {
	display: none;
}
.owl-theme .owl-dots {
	margin-top:35px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	border-radius: 30px;
}
.buy-btn {
  background: #c90018 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-family: "gothambold";
  font-size: 18px;
  margin-top: 0;
  padding: 10px 25px;
}
.about-main-product{
	padding:50px 0;
}
.product-detail{
	border:solid 1px #d7d7d7;
	padding:10px;
	margin-bottom:20px;
	text-align:center;
}
.right-detail-product h2,.right-detail-product h1{
	font-size:30px;
	color:#212121;
	font-family: 'gothambold';
	display:block;
	padding-bottom:15px;
}
.right-detail-product h3{
	font-size:24px;
	color:#c90018 ;
	font-family: 'gothambold';
	display:block;
	padding-bottom:15px;
}

.right-detail-product p{
	font-size:16px;
	color:#6a6a6a;
	padding:0px 0px 20px;
	margin-bottom:0px;
	text-shadow:none;
	line-height:28px;
	position:relative;
}
.right-detail-product p span{
	font-family: 'gothambold';
	color:#212121;
}
.cart-btn {
  background: #212121 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-family: "gothambold";
  font-size: 18px;
  margin-top: 0;
  padding: 10px 25px;
  margin-right:15px;
}
.product-specifaction{
	margin:35px 0 0 0;
	padding:0;
}
.product-specifaction h2{
    font-size:30px;
	color:#212121;
	font-family: 'gothambold';
	display:block;
	padding-bottom:30px;
	text-align:center;
}
.speacifaction{
	border:solid 1px #d7d7d7;
	border-collapse:collapse;
	width:100%;
	max-width:100%;
}
.speacifaction th{
	border:solid 1px #d7d7d7;
	padding:10px 15px;
	font-size:18px;
	color:#212121;
	font-family: 'gothambold';
	width:20%;
	vertical-align:top;
}
.speacifaction tr.gray{
	background:#f4f4f4;
}
.speacifaction td{
	padding:10px 15px;
	padding:10px 15px;
	font-size:20px;
	color:#6a6a6a;
	border-top:solid 1px #d7d7d7;
	width:40%;
	vertical-align:top;
}
.speacifaction td strong{
	font-family: 'gothambold';
	color:#212121;
}
.speacifaction td i{
	color:#00c21b;
}
.product-specifaction p{
	font-size:18px;
	color:#6a6a6a;
	padding:15px 15px;
	margin-bottom:0px;
	text-shadow:none;
	line-height:28px;
	position:relative;
	text-align:center;
}
.product-specifaction p strong{
	font-family: 'gothambold';
	color:#c90018;
}
.product-finder h1::after {
    background: #424242;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 120px;
}
.product-finder h2::after {
    background: #424242;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 120px;
}
.client-img{
	width:300px;
	overflow:hidden;
	float:left;
	margin:0 0px 0 0;
	text-align:center;
}
.client-img img{
	
}
.right-info{
	overflow:hidden;
	margin-bottom:25px;
}
.right-info h3{
	color:#c90018 ;
	font-size:24px;
	padding-bottom:0px;
	padding-top:0px;
	text-align:left;
	font-family: 'gothambold';
	text-transform:uppercase;
}
.right-info p {
  color: #5f5f5f;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  padding: 15px 0;
  position: relative;
  text-shadow: none;
}
.right-info span{
	text-transform:uppercase;
}
.product-finder .carousel-indicators {
    bottom: 0;
}
.product-finder .carousel-indicators li {
  background-color: #424242;
  flex: 0 1 auto;
  height: 3px;
  margin:0 3px;
  position: relative;
  text-indent: -999px;
  width: 30px;
  border-radius:0;
  border:none;
}
.product-finder .carousel-indicators .active {
  background-color: #c90018;
  width: 30px;
  height: 3px;
   margin:0 3px;
}
.product-finder .carousel-control {
	position: absolute;
	font-size:60px;
	color: #ededed;
	text-align: center;
	text-shadow:none;
	filter: alpha(opacity=50);
	opacity: 1;
	top:28%;
	width:auto;
}
.product-finder .carousel-control.left {
	background-image:none !important;
}
.product-finder .carousel-control.right {
	background-image:none !important;
}
.product-finder .sr-only {
	position: relative;
}
.p-finder-slide {
  padding: 0 50px;
  height: 300px;
}
.product-finder .carousel-control:hover{
	color:#424242;
}
.overview-text{
	text-align:center;
}
.overview-text h2{
	text-align:center;
    color: #212121;
    display: block;
    font-family: "gothambold";
    font-size: 30px;
    padding-bottom: 15px;
}
.overview-text h1{
	text-align:center;
    color: #212121;
    display: block;
    font-family: "gothambold";
    font-size: 30px;
    padding-bottom: 15px;
}
.overview-text h5{
	text-align:center;
    color: #212121;
    display: block;
    font-family: "gothambold";
    font-size: 16px;
    padding:15px 0;
}
.overview-text p {
    color: #6a6a6a;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    padding: 0 0 20px;
    position: relative;
	text-align:center;
    text-shadow: none;
}
.overview-text h6{
	text-align:center;
    color: #c90018;
    display: block;
    font-family: "gothambold";
    font-size: 20px;
    padding-bottom:0px;
}
.coating-product{
	position:relative;
	margin-bottom:30px;
}
.coating-product img{
	width:100%;
}
.overlay-main{
	position:absolute;
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	background:rgba(0,0,0,0.70);
}
.overlay-b{
	display:table;
	height: 100%;
    margin:0 auto;
    width: 100%;
}
.overlay-c{
	display:table-cell;
	height: 100%;
    vertical-align:middle;
    width: 100%;
}
.overlay-main a{
	display:block;
	text-align:center;
    color: #fff;
    display: block;
    font-family: "gothambold";
    font-size:28px;
	height: 100%;
    padding: 35% 0;
}
.space{
	margin-top:40px;
}
.gallery-sec {
    height: 261px;
    overflow: hidden;
    position: relative;
}
.gallery .col-sm-3 {
    padding: 0 5px 10px;
}
.gallery-sec img {
    width: 100%;
}
.text-align{
	text-align:left;
}
.text-align h2{
	text-align:left;
}
.text-align p{
	text-align:left;
}
.text-align h6{
	font-size:16px;
	padding-bottom:10px;
	text-align:left;
}
.benifit-img{
	margin-bottom:20px;
}
.benifit-img img{width:100%;
}
.margin-sapce{
	margin-top:35px;
	margin-bottom:35px;
}
.glass-conditions h2{
	color:#c90018;
	padding-bottom:25px;
	font-size:18px;
}
.clener-mid{
	margin-top:50px;
	background:#f4f4f4;
	padding:40px 0;
	
}
.clener-mid h3{
	color:#c90018;
	padding-bottom:30px;
	font-size:24px;
	font-family: "gothambold";
	text-align:center;
}
.clener-mid ul{
	list-style:none;
}
.clener-mid ul li{
	padding-bottom:15px;
	font-size:16px;
	color:#6a6a6a;
}
.clener-mid ul li strong{
	font-family: "gothambold";
	font-size:16px;
	color:#212121;
	text-transform:uppercase;
}
.step-sec{
	padding:50px 0;
}
.step-sec h3{
	color:#c90018;
	padding-bottom:30px;
	font-size:24px;
	font-family: "gothambold";
	text-align:center;
}
.step-inner{
	background:#f4f4f4;
	padding:20px;
	margin-top:35px;
	min-height:180px;
}
.step-count{
	background:#212121;
	width:80px;
	height:80px;
	margin:-45px auto 0;
	display:table;
	border-radius:100%;
	border:solid 5px rgba(210,35,42,0.10);
	font-size:20px;
	font-family: "gothambold";
	color:#fff;
	text-align:center;
	line-height:22px;
	padding:10px 0 0 0;
}
.step-inner p{
	padding:15px 0 0 0;
	color: #6a6a6a;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  position: relative;
  text-align: center;
}
.application-sec h2 {
  color: #212121;
  display: block;
  font-family: "gothambold";
  font-size: 30px;
  padding-bottom: 20px;
}
.application-sec ul{
	list-style:none;
	margin-bottom:0px;
	
}
.application-sec  ul li:before{
	content: "\f00c";
	position:absolute;
	left:0;
	top:2px;
	font-family: 'FontAwesome';
	color:#c90018;
}
.application-sec ul li{
	color: #6a6a6a;
    font-size: 18px;
	position:relative;
	padding:0 0 15px 30px;
}
.cleaner-pack{
	text-align:right;
}
.overview-text center p{
	text-align:center;
	font-size:20px;
	color:#8b8b8b;
	font-family: "gothambold";
	line-height:30px;
}
.overview-text center p a.blue-link{
	color:#00adef;
}
.overview-text center p a.blue-link:hover{
	color:#ff0012;
}
.overview-text center p span a{
	color:#64ae4f;
	font-family: "gothambold";
}
.overview-text h3 {
  color: #e91919;
  display: block;
  font-family: "gothambold";
  font-size: 20px;
  padding: 25px 0 15px;
}
.overview-text p a.blue-link{
	color:#00adef;
	font-family: "gothambold";
}
.overview-text p a.blue-link:hover{
	color:#ff0012;
}
.overview-text  p span a{
	color:#64ae4f;
	font-family: "gothambold";
}
	
	
	
	
	

.blog-sec{
	margin:0 0 30px 0;
	padding:0;
}
.blog-img img{
	width:100%;
}
.blog-detail{
	background:#f4f4f4;
	padding:35px 25px 25px;
}
.blog-detail h1{
	text-align:center;
	color:#212121;
	font-size:30px;
	font-family: "gothambold";
}
.blog-detail p{
	text-align:center;
	color:#212121;
	font-size:15px;
	line-height:26px;
	padding:15px 0 15px; 
}
a.read-btn{
	background:#c90018;
	color:#fff;
	padding:12px 30px;
	font-size:17px;
	border-radius:3px;
	margin:0 auto;
	font-family: "gothambold";
	display:table;
}
a.read-btn:hover{
	background:#bc0117;
	color:#fff;
}
.author-detail{
	margin:0px 0 30px 0;
	padding:15px 0;
	border-bottom:solid 1px #e3e0e0;
	border-top:solid 1px #e3e0e0
}
.author-detail:after{
	clear:both;
	display:block;
	content:"";
}
.share{
	float:right;
	width: 260px;
}
.share label{
	font-size:16px;
	color:#6a6a6a;
	font-weight:400;
	margin:3px 8px 0 0;
	float:left;
}
.share ul{
	list-style:none;

} 
.share ul li{
	float:left;
	width:30px;
	height:30px;
	border-radius:100%;
	border:solid 1px #c90018;
	padding:0px;
	text-align:center;
	margin:0 5px;
} 
.share ul li a {
    color: #c90018;
    display: block;
    font-size: 14px;
    padding: 5px 0 0 2px;
    text-align: center;
}
.share ul li:hover{
	background:#c90018;
}
.share ul li:hover a{
	color:#fff;
}
.date{
	float:left;
	color:#6a6a6a;
	font-size:16px;
}
.date span{
	color:#eca72a;
}
.blog-sec iframe{
	width:100%;
	height:400px;
}
.pagination-sec{
	margin:0;
	padding:0;
}
.pagination-sec:after{
	clear:both;
	content:"";
	display:block;
}
.older-post{
	float:left;
	width:165px;
	text-align:center;
	font-size:13px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	background:#fff;
	padding:15px 0;
	background:#282828;
	border-radius:30px;
}
.older-post:hover{
	color:#fff;
	background:#c90018;
}
.newer-post{
	float:right;
	width:165px;
	text-align:center;
	font-size:13px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	background:#282828;
	padding:15px 0;
	border-radius:30px;
}
.newer-post:hover{
	color:#fff;
	background:#c90018;
}
.about-sec{
	background:#fff;
	padding:0px;
	margin-bottom:30px;
	text-align:left;
}
.right-sec h3{
	font-size:20px;
	padding-bottom:13px;
	margin-bottom:15px;
	color:#212121;
	position:relative;
	text-transform:uppercase;
	font-family: "gothambold";
}
.right-sec a.read-btn{
	display:inline-block;
	margin:0;
}
.about-img img{
	width:100%;
}
.about-sec p{
	color:#6a6a6a;
	font-size:14px;
	line-height:26px;
	padding:13px 0;
}
.catgories-sec{
	background:#fff;
	padding:0px;
	margin-bottom:30px;
	text-align:left;
}
.catgories-sec ul{
	margin:0;
	padding:0;
}
.catgories-sec ul li{
	float:none;
	margin:15px 0;
}
.catgories-sec ul li a{ 
	display:block;
	color:#6a6a6a;
	font-size:14px;
	font-weight:400;
}
.catgories-sec ul li a:hover{ 
	color:#000;
}
.newsletter-form {
  background: #f5f5f6 none repeat scroll 0 0;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 15px;
}
.newsletter-form input.form-control {
  background: #e0e7f2 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  box-shadow: none;
  color: #8695db;
  font-size: 16px;
  font-weight: 300;
  height: 52px;
  margin: 0;
  padding: 10px 15px;
}

.popup-main{
	background:url(https://nanolayertechnologies.com/wp-content/uploads/2018/02/bg.jpg) top center no-repeat;
	background-size:cover;
	width:650px;
	height:328px;
	margin:10% auto 0;
	margin-left: -325px;
	display:table;
	text-align:center;
	position:fixed;
	top:100px;
	left:50%;
	z-index:1;
}
.popup-info{
	margin:0;
	padding:40px 15px 20px;
}
.popup-info h1{
	font-size:28px;
	font-weight:300;
	color:#fff;
	line-height:40px;
	margin:0;
	padding-bottom:10px;
}
.popup-info h1 strong{
	font-weight:700;
}
.popup-info h3{
	font-size:18px;
	font-weight:300;
	color:#fff;
	margin:0;
	padding-bottom:0px;
}
.popup-info h3 span{
	font-weight:700;
	font-size:30px;
}
.popup-main .nano-logo{
	position:absolute;
	right:15px;
	bottom:15px;
}
.popup-main a#close {
    right: 5px;
    position: absolute;
    font-size: 30px;
    color: #c90018;
    top: 0px;
}
.popupOverlay {
    background: rgba(0,0,0,0.8);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

.banner{
	background:#164a9c;
	padding:50px 0;
	height:inherit !important;
}
.banner p{
	color:#fff;
	padding:0 0 50px 0;
}
.banner video{
	width:100%;
	height:450px;
	margin-bottom:20px;
}
.product-list h2{
	font-size:24px;
	margin-bottom:15px;
	color:#fff;
	position:relative;
	text-transform:uppercase;
	font-family: "gothambold";
}
.product-list li{
	position:relative;
	padding-left:18px;
}
.product-list li:after{
	content: "\f0da";
	color:#fff;
	font-size:18px;
	top:5px;
	left:0;
	font-family: 'FontAwesome';
	position:absolute;
}


.product-list li a{
	display:block;
	color:#fff;
	font-size:16px;
	padding:5px 0;
}