@charset "utf-8";
/* CSS Document */
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Poppins';
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:inherit; text-decoration:none;}
a:hover {}
img {border:none;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.forMob,.forTab{display:none;}
.hideMob{ display:block;}
.forDesk{}
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
/*==========POP_UP==============*/
.checkout-pop{
	position:fixed;
	background:rgba(0,0,0,0.8);
	top:0;
	bottom:0;
	overflow:auto;
	width:100%;
	z-index:999;
	}
.popup-box{
	display:table;
	width:500px;
	margin:0 auto;
	background:#fff;
	border-radius:5px;
	position:relative;
	padding:20px 15px;
	margin-top:calc(50vh - 100px);
	}
.pop-logo{
	display:inline-block;
	vertical-align:middle;
    width: 80px;
	}
.popup-box h3{
	float:left;
	width:100%;
	color:#00b27f;
	font-size:26px;
	margin-top:15px;
	}
.popup-box p{
	float:left;
	width:100%;
	color:#2d2d2d;
	font-size:18px;
	margin-top:5px;
	}
.close-ttp {
    position: absolute;
    right:5px;
    top:5px;
    width:18px;
    height:18px;
    background:#999;
    border-radius:50%;
    cursor: pointer;
    line-height:17px;
    text-align: center;
    font-size: 10px;
    color: #fff;
}


/*-----------------------
MAIN CSS START
------------------------*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:15px;
    top:25px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #3a3a3c;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-7px, 6px);
	transform: rotate(-45deg) translate(-7px, 6px);
	background:#3a3a3c;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -7px);
	transform: rotate(45deg) translate(-8px, -7px);
	background:#3a3a3c;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:70px;
	background:rgba(255,255,255,1);
	z-index:9999;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ccc;
	}
.mobimenu-top{ top:70px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #CCC;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}
	
/*====================menu-section==========================*/
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:70px;
	}	
.menubar{
	float:left;
	width:100%;
	height:70px;
	margin-top: -70px;
    position: relative;
    top:70px;
	}
.fixed-nav .menubar{
	position: fixed;
	z-index: 9999;
	top: 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.logo{
	float:left;
	width:170px;
	margin-top:10px;
	}
ul.menu{
	float:right;
	margin-top:22px;
	margin-left:20px;
	}
ul.menu li{
	float:left;
	font-size:17px;
	letter-spacing:.5px;
	padding:5px 20px;
	line-height:20px;
	color:#5a6771;
	position:relative;
	}
ul.menu li:after{
	content:'';
	position:absolute;
	right:0;
	top:5px;
	bottom:5px;
	width:1px;
	background:#CCC;
	}
ul.menu li a.active{ color:#01d7b6;}
ul.menu li:last-child:after{ display:none;}	
ul.menu li ul.dropMenu{display:none;}
ul.menu li.drop-btn{position:relative;}
ul.menu li.drop-btn img{ display:inline-block; vertical-align:top; margin:5px 0 0 5px;}
ul.menu li.drop-btn:hover ul.dropMenu{display:block;}
ul.menu li ul.dropMenu{
	position:absolute;
	left:0;
	top:30px;
	right:-1px;
	transition:all ease 0.5s;
	background:#fff;
	z-index:9;
	-webkit-box-shadow: 0 7px 5px 1px rgba(0,0,0,0.1);
	box-shadow: 0 7px 5px 1px rgba(0,0,0,0.1);
	padding-top:10px;
	}
ul.menu li ul.dropMenu li{
	width:100%;
	border-bottom:1px solid #eaeaea;
	padding:10px;
	text-align:left;
	font-size:17px;
	}
ul.menu li ul.dropMenu li:hover{ background:#eaeaea;}
ul.menu li ul.dropMenu li:after{display:none;}
ul.menu li ul.dropMenu li:last-child{border:none;}
/*=========================
HOME PAGE CSS
==========================*/	
.home{
	float:left;
	width:100%;
	background:url(../images/home-bg.jpg) bottom center no-repeat;
	padding:50px 0;
	height:calc(100vh - 100px);
	min-height:700px;
	background-size:cover;
	}
.home .container{
	position:relative;
	height:100%;
	}
.left-div{
	float:left;
	width:35%;
	text-align:left;
	}
.left-div h1{
	float:left;
	width:100%;
	font-size:42px;
	line-height:50px;
	font-weight:bold;
	color:#fff;
	}
.left-div p{
	float:left;
	width:100%;
	margin-top:25px;
	font-size:19px;
	line-height:29px;
	color:#fff;
	text-shadow:-1px -1px 1px rgba(0,0,0,0.5);
	}
a.learn-btn{
	display: inline-block;
	vertical-align:middle;
    width: 250px;
    text-align: center;
	margin-top:30px;
	border-radius:5px;
	height:60px;
	line-height:60px;
	background:#69b748;
	font-weight:bold;
	color:#fff;
	font-size:22px;
    }
.btn-arw{
	display: inline-block;
    vertical-align: middle;
    margin: -8px 0 0 15px;
	}
.right-div{
	position: absolute;
    bottom: 0;
    right: 50px;
    width: 36%;
    text-align: left;
	}
.txt1{
	float:right;
	width:100%;
	font-size:17px;
	line-height:25px;
	font-weight:500;
	color:#101010;
	margin-top:10px;
	}
	
/*FOOTER CSS*/
.footer{
	float:left;
	width:100%;
	background:#000000;
	padding:15px 0;
	}
.footer p{
	float:left;
	width:100%;
	color:#d3d3d3;
	margin-top:10px;
	font-size:15px;
	}
.btm-logo{
	display:inline-block;
	vertical-align:middle;
	}
	
/*========================
ABOUT PAGE CSS
==========================*/		
.link-strip{
	float:left;
	width:100%;
	background:#69b748;
	}	
.link-comn{
	float:left;
	width:100%;
	font-size:15px;
	line-height:21px;
	padding:8px 0 5px;
	color:#fff;
	text-align:left;
	letter-spacing:0.5px;
	}
.abt-sec{
	float:left;
	width:100%;
	padding:50px 0 55px;
	}	
.cmn-hdng{
	float:left;
	width:100%;
	color:#0c5078;
	font-size:38px;
	line-height:46px;
	text-align:left;
	}	
.abt-s1{
	float:left;
	width:100%;
	margin-top:40px;
	text-align:left;
	}
.abts1-left{
	float:left;
	width:54%;
	}	
.para-hdng{
	float:left;
	width:100%;
	font-size:30px;
	line-height:32px;
	color:#16222e;
	letter-spacing:.5px;
	font-weight:bold;
	}	
.cmn-para{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#16222e;
	margin-top:25px;
	}	
.abts1-right{
	float:right;
	width:42%;
	}	
.abt-img1{
	float:left;
	max-width:100%;
	margin-top:15px;
	}
.abt-s2{
	float:left;
	width:100%;
	margin-top:50px;
	text-align:left;
	}	
.abt-img2{
	float:left;
	margin-top:25px;
	max-width:100%;
	}
.abt-bottm-img{max-width:100%;}
		
/*========================
QUALITY PAGE CSS
==========================*/		
.quality-sec{
	float:left;
	width:100%;
	padding:50px 0 60px;
	}		
.qua-left{
	float:left;
	width:55%;
	text-align:left;
	}
.blue-txt{ color:#0c5078; font-weight:bold;}
.qua-txt{ margin-top:15px;}
.qua-sec{ margin-top:20px;}	
.qua-right{
	float:right;
	width:42%;
	}	
.qua-img1{
	float:left;
	max-width:100%;
	margin-top:15px;
	}	
	
	
/*========================
CSS FOR CONTACT PAGE
==========================*/	
	
.contact-sec{
	float:left;
	width:100%;
	padding:50px 0 60px;
	}
.cont{
	float:left;
	width:100%;
	margin-top: 40px;
	}	
.cmn-para.contact-txt1{
	margin-top:5px;
	text-align:left;
	}
.cont-left{
	float:left;
	width:51%;
	text-align:left;
	}	
.frmFldBox{
	float:left;
	width:100%;
	background:#f9fdf7;
	padding:20px;
	border:1px solid #69b748;
	border-radius:10px;
	}
.input-box{
	float: left;
	width: 100%;
	margin:10px 0;
	}
.input-box.hlf {width: 48%;}
.input-box.fr {float: right;}
.input-box.payfld {padding:0 0 0 15px;}
.input-box label{
	float:left;
	width:100%;
	font-size:18px;
	line-height:22px;
	color:#16222e;
	margin-bottom:5px;
	padding-left:1px;
	text-align:left;
	}	
.field-all {
    float: left;
    width: 100%;
    border: 1px solid #c4c4c4;
    outline: none;
    height: 44px;
    color: #000;
    font-size: 17px;
    line-height: 44px;
    padding: 2px 10px 2px 15px;
    border-radius: 3px;
	font-family: 'Poppins';
	}		
.msg{
	width:100%;
	height:75px;
	color: #000;
    font-size: 17px;
    line-height: 26px;
    padding: 2px 10px 2px 15px;
    border-radius: 3px;
	font-family: 'Poppins';
	outline:none;
	resize:none;
	border:1px solid #c4c4c4;
	}
.submitBtn{
	display: inline-block;
	vertical-align:middle;
    width: 250px;
    text-align: center;
	margin-top:10px;
	border-radius:5px;
	height:60px;
	line-height:60px;
	background:#69b748;
	font-weight:bold;
	color:#fff;
	font-size:22px;
	font-family: 'Poppins';
	border:none;
	outline:none;
	-webkit-appearance:none;
	cursor:pointer;
    }
	
.cont-right	{
	float:right;
	width:46%;
	}
.cont-box{
	float:left;
	width:100%;
	padding:30px 30px 35px 30px;
	margin-top:150px;
	background:#0c5077;
	text-align:left;
	border-radius:15px;
	}
.box-txt1{
	float:left;
	width:100%;
	font-size:26px;
	line-height:30px;
	font-weight:bold;
	color:#FFF;
	}	
.cont-box ul{ 
	float:left;
	width:100%
	}	
.cont-box ul li{
	float:left;
	width:100%;
	margin-top:15px;
	position:relative;
	padding-left:40px;
	}
.cont-box ul li:first-child{ margin-top:25px;}
.cont-box ul li p{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#fff;
	}	
.cont-icon{
	position:absolute;
	top:5px;
	left:0;
	}	

	
/*========================
INSTALLATIONS PAGE
==========================*/	
.instal-sec{
	float:left;
	width:100%;
	padding:50px 0 60px;
	}
.instal-s1{
	float:left;
	width:100%;
	margin-top:40px;
	text-align:left;
	}
.instalsec-cmnpara{ letter-spacing:0px;}
.instal-s1 ul{
	float:left;
	width:100%;
	margin-top:30px;
	}
.instal-s1 ul li{
	float:left;
	width:49%;
	margin-right:2%;
	}
.instal-s1 ul li:last-child{ margin-right:0%;}
.instal-s1 ul li img{
	float:left;
	max-width:100%;
	}
.instal-s2{
	float:left;
	width:100%;
	margin-top:40px;
	text-align:left;
	}
.instal-s2 img{
	float:left;
	max-width:100%;
	margin-top:35px;
	}
	
/*====================
NEWS PAGE CSS
==========================*/	
.news-sec{
	float:left;
	width:100%;
	padding:50px 0 60px;
	}
.news-s1{
	float:left;
	width:100%;
	text-align:left;
	margin-top:40px;
	}
.news-share{
	float:left;
	width:100%;
	margin-top:14px;
	font-size:20px;
	line-height:28px;
	color:#16222e;
	}
.news-icon{
	display:inline-block;
	vertical-align:middle;
	padding:0 10px;
	margin-top:-2px;
   }
.news-img1{
	float:left;
	max-width:100%;
	margin-top:30px;
	}
.sub-hdng{
	font-size:25px;
	margin-top:30px;
	margin-bottom:-10px;
	}
.news-s2{
	float:left;
	width:100%;
	text-align:left;
	margin-top:50px;
	}
.news-cmnt{
	float:left;
	width:100%;
	margin-top:14px;
	font-size:16px;
	line-height:24px;
	color:#16222e;
	}
.news-cmnt img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 8px 0 10px;
	}
	
.img-text{
	text-align:center;
	margin-top:10px;
	}

/*========================
PRODUCT DETAILS PAGE CSS
==========================*/	

.prod-sec{
	float:left;
	width:100%;
	padding:50px 0 60px;
	}
.prod-secpara{
	text-align:left;
	}
.prod-s1{
	float:left;
	width:100%;
	text-align:left;
	margin-top:50px;
	}	
.prod-left{
	float:left;
	width:40%;
	}
.prod-left ul{
	float:left;
	width:100%;
	margin-top:40px;
	}
.prod-left ul li{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#0c5078;
	font-weight:bold;
	border-bottom:1px solid #e0e6ea;
	padding:10px 0;
	}	
.prod-left ul li:last-child{ border-bottom:none;}
.prod-right{
	float:right;
	width:55%;
	}	
.pr-text{
	float:left;
	width:100%;
	font-size:25px;
	line-height:29px;
	color:#16222e;
	font-weight:bold;
	}	
.prod-feat{
	float:left;
	width:100%;
	margin-top:20px;
	}	
.prod-featdiv{
	float:left;
	width:31%;
	margin-right:3%;
	border:1px solid #9eb9c9;
	border-radius:10px;
	position:relative;
	overflow:hidden;
	}	
.prod-featdiv:last-child{ margin-right:0;}	
.prod-featdiv p {
	float:left;
	width:100%;
	color:#fff;
	font-size:16px;
	line-height:24px;
	text-align:center;
	padding:10px 0;
	background:#0c5078;
	border-radius:10px 10px 0 0;
	}
.prod-imgdiv{
	float:left;
	width:100%;
	}	
.prod-img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}	
.prod-btm-img{
	float:left;
	margin-top:40px;
	max-width:100%;
	}	
	
/*========================
BENEFITS PAEG CSS
==========================*/	
.benefits-sec{
	float:left;
	width:100%;
	padding:50px 0 60px;
	}
.benefits-s1{
	float:left;
	width:100%;
	margin-top:40px;
	text-align:left;
	}	
.benefits-img1{
	float:left;
	max-width:100%;
	margin-top:35px;
	}	
.benefits-s2{
	float:left;
	width:100%;
	margin-top:35px;
	display: flex;
    justify-content: space-between;
	}
.s2-leftdiv{
	float:left;
	width:47.5%;
	border: 1px solid #d1d1d1;
	padding-bottom:20px;
	}	
.fr {
	float:right;
	}	
.b-s2hdng{
	margin-top:20px;
	color:#16222e;
	font-size:28px;
	line-height:34px;
	}	
.b-s2para{
	padding: 0 20px ;
	}
.ben-imgdiv{
	float:left;
	width:100%;
	margin-top:25px;
	}
.bnfts-s2-img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}	
	
	
/*====================
MODULARITY PAGE
==========================*/	
.modularity-sec{
	float:left;
	width:100%;
	padding:50px 0 60px;
	}	
.modularity-s1{
	float:left;
	width:100%;
	}	
.modularity-left{
	float:left;
	width:59%;
	}	
.modularity-right{
	float:right;
	width:38%;
	}	
.modularity-img{
	vertical-align: middle;
    display: inline-block;
	max-width:100%;
	margin-top:30px;
	}
		
/*=======================
COMPARE PAGE
==========================*/	
.Comparision-sec{
	float:left;
	width:100%;
	padding:50px 0 60px;
	}
.compare-table{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin: 30px 0 20px;
	}
.compare-t{
	margin-top:40px;
	text-align:left;
	}
.compare-t tr th{
	text-align: left;
    color: #454545;
    font-size: 28px;
	line-height:28px;
    font-weight: 600;
	padding:20px 0 25px;
	}
.compare-t tr th:nth-child(1){
	width:26%;
	padding-left:25px;
	}
.compare-t tr th:nth-child(2), .compare-t tr th:nth-child(3){
	color:#16222e;
    text-align: center;
	width:37%;
	}
.compare-t tr td:nth-child(1){
	color: #4a4949;
    font-size: 22px;
    line-height: 24px;
	padding:10px 25px;
	}
.compare-t tr td:nth-child(2), .compare-t tr td:nth-child(3){
	color: #4a4949;
    font-size: 18px;
    line-height: 24px;
	padding:15px 30px 15px 35px;
	}

.compare-t tr:nth-child(even) td:nth-child(1), .compare-t tr:nth-child(even) td:nth-child(3){background:#f4f4f4;}
.compare-t tr:nth-child(even) td:nth-child(2){background:#eafbe2;}
.compare-t tr:nth-child(odd) td:nth-child(2), .compare-t tr:nth-child(odd) th:nth-child(2){background:#f9fdf7;}
.compare-t tr td:nth-child(2){border-left: 1px solid #69b748; border-right: 1px solid #69b748;}
.compare-t tr th:nth-child(2){border: 1px solid #69b748; border-bottom:0; border-radius:10px 10px 0 0;}
.compare-t tr:last-child td:nth-child(2){border: 1px solid #69b748; border-top:0; border-radius:0 0 10px 10px;}

.compare-sec2{
	float:left;
	width:100%;
	margin-top:60px;
	}
.comp-s2{ 
	float:left; 
	width:100%; 
	margin-top:35px;
	position:relative;
	}
.comps2-left{
	float:left;
	width:40%;
	}
.comps2-left img{
	float:left;
	max-width:100%;
	}
.box-div{
	position:absolute;
	bottom:0px;
	left:500px;
	background:#0c5078;
	padding:15px;
	border-radius:10px;
	}
.box-div::before{
	position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -10px;
    border-right: 10px solid #0c5078;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    content: "";
	}
.box-text{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	color:#fff;
	}
	
/*====================resources-section==========================*/
.resource-sec{
	float:left;
	width:100%;
	padding:50px 0 60px;
	min-height:600px;
	}
ul.source-items{
	float:left;
	width:100%;
	margin-top:40px;
	display:flex;
	justify-content:space-between;
	}
ul.source-items li{
	width:31.5%;
	background:#f2faff;
	border:1px solid #c7d7e1;
	border-radius:4px;
	position:relative;
	overflow:hidden;
	padding-left:70px;
	height:70px;
	}
ul.source-items li span{
	position:absolute;
	left:0;
	background:#0c5078;
	width:70px;
	height:100%;
	line-height:70px;
	}
ul.source-items li span img{
	display:inline-block;
	vertical-align:middle;
	margin-top:7px;
	}
ul.source-items li p{
	color:#0c5078;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	padding-left:15px;
	line-height:68px;
	}

/*----------------------------------------------*/
.table-container{
	float:left;
	width:100%;
	overflow-x:auto;
	margin-top:40px;
	}
.half-table-container{
	float:left;
	width:60%;
	overflow-x:auto;
	margin-top:40px;
	}
.grptbl {
	width:100%;
	min-width:650px;
	border:1px solid #669999;
	background:#669999;
	font-size:16px;
	line-height: 28px;
	color:#191919;
	}

.grptblhead {
	background:#f3f9fa;
	border:2px solid #FFFFFF;
	color:#2595a9;
	font-weight:600;
	font-size:17px;
	line-height:20px;
	text-align:center;
	font-weight: 600;
	}
.prod-img-slider{
    float: left;
    width: 100%;
    margin-top: 40px;
    text-align: left;
}
.prod-img-slider .slick-slide {
    padding: 0 5px!important;
}
.prod-img-slider > div img {
    border: 3px solid #01477f;
    width: 100%;
    max-width: 400px;
}
.prod-img-slider > div p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:21px;
	text-align:center;
	margin-top:10px;
	color:#191919;
	}
.prod-img-slider > div p span{
	color: #01477f;
	font-weight:600;
	text-transform:uppercase;
	}
.carbon_laminates{
	float: left;
    width: 100%;
    text-align: left;
	margin-top:10px;
}

