body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Abril Fatface", serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s ease-in;
  font-family: "Poppins", sans-serif;
}

p,
li {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

p {
  padding-bottom: 10px;
}

img {
  height: auto;
  max-width: 100%;
}

video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

input,
textarea,
select {
  width: 100%;
}

input[type="checkbox"] {
  height: auto;
  width: auto;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
}

:root {
  --color-green: #228b22;
  --color-orange: #fd7d01;
  --color-blue: #1f4597;
  --color-black: #000;
  --color-white: #fff;
  --color-grey: #6a6a6a;
  --color-cream: #fefaf6;

  --fs-62: 62px;
  --fs-100: 100px;
  --fs-30: 30px;
  --fs-20: 20px;
  --fs-50: 50px;
}

/* HEADER  */

.custom-header {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  transition: 0.3s ease-in;
}

.main-logo {
  max-width: 245px;
  width: 100%;
}

.grid-menusmain {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
}

ul.nav-links li a,
ul.sub-menu li a {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

ul.nav-links li a {
  color: var(--color-black);
}

ul.nav-links li a:hover {
  color: var(--color-orange);
}

ul.nav-links li a,
.button-contacts {
  padding-bottom: 15px;
}

.button-contacts {
  display: flex;
  align-items: center;
  gap: 5px;
}

ul.nav-links {
  display: flex;
  gap: 25px;
}

ul.contact-details {
  display: flex;
  align-items: center;
  max-width: fit-content;
  width: 100%;
  color: var(--color-white);
  padding: 5px 50px;
  gap: 55px;
  justify-content: end;
  position: relative;
  z-index: 1;
  margin-left: auto;
}

.grid-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

ul.contact-details li a {
  color: var(--color-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.custom-header::after {
  position: absolute;
  content: "";
  background: var(--color-green);
  /* z-index: -1; */
  height: 40px;
  clip-path: polygon(2% 0, 100% 0, 100% 100%, 0% 100%);
  right: 0;
  /* left: 0; */
  top: 0;
  width: 43%;
}

.button-contacts a {
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  background: var(--color-orange);
  display: inline-block;
  padding: 8px 32px;
  border-radius: 30px;
}

.button-contacts a:first-child {
  background: var(--color-blue);
}

.button-contacts a:hover {
  background: var(--color-green);
}

.menu-item-has-children {
  position: relative;
}

ul.sub-menu {
  position: absolute;
  top: 100%;
  animation: submenu 0.1s linear;
}

@keyframes submenu {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 1%, 0 1%);
  }

  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

ul.sub-menu {
  position: absolute;
  top: 100%;
  background: var(--color-orange);
  width: 237px;
  left: 0;
  display: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

ul.sub-menu li a {
  padding: 8px 10px;
  border-bottom: 1px solid var(--color-white);
  color: var(--color-white);
  padding: 8px 15px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}

ul.sub-menu li a:hover {
  background: var(--color-white);
  color: var(--color-orange);
}

li.menu-item-has-children .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
  padding-top: 0px;
}

.menu-icon {
  max-width: 40px;
  width: 100%;
  display: none;
}

/* HEADER END */

/* HOME VIDEO  */

.homevideo-sec {
  height: 930px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: var(--color-white);
  display: flex;
  align-items: end;
  padding-bottom: 130px;
}

.banner-video {
  position: absolute;
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: -1;
}

.homevideo-sec::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.64%, #000 100%);
}

.six-two {
  font-size: var(--fs-62);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 25px;
}

.home-data {
  max-width: 575px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.universal-anchor a {
  color: var(--color-white);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  background: var(--color-green);
  padding: 16px 34px;
  border-radius: 30px;
}

.universal-anchor a:hover {
  background: var(--color-orange);
}

.watch-video a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 16px 34px;
  border-radius: 30px;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  display: flex;
  align-items: center;
  gap: 5px;
}

.grid-homebtn {
  display: flex;
  gap: 25px;
  padding-top: 30px;
}

/* HOME VIDEO END */

.one-hundred {
  font-size: var(--fs-100);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
}

.color-orange {
  color: var(--color-orange) !important;
}

.color-green {
  color: var(--color-green) !important;
}

.leading-container .one-hundred.color-orange {
  text-align: right;
}

.solar-container {
  max-width: 750px;
  width: 100%;
  min-height: 500px;
  border-radius: 20px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 20px;
  display: flex;
  align-items: end;
  color: var(--color-white);
  background: #00000030;
  background-blend-mode: overlay;
  border-radius: 16px;
  border: 2px solid var(--color-green);
  transition: 0.3s ease-in;
}

.three-zero {
  font-size: var(--fs-30);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
}

.details-solar {
  max-width: 510px;
  width: 100%;
}

.grid-makeit a {
  display: block;
}

.data-paragraph {
  background: var(--color-blue);
  color: var(--color-white);
  padding: 35px 45px;
  border-radius: 16px;
  position: relative;
}

.solar-icon {
  background: white;
  max-width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 16px;
  height: 55px;
  position: absolute;
  right: 0;
  width: 55px;
  bottom: 0;
  border-left: 15px;
}

.grid-makeit {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.grid-custom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 100px;
  padding-top: 50px;
}

.poewer p {
  border-radius: 20px;
  border: 1px solid var(--color-green);
  text-align: center;
  padding: 20px;
  display: block;
  color: #000;
}

.six-zero {
  font-size: var(--fs-62);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.6px;
}

.homes-holder {
  max-width: 260px;
  background: var(--color-blue);
  border-radius: 6px;
  padding: 10px;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.inside-bg {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
  max-width: 100%;
  border-radius: 4px;
  border: 0.5px solid rgba(153, 153, 153, 0.26);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  width: 100%;
  min-height: 130px;
  padding: 0px 10px;
}

.home-image {
  text-align: center;
}

.grid-comapnies {
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
  padding-top: 25px;
}

.grid-column {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.leading-container {
  padding-bottom: 50px;
}

.leading-sec {
  padding: 50px 0px;
}

.color-grey {
  color: var(--color-grey) !important;
}

.two-zero {
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 400;
  line-height: 149.94%;
  padding-bottom: 5px;
}

.residetntial-data .two-zero {
  font-family: "Poppins", sans-serif;
  color: var(--color-blue);
  font-weight: 600;
}

.residential-holder {
  padding-top: 30px;
}

.residential-image {
  max-width: 775px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  height: 484px;
  border: 1px solid var(--color-orange);
}

.residential-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.what-we-do-holder p {
  color: var(--color-black);
}

.whatwedo-sec {
  padding: 50px 0px;
}

.what-we-do-holder {
  max-width: 710px;
  width: 100%;
}

.solar-images {
  max-width: 491px;
  height: 419px;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
  z-index: 1;
}

span.college-point {
  position: absolute;
  bottom: 8%;
  right: 0%;
  border-radius: 8px 0px 0px 8px;
  border: 0.5px solid var(--color-white);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  padding: 9px 20px;
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.16px;
}

.solar-images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.solar-typeconatiner {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 491px;
  width: 100%;
  margin: 0 auto;
}

.solar-typeconatiner .three-zero {
  padding-bottom: 0px;
  color: var(--color-blue);
  text-decoration: underline;
}

.grid-typesolar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
}

.solartype-sec {
  padding: 50px 0px;
}

.whatwedo-sec.margin-left .what-we-do-holder {
  margin-left: auto;
}

ul.list-details li {
  list-style: auto;
  font-weight: 500;
  color: var(--color-blue);
  padding-bottom: 5px;
}

ul.list-details {
  padding-left: 20px;
}

.margin-left .custom-row {
  flex-direction: row-reverse;
}

.testmonial-images {
  max-width: 375px;
  height: 430px;
  overflow: hidden;
  border-radius: 24px;
}

.testmonial-images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.color-black {
  color: var(--color-black) !important;
}

.testmobial-data {
  position: relative;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.testmonial-details {
  max-width: 260px;
  width: 100%;
  border-radius: 16px;
  background: var(--color-white);
  box-shadow: 4px 4px 50px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(10%, -50%);
}

.testmonial-details p {
  color: var(--color-grey);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.16px;
}

.testmonial-details P:last-child {
  padding-bottom: 0px;
}

.testmonial-titless {
  text-align: center;
  padding-bottom: 70px;
}

.testmonial-details .color-black {
  font-weight: 500;
}

.grid-btn .swiper-button-prev,
.grid-btn .swiper-button-next {
  position: static;
  background: var(--color-blue);
  height: 30px;
  width: 40px;
  border-radius: 5px;
}

.grid-btn .swiper-button-next {
  background: var(--color-green);
}

.grid-btn {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  margin-top: 50px;
}

.grid-btn .swiper-button-prev::after,
.grid-btn .swiper-button-next::after {
  display: none;
}

.testimobial-sec {
  padding: 50px 0px;
}

.residetntial-data p {
  display: flex;
  align-items: center;
  gap: 10px;
}

.residetntial-data p span {
  text-decoration: underline;
  color: var(--color-blue);
  display: block;
}

.grid-certified {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 20px;
}

.grid-certified .three-zero {
  padding-bottom: 0px;
}

/* OUR WORK  */

.color-blue {
  color: var(--color-blue) !important;
}

.op-project {
  max-width: 505px;
  height: 355px;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  padding: 30px;
  margin: 0 auto;
  width: 100%;
  border: 4px solid #0000;
  transition: 0.3s ease-in;
}

.op-project:hover {
  border-color: var(--color-orange);
}

.op-project:hover .op-details {
  top: 50%;
}

.commercialsolar-images {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.op-details {
  border-radius: 6.614px;
  border: 0.413px solid var(--color-white);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4.1338582038879395px);
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: var(--color-white);
  padding: 10px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.op-details p {
  padding-bottom: 0px;
}

.op-subtitle {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.14px;
  max-width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid var(--color-white);
  padding-bottom: 5px !important;
  margin-bottom: 5px;
}

span.ourproject-overlays {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #00000040;
}

.op-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.universal-anchor.white-border a {
  background: var(--color-white);
  color: var(--color-black);
  border: 1px solid var(--color-black);
}

.universal-anchor.white-border a:hover {
  background: var(--color-green);
  color: var(--color-white);
  border-color: var(--color-green);
}

.coomercil-title .three-zero {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.coomercil-title {
  padding-bottom: 30px;
}

.ourwork-holder {
  max-width: fit-content;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}

.grid-allprojects .universal-anchor {
  max-width: fit-content;
  margin: 0 auto;
  padding-top: 40px;
  width: 100%;
}

.holdes-color {
  padding: 40px 0px;
}

.grid-allprojects .holdes-color:nth-child(even) {
  background: var(--color-cream);
}

section.our-project-section {
  padding: 70px 0px;
}

.five-zero {
  font-size: var(--fs-50);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 20px;
}

ul.nav-links li.current-menu-item a {
  color: var(--color-orange);
}

.solar-holderss {
  max-width: 1065px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

section.solarpanerls-sec {
  padding: 60px 0px;
}

.solar-holderss p strong {
  font-weight: 600;
}
ul.nav-links li.menu-item-has-children.current-menu-item ul.sub-menu > li a {
  color: #fff;
}
ul.nav-links
  li.menu-item-has-children.current-menu-item
  ul.sub-menu
  > li:hover
  a {
  color: var(--color-orange);
}

/* OUR WORK END */

.small-images {
  max-width: 363px;
  height: 260px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  border: 2px solid var(--color-white);
  position: relative;
  z-index: 1;
}

.big-images {
  max-width: 592px;
  height: 425px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  margin-left: -5%;
}

.small-images img,
.big-images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.images-help {
  max-width: 902px;
  width: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}

.grid-help {
  padding-bottom: 80px;
}
.grideven-odd {
  padding-top: 80px;
}

.grid-help .what-we-do-holder {
  max-width: 90%;
  margin-left: auto;
  width: 100%;
}

.grideven-odd .grid-help:nth-child(even) .row {
  flex-direction: row-reverse;
}

.grideven-odd .grid-help:nth-child(even).grid-help .what-we-do-holder {
  margin: 0;
}

.grideven-odd .grid-help:nth-child(even) .images-help {
  flex-direction: row-reverse;
}

.grideven-odd .grid-help:nth-child(even) .big-images {
  margin-left: 0;
  margin-right: -5%;
}

section.solar-helpyou-sec {
  background: rgba(31, 69, 151, 0.04);
}

.step-holders .solar-images {
  max-width: 351px;
  height: 409px;
  border-radius: 13px;
  padding: 15px;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  overflow: initial;
  border-radius: 13px;
}

section.easystep-sec {
  padding: 80px 0px;
}

.step-holders span.college-point {
  top: 50%;
  left: 50%;
  transform: none;
  border-radius: 10px;
  width: 95%;
  text-align: center;
  position: static;
  font-size: 20px;
  font-weight: 600;
  padding: 15px;
}

.step-holders .solar-images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 13px;
}

.step-holders .solar-images:nth-child(2) .nodata {
  background: var(--color-blue);
}

.step-holders .solar-images:nth-child(3) .nodata {
  background: var(--color-green);
}

.nodata {
  position: absolute !important;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  background: var(--color-orange);
  height: 102px;
  width: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  color: var(--color-white);
}

.nodata::after {
  position: absolute;
  content: "";
  background-color: var(--color-orange);
  inset: 0;
  content: "";
  border-radius: 50%;
  margin: 11px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.nodata p {
  font-family: "Abril Fatface";
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.454px;
  position: relative;
  z-index: 1;
  padding-bottom: 0px;
}

.step-holder {
  max-width: 595px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.step-holders {
  display: flex;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
  padding-top: 40px;
}

.solar-holderss .five-zero {
  padding-bottom: 30px;
}

.grid-installation {
  display: grid;
  gap: 70px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
}
.icon-installlation {
  height: 109px;
  width: 109px;
  overflow: hidden;
  margin: 0 auto;
}

.icon-installlation img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.schools-holder {
  max-width: 230px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.coomercial-containers {
  border-radius: 16px;
  background: #f6faf6;
  padding: 60px;
}

.installation-holder {
  max-width: 955px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}

.installation-holder .three-zero {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

section.coomecial-installation {
  padding-bottom: 70px;
}

.about-community {
  max-width: 905px;
  width: 100%;
  padding: 20px 40px;
}

.images-community {
  max-width: 741px;
  overflow: hidden;
}

.solar-newyork {
  display: flex;
  align-items: center;
  gap: 90px;
  justify-content: end;
  background: var(--color-orange);
  color: var(--color-white);
}

.about-community .three-zero {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding-bottom: 30px;
}

ul.community-list {
  padding-top: 30px;
  padding-left: 40px;
}

ul.community-list li {
  list-style: disc;
  padding-bottom: 20px;
}

.grid-community .solar-newyork:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: start;
  background: var(--color-blue);
}

.images-main {
  max-width: fit-content;
  margin: 0 auto;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 40px;
  overflow: hidden;
}

.schools-holder p {
  color: var(--color-black);
}

section.solarpanerls-sec .name-solar p {
  font-weight: 500;
  color: var(--color-blue);
}

section.solarpanerls-sec .grid-typesolar {
  padding-top: 40px;
}

ul.solar-listss li {
  list-style: disc;
  padding-bottom: 10px;
}

ul.solar-listss {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 30px;
}

section.coomecial-installation.bg-blues .grid-installation {
  display: block;
}

section.coomecial-installation.bg-blues .coomercial-containers {
  background: var(--color-blue);
  color: var(--color-white);
}

section.coomecial-installation.bg-blues .installation-holder .three-zero {
  font-weight: 500;
}

ul.solar-listss {
  padding-left: 20px;
}

.title-befits {
  max-width: 1080px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 45px;
}

section.community-solar-newyork-sec {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

/* /* contact-us-section*  sahil css / */
.contact-us-section {
  padding: 55px 0px 80px 0px;
}

.contact-us-title {
  max-width: 736px;
  margin: 0 auto;
}
.contact-us-title .five-zero {
  text-align: center;
  padding-bottom: 30px;
}
.contact-us-title p {
  text-align: center;
}

.contact-us-form {
  max-width: 736px;
  margin: 0 auto;
  padding-top: 20px;
}
.input-data {
  display: flex;
  gap: 36px;
  margin-bottom: 18px;
}
.input-data textarea,
.contact-us-form input[type="submit"],
.input-data input {
  border-radius: 10px;
  border: 1px solid #ececec;
  background: #f8f8f8;
  padding: 10px 26px;
  outline: none;
  color: #6a6a6a;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  transition: 0.3s ease-in;
}
.contact-us-form input[type="submit"]:hover {
  background-color: #228b22;
}
.input-data textarea {
  height: 132px;
}

.contact-us-form input[type="submit"] {
  background-color: #fd7d01;
  border: none;
  margin-top: 32px;
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  border-radius: 200px;
}

/* qoutes css */

.contact-us-section.quotes {
  padding-bottom: 115px;
  padding-top: 0px;
}

.main-quote {
  display: flex;
  /* padding-top: 100px; */
  position: relative;
}
.main-quote-data {
  position: relative;
}
.main-quote-data::after {
  position: absolute;
  content: "";
  width: calc(50% + 15px);
  height: 100%;
  background: #1f4597;
  top: 0;
  right: 0;
  z-index: -1;
}
.quote-content {
  max-width: 800px;
  width: 100%;
  padding-left: 64px;
  background: #1f4597;
  padding-top: 100px;
}
.quote-form {
  padding-right: 64px;
  padding-top: 100px;
}
.quote-form .light {
  color: #6a6a6a;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  text-transform: uppercase;
  text-align: left;
}
.quote-form .five-zero {
  text-align: left;
}
.quote-form p {
  text-align: left;
}
.quote-form .contact-us-form {
  padding-top: 40px;
}
.quote-content p {
  color: #fff;
  padding-bottom: 15px;
}

/* faq css start */

.top-grid {
  padding: 100px 0px 75px 0px;
  background: rgba(229, 126, 26, 0.04);
}
.all-grid-layout {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
.grid-element {
  max-width: 500px;
  width: 100%;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.1);
  min-height: 328px;
  padding: 35px 52px 54px 53px;
}
.icon-grid {
  display: block;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 15px;
}
.content-grid h3 {
  color: #1f4597;
  text-align: center;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 2px;
  border-bottom: 1px solid #1f4597;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 22px;
  padding-top: 0px;
}
.content-grid p {
  max-width: 365px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.acredean-container {
  max-width: 1125px;
  width: 100%;
  margin: 0 auto;
  padding-top: 65px;
  padding-bottom: 80px;
}
.grid-acrdean {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  cursor: pointer;
}
.accordean-holder {
  border-radius: 10px;
  border: 1px solid #ececec;
  background: #f8f8f8;
  padding: 25px 40px;
  margin-bottom: 17px;
  padding-bottom: 0px;
}
h4.faq-title {
  color: #000;
  font-family: Poppins;
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  letter-spacing: 0.2px;
}

.acrdean-maindata p {
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 25px;
}
.acrdean-maindata {
  padding-bottom: 15px;
}
.icon-acrdn {
  transition: 0.3s ease-in;
}
.grid-acrdean.activeacrdean .icon-acrdn {
  transform: rotate(-90deg);
}
.faq-data {
  padding-top: 70px;
}
.faq-title p {
  padding-bottom: 0px;
}
.faq-title {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.faq-title p {
  text-align: center;
  padding-top: 25px;
  color: #a0a0a0;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 26px */
}
.faq-title .five-zero {
  padding-bottom: 0px;
}
.grid-acrdean .faq-title {
  width: 100%;
  max-width: 100%;
}
.acredean-container .acrdean-holder:last-child {
  margin-bottom: 0px;
}
.faq-title .five-zero {
  text-align: center;
}
.acredean-container .acrdean-holder:last-child .accordean-holder {
  margin-bottom: 0px;
}
.bootom-content {
  background: rgba(34, 139, 34, 0.04);
  padding: 75px 0px;
}
.four-zero {
  color: #228b22;
  font-family: "Abril Fatface";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  letter-spacing: 0.4px;
  text-align: center;
  margin-bottom: 25px;
}
.bottom-title p {
  text-align: center;
  padding-bottom: 0px;
  color: #a0a0a0;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 26px */
  letter-spacing: 0.26px;
}
li.menu-item-has-children.current-menu-item ul.sub-menu li a {
  color: #fff;
}

/* sahil css end */

/* umesh css*/

:root {
  --fs-50: 50px;
}
p {
  line-height: normal;
}
.raq-box {
  background: linear-gradient(90deg, #1f4597 0%, #5bc4e1 100%);
  padding: 48px 0 40px;
}
.raq-grid {
  display: flex;
  align-items: center;
  gap: 92px;
  justify-content: center;
}
.raq-heading {
  color: #fff;
  font-family: "Abril Fatface";
  font-size: var(--fs-30);
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.raq-form {
  max-width: 638px;
  width: 100%;
}
.raq-form-grid {
  display: flex;
  gap: 15px;
}
.raq-form-grid input[type="email"] {
  height: 50px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  border-radius: 100px;
  font-family: Poppins;
  border: none;
  padding: 10px 20px;
}
.raq-form-grid input[type="submit"] {
  background: #1e1e1e;
  color: #fff;
  text-align: center;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 100px;
  border: none;
  max-width: 215px;
  height: 50px;
  font-family: Poppins;
}
.main-footer {
  padding: 36px 0 58px;
  background-size: cover;
}
.footer-box {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.footer-logo {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.footer-links {
  padding: 6px 12px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  max-width: 580px;
  width: 100%;
  margin: 20px auto 0;
}
.footer-links ul {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.footer-links ul li a {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: normal;
}
.footer-detail-grid {
  margin-top: 80px;
  display: flex;
  gap: 60px;
  justify-content: center;
}
.footer-detail {
  max-width: 360px;
  width: 100%;
}
.footer-detail:first-child {
  max-width: 260px;
}
.footer-detail p {
  padding-bottom: 6px;
}
.footer-detail a {
  display: flex;
  align-items: start;
  gap: 10px;
  color: #fff;
  font-family: Poppins;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: normal;
}
.footer-copyright {
  background: #1e1e1e;
}
.footer-copyright p {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 0;
}
.footer-copyright p a {
  color: #fff;
}
.background-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background-banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homevideo-sec.inner-banner::after {
  background: #000000a3;
  opacity: 0.5;
}
.homevideo-sec.inner-banner .home-data {
  max-width: 480px;
  bottom: 100px;
}
/* umesh css end */

p.color-grey {
  text-transform: uppercase;
}

/* poup our work */

section.our-work-poup {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: #0202028c;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-work .swiper-button-next::after,
.our-work .swiper-button-prev::after {
  display: none !important;
}

.our-work .swiper-button-next,
.our-work .swiper-button-prev {
  width: 80px;
  height: 80px;
}

.poup-slider {
  max-width: 100%;
  width: 100%;
  height: 756px;
}
.poup-slider .swiper-wrapper,
.poup-slider .swiper-slide,
.poup-slider .main-slide-poup,
.poup-slider .our-work {
  height: 100%;
}
.poup-slider .swiper-wrapper,
.poup-slider .swiper-slide,
.poup-slider .main-slide-poup {
  border-radius: 16px;
}
.poup-slider .main-slide-poup {
  overflow: hidden;
}

.poup-slider .main-slide-poup img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

span.closeme {
  position: fixed;
  width: 100%;
  height: 100%;
  /* background: red; */
}
section.our-work-poup {
  display: none;
}
.our-work-poup.show {
  display: flex;
  animation: 0.9s ease-in animte-drop-down;
}

@keyframes animte-drop-down {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%
    );
    clip-path: polygon(
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%
    );
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(
      0 0,
      50% 0,
      100% 0,
      100% 50%,
      100% 100%,
      50% 100%,
      0 100%,
      0 50%
    );
    clip-path: polygon(
      0 0,
      50% 0,
      100% 0,
      100% 50%,
      100% 100%,
      50% 100%,
      0 100%,
      0 50%
    );
  }
}


.op-project{
  cursor: pointer;
}

.poup-slider{
  position: relative;
}

span.closepoup {
  position: absolute;
  top: -47px;
  right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.poup-slider .main-slide-poup video{
  object-fit: cover;
}