@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Poppins', sans-serif;*/
*{
    box-sizing: border-box;
}
body{margin: 0px; font-family: 'Poppins', sans-serif;}
button:focus{outline: none;}
input:focus{outline: none;}
a{
    color: #1b70bb;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
ul{
	list-style: none;
	padding-left: 0px;
}


/*############## comon css start ###########*/
.gray-bg{
	background-color: #f8f8f8;
}
.btn-danger{
	color: #fff;
    background-color: #eb7b27;
    border-color: #eb7b27;
    padding: 10px 15px;
}
.btn-danger:hover{
	color: #fff;
    background-color: #c76923;
    border-color: #c76923;
}
.btn-danger.disabled, 
.btn-danger:disabled{
	color: #fff;
    background-color: #eb7b27;
    border-color: #eb7b27;
}
.btn-outline-light{
    color: #ffffff;
    border-color: #ffffff;
    padding: 10px 15px;
}
.btn-primary{
	color: #fff;
    background-color: #0073df;
    border-color: #0073df;
    padding: 10px 15px;
}

.comon-title{
	position: relative;
	width: 100%;
}
.comon-title h3{
	position: relative;
	width: 100%;
	font-size: 38px;
	color: #181818;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.comon-title p{
	position: relative;
	width: 100%;
	font-size: 16px;
	color: #484848;
	margin-bottom: 10px;
}

.cms-content{
	position: relative;
	width: 100%;
}
.cms-content h3{
	position: relative;
	width: 100%;
	font-size: 30px;
	margin-bottom: 15px;
}
.cms-content h4{
	position: relative;
	width: 100%;
	font-size: 22px;
	margin-bottom: 10px;
}
.cms-content p{
	position: relative;
    width: 100%;
    font-size: 16px;
    color: #484848;
    margin-bottom: 10px;
}

/*############## comon css end ###########*/

/*############## Header css start ############*/
/*######### sticky heaser css ########*/
/*####### animation #########*/
	@keyframes smoothScroll {
	  0% {
	    transform: translateY(-20px);
	  }
	  100% {
	    transform: translateY(0px);
	  }
	}
/*####### animation end #########*/
.header-wraper.sticky{
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12);
    animation: smoothScroll 1s forwards;
}
/*#########*/

.header-wraper{
	position: relative;
	width: 100%;
	padding: 10px 0px;
	background-color: #fff;
	z-index: 9;
}
.header-wraper .navbar{
	position: relative;
	width: 100%;
}

.search-get-quote-wraper{
	position: relative;
}
.search-get-quote-wraper ul{
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}
.search-get-quote-wraper ul li{
	position: relative;
	margin-left: 8px;
}

.search-get-quote-wraper ul li .btn-danger{
	padding: 4px 5px;
    font-size: 15px;
}
.search-get-quote-wraper ul li .user-dropdown .btn{
	padding: 5px 2px;
    font-size: 15px;
}
.search-get-quote-wraper ul li .user-dropdown .btn:focus{
	outline: none;
	box-shadow: none;
}
.search-get-quote-wraper ul li .user-dropdown .dropdown-menu{
    left: auto;
    right: 0;
}

.header-wraper .navbar .main-menu li{
	position: relative;
	padding: 0px 8px;
}
.header-wraper .navbar .main-menu li a{
	position: relative;
    text-align: left;
	color: #353535 !important;
	font-size: 15px;
    padding: 6px 2px;
}
.header-wraper .navbar .main-menu li.active > a{
	color: #eb7b27 !important;
}
/*sub menu*/
.header-wraper .navbar .main-menu > li.sub-dropdown:after {
    position: absolute;
    top: 40%;
    right: 0px;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #70868c;
}
.header-wraper .navbar .main-menu > li .sub-menu{
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
    border: 0;
}
.header-wraper .navbar .main-menu > li .sub-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 30px;
    top: -8px;
}
/*#### search #####*/
.search-wraper{
	position: relative;
	width: 100%;
}
.search-wraper .fa{
    color: #353535;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
}
.search-box{
	z-index: 1;
	background: #f7f7f7;
    position: absolute;
    top: 45px;
    right: -16px;
    width: 330px;
    line-height: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-top: 4px solid #eb7b27;
    padding: 10px 10px;
	display: none;
}
.search-box:before{
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #eb7b27;
}
.search-box input[type="text"]{
  width: calc(100% - 80px);
  padding: 5px 10px;
  border: 1px solid #eb7b27;
  outline: none;
}
.search-box input[type="button"]{
  width: 80px;
  padding: 5px 0;
  background: #eb7b27;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #eb7b27;
  outline: none;
  cursor: pointer;
}
/*search css end*/
/*############## Header css end ############*/

/*############## banner css start ##########*/
.banner-wraper{
	position: relative;
	width: 100%;
}
.banner-slider-wrap:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 50%);
}
.banner-wraper .banner-cont-wrap{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 9;
}
.banner-cont-wrap h1{
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 55px;
	font-weight: 600;
	margin-bottom: 10px;
}
.banner-cont-wrap p{
	position: relative;
	color: #ffffff;
	font-size: 29px;
}
.banner-cont-wrap .btn-outline-light{
	padding: 12px 20px;
}
/*dots css start */
#banner-slider .owl-dots{
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    z-index: 9;
}
#banner-slider .owl-dots button.owl-dot{
	height: 20px;
	width: 22px;
	background: transparent;
	margin-right: 8px;
	position: relative;
	display: inline-block;
}
#banner-slider .owl-dots button.owl-dot span{
	width: 12px;
	height: 12px;
	background: #eb7b27;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
#banner-slider .owl-dots button.owl-dot.active{
	background: transparent !important;
	height: 20px;
	width: 22px;
	border-radius: 50%;
}
#banner-slider .owl-dots button.owl-dot.active span{
	width: 16px;
	height: 16px;
	background: #0073df;
	float: left;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
/*dots css end */
/*############## banner css end ##########*/

/*############## about css start ##########*/
.about-wraper{
	position: relative;
	width: 100%;
	padding: 60px 0px;
	background-color: #ffffff;
}
.about-wraper:after{
	content: "";
    position: absolute;
    right: 0;
    bottom: -65px;
    width: 350px;
    height: 250px;
    background-image: url(../images/about-after-right-img1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.quote-form-wrap{
	position: relative;
	width: 100%;
}
.quote-form-wrap h4{
	position: relative;
	width: 100%;
	color: #181818;
	font-size: 20px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cfcfcf;
}
.quote-form-wrap .form-group .form-control{
	position: relative;
    width: 100%;
    height: auto;
    color: #000;
    padding: 12px 10px;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    border-radius: 5px;
}
.quote-form-wrap .form-group .form-control::placeholder{
	color: #808080;
}
.quote-form-wrap .form-group .form-control:focus{
	outline: none;
	box-shadow: none;
}
.quote-form-wrap .form-group .quote-radio-wrap{
	position: relative;
	width: 100%;
	margin-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
}
.quote-form-wrap .form-group .quote-radio-wrap li{
	position: relative;
	margin-right: 12px;
}
.quote-form-wrap .form-group p{
	position: relative;
	color: #676767;
	font-size: 12px;
	margin-bottom: 10px;
}
.quote-form-wrap .form-group .btn-danger{
	padding: 12px 25px;
}

.about-right-wrap{
	position: relative;
	width: 100%;
}


/*############## about css end ##########*/

/*############## about company css start ############*/
.about-company-wraper{
	position: relative;
	width: 100%;
	padding: 70px 0px;
	background-image: url(../images/about-company-bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.about-company-wraper:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 0.60);
}
.abt-company-wrap{
	position: relative;
	width: 100%;
}
.abt-company-wrap h4{
	position: relative;
	width: 100%;
	color: #eb7b27;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
.abt-company-wrap p{
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 10px;
}
.abt-company-wrap .comon-title h3{
	color: #ffffff;
}
.abt-company-wrap .comon-title p{
	color: #ffffff;
}
.abt-company-wrap .btn-outline-light{
	padding: 12px 25px;
}
/*############## about company css end ############*/

/*#############  product css start #############*/
.product-wraper{
	position: relative;
	width: 100%;
	padding: 60px 0px;
	background-color: #fff;
}

.product-slider-item{
	position: relative;
}

.product-wrap{
	position: relative;
	width: 100%;
}
.product-wrap .prd-img{
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.product-wrap .prd-img > img{
	width: 100%;
}
.product-wrap .prd-img .hover-btn{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: rgb(240 155 91 / 88%);
    opacity: 0;
    transition: 0.5s;
}
.product-wrap .prd-img .hover-btn .btn-outline-light{
	padding: 14px 20px;
}
.product-wrap:hover .prd-img .hover-btn{
	opacity: 1;
	transition: 0.5s;
}
.product-wrap h4{
	position: relative;
	width: 100%;
	text-align: center;
	color: #181818;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

/*arrow css*/
#product-slider .owl-nav{
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    width: 100%;
}
#product-slider .owl-nav button{
    color: #9a9a9a;
    font-size: 25px;
    transition: 0.5s;
}
#product-slider .owl-nav .owl-prev{
    position: absolute;
    left: -5%;
}
#product-slider .owl-nav .owl-next{
    position: absolute;
    right: -5%;
}
/*#############  product css end #############*/

/*############# FAQ css start ###############*/
.about-faq-wraper{
	position: relative;
	width: 100%;
	padding: 70px 0px;
	background-color: #f8f8f8;
}
.faq-wrap{
	position: relative;
	width: 100%;
}
.faq-wrap .comon-title h3 span{
	color: #eb7b27;
}
.faq-wrap .faq-list{
	position: relative;
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
}
.faq-wrap .faq-list .faq-head{
	position: relative;
	width: 100%;
	margin: 15px 0px;
}
.faq-wrap .faq-list .faq-head h3{
	position: relative;
	color: #202020;
	font-size: 17px;
	padding-right: 30px;
	cursor: pointer;
	margin-bottom: 0px;
}
.faq-wrap .faq-list .faq-head h3 span.plusminus{
    position: absolute;
    right: 0;
    font-size: 26px;
    top: -3px;
}
.faq-wrap .faq-list .faq-body{
	position: relative;
	width: 100%;
}
.faq-wrap .faq-list .faq-body p{
	position: relative;
	width: 100%;
	color: #000;
	font-size: 16px;
	margin-bottom: 12px;
}
/*############# FAQ css end ###############*/


/*############ footer css start ############*/
.footer-wraper{
	position: relative;
	width: 100%;
	padding: 50px 0px 10px 0px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-wraper:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(0 115 223 / 78%);
}

.footer-inner-wrap{
	position: relative;
	width: 100%;
}
.footer-inner-wrap h3{
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 15px;
}
.footer-inner-wrap .foot-logo{
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.footer-inner-wrap .consumer-logo{
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.footer-inner-wrap .foot-social-icon{
    position: relative;
    width: 100%;
}
.footer-inner-wrap .foot-social-icon h5{
	position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 0px;
}
.footer-inner-wrap .foot-social-icon ul{
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}
.footer-inner-wrap .foot-social-icon ul li{
	position: relative;
    display: inline-block;
    margin-left: 10px;
}
.footer-inner-wrap .foot-social-icon ul li a{
    color: #394aae;
    font-size: 16px;
    transition: 0.5s;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.footer-inner-wrap .foot-social-icon ul li a:hover{
	background-color: #eb7b27;
	color: #ffffff;
	transition: 0.5s;
}
.footer-inner-wrap .footer-menu{
	position: relative;
	width: 100%;
}
.footer-inner-wrap .footer-menu ul{
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 0px;
}
.footer-inner-wrap .footer-menu ul li{
	position: relative;
	display: block;
	margin-bottom: 5px;
}
.footer-inner-wrap .footer-menu ul li a{
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	padding: 5px 0px;
}
/*.footer-inner-wrap .footer-menu.foot-menu1 ul{
	display: flex;
	flex-wrap: wrap;
}
.footer-inner-wrap .footer-menu.foot-menu1 ul li{
	width: 50%;
	display: flex;
}*/
.footer-inner-wrap .contact-det-list{
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 15px; 
}
.footer-inner-wrap .contact-det-list span{
	color: #ffffff;
	font-size: 20px;
	padding-right: 10px; 
}
.footer-inner-wrap .contact-det-list p {
  margin-bottom: 0px; 
  color: #ffffff;
}
.footer-inner-wrap .contact-det-list p a {
	color: #ffffff; 
}

.foot-copy{
    position: relative;
    width: 100%;
    border-top: 1px solid #479ae8;
    text-align: center;
    padding: 15px 0px 5px 0px;
}
.foot-copy p{
	position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 0px;
}
.foot-copy p a{
	color: #ffffff;
}
/*############ footer css end ############*/

/*############ collect information css start ###########*/
.collect-information-wraper .modal-dialog{
    margin-top: 10%;
}
.collect-information-wraper .close{
    position: absolute;
    right: 8px;
    top: 2px;
    z-index: 9;
    color: #000;
    opacity: 1;
    font-size: 20px;
}
.collect-information-wraper .collect-information-form{
	position: relative;
	padding-top: 15px;
}
.collect-information-wraper .collect-information-form .title{
	position: relative;
	width: 100%;
}
.collect-information-wraper .collect-information-form .title h3{
    position: relative;
    font-size: 30px;
    color: #eb7b27;
}
.collect-information-wraper .collect-information-form .form-control{
	position: relative;
	width: 100%;
	transition: 0.5s;
}
.collect-information-wraper .collect-information-form .form-control:focus{
	outline: none;
	box-shadow: none;
	border: 1px solid #eb7b27;
	transition: 0.5s;
}
/*############ collect information css end ###########*/
/*############ floating chat css start ############*/
.floating-chat-wrap{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    cursor: pointer;
}
/*############ floating chat css end ############*/
/*########### inner banner css start ############*/
.inner-banner{
    position: relative;
    width: 100%;
    padding: 0px 0px;
    z-index: 1;
}
.inner-banner:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.80);
    z-index: 1;
}
.inner-banner img{
    position: relative;
    width: 100%;
    height: 200px;
    object-fit: cover;
    z-index: 1;
}
.inner-banner .inner-banner-cont{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    z-index: 2;
}
.inner-banner .inner-banner-cont h1{
    position: relative;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-align: center;
}
.main-wraper{
	position: relative;
	width: 100%;
	padding: 60px 0px;
}
/*########### inner banner css end ############*/


/*########### contact us page css start ##########*/
.contact-us-wraper{
	position: relative;
	width: 100%;
	padding: 60px 0px;
	background-color: #ffffff;
}

.map-wrap{
	position: relative;
    width: 100%;
}
.map-wrap iframe{
    position: relative;
    width: 100%;
    border: 3px solid #eb7b27;
    border-radius: 10px;
}

.contact-left-form{
    position: relative;
    width: 100%;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 50%);
    padding: 15px;
}
.contact-form-inner{
	position: relative;
	width: 100%;
}
.contact-form-inner .form-control{
    color: #000000;
    border: 1px solid rgba(51,51,51,.11);
    padding: 5px 15px;
    background-color: #fdfdfd;
    border-radius: 2px;
    transition: 0.5s;
}
.contact-form-inner .form-control:focus{
	box-shadow: none;
	border-color: #eb7b27;
	transition: 0.5s;
}
.contact-form-inner .form-control::placeholder{
	color: #808080;
	transition: 0.3s;
}
.contact-form-inner .btn-danger{
	padding: 15px 30px;
}


.right-contact-info-wrap p{
	position: relative;
	color: #484848;
	font-size: 17px;
	margin-bottom: 30px;
}
.right-contact-info-wrap .contact-info-wrap{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.right-contact-info-wrap .contact-info-wrap .contact-info-list{
	position: relative;
	width: 50%;
	margin-bottom: 20px;
}
.right-contact-info-wrap .contact-info-wrap .contact-info-list p{
	position: relative;
	margin-bottom: 0;
	padding-right: 10px;
	color: #484848;
	font-size: 16px;
}
.right-contact-info-wrap .contact-info-wrap .contact-info-list p:first-child{
	font-size: 20px;
}
.right-contact-info-wrap .contact-info-wrap .contact-info-list p .fa{
    font-size: 22px;
    color: #eb7b27;
}
.right-contact-info-wrap .contact-info-wrap .contact-info-list p a{
	color: #484848;
}
/*########### contact us page css end ##########*/

/*########## about page css start #########*/
.our-partners-wraper{
	position: relative;
	width: 100%;
	padding: 60px 0px;
}
.partners-list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 40px 10px;
    text-align: center;
    border: 1px solid #e6dfdf;
    border-radius: 5px;
}
/*########## about page css end #########*/

/*######### FAQ css start ##########*/
.faq-wraper{
	position: relative;
	width: 100%;
	padding: 60px 0px;
	background-color: #ffffff;
}
/*######### FAQ css end ##########*/

/*######### product css start ##########*/
.product-pg-wraper{
	position: relative;
	width: 100%;
	padding: 60px 0px;
	background-color: #ffffff;
}

/*product details css start*/
.product-details-wraper{
	position: relative;
	width: 100%;
	padding: 50px 0px;
	background-color: #ffffff;
}
.product-details-wraper .prd-left-img{
	position: relative;
	width: 100%;
}
.product-details-wraper .prd-left-img img{
	position: relative;
	width: 100%;
}
.product-details-wraper .product-dtls-content{
	position: relative;
	width: 100%;
}
.product-details-wraper .product-dtls-content h3{
	position: relative;
    width: 100%;
    font-size: 26px;
    color: #eb7b27;
    font-weight: 600;
}
.product-details-wraper .product-dtls-content p{
	position: relative;
    width: 100%;
    font-size: 16px;
    color: #484848;
    margin-bottom: 10px;
}
/*product details css end*/
/*######### product css end ##########*/

/*######### who we are css start ########*/
.who-we-are-wraper{
	position: relative;
	width: 100%;
	padding: 60px 0px;
}

/*######### who we are css end ########*/

/*######### why solar page css start ########*/
.why-solar-wrap{
	position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 34%);
    border-radius: 3px;
    overflow: hidden;
}
.why-solar-wrap .img-box{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.why-solar-wrap .img-box img{
	position: relative;
	width: 100%;
}
.why-solar-wrap .content{
	position: relative;
	width: 100%;
	padding: 10px;
}
.why-solar-wrap .content h4{
    position: relative;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}
.why-solar-wrap .content p{
	position: relative;
    width: 100%;
    font-size: 16px;
    color: #484848;
    margin-bottom: 10px;
}
/*######### why solar page css end ########*/

/*######### How solar works css start #########*/
.how-solar-works-wraper{
	position: relative;
	width: 100%;
	padding: 60px 0px;
}

.how-work-list{
    position: relative;
    width: 80%;
    text-align: center;
    transition: 0.5s;
}
.how-work-list .icon{
    position: relative;
    /* background-color: #0073df; */
    height: 150px;
    width: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: 0.5s;
}
.how-work-list h4{
	position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.how-work-list.second{
	margin:0 auto;
}
.how-work-list.third{
	margin:0 auto;
}
.how-work-list.fourth{
	margin-left: auto;
}
.how-work-list.first:after{
    content: "";
    background-image: url(../images/services-work-bottom-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    height: 50px;
    width: 130px;
    right: -58%;
    top: calc(70% - 15px);
}
.how-work-list.second:after{
    content: "";
    background-image: url(../images/services-work-top-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    height: 50px;
    width: 130px;
    right: -50%;
    top: calc(5% - 15px);
}
.how-work-list.third:after{
    content: "";
    background-image: url(../images/services-work-bottom-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    height: 50px;
    width: 130px;
    right: -58%;
    top: calc(70% - 15px);
}
/*######### How solar works css end #########*/

/*######### plan page css start #########*/
.plan-wraper{
	position: relative;
	width: 100%;
	padding: 50px 0px;
}
.plan-list-wrap{
	position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 6px 0px rgb(148 148 148 / 40%);
    border-radius: 8px;
    overflow: hidden;
}
.plan-list-wrap .title{
	position: relative;
	width: 100%;
	padding: 10px 5px;
	text-align: center;
	background-color: #f8f8f8;
}
.plan-list-wrap .title h3{
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    font-size:16px;
    font-weight: 600;
}
.plan-list-wrap .plan-list{
	position: relative;
	width: 100%;
	padding: 10px 10px;
    padding-bottom: 60px;
}
.plan-list-wrap .plan-list ul{
	position: relative;
	width: 100%;
	margin-bottom: 0px;
}
.plan-list-wrap .plan-list ul li{
	position: relative;
    display: block;
    padding-left: 22px;
    margin-bottom: 6px;
    color: #484848;
    font-size: 15px;
    padding-bottom: 6px;
    border-bottom: 1px solid #dcdada;
}
.plan-list-wrap .plan-list ul li:last-child{
	margin-bottom: 0px;
	border-bottom: 0px;
}
.plan-list-wrap .plan-list ul li:before{
    content: "\f00c";
    font-family: fontawesome;
    position: absolute;
    top: -2px;
    left: 0;
    color: #0073df;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.plan-list-wrap .plan-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;
}
.plan-list-wrap .plan-btn .btn-danger{
	padding: 10px 15px;
    width: 100%;
    border-radius: 0;
}

.plan-quote-wraper{
	position: relative;
	width: 100%;
	padding: 60px 0px;
	background-color: #f8f8f8;
}
.plan-quote-wraper .quote-form-wrap{
	position: relative;
	width: 100%;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 35%);
    border-radius: 10px;
}
/*######### plan page css end #########*/

/*######### rooftop page css start ######*/

.rooftop-wrap{
	position: relative;
    width: 100%;
    padding: 15px 15px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 50%);
    border-radius: 5px;
}
.rooftop-wrap .info-wrap{
	position: relative;
	width: 100%;
}
.rooftop-wrap .info-wrap .info-list{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
}
.rooftop-wrap .info-wrap .info-list h5{
	position: relative;
	width: 100%;
	color: #000;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 5px;
}
.rooftop-wrap .info-wrap .info-list p{
	position: relative;
	width: 100%;
	font-size: 16px;
	margin-bottom: 5px;
}
.rooftop-wrap .quote-form-wrap ul.confirm-btn-wrap{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.rooftop-wrap .quote-form-wrap ul.confirm-btn-wrap .confirm-btn-inner .btn-danger{
	padding: 6px 12px;
}
.rooftop-wrap .quote-form-wrap ul.confirm-btn-wrap li{
    position: relative;
    margin-right: 5px;
}
.rooftop-map{
	position: relative;
	width: 100%;
    border: 3px solid #eb7b27;
}
/*######### rooftop page css end ######*/

/*######### login css start #######*/
.login-wraper{
    position: relative;
    width: 100%;
    padding: 50px 0px;
    background-color: #f8f8f8;
}
.login-body{
    position: relative;
    width: 100%;
    padding: 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    overflow: hidden;
}
.login-body .login-title{
	position: relative;
    width: 100%;
    padding: 15px 10px;
    background-color: #0073df;
    text-align: center;
}
.login-body .login-title h3{
	position: relative;
    width: 100%;
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 600;
}
.login-body .login-form{
	position: relative;
	width: 100%;
    padding: 20px;
}
.login-body .form-group label{
    position: relative;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 1px;
}
.login-body .form-group .form-control{
    position: relative;
    height: auto;
    padding: 8px 8px;
    padding-left: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #999999;
}
.login-body .form-group .form-control:focus{
    outline: none;
    box-shadow: none;
    border-bottom-color: #0073df;
}
.login-body .form-group .field-icon{
    float: right;
    margin-top: -32px;
    position: relative;
    z-index: 2;
    font-size: 20px;
    color: #b1b1b1;
    right: 8px;
    cursor: pointer;
}
.login-body .login-submit-btn{
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}
.login-body .login-submit-btn p{
	position: relative;
	width: 100%;
	color: #000;
	font-size: 17px;
	margin: 10px 0px;
}
.login-body .login-submit-btn .btn-danger{
	width: 100%;
	font-weight: 600;
    font-size: 18px;
    padding: 10px 20px;
}
.login-body .login-submit-btn .btn-primary{
	position: relative;
	width: 100%;
	font-weight: 600;
    font-size: 18px;
	padding: 10px 20px;
}
.login-body .login-forgot-pass{
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.login-body .login-forgot-pass a{
    color: #000;
}



/*######### login css end #######*/





