@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&family=League+Spartan:wght@100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");

* {
  font-family: "League Spartan", sans-serif;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.bannerImg img {
  width: 100%;
}

.customHeader {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 11;
  background: linear-gradient(180deg, #f4f4f4, transparent);
  backdrop-filter: blur(15px);
  transition: 0.8s all;
  border-bottom: 1px solid #f4f4f4;
}

.customHeader .navbar-nav {
  width: fit-content;
  margin: auto;
  background: #ffffff7a;
  gap: 20px;
  padding: 0px 30px;
  border-radius: 10px;
  /* backdrop-filter: blur(21px); */
  border: 1px solid #0000000a;
  transition: 0.8s all;
}

.customHeader .navbar-nav a {
  padding: 0px !important;
  font-size: 16px;
  color: #222;
  font-family: "Roboto Flex";
  letter-spacing: 1px;
  font-weight: 500;
}

.customHeader .navbar-nav li {
  padding-right: 20px !important;
  border-right: 1px solid #0000000a;
  padding-top: 15px;
  padding-bottom: 15px;
  position: unset;
}

.customHeader .navbar-nav li:last-child {
  padding: 15px 0px;
  border-right: 0px;
  padding-right: 0px !important;
}

.customHeader .navbar-brand {
  border-top: 5px solid #00509e;
  padding: 0px 15px;
  margin: 0px;
  transition: 0.8s ease-in-out;
  transform: translate(0px, 0px) scale(1);
  position: relative;
  z-index: 11111111;
}

.customHeader nav {
  padding: 15px 0px;
  backdrop-filter: blur(3px);
  transition: 0.8s all;
}

.headerBtn {
  padding: 15px 30px;
  background: #ffffff7a;
  text-decoration: unset;
  text-transform: capitalize;
  border-radius: 10px;
  border: 1px solid #0000000a;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #222;
  font-family: "Roboto Flex";
  transition: 0.8s all;
}

footer {
  padding: 80px 0px 0px;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
}

footer .footerLinks {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footerLinks ul {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0px;
}

.footerLinks ul li a,
.footerLinks li {
  text-decoration: unset;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.5px;
  opacity: 0.9;
  padding: 0px;
  transition: 0.8s ease;
  font-family: "Roboto Flex";
}

footer .footerLinks h5 {
  margin: 0px;
  font-size: 22px;
  font-weight: 600;
  font-family: "Roboto Flex";
  color: #000;
  padding-bottom: 15px;
  border-bottom: 1px solid #00000012;
}

footer:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fbfafc;
  top: 0;
  backdrop-filter: blur(5px);
  opacity: 1;
}

footer .container {
  position: relative;
}

.footerRow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 55px;
  padding-bottom: 45px;
  border-bottom: 1px solid #00000012;
}

.footer-logo img {
  padding: 0px 15px;
  border-top: 5px solid #00509e;
}

.footerLinks ul li a i {
  font-size: 13px;
  font-weight: 600;
  margin-right: 10px;
  color: #00509e;
}

footer .footerLinks li {
  flex-direction: column;
  display: flex;
}

footer .footerLinks li span {
  font-size: 18px;
  font-weight: 600;
  color: #00509e;
}

.copyRight p {
  margin: 0px;
  text-align: center;
  color: #222;
  font-size: 16px;
  font-weight: 600;
}

.copyRight {
  padding: 25px 0px 20px;
  background: #2222;
  border-top: 1px solid #00000012;
  display: grid;
  grid-template-columns: 1fr auto;
}

.socialLinks ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.socialLinks ul li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #0000002e, #00509e);
  border-radius: 7px;
}

.socialLinks ul li a {
  display: flex;
  text-decoration: unset;
  color: #fff;
}

.footerGrid {
  display: flex;
  flex-direction: column;
  gap: 55px;
}

/*  */
.services {
  /* width: 100%; */
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  background: #f5f6f4;
}

.services > * {
  flex-grow: 1;
}

.circle--rotate {
  border-radius: 50%;
  border: 1px #2222 solid;
  width: 43%;
  height: 43%;
  margin: 0 auto 0;
  position: absolute;
  transform: rotate(0deg);
  z-index: 0;
  padding: 0;
  left: 50%;
  top: 75%;
  margin-top: 0;
  margin-left: -20%;
}

.circle--rotate > li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  z-index: 10;
  visibility: hidden;
}

.circle--rotate > li .icon {
  visibility: visible;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  height: 15%;
  width: 15%;
  margin: -7.5% auto;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
}

.circle--rotate > li i {
  color: #ffffff;
  font-size: 24px;
  margin: auto;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: table;
}

.circle--rotate > li i::before {
  display: table-cell;
  vertical-align: middle;
}

.circle--rotate > li img {
  margin: auto;
}

.circle--slider {
  position: relative;
  height: 100%;
  z-index: 1;
}

.circle--slider .rotate--circle {
}

.circle--slider .circle--rotate > li div {
  position: relative;
  overflow: visible;
  border: 1px solid #2222;
  padding: 15px;
  background: #ffffff;
  filter: grayscale(1);
}

.circle--slider .circle--rotate > li div span {
  transform: rotate(0deg);
  transition: all 2s;
  opacity: 0;
}

.circle--slider .circle--rotate > li.active div {
  font-size: 20px;
  background: #fff;
  transition: all 1s;
  outline: 2px solid #78af62;
  width: 150px;
  height: 150px;
  /* filter: unset; */
  display: flex;
  align-items: center;
  filter: grayscale(0);
}

.circle--slider .circle--rotate > li.active div span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  z-index: -1;
  opacity: 1;
}

.circle--slider .circle--rotate > li.active div span:before {
  position: absolute;
  height: 1px;
  top: -50%;
  right: 140%;
  bottom: 0;
  margin: auto;
  content: "";
  width: 30%;
  height: 30%;
  filter: blur(3px);
  opacity: 0.7;
  border: 6px solid #f48e2a;
  z-index: -1;
}

.circle--slider .circle--rotate > li.active div span:after {
  position: absolute;
  height: 1px;
  top: 100%;
  left: 130%;
  bottom: 0;
  margin: auto;
  content: "";
  width: 40%;
  height: 40%;
  border-radius: 50%;
  opacity: 0.7;
  border: 8px solid #fe9290;
  z-index: 5;
}

.circle--slider .count2 li:nth-child(2) {
  transform: rotate(180deg);
}

.circle--slider .count3 li:nth-child(2) {
  transform: rotate(120deg);
}

.circle--slider .count3 li:nth-child(3) {
  transform: rotate(240deg);
}

.circle--slider .count4 li:nth-child(2) {
  transform: rotate(90deg);
}

.circle--slider .count4 li:nth-child(3) {
  transform: rotate(180deg);
}

.circle--slider .count4 li:nth-child(4) {
  transform: rotate(270deg);
}

.circle--slider .count5 li:nth-child(2) {
  transform: rotate(72deg);
}

.circle--slider .count5 li:nth-child(3) {
  transform: rotate(144deg);
}

.circle--slider .count5 li:nth-child(4) {
  transform: rotate(216deg);
}

.circle--slider .count5 li:nth-child(5) {
  transform: rotate(-72deg);
}

.circle--slider .count6 li:nth-child(2) {
  transform: rotate(60deg);
}

.circle--slider .count6 li:nth-child(3) {
  transform: rotate(120deg);
}

.circle--slider .count6 li:nth-child(4) {
  transform: rotate(180deg);
}

.circle--slider .count6 li:nth-child(5) {
  transform: rotate(240deg);
}

.circle--slider .count6 li:nth-child(6) {
  transform: rotate(-60deg);
}

.circle--slider .count7 li:nth-child(2) {
  transform: rotate(51.5deg);
}

.circle--slider .count7 li:nth-child(3) {
  transform: rotate(103deg);
}

.circle--slider .count7 li:nth-child(4) {
  transform: rotate(154.5deg);
}

.circle--slider .count7 li:nth-child(5) {
  transform: rotate(206deg);
}

.circle--slider .count7 li:nth-child(6) {
  transform: rotate(-103deg);
}

.circle--slider .count7 li:nth-child(7) {
  transform: rotate(-51.5deg);
}

.circle--slider .count8 li:nth-child(2) {
  transform: rotate(45deg);
}

.circle--slider .count8 li:nth-child(3) {
  transform: rotate(90deg);
}

.circle--slider .count8 li:nth-child(4) {
  transform: rotate(135deg);
}

.circle--slider .count8 li:nth-child(5) {
  transform: rotate(180deg);
}

.circle--slider .count8 li:nth-child(6) {
  transform: rotate(-135deg);
}

.circle--slider .count8 li:nth-child(7) {
  transform: rotate(-90deg);
}

.circle--slider .count8 li:nth-child(8) {
  transform: rotate(-45deg);
}

.circle--slider .count9 li:nth-child(2) {
  transform: rotate(40deg);
}

.circle--slider .count9 li:nth-child(3) {
  transform: rotate(80deg);
}

.circle--slider .count9 li:nth-child(4) {
  transform: rotate(120deg);
}

.circle--slider .count9 li:nth-child(5) {
  transform: rotate(160deg);
}

.circle--slider .count9 li:nth-child(6) {
  transform: rotate(-160deg);
}

.circle--slider .count9 li:nth-child(7) {
  transform: rotate(-120deg);
}

.circle--slider .count9 li:nth-child(8) {
  transform: rotate(-80deg);
}

.circle--slider .count9 li:nth-child(9) {
  transform: rotate(-40deg);
}

.circle--slider .count10 li:nth-child(2) {
  transform: rotate(36deg);
}

.circle--slider .count10 li:nth-child(3) {
  transform: rotate(72deg);
}

.circle--slider .count10 li:nth-child(4) {
  transform: rotate(108deg);
}

.circle--slider .count10 li:nth-child(5) {
  transform: rotate(144deg);
}

.circle--slider .count10 li:nth-child(6) {
  transform: rotate(-180deg);
}

.circle--slider .count10 li:nth-child(7) {
  transform: rotate(-144deg);
}

.circle--slider .count10 li:nth-child(8) {
  transform: rotate(-108deg);
}

.circle--slider .count10 li:nth-child(9) {
  transform: rotate(-72deg);
}

.circle--slider .count10 li:nth-child(10) {
  transform: rotate(-36deg);
}

.circle--slider .animate-wrapper {
  height: 444px !important;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -60%);
  z-index: -1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.circle--slider .animate.active .animate-more {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.circle--slider .prev,
.circle--slider .next {
  position: absolute;
  bottom: 0;
  margin-bottom: 100px;
  display: block;
  text-align: center;
  cursor: pointer;
}

.circle--slider .prev span,
.circle--slider .next span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  font-weight: 700;
}

.circle--slider .prev {
  left: 10%;
  width: 70px;
  height: 70px;
  background: #97c851;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  border: 1px solid #00000038;
}

.circle--slider .next {
  right: 10%;
  width: 70px;
  height: 70px;
  background: #97c851;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  border: 1px solid #00000038;
}

.circle--slider .circle--rotate > li div img {
  width: 100%;
  transform: scale(1);
}

.circle--slider .animate-wrapper .animate {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: 0.8s ease-in-out;
}

.circle--slider .animate-wrapper .animate.active {
  opacity: 1;
}

.circle--slider .prev span {
  color: #fff;
}

.circle--slider .next span {
  color: #ffff;
}

.circle--slider .animate-wrapper h2 {
  margin: 0px;
  transform: translate(0%, -181px);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  color: #000;
  padding: 12px 20px;
  border-radius: 10px;
  text-transform: uppercase;
  font-family: "League Spartan", sans-serif;
  background: #97c85140;
}

.banenrDesign {
  height: 100vh;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.bannerContent h1,
.bannerContent h1 span {
  margin: 0px;
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  line-height: 80px;
  font-family: "Big Shoulders", sans-serif;
  color: #000;
}

.bannerImg {
  position: absolute;
  z-index: 1;
  max-width: 330px;
  transform: rotate(45deg) translate(320px, -60px);
}

.bannerImg img {
  width: 100%;
}

.bannerWrapper {
  position: relative;
  align-items: center;
  justify-content: center;
}

.bannerContent p {
  max-width: 60%;
  margin: 20px auto 0px;
  text-align: center;
  font-size: 16px;
  font-family: "Roboto Flex";
  line-height: 30px;
  color: #000;
}

.services:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
  background-size: 100% 100%;
  /* opacity: 0.8; */
  background: linear-gradient(180deg, #ffffff 50%, #00509e91);
}

.bannerContent h1 span {
  color: #000;
}

.services:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /* background: url("https://mortar-next-js.vercel.app/_next/static/media/home4-banner-bg.41e2b20b.png"); */
  mix-blend-mode: difference;
  background-size: 100% 100%;
  filter: blur(8px);
  opacity: 0.1;
}

.samePending {
  padding: 100px 0px;
}

.secTitle,
.aboutSmallTitle {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.secTitle h5,
.aboutSmallTitle span {
  color: #00509e;
  font-size: 16px;
  font-family: "Roboto Flex";
  font-weight: 700;
  position: relative;
}

.secTitle h5:after,
.aboutSmallTitle span:after {
  width: 60px;
  height: 2px;
  position: absolute;
  content: "";
  background: #00509e;
  bottom: 0;
  margin-left: 10px;
}

.secTitle h1,
.secTitle h2 {
  font-size: 65px;
  font-weight: 800;
  font-family: "Big Shoulders";
  letter-spacing: 1px;
  line-height: 80px;
  margin: 0px;
  color: #000;
}

.desc {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  justify-content: center;
}

.desc h2,
.desc p strong {
  margin: 0px;
  line-height: 40px;
  font-size: 30px;
  color: #000;
  font-family: "League Spartan";
}

.desc p,
.desc .se2-text-big {
  margin: 0px;
  line-height: 28px;
  font-size: 15px;
  font-family: "Roboto Flex";
  color: #666;
  padding: 0px;
}

.secTitle h1 span,
.secTitle h2 span {
  font-family: "Big Shoulders";
  font-weight: 900;
  background: linear-gradient(to right, #98c853 0%, #00509e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.desc h2 span {
  font-weight: 600;
  color: #97c851;
}

.aboutContent {
  margin-bottom: 50px;
}

.aboutImg img {
  width: 100%;
}

.aboutImg {
  margin-right: 30px;
  position: relative;
}

.shapeIcon {
  position: absolute;
  bottom: 30px;
  left: -100px;
}

.secTitle:before {
  content: "";
  background: url("https://template.dsngrid.com/mexdot/light/assets/img/dotted.svg");
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
  z-index: -1;
  height: 300px;
  top: -40px;
  left: -20%;
}

.bgGrey {
  background: #efeef347;
}

.solutionGrid {
  padding: 40px 0px 40px 40px;
  border-left: 1px solid #3535351a;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
  padding-left: 50px;
}

.solutionItem {
  padding: 0px;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.solutionItem h3 {
  margin: 0px;
  font-size: 18px;
  font-family: "Roboto Flex";
  line-height: 1.5;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 600;
}

.solutionItem p {
  margin: 0px;
  line-height: 28px;
  font-size: 15px;
  font-family: "Roboto Flex";
  color: #666;
}

.solutionItem h3 span {
  font-family: "Big Shoulders";
  font-size: 35px;
  font-weight: 800;
  color: #00509e;
}

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

.servicesImg {
  height: 100%;
}

.solutionItem:before {
  content: "";
  position: absolute;
  top: 70px;
  left: -60px;
  background: url("../images/dot-green-icon.svg") no-repeat;
  background-position: left center;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.servicesSec .aboutContent {
  position: sticky;
  top: 200px;
}

.bigText {
  font-size: 100px;
  font-weight: 900;
  font-family: "Big Shoulders";
  text-align: center;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  background: linear-gradient(to right, #98c853 0%, #00509e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1440px) {
  .bigText {
    font-size: 120px;
  }
}

.bigText p {
  font-size: 25px;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
  vertical-align: middle;
  margin: 0px;
  display: flex;
  align-items: center;
  line-height: 1;
}

/* animation: scrollText 10s linear infinite;
}
.bigText p span {
  font-size: 60px;
  position: relative;
  top: 15px;
  line-height: 0px;
  margin-left: 25px;
} */

@keyframes scrollText {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

/* 
.productGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
} */

.productItem .productImage img {
  width: 100%;
  object-fit: scale-down;
  border-radius: 10px;
  max-height: 413px;
  min-height: 413px;
}

.productItem {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.8s all;
}

.productImage {
  padding: 10px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.spanTag p {
  margin: 0px;
  padding: 2px 10px;
  background: #d9ebc3;
  border-radius: 10px;
  color: #00509e;
  font-family: "Roboto Flex";
  font-weight: 700;
  font-size: 14px;
}

.spanTag {
  position: absolute;
  top: 20px;
  left: 20px;
}

.productContent h4,
.NewsContent h5 {
  margin: 0px;
  font-size: 16px;
  font-family: auto;
  color: #000;
  font-family: "Roboto Flex";
  font-weight: 800;
  transition: 0.8s all;
}

.productContent,
.NewsContent {
  padding: 25px;
  text-align: center;
}

.productSec {
  position: relative;
}

.productSec:before {
  content: "";
  width: 500px;
  height: 100%;
  background: #ededed;
  position: absolute;
  top: 0;
  z-index: 1;
}

.productSec .container {
  position: relative;
  z-index: 1;
}

.productSec .swiper-button-prev,
.testimonialSec .swiper-button-prev,
.systemOverviewSwiper .swiper-button-prev {
  left: 0;
  width: 60px;
  height: 60px;
  background: #0000003b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
}

.productSec .swiper-button-prev::after,
.testimonialSec .swiper-button-prev::after,
.systemOverviewSwiper .swiper-button-prev::after,
.productSec .swiper-button-next::after,
.testimonialSec .swiper-button-next::after,
.systemOverviewSwiper .swiper-button-next::after {
  font-size: 15px;
  color: #fff;
}

.productSec .swiper-button-next,
.testimonialSec .swiper-button-next,
.systemOverviewSwiper .swiper-button-next {
  right: 0;
  width: 60px;
  height: 60px;
  background: #0000003b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
}

.brandDeal .aboutContent {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0px;
}

.brandDeal .desc {
  padding-left: 150px;
}

.brandDealGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 80px 0px;
  gap: 35px;
}

.brandDealItem .brandDealImage img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  padding: 15px;
}

.brandDealItem {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 25px;
  align-items: center;
  border: 1px solid #f4f4f4;
  background: #fff;
}

.brandDealItem .brandDealContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px 0px;
}

.brandDealItem .brandDealImage {
  background: #f4f4f4;
  height: 100%;
}

.brandDealItem .brandDealContent p {
  margin: 0px;
  line-height: 28px;
  font-size: 15px;
  font-family: "Roboto Flex";
  color: #666;
}

.brandDealContent img {
  max-width: 100px;
}

.brandDeal .bottomBtn {
  display: flex;
  justify-content: center;
}

.bottomBtn .headerBtn {
  background: #222;
  border: 0px;
  color: #fff;
}

.brandDeal:after,
.testimonialSec:after,
.FaqSec:after,
.newsSec:after {
  content: "";
  background: url("../images/gra-blue-QQ5lCnAa.png");
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
}

.brandDeal,
.testimonialSec,
.FaqSec,
.newsSec {
  position: relative;
}

.TestimonialsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
}

.TestimonialsItem .profileImg img {
  width: 100%;
  border-radius: 100px;
}

.profileWrapper {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 35px;
  align-items: center;
  background: #f4f4f4;
  border-radius: 100px;
  border: 2px solid #9393930d;
}

.profileImg {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  overflow: hidden;
  transform: scale(1.2);
  background: linear-gradient(to right, #98c853bd 0%, #00509ea8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.profileWrapper .profileContent {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.profileWrapper .profileContent h6,
.profileWrapper .profileContent h5 {
  margin: 0px;
}

.profileWrapper .profileContent h5 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
}

.profileWrapper .profileContent h6 {
  font-size: 14px;
  font-family: "Roboto Flex";
  color: #444;
  font-weight: 500;
}

.TestimonialsItem .contentWrapper {
  padding: 30px;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
  gap: 25px;
  border-radius: 30px;
  border: 2px solid #4444440d;
  max-height: 224px;
}

.TestimonialsItem .contentWrapper .logo {
  max-height: 51px;
  min-height: 51px;
}

.TestimonialsItem .contentWrapper .logo img {
  height: 100%;
  max-height: 51px;
}

.TestimonialsItem .contentWrapper .content p {
  margin: 0px;
  line-height: 28px;
  font-size: 15px;
  font-family: "Roboto Flex";
  color: #000;
  letter-spacing: 0.4px;
}

.TestimonialsItem {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.profileImg span {
  font-size: 20px;
  font-family: "Roboto Flex";
  font-weight: 600;
  color: #fff;
}

.OurApplicatonGrid {
  padding: 40px 0px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}

.OurApplicatonGrid .OurApplicatonImage img {
  width: 100%;
}

.OurApplicatonGrid .OurApplicatonContent {
  padding: 20px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, hsl(0deg 0% 0% / 74.12%), transparent);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}

.OurApplicatonGrid .OurApplicatonItem {
  max-height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.OurApplicatonGrid .OurApplicatonItem .OurApplicatonImage {
  height: 100%;
}

.OurApplicatonGrid .OurApplicatonItem .OurApplicatonImage img {
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.OurApplicatonGrid .OurApplicatonContent h5 {
  color: #fff;
  margin: 0px;
  text-transform: capitalize;
  font-family: "Roboto Flex";
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
}

.OurApplicatonGrid .OurApplicatonItem:nth-child(1) {
  grid-column: 1 / 3;
}

.OurApplicatonGrid .OurApplicatonItem:nth-child(6) {
  grid-column: 3 / 5;
}

.OurApplicatonGrid .OurApplicatonItem:nth-child(7) {
  grid-column: 2 / 5;
}

.customHeader .navbar-brand img {
  border: 1px solid #0000000a;
  border-radius: 0px 0px 10px 10px;
}

.productWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.productWrapper img {
  animation: zoom-in-zoom-out 4s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

.productOne {
  position: absolute;
  left: 4%;
  top: 0%;
  max-width: 150px;
}

.productTwo {
  position: absolute;
  right: 4%;
  top: 20%;
  max-width: 150px;
}

.productTwo img {
  width: 100%;
}

.productOne img {
  width: 100%;
}

.productThree {
  position: absolute;
  left: 20%;
  top: 300px;
  max-width: 150px;
}

.productFour {
  position: absolute;
  right: 20%;
  top: 300px;
  max-width: 150px;
}

.productThree img {
  width: 100%;
}

.productFour img {
  width: 100%;
}

button {
  border: 0px;
}

.FaqGrid .accordion-item {
  border: 0px;
  border-radius: 0px !important;
}

.FaqGrid .accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.FaqGrid .accordion-item .accordion-button.collapsed {
  padding: 25px;
  border: 1px solid #00509e38;
  border-radius: 0px;
  font-size: 18px;
  color: #000;
  box-shadow: 0px 0px;
  background: #fff;
  font-weight: 500;
  font-family: "Roboto Flex";
}

.FaqGrid .accordion-item .accordion-button {
  border: 1px solid transparent;
  border-radius: 0px;
  color: #fff;
  background: linear-gradient(45deg, #00509e, #b9da8d);
  border-right: 0px;
  padding: 25px;
  font-size: 18px;
  box-shadow: 0px 0px;
  font-weight: 500;
  font-family: "Roboto Flex";
}

.FaqGrid .accordion-item .accordion-body {
  padding: 25px;
  background: #f4f4f4;
  line-height: 28px;
  border: 1px solid #0000001f;
  border-top: 0px;
  line-height: 30px;
  font-size: 16px;
  font-family: "Roboto Flex";
  color: #000;
}

.FaqGrid .accordion-item .accordion-button:not(.collapsed)::after {
  filter: grayscale(1);
}

.NewsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.NewsItem .NewsImage img {
  width: 100%;
}

.NewsItem {
  border: 1px solid;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 20px;
  overflow: hidden;
}

.NewsImage {
  padding: 10px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.NewsContent {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}

.NewsContent h5 {
  margin: 0px;
  line-height: 30px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.NewsContent p {
  line-height: 30px;
  font-size: 16px;
  font-family: "Roboto Flex";
  color: #000;
  margin: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.certificateSec {
  padding: 35px 0px;
  position: relative;
  border-top: 4px solid #f4f4f4;
}

.certificateGrid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 25px;
  align-items: center;
}

.certificateContent p {
  margin: 0px;
  font-size: 45px;
  font-weight: 800;
  font-family: "Big Shoulders";
  letter-spacing: 1px;
  line-height: 80px;
  margin: 0px;
  color: #000;
}

.certificateContent {
  display: flex;
  align-items: center;
}

.darkHeader {
  background: linear-gradient(180deg, transparent, #2222);
  border-bottom: 1px solid #2222;
}

.darkHeader .navbar-nav,
.darkHeader a.headerBtn {
  background: #fffffffa;
}

.breadCrums {
  padding: 40px 0px 50px;
  margin-top: 127px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-bottom: 14px solid #aff42b;
}

.breadContent h1 {
  font-size: 45px;
  font-weight: 800;
  font-family: "Big Shoulders";
  letter-spacing: 1px;
  line-height: 45px;
  margin: 0px;
  color: #000;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.breadCrums .area-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .breadCrums .area-lines {
    display: none;
  }
}

.breadCrums .area-lines .line-1 {
  left: calc(0% - 50px);
}

.breadCrums .area-lines .line-1,
.breadCrums .area-lines .line-2 {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(14, 15, 17, 0.06);
  top: 0;
}

.breadCrums .area-lines .line-2 {
  left: calc(25% - 15px);
}

.breadCrums .area-lines .line-3 {
  left: calc(25% + 15px);
}

.breadCrums .area-lines .line-3,
.breadCrums .area-lines .line-4 {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(14, 15, 17, 0.06);
  top: 0;
}

.breadCrums .area-lines .line-4 {
  left: calc(50% - 15px);
}

.breadCrums .area-lines .line-5 {
  left: calc(50% + 15px);
}

.breadCrums .area-lines .line-5,
.breadCrums .area-lines .line-6 {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(14, 15, 17, 0.06);
  top: 0;
}

.breadCrums .area-lines .line-6 {
  left: calc(75% - 15px);
}

.breadCrums .area-lines .line-7 {
  left: calc(75% + 15px);
}

.breadCrums .area-lines .line-7,
.breadCrums .area-lines .line-8 {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(14, 15, 17, 0.06);
  top: 0;
}

.breadCrums .area-lines .line-8 {
  left: calc(100% + 50px);
}

.breadContent span {
  margin: 0px;
  transform: translate(0%, -181px);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #222;
  padding: 8px 14px;
  border-radius: 10px;
  font-family: "Roboto Flex";
  background: linear-gradient(90deg, #c9e0f4, #00509e00);
  font-style: italic;
}

.breadContentWrapper {
  display: grid;
  grid-template-columns: 1fr auto;
}

.breadContentRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.breadContentRight ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.breadContentRight .breadContentImg {
  max-width: 120px;
  animation: spinner 9s linear infinite;
}

.breadContentRight .breadContentImg img {
  width: 100%;
  opacity: 0.09;
}

.breadContentRight ul li,
.breadContentRight ul li a {
  font-size: 16px;
  font-family: "Roboto Flex";
  font-weight: 600;
}

.breadContentRight ul li.active {
  color: #00509e;
}

@keyframes spinner {
  to {
    transform: rotate(1turn);
  }
}

.breadCrums:before {
  content: "";
  background-image: url("../images/gra-green-D9X_OMB_.png");
  position: absolute;
  width: 500px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  left: -100px;
  z-index: -1;
}

.breadCrums:after {
  content: "";
  background-image: url("../images/gra-blue-QQ5lCnAa.png");
  position: absolute;
  width: 500px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  right: -100px;
  z-index: -1;
}

.SolutionGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}

.SolutionItem {
  padding: 25px;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 20px;
  position: relative;
}

.SolutionItem .SolutionContent {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.SolutionItem .SolutionContent h5,
.SolutionItem .SolutionContent p {
  margin: 0px;
}

.SolutionItem .SolutionIcon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
}

.SolutionItem .SolutionIcon img {
  max-width: 31px;
}

.SolutionItem .SolutionContent h5,
.pointsGrid .pointsItem h5 {
  margin: 0px;
  line-height: 30px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  color: #000;
  font-family: "Roboto Flex";
}

.SolutionItem .SolutionContent p,
.aboutSmallTitle p,
.pointsGrid .pointsItem li,
.pointsGrid .pointsItem li p {
  line-height: 30px;
  font-size: 16px;
  font-family: "Roboto Flex";
  color: #000;
  margin: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0px;
}

.aboutSmallTitle h2,
.desc p strong {
  font-size: 25px;
  font-family: "Roboto Flex";
  font-weight: 600;
  line-height: 36px;
  margin: 0px;
}

.innerPage .aboutImg {
  margin-left: 60px;
  margin-right: 0px;
  padding: 0px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #f4f4f4;
}

.innerPage .aboutImg img {
  border-radius: 20px;
  position: relative;
  /* z-index: -1; */
  object-fit: scale-down;
}

.innerPage .aboutImg:before {
  content: "";
  width: 250px;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, transparent, #91c355, transparent);
  left: 50%;
  top: 0;
  margin-left: -125px;
  z-index: -1;
}

.innerPage .aboutImg .certfiedImg {
  position: absolute;
  bottom: 50px;
  background: #ffffffd6;
  border-top-left-radius: 14px;
  right: 0;
  border-bottom-right-radius: 16px;
  padding: 8px;
}

.innerPage .aboutImg .certfiedImg img {
  max-width: 170px;
  position: relative;
  z-index: 1;
}

.expContent {
  position: absolute;
  padding: 15px;
  font-size: 16px;
  font-family: "Roboto Flex";
  color: #fff;
  left: -30px;
  top: 80px;
  border-radius: 10px 10px 10px 0px;
  background: linear-gradient(45deg, #00509e, #98c852);
  z-index: 1;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2px;
}

.expContent:before {
  position: absolute;
  content: "";
  border-left: 20px solid transparent;
  border-top: 0px solid transparent;
  border-right: 30px solid #387c82;
  border-bottom: 24px solid transparent;
  left: -20px;
  opacity: 0.9;
  top: 54px;
  z-index: -1;
}

.TeamGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
}

.TeamItem .TeamImage img {
  width: 100%;
  height: 100%;
  max-height: 350px;
  min-height: 350px;
  object-fit: cover;
  object-position: center;
}

.TeamImage {
  border-radius: 10px;
  overflow: hidden;
}

.TeamItem {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}

.TeamItem .TeamContent {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.TeamItem .TeamContent h5 {
  margin: 0px;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto Flex";
  font-weight: 500;
  letter-spacing: 0.4px;
}

.TeamItem .TeamContent p {
  margin: 0px;
  color: #fff;
  font-size: 13px;
  font-family: "Roboto Flex";
  font-weight: 400;
  opacity: 0.9;
  line-height: normal;
  letter-spacing: 0.5px;
}

.TeamContentWrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  position: absolute;
  bottom: 0;
  padding: 10px 13px;
  background: linear-gradient(90deg, #00509e8f, #94c554a1);
  width: calc(100% - 10px);
  left: 50%;
  border-radius: 6px;
  overflow: hidden;
  backdrop-filter: blur(7px);
  align-items: center;
  gap: 6px;
  transform: translate(-50%, -6px);
}

.socialIcon svg {
  width: 30px;
  height: 30px;
}

.clientsSec {
  padding: 50px 100px;
}

.clientsGrid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(10, 1fr);
  position: relative;
}

.clientsItem {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 25px;
  max-height: 157px;
  border-radius: 20px;
  width: 100%;
  position: relative;
}

.clientsItem img {
  width: 100%;
  object-fit: scale-down;
  filter: grayscale(1);
  transition: 0.8s all;
  transform: scale(0.8);
}

.clientsItem:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
}

.AchievementsImgWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  padding-left: 40px;
}

.AchievementsImg img {
  width: 100%;
}

.formSecWrapper form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  position: relative;
}

.contactUsSec .formSecWrapper form input,
.contactUsSec .formSecWrapper form textarea {
  padding: 20px !important;
  border-radius: 8px;
  color: #444 !important;
  font-size: 14px !important;
  font-weight: 500;
  border: 1px solid #2222;
  font-family: "Roboto Flex";
  letter-spacing: 1px;
}

.formSecWrapper form input::placeholder,
.formSecWrapper form textarea::placeholder {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  font-family: "Roboto Flex";
}

.formSecWrapper form .submitbutton {
  padding: 20px 60px;
  background: #ed3237;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
}

.formSecWrapper form input:focus,
.formSecWrapper form textarea:focus {
  box-shadow: 0px 0px;
  border-color: #00509e;
}

.contact-info-list {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  background: #f4f4f4;
}

.contactImg img {
  width: 100%;
  width: 100%;
  aspect-ratio: 1 / 0.484;
  object-fit: cover;
}

.contactUsAddress {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #f4f4f4;
  margin-right: 50px;
}

.contactAddItem {
  position: relative;
  display: grid;
  align-items: center;
  border-bottom: 1px solid #00000014;
  padding-bottom: 25px;
  z-index: 1;
  gap: 24px;
  grid-template-columns: auto 1fr;
}

.AddIconn {
  position: relative;
  background-color: #aff42b;
  border-radius: 50%;
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

.AddContent {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.AddContent h5 {
  font-size: 16px;
  font-family: "Roboto Flex";
  text-transform: capitalize;
  font-weight: 600;
  margin: 0px;
  color: #000;
  letter-spacing: 0.2px;
}

.AddContent span,
.AddContent span a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "League Spartan";
  letter-spacing: 0.1px;
  line-height: 28px;
  text-decoration: unset;
}

.contactAddItem:hover .AddIconn {
  background-color: transparent;
}

.contactAddItem:hover .AddIconn::before {
  transform: scale(1);
}

.contactAddItem .AddIconn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00509e;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.contactAddItem .AddIconn img {
  position: relative;
  z-index: 1;
  max-width: 24px;
  transition: all 0.5s ease-in-out;
}

.contactAddItem:last-child {
  margin: 0px;
  border: 0px;
  padding: 0px;
}

.contactAddItemWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #00000014;
}

.contactAddItemWrapper .contactAddItem {
  padding: 0px;
  border: 0px;
  gap: 15px;
}

.formSecWrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px;
  background: #f4f4f4;
  border-radius: 20px;
}

.formSecWrapper .aboutSmallTitle h2 {
  margin: 0px;
  line-height: 36px;
}

.contactAddItem:hover .AddIconn img {
  filter: invert(1);
}

.MapFrame iframe {
  width: 100%;
  line-height: 0;
  max-height: 500px;
  border-radius: 20px;
}

.MapFrame {
  line-height: 0;
  margin-bottom: 100px;
}

.bottomBtn {
  display: flex;
}

.innerPage .productSec:before {
  display: none;
}

.innerPage .productGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.innerPage .productGrid .productImage {
  padding: 0px;
  min-height: 413px;
  max-height: 413px;
  display: flex;
  align-items: center;
}

.innerProductPage .productGrid .productImage img {
  max-height: 300px;
  min-height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.breadContent h1 p {
  margin: 0px;
  font-style: italic;
  background: linear-gradient(90deg, #00509e, #aff42b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 90px;
  font-weight: 700;
}

.certificateSec:before {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFYSURBVHgBlVSJqoQwDIxdURH8/69UUPE++pw+IjGmCztQ2mo6meZosq6rvwbleU6fz4eAJEnIex9mAGsAdsdxBFvnHFlwy7JQ3/eEmckkqSSe5znYbtt2O9FIL1BRFLc6ScDgw1mWhXVMHc4l53n6a7yMWKF2Ytk+zvl/PFTxXl5L7y114ZyPWCH4ANRoZxpQHa57jaj2rutomqY7MVqNdIxkwTaEI0aIEsHQ4ZBVwOr2fQ+ZxzqNEVZVdV+DFeo1gOpAlfA6GkP2/o1UIxpDEAFcHrwHLLJHSGQdWtmU7cfErNoidcMwUF3XNI7jS4FsP4Bt0abajuHYm/aoyeVBqzXvG+HK+oDsFD3/1HpWy/0Kp0l0MvRV9Xf97VXY/LNpmvBclWVJlg3HDSFA62FGgadW9WPftm0wwOuMN9MqE9ih5ZB9rCHAfL4A9DGCzw+vJJF4ZPj6/wcTMUgkJ9fawAAAAABJRU5ErkJggg==");
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: auto;
  z-index: -1;
  background-position: top;
  top: 0;
}

.productItem a {
  text-decoration: unset;
}

.productItem:hover {
  background: #d9ebc3;
}

.productItem:hover .productContent h4 {
  color: #00509e;
}

.footerGridBottom {
  display: flex;
  gap: 35px;
  position: relative;
  top: 25px;
  justify-content: flex-start;
}

.footerGridBottom .footerLinks ul {
  flex-direction: row;
  gap: 30px;
  padding: 15px 20px;
  border-radius: 10px;
}

.darkHeader .navbar {
  padding: 0px;
}

.darkHeader .navbar .navbar-brand {
  transform: translate(0px, 22px) scale(1.2);
}

footer .footerLinks ul li a:hover {
  color: #00509e;
  opacity: 1;
  padding-left: 5px;
}

.productDetails .aboutImg img {
  border: 1px solid #f4f4f4;
  object-fit: scale-down;
  position: relative;
  z-index: 1;
  min-height: 400px;
  max-height: 500px;
}

.productDetails .aboutImg::before {
  z-index: 1;
  background: linear-gradient(0deg, transparent, #d6e9bf, transparent);
}

.productDetails .aboutImg {
  margin: 0px 0px;
  padding: 0px;
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  margin-left: 60px;
}

.pointsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.pointsGrid .pointsItem {
  padding: 30px;
  background: #f4f4f4;
  border-radius: 20px;
  gap: 15px;
  display: flex;
  flex-direction: column;
}

.pointsGrid .pointsItem ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.pointsGrid .pointsItem h5 {
  margin: 0px;
}

.pointsGrid .pointsItem li i {
  padding-right: 6px;
  color: #00509e;
}

.taglineSec {
  border-bottom: 4px solid #f4f4f4;
}

.taglineSec .certificateContent {
  justify-content: center;
}

.TechnicalDetailsTabingWrapper {
  padding: 50px 0px 0px;
}

.TechnicalDetailsTabingWrapper ul.nav-pills {
  border-radius: 100px;
  background: linear-gradient(90deg, #91c257, transparent);
  width: fit-content;
  /* border: 1px solid #2222220a; */
}

.TechnicalDetailsTabingWrapper ul li button {
  padding: 14px 20px !important;
  border-radius: 100px !important;
  color: #444 !important;
  font-family: "Roboto Flex";
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.TechnicalDetailsTabingWrapper ul li button.active {
  background: linear-gradient(to right, #98c853 0%, #00509e 100%);
  color: #fff !important;
  background-color: transparent !important;
}

.TechnicalDetailsContentWrapper {
  margin: 50px 0px 0px;
}

.TechnicalDetailsContentWrapper {
  padding: 25px 35px;
  background: #fff;
  border: 1px solid #2222;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 45px;
  align-items: center;
}

.TechImg img {
  width: 100%;
  object-fit: scale-down;
  border-radius: 10px;
}

.TechnicalDetailsContent {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.TechnicalDetailsContent ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.TechnicalDetailsContent ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  background: #f4f4f4;
  width: fit-content;
  border-radius: 10px;
  border: 1px solid #2222;
}

.TechnicalDetailsContent ul li h4,
.TechnicalDetailsContent ul li p {
  margin: 0px;
}

.TechnicalDetailsContent ul li h4 {
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto Flex";
}

.TechnicalDetailsContent ul li p {
  font-size: 14px;
  font-family: "Roboto Flex";
  margin: 0px;
  color: #222;
  font-weight: 600;
}

.TechImg {
  background: #f4f4f4;
  padding: 12px;
  border-radius: 20px;
  max-width: 300px;
}

.ExternalCardSec .productContent {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ExternalCardSec .productContent p {
  margin: 0px;
  font-size: 16px;
  font-family: "Roboto Flex";
  color: #000;
  text-transform: capitalize;
}

.fourGrid {
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
  gap: 15px !important;
}

.ExternalCardSec .productContent p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.ProductDetailsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  padding: 40px 0px 0px 0px;
}

.ProductDetailsGrid .ProductImg {
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #f4f4f4;
  padding: 20px;
}

.taglineSec .certificateGrid {
  grid-template-columns: 1fr;
}

.taglineSec .certificateContent p {
  font-size: 30px;
  line-height: normal;
  text-transform: capitalize;
}

.coverImg img {
  object-fit: cover !important;
}

.footerGridBottom .footerLinks ul li {
  padding-right: 30px;
  border-right: 1px solid #00000012;
}

.footerGridBottom .footerLinks ul li a:hover {
  padding: 0px;
}

.copyRight .footerLinks ul {
  flex-direction: row;
}

.copyRight .copyRightWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyRight .copyRightWrapper p {
  padding-left: 200px;
}

.copyRight .footerLinks ul li {
  padding-right: 14px;
  border-right: 1px solid #00000014;
}

.copyRight .footerLinks ul li a i {
  margin: 0px;
}

.copyRight .footerLinks ul li:last-child,
.footerGridBottom .footerLinks ul li:last-child {
  padding: 0px;
  border: 0px;
}

.AboutPage.innerPage .aboutImg {
  background: transparent;
  border: 0px;
  margin-left: 60px;
  margin-right: 0px;
  padding: 50px 0px;
  overflow: visible;
}

.AboutPage.innerPage .aboutImg img {
  object-fit: cover;
}

.certificateContent p span,
.taglineSec .certificateContent p {
  font-size: 45px;
  font-weight: 800;
  font-family: "Big Shoulders";
  letter-spacing: 1px;
  line-height: normal;
  margin: 0px;
  color: #fff;
  background: linear-gradient(to right, #98c853 0%, #00509e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pointsGrid .pointsItem li p:before {
  content: "\f101";
  padding-right: 6px;
  color: #00509e;
  font-family: "Font Awesome 6 Pro";
}

#systemOverviewSlider .aboutImg {
  margin: 0px;
  min-height: 500px;
  max-height: 500px;
  background: #fff;
}

#systemOverviewSlider .aboutImg::before {
  display: none;
}

#systemOverviewSlider .aboutImg img {
  min-height: 500px;
  max-height: 500px;
}

.desc p:empty {
  display: none;
}

.pointsGrid .pointsItem li p strong {
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto Flex";
  color: #000;
}

.removeStrong p strong {
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto Flex";
  color: #666;
}

.Footer-D-none {
  display: none !important;
}

.innerProdeailsPage .ProDeailsSec:nth-child(even) {
  background: #fff !important;
}

.innerProdeailsPage .ProDeailsSec:nth-child(odd) {
  background: #efeef347 !important;
}

.ProductMobileMenu {
  display: none;
}

@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }

  .darkHeader .navbar .navbar-brand {
    transform: translate(0px, 22px) scale(1);
  }

  .bannerContent h1,
  .bannerContent h1 span {
    font-size: 40px;
    line-height: normal;
  }

  .secTitle h1,
  .secTitle h2 {
    font-size: 40px;
    line-height: normal;
  }

  .desc h2,
  .desc p strong {
    line-height: 32px;
    font-size: 22px;
  }

  .solutionItem h3 span {
    font-size: 20px;
  }

  .solutionItem h3 {
    font-size: 16px;
  }

  .bigText {
    font-size: 100px;
  }

  .productSec:before {
    width: 230px;
  }

  .productItem .productImage img {
    max-height: 300px;
    min-height: 300px;
  }

  .contactUsAddress {
    margin-right: 0px;
  }

  .contact-info-list {
    padding: 20px 15px;
  }
}

@media (max-width: 1200px) {
  .customHeader .navbar-nav {
    padding: 15px;
    gap: 15px;
  }

  .customHeader .navbar-nav li {
    padding-right: 15px;
  }

  .productOne,
  .productTwo,
  .productThree,
  .productFour {
    max-width: 90px;
  }

  .bannerContent h1,
  .bannerContent h1 span {
    font-size: 35px;
    line-height: 50px;
  }

  .circle--slider .animate-wrapper h2 {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .bannerContent p {
    max-width: 50%;
    font-size: 14px;
    line-height: 24px;
  }

  .circle--slider .circle--rotate > li.active div {
    width: 100px;
    height: 100px;
  }

  .bigText {
    font-size: 80px;
  }

  .secTitle h1,
  .secTitle h2 {
    font-size: 30px;
    line-height: normal;
  }

  .samePending {
    padding: 50px 0px;
  }

  .NewsGrid {
    gap: 15px;
  }

  .customHeader .navbar-nav a,
  .headerBtn {
    font-size: 14px;
  }

  .brandDeal .desc {
    padding-left: 0px;
  }

  .brandDealGrid {
    grid-template-columns: 1fr 1fr;
    padding: 40px 0px;
    gap: 15px;
  }

  .TeamGrid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .clientsGrid {
    grid-template-columns: repeat(7, 1fr);
  }

  .contactAddItemWrapper {
    grid-template-columns: 1fr;
    padding: 0px;
    border: 0px;
  }

  .contactAddItemWrapper .contactAddItem {
    border-bottom: 1px solid #00000014;
    padding-bottom: 25px;
  }
  .TechnicalDetailsTabingWrapper ul.nav-pills button {
    padding: 15px !important;
    font-size: 14px;
    border-radius: 10px !important;
    background: #91c257;
  }
  .TechnicalDetailsTabingWrapper ul.nav-pills {
    border-radius: 10px;
    gap: 10px;
    background: transparent;
  }
}

@media (max-width: 991px) {
  .bigText {
    font-size: 60px;
    line-height: 130px;
  }

  .brandDealItem {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .brandDealItem .brandDealContent {
    padding: 15px;
  }

  .brandDealItem .brandDealImage {
    min-height: 300px;
    max-height: 300px;
  }

  .TestimonialsItem .contentWrapper {
    padding: 20px;
    border-radius: 20px;
  }

  .TestimonialsItem {
    padding: 0px;
    gap: 15px;
  }

  .profileImg {
    transform: scale(1);
  }

  .OurApplicatonGrid {
    gap: 15px;
  }

  .OurApplicatonGrid .OurApplicatonContent h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .FaqGrid .accordion-item .accordion-button {
    padding: 15px !important;
    font-size: 16px !important;
    line-height: 25px;
  }

  .FaqGrid .accordion-item .accordion-body {
    padding: 15px;
    font-size: 14px;
  }

  .NewsGrid {
    grid-template-columns: 1fr 1fr;
  }

  footer {
    padding: 40px 0px 0px;
    border-top: 1px solid #ebeaec;
  }

  footer .footerLinks h5 {
    font-size: 16px;
  }

  .footerRow {
    gap: 45px;
    grid-template-columns: 1fr 1fr;
  }

  .TeamGrid {
    grid-template-columns: 1fr 1fr;
    padding: 30px 0px;
  }

  .clientsGrid {
    grid-template-columns: repeat(4, 1fr);
  }

  .SolutionGrid {
    gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding: 30px 0px 0px;
  }

  .Footer-D-none {
    display: block !important;
  }

  .Footer-D-Block {
    display: none !important;
  }

  footer .container {
    flex-direction: column-reverse;
    display: flex;
    gap: 25px;
  }

  footer .container .footerGridBottom {
    top: 0;
  }

  .AboutPage.innerPage .aboutImg {
    margin-left: 30px;
  }

  .copyRight .copyRightWrapper p {
    padding-left: 0px;
  }

  .breadContent h1 {
    font-size: 45px;
    line-height: 45px;
  }

  .contactUsSec .row {
    gap: 25px;
  }

  .contactUsAddress {
    border-radius: 16px;
  }

  .formSecWrapper {
    padding: 20px;
  }

  .formSecWrapper .aboutSmallTitle h2 {
    font-size: 20px;
  }

  .SolutionItem .SolutionContent p,
  .aboutSmallTitle p,
  .pointsGrid .pointsItem li,
  .pointsGrid .pointsItem li p {
    line-height: 24px;
    font-size: 14px;
  }

  .innerPage .productGrid .productImage {
    min-height: 300px;
    max-height: 300px;
  }

  .innerPage .productGrid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .pointsGrid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .pointsGrid .pointsItem {
    padding: 20px;
    border-radius: 10px;
  }
  .TechnicalDetailsContentWrapper {
    padding: 20px;
    gap: 15px;
  }
  .aboutSmallTitle h2,
  .desc p strong {
    font-size: 18px !important;
    line-height: 24px;
  }
  .TechnicalDetailsContent ul li {
    gap: 8px;
    padding: 10px 12px;
    border-radius: 4px;
  }

  .customHeader a.headerBtn {
    display: none;
  }

  .customHeader .navbar-toggler {
    background: #00509e;
    padding: 12px 15px;
    color: #fff;
    border: 0px;
    outline: 0px !important;
    box-shadow: 0px 0px !important;
  }

  .customHeader .navbar-nav {
    width: 100%;
    padding: 0px;
    gap: 0px;
    margin: 15px 0px;
  }

  .darkHeader .navbar .navbar-brand {
    transform: unset !important;
  }

  .customHeader .navbar-nav > li.nav-item {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
  }

  .customHeader .navbar-nav > li.nav-item:last-child {
    border: 0px;
  }

  li.nav-item.dropdown.mega-dropdown {
    display: none;
  }
  .ProductMobileMenu {
    display: block !important;
  }
  .ProductMobileMenu ul.dropdown-menu {
    margin: 15px 0px 0px;
    padding: 0px;
    border: 0px;
  }

  .ProductMobileMenu ul.dropdown-menu > li {
    padding: 15px !important;
    border-bottom: 1px solid #e9e9e9;
    background: #f4f4f4;
  }
  .ProductMobileMenu ul.dropdown-menu > li:last-child {
    border: 0px;
  }
  .customHeader .navbar-brand img {
    max-width: 100px;
  }

  .darkHeader .navbar {
    padding: 15px 0px;
  }
  .WhatSetsUsApartGrid {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }

  .WhatSetsUsApartItemGrid {
    gap: 15px !important;
  }
}

@media (max-width: 767px) {
  .aboutContent {
    margin-bottom: 15px;
  }

  .clientsGrid {
    grid-template-columns: repeat(3, 1fr);
  }

  .AchievementsImgWrapper {
    padding: 30px 0px 0px;
    gap: 15px;
  }

  .secTitle h5,
  .aboutSmallTitle span {
    font-size: 14px;
  }

  .desc h2,
  .desc p strong {
    line-height: 28px;
    font-size: 16px;
  }

  .footerRow {
    gap: 15px;
    grid-template-columns: 1fr;
  }

  .OurApplicatonGrid {
    grid-template-columns: 1fr 1fr;
  }

  .OurApplicatonGrid .OurApplicatonItem:nth-child(1),
  .OurApplicatonGrid .OurApplicatonItem:nth-child(6) {
    grid-column: unset !important;
  }

  .innerPage .productGrid {
    grid-template-columns: 1fr;
  }

  .productContent h4,
  .NewsContent h5 {
    font-size: 14px;
  }
  .innerPage .aboutImg {
    margin: 20px 0px 0px 0px;
  }
  .innerPage .productGrid .productImage,
  .innerPage .productGrid .productImage img {
    min-height: 400px;
    max-height: 400px;
  }
  .breadContent h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .TechnicalDetailsContentWrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .TechnicalDetailsContentWrapper .TechImg {
    margin: unset;
    width: 100%;
    max-width: 100%;
  }
  .certificateContent p,
  .certificateContent p span,
  .taglineSec .certificateContent p {
    font-size: 28px !important;
    line-height: normal;
  }
  .aboutSec .aboutImg {
    margin: 10px 0px 0px 0px;
  }

  .aboutImg .shapeIcon {
    display: none;
  }

  .aboutSec .row {
    gap: 20px;
  }

  .aboutSec .desc h2 {
    font-size: 18px;
  }
  .solutionGrid {
    padding-left: 20px;
    margin-left: 4px;
  }

  .solutionItem:before {
    left: -30px;
    top: 40px;
  }
  .bigText {
    font-size: 35px;
    line-height: 80px;
  }
  .productGrid {
    padding: 20px 0px 0px;
  }
  .secTitle h5:after,
  .aboutSmallTitle span:after {
    display: none;
  }
}

@media (max-width: 567px) {
  .TeamGrid,
  .SolutionGrid,
  .AchievementsImgWrapper {
    grid-template-columns: 1fr;
  }

  .breadContentRight .breadContentImg {
    max-width: 70px;
    position: absolute;
    top: 20%;
  }

  .breadContentWrapper {
    grid-template-columns: auto;
    gap: 25px;
  }

  .breadContent h1 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .AddIconn {
    width: 45px;
    height: 45px;
  }

  .contactAddItem .AddIconn img {
    max-width: 20px;
  }
  .pointsGrid,
  .brandDealGrid {
    grid-template-columns: 1fr;
  }

  .productSec .swiper-button-prev,
  .testimonialSec .swiper-button-prev,
  .systemOverviewSwiper .swiper-button-prev,
  .productSec .swiper-button-next,
  .testimonialSec .swiper-button-next,
  .systemOverviewSwiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .NewsGrid,
  .OurApplicatonGrid {
    grid-template-columns: 1fr;
  }
  .certificateGrid {
    grid-template-columns: auto;
    gap: 15px;
  }

  .certificateGrid .certificateLogo {
    text-align: center;
  }

  .certificateGrid .certificateLogo img {
    max-width: 160px;
  }

  .certificateContent p,
  .certificateContent p span,
  .taglineSec .certificateContent p {
    text-align: center;
    width: 100%;
    font-size: 20px !important;
  }

  .certificateSec {
    padding: 20px 0px;
  }
  .clientsGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .expContent:before {
    top: 50px;
  }
  .expContent {
    font-size: 14px;
  }
  .WhatSetsUsApartItemGrid {
    grid-template-columns: 1fr !important;
  }

  .inputWrapper {
    grid-template-columns: 1fr !important;
  }
}

/* Show mega menu on hover */
.navbar .mega-dropdown:hover .dropdown-menu {
  display: block;
}

.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  top: 90px;
  /* your brand red */
  padding-top: 38px !important;
  background: transparent;
  border: 0px;
  transition: 0.8s all;
  /* backdrop-filter: blur(15px); */
}

.ProductsMeghaMenu {
  padding: 0px 50px;
  position: relative;
  background: #ffff;
  transition: 0.8s all;
  border-top: 1px solid #f4f4f4;
  backdrop-filter: blur(15px);
  height: calc(100vh - 127px);
}

.darkHeader .mega-menu {
  top: 60px;
}

.darkHeader .ProductsMeghaMenu:before {
  content: "";
}

ul.react-tabs__tab-list {
  position: relative;
}

.ProductsMeghaMenu:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #f4f4f4ad, #fefefef5);
  position: absolute;
  left: 0;
  backdrop-filter: blur(15px);
}

.ProductsMeghaMenu .MainPageTab {
  padding: 0px;
  position: relative;
  display: flex;
  margin: 45px 0px 0px;
  gap: 25px;
}

.ProductsMeghaMenu .MainPageTab li button {
  padding: 15px 25px !important;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  display: block;
  text-decoration: unset;
  border: 1px solid #efefef;
  text-align: left;
  font-size: 16px;
  color: #222;
  font-family: "Roboto Flex";
  letter-spacing: 0.5px;
  font-weight: 500;
}

.ProductsMeghaMenu .MainPageTab li {
  flex-grow: 1;
  border: 0px;
  padding: 0px !important;
}
.ProductsMeghaMenu .tabContent {
  position: relative;
}

.ProductsMeghaMenu .tab-content {
  position: relative;
  margin: 25px 0px 0px;
  padding-top: 25px;
  border-top: 1px solid #c3c2c230;
}

.ProductsMeghaGrid {
  display: grid;
  grid-template-columns: 25% 1fr;
}

.ProductsMeghaMenu .ProductsMeghaMenuLinks ul li {
  padding: 0px !important;
  border: 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  background: #f4f4f4;
  border-radius: 14px;
  transition: 0.8s all;
}

.ProductsMeghaMenuLinks ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  padding: 0px 20px;
}

.ProductsMeghaMenuLinks ul li .tabProImg {
  background: #fff;
  padding: 15px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #f4f4f4;
  min-height: 132px;
  max-height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ProductsMeghaMenuLinks ul li .tabProImg img {
  width: 100%;
  object-fit: scale-down;
  height: 100%;
}

.ProductsMeghaMenu .ProductsMeghaMenuLinks ul li a {
  margin: 0px;
  padding: 14px 10px !important;
  font-size: 14px;
  text-decoration: unset;
  letter-spacing: 0px !important;
  text-align: center;
  color: #222;
  font-family: "Roboto Flex";
  font-weight: 700;
  transition: 0.8s all;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ProductsMeghaMenu .ProductsMeghaMenuLinks ul li:hover {
  background: #d9ebc3;
}

.ProductsMeghaMenu .ProductsMeghaMenuLinks ul li:hover a {
  color: #00509e;
}
.darkHeader .ProductsMeghaMenu {
  height: calc(100vh - 97px);
}
.ProductsMeghaTabMenu ul {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-right: 1px solid #0000000a !important;
  padding-right: 25px;
}

.ProductsMeghaGrid .ProductsMeghaTabMenu ul li button {
  padding: 14px 20px !important;
  border: 0px;
  background: #f4f4f4;
  margin-right: 20px;
  width: 100%;
  text-align: left;
  font-size: 14px;
  text-decoration: unset;
  letter-spacing: 0px !important;
  color: #222;
  font-family: "Roboto Flex";
  font-weight: 600;
}
.ProductsMeghaGrid .ProductsMeghaTabMenu ul li {
  padding: 0px !important;
}

.ProductsMeghaGrid .ProductsMeghaTabMenu ul li button.active {
  background: #d9ebc3;
  color: #00509e;
}

.MainPageTab button.active {
  background: #98c853 !important;
  color: #00509e !important;
}
.ProductsMeghaMenuLinks .tab-content {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.ProductsMeghaMenuLinks .tabingWrapper {
  height: calc(100vh - 330px);
  overflow: auto;
}

.bannerSlider {
  /* height: 100vh; */
  /* display: flex; */
  /* align-items: center; */
  /* flex-direction: column; */
  /* justify-content: center; */
}

.bannerSlider:after {
  content: "";
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
  background-size: 100% 100%;
  /* opacity: 0.8; */
  background: #f4f4f4f4;
}

.bannerSliderContentWrapper {
  z-index: 1;
  padding: 0px 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  gap: 110px;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.bannerSliderImageWrapper {
  position: relative;
}

.bannerSliderContent h2 {
  margin: 0px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #000;
  padding: 6px 12px;
  border-radius: 10px;
  text-transform: uppercase;
  font-family: -webkit-body;
  background: #97c85140;
  width: fit-content;
  font-family: "Roboto Flex";
}

.bannerSliderContent {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}

.bannerSliderContent h1,
.bannerSliderContent span {
  text-align: left;
  font-size: 66px;
  font-weight: 800;
  line-height: 1.2;
  font-family: "Big Shoulders";
  color: #000000;
  margin: 0px;
}

.bannerSliderContent p {
  margin: 0px auto 0px;
  text-align: left;
  font-family: "Roboto Flex";
  line-height: 30px;
  color: #000;
  font-size: 16px;
  line-height: 34px;
}

.bannerSliderImageWrapper .productWrapper {
  position: unset;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 50px;
  background: transparent;
  border-radius: 50px;
  width: 90%;
  margin: auto;
}

.bannerSliderImageWrapper .productWrapper .productOne,
.bannerSliderImageWrapper .productWrapper .productTwo,
.bannerSliderImageWrapper .productWrapper .productThree,
.bannerSliderImageWrapper .productWrapper .productFour {
  position: unset;
  max-width: 100%;
  margin: auto;
  background: #f4f4f4;
  width: 100%;
  padding: 50px 30px;
  text-align: center;
  border-radius: 14px;
  border: 4px solid #f4f4f4;
}

.bannerSliderImageWrapper .productWrapper .productOne img,
.bannerSliderImageWrapper .productWrapper .productTwo img,
.bannerSliderImageWrapper .productWrapper .productThree img,
.bannerSliderImageWrapper .productWrapper .productFour img {
  width: 100%;
  max-width: 120px;
}

.bannerSliderImageWrapper .productWrapper .productTwo,
.bannerSliderImageWrapper .productWrapper .productFour {
  transform: translate(0px, 50px);
}

.bannerSlider .swiper-pagination {
  z-index: 1;
  bottom: 30px !important;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-end;
  padding: 0px 300px;
}

.bannerSlider .swiper-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 70px;
  display: flex;
  align-items: center;
  margin: 0px !important;
  background: #fff;
  padding: 0px 15px;
  border-radius: 6px;
  transform: scale(1);
  transition: 0.8s all;
  opacity: 0.5;
}

.bannerSlider .swiper-pagination .swiper-pagination-bullet img {
  width: 100%;
}

.bannerSlider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.1);
  opacity: 1;
}
.bannerSlider .swiper-button-prev {
  left: 100px;
  width: 70px;
  height: 70px;
  background: #97c851;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  border: 1px solid #00000038;
  bottom: 30px;
  top: unset;
}

.bannerSlider .swiper-button-prev::after {
  font-size: 20px;
  color: #fff;
}

.bannerSlider .swiper-button-next {
  right: 100px;
  width: 70px;
  height: 70px;
  background: #97c851;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  border: 1px solid #00000038;
  bottom: 30px;
  top: unset;
}

.bannerSlider .swiper-button-next::after {
  font-size: 20px;
  color: #fff;
}

.bannerSliderContent h1 img {
  min-width: 200px;
}

.bannerSliderContentWrapper::before {
  content: "";
  background: #f0f1f0;
  background-size: 100% 100%;
  width: 60%;
  height: 100%;
  position: absolute;
  right: -10%;
  transform: skewX(-13deg);
  background: #97c85140;
  border-left: 10px solid #00000005;
}

.bigImg {
  position: absolute;
  background-size: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.1;
  background-repeat: 10 10;
}
.contactUsSec form .form-group .headerBtn {
  width: fit-content !important;
  padding: 15px 20px !important;
  background: #00509e;
  color: #fff !important;
}

.inputWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.WhatSetsUsApartSec {
  border-top: 4px solid #f4f4f4;
  border-bottom: 4px solid #f4f4f4;
}

.WhatSetsUsApartSec .aboutSmallTitle h2 {
  color: #000;
  font-size: 25px;
}

.WhatSetsUsApartItemGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.WhatSetsUsApartItemGrid .WhatSetsUsApartItem {
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  background: #f4f4f4;
  border-radius: 14px;
}

.WhatSetsUsApartItemGrid .WhatSetsUsApartItem h5 {
  margin: 0px;
  font-size: 16px;
  color: #222;
  font-family: "Roboto Flex";
  font-weight: 600;
  line-height: 24px;
}

.WhatSetsUsApartItemGrid .WhatSetsUsApartItem .WhatSetsUsApartIcon img {
  max-width: 50px;
}

.WhatSetsUsApartGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: 100%;
}

.WhatSetsUsApartSec .aboutSmallTitle {
  margin-bottom: 20px;
}

.WhatSetsUsApartRight .formSecWrapper form {
  gap: 10px;
}

.WhatSetsUsApartRight .formSecWrapper form .inputWrapper {
  gap: 15px;
}

.WhatSetsUsApartRight .formSecWrapper form input,
.WhatSetsUsApartRight .formSecWrapper form textarea {
  padding: 20px !important;
  border-radius: 10px;
}

.WhatSetsUsApartRight .formSecWrapper form input::placeholder {
  font-size: 16px;
  font-family: "Roboto Flex";
  color: #000 !important;
  letter-spacing: 0.5px;
}

.WhatSetsUsApartRight .formSecWrapper form .headerBtn {
  width: fit-content;
  padding: 15px 40px !important;
  background: #00509e;
  color: #fff;
}
