* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  box-sizing: border-box;
}

/* global colors */
:root {
  --blue: #0434e8;
  --black: #1f2220;
  --gray: #475569;
  --white: #fff;
  --green: #3a954f;
}

/* Global CSS */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
span {
  line-height: 1.2;
}

a {
  text-decoration: none;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -2.4px;
  color: var(--black);
}

h4 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: var(--black);
  margin-bottom: 8px;
  font-weight: 600;
}

h5 {
  margin: 0;
  padding: 0;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  color: var(--gray);
  font-family: "Inter", serif;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
}

/* header start */
header {
  /* background-color: #fff; */
  width: 100%;
  z-index: 9999;
  position: absolute;
  left: 0;
  top: 0px;
}

header .navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(0%);
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
  visibility: visible;
  z-index: 99;
}

.header-top {
  background-color: var(--black);
  padding: 5px 0;
}

.show-top {
  visibility: visible !important;
}

.openclose-time {
  display: flex;
  align-items: center;
  gap: 10px;
}

.openclose-time i {
  color: #fff;
}

.openclose-time p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--white);
  font-family: "Inter", serif;
}

.select-laugauge i {
  color: #fff;
  width: 16px;
  height: 16px;
}

.haedertop-right {
  display: flex;
  align-items: center;
  justify-content: end;
}

.select-laugauge .form-select {
  padding: 0;
  background: none;
  color: #fff;
  border: none;
  border-radius: 0;
  padding-right: 28px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-chevron-down" viewBox="0 0 16 16"%3E%3Cpath d="M1.5 5.5a.5.5 0 0 1 .708-.708L8 9.293l5.792-5.5a.5.5 0 0 1 .708.708l-6 5.5a.5.5 0 0 1-.708 0l-6-5.5z"%3E%3C/path%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.select-laugauge .form-select:focus {
  box-shadow: none;
}

.select-laugauge .form-select option {
  background-color: var(--white);
  /* White background */
  color: var(--black);
  /* Black text color */
  padding: 8px;
}

/* Focus pe select element ka style */
.headersocial-icon {
  padding-left: 22px;
  margin-left: 10px;
  border-left: 1px solid var(--green);
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.headersocial-icon a i {
  color: #6d6f6e;
}

.headersocial-icon a i:hover {
  color: var(--white);
}

.select-laugauge {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 4px 28px;
  padding-right: 0;
}

.navbar-menu {
  position: relative;
  background-color: var(--white);
}

.navbar-menu .navbar .navbar-brand {
  max-width: 130px;
  width: 100%;
}

.navbar-menu .navbar .navbar-brand img {
  width: 100%;
  height: 100%;
}

.navbar-menus {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.navbar-nav {
  gap: 15px;
}

.navbar-menus .navbar-nav .nav-item .nav-link {
  padding: 31px 0;
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: -0.32px;
}

.navbar-menus .navbar-nav .nav-item .nav-link:hover {
  color: #ff7029;
}

.navbar-menus .navbar-nav .nav-item .nav-link i {
  margin-left: 8px;
}

.header-search-icons a i {
  color: #000;
  font-size: 22px;
}

.header-search-icons {
  gap: 18px;
}

.header-search-icons .dialnumber i {
  color: #fff;
  font-size: 16px;
}

.header-search-icons .dialnumber {
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  display: flex;
  padding: 16px 26px 14px;
  color: var(--white);
  background-color: var(--green);
  transition: 500ms all ease;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.header-search-icons .dialnumber:hover {
  background-color: #ff7029;
}

.res-search-icon {
  display: none;
}

/* hero sec start */
.hero-sec {
  background: linear-gradient(180deg, #8dffa8 0%, rgba(157, 255, 180, 0) 100%);
  padding-top: 235px;
}

.hero-sec .hero-sec-heading h1 {
  font-size: 54px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1.8px;
  max-width: 690px;
}

.client-user-img img {
  border: 3px solid #b1ffc3;
  border-radius: 50%;
  margin-left: -18px;
}

.client-user-review {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.client-user-img {
  margin-right: 15px;
}

.user-content span {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1.44px;
  color: var(--green);
}

.user-content p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #555;
  letter-spacing: -0.64px;
}

.hero-sec-heading {
  margin-bottom: 70px;
}

.client-user-review {
  margin-bottom: 70px;
}

.hero-img {
  position: relative;
  border-radius: 10px;
}

.hero-img img {
  width: 100%;
  border-radius: 10px;
}

.hero-img::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    rgba(31, 34, 32, 0) 30.39%,
    rgba(15, 43, 24, 0.8) 73.54%
  );
}

.solar-box span {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  color: var(--white);
}

.solar-drive {
  position: absolute;
  bottom: 60px;
  right: 60px;
}

.solar-drive .solar-box {
  width: 538px;
  position: relative;
  padding: 0;
  background: transparent;
  padding-bottom: 10px;
}

.solar-box {
  bottom: 0;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px 0px 0px 0px;
}

.solar-box p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
  color: var(--white);
}

.solar-box p::before {
  position: absolute;
  width: 320px;
  height: 1px;
  content: "";
  bottom: -6px;
  right: 0;
  background-color: #dae8dd;
}

.solar-box p::after {
  position: absolute;
  left: 218px;
  bottom: -6px;
  content: "";
  height: 4px;
  width: 110px;
  background-color: #ff7029;
}

.getstart-btn .tp-btn {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  display: inline-block;
  padding: 18px 40px 18px;
  background-color: #ff7029;
  text-decoration: none;
  color: #fff;
  transition: 500ms all ease;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.btn-text-flip span {
  position: relative;
  display: inline-block;
  padding: 0;
  transition: transform 0.5s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}

.btn-text-flip span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  transition: color 0.5s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
  color: var(--white);
}

.tp-btn:hover {
  background-color: var(--green);
}

.btn-text-flip:hover span {
  transform: rotateX(90deg) translateY(-12px);
}

.solar-box {
  width: 538px;
  position: relative;
  padding: 0;
  background: transparent;
  padding-bottom: 10px;
}

.getstart-btn {
  position: absolute;
  bottom: 55px;
  left: 60px;
}

.solar-drives {
  position: absolute;
  bottom: 60px;
  right: 60px;
}

/* hero sec end */
/* client sec start */
.client-sec {
  padding-top: 140px;
}

.client-user {
  display: flex;
  align-items: center;
  margin: 0 0 20px 20px;
}

.client-user p {
  font-weight: 500;
  line-height: 20px;
  color: var(--black);
  max-width: 130px;
  width: 100%;
}

.client-user .client-user-img img {
  border: 3px solid #fef2ed;
  border-radius: 50%;
  margin-left: -18px;
}

.client-item-icon span {
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  border-radius: 90px;
  background: #ebf3ed;
  margin-bottom: 20px;
}

.client-item p {
  max-width: 310px;
  width: 100%;
}

.client-heading h3 {
  font-size: 45px;
  max-width: 300px;
  width: 100%;
  margin-bottom: 50px;
}

.client-wrapper {
  display: flex;
  justify-content: space-around;
  width: 100%;
  gap: 50px;
  align-items: center;
}

.client-item:hover .client-item-icon span {
  animation: icon-bounce 0.8s 1;
}

/* client sec end */
/* about area start  */

.about-sec {
  padding-bottom: 130px;
}

.about-img img {
  width: 100%;
  border-radius: 10px;
}

.aboutthumb-content span {
  font-size: 18px;
  font-weight: 600;
  padding: 14px 22px;
  border-radius: 5px;
  display: inline-block;
  letter-spacing: -0.36px;
  color: var(--black);
  background-color: var(--white);
}

.aboutthumb-content span svg {
  margin-right: 4px;
}

.aboutthumb-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-heading span {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  display: inline-block;
  color: var(--green);
}

.about-heading {
  margin-bottom: 35px;
}

.about-heading p {
  color: #828282;
  font-size: 16px;
  font-weight: 400;
}

.about-heading h3 {
  font-size: 45px;
}

.about-item-content p {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.36px;
  color: var(--black);
  max-width: 230px;
  width: 100%;
}

.about-item-box-one {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-item-six span {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--tp-common-white);
  box-shadow: 0px 0px 10px rgba(18, 21, 37, 0.06);
}

.about-item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

.about-single-progress {
  width: 100%;
  height: 6px;
  overflow: visible;
  border-radius: 20px;
  margin-bottom: 14px;
}

.about-progress span {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-36%);
  width: 30px;
  height: 30px;
  box-shadow: 0 2px 2px 0 rgba(1, 15, 28, 0.12);
  background: var(--white);
  border: 2.5px solid #ff7029;
  border-radius: 0 20px 20px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-progress-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}

.about-btn-box {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.about-btn .tp-btn {
  background-color: var(--green);
}

.about-btn .tp-btn:hover {
  background-color: #ff7029;
}

.about-btn {
  position: inherit;
}

.about-progress {
  background-color: #ff7029;
  border-radius: 100px;
  position: relative;
  overflow: visible;
  height: 100%;
}

.about-single-progress h5 {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.256px;
  margin-bottom: 10px;
  color: var(--black);
}

.about-contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.about-btn a {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  display: inline-block;
  padding: 18px 40px 18px;
  color: var(--white);
  background-color: var(--green);
  transition: 500ms all ease;
  text-decoration: none;
}

.about-btn a:hover {
  background-color: #ff7029;
}

.contact-item-icon span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: var(--green);
  background-color: #ebf3ed;
  transition: all 0.3s ease-out;
  box-shadow: 0px 0px 10px 0px rgba(27, 26, 54, 0.06);
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  display: inline-block;
}

.contact-item-contect p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.64px;
}

.contact-item-contect a {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.72px;
  color: var(--black);
  text-decoration: none;
}

.contact-item-icon span:hover {
  background-color: #ff7029;
  color: var(--white);
}

/* about area end  */
/* service sec start */
.service-sec {
  padding-top: 130px;
  background-color: rgb(235, 243, 237);
  padding-bottom: 110px;
}

.service-pre-title span {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  display: inline-block;
  color: var(--green);
}

.service-item-card {
  border-radius: 10px;
  background-color: var(--white);
  text-align: center;
}

.service-item-card :hover .number_data h5 {
  color: var(--white);
  background-color: #ff7029;
}

.service-pre-title h4 {
  font-size: 45px;
  line-height: 52px;
  margin-bottom: 20px;
}

.service-item-info {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}

.service-item-info img {
  width: 100%;
  transition: 1s;
  border-radius: 10px 10px 0px 0px;
}

.service-item-icon {
  position: relative;
  margin-top: -40px;
  margin-bottom: 20px;
  z-index: 1;
}

.service-item-icon span {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--green);
  background-color: var(--white);
  box-shadow: 0px 4px 20px rgba(15, 17, 38, 0.08);
}

.service-item-card :hover .service-item-icon span {
  background-color: var(--green);
  color: var(--white);
  animation: animationName 0.8s 1;
}

.service-item-content h4 a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -0.4px;
  color: var(--black);
  text-decoration: none;
}

.service-item-content p {
  line-height: 26px;
  max-width: 230px;
  width: 100%;
  color: #828282;
}

/* service sec end */

/* about area end  */

/* footer */

footer {
  margin-top: 100px;
  padding: 105px 50px 50px;
  background-color: #ebf3ed;
}

.footer_list {
  padding-right: 53px;
}

.otherpages-wrap {
  padding-left: 55px;
}

.footer-widget-content-input {
  position: relative;
}

.footer-widget-content-input input {
  height: 60px;
  line-height: 60px;
  padding-right: 60px;
  border-radius: 10px;
  width: 100%;
  padding-left: 26px;
  background-color: transparent;
  border: 1px solid rgba(31, 34, 32, 0.15);
  box-shadow: none;
  outline: none;
}

.footer-widget-content-input input:focus {
  border-color: var(--green);
}

.footer-widget-content-input input:focus-visible {
  border: 1px solid var(--green);
  border-color: var(--green);
}

.footer-widget-content-input button {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 44px;
  width: 44px;
  line-height: 1;
  border-radius: 10px;
  color: var(--white);
  background: var(--green);
}

.footer_list .footer_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer_list .footer_logo {
  width: 120px;
  margin-bottom: 35px;
}

.footer_title p {
  color: #828282;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}

.email_verify button {
  background-color: #3a954f;
  height: 44px;
  width: 44px;
  border-radius: 10px;
}

.email_verify button i {
  color: #fff;
}

.email_verify button:hover i {
  color: #3a954f;
}

.email_verify button:hover {
  background-color: #fff;
}

.service_wrp {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.service_wrp p {
  font-size: 18px;
  font-weight: 700;
  color: #1f2220;
  margin-bottom: 28px;
}

.service_wrp ul {
  padding-left: 0;
}

.service_wrp ul li {
  margin-bottom: 10px;
}

.service_wrp ul li a {
  color: #828282;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.service_wrp ul li a:hover {
  color: #3a954f;
  letter-spacing: 0.5px;
  transition: all 1s ease-in-out;
}

.service_wrp ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.copyright_title p span,
.service_wrp ul li .phone_icon i {
  color: #3a954f;
}

.copyright_section {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #8282822b;
  padding-top: 20px;
}

.social_section ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social_section ul li a {
  color: #3a954f;
  border: 1px solid #3a954f;
  padding: 10px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #fff;
}

.social_section ul li a:hover {
  background-color: #3a954f;
  color: #fff;
  border: 1px solid transparent;
  transition: 1s;
}

.solar_challenge {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3a954f;
  border-radius: 10px;
  padding: 32px 29px;
  margin: 100px 0 -135px 0;
  z-index: 2;
  position: relative;
}

.solar_challenge h4 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

.start_work {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: end;
}

.start_work button {
  background-color: #ff7029;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  padding: 18px 40px;
  border: none;
}

.start_work button:hover {
  background-color: #fff;
  color: #3a954f;
  transition: 1s;
}

.call_data {
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
}

/* counter */

.counter_area {
  padding-bottom: 130px;
}

.counter_list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.counter_list h4 {
  font-size: 60px;
  font-weight: 700;
  color: #3a954f;
  margin-bottom: 14px;
}

.counter_list p {
  margin-bottom: 0;
  color: #1f2220;
  font-size: 18px;
  font-weight: 500;
  width: 146px;
}

.winning_award {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(15, 16, 36, 0.08);
  padding: 41px 58px;
  border-radius: 80px;
}

/* counter */

/* solar leader*/

.solar-service {
  padding-top: 80px;
  padding-bottom: 110px;
}

.our_solub {
  padding-bottom: 100px;
}

.solar_member {
  position: relative;
}

.our_solub_data {
  width: 470px;
  position: relative;
}

.our_solub_data::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(31, 34, 32, 0) 39.88%, #1f2220 100%);
}

.member_wrp {
  width: 330px;
  position: absolute;
  top: 180px;
  right: 50px;
}

.member_wrp img,
.our_solub_data img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 60px 0px rgba(30, 28, 66, 0.15);
}

.solar_details .solar_content span {
  font-size: 16px;
  font-weight: 700;
  color: #3a954f;
  margin-bottom: 14px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.solar_details .solar_content h4 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -2.4px;
  color: #1f2220;
  margin-top: 15px;
  line-height: 38px;
}

.content_datalist p {
  color: #828282;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 25px 0;
}

.capacity_wrp,
.world_ratio {
  display: flex;
  align-items: center;
  gap: 20px;
}

.world_ratio {
  margin-bottom: 40px;
}

.home_wrp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home_wrp {
  width: 40px;
  height: 40px;
}

.capacity_installation h5 {
  font-size: 24px;
  font-weight: 700;
  color: #1f2220;
}

.capacity_installation p {
  font-size: 16px;
  font-weight: 400;
  color: #828282;
}

.check_list .check_wrp {
  display: flex;
  align-items: center;
  gap: 15px;
}

.check_wrp i {
  color: #3a954f;
}

.check_wrp p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.check_list .check_wrp {
  margin-bottom: 10px;
}

.check_list {
  margin-bottom: 50px;
}

.calculate_data,
.call_us_center {
  display: flex;
  align-items: center;
  gap: 15px;
}

.calculate_data button {
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  padding: 18px 40px;
  color: #fff;
  background-color: #3a954f;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border: none;
}

.calculate_data button:hover {
  background-color: #ff7029;
}

.call_us_center .call_details {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #3a954f;
  background-color: #ebf3ed;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px 0px rgba(27, 26, 54, 0.06);
}

.call_us_center .call_details:hover {
  background-color: #ff7029;
  color: #fff;
  transition: 1s;
}

.call_history p {
  font-size: 16px;
  font-weight: 400;
  color: #828282;
}

.call_history a {
  color: #1f2220;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

/* solar leader*/

/* blog */

.blog_title {
  text-align: center;
}

.blog_title span {
  font-size: 16px;
  font-weight: 700;
  color: #3a954f;
  margin-bottom: 14px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.blog_title h4 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -2.4px;
  color: #1f2220;
  margin-top: 15px;
  margin-bottom: 20px;
}

.card_wrp .card_img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin-bottom: 25px;
}

.card_wrp:hover.card_img a img {
  transform: scale(1.1);
}

.card_wrp .card_img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: 1s;
}

.blog-item-tags {
  position: absolute;
  top: 20px;
  right: 12px;
  margin-bottom: 20px;
}

.blog-item-tags a {
  display: inline-block;
  padding: 1px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  margin-right: 8px;
  background-color: var(--white);
  text-transform: uppercase;
  color: #828282;
  text-decoration: none;
}

.blog-item-tags a:hover {
  background-color: var(--green);
  color: var(--white);
}

.card_wrp .card_img a img:hover {
  width: 100%;
  transform: scale(1.1);
  transition: all 0.3s ease-out;
}

.card-body h4 {
  margin: 25px 0;
}

.card-body h4 a {
  color: #1f2220;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
  text-decoration: none;
}

.card-body h4 a:hover {
  color: #3a954f;
  transition: 1s;
}

.card-body button {
  background-color: #ebf3ed;
  color: #3a954f;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 20px;
  border-radius: 10px;
  border: none;
  width: 100%;
}

.card-body button:hover {
  background-color: #3a954f;
  color: #fff;
  transition: 1s;
}

.card_list {
  margin-top: 55px;
}

/* working steps  */

.steps_wrp {
  padding-top: 130px;
  padding-bottom: 100px;
}

.step-shap-one {
  position: absolute;
  top: 30%;
  left: 22%;
  transform: translateY(-30%);
}

.step-shap-two {
  position: absolute;
  top: 30%;
  left: 48%;
  transform: translateY(-30%);
}

.step-shap-three {
  position: absolute;
  top: 30%;
  right: 22%;
  transform: translateY(-30%);
}

.steps_wrp .service-item-info {
  overflow: visible;
}

.steps_wrp .blog_title {
  margin-bottom: 80px;
}

.steps_card {
  border: none;
  position: relative;
  padding-bottom: 20px;
}

.steps_card .step_details {
  width: 190px;
  margin: 0 auto;
}

.steps_card .step_details img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 15px solid #ebf3ed;
  transition: all 0.3s ease-out;
}

.service-item-card:hover .steps_card .step_details img {
  border: 15px solid var(--green);
}

.steps_card .number_data h5 {
  position: absolute;
  top: -35px;
  left: 49%;
  background-color: #fff;
  color: #1f2220;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}

.steps_card .card-body h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.steps_card .card-body p {
  font-size: 16px;
  font-weight: 400;
  color: #828282;
  width: 76%;
}

/* working steps  */

/* harsh=============================== */

/* service sec start */
.service-sec {
  padding-top: 130px;
  background-color: rgb(235, 243, 237);
  padding-bottom: 110px;
}

.service-pre-title {
  margin-bottom: 55px;
}

.service-pre-title span {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  display: inline-block;
  color: var(--green);
}

.service-item-card {
  border-radius: 10px;
  background-color: var(--white);
  text-align: center;
  padding-bottom: 30px;
}

.service-pre-title h4 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  max-width: 620px;
  width: 100%;
  margin: 0 auto 20px auto;
  font-weight: 700;
}

.service-item-info {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}

.service-item-info img {
  width: 100%;
  transition: 1s;
  border-radius: 10px 10px 0px 0px;
}

.service-item-icon {
  position: relative;
  margin-top: -40px;
  margin-bottom: 20px;
  z-index: 1;
}

.service-item-icon span {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--green);
  background-color: var(--white);
  box-shadow: 0px 4px 20px rgba(15, 17, 38, 0.08);
}

.service-item-card :hover .service-item-icon span {
  background-color: var(--green);
  color: var(--white);
}

.service-item-content h4 a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -0.4px;
  color: var(--black);
  text-decoration: none;
}

.service-item-content p {
  line-height: 27px;
  max-width: 250px;
  width: 100%;
}

/* service sec end */
/* faq sec start */

.faq-sec {
  padding-top: 140px;
  padding-bottom: 50px;
}

.faq-heading span {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  display: inline-block;
  color: var(--green);
}

.faq-heading h4 {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -2.4px;
  color: var(--black);
  font-size: 45px;
  max-width: 380px;
  width: 100%;
}

.client-user-img-faq {
  margin-right: 15px;
}

.client-user-img-faq img {
  border-radius: 50%;
  margin-left: -18px;
  border: 3px solid #fef2ed;
  width: 55px;
}

.faq-client-user {
  display: flex;
  align-items: center;
  margin-left: 18px;
}

.faq-client-user {
  display: flex;
  align-items: center;
  margin-left: 18px;
}

.client-call p {
  font-size: 14px;
  font-weight: 400;
  color: #828282;
  line-height: 20px;
}

.client-call a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
  color: var(--black);
  text-decoration: none;
}

/* .accordion-button::after {
  transition: none;
   background-image: url(/assets/img/icons8-plus.svg);
} */

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/minius-img.png");
  position: relative;
  right: -2px;
}

.accordion-button:not(.collapsed) .accordion-btn {
  color: var(--white);
  /* background: var(--green); */
}

.according-menubar .accordion-button:not(.collapsed) {
  box-shadow: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px !important;
  color: var(--green);
  border: 1px solid rgba(10, 11, 15, 0.1);
  background: var(--white);
  padding: 18px 40px 18px 30px;
  border-bottom: 0;
}

.according-menubar .accordion-button .accordion-btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  transition: all 0.3s ease-out;
  transform: translate(-50%, -50%);
  background-color: none;
}

.according-menubar .accordion-button .accordion-btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  transition: all 0.3s ease-out;
  transform: translate(-50%, -50%);
  background-color: none;
}

.accordion-btn {
  position: absolute;
  top: 50%;
  right: 30px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease-out;
  transform: translateY(-50%);
  border: 1px solid rgba(10, 11, 15, 0.14);
}

.according-menubar {
  overflow: hidden;
}

.according-menubar .accordion-button.collapsed {
  box-shadow: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px !important;
  color: var(--tp-heading-primary);
  border: 1px solid rgba(10, 11, 15, 0.1);
  background: var(--white);
  padding-right: 37px;
}

.according-menubar .accordion-item {
  margin-bottom: 10px;
  border-radius: 10px !important;
  border: 1px solid rgba(10, 11, 15, 0.06);
}

.according-menubar .accordion-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding: 0 128px 34px 30px;
  color: #828282;
  border-radius: 0 0 16px 16px;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-left: auto;
  content: "";
  background-image: url(../img/plus-img-according.png);
  background-repeat: no-repeat;
  background-size: 20px;
  transition: 0.2s ease-in-out;
  background-size: cover;
  position: relative;
  right: 0px;
}

/* faq sec end */
/* brand item start */
.brand-item-swiper-img img {
  opacity: 0.4;
  transition: all 0.3s ease-out;
}

.brand-item-swiper-img img:hover {
  opacity: 1;
}

.brand-item-swiper-img {
  text-align: center;
}

.breand-sec {
  padding: 60px 0;
}

/* brand item end */
/* portfolio-sec start */
.portfolio-sec {
  padding-top: 60px;
  padding-bottom: 120px;
}

.portfolio h4 {
  max-width: 880px;
  width: 100%;
  margin: 0 auto 20px auto;
}

.portfolio-item {
  margin-bottom: 25px;
}

.portfolio-item-thumb img {
  width: 100%;
  border-radius: 10px;
}

.portfolio-item-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  padding: 20px 20px;
  border-radius: 6px;
  transition: all 0.3s ease-out;
  transform: translateY(20px);
  margin: 0px 20px 20px 20px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.portfolio-item-content p {
  font-weight: 500;
}

.portfolio-item-content a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1.2;
  color: var(--black);
  text-decoration: none;
}

.portfolio-item-content a:hover {
  color: #ff7029;
}

.portfolio-item:hover .portfolio-item-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* portfolio-sec end */
/* <!-- cta area start  */
.cta-area {
  padding: 0;
  background-color: rgb(255, 112, 41);
}

.cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}

.cta-wrapper p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
  color: var(--white);
}

.cta-wrapper p a {
  color: var(--white);
}

.cta-wrapper img {
  margin-right: 20px;
}

/* <!-- cta area end  */
/* <!-- video area start --> */

.video-animation {
  position: relative;
  z-index: 2;
}

.video-overlay {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.video-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(12, 15, 33, 0.55);
}

.video-ptb {
  background-image: url(../img/thumb-4-bg.jpg);
}

.video-wrap {
  position: relative;
  padding: 320px 0;
  z-index: 1;
  text-align: center;
}

.video-wrap .hero-btn-video {
  margin: 0;
  animation: none;
  display: inline-block;
}

.video-wrap .hero-btn-video span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-right: 0;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #002b3b;
  transition: all 0.3s ease-out;
  background-color: var(--white);
}

.video-wrap .hero-btn-video span:hover {
  color: var(--white);
  transition: all 0.3s ease-out;
  background-color: var(--green);
}

.video-wrap .hero-btn-video span svg {
  transform: translate(2px, 1px);
}

.video-animation::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  z-index: -1;
  transform: scale(1);
  border: 1px solid var(--white);
  animation: video-border 1.5s linear infinite;
  border-radius: 50%;
}

.btn-text-flip {
  perspective: 1000px;
}

@keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.client-wrapper .client-item:hover .client-item-icon span {
  animation: animationName 0.8s 1;
}

@keyframes animationName {
  0% {
    /* Initial state */
    transform: rotate(0deg);
  }

  40% {
    /* Halfway point */
    transform: translateY(-10px);
  }

  60% {
    /* Final state */
    transform: translateY(-5px);
  }
}

/* <!-- video area end --> */

/* about us */
.about-page header {
  position: unset;
}

.innerpage-hero {
  background-image: url(../img/breadcrumb-1.jpg);
  padding-top: 185px;
  padding-bottom: 185px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumb-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.8px;
  margin-bottom: 15px;
  color: var(--black);
}

.breadcrumb-list span.dvdr {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  width: 8px;
  height: 2px;
  background-color: var(--green);
}

.breadcrumb-list span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  color: var(--black);
  display: inline-block;
}

.breadcrumb-list span a {
  color: var(--green);
}

/* services section */

.solar-service-item-icon span {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 80px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--green);
  background: var(--white);
  box-shadow: 0px 0px 10px 0px rgba(23, 22, 49, 0.1);
}

.solar-service-item-title a {
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: -0.36px;
  color: var(--black);
  cursor: pointer;
}

.solar-service-item:hover .solar-service-item-title a {
  color: var(--green);
}

.solar-service-item:hover .solar-service-item-icon span {
  background-color: var(--green);
  color: var(--white);
}

.video-wrap h3 {
  color: var(--white);
  margin-top: 35px;
}

.about-page section.video-ptb {
  padding: 0;
  position: relative;
  z-index: -1;
}

.about-page .video-wrap {
  padding: 170px 0;
  position: relative;
  z-index: 2;
}

.about-page .video-overlay::after {
  z-index: inherit;
}

.about-page .video-wrap h3 {
  color: var(--white);
  margin-top: 35px;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.1px;
  position: relative;
  z-index: 2;
}

/* WHY CHOOSE OUR SOLUB
 */
.about-page .our_solub_data {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}

.about-page .member_wrp {
  right: inherit;
}

.solar-about-item-icon span {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: 0px 0px 10px rgba(18, 21, 37, 0.06);
}

.solar-about-item-content p {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.36px;
  color: var(--black);
}

/* teams */
.solar-section-title-pre {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  display: inline-block;
  color: var(--green);
}

h4.solar-section-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -2.4px;
  color: var(--black);
}

.solar-team-thumb {
  overflow: hidden;
  border-radius: 10px;
}

.solar-team-thumb a img {
  width: 100%;
  transition: 1.3s;
  border-radius: 10px;
}

.solar-team-content {
  position: absolute;
  width: 245px;
  bottom: -40px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  margin: auto;
  padding: 30px;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  z-index: 1;
  background: var(--green);
}

.solar-team-item:hover .solar-team-content {
  bottom: -60px;
  opacity: 1;
  visibility: visible;
}

.solar-team-item:hover .solar-team-thumb a img {
  transform: scale(1.1);
}

.solar-team-social {
  margin-bottom: 20px;
}

.solar-team-social a {
  color: rgba(255, 255, 255, 0.4);
}

.solar-team-title a {
  line-height: 1;
  letter-spacing: -0.48px;
  color: var(--white);
}

.solar-team-title a:hover {
  color: #ff7029;
}

.solar-team-social a:not(:last-of-type) {
  margin-right: 15px;
}

.solar-team-social a:hover {
  color: #ff7029;
}

.solar-team-content p {
  letter-spacing: -0.32px;
  color: rgba(255, 255, 255, 0.75);
}

.testimonial-heading {
  margin-bottom: 55px;
}

.testimonial-heading span {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  display: inline-block;
  color: var(--green);
}

.testimonial-heading h4 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -2.4px;
  color: var(--black);
}

.testimonial-item {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgb(25 24 49 / 6%);
}

.testimonial-avatar-thumb {
  margin-bottom: 20px;
}

.testimonial-avatar-title {
  font-size: 24px;
  letter-spacing: -0.48px;
  margin-bottom: 5px;
}

.testimonial-avatar-designation {
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -0.32px;
  color: #828282;
}

.testimonial-ratings {
  padding: 2px 7px;
  display: inline-block;
  border-radius: 15px;
  letter-spacing: -0.32px;
  border: 1px solid #e6e6e6;
  color: #ffa121;
}

.testimonial-ratings i {
  color: #ffa121;
}

.testimonial-content {
  padding-top: 45px;
  padding-left: 20px;
}

.testimonial-content p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.4;
  letter-spacing: -0.96px;
  color: var(--black);
}

.testimonial-content-rating {
  padding: 4px 7px;
  border-radius: 100px;
  background-color: #ff7029;
  display: inline-block;
}

.testimonial-content img {
  display: block;
  margin-bottom: 25px;
}

.testimonial-content-rating i {
  font-size: 14px;
  color: var(--white);
}

.testimonial-navigation span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 63px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease-out;
  font-size: 18px;
  background: #ebf3ed;
  color: var(--black);
  box-shadow: 0px 1px 2px 0px rgba(32, 33, 36, 0.1);
}

.about-footer {
  background-color: rgb(31, 34, 32);
  padding: 80px 50px 0px;
  margin-top: 40px;
}

.about-footer .footer_title p {
  color: rgb(245 245 250 / 65%);
}

.about-footer .service_wrp ul li a {
  color: rgb(245 245 250 / 65%);
}

.about-footer .service_wrp p {
  color: var(--white);
}

.about-footer .footer-widget-content-input input {
  color: rgb(245 245 250 / 65%);
}

.about-footer .copyright_title p span,
.service_wrp ul li .phone_icon i {
  color: #ff7029;
}

.about-footer .copyright_title p {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
}

.about-footer .footer-widget-content-input input {
  background-color: #272928;
}

.about-footer .copyright_section {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #8282822b;
  padding-top: 20px;
  align-items: center;
}

.social_section ul li a {
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #272928;
  border: none;
}

.contact-innerpage {
  background-image: url(../img/breadcrumb12.jpg);
  position: relative;
}

.contact-innerpage::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(4, 26, 11, 0.65) 15.55%,
    rgba(4, 26, 11, 0) 100%
  );
}

.contact-title {
  position: relative;
  z-index: 1;
  color: var(--white);
}

.contact-title a {
  color: var(--white);
  position: relative;
  z-index: 1;
}

.contact-list span {
  position: relative;
  color: var(--white);
  z-index: 1;
}

.contact-list span a {
  color: var(--white);
}

.contact-list span .dver {
  position: relative;
  color: var(--white);
  z-index: 1;
}

.contact-wrap {
  padding-left: 90px;
  padding-top: 45px;
}

.contact-heading .contact-title-pre {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 0.32px;
  color: #ff7029;
}

.contact-heading h4 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1.6px;
}

.contact-heading {
  margin-bottom: 60px;
}

.contact-wrap-info {
  margin-bottom: 50px;
}

.contact-wrap-info-icon {
  margin-right: 20px;
}

.contact-wrap-info-icon span {
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  background-color: #ebf3ed;
  color: var(--green);
}

.contact-wrap-info-content p {
  line-height: 1;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: -0.34px;
  color: #828282;
}

.contact-wrap-info-content a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  color: #1f2220;
  word-break: break-all;
}

.contact-wrap-info:hover .contact-wrap-info-icon span {
  color: var(--white);
  background-color: var(--green);
}

.contact-wrap-info:hover .contact-wrap-info-content a {
  color: var(--green);
}

.contact-thumb {
  background-image: url(../../assets/img/contactthumb.jpg);
  height: 640px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
}

.contact-breadcrumb {
  padding-top: 130px;
  padding-bottom: 110px;
}

.contact-inner-form-ptb {
  position: relative;
  padding-bottom: 140px;
}

.contact-inner-wrap {
  padding: 60px;
  border-radius: 10px;
  margin-top: -300px;
  background: var(--white);
  box-shadow: 0px 0px 50px 0px rgba(47, 51, 70, 0.08);
}

.contact-inner-wrap-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 60px;
  letter-spacing: -1.8px;
}

.contact-inner-form .contact-input {
  margin-bottom: 30px;
}

.contact-inner-form .contact-input input,
.contact-inner-form .contact-input textarea {
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid rgba(31, 34, 32, 0.15);
  outline: none;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 26px;
  padding-right: 26px;
}

.contact-inner-form .contact-input textarea {
  resize: none;
  height: 154px;
}

.contact-inner-btn .btn {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  display: inline-block;
  padding: 18px 40px 18px;
  color: var(--white);
  background-color: var(--green);
  transition: 500ms all ease;
}

.contact-inner-btn .btn:hover {
  background-color: #ff7029;
}

.about-thumb-wrap {
  margin-bottom: 40px;
}

.about-icon {
  right: 100px;
  top: 60px;
  z-index: 2;
}

.about-thumb img {
  border-radius: 10px;
}

.about-thumb-2 {
  bottom: 40px;
  right: 50px;
}

.about-icon-space {
  border-radius: 50%;
  padding: 10px;
  background-color: var(--white);
  box-shadow: 0 20px 30px 0 rgba(3, 4, 28, 0.1);
}

.about-thumb-2 {
  bottom: 40px;
  right: 50px;
}

.position-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.about-thumb {
  padding-right: 160px;
}

.about-thumb-2 img {
  border-radius: 10px;
}

.about-icon-space {
  border-radius: 50%;
  padding: 10px;
  background-color: var(--white);
  box-shadow: 0 20px 30px 0 rgba(3, 4, 28, 0.1);
}

.testimonial-navigation span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 63px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease-out;
  font-size: 18px;
  background: #ebf3ed;
  color: var(--black);
  box-shadow: 0px 1px 2px 0px rgba(32, 33, 36, 0.1);
}

.our_agency .check_wrp i {
  color: #ff7029;
  background-color: #fff;
}

.calculate_data .tp-btn {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  display: inline-block;
  padding: 18px 40px 18px;
  background-color: var(--green);
  text-decoration: none;
  color: #fff;
  transition: 500ms all ease;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.calculate_data .tp-btn:hover {
  background-color: #ff7029;
  color: var(#fff);
}

@keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rotate-infinite {
  animation: rotate-infinite 15s linear infinite;
}

.about-video-btn-box .hero-btn-video {
  margin: 0;
}

.about-video-btn-box .hero-btn-video span {
  background-color: #ebf3ed;
  line-height: 67px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  color: #002b3b;
  transition: all 0.3s ease-out;
}

.about-video-btn-box .hero-btn-video span svg {
  display: inline-block;
  transform: translateX(2px);
}

.about-video-btn-box .hero-btn-video span:hover {
  background-color: var(--green);
}

.hero-btn-video:hover span {
  color: var(--white);
}

.about-video {
  background-image: url(../../assets/img/aboutbackground.jpg);
}

.video-shape {
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 1;
}

.about-video .video-wrap .hero-btn-video span {
  background-color: #ff7029;
  color: var(--white);
}

.about-cta-area {
  background-color: rgb(58, 149, 79);
}

.about_solar_membar .member_wrp {
  width: auto;
  position: absolute;
  top: 160px;
  right: 43%;
}

.about-breadcrum {
  padding-top: 0;
}

.about-steps_wrp {
  padding-top: 0;
}

.about-steps {
  padding-top: 0;
  padding-bottom: 100px;
}

.solar-team-ptb {
  padding-top: 110px;
  padding-bottom: 120px;
}

.about-client-feedback {
  padding-top: 130px;
  padding-bottom: 0px;
}

.about-breand-sec {
  padding: 100px 0 60px 0;
}

.about-page .headersocial-icon a i {
  color: rgb(255 255 255 / 35%);
}

.about-page .headersocial-icon a i:hover {
  color: var(--white);
}

.about-page .header-top {
  background-color: var(--green);
}

.about-page .headersocial-icon {
  border-left: 1px solid #55af6a;
}

.about-page .header-search-icons .dialnumber {
  color: var(--white);
  background-color: #ff7029;
}

.about-page .header-search-icons .dialnumber:hover {
  color: var(--white);
  background-color: var(--green);
}

/* contact page  */

.contact-map-content iframe {
  filter: saturate(0);
}

.contact-map-content iframe {
  border: 0;
}

.contact-page .breadcrumb-list span.dvdr {
  background-color: var(--white);
}

.contact-page .contact-inner-form-ptb {
  position: relative;
  padding-bottom: 80px;
}

.contact-btn-box label {
  margin-bottom: 20px;
}

.contact-page header {
  position: unset;
}

.contact-innerpage {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
}

.contact-page .headersocial-icon a i {
  color: rgb(255 255 255 / 35%);
}

.contact-page .headersocial-icon a i:hover {
  color: var(--white);
}

.contact-page .header-top {
  background-color: var(--green);
}

.contact-page .headersocial-icon {
  border-left: 1px solid #55af6a;
}

.contact-page .header-search-icons .dialnumber {
  color: var(--white);
  background-color: #ff7029;
}

.contact-page .header-search-icons .dialnumber:hover {
  color: var(--white);
  background-color: var(--green);
}
