
body{
  margin: 0;
}

h2,h3,h4,h5{
  font-family: 'Noto Serif', serif;
}


.row{
 margin: 0;
}

.row > .col-sm-12{
  padding: 0;
}

header{
  z-index: 1;
  position: sticky;
  top: 0;
}
#navbarNavDropdown{
    /* display: flex; */
    justify-content: flex-end;
    align-items: center;  
    margin-right: 10px;
    gap: 25px;
    /* z-index: 1; */
}

.nav-item{
  display: flex;
  justify-content: center;
}

.nav-link{
    font-size:18px;
}

.nav-link:hover{
  color: #ebbb33;
  /* border-bottom: 2px solid rgb(249, 4, 4); */
}

.dropdown-menu .menu-item a{
  color: #000;
  text-decoration: none;
  cursor: pointer;

}

.menu-item a:hover{
  color: #ebbb33;
  display: block;
}

.Request:hover{
  background-color: #ebbb33;
  color: #fff;
}

/* .masthead{
background-size: cover;
min-height: 60vh;
position: relative;
color: white;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
} */

@media (max-width:700px){
  header{
    
  z-index: 1;
  position: sticky;
  top: 0;
  }
}

h1{
font-size: 4rem;
}

.color-overlay{
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
}

/* @media (min-width:368px){
.carousel-item .masthead{
  height: 50vh;
}
h1{
  font-size: calc(1.525rem + 3.3vw);
}
} */



.container .col-lg-4 {
display: flex;
justify-content: center;
}

.cardss {
width: 300px;
/* height: 300px; */
transform-style: preserve-3d;
perspective: 500px;
border: none;
background-color: inherit;
margin-bottom: 10px;
display: contents;
}

.cardss:hover{
/* transition: all 0.2s ease-in-out; */
transition:  4s 1s;
}

.cardss .face {
position: absolute;
color: #292424;
width: 100%;
height: 100%;
overflow: hidden;
/* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); */
border-radius: 15px;
/* background: rgba(236, 0, 0, 0.06); */
transform-style: preserve-3d;
transition: 0.5s;
backface-visibility: hidden;
/* border-top: 1px solid #ddd; */
/* border-left: 1px solid #ddd; */
/* border-right: 1px solid #999;
border-bottom: 1px solid #999; */
}

.cardss .face.front-face,
.cardss .face.back-face {
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.cardss .face.front-face .profile {
width: 150px;
height: 150px;
border-radius: 50%;
object-fit: cover;
}

.cardss.face.front-face .name {
letter-spacing: 2px;
}

.cardss .face.front-face .designation {
font-size: 0.8rem;
color: #2c2222;
letter-spacing: 0.8px;
}

.cardss:hover .face.front-face {
transform: rotateY(180deg);
}

.cardss .face.back-face {
position: absolute;
background: rgba(124, 48, 48, 0.06);
transform: rotateY(180deg);
padding: 20px 30px;
text-align: center;
user-select: none;
}

.cardss .face.back-face .fa-quote-left {
position: absolute;
top: 25px;
left: 25px;
font-size: 1.2rem;
}

.cardss .face.back-face .fa-quote-right {
position: absolute;
bottom: 35px;
right: 25px;
font-size: 1.2rem;
}

.card:hover .face.back-face {
transform: rotateY(360deg);
}

@media(max-width: 991.5px) {
.col-lg-4 {
    margin-top: 40px;
    margin-bottom: 20px;
}
}



/* solar options */
#option{
background-color: #e5e7eb;
padding-bottom: 10px;
}


.solar-option div{
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 7px 20px;
  text-transform: capitalize;
  border: 1px solid #b9b5b5;
  transition: 0.3s;
  cursor: pointer;
}
.solar-option div:hover{
  background-color: #ffb98b;
  color: var(--light);
}
.solar-option div:nth-child(1){
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #43413f;
  color: var(--light);
}
.solar-option div:nth-child(2){
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.commercial-plans{
  display: none;
}


.plan-btn-active{
  /* background-color: var(--dark-green); */
  color: var(--light);
}
.cards{
  padding: 15px 10px;
  border-radius: 4px;
background: #fff;
box-shadow:  4px 4px 30px rgba(0, 0, 0, .01),
           -4px -4px 30px rgba(0, 0, 0, .01);
           cursor: pointer;
            transition: 0.4s;
}
.cards h2{
  text-align: center;
  font-size: 1.6rem;
  
}
.cards .watt{
  color: #43413f;
}
.cards p{
  text-align: center;
}
.cards a{
  text-align: center;
  background-color: #43413f;
  color: var(--light);
  font-weight: 600;
  /* font-size: 1.3rem; */
  width: 130px;
  padding: 5px 10px;
  margin: auto;
  border-radius: 5px;
  display: flex;
  font-size: 18px;
  text-decoration: none;
}

.cards hr{
  border: 1px solid;
}

.cards:hover{
  transform: translateY(-15px);
}

@media (max-width:700px){
  .cards{
    margin-bottom: 12px;
  }
}

/* details */


/* @media (max-width:360px){
#topic{
    flex-direction: column;
}
} */

.why-us{
        border-top-left-radius: 50px;
border-bottom-right-radius: 40px;
/* box-shadow: 10px 0 15px 2px  #000; */
/* box-shadow:14px 0 0 9px black; */
/* background: #73AD21; */
border-style: dashed;
border-top: 19px solid #ebbb33;
border-right: 19px solid #ebbb33;
/* padding: 20px;  */
/* margin-left: 30px; */

}

/* @media (max-width:360px){
#brands{
flex-direction: column;
}
} */

/* testmonial */

/* @media (max-width:800px){
.panels{

flex-direction: column;
gap: 10px;

}
} */


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* input[type=number] {
-moz-appearance: textfield;
} */

/* brands */
.cliens {
margin-top: 10px;
padding: 12px 0;
text-align: center;
margin-bottom: 50px;
}

.cliens img {
/* max-width: 20%; */
/* transition: all 0.4s ease-in-out; */
/* display: inline-block; */
padding: 15px 0;
/* filter: grayscale(100); */
}

.cliens img:hover {
filter: none;
transform: scale(1.1);
}

@media (max-width: 768px) {
.cliens img {
max-width: 40%;
}
}    


@-webkit-keyframes scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(calc(-250px * 7));
}
}

@keyframes scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(calc(-250px * 7));
}
}
.brands {
/* background: rgba(169, 221, 194, 0.742); */
box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
height: 100px;
margin: auto;
overflow: hidden;
position: relative;
width: 100%;
}
.brands::before, .brands::after {
background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);  
content: "";
height: 100px;
position: absolute;
/* width: 200px; */
z-index: 2;
}
.brands::after {
right: 0;
top: 0;
transform: rotateZ(180deg);
}
.brands::before {
left: 0;
top: 0;
}
.brands .brand-item {
-webkit-animation: scroll 40s linear infinite;
      animation: scroll 40s linear infinite;
display: flex;
width: calc(250px * 14);
}


/* span {
color: deeppink;
} */
/* }
span2 {
color: lightgreen;
} */

.blog {
width: 100%;
padding: 20px;
background-color: #424242;
border-radius: 25px;
}
.blogs {
width: 400px;
padding: 20px;
margin: 0 10px;
border: 2px solid white;
border-radius: 25px;
background-color: #282828;
color: white;
}
.slick-slide img {
width: 100%;
height: 300px;
}

/* Customize the dots container */
.slick-dots {
display: flex;
justify-content: center;
margin: 20px 0;
}

/* Customize the individual dots */
.slick-dots li {
margin: 0 5px;
list-style: none;
}

.slick-dots li button {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #282828;
border: none;
outline: none;
cursor: pointer;
}
/* Remove the numbers next to the dots */
.slick-dots li button {
font-size: 0;
line-height: 0;
}

/* Style the active dot */
.slick-dots li.slick-active button {
background-color: white;
}


/* testominial */
.testimonial-heading {
color: #000;
font-size: 26px;
font-weight: 300;
position: relative;
margin: 0 0 50px 0;
text-transform: uppercase;
/* display: inline-block; */
}
/*.testimonial-heading::after {*/
/*content: "";*/
/*width: 100%;*/
/*position: absolute;*/
/*display: flex;*/
/*justify-content: center;*/
/*height: 4px;*/
/*border-radius: 1px;*/
/*background: #ebbb33;*/
/*background: #ebbb33;*/
/*left: 0;*/
/*bottom: -20px;*/
/*}*/
.testimonial-heading:after{
    content: "";
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    height: 4px;
    border-radius: 1px;
    background: #EBBB32;
    left: 0;
    bottom: -20px;
}
.carousel-main {
margin: 50px auto;
}
.carousel-main .testimonial-item {
color: #999;
overflow: hidden;
min-height: 120px;
font-size: 13px;
}
.carousel-main .media {
position: relative;
padding: 0 0 0 20px;
margin-left: 20px;
}
.carousel-main .media img {
width: 75px;
height: 75px;
display: block;
border-radius: 50%;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
border: 2px solid #fff;
}
.carousel-main .testmonial-text {
color: #000;
position: relative;    
background: #fff;
padding: 15px;
margin: 0 0 20px 20px;
}
.carousel-main .testmonial-text::before, .carousel-main .testmonial-text::after {
content: "";
display: inline-block;
position: absolute;
left: 0;
bottom: -20px;
}
.carousel-main .testmonial-text::before {
width: 20px;
height: 20px;
background: #9b9b9b;
box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.carousel-main .testimonial::after {
width: 0;
height: 0;
border: 10px solid transparent;
border-bottom-color: #fff;
border-left-color: #fff;
}
.carousel-main .testimonial-item .row > div:first-child .testmonial-text {
margin: 0 20px 20px 0;
}
.carousel-main .testimonial-item .row > div:first-child .media {
margin-left: 0;
}
.carousel-main .testmonial-text p {
text-indent: 40px;
line-height: 21px;
margin: 0;
}
.carousel-main .testmonial-text p::before {
content: "\201D";
  font-family: Arial,sans-serif;
color: #000;
font-weight: bold;
font-size: 68px;
line-height: 70px;
position: absolute;
left: -25px;
top: 0;
}
.carousel-main .overview {
padding: 3px 0 0 15px;
}
.carousel-main .overview .details {
padding: 5px 0 8px;
}
.carousel-main .overview b {
text-transform: uppercase;
/* color: #ff5555; */
}
/* .carousel-control-prev, .carousel-control-next {
width: 30px;
height: 30px;
background: #666;
text-shadow: none;
top: 4px;
}
.carousel-control-prev i, .carousel-control-next i {
font-size: 16px;
}
.carousel-control-prev {
left: auto;
right: 40px;
}
.carousel-control-next {
left: auto;
} */
.carousel-indicators {
bottom: -80px;
}
.carousel-indicators li, .carousel-indicators li.active {
width: 17px;
height: 17px;
border-radius: 0;
margin: 1px 5px;
box-sizing: border-box;
}
.carousel-indicators li {	
background: #e2e2e2;
border: 4px solid #fff;
}
.carousel-indicators li.active {
color: #fff;
background: #ff5555;
border: 5px double;    
}
.star-rating li {
padding: 0 2px;
}
.star-rating i {
font-size: 14px;
color: #ffdc12;
}

/* footer style */
.footer-widget p {
margin-bottom: 27px;
}
/* p {
font-family: "Nunito", sans-serif;
font-size: 16px;
color: white;
line-height: 28px;
} */

.animate-border {
position: relative;
display: block;
width: 115px;
height: 3px;
background: #ebbb33;
}

.animate-border:after {
position: absolute;
content: "";
width: 35px;
height: 3px;
left: 0;
bottom: 0;
border-left: 10px solid #fff;
border-right: 10px solid #fff;
-webkit-animation: animborder 2s linear infinite;
animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
100% {
-webkit-transform: translateX(113px);
transform: translateX(113px);
}
}

@keyframes animborder {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
100% {
-webkit-transform: translateX(113px);
transform: translateX(113px);
}
}

.animate-border.border-white:after {
border-color: #fff;
}

.animate-border.border-yellow:after {
border-color: #f5b02e;
}

.animate-border.border-orange:after {
border-right-color: #ebbb33;
border-left-color: #ebbb33;
}

.animate-border.border-ash:after {
border-right-color: #eef0ef;
border-left-color: #eef0ef;
}

.animate-border.border-offwhite:after {
border-right-color: #f7f9f8;
border-left-color: #f7f9f8;
}

/* Animated heading border */
@keyframes primary-short {
0% {
width: 15%;
}
50% {
width: 90%;
}
100% {
width: 10%;
}
}

@keyframes primary-long {
0% {
width: 80%;
}
50% {
width: 0%;
}
100% {
width: 80%;
}
}


/* footer */

footer{
background: #43413f;
}

footer h6 {
font-family: 'Playfair Display', serif;
margin-bottom: 40px;
position: relative;
color: #e2e2e2;
}

footer p{
  color: #fff;
}


footer h6:after {
position: absolute;
content: "";
background:#ebbb33;
color: #fff;
width: 12%;
height: 1px;
left: 0;
bottom: -20px;
}
 .btn-footer {
             color: rgb(230, 221, 221);
          
            text-decoration: none;
            border: 1px solid;
            border-radius: 43px;
            font-size: 13px;
            padding: 7px 30px;
            line-height: 47px;
 }
 .btn-footer:hover {
            
            text-decoration: none;
           
 }
.form-footer input[type="text"] {
    border: none;
border-radius: 16px 0 0 16px;
outline: none;
padding-left: 10px;

}
::placeholder {
font-size: 10px;
padding-left: 10px;
font-style: italic;
}
.form-footer input[type="button"] {
border: none;
background:#232323;
    margin-left: -5px;
color: #fff;
outline: none;
border-radius: 0 16px 16px 0;
padding: 2px 12px;
}
 .social .fa {
color: #000;
font-size: 22px;
padding: 10px 15px;
background: #fff;
border-radius: 50%;
}
 footer ul li {
list-style: none;
display: block;
}
footer ul  {
padding-left: 0;
}
footer ul  li a{
text-decoration: none;
color: #fff;
text-decoration:none;
}
footer ul  li a:hover {
text-decoration: none;
color: #f5f5f5e8 !important;

}

.social .fa:hover{
  background-color: #ebbb33;
  color: #fff;
}


.logo-part {
border-right: 1px solid grey;
height: 100%;
margin-right: -25px;
}

#banner{
  padding: 0;
}



@media (max-width:700px) {
  .option-main{
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width:700px){
  #blog-content{
    /* gap:10px; */
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
}

#pop-up{
  width: 100%;
  /* height: 100%; */
  margin: 0 auto;

  transform: scale(0);
  transition: 0.4s;
  transform-origin: left;
  position: fixed;
  top: 150px;
  left: -4;
  z-index: 1;
 }
  
 .pop{
  background-color: #43413f;
  display: flex;
  flex-direction: column;
  padding: 15px;
  width: 90%;
  max-width: 600px;
  border-radius: 10px;
  
}

 .pop h3{
  color: grey;
  font-weight: 300;
  margin-bottom: 20px;
 }

 .pop input,.pop textarea{
  border: 0;
  margin: 10px 0;
  padding: 10px;
  outline: none;
  background-color: #f5f5f5;
  font-size: 16px;
 }

 .pop button{
  padding: 2px;
  background-color:#43413f;
  color: #fff;
  font-size: 18px;
  border: 0;
  outline: none;
  cursor: pointer; 
  width: 105px;
  margin: 20px auto 0;
  border-radius: 30px;
}

.pop button:hover{
  text-decoration: none;
}

@media (max-width:500px){
.pop input,.pop textarea{
/* width: 50%; */
flex-direction: column;
flex-wrap: nowrap;

}
}

@media (max-width:500px){
  .pop{
    padding: auto;
    height: 80vh;
    position: absolute;
    top: -40px;
    display: flex;
    justify-content:center;
    align-items: center;
    z-index: -1;
  }
}


#close:hover{
  background-color: #43413f;
  color: #fff;
}

@media (max-width:700px){
.Request{
/* margin-left: 120px; */
margin-bottom: 10px;
margin-top: 10px;
}
}

.submit{
    gap:10px;
}

.copyright{
    display:flex;
    justify-content:center;
    align-items:center;
}
