@charset "utf-8";
/*====CSS Document====*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'Inter';
	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;}
img {border: none; max-width: 100%; height: auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
FONTS
------------------------*/
	
@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
	url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Inter';
	src: url('Inter-SemiBold.woff2') format('woff2'),
	url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Outfit';
    src: url('Outfit-Bold.woff2') format('woff2'),
	url('Outfit-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Outfit';
    src: url('Outfit-ExtraBold.woff2') format('woff2'),
	url('Outfit-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}

/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*-------Top-Caption-------*/
.top-caption{
	float:left;
	width:100%;
	background:#0b4dab;
	padding:2px 0;
	}
.caption-txt{
	float:left;
	width:100%;
	color:#fff;
	font-size:16px;
	line-height:16px;
	letter-spacing:0.5px;
	font-weight:500;
	}
.caption-txt span{text-decoration:underline;}

/*========Header========*/	
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	margin-top:-70px;
	top:70px;
	background:#fff;
	position:relative;
	z-index:99999;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	background:#fff;
	box-shadow:0 1px 9px 0 rgba(0,0,0,0.1);	
	-webkit-box-shadow:0 1px 9px 0 rgba(0,0,0,0.1);	
	margin-top:0;
	top:0;
	}		
.logo{
	float:left;
	width:243px;
	margin-top:14px;
	}
ul.topMenu{
	display:inline-block;
	vertical-align:middle;
    margin:25px 0 0 0;
	}
ul.topMenu li{
	display:inline-block;
	vertical-align:middle;
	padding:0 20px;
	position:relative;
	}
ul.topMenu li:after{
	content:'';
	position:absolute;
	top:3px;
	right:0;
	width:1px;
	height:14px;
	background:#000;
	}
ul.topMenu li:last-child:after{display:none;}
ul.topMenu li a{
	color:#000;
	font-size:14px;
	line-height:18px;
	letter-spacing:0.3px;
	text-transform:uppercase;
	font-weight:600;
	}	
ul.topMenu li a:hover, ul.topMenu li a.active{color:#04d36f;}
a.nav-btn{
    float:right;
	width:170px;
	height:40px;
    color:#fff;
    font-size:14px;
	line-height:40px;
    text-align:center;
	background:#04d36f;
	font-weight:bold;
	text-transform:uppercase;
	border-radius:50px;
	margin-top:14px;
	}
.header_contact{
	float: right;
	text-align:left;
    letter-spacing: 0.3px;
    margin-top: 15px;
	padding-left:42px;
	position:relative;
	}	
.header_contact img{
	position:absolute;
	top:4px;
	left:0;
	width:32px;
	}	
.header_contact p{
	font-size:14px;
	line-height:14px;
	color:#000;
	}
.header_contact span{
	display:inline-block;
	vertical-align:top;
	font-size:21px;
	line-height:22px;
	color:#04d36f;
	font-weight:bold;
	margin-top:5px;
	}		
/*========Banner========*/
.bnr-sec{
	float:left;	
	width:100%;
	background:#ebf3ff;
	padding:40px 0 0;
	position:relative;
	}
.bnr-sec:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:130px;
	background:#fff;
	}
.bnr-dot-img2{
	position:absolute;
	top:-105px;
    right:115px;
	}
.bnr-left{
	float:left;
	width:65%;
	text-align:left;
	}
.bnr-title{
	float:left;
	color:#000;
    font-size:16px;
    line-height:16px;
	font-weight:500;
	background:#fff;
	border-radius:50px;
	padding:16px 25px 13px 15px;
	}
.bnr-star{
	display:inline-block;
	vertical-align:middle;
    margin:-5px 7px 0 0;
	width:74px;
	}
.bnr-hdg{
	float:left;
	width:100%;
	color:#0b346d;
    font-size:60px;
    line-height:65px;
	font-family: 'Outfit';
	font-weight:800;
	letter-spacing:-1px;
	margin-top:15px;
	}
.bnr-hdg span{text-decoration:underline #04d36f;}
ul.bnr-list{
	float:left;
	width:100%;
	margin-top:16px;
	}
ul.bnr-list li{
	float:left;
	color:#000;
    font-size:18px;
    line-height:24px;
    font-weight:500;
	text-align:left;
	background: url(../images/bnr-bullet.png)no-repeat left 3px;
	padding-left:26px;
	margin:16px 30px 0 0;
	}
ul.bnr-list li:last-child{margin-right:0;}
.bnr-inr-bx{
	float:left;	
	width:100%;
	text-align:left;
	background:#0a4daa;
	border-radius:10px;
	box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.1);
	padding:30px 10px 45px 35px;
	margin-top:48px;
	position:relative;
	z-index:1;
	}
.bnr-dot-img1{
	position:absolute;
	bottom:-60px;
	left:-60px;
	}
.bnr-img{
	position:absolute;
	bottom:0px;
    right:0;
	border-radius:0 0 10px 0;
	}
.bnr-inr-left{
	float:left;	
	width:54%;	
	}
.bnr-inr-hdg{
	color:#fff;
    font-size:30px;
    line-height:30px;
	font-weight:bold;
	}
.frm-sec{
	float:left;	
	width:100%;
	margin-top:22px;
	}
.frm-flds{
	float:left;
	width:62%;
	position:relative;
	}
.select-fld{
	float:left;
	width:100%;
	height:60px;
	color: #000;
	font-size:17px;
	border-radius: 50px;
	font-family: 'Inter';
	font-weight:bold;
	padding:12px 40px 12px 25px;
	box-sizing:border-box;
	border:none;
	-webkit-appearance:none;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	outline:none;
	}
select.select-fld{
    background: url(../images/select-arw.png) right 25px center no-repeat #fff;
	}
.frm-submit{
	float:right;
	width:37%;
	height:60px;
	color:#fff;
	text-align:center;
	font-size:18px;
	line-height:60px;
	font-weight:bold;
	background:#04d36f;
	letter-spacing:0.5px;
    font-family: 'Inter';
	border-radius:50px;
	border:none;
	outline:none;
	cursor:pointer;
	-webkit-appearance:none;
	position:relative;
	z-index:1;
	}


/*========Common-CSS=========*/
.commn-hdg{
	color:#0b346d;
    font-size:45px;
    line-height:53px;
	font-family: 'Outfit';
	font-weight:800;
	}
.commn-hdg.white-txt{color:#fff;}
.commn-para{
	color:#000;
    font-size:18px;
    line-height:26px;
	margin-top:15px;
	}	
.commn-para.white-txt{color:#fff;}
.commn-para .bold{font-weight:bold;}
a.commn-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:370px;
    color:#fff;
    font-size:24px;
	line-height:24px;
    font-weight:bold;
    text-align:center;
	text-shadow:0 1px #000;
	background:#04d36f;
	-webkit-box-shadow: 0 5px 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0 5px 10px 2px rgba(0,0,0,0.1);
	border-radius:50px;
	padding:19px 0 20px;
	margin-top:40px;
	}	

/*========Section-1========*/
.sec1{
	float:left;
	width:100%;
	padding:65px 0;
	}
.s1-row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin-top:10px;
	}
.s1-col{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	flex-direction:column;
    justify-content:space-between;
	width:32%;
	text-align:left;
    background:#ebf3ff;
    border-radius:8px;
    padding:30px 25px 25px;
    margin-top:20px;	
	}
.s1-col-top{
	float:left;
	width:100%;
	}
.s1-col-icn{
	display:block;
	width:112px;
	border-radius:50%;
	}
.s1-col-txt1{
	float:left;
	width:100%;
	color:#000;
	font-size:30px;
    line-height:26px;
    font-weight:bold;
    margin-top:30px;
	}
.s1-col-txt2{
	float:left;
	width:100%;
	color:#000;
	font-size:18px;
    line-height:26px;
    margin-top:15px;
	}
.s1-col-btm{
	float:left;
	width:100%;
    border-top:1px solid #c6d5e8;
	padding:0 5px;
    margin-top:25px;
	}
.s1-col-txt3{
	float:left;
	width:100%;
	color:#000;
	font-size:16px;
    line-height:24px;
	padding-right:45px;
	font-weight:500;
    margin-top:20px;
	position:relative;
	}

.s1-col-arw{
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
	right:0;
	width:24px;
	}

/*========Section-2========*/	
.sec2{
	float:left;
	width:100%;
	background:#ebf3fe;
	padding:65px 0;
	}
.s2-contnt{
	display:inline-block;
	vertical-align:middle;
	max-width:1030px;
	width:100%;
	margin-top:35px;
	}
.s2-left{
	float:left;
	width:46%;
	}	
.s2-img{
	display:inline-block;
	vertical-align:middle;
	border-radius:15px;
	}
.s2-rgt{
	float:right;
	width:49%;
	text-align:left;
    padding-right:35px;
	}
ul.s2-list{
	float:left;
	width:100%;
	margin-top:15px;
	}
ul.s2-list li{
	float:left;
	width:100%;
	text-align:left;
	padding-left:50px;
	margin-bottom:55px;
	position:relative;
	}
ul.s2-list li:last-child{margin-bottom:0;}
ul.s2-list li:before{
	content:'';
	position:absolute;
	top:30px;
	left:19px;
	bottom:-45px;
	border-left:2px dotted #268ecb;
	}
ul.s2-list li:last-child:before{display:none;}
.circle{
	position:absolute;
	top:3px;
	left:14px;
	width:12px;
	height:12px;
	background:#081936;
	border-radius:50%;		
	}
.s2-list-txt1{
	color:#1c478b;
	font-size:20px;
	line-height:20px;
	font-weight:500;
	}
.s2-list-txt2{
	color:#1f1f1f;
	font-size:26px;
	line-height:30px;
	font-weight:bold;
	font-family: 'Outfit';
	margin-top:15px;
	}
.s2-list-txt3{
	color:#000;
	font-size:18px;
	line-height:24px;
	margin-top:4px;
	}		
	
/*========Section-3========*/	
.sec3{
	float:left;
	width:100%;
	padding:65px 0;
	}	

.testimonial-bx{
	float:left;
	width:100%;
	}
.testi-bx{
	float:left;
	width:100%;
	text-align:left;
	border:1px solid #7198cf;
	box-shadow:0 7px 7px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 7px 7px 0 rgba(0,0,0,0.1);
	border-radius:20px;
	padding:30px 40px 45px 25px;
	margin:40px 0 10px;
	position:relative;
	}
.testi-quote{
	position:absolute;
	top:30px;
	right:35px;
	}
.testi-hdg{
	float:left;
	width:100%;
	color:#0b0b0b;
	font-size:18px;
	line-height:26px;
	font-weight:bold;
	}
.testi-star{
	display:block;
	width:74px;
	margin-top:5px;
	}
.testi-prd-title{
	float:left;
	color:#131313;
	font-size:14px;
	line-height:14px;
	font-weight:500;
	background:#ebf3ff;
	border-radius:20px;
	padding:5px 10px;
	margin-top:16px;
	}
.testi-para{
	float:left;
	width:100%;
	min-height:105px;
	color:#1f1f1f;
	font-size:18px;
	line-height:26px;
	margin-top:18px;
	}
.testi-user-bx{
	float:left;
	width:100%;
	padding:12px 0 10px 85px;
	margin-top:35px;
	position:relative;
	}
.testi-user{
	position:absolute;
	top:0;
	left:0;
	border-radius:50%;
	box-shadow:0 5px 10px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,0.2);
	width:68px;
	}
.testi-user-txt{
	color:#0b346d;
	font-size:18px;
	line-height:24px;
	letter-spacing:0.3px;		
	}
.testi-user-txt span{
	font-weight:bold;
	}

/*========Section-4========*/
.sec4{
	float:left;
	width:100%;
	background:#ebf3fe;
	padding:65px 0;
	}
.faq-container{
	display:inline-block;
	vertical-align:middle;
	max-width:970px;
	width:100%;
	text-align:left;
	margin-top:30px;
	}
.up-slide-dwn{
	float:left;
    width:100%;
	background:#fff;
	border-radius:10px;
	border:1px solid #e1e1e1;
	-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,0.1);
    box-shadow:0 2px 8px 0 rgba(0,0,0,0.1);
	margin-top:15px;
	}
.up-slide-dwn:first-child{margin-top:0;}
.up-slide-dwn:last-child{border-bottom:none;}
.accordion{
	float:left;
    width:100%;
    text-align:left;
    background:url(../images/open-btn.png) no-repeat right 25px center;
    padding:20px 50px 20px 30px;
	color:#1f1f1f;
    font-size:20px;
    line-height:28px;
    font-weight:bold;
    cursor:pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/close-btn.png) no-repeat right 25px center;
	}
.acdn-content {
	float:left;
    width:100%;
	border-top:1px solid #e1e1e1;
    padding:20px 50px 10px 30px;
	}
.acdn-para{
	float:left;
    width:100%;
	color:#1f1f1f;
    font-size:17px;
    line-height:26px;
	letter-spacing:0.3px;
	margin-bottom:20px;
	}

/*========Section-5========*/		
.sec5{
	float:left;
	width:100%;
	background:#fff;
	position:relative;
	}
.sec5:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:180px;
	background:#ebf3fe;
	}
.s5-bx{
	float:left;
	width:100%;
	background: url(../images/s5-bx-bg.jpg)no-repeat center top;
	background-size:cover;
	border-radius:12px;
	padding:60px 25px 90px;
	position:relative;
	}
.s5-dot-img{
	position:absolute;
	bottom:-60px;
	left:-60px;
	z-index:-1;
	}

.sec5 .frm-sec{
	display:inline-block;
	vertical-align:middle;
	max-width:570px;
	float:none;
	width:100%;
	margin:35px auto 0;
	}
.sec5 .frm-flds{width:52%;}
.select-fld{padding:10px 40px 10px 40px;}
.sec5 .frm-submit{
	float:right;
	width:45%;
	font-size:22px;
	margin-top:0 !important;
	}
	
/*========footer==========*/
.footer{
	float:left;
	width:100%;
	text-align:center;
	padding:60px 0 40px;
	}
.ftr-logo{
	display:block;
	margin:0 auto;
	}
.ftr-txt{
	color:#000;
	font-size:17px;
	line-height:25px;
	margin-top:20px;
	}
.ftr-txt.margin-top{margin-top:6px;}
.ftr-txt a{ padding:0 5px;}		
	
	
/*-----------------------
Inner-Page-CSS
------------------------*/	
	
/*-----Inner-Page-Banner-----*/		
.inr-bnr{
	float:left;	
	width:100%;
	background:#ebf3ff;
	padding:60px 0 80px;
	}
.roofing-bg{background:url(../images/roofing-bg.jpg)no-repeat center top #ebf3ff;}
.solar-bg{background:url(../images/solar-bg.jpg)no-repeat center top #ebf3ff;}
.window-bg{background:url(../images/window-bg.jpg)no-repeat center top #ebf3ff;}
.inr-bnr-left{
	float:left;
	width:59%;
	text-align:left;
	}
.inr-bnr-hdg{
	color:#0b346d;
    font-size:60px;
    line-height:65px;
	font-weight:800;
	font-family: 'Outfit';
	letter-spacing:0.5px;	
	}
.inr-bnr-para{
	color:#000;
    font-size:20px;
    line-height:28px;
	letter-spacing:0.2px;	
	margin-top:20px;
	}
.inr-bnr-bx{
	float:left;	
	width:100%;
	text-align:left;
	background:#0a4daa;
	border-radius:10px;
	box-shadow:0 1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0 1px 1px 1px rgba(0, 0, 0, 0.2);
	padding:25px 25px 40px;
	margin-top:38px;
	}	
.inr-page-frm-hdg{
	display:inline-block;
	vertical-align:top;
	color:#fff;
    font-size:30px;
    line-height:34px;
	font-weight:bold;
	position:relative;	
	}
.inr-page-bx-arw{
	position:absolute;
	top:14px;
	right:-82px;	
	}
.inr-bnr-bx .frm-sec{margin-top:25px;}
.inr-bnr-bx .frm-flds{width:59%;}
.inr-bnr-bx .frm-submit{width:39%; font-size:22px; line-height:58px;}
.input-fld{
    float:left;
    width:100%;
    height:60px;
	color:#000;
    font-size:17px;
    background:#fff;
	text-align:left;
    border-radius:50px;
	font-family: 'Inter';
	border:none;
	font-weight:bold;
	padding:12px 40px 14px 55px;
    outline:none;
    -webkit-appearance:none;
	}
.zip-input{
	background:url(../images/location-icn.png)no-repeat 22px center #fff;
	background-size:21px;
	}
	
/*===Inner-Page-Section-1===*/	
.inr-sec1{
	float:left;
	width:100%;
	padding:65px 0;
	}
.inr-s1-blk{
	margin:0 auto 0;
	width:100%;
	
 	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}		
.inr-s1-left{
	float:left;
	width:48%;
	}	
.inr-s1-img{
	display:inline-block;
	vertical-align:middle;
	border-radius:15px;
	height: 460px;
    object-fit: cover;
	}
.inr-s1-rgt{
	float:right;
	width:47%;
	text-align:left;
	}
ul.inr-s1-list{
	float:left;
	width:100%;
	margin:30px 0 10px;
	}
ul.inr-s1-list li{
	float:left;
	width:100%;
	text-align:left;
	padding-left:75px;
	margin-bottom:35px;
	position:relative;
	}
ul.inr-s1-list li:last-child{margin-bottom:0;}
.inr-bullet{
	position:absolute;
	top:3px;
	left:0;
	width:50px;	
	}
.inr-s1-list-txt1{
	color:#1f1f1f;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
	}
.inr-s1-list-txt2{
	color:#000;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.5px;
	margin-top:10px;
	}	

/*===Inner-Page-Strip===*/	
.inr-page-strip{
	float:left;
	width:100%;
	background:#0b346d;
	padding:48px 0 43px;
	}	
ul.inr-strip-list{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	width:100%;
	}
ul.inr-strip-list li{
	width:25%;
	color:#fff;
	font-size:15px;
	line-height:28px;
	letter-spacing:0.5px;
	border-right:1px solid #3b5b88;
	}
ul.inr-strip-list li:last-child{border-right:none;}
ul.inr-strip-list span{
	font-size:45px;
	line-height:32px;
	font-weight:800;	
	font-family: 'Outfit';
	}
	
/*===Inner-Page-Section-2===*/	
.inr-sec2{
	float:left;
	width:100%;
	padding:65px 0;
	}	
.inr-s2-row{
	display:inline-block;
	vertical-align:middle;
	max-width:990px;
	width:100%;
	margin-top:5px;
	}
.inr-s2-col{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	width:100%;
	text-align:left;
	border-bottom:1px solid #c8c8c8;
	padding-bottom:50px;
	margin-top:45px;
	}
.inr-s2-col:last-child{
	border-bottom:none;
	padding-bottom:10px;
	}
.inr-s2-col-left{
	width:340px;
	padding-left:100px;
	position:relative;
	}
.inr-s2-col-icn{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:10px;
	width:70px;	
	}
.inr-s2-col-hdg{
	color:#000;
	font-size:32px;
	line-height:38px;
	font-weight:800;
	font-family: 'Outfit';
	}
.inr-s2-col-rgt{
	width:calc(100% - 340px);
	border-left:1px solid #d1d9e4;
	padding:0 10px 0 50px;	
	}
.inr-s2-col-para{
	color:#000;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.5px;
	}

/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.bnr-hdg{font-size:50px; line-height:58px;}
ul.bnr-list li{font-size:15px; line-height:25px; margin:15px 25px 0 0;}
.bnr-img{width:500px;}
.s1-col{width:32.5%;}
.s1-col-txt3{font-size:15px; line-height:23px;}
.testi-bx{padding:30px 19px 35px;}
.sec5 .frm-sec{max-width:500px;}


/*-----------------------
Inner-Page-CSS
------------------------*/	
.inr-bnr-left{width:70%;}
.inr-s1-left{width:47%;}
ul.inr-s1-list li{padding-left:70px;}

}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{ display:block;}
.show-desk{ display:none;}

/*=====Menu-CSS========*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 23px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #000;
	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(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:69px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #dddddd;
	}
.mobimenu-top{ top:64px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}

/*========================*/
.commn-hdg{font-size:30px; line-height:38px;}
.commn-para{margin-top:10px;}
a.commn-btn{max-width:360px; margin-top:30px;}

.caption-txt{font-size:14px; line-height:14px;}

.top-fix-bar{margin-bottom:65px;}
.header{height:65px; margin-top:-65px; top:65px;}
.logo{width:200px;}

.bnr-dot-img2{top:-65px; right:35px; width:125px;}
.bnr-left{width:85%;}
.bnr-title{font-size:14px; line-height:14px; padding:14px 25px 12px 15px;}
.bnr-star{margin:-6px 5px 0 0;}
.bnr-hdg{font-size:35px; line-height:41px; margin-top:12px;}
.bnr-hdg span:before{bottom:-2px; right:-6px; height:3px;}
ul.bnr-list{margin-top:10px;}
ul.bnr-list li{margin:5px 25px 0 0;}

.bnr-inr-bx{padding:30px 25px 45px; margin-top:25px;}
.bnr-img{width:430px;}
.bnr-inr-left{width:50%;}
.bnr-inr-hdg{font-size:25px; line-height:25px;}
.frm-sec{width:90%; }
.frm-flds{width:100%;}
.frm-submit{float:left; width:100%; margin-top:20px;}

.sec1{padding:40px 0 45px;}
.s1-row{margin:10px 0 0;}
.s1-col{padding:20px 15px;}
.s1-col-icn{width:80px;}
.s1-col-txt1{font-size:21px; line-height:25px; margin-top:20px;}
.s1-col-txt2{margin-top:10px;}
.s1-col-btm{margin-top:30px;}

.sec2{padding:40px 0 45px;}
.s2-contnt{margin-top:30px;}
.s2-rgt{width:51%; padding-right:0;}
ul.s2-list{margin-top:0;}
ul.s2-list li{padding-left:45px; margin-bottom:40px;}
ul.s2-list li:before{bottom:-28px;}
.s2-list-txt1{font-size:18px; line-height:18px;}
.s2-list-txt2{font-size:21px; line-height:31px; margin-top:12px;}
.s1-col-arw{width:20px;}

.sec3{padding:40px 0 45px;}
.testi-bx{padding:25px 25px 30px; margin:25px 0 10px;}
.testi-prd-title{padding:8px 15px 8px 10px;}
.testi-user-bx{padding:0 0 0 62px; margin-top:30px;}
.testi-user{top:0; width:50px;}

.sec4{padding:40px 0 45px;}

.s5-bx{padding:40px 25px 45px;}
.sec5 .frm-sec {max-width:475px; margin:30px auto 0;}

.footer{padding:40px 0;}
.ftr-logo{width:200px;}
.ftr-txt{font-size:16px; line-height:26px;}

/*-----------------------
Inner-Page-CSS
------------------------*/	
.inr-bnr{padding:40px 0 45px;}
.roofing-bg{background-position:62% top;}
.inr-bnr-hdg{font-size:40px; line-height:45px;}
.inr-bnr-para{font-size:18px; line-height:26px; margin-top:15px;}
.inr-bnr-bx{width:100%; padding:25px 25px 35px; margin-top:25px;}
.inr-page-frm-hdg{font-size:26px; line-height:26px;}
.inr-page-bx-arw{top:10px; right:-80px;}
.inr-bnr-bx .frm-sec{width:100%; margin-top:15px;}
.inr-bnr-bx	.frm-flds{width:54%;}
.input-fld{font-size:18px;}
.zip-input{background-size:18px;}
.inr-bnr-bx .frm-submit{float:right; width:44%; font-size:20px; margin-top:0;}

.inr-sec1{padding:40px 0 45px;}
.inr-s1-left{ width:45%;}
.inr-s1-rgt{width:50%;}
.inr-sec1 .commn-para{margin-top:10px;}
.inr-bullet{width:30px;}
ul.inr-s1-list{margin:25px 0 0;}
ul.inr-s1-list li{padding-left:45px; margin-bottom:30px;}

.inr-page-strip{padding:35px 0;}
ul.inr-strip-list li{line-height:25px;}
ul.inr-strip-list span{font-size:35px;}

.inr-sec2{padding:40px 0 45px;}
.inr-s2-col{padding-bottom:35px; margin-top:30px;}
.inr-s2-col-left{width:290px; padding-left:80px;}
.inr-s2-col-icn{width:55px;}
.inr-s2-col-hdg{font-size:26px; line-height:32px;}
.inr-s2-col-rgt{width:calc(100% - 290px); padding:0 10px 0 25px;}
.inr-s2-col:last-child{padding-bottom:5px;}

}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

.commn-hdg{font-size:28px; line-height:36px;}
.commn-para{font-size:16px; line-height:24px; letter-spacing:0.3px;}
.btn-bx{display:block; margin:25px auto 0;}
a.commn-btn{font-size:22px; line-height:22px; letter-spacing:0.3px; text-shadow:1px 1px #a4a4a4; padding:18px 0 19px; margin-top:25px;max-width: 340px;}

.caption-txt{font-size:13px; line-height:19px;}

.top-fix-bar{margin-bottom:55px;}
.header{height:55px; margin-top:-55px; top:55px;}
.logo{width:165px; margin-top:13px;}

.header_contact{ margin-top: 12px; padding-left: 32px;}
.header_contact img{ top: 5px; width: 25px;}	
.header_contact p{ font-size: 12px; line-height: 13px;}	
.header_contact span{ font-size: 17px; line-height: 17px; margin-top:2px;}	

.mobilemenu{top:59px;}
.mobimenu-top{top:55px;}	
.mob-mnu-ic{right:15px; top:17px;}

.bnr-sec{padding:25px 0 0;}
.bnr-sec:after{ display:none;}
.bnr-left{width:100%;}
.bnr-title{font-size:10px; line-height:10px; padding:10px 12px 10px 8px;  position: relative;}
.bnr-star{margin:-2px 2px 0 0; width:45px;}
.bnr-hdg{font-size:32px; line-height:38px; letter-spacing:0;}
ul.bnr-list{width:65%;}
ul.bnr-list li{margin:8px 0 0 0;}
.bnr-inr-bx{width:calc(100% + 30px); margin-left:-15px; border-radius:0; text-align:center; padding:25px 20px 30px; margin-top:20px;}
.bnr-img{width:165px; bottom:auto; top:-144px; border-radius:0;}
.bnr-inr-left{width:100%;}
.bnr-inr-hdg{font-size:26px; line-height:26px;}
.frm-sec{width:100%;}
.select-fld{padding:12px 40px 12px 25px;}
.frm-submit{font-size:20px; margin-top:15px;}
.bnr-dot-img2 {top: -30px;right: 5px;width: 120px;}

.sec1{padding:30px 0 35px;}
.s1-row{padding:0 10px; margin-top:0;} 
.s1-col{width:100%; padding:20px 20px;}
.s1-col-txt2{font-size:17px; line-height:25px; letter-spacing:0.3px;}
.s1-col-btm{margin-top:25px;}
.s1-col-txt3{letter-spacing: 0.3px; padding-right:35px;}

.sec2{padding:30px 0 35px;}
.s2-contnt{margin-top:0;}
.s2-rgt{width:100%;}
.s2-img{float:none; display:block; margin:20px auto 0; border-radius:10px;}
ul.s2-list{margin-top:25px;}
ul.s2-list li{padding-left:35px;}
ul.s2-list li:before{top:25px; left:10px;}
.circle{top:3px; left:6px; width:10px; height:10px;}
.s2-list-txt1{font-size:17px; line-height:17px;}
.s2-list-txt2{font-size:22px; line-height:30px;}
.s2-list-txt3{font-size:17px; line-height:25px; letter-spacing: 0.3px;}

.sec3{padding:30px 0 35px;}
.testi-bx{padding:25px 20px; margin:20px 0 10px;}
.testi-quote{top:26px; right:30px;}
.testi-prd-title{border-radius:10px;}
.testi-para{font-size:17px; line-height:25px; letter-spacing:0.5px; margin-top:15px;}

.sec4{padding:30px 0 35px;}
.faq-container{margin-top:20px;}
.accordion{background-position:right 25px center; padding:15px 45px 15px 15px; font-size:18px; line-height:28px;}
.acdn-content{padding:15px 20px 10px 15px;}
.acdn-para{font-size:17px; line-height:25px; margin-bottom:10px;}

.s5-bx{padding:25px 20px 35px;}
.sec5 .commn-hdg{font-size:26px; line-height:30px;}
.sec5 .frm-sec{margin:22px auto 0;}
.sec5 .select-fld{padding:12px 40px 12px 25px;}
.sec5 .frm-submit{font-size:22px; margin-top:15px; text-shadow:0 1px #000;}

.footer{padding:30px 0 25px;}
.ftr-logo{width:150px;}
.ftr-txt{font-size:14px; line-height:22px; margin-top:15px;}


/*-----------------------
Inner-Page-CSS
------------------------*/	
.inr-bnr{padding:20px 0 0;}
.roofing-bg,.solar-bg,.windows-bg{background-position:center; background:#ebf3ff;}
.inr-bnr-left{width:100%; text-align:center;}
.mob-inr-bnr-img{display:inline-block; vertical-align:middle; border-radius:10px; margin:0 auto;}
.inr-bnr-hdg{font-size:28px; line-height:34px; letter-spacing:0; margin-top:20px;}
.inr-bnr-para{font-size:15px; line-height:23px; letter-spacing:0.5px; margin-top:10px;}
.inr-bnr-bx{width:calc(100% + 30px); margin-left:-15px; border-radius:0; text-align:center; padding:20px 20px 25px; margin-top:20px;}
.inr-page-frm-hdg{font-size:24px;}
.inr-page-bx-arw{display:none;}
.inr-bnr-bx	.frm-flds{width:100%;}
.inr-bnr-bx .frm-submit{float:left; width:100%; font-size:24px; margin-top:15px;}

.inr-sec1{padding:30px 0 35px;}
.inr-s1-rgt{width:100%;}
.mob-inr-s1-img{display:inline-block; vertical-align:middle; border-radius:10px; margin:15px auto 10px;}
.inr-bullet{width:30px;}
ul.inr-s1-list{margin:25px 0 0;}
ul.inr-s1-list li{padding-left:45px; margin-bottom:30px;}
.inr-s1-list-txt2{font-size:17px; line-height:25px; margin-top:8px;}

.inr-page-strip{padding:25px 0;}
ul.inr-strip-list{position:relative;}
ul.inr-strip-list li{width:50%; font-size:14px; line-height:24px;}
ul.inr-strip-list span{font-size:30px; line-height:30px;}
ul.inr-strip-list li:nth-child(2n){border:none;}
ul.inr-strip-list li:nth-child(1n), ul.inr-strip-list li:nth-child(2n){ padding:0 0 20px;}
ul.inr-strip-list li:nth-child(3n), ul.inr-strip-list li:nth-child(4n){border-top:1px solid #3b5b88; padding:20px 0 0;}

.inr-sec2{padding:30px 0 35px;}
.inr-s2-col{border:1px solid #c8c8c8; padding:0 15px 0; margin-top:20px;}
.inr-s2-col:last-child{border-bottom:1px solid #c8c8c8;}
.inr-s2-col-left{width:100%; padding:20px 20px 15px 75px;}
.inr-s2-col-icn{width:50px; left:10px;}
.inr-s2-col-hdg{font-size:21px; line-height:27px;}
.inr-s2-col-rgt{width:100%; border-top:1px solid #c8c8c8; border-left:none;  padding:15px 10px 20px;}
.inr-s2-col-para{font-size:17px; line-height:25px;}

.sec5 .frm-flds{width:100%;}
.sec5 .frm-submit{width:100%; margin-top:15px !important;}


}



/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay{position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;z-index:2147483647;background:#333;background:rgba(255, 255, 255, .8);display:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body{max-width:600px;-webkit-background-clip:padding-box;font-family:Verdana, Geneva, sans-serif;box-sizing:border-box;outline:0}
#error_handler_overlay .error_handler_body{margin:100px auto;width:95%;padding:20px;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#app_common_modal_close,
#error_handler_overlay_close{position:absolute;right:-10px;top:-10px;color:#FFF;background-color:#333;border:2px solid #FFF;border-radius:50%;width:30px;height:30px;text-align:center;cursor:pointer;text-decoration:none;font-weight:700;line-height:26px;padding:0;margin:0}
#app_common_modal .app_modal_body{margin:100px auto;min-width:inherit;width:95%;min-height:400px;padding:1.5%;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}
#app_common_modal .app_modal_body iframe{min-height:400px;width:100%;border:1px solid #d5d6ef}
.exitpop-content{position:fixed;height:400px;width:708px;margin:-200px 0 0 -354px;top:50%;left:50%;text-align:left;padding:0;border:none;z-index:2147483647}
.exitpopup-overlay{background:rgba(0, 0, 0, .6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647;display:none}
.exitpop-content img{display:block;margin:0 auto;position:relative;text-align:center;max-width:100%;height:auto}
.exitpop-discountbar{background-color:red;border-bottom:4px dashed #fff;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:700;height:50px;line-height:50px;position:fixed;text-align:center;top:0;width:100%;z-index:9999;display:none}
.app-load-spinner{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;background-color:#333;border-radius:100%}
#loading-indicator::after,
#loading-indicator::before{box-sizing:border-box;left:50%;position:absolute;top:50%}
.all-card-types li{float:left;margin-right:20px}
#loading-indicator{background-color:rgba(0, 0, 0, .5);bottom:0;box-sizing:border-box;font-size:1px;height:100%;left:0;margin:0!important;padding:0!important;position:fixed;right:0;top:0;width:100%;z-index:2147483646}
#loading-indicator::before{background:url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);content:"";height:70px;margin-left:-35px;margin-top:-70px;width:70px;z-index:2}
#loading-indicator::after{background:#fff;border-radius:5px;color:#000;content:"Processing, one moment please... ";font-family:arial;font-size:17px;height:110px;line-height:98px;margin-left:-150px;margin-top:-75px;padding-top:35px;text-align:center;width:300px;z-index:1}

@-webkit-keyframes scaleout{
0%{-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1);opacity:0}
}

@keyframes scaleout{
0%{transform:scale(0);-webkit-transform:scale(0)}
100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}
}


@media screen and (max-device-width:767px) and (orientation:landscape){#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body{margin:20px auto;}
#app_common_modal .app_modal_body iframe{min-height:360px;}
}


@media(max-device-width:767px){#app_common_modal .app_modal_body{margin:2% auto}}

