@import "common.css";

header {
  position: relative;
  background: rgba(var(--white-color), 1);
  top: 0;
  z-index: 999;
  width: 100%;
}

.navbar {
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 8px 0px;
}

.navbar.header-fixed {
  position: fixed;
  background: rgba(var(--white-color), 1);
  border: none;
  animation: slideDown 0.35s ease-out;
  backdrop-filter: blur(5px);
  box-shadow: 0px 5px 20px -8px rgba(14, 13, 14, 0.08);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.navbar-brand {
  height: 100px;
  /* width: 200px; */
  margin-right: 15px;
}

.navbar-brand img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.navbar-toggler {
  padding: 6px;
  border: none;
}

.navbar-toggler .navbar-toggler-icon {
  background: rgba(var(--black-color), 1);
  width: 1.1em;
  height: 2px;
  position: relative;
  display: block;
}

.navbar-toggler-icon.bar-2 {
  margin: 4px 0px;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: rgba(var(--black-color), 1);
  transition: var(--transition-05s);
  position: relative;
  text-transform: capitalize;
  white-space: nowrap;
  padding: 10px 2px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
}

/* .navbar .navbar-nav .nav-item:last-child .nav-link {
	margin-right: 0px;
} */
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item .nav-link[aria-current="page"] {
  color: rgba(var(--main-color), 1);
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  content: "\f107";
  font-family: var(--font-awesome);
  font-weight: 600;
  border: none;
  vertical-align: middle;
}

.dropdown-menu {
  padding: 0px;
  border: 0;
  border-radius: 0;
  margin: 0 !important;
  transition: var(--transition-05s);
}

.dropdown-menu li a {
  font-weight: 600;
  font-size: 13px;
  border-bottom: 1px solid rgba(var(--black-color), 0.175);
  padding: 10px 15px;
  color: rgba(var(--black-color), 0.6);
  transition: var(--transition-05s);
  background: none;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:active,
.dropdown-menu li a:focus,
.dropdown-menu li a.active {
  color: rgba(var(--white-color), 1);
  background-color: rgba(var(--main-color), 1);
  border-color: rgba(var(--main-color), 1);
}

.dropdown-menu li:last-child a {
  border-bottom: none;
}

.head-brand-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.head-brand-menu .common-btn {
  font-size: 13px;
  padding: 8px 14px;
}

.banner-section {
  --banner-hvh: 85vh;
  --banner-hhp: 100%;
  min-height: var(--banner-hvh);
  height: var(--banner-hhp);
}

.banner-section.banner-inner-page {
  --banner-hvh: 30vh;
}

/* .banner-section > *:first-child,
.banner-slider > *:first-child > *,
.banner-slider > *:first-child > * > *,
.banner-slider > *:first-child > * > * > *,
.banner-slider > *:first-child > * > * > * > * {
  min-height: var(--banner-hvh);
  height: var(--banner-hhp);
} */
.check-options {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 25px;
  padding-top: 15px;
}

.check-options .form-check {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.check-options .form-check label {
  font-size: 24px;
  font-weight: 700;
}

.form-check-input:checked {
  background-color: rgba(var(--main-color), 1);
}

.location-form .input-group input {
  background: #eff3ea;
}

.slider-img {
  width: 100%;
  height: 400px;
}

.slider-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner-inner-section {
  background: rgba(var(--main-color), 0) no-repeat center center / cover;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding: 80px 0px;
  padding-bottom: 60px;
}
.banner-inner-section .banner-after{
  height: 0px;
}
.banner-section.banner-inner-page .banner-inner-section {
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 80px;
  background-image: none !important;
  background-color: rgba(var(--main-color), 1);
}

.banner-section.banner-inner-page .banner-inner-section .banner-box {
  text-align: left;
}

.banner-box {
  text-align: center;
}

.banner-title,
.banner-box h1 {
  color: rgba(var(--black-color), 1);
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 56px;
  font-weight: 500;
}

.banner-title span,
.banner-box h1 span {
  display: block;
}

.banner-SubTitle,
.banner-box h2 {
  color: rgba(var(--main-color), 1);
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 24px;
  margin: 10px 0 0;
}

.banner-section.banner-inner-page .banner-title,
.banner-section.banner-inner-page .banner-box h1 {
  margin-bottom: 0px;
}

.banner-para {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  color: rgba(var(--black-color), 1);
  margin: 0px 0px;
  line-height: 1.5;
  font-size: 14px;
  max-width: 500px;
}

.banner-para p {
  margin-bottom: 10px;
}

.banner-para p:last-child {
  margin-bottom: 0px;
}

.onlineStep-BoxList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 30px 0px;
}

.onlineStep-MainList > * > *:not(:nth-child(odd)) .onlineStep-BoxList {
  flex-direction: column-reverse;
}

.onlineStep-count {
  font-size: 30px;
  color: rgba(var(--main-color), 1);
  font-weight: 600;
}

.onlineStep-img {
  --ehw-ospi: 160px;
  width: var(--ehw-ospi);
  height: var(--ehw-ospi);
  padding: 26px;
  margin: 20px;
  border-radius: 50%;
  border: 10px solid rgba(var(--black-color), 0.2);
  position: relative;
}

.onlineStep-img::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -27.7px;
  --ehw-ospia: 100%;
  width: calc(var(--ehw-ospia) + 40%);
  height: calc(var(--ehw-ospia) - 24%);
  background: rgba(var(--black-color), 0) url(../images/onlineStep-after.png)
    no-repeat center center / contain;
}

.onlineStep-MainList
  > *
  > *:not(:nth-child(odd))
  .onlineStep-BoxList
  .onlineStep-img::after {
  top: auto;
  bottom: -30px;
  transform: rotate(180deg);
}

.onlineStep-InnTxt h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.onlineStep-InnTxt .common-para,
.onlineStep-InnTxt > div.common-para {
  font-size: 14px;
  color: rgba(var(--black-color), 0.8);
  line-height: 1.5;
  /* -webkit-line-clamp: 2; */
}

.about-afterBox {
  position: absolute;
  bottom: 10px;
  right: -80px;
  width: 450px;
}

.about-img {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
  border-radius: 8px;
}

.Sloar-box {
  position: absolute;
  border-radius: 8px;
  padding: 14px;
  right: 10px;
  top: 10px;
  background: rgba(var(--main-color), 1);
  color: rgba(var(--white-color), 1);
}

.about-solarImg {
  width: 60px;
  height: 60px;
  margin: 0px auto 10px;
}

.Sloar-box p {
  max-width: 130px;
  margin: 0px auto;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}

.about-TitleBox {
  padding-left: 5%;
}

.aboutPage-section .about-TitleBox {
  padding-left: 0%;
}

.about-TitleBox .common-SubTitle,
.about-TitleBox.common-box > span,
.common-section .about-TitleBox.common-box > span {
  margin-bottom: 10px;
}

.about-TitleBox .common-title,
.about-TitleBox.common-box > h2,
.common-section .about-TitleBox.common-box > h2 {
  padding-right: 25%;
}

.about-TitleBox .common-para,
.about-TitleBox.common-box > div.common-para {
  margin: 16px 0px 20px;
  padding-right: 24%;
  /* -webkit-line-clamp: 10; */
}

.fsq-BtnBox .btn-quote,
.fsq-BtnBox .btn-quote:visited {
  font-size: 15px;
  padding: 30px 40px;
  color: rgba(var(--white-color), 1);
}

.aboutPage-section .about-TitleBox .common-para,
.aboutPage-section .about-TitleBox.common-box > div.common-para {
  -webkit-line-clamp: inherit;
}

.aboutPage-section .about-TitleBox p,
.aboutPage-section .about-TitleBox.common-box p {
  position: relative;
  color: rgba(var(--black-color), 0.5);
  margin: 0px 0px;
  line-height: 1.7;
  font-size: 15px;
  padding-right: 20%;
}

.aboutPage-Mimg {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
  width: 33%;
}

.about-CountList {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.about-CountList li p {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
}

.about-CountList li h5 {
  margin-bottom: 0px;
  font-size: 38px;
  color: rgba(var(--main-color), 1);
  font-weight: 700;
}

.gafa-TitleBox {
  text-align: center;
}

.gafa-TitleBox a.common-btn {
  margin-top: 20px;
}
.fsp-section {
  padding: 40px 0px;
}

.fsp-content {
  margin: 20px;
}

.fsp-content h3 {
  font-family: var(--Stolzl-font);
  font-size: 24px;
  font-weight: 700;
}

.fsp-content p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.fsp-content .fsp-list li {
  font-size: 15px;
  position: relative;
  font-weight: 300;
  margin-bottom: 10px;
  color: rgba(var(--second-color), 1);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.fsp-content .fsp-list.fspList-page li {
  padding-left: 18px;
}

.fsp-content .fsp-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(var(--main-color), 1);
  display: block;
  margin-top: 5px;
}
.fsp-content .fsp-list.fspList-page li::before {
  position: absolute;
  inset: 0px;
}

.free-slider {
  padding: 20px 0px;
  position: relative;
}

.free-img {
  width: 100%;
  height: 400px;
}

.free-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.free-slider.owl-carousel .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5%;
}

.common-section.qqs-section
  > *
  > *
  > .col-lg-12:nth-child(odd)
  > *
  > *:last-child {
  order: -1;
}
.common-section.qqs-section.WPQQs-section
  > *
  > *
  > .col-lg-12:nth-child(odd)
  > *
  > *:first-child
  .qqs-imgBox {
  text-align: right;
}
.testiMain > *:nth-child(even) .row > *:last-child {
  order: -1;
}
.testiMain > *:not(:last-child) {
  margin-bottom: 40px;
}

.common-section.qqs-section > * > * {
  gap: 50px 0px;
}

.qqs-imgBox {
  width: 100%;
  height: 380px;
}
.WPQQs-section .qqs-imgBox {
  height: 280px;
}

.qqs-imgBox img {
  object-fit: contain;
  width: auto;
}

.qqs-title,
.qqs-TxtBox > h3,
.common-section .qqs-TxtBox > h3 {
  margin-bottom: 20px;
  text-transform: inherit;
  position: relative;
  color: rgba(var(--black-color), 1);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}

.qqs-TxtBox .common-para,
.qqs-TxtBox.common-box > div.common-para {
  color: rgba(var(--black-color), 0.8);
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 15px;
}

.experience-TitleBox .common-title,
.experience-TitleBox.common-box > h2,
.common-section .experience-TitleBox.common-box > h2 {
  font-weight: 300;
}

.experience-TitleBox .common-title span,
.experience-TitleBox.common-box > h2 span,
.common-section .experience-TitleBox.common-box > h2 span {
  color: rgba(var(--white-color), 1);
  font-weight: 600;
}

.common-box.blog-TitleBox {
  text-align: center;
}

.blogCard-box {
  background: rgba(var(--second-color), 0);
  position: relative;
  /* height: 300px; */
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  transition: var(--transition-05s);
  transform-style: preserve-3d;
  box-shadow: 0px 4px 10px -2px rgba(var(--black-color), 0.2);
}

/* .blogCard-box:hover {
  transform: rotateX(180deg);
} */
.blogCard-Title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  padding: 10px 10px;
  width: 90%;
  margin: auto;
  background: #fff;
  text-align: center;
  display: none;
}

.blogCard-img {
  width: 100%;
  /*height: 100%;
  height: 250px;*/
  height: auto;
  overflow: hidden;
  /* position: absolute; */
}

/* .blogCard-img,
.blogCard-text {
  position: absolute;
  inset: 0px;
  transition: var(--transition-05s);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  /* transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
} */

.blogCard-text {
  background: rgba(var(--white-color), 1);
  width: 100%;
  /*height: 100%;*/
  margin: 0 auto;
  border-radius: 4px;
  margin-top: -30px;
  margin-top: 0px;
  padding: 15px;
  /*box-shadow: 0px 4px 10px -2px rgba(var(--black-color), 0.2);*/
  /* transform: rotateX(180deg); */
}
.blogCard-text .blogCard-btn{
  text-align: center;
}

/* .blogCard-box:hover .blogCard-text {
  transform: rotateY(360deg);
} */

.blogCard-title,
.blogCard-text > h3 {
  margin-bottom: 0px;
  text-transform: capitalize;
  color: rgba(var(--black-color), 1);
  font-size: 18px;
  font-weight: 600;
  transition: var(--transition-05s);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.blogCard-text > .common-para {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  margin: 20px 0px 14px;
}

.blogCard-text .blogCard-btn .common-btn {
  padding: 10px 20px;
  font-size: 14px;
  /* margin-top: 20px; */
}

.psq-ListBox {
  position: relative;
  padding: 70px 0px;
}

.psq-List {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}

.psq-List li {
  width: 33.333%;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}
.psq-List li a,
.psq-List li a:visited {
  color: rgba(var(--black-color), 1);
}
.psq-List li a:hover {
  color: rgba(var(--main-color), 1);
}

.psq-List li:last-child {
  padding-left: 0px;
}

.psq-List li:last-child::before {
  opacity: 0;
  visibility: hidden;
}

.psq-List li::before {
  content: "\f058";
  position: absolute;
  font-family: var(--font-awesome);
  font-weight: 600;
  font-size: 15px;
  inset: 0px;
  margin-top: 2px;
  color: rgba(var(--main-color), 1);
  width: max-content;
  height: max-content;
}

.psq-img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 300px;
  height: auto;
  -webkit-animation: bounce 4s infinite;
  animation: bounce 4s infinite;
}

.psq-img img {
  object-fit: contain;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

/* footer */

.footer-section {
  background: rgba(var(--main-color), 0) no-repeat center center / cover;
}

.inner-footer,
.contact-footer {
  padding: 60px 0px;
  border-bottom: 1px solid rgba(var(--white-color), 0.4);
}

.foot-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px;
}

.foot-list li a {
  color: rgba(var(--white-color), 1);
  font-size: 14px;
  transition: var(--transition-05s);
}

.foot-list li .dropdown-menu li a {
  color: rgba(var(--black-color), 1);
}

.foot-list li a:hover,
.foot-list li a:focus,
.foot-list li a:active,
.foot-list li a.active {
  color: rgba(var(--main-color), 1);
}

.foot-list.contact-list {
  justify-content: flex-start;
}

.contact-list li a {
  display: flex;
  gap: 0px;
  align-items: flex-start;
  color: rgba(var(--white-color), 0.8);
  transition: var(--transition-05s);
  font-size: 17px;
}

.contact-list li a:hover,
.contact-list li a:focus,
.contact-list li a:active {
  color: rgba(var(--main-color), 1);
}

.contact-list li a i {
  color: rgba(var(--main-color), 1);
  margin-top: 5px;
  margin-right: 10px;
}

.social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 20px;
}

.social-list li a {
  --ehw-social: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--ehw-social));
  height: calc(var(--ehw-social));
  border-radius: 50%;
  margin: 0 auto;
  transition: var(--transition-05s);
  background: rgba(var(--main-color), 0);
  color: rgba(var(--white-color), 1);
  font-size: 17px;
}

.social-list li a:hover,
.social-list li a:focus,
.social-list li a:active {
  background: rgba(var(--main-color), 1);
  color: rgba(var(--white-color), 1);
}

.copy-box {
  padding: 30px 0px;
  border-top: 1px solid rgba(var(--white-color), 0.2);
  color: rgba(var(--white-color), 0.4);
  text-align: center;
  font-size: 13px;
}

/* footer */

/* contact */

.location-form {
  position: relative;
  margin-top: 30px;
}

.location-form .form-control,
.location-form .form-control:hover,
.location-form .form-control:focus {
  border-radius: 50px;
  padding-left: 40px;
  border-color: rgba(var(--white-color), 1);
  min-height: 60px;
}

.location-form label {
  position: absolute;
  display: block;
  color: rgba(var(--main-color), 1);
  left: 20px;
  margin: auto;
  z-index: 5;
  top: 15px;
  font-size: 20px;
}

.location-form .common-btn {
  text-transform: uppercase;
}

.form-box {
  margin-bottom: 15px;
}

.form-box:last-child {
  margin-bottom: 0px;
}

.select-box select,
.select-box select:hover,
.select-box select:focus,
.select-box select:focus-visible,
.select-box select:focus-within,
.select-box select:active,
.select-box select:target {
  padding-right: 40px;
  background: rgba(var(--black-color), 0);
  position: relative;
  z-index: 1;
  color: rgba(var(--black-color), 0.8);
}

.select-box select option,
.select-box select:hover option,
.select-box select:focus option,
.select-box select:focus-visible option,
.select-box select:focus-within option,
.select-box select:active option,
.select-box select:target option {
  color: #111;
}

.select-box::after,
.select-box::before {
  content: "";
  position: absolute;
  display: inline-block;
  font-family: var(--font-awesome);
}

.select-box::after {
  content: "\f0d7";
  font-weight: 600;
  /* border-right: 2px solid #333; */
  /* border-bottom: 2px solid #333; */
  width: 10px;
  height: 10px;
  /* transform: rotate(45deg); */
  right: 20px;
  top: 28%;
}

.select-box::before {
  border-right: 1px solid rgba(var(--black-color), 0);
  width: 1px;
  height: 70%;
  margin-block: auto;
  right: 49px;
  top: 0;
  bottom: 0;
}

.form-control,
.form-select {
  padding: 10px 15px;
  font-size: 14px;
  min-height: 40px;
  border: none;
}

.form-select {
  padding-right: 27px;
}

.form-control:hover,
.form-control:focus,
.form-select:hover,
.form-select:focus {
  border-color: rgba(var(--white-color), 1);
}

.form-control::placeholder,
.form-select::placeholder {
  color: rgba(var(--black-color), 0.4);
}

.select-box,
.form-control {
  position: relative;
  background: rgba(var(--white-color), 1);
  color: rgba(var(--black-color), 0.8);
}

.select-box,
.form-control,
.select-box:hover,
.form-control:hover,
.select-box:focus,
.form-control:focus {
  position: relative;
  background: rgba(var(--white-color), 1);
  color: rgba(var(--black-color), 0.8);
  border: 1px solid rgba(var(--black-color), 0.5);
  border-radius: 0px;
}

.select-box select,
.select-box select:hover,
.select-box select:focus {
  color: rgba(var(--black-color), 0.4);
  border: none;
}

textarea.form-control {
  resize: none;
}

/* contact */

.cta-form-box {
  margin-top: 30px;
}
.cta-form-box .form-box .btn.common-btn{
  --bg-btn: rgba(var(--main-color), 1);
  --boco-btn: rgba(var(--main-color), 1);
  --common-btn-color: rgba(var(--white-color), 1);
  --common-btn-transition: var(--transition-05s);
  transition: var(--common-btn-transition);
  border: 2px solid var(--boco-btn);
  background: var(--bg-btn);
  color: var(--common-btn-color);
  position: relative;
  text-transform: capitalize;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
  padding: 16px 30px;
}
.cta-form-box > * > .row {
  --bs-gutter-x: 1rem;
  gap: 1rem 0px !important;
}

.iframe-box {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.iframe-box iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cont-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  border: 1px solid rgba(var(--black-color), 0.5);
  border-radius: 8px;
  min-height: 190px;
}

.cont-icon {
  font-size: 45px;
  color: rgba(var(--main-color), 1);
}

.cont-text h5 {
  font-size: 18px;
  font-weight: 600;
  color: rgba(var(--black-color), 1);
  line-height: 1;
}

.cont-text span,
.cont-text a {
  font-size: 14px;
  line-height: 1;
  color: rgba(var(--black-color), 1);
  transition: var(--transition-05s);
}

.cont-text > a:hover {
  color: rgba(var(--main-color), 1);
}

.cont-SocialList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.cont-SocialList li a {
  --ehw-social: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--ehw-social));
  height: calc(var(--ehw-social));
  border-radius: 50%;
  margin: 0 auto;
  transition: var(--transition-05s);
  background: rgba(var(--main-color), 0);
  color: rgba(var(--black-color), 1);
  font-size: 17px;
}

.cont-SocialList li a:hover,
.cont-SocialList li a:focus,
.cont-SocialList li a:active {
  background: rgba(var(--main-color), 1);
  color: rgba(var(--white-color), 1);
}

.common-box.FAQ-title-box {
  text-align: center;
}

.CommonFAQ {
  margin-top: 30px;
  text-align: left;
}

.CommonFAQ .accordion-item {
  margin-bottom: 8px;
  border-radius: 0px !important;
  border: none;
  overflow: hidden;
  border-bottom: 1px solid rgba(var(--black-color), 0.4);
  background: rgba(var(--main-color), 0);
}

.CommonFAQ .accordion-item .accordion-button {
  box-shadow: none !important;
  background: rgba(var(--main-color), 0);
  border-radius: 0px !important;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  padding: 14px 0px;
  padding-right: 28px;
}

.CommonFAQ .accordion-button:not(.collapsed) {
  color: rgba(var(--main-color), 1);
  background: rgba(var(--white-color), 0);
  box-shadow: none !important;
}

.CommonFAQ .accordion-button::after {
  background-image: none;
  content: "\f061";
  display: inline-block;
  font-family: var(--font-awesome);
  font-weight: 600;
  transform: rotate(0deg);
  color: rgba(var(--main-color), 1);
  margin-top: -4px;
  position: absolute;
  right: 0;
}

.CommonFAQ .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-45deg);
}

.CommonFAQ .accordion-body {
  border-top: 1px solid rgba(var(--black-color), 0.4);
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 500;
}

.blog-dtl-img {
  width: 100%;
  height: 500px;
  margin-bottom: 25px;
}

.date-post {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #061320;
  font-size: 13px;
  margin-bottom: 16px;
}

.date-post li {
  border-right: 1px solid #adadad;
  padding-right: 10px;
}

.date-post li:last-child {
  border-right: none;
  padding-right: 0px;
}

.date-post li i {
  color: rgba(var(--main-color), 1);
  margin-right: 5px;
}

/* ############# 14-3-2024 ############## */

.blink_text {
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: Infinite;
}

@keyframes blink {
  0% {
    color: #fe801d;
  }

  50% {
    color: #23aa4a;
  }

  100% {
    color: #0b5d95;
  }
}

.quote-sec {
  border: 1px solid #777;
  padding: 25px;
}

.quote-sec .common-title {
  font-size: 30px;
}

.quote-sec .common-title span {
  display: block;
}

.btn-quote {
  padding: 30px 20px;
  background-color: #23aa4a;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: all ease-in-out 0.3s;
}

.roofing-pera {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  margin: 15px 0 0;
  padding: 0;
  text-align: justify;
}

/*(******* Testimonial Section *****************/
.testimonial-section {
  padding: 40px 0px;
}
.testimonial-box {
  text-align: left;
  /* box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.5); */
  padding: 20px;
}
.testimonial-box h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.testi-slider .owl-dots {
  justify-content: center;
  margin: 15px 0 0;
}
.testi-img {
  height: 400px;
}

.testi-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testi-text p {
  font-size: 14px;
  font-weight: 400;
}
.testi-text .testi-name h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}
.testi-text .testi-name span {
  font-size: 13px;
  font-weight: 300;
}
.testi-text .testi-name .review-box i {
  color: #fe801d;
}
.testi-text a.common-btn {
  padding: 8px 20px;
  margin-top: 10px;
}
.common-section.testimonial-section
  .row
  > *
  .row:nth-child(even)
  > *:last-child {
  order: -1;
}
.common-section.testimonial-section .row > * .row:not(:last-child) {
  margin-bottom: 24px;
}
/* .common-section.testimonial-section>*>*>.col-lg-6:nth-child(odd)>*>*:last-child {
  order: -1;
} */

/*********** Testimonial Video Section ***********************/
.testimonial-video-section {
  padding: 40px 0px;
}
.testi-head {
  text-align: center;
  padding: 20px 0px;
}
.testi-head h3 {
  font-size: 40px;
  color: #000;
  font-weight: 700;
}

/****************** Ambassador Page ******************/
.amasador-form-container > * > .row {
  gap: 16px 0px;
}
.am-form-box select {
  border: 1px solid rgba(var(--black-color), 0.5);
  border-radius: 0px;
}
.am-form-box select:focus {
  border: 1px solid rgba(var(--black-color), 0.5);
}
.am-form-box select:hover {
  border: 1px solid rgba(var(--black-color), 0.5);
}
.am-form-btn button {
  width: 100%;
  border-radius: 0px;
  font-size: 15px;
  padding: 8px 20px;
}
.amasador-form-one > * h5 {
  font-size: 20px;
  font-weight: 700;
}
.am-form-text {
  text-align: center;
}
.am-form-text p {
  font-size: 13px;
  font-weight: 300;
  padding: 20px 0px;
  font-style: italic;
}
.am-form-text p > a {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
}
.am-form-text h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}
.am-form-text h4 > a {
  font-size: 16px;
  font-weight: 700;
  color: #23aa4a;
}
.am-refer-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sign-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #23aa4a;
  color: #23aa4a;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

/************** Products Section ******************/
.product-img {
  max-height: 300px;
  height: 300px;
}
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-name {
  padding: 20px 10px;
  text-align: center;
}
.product-name h5 {
  font-size: 18px;
  font-weight: 500;
  word-break: break-all;
  margin-bottom: 0;
}
.product-card {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #23aa4a;
}
.product-form form {
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.8);
  padding: 16px;
  border-radius: 8px;
}
.product-steps {
  
}
.product-steps h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0px;
}
.request-spec-sheet-form-wrap .spec-sheet{
  position: relative;
  list-style: decimal;
  padding-left: 18px;
  margin-bottom: 20px;
}
.request-spec-sheet-form-wrap .spec-sheet li{
  position: relative;
  font-size: 16px;
  color: #000;
  padding: 5px 0px;
}
.request-spec-sheet-form-wrap .am-form-box fieldset{
  padding: 10px;
}
.request-spec-sheet-form-wrap .am-form-btn .btn.common-btn{
  --bg-btn: rgba(var(--main-color), 1);
  --boco-btn: rgba(var(--main-color), 1);
  --common-btn-color: rgba(var(--white-color), 1);
  --common-btn-transition: var(--transition-05s);
  transition: var(--common-btn-transition);
  border: 2px solid var(--boco-btn);
  background: var(--bg-btn);
  color: var(--common-btn-color);
  position: relative;
  text-transform: capitalize;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
  padding: 16px 30px;
}
/*#### testimonials page css start ###*/
.testimonial-wrap{
  position: relative;
  width: 100%;
}
.testimonial-wrap p{
  position: relative;
  width: 100%;
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
}
.testimonial-wrap .line{
  position: relative;
  width: 30%;
  height: 3px;
  border-bottom: 2px dashed #000;
  margin: 20px 0px;
}
.testimonial-wrap .name-rating{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.testimonial-wrap .name-rating h4{
  position: relative;
  color: #000;
  font-size: 18px;
  margin-bottom: 0px;
  margin-right: 10px;
}
.testimonial-wrap .rating-wrap{
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.testimonial-wrap .rating-wrap li{
  font-size: 16px;
  color: #fe801d;
  padding-right: 5px;
}
.testimonial-wrap .auth-img{
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-wrap .auth-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*#### testimonials page css end ###*/

/*#### Search Quote form css start ####*/
/*loader css*/
/* HTML: <div class="loader"></div> */
.search-quote-wrapper .loader{
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}
.search-quote-wrapper .loader{
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #23aa4a;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}
/*loader css end*/

.oops-not-found-text {
  position: relative;
  width: 100%;
  padding: 30px 0px;
}
.oops-not-found-text h3{
  position: relative;
  width: 100%;
  font-size: 25px;
  color: #000;
  font-weight: 600;
}

.search-quote-wrapper{
  position: relative;
  width: 100%;
  padding: 50px 0px;
}
.search-quote-form{
  position: relative;
  width: 100%;
  padding: 30px 30px;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 25%);
  border-radius: 10px;
}
.search-quote-form .form-group{
  position: relative;
  width: 100%;
}
.search-quote-form .form-group h5{
  position: relative;
  width: 100%;
  color: #000;
  font-size: 16px;
}
.search-quote-form .form-group p{
  position: relative;
  width: 100%;
  font-size: 14px;
  color: rgba(var(--black-color), 0.8);
}
.search-quote-form .form-group label{
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: rgba(var(--black-color), 0.8);
  margin-bottom: 5px;
}
.search-quote-form .form-group .form-control{
  padding: 10px 10px;
  border-radius: 0px;
}
.search-quote-form .form-group .quote-form-radio{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.search-quote-form .form-group .quote-form-radio li{
  padding: 10px 10px;
  box-shadow: 0px 1px 5px rgb(0 0 0 / 15%);
  border-radius: 3px;
}

.search-quote-form input.btn.common-btn{
    --bg-btn: rgba(var(--main-color), 1);
    --boco-btn: rgba(var(--main-color), 1);
    --common-btn-color: rgba(var(--white-color), 1);
    --common-btn-transition: var(--transition-05s);
    transition: var(--common-btn-transition);
    border: 2px solid var(--boco-btn);
    background: var(--bg-btn);
    color: var(--common-btn-color);
    position: relative;
    text-transform: capitalize;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
    padding: 16px 30px;
}
@media (min-width: 1400px){
  .search-quote-wrapper .container{
    max-width: 1140px;
  }
}
/*#### Search Quote form css end ####*/

/* ############# Responsive ############## */

@media (min-width: 992px) {
  .nav-item.dropdown .dropdown-menu {
    /* display: block; */
    opacity: 0;
    visibility: hidden;
  }

  .nav-item.dropdown:hover .dropdown-menu,
  .nav-item.dropdown .dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  .nav-item.dropdown .dropdown-menu[data-bs-popper] {
    top: 100%;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 960px;
  }

  header .container,
  .banner-section .container,
  .online-section .container,
  .about-section .container,
  .contact-section .container,
  .ContactForm-section .container {
    max-width: 1140px;
  }
}

@media (max-width: 1200px) {
  .about-afterBox {
    bottom: 0px;
    width: 450px;
  }

  .aboutPage-Mimg {
    float: none;
    margin-right: 0px;
    width: 100%;
  }

  .navbar-brand {
    height: 100px;
  }
}

@media (max-width: 991px) {
  .navbar {
    padding: 10px 0px;
  }

  .navbar > .container {
    flex-wrap: nowrap;
  }

  .navbar-collapse {
    background: rgba(var(--white-color), 0.9);
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 30px;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 8px 2px;
    color: rgba(var(--black-color), 1);
  }

  .navbar .navbar-nav .nav-item:first-child .nav-link {
    padding-top: 0px;
  }

  .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .navbar .navbar-nav .nav-item .nav-link.active,
  .navbar .navbar-nav .nav-item .nav-link:hover,
  .navbar .navbar-nav .nav-item .nav-link:focus,
  .navbar .navbar-nav .nav-item .nav-link[aria-current="page"] {
    color: rgba(var(--main-color), 1);
  }

  /* .navbar .navbar-nav .nav-item .nav-link::after {
		top: auto;
		bottom: 0;
		height: 2px;
	} */
  .navbar-nav .dropdown-menu {
    background: rgba(var(--black-color), 0.5);
    margin-bottom: 10px !important;
  }

  .dropdown-menu li a {
    color: rgba(var(--white-color), 0.8);
  }

  .banner-title,
  .banner-box h1 {
    font-size: 50px;
  }

  .about-TitleBox {
    padding-left: 0%;
  }

  .qqs-title,
  .qqs-TxtBox > h3,
  .common-section .qqs-TxtBox > h3 {
    font-size: 21px;
  }

  .psq-img {
    width: 230px;
  }

  .foot-list {
    gap: 14px;
  }

  .foot-list li a {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    height: 90px;
  }

  .banner-section.banner-inner-page {
    --banner-hvh: 40vh;
  }

  .iframe-box {
    height: 350px;
  }

  .qqs-imgBox {
    text-align: center;
  }

  .common-section.qqs-section
    > *
    > *
    > .col-lg-12:nth-child(odd)
    > *
    > *:last-child {
    order: 0;
  }

  .psq-ListBox {
    display: flex;
    flex-direction: column-reverse;
    padding: 30px 0px 0px;
  }

  .psq-img {
    width: 300px;
    position: static;
  }

  .psq-List {
    justify-content: flex-start;
    gap: 20px;
  }

  .psq-List li {
    width: 100%;
  }

  .social-list {
    justify-content: center;
    margin-top: 0px;
  }

  .footer-img {
    text-align: center;
  }

  .about-afterBox {
    width: 350px;
  }

  .about-TitleBox .common-title,
  .about-TitleBox.common-box > h2,
  .common-section .about-TitleBox.common-box > h2,
  .about-TitleBox .common-para,
  .about-TitleBox.common-box > div.common-para,
  .aboutPage-section .about-TitleBox p,
  .aboutPage-section .about-TitleBox.common-box p {
    padding-right: 0%;
  }

  .psq-List li {
    font-size: 16px;
    padding-left: 30px;
  }

  .banner-inner-section {
    padding-bottom: 50px;
  }

  .location-form .form-control,
  .location-form .form-control:hover,
  .location-form .form-control:focus {
    min-height: 50px;
  }

  .location-form label {
    top: 13px;
    font-size: 18px;
  }

  .banner-title,
  .banner-box h1 {
    font-size: 40px;
  }

  .banner-SubTitle,
  .banner-box h2 {
    font-size: 30px;
  }

  .banner-section {
    --banner-hvh: 80vh;
  }
}

@media (max-width: 580px) {

  .common-section{
    padding: 40px 0px;
  }

  .navbar-toggler .navbar-toggler-icon {
    width: 0.9em;
  }

  .navbar-toggler {
    padding: 4px;
  }

  .navbar-collapse,
  .navbar.header-fixed .navbar-collapse {
    padding: 25px 18px;
  }

  .psq-img {
    width: 280px;
  }

  .psq-List li {
    font-size: 14px;
    padding-left: 22px;
  }

  .foot-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .inner-footer,
  .contact-footer {
    padding: 30px 0px;
  }

  .location-form .common-btn {
    padding: 10px 12px;
    font-size: 12px;
  }

  .location-form .form-control,
  .location-form .form-control:hover,
  .location-form .form-control:focus {
    min-height: 40px;
    font-size: 13px;
    padding-left: 30px;
  }

  .location-form label {
    top: 10px;
    font-size: 16px;
    left: 13px;
  }

  .qqs-title,
  .qqs-TxtBox > h3,
  .common-section .qqs-TxtBox > h3 {
    font-size: 17px;
  }

  .qqs-TxtBox .common-para,
  .qqs-TxtBox.common-box > div.common-para {
    font-size: 13px;
  }

  .qqs-imgBox {
    height: auto;
  }

  .banner-title span,
  .banner-box h1 span {
    display: inline;
  }

  .banner-title,
  .banner-box h1 {
    font-size: 30px;
  }

  .banner-SubTitle,
  .banner-box h2 {
    font-size: 26px;
  }

  .banner-section {
    --banner-hvh: 70vh;
  }

  .onlineStep-MainList > * > *:not(:nth-child(odd)) .onlineStep-BoxList {
    flex-direction: column;
    margin: 0px;
  }

  .onlineStep-img {
    --ehw-ospi: 130px;
    margin: 16px;
  }

  .onlineStep-img::after {
    top: -27px;
    left: -27px;
    width: calc(var(--ehw-ospia) + 50%);
  }

  .onlineStep-MainList
    > *
    > *:not(:nth-child(odd))
    .onlineStep-BoxList
    .onlineStep-img::after {
    top: -27px;
    bottom: auto;
    transform: rotate(0deg);
  }

  .about-img {
    height: 400px;
  }

  .about-solarImg {
    width: 50px;
    height: 50px;
  }

  .Sloar-box p {
    max-width: 110px;
    font-size: 13px;
  }

  .about-afterBox {
    display: none;
  }

  .head-brand-menu .common-btn {
    font-size: 12px;
    padding: 8px 8px;
  }

  .head-brand-menu {
    gap: 8px;
  }

  /*home page css start*/
  .gafa-section .video-bx video{
    height: auto;
  }
  .gafa-section .gafa-TitleBox{
    margin-top: 15px;
  }
  /*home page css end*/
}

.ContactForm-section .row {
  gap: 0rem 0px !important;
}

.page-template-free-solar-proposal .owl-carousel.owl-drag .owl-item h4 {
  font-size: 15px;
  position: relative;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: left;
  background: #23aa4a;
  color: #fff;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
}

.bnr-video video {
  width: 100%;
  height: 100%;
}

.experience-TitleBox .common-title,
.experience-TitleBox.common-box > h2,
.common-section .experience-TitleBox.common-box > h2 {
  line-height: 1.1;
}

.experience-TitleBox .common-title abbr,
.experience-TitleBox.common-box > h2 abbr,
.common-section .experience-TitleBox.common-box > h2 abbr {
  font-size: 19px;
  line-height: 1;
  border: none;
  cursor: default;
}

.gallery-bx {
  text-align: center;
  margin: 0 0 25px;
}

.gallery-bx h3 {
  margin: 0px;
  color: rgba(var(--black-color), 1);
  font-size: 30px;
  font-weight: 600;
}

.gal-img {
  height: 350px;
}

.gal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gal-slider .owl-dots {
  justify-content: center;
  margin: 15px 0 0;
}
.whyPage-box {
  text-align: center;
  border: 1px solid rgba(var(--black-color), 1);
  border-top-color: rgba(var(--black-color), 0);
}
.whyPage-title {
  padding: 12px 0px;
  background: rgba(var(--main-color), 1);
  margin-top: -1px;
  color: rgba(var(--white-color), 1);
  margin-bottom: 20px;
}
.whyPage-list {
  padding: 16px;
  padding-top: 0px;
  text-align: left;
}
.whyPage-list li {
  padding-left: 16px;
  color: rgba(var(--black-color), 1);
  font-weight: 500;
  position: relative;
  font-size: 15px;
  text-transform: capitalize;
}
.whyPage-list li:not(:last-child) {
  margin-bottom: 10px;
}
.whyPage-list li::before {
  content: "";
  position: absolute;
  inset: 0px;
  display: inline-block;
  margin-top: 8px;
  border-radius: 50%;
  --ehw-wpl: 5px;
  width: var(--ehw-wpl);
  height: var(--ehw-wpl);
  background: rgba(var(--black-color), 0.6);
}
.common-section.guide-section {
  background: #1f1a17;
}
.common-section.guide-section > * > .row {
  justify-content: center;
}
.common-section.guide-section .common-title,
.common-section.guide-section .common-box > h2,
.common-section.guide-section .common-box > h2 {
  color: rgba(var(--white-color), 1);
  text-align: center;
  margin-bottom: 16px;
}
.common-section.guide-section .common-para,
.common-section.guide-section .common-box > div.common-para {
  color: rgba(var(--white-color), 1);
}
.NewsRequest-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.common-section.NewsRequest-section .common-title,
.common-section.NewsRequest-section .common-box > h2,
.common-section.NewsRequest-section .common-box > h2 {
  color: rgba(var(--main-color), 1);
  margin-bottom: 16px;
}
.common-section.NewsRequest-section .BNR-box .common-title,
.common-section.NewsRequest-section .BNR-box.common-box > h2,
.common-section.NewsRequest-section .BNR-box.common-box > h2 {
  color: rgba(var(--white-color), 1);
  margin-bottom: 10px;
  padding: 10px 0px;
  background: rgba(var(--main-color), 1);
  text-align: center;
}
.blogPage-Right h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
}
.BPR-list li {
  padding-left: 20px;
  position: relative;
}
.BPR-list li:not(:last-child) {
  margin-bottom: 12px;
}
.BPR-list li::before {
  content: "\f0a4";
  position: absolute;
  font-family: var(--font-awesome);
  font-weight: 600;
  inset: 0px;
  margin-top: 2px;
  color: rgba(var(--main-color), 1);
}
.BPR-list li a,
.BPR-list li a:visited {
  color: rgba(var(--black-color), 1);
  transition: var(--transition-05s);
  font-size: 15px;
  font-weight: 500;
}
.BPR-list li a:hover {
  color: rgba(var(--main-color), 1);
}
fieldset {
  border: 1px solid brown;
}
