* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}

body {
  scroll-behavior: smooth;
  font-family: var(--font-family--);
}

.active {
  color: var(--color-theme1--) !important;
}

::selection {
  background-color: var(--color-theme1--);
  color: white;
}

:root {
  --font-family--: 'Outfit', sans-serif;
  --font-family1--: 'Poppins', sans-serif;
  --color-theme1--: #009531;
}

/*======================================= Navbar-section Start========================== */
.navigation-wrap {
  position: relative;
  width: 100%;
  z-index: 999;
  background-color: white;
  /* box-shadow: 0px 0px 3px 0px; */
}

.nav-item {
  padding: 0px 5px;
}

.navigation-wrap .nav-link {
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  font-weight: 400;
  color: black;
  font-family: var(--font-family--);
}

.navigation-wrap .nav-link:hover {
  color: var(--color-theme1--);
  transition: .3s;
}

.navbar-nav {
  gap: 20px;
}

.eco-navbtn {
  display: flex;
  align-items: center;
}

@media screen and (max-width:991px) {
  .eco-navbtn {
    justify-content: center;
  }
}

.eco-navbtn a {
  color: white;
  text-decoration: none;
  border: 1px solid var(--color-theme1--);
  padding: 8px 13px;
  background-color: var(--color-theme1--);
  font-size: 14px;
  font-family: var(--font-family1--);
  font-weight: 400;
}

.eco-navbtn a:active {
  color: #009531;
}

.eco-navbtn a:hover {
  color: var(--color-theme1--);
  background-color: white;
  border: 1px solid var(--color-theme1--);
  transition: .7s;
}

/*=========================================== Navbar Section end==========================  */

/* ===================================Swiper Header section start============================ */
.main-slider {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}

.button-default {
  background-color: var(--color-theme1--);
  display: inline-block;
  margin-top: 30px;
}

.button-slanted {
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}

.button-slanted-content:hover {
  color: white;
}

.button-slanted-content {
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  display: inline-block;
  text-align: center;
  color: white;
  text-decoration: none;
  font-family: var(--font-family--);
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
}

.carousel-control-prev {
  opacity: 1;
  z-index: 555;
}

.image-swiper {
  background-image: url(/img/Home-banner1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  width: 100%;
}
.image-swiper2 {
  background-image: url(/img/Home-banner4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  width: 100%;
}
.image-swiper3 {
  background-image: url(/img/Home-banner3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  width: 100%;
}

.image-swiper4 {
  background-image: url(/img/Home-banner4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  width: 100%;
}

.image-swiper5 {
  background-image: url(/img/Home-banner5.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  width: 100%;
}

.image-swiper6 {
  background-image: url(/img/Home-banner6.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  width: 100%;
}

.image-swiper7 {
  background-image: url(/img/Home-banner7.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  width: 100%;
}

.image-swiper8 {
  background-image: url(/img/Home-banner8.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  width: 100%;
}

.header-text h1 {
  color: white;
  font-size: 50px;
  /* text-transform: uppercase; */
  font-family: var(--font-family--);
  letter-spacing: 2px;
  font-weight: 800;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.50);
}

.header-text h5 {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-family--);
  color: white;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.50);
}

@media (max-width:1350px) {
  .carousel-item img {
    width: 1440px;
  }
}

.carousel-control-prev-icon {
  background-image: url(/img/left-arrow.png);
  color: white !important;
  /* border: 2px solid white !important; */
  border-radius: 50% !important;
  margin-left: 3%;
  margin-top: 0% !important;
  background-color: var(--color-theme1--) !important;
  padding: 17px 17px !important;
  cursor: pointer;
  background-size: 9px;
}

.swiper-button-prev::after {
  font-size: 12px !important;
  font-weight: 900 !important;
}

.carousel-control-next {
  opacity: 1;
  z-index: 555;
}

.carousel-control-next-icon {
  background-image: url(/img/right-arrow.png);
  color: white !important;
  /* border: 2px solid white !important; */
  border-radius: 50% !important;
  height: 20px !important;
  width: 20px !important;
  background-color: var(--color-theme1--) !important;
  margin-right: 3%;
  padding: 17px 17px !important;
  margin-top: 0% !important;
  background-size: 9px;
}

.swiper-button-next::after {
  font-size: 12px !important;
  font-weight: 900 !important;
}

/* ===================================Swiper Header section end============================ */

/* =================================Solution Card Section start============================ */

.solution a {
  text-decoration: none;
}

.solution {
  margin: 50px 0px;
}

.solution-title h6 {
  text-align: center;
  font-family: var(--font-family--);
  color: var(--color-theme1--);
  font-weight: 400;
  font-size: 18px;
}

.solution-title h4 {
  text-align: center;
  color: black;
  font-family: var(--font-family--);
  font-weight: 700;
  font-size: 25px;
  position: relative;
}

.solution-title h4::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 200px;
  background: var(--color-theme1--);
  top: 80px;
  border-radius: 50px;
  margin-left: -285px;
}

.solution-card {
  border-radius: 5px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 25px 0px;
  margin-top: 50px;
  transition: all 0.3s ease;
}

.solution-card:hover {
  transform: translateY(-10px);
}

.solution-card h6 {
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-family--);
  color: var(--color-theme1--);
}

/* =================================Solution Card Section end============================ */


/* ====================================Our Vision start============================= */
.our-vision-img {
  display: flex;
  justify-content: center;
}

.our-vision-title h5 {
  font-family: var(--font-family--);
  font-size: 25px;
  color: black;
  position: relative;
  font-weight: 700;
  padding-bottom: 30px;
}

.our-vision-title h5::before {
  position: absolute;
  content: "";
  height: 4px;
  border-radius: 50px;
  width: 100px;
  top: 45px;
  background-color: var(--color-theme1--);
}

.our-vision-title p {
  padding: 5px 0px;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-family--);
}

.our-vision-title span {
  font-size: 17px;
  font-weight: 500;
  color: var(--color-theme1--);
  font-family: var(--font-family--);
}

.our-vision-title li {
  font-family: var(--font-family--);
  font-size: 16px;
}

.our-vision-title ul {
  padding-top: 20px;
}

.our-vision-title a {
  text-decoration: none;
  background-color: var(--color-theme1--);
  padding: 8px 30px;
  color: white;
  font-size: 16px;
  font-family: var(--font-family--);
  font-weight: 400;
  border-radius: 3px;
}

/* ====================================Our Vision end ============================= */

/* ====================================Our services start=========================== */
.our-services-title h5 {
  font-family: var(--font-family--);
  font-size: 25px;
  color: black;
  position: relative;
  font-weight: 700;
  padding-bottom: 30px;
}

.our-services-title {
  margin-bottom: 30px;
}

.our-services-title h5::before {
  position: absolute;
  content: "";
  height: 4px;
  border-radius: 50px;
  width: 100px;
  top: 45px;
  background-color: var(--color-theme1--);
}

#our-services a {
  text-decoration: none;
}

#our-services {
  margin: 40px 0px;
}

.services-card {
  box-shadow: 0px 4px 100px 0px rgba(175, 173, 181, 0.10);
  border: 2px solid #F3F3F3;
  border-top: 6px solid #3ECD59;
  padding: 25px 0px;
  height: 200px;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.services-card:hover {
  transform: translateY(-10px);
}

.services-card h6 {
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-family1--);
  color: black;
}

/* ====================================Our services end=========================== */

/*===================================== About us start======================== */

#about {
  padding-top: 30px;
}

.about-main {
  padding: 0px;
}

@media (min-width:990px) and (max-width:1195px) {
  .about-imgsection {
    width: 100%;
  }
}

.experience-box {
  box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.2);
  background-color: white;
  display: flex;
  position: relative;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.experience-img img {
  height: 401px;
  width: 100%;
}

@media (max-width:550px) {
  .experience-img img {
    height: 100%;
  }
}

.experience-title {
  padding-top: 4%;
  padding-left: 20px;
  padding-right: 20px;
}

.experience-title h2 {
  font-size: 30px;
  font-weight: 700;
  font-family: var(--font-family--);
  position: relative;
}

.experience-title h2 span {
  color: var(--color-theme1--);
}

.experience-title h2::after {
  position: absolute;
  content: "";
  height: 4px;
  border-radius: 50px;
  width: 110px;
  background-color: var(--color-theme1--);
  top: 40px;
  left: 0px;
}

.experience-title p {
  padding-top: 20px;
  color: black;
  text-align: justify;
  font-family: var(--font-family--);
  font-weight: 400;
}

.experience-title p span {
  color: var(--color-theme1--);
  font-size: 20px;
  font-weight: bolder;
}

.experience-title a {
  text-decoration: none;
  background-color: var(--color-theme1--);
  padding: 8px 30px;
  color: white;
  font-size: 16px;
  font-family: var(--font-family--);
  font-weight: 400;
  border-radius: 3px;
}

/*===================================== About us end======================== */


/*===================================== counter section start=========================== */
.fix-picture {
  background-image: url("/img/counter-backimg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -180px;
  padding-top: 200px;
  padding-bottom: 100px;
}

.counting-number {
  position: relative;
}

.fix-icon {
  display: flex;
  justify-content: center;
}

.fix-icon .thumb {
  color: white;
  background-color: var(--color-theme2--);
  font-size: 30px;
  border-radius: 50%;
  padding: 20px 25px;
}

.fix-icon .project {
  color: white;
  background-color: var(--color-theme2--);
  font-size: 30px;
  border-radius: 50%;
  padding: 21px 22px;
}

.fix-icon .book {
  color: white;
  background-color: var(--color-theme2--);
  font-size: 30px;
  border-radius: 50%;
  padding: 20px 25px;
}

.fix-icon .award {
  color: white;
  background-color: var(--color-theme2--);
  font-size: 30px;
  border-radius: 50%;
  padding: 20px 25px;
}

.fix-numbers {
  text-align: center;
}

.fix-numbers h6 {
  font-size: 30px;
  font-weight: 700;
  color: white;
  display: inline-block;
  padding-top: 20px;
  font-family: var(--font-family--);
}

.fix-numbers h5 {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: white;
  font-family: var(--font-family--);
  display: inline-block;
  padding-top: 20px;
}

.fix-numbers p {
  color: white;
  font-size: 19px;
  font-weight: 400;
  font-family: var(--font-family--);
}

/* =========================================counter section end ===================== */

/*==================================why choose us section start======================== */
#why-chooseus {
  margin: 40px 0px;
}

.main-box {
  margin-bottom: 55px;
}

@media (max-width:981px) {
  .main-box2 {
    flex-direction: column-reverse;
  }
}

.choose-us-title h5 {
  font-family: var(--font-family--);
  font-size: 25px;
  color: black;
  position: relative;
  font-weight: 700;
  padding-bottom: 30px;
}

.choose-us-title {
  margin-bottom: 30px;
}

@media (max-width:984px) {
  .chooseus-img1 {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
}

.chooseus-img2 {
  display: flex;
  justify-content: end;
}

@media (max-width:984px) {
  .chooseus-img2 {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
}

.choose-us-title h5::before {
  position: absolute;
  content: "";
  height: 4px;
  border-radius: 50px;
  width: 100px;
  top: 45px;
  background-color: var(--color-theme1--);
}

.choose-us-title h5::after {
  position: absolute;
  content: url(/img/choose-us-left.png);
  top: 22%;
  margin-left: 25px;

}

.choose-content1 {
  display: flex;
  gap: 20px;
  border: 1px solid #E3E3E3;
  padding: 28px 41px 28px 38px;
}

.choose-subcontent h4 {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-family1--);
  color: black;
}

.choose-subcontent p {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-family1--);
  margin-bottom: 5px;
  color: black;
}

.choose-btn {}

.choose-btn a {
  text-decoration: none;
  background-color: var(--color-theme1--);
  font-family: var(--font-family--);
  font-size: 14px;
  color: white;
  font-weight: 400;
  padding: 10px 18px;
}

/* ===============================why choose us section end ========================= */

/* =================================reference project section start=================== */

#refernce-project {
  margin: 55px 0px;
}

.project-title h5 {
  font-family: var(--font-family--);
  font-size: 25px;
  color: black;
  position: relative;
  font-weight: 700;
  padding-bottom: 30px;
}

.project-title {
  margin-bottom: 30px;
}

.project-title h5::before {
  position: absolute;
  content: "";
  height: 4px;
  border-radius: 50px;
  width: 100px;
  top: 43px;
  background-color: var(--color-theme1--);
}

#refernce-project a {
  text-decoration: none;
}

.main-reference {
  /* gap: 22px; */
}

.project-card {
  background-image: url(/img/reference-pro-1.png);
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  text-align: center;
  /* width: 286px; */
  height: 286px;
  transition: 0.3s;
}

.project-card:hover {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  transform: translateY(-10px);
}

.project-card2 {
  background-image: url(/img/reference-pro-2.png);
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  text-align: center;
  /* width: 286px; */
  transition: 0.3s;
  height: 286px;
}

.project-card2:hover {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  transform: translateY(-10px);

}

@media (max-width:786px) {
  .project-card2 {
    margin-top: 20px;
  }
}

.project-card3 {
  background-image: url(/img/reference-pro-3.png);
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 5px;
  transition: 0.3s;
  text-align: center;
  justify-content: center;
  /* width: 286px; */
  height: 286px;
}

.project-card3:hover {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  transform: translateY(-10px);
}

@media (max-width:981px) {
  .project-card3 {
    margin-top: 20px;
  }
}

.project-card4 {
  background-image: url(/img/reference-pro-4.png);
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5px;
  display: flex;
  transition: 0.3s;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  /* width: 286px; */
  height: 286px;
}

.project-card4:hover {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  transform: translateY(-10px);

}

.project-card5 {
  background-image: url(/img/reference-pro-5.png);
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  padding: 5px;
  background-repeat: no-repeat;
  display: flex;
  transition: 0.3s;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  justify-content: center;
  /* width: 286px; */
  height: 286px;
}

.project-card5:hover {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  transform: translateY(-10px);

}

.project-card6 {
  background-image: url(/img/reference-pro-6.png);
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding: 5px;
  transition: 0.3s;
  text-align: center;
  justify-content: center;
  /* width: 286px; */
  height: 286px;
}

.project-card6:hover {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  transform: translateY(-10px);

}

.project-card-title h5 {
  color: white;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--font-family1--);
}

/* ===================================reference project section end=========================== */

/*==================================== footer start============================= */
#ecogrid-footer {
  background-color: var(--color-theme1--);
  padding-top: 25px;
}

.footer-logo-content p {
  font-family: var(--font-family--);
  font-size: 12px;
  font-weight: 300;
  padding-top: 3%;
  padding-right: 20%;
  text-align: justify;
  color: white;
}

.footer-logo-content p span {
  font-size: 20px;
  font-weight: 700;
}

.footer-head-title h6 {
  font-family: var(--font-family--);
  color: white;
  font-weight: 800;
  margin-left: 30px;
  font-size: 14px;
}

.footer-icons1 ul {
  list-style: none;
  padding-top: 5px;
}

.footer-icons1 ul li {
  line-height: 15.12px;
  padding-bottom: 10px;
}

@media (max-width: 947px) {
  .footer-head-title h6 {
    margin-left: 0px;
  }

  .footer-logo-content p {
    padding-right: 0%;
  }

  .footer-icons1 {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .footer-icons1 ul {
    padding-left: 0px;
  }

  .footer-icons2 {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .footer-icons3 {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .footer-icons3 ul {
    padding-left: 0px;
  }

  .footer-address {
    justify-content: center;
    align-items: center;
  }
}

.footer-icons1 a {
  text-decoration: none;
  font-family: var(--font-family--);
  color: white;
  font-weight: 400;
  font-size: 12px;
}

.footer-icons2 ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 31px;
}

.footer-icons2 ul li {
  line-height: 15.12px;
  padding-bottom: 17px;
}

.footer-icons2 a {
  text-decoration: none;
  font-family: var(--font-family--);
  color: white;
  font-weight: 400;
  font-size: 12px;
}

.footer-icons3 ul {
  list-style: none;
}

.footer-icons3 a {
  text-decoration: none;
  font-family: var(--font-family--);
  color: white;
  font-weight: 400;
  font-size: 12px;
}

.footer-address {
  padding-bottom: 7px;
  display: flex;
}

.footer-address .address-img {
  margin-right: 10px;
}

.footer-address a {
  font-family: var(--font-family--);
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  color: white;
}

.main-address a {
  font-family: var(--font-family--);
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  color: white;
}

.footer-links {
  gap: 20px;
}

.last-line a {
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-family: var(--font-family--);
  color: white;
  font-size: 12px;
  font-weight: 400;
}

/* Contact Page */
.contact-title {
  position: relative;
  padding-top: 5%;
  text-align: center;
}

.contact-title h5 {
  font-family: var(--font-family--);
  font-size: 25px;
  font-weight: 400;
  color: var(--color-theme1--);
}

.contact-title h3 {
  font-size: 30px;
  font-weight: 800;
  font-family: var(--font-family--);
}

.contact-title h3::before {
  position: absolute;
  content: "";
  bottom: -15px;
  margin-left: 60px;
  width: 170px;
  height: 4px;
  border-radius: 50px;
  background-color: var(--color-theme1--);
}

.form-title h2 {
  font-family: var(--font-family--);
  color: black;
  font-size: 32px;
  font-weight: 800;
}

.form-title h2::before {
  position: absolute;
  content: "";
  margin-top: 50px;
  width: 200px;
  height: 4px;
  border-radius: 50px;
  background-color: var(--color-theme1--);
}

.contact-img {
  display: flex;
  justify-content: center;
}

.contact-img img {
  width: 500px;
}

.form input {
  width: 100%;
  padding: 10px 0px;
  padding-left: 10px;
  font-family: var(--font-family--);
  border: 1px solid black;
  border-radius: 5px;
}

.form textarea {
  width: 100%;
  padding: 10px 0px;
  padding-left: 10px;
  font-family: var(--font-family--);
  border-radius: 5px;
  border: 1px solid black;
}

.form input,
.form textarea:focus-visible {
  outline: none;
}

.form-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.form-btn button {
  font-family: var(--font-family--);
  font-size: 16px;
  font-weight: 600;
  color: white;
  background-color: var(--color-theme1--);
  border: 1px solid var(--color-theme1--);
  padding: 5px 30px;
  border-radius: 5px;
}

/* Portfolio page */
.portfolio-title {
  position: relative;
  padding-top: 5%;
  text-align: center;
}

.portfolio-title h5 {
  font-family: var(--font-family--);
  font-size: 29px;
  font-weight: 400;
  color: var(--color-theme1--);
}

.portfolio-title h3 {
  font-size: 30px;
  font-weight: 800;
  font-family: var(--font-family--);
}

.portfolio-title h3::before {
  position: absolute;
  content: "";
  bottom: -15px;
  margin-left: 100px;
  width: 170px;
  height: 4px;
  border-radius: 50px;
  background-color: var(--color-theme1--);
}

.portfolio-img {
  background-color: white;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-img::after {
  position: absolute;
  content: "";
  width: 130px;
  height: 3px;
  background: #D1D3D4;
  margin-top: -130px;
}

.portfolio-img::before {
  position: absolute;
  content: "";
  margin-top: 130px;
  width: 130px;
  height: 3px;
  background: #D1D3D4;
}

.f-img {
  justify-content: end;
}

.l-img {
  justify-content: start;
}

/* Services-page */
.service-link {
  position: relative;
  width: 100%;
  background-color: white;
  z-index: 99;
}

.services-title {
  padding-top: 1%;
  padding-bottom: 40px;
  position: relative;
}

.services-link1 {
  padding-top: 1%;
}

.services-link1 ul {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 25px;
}

.services-link1 ul a {
  font-size: 14px;
  text-decoration: none;
  color: black;
  font-weight: 500;
  font-family: var(--font-family--);
  transition: color 600ms ease;
}

.services-link2 ul {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 25px;
}

.services-link2 ul a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  color: black;
  font-family: var(--font-family--);
  transition: color 600ms ease;
}

.services-title h1 {
  font-family: var(--font-family--);
  color: var(--color-theme1--);
  font-size: 90px;
  font-weight: 800;
  text-align: center;
}

.hotel-staff-color {
  background-color: #251381;
  padding: 40px 0px;
  position: relative;
}

.hotel-staff-title {
  padding-top: 30px;
}

.hotel-staff-title h4 {
  color: white;
  font-family: var(--font-family--);
  font-weight: 600;
  font-size: 27px;
}

.hotel-staff-title h4::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background: white;
  margin-top: 40px;
}

.hotel-staff-title p {
  font-family: var(--font-family--);
  color: white;
  font-weight: 300;
  font-size: 16px;
  width: 65%;
  margin-top: 50px;
}

.clean-title ul li {
  font-family: var(--font-family--);
}

.hotel-img img {
  width: 400px;
  padding-top: 30px;
}

.hotel-staff-title a {
  font-family: var(--font-family--);
  color: white;
  background-color: var(--color-theme1--);
  padding: 8px 30px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 3px;
}

.clean-img {
  display: flex;
  justify-content: start;
}

.hotel-img {
  display: flex;
  justify-content: center;
}

.clean-service-color {
  background-color: white;
  padding: 40px 0px;
  position: relative;
}

.clean-title {
  padding-top: 20px;
}

.clean-title h4 {
  color: black;
  font-family: var(--font-family--);
  font-weight: 800;
  font-size: 27px;
}

.clean-title h4::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background: black;
  margin-top: 40px;
}

.hotel-staff-title h6 {
  font-family: var(--font-family--);
  color: white;
  font-weight: 300 !important;
}

.img-title {
  font-family: var(--font-family--);
  font-size: 14px;
  margin: 10px 0px;
}

.clean-title p {
  font-family: var(--font-family--);
  color: black;
  font-weight: 400;
  font-size: 16px;
  margin-top: 40px;
  width: 80%;
}

.clean-img img {
  width: 400px;
  padding-top: 10px;
}

.clean-title a {
  font-family: var(--font-family--);
  color: white;
  background-color: var(--color-theme1--);
  padding: 8px 30px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 3px;
}

.hotel-staff-title li {
  color: white;
  font-family: var(--font-family--);
  font-weight: 300;
}

/* Media Query */
@media(max-width:1399px) {
  .experience-title {
    padding-top: 5%;
  }

  .footer-icons a {
    margin-left: 0px !important;
  }

  .footer-head-title {
    margin-left: 0px !important;
  }

  .services-link1 ul a {
    font-size: 12px;
  }

  .services-link1 {
    padding-top: 1%;
  }

  .services-title {
    padding-top: 0%;
    padding-bottom: 20px;
  }

  .services-link2 ul a {
    font-size: 12px;
  }

  .experience-title p {
    font-size: 14px;
  }
}

@media(max-width:1199px) {
  .services-link1 ul a {
    font-size: 10px;
  }

  .services-link2 ul a {
    font-size: 10px;
  }
}

@media(max-width:510px) {
  .contact-img img {
    width: 300px;
  }
}

@media(max-width:912px) {

  .slick-img1,
  .slick-img2,
  .slick-img3,
  .slick-img4 {
    width: 100%;
  }

  .slick-img1::before,
  .slick-img2::before,
  .slick-img3::before,
  .slick-img4::before {
    width: 95%;
  }
}

@media(max-width:1199px) {


  .slick-img1,
  .slick-img2,
  .slick-img3,
  .slick-img4,
  .slick-img5,
  .slick-img6,
  .slick-img7,
  .slick-img8,
  .slick-img9,
  .slick-img10,
  .slick-img11,
  .slick-img12,
  .slick-img13,
  .slick-img14,
  .slick-img15,
  .slick-img16 {
    width: 280px;
    height: 190px;
  }

  .fix-picture {
    margin-top: 0px;
  }

  .slick-img1::before,
  .slick-img2::before,
  .slick-img3::before,
  .slick-img4::before,
  .slick-img1::before,
  .slick-img2::before,
  .slick-img3::before,
  .slick-img4::before,
  .slick-img5::before,
  .slick-img6::before,
  .slick-img7::before,
  .slick-img8::before,
  .slick-img9::before,
  .slick-img10::before,
  .slick-img11::before,
  .slick-img12::before,
  .slick-img13::before,
  .slick-img14::before,
  .slick-img15::before,
  .slick-img16::before {
    width: 280px;
    height: 190px;
  }

  .experience-box {
    display: block;
  }

  .experience-img {
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }

}

@media(max-width:500px) {
  .header-text1 {
    padding: 200px 0px !important;
  }
}

@media(max-width:650px) {
  .header-text1 {
    padding-top: 180px !important;
    text-align: center;
    padding-bottom: 40px !important;
  }

  .header-display {
    display: block !important;
  }

  .swiper-slider-img {
    display: flex;
    justify-content: center;
    padding: 0px !important;
  }
}

@media(max-width:670px) {
  .swiper-button-prev {
    padding: 15px 15px !important;
  }

  .swiper-button-next {
    padding: 15px 15px !important;
  }
}

@media(max-width:767px) {
  .last-line a {
    font-size: 10px;
  }

  .header-text1 .button-default {
    margin-top: 5px !important;
  }

  .header-text1 {
    padding: 220px 0px;
  }

  .image-swiper {
    height: 480px;
  }
  .image-swiper2 {
    height: 480px;
  }
  .image-swiper3 {
    height: 480px;
  }

  .header-text1 h1 {
    font-size: 18px !important;
  }

  .header-text1 h5 {
    font-size: 11px !important;
  }

  .button-slanted-content {
    padding: 8px 25px !important;
    font-size: 12px !important;
  }

  .swiper-slider-img img {
    width: 200px !important;
  }

  .clean-title {
    text-align: center;
  }

  .service-btn {
    display: flex;
    justify-content: center;
  }

  .hotel-staff-title {
    text-align: center;
  }

  .hotel-staff-title li {
    text-align: start;
  }

  .clean-title li {
    text-align: start;
  }

  .landscaping-img {
    display: flex;
    justify-content: center;
  }

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

  .clean-img {
    display: flex;
    justify-content: center;
  }

  .clean-title {
    padding-top: 50px;
  }

  .hotel-img {
    padding-top: 50px;
  }

  .slick-img1,
  .slick-img2,
  .slick-img3,
  .slick-img4,
  .slick-img5,
  .slick-img6,
  .slick-img7,
  .slick-img8,
  .slick-img9,
  .slick-img10,
  .slick-img11,
  .slick-img12,
  .slick-img13,
  .slick-img14,
  .slick-img15,
  .slick-img16 {
    width: 95% !important;
  }

  .header-text h1 {
    color: white;
    font-size: 40px;
  }

  .fix-picture {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .main-img {
    margin: 0px 10px;
  }

  .slick-img1::before,
  .slick-img2::before,
  .slick-img3::before,
  .slick-img4::before,
  .slick-img1::before,
  .slick-img2::before,
  .slick-img3::before,
  .slick-img4::before,
  .slick-img5::before,
  .slick-img6::before,
  .slick-img7::before,
  .slick-img8::before,
  .slick-img9::before,
  .slick-img10::before,
  .slick-img11::before,
  .slick-img12::before,
  .slick-img13::before,
  .slick-img14::before,
  .slick-img15::before,
  .slick-img16::before {
    width: 95% !important;
  }
}

@media (max-width: 661px) {
  .contact-title {
    padding-top: 10% !important;
  }

  .portfolio-title {
    padding-top: 10% !important;
  }
}

@media(max-width:992px) {
  .contact-title {
    padding-top: 5%;
  }

  .header-text1 h1 {
    font-size: 34px;
  }

  .header-text1 h5 {
    font-size: 15px;
  }

  .swiper-slider-img img {
    width: 250px;
  }

  .hotel-staff-title h4 {
    font-size: 22px;
  }

  .clean-title h4 {
    font-size: 22px;
  }

  .service-link {
    display: none;
  }

  .services-title {
    padding-top: 3%;
    padding-bottom: 20px;
  }

  .hotel-staff-title p {
    width: 100% !important;
    font-size: 13px;
  }

  .hotel-staff-title li {
    font-size: 13px;
  }

  .clean-title li {
    font-size: 13px;
  }

  .hotel-img img {
    width: 300px;
    padding-top: 30px;
  }

  .clean-title p {
    font-size: 13px;
    width: 100% !important;
  }

  .clean-img img {
    width: 300px;
  }

  .f-img,
  .l-img {
    justify-content: center;
  }

  .portfolio-title {
    padding-top: 5%;
  }

  .slick-img1,
  .slick-img2,
  .slick-img3,
  .slick-img4,
  .slick-img5,
  .slick-img6,
  .slick-img7,
  .slick-img8,
  .slick-img9,
  .slick-img10,
  .slick-img11,
  .slick-img12,
  .slick-img13,
  .slick-img14,
  .slick-img15,
  .slick-img16 {
    width: 95%;
  }

  .slick-img1::before,
  .slick-img2::before,
  .slick-img3::before,
  .slick-img4::before,
  .slick-img1::before,
  .slick-img2::before,
  .slick-img3::before,
  .slick-img4::before,
  .slick-img5::before,
  .slick-img6::before,
  .slick-img7::before,
  .slick-img8::before,
  .slick-img9::before,
  .slick-img10::before,
  .slick-img11::before,
  .slick-img12::before,
  .slick-img13::before,
  .slick-img14::before,
  .slick-img15::before,
  .slick-img16::before {
    width: 100% !important;
  }

  .navbar-nav {
    text-align: center;
    line-height: 2.3;
    margin-top: 20px;
    gap: 1px;
  }

  .footer-logo {
    display: flex;
    justify-content: center;
  }

  .footer-logo-content p {
    text-align: center;
  }

  .footer-head-title {
    text-align: center;
  }

  .footer-icons {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .footer-address a {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .footer-head-title .contact {
    margin-left: 20px !important;
  }

  .footer-links {
    justify-content: center;
  }

  .slick-img1::before,
  .slick-img2::before,
  .slick-img3::before,
  .slick-img4::before {
    width: 95%;
  }
}

@media(max-width:412px) {
  .main-img {
    display: flex !important;
    justify-content: center !important;
  }

  .contact-title {
    padding-top: 10% !important;
  }

  .portfolio-title {
    padding-top: 10% !important;
  }
}

@media (max-width: 424px) {
  .fm-solution-title h5 {
    text-align: center;
    font-size: 15px !important;
  }

  .fm-solution-title h5::before {
    margin-left: 90px !important;
  }
}

@media (max-width: 353px) {
  .fm-solution-title h5::before {
    margin-left: 50px !important;
  }

  .fm-solution-title h5 {
    font-size: 12px !important;
  }
}

@media(max-width:589px) {
  .fm-solution-title h5 {
    text-align: center;
    font-size: 18px;
  }

  .fm-solution-title h5::before {
    margin-left: 120px;
  }

  .solution-title h6 {
    font-size: 15px;
  }

  .solution-title h4 {
    font-size: 20px;
  }

  .solution-title h4::after {
    margin-left: -245px;
  }

  .image-swiper {
    height: 500px;
  }
  .image-swiper2 {
    height: 500px;
  }
  .image-swiper3 {
    height: 500px;
  }
}

@media(max-width:514px) {
  .header-text h1 {
    font-size: 28px !important;
  }

  .header-text h5 {
    font-size: 13px !important;
  }
}

@media(max-width:414px) {
  .header-text h1 {
    font-size: 30px;
  }

  .button-default {
    margin-top: 10px !important;
  }

  .services-title h1 {
    font-size: 65px;
  }

  .portfolio-img::after {
    width: 100px !important;
  }

  .portfolio-img::before {
    width: 100px !important;
  }

  .services-title img {
    width: 300px;
  }

  .header-text h5 {
    font-size: 10px;
  }

  .swiper-btn a {
    padding: 10px 25px;
    font-size: 15px;
  }

  .solution-title h6 {
    font-size: 11px;
  }

  .solution-title h4 {
    font-size: 17px;
  }

  .solution-title h4::after {
    top: 60px;
    margin-left: -215px;
  }

  .fm-solution-title h5 {
    text-align: center;
    font-size: 15px;
  }

  .fm-solution-title h5::before {
    margin-left: 80px;
  }

  .team-title p {
    font-size: 12px;
  }

  .last-line a {
    font-size: 8px;
  }
}

@media (max-width: 375px) {
  .last-line a {
    font-size: 7px;
  }

  .header-text1 h5 {
    font-size: 9px !important;
  }

  .header-text1 h1 {
    font-size: 15px !important;
  }

  .portfolio-title h3 {
    font-size: 27px;
  }

  .portfolio-title h3::before {
    position: absolute;
    content: "";
    bottom: -15px;
    margin-left: 100px;
    width: 135px;
  }
}

@media (max-width: 360px) {
  .last-line a {
    font-size: 6px;
  }

  .header-text h5 {
    font-size: 7px !important;
  }

  .fm-solution-title h5 {
    text-align: center;
    font-size: 13px;
  }

  .header-text h1 {
    font-size: 27px;
  }

  .solution-title h4 {
    font-size: 15px;
  }

  .solution-title h6 {
    font-size: 10px;
  }

  .solution-title h4::after {
    width: 170px;
    margin-left: -192px;
  }
}

@media (max-width: 414px) {
  .fm-solution-title h5::before {
    margin-left: 30px;
  }

  .image-swiper {
    height: 450px !important;
  }
  .image-swiper2 {
    height: 450px !important;
  }
  .image-swiper3 {
    height: 450px !important;
  }

  .swiper-slider-img img {
    width: 150px !important;
  }

  /* .swiper-slider-img {
  padding: 165px 0px !important;
}
.header-text1 {
  padding: 175px 0px !important;
} */
  .button-default {
    margin-top: 30px;
  }

  .button-slanted-content {
    padding: 8px 15px !important;
  }
}

@media (max-width: 514px) {
  .button-slanted-content {
    padding: 10px 20px;
  }
}

/* =================================================Home page End============================ */
/* ============================================Refernce-project page start=================== */

/* ==========================Header section start of reference projects======================= */
#refernce-project-header {
  background-image: url(/img/reference-project-header-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 327px;
}

.refernce-project-title h1 {
  font-size: 50px;
  font-weight: 800;
  font-family: var(--font-family--);
  color: white;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.50);
}

@media (max-width:750px) {
  .refernce-project-title h1 {
    font-size: 40px;
  }
}

@media (max-width:500px) {
  .refernce-project-title h1 {
    font-size: 35px;
  }
}

.refernce-project-title p {
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.50);
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-family--);
  color: white;
}

/* ==========================Header section end of reference projects======================= */

/* ================================main-project- card section start=========================*/

#main-project-reference {
  margin: 40px 0px;
}

.reference-main-title h5 {
  font-family: var(--font-family--);
  font-size: 25px;
  color: black;
  position: relative;
  font-weight: 700;
  padding-bottom: 30px;
}

.section-10-text {
  margin-right: 23%;
}

@media (max-width:626px) {
  .section-10-text {
    margin-right: 39%;
  }

}

.main-space {
  padding-top: 40px;
}

.reference-main-title {
  margin-bottom: 30px;
}

.reference-main-title h5::before {
  position: absolute;
  content: "";
  height: 4px;
  border-radius: 50px;
  width: 100px;
  top: 45px;
  background-color: var(--color-theme1--);
}

.reference-card-text p {
  font-size: 20px;
  font-weight: 300;
  line-height: 21px;
  font-family: var(--font-family--);
  color: black;
}

.reference-card2-text p {
  font-size: 20px;
  font-weight: 300;
  line-height: 21px;
  font-family: var(--font-family--);
  color: black;
}

@media (max-width:986px) {
  .reference-card-text {
    padding-top: 30px;
  }

  .reference-card2-text {
    padding-top: 30px;
  }

  .left-section {
    flex-direction: column-reverse;
  }
}

@media (max-width:500px) {
  .reference-card-text {
    padding-top: 20px;
  }

  .reference-card2-text {
    padding-top: 20px;
  }

  .reference-card-btn {
    margin-top: 30px !important;
  }

  .reference-card2-btn {
    margin-top: 30px !important;
  }
}

.reference-card2-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reference-card-btn {
  margin-top: 40px;
}

.reference-card2-btn {
  margin-top: 40px;
}

.reference-card2-btn {
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: 14%;
}

@media (max-width:1200px) {
  .reference-card2-btn {
    margin-left: 0px;
  }
}

.reference-card-btn a {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-family--);
  color: white;
  border-radius: 2px;
  background: var(--color-theme1--);
  text-decoration: none;
  padding: 8px 18px;
}

.reference-card-btn a:hover {
  background-color: #08732c;
  transition: .5s;
}

.reference-card2-btn a {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-family--);
  color: white;
  border-radius: 2px;
  background: var(--color-theme1--);
  text-decoration: none;
  padding: 8px 18px;
}

.reference-card2-btn a:hover {
  background-color: #08732c;
  transition: .5s;
}

.reference-card2-img {
  display: flex;
  justify-content: end;
}

@media (max-width:986px) {
  .reference-card-img {
    display: flex;
    justify-content: center;
  }
}

@media (max-width:986px) {
  .reference-card2-img {
    display: flex;
    justify-content: center;
  }
}

/* ================================main-project- card section start=========================*/
/* ==========================================Refernce-project page End=================== */

/* ===========================================Services page start========================== */
/* ========================================services header start========================== */
#main-services {
  background-image: url(/img/service-header.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 327px;
}

.services-main-title h1 {
  font-size: 50px;
  font-weight: 800;
  font-family: var(--font-family--);
  color: white;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.50);
}

@media (max-width:750px) {
  .services-main-title h1 {
    font-size: 40px;
  }
}

@media (max-width:500px) {
  .services-main-title h1 {
    font-size: 35px;
  }
}

.services-main-title p {
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.50);
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-family--);
  color: white;
}

/* =======================================services header end=============================== */
/* ====================================services chips section start===================== */
#services-content {
  margin: 40px 0px;
}

.chips-box {
  padding-top: 53px;
}

@media (max-width:500px) {
  .chips-box {
    padding-top: 45px;
  }
}

.chips-title {
  margin-top: 17px;
  margin-bottom: 11px;
}

.chips-title h5 {
  font-size: 25px;
  font-weight: 700;
  font-family: var(--font-family--);
  color: black;
}

.chips-content {
  width: 85%;
}

@media (max-width:1000px) {
  .chips-content {
    width: 100%;
  }
}


.chips-content span {
  font-size: 16px;
  font-weight: 300;
  font-family: var(--font-family--);
  margin-right: 7px;
  color: black;
  background-color: #ECFAEE;
  padding: 8px 12px;
  border-radius: 400px;
  display: inline-block;
  margin-top: 10px;
}

@media (max-width:700px) {
  .chips-content span {
    border-radius: 20px;
  }
}

@media (max-width:500px) {
  .chips-content span {
    font-size: 15px;
  }

  .chips-title h5 {
    font-size: 22px;
  }
}

.border-line {
  height: 1px;
  color: #D9D9D9;
  background: #D9D9D9;
  margin-bottom: 0px;
  margin-top: 70px;
}

@media (max-width:500px) {
  .border-line {
    margin-top: 50px;
  }
}

.chips-btn {
  margin-top: 27px;
}

.chips-btn a {
  text-decoration: none;
  color: white;
  background: var(--color-theme1--);
  font-family: var(--font-family--);
  padding: 8px 18px;
  border-radius: 2px;
}

/* ======================== Contact us page css ==================================== */
.contact-wrapper {
  background-color: #009531;
}

.wrapper-inner {
  display: flex;
  justify-content: space-between;
  padding: 150px 0px;
}

.dots {
  width: 12px;
  height: 12px;
  background: #FFB23F;
  display: flex;
  margin: 0px 10px;
}

.contact-heading {
  display: flex;
  align-items: center;
  margin: auto 35%;
  color: white;
  font-family: 'Outfit';
  font-size: 32px;
}

.contact-form {
  background-color: #FFFFFF;
  padding: 30px;
  margin: 2% 0% 0% 37%;
}

input,
#textarea {
  border: 1px solid #DDDDDD !important;
  background-color: #F8F8F8 !important;
  border-radius: 0px !important;

}

.btn-submit {
  background: #009531;
  color: white;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Outfit';
  border-radius: 0px;
}

.btn-submit:hover {
  background: #009531;
  color: white;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Outfit';
  border-radius: 0px;
}

@media(max-width:767px) {
  .wrapper-inner {
    display: inline-block;
  }

  .wrapper-inner {
    padding: 50px 0px;
  }

  .contact-heading {
    margin: 5%;
  }

  .contact-form {
    margin: 2%;
  }
}

/* =======================================about us page start======================== */
#main-aboutus {
  background-image: url(/img/about-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 327px;
}

.aboutus-main-title h1 {
  font-size: 50px;
  font-weight: 800;
  font-family: var(--font-family--);
  color: white;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.50);
}

@media (max-width:750px) {
  .aboutus-main-title h1 {
    font-size: 40px;
  }
}

@media (max-width:500px) {
  .aboutus-main-title h1 {
    font-size: 35px;
  }
}

.aboutus-main-title p {
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.50);
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-family--);
  color: white;
}

/* =============================sabout us  section of about us page ==========================*/
#about-us-page {
  margin: 50px 0px;
}

.about-us-title {
  background-color: var(--color-theme1--);
  padding: 30px 260px;
}

@media (max-width:1050px) {
  .about-us-title {
    padding: 30px 15px;
  }
}


.about-us-title h4 {
  text-align: center;
  font-family: var(--font-family--);
  font-weight: 700;
  font-size: 25px;
  position: relative;
  color: white;
}

.about-us-title h6 {
  text-align: center;
  font-family: var(--font-family--);
  font-weight: 300;
  font-size: 20px;
  margin-top: 20px;
  color: white;
}

.about-us-title h4::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 95px;
  background: white;
  top: 38px;
  border-radius: 50px;
  margin-left: -108px;
}

.about-us-title span {
  font-size: 24px;
  font-weight: 500;
}

.about-page-title {
  padding-bottom: 2%;
}

.about-page-title h6 {
  text-align: center;
  font-family: var(--font-family--);
  color: var(--color-theme1--);
  font-weight: 600;
  font-size: 24px;
  margin-top: 20px;
}

@media (max-width:500px) {
  .about-page-title h6 {
    font-size: 21px;
  }
}

.about-page-title h4 {
  text-align: center;
  color: black;
  font-family: var(--font-family--);
  font-weight: 700;
  font-size: 25px;
  position: relative;
}

.about-page-title h4::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 95px;
  background: var(--color-theme1--);
  top: 38px;
  border-radius: 50px;
  margin-left: -118px;
}

.about-us-page-img {
  display: flex;
  justify-content: center;
}

.about-section-title h5 {
  font-family: var(--font-family--);
  font-size: 25px;
  color: black;
  position: relative;
  font-weight: 700;
  padding-bottom: 30px;
}

.about-section-title h5::before {
  position: absolute;
  content: "";
  height: 4px;
  border-radius: 50px;
  width: 100px;
  top: 45px;
  background-color: var(--color-theme1--);
}

.about-section-title p {
  padding: 5px 0px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-family--);
}

.about-section-title span {
  font-size: 17px;
  font-weight: 500;
  color: var(--color-theme1--);
  font-family: var(--font-family--);
}

.about-section-title li {
  font-family: var(--font-family--);
  font-size: 16px;
}

.about-section-title ul {
  padding-top: 20px;
}

.about-section-title a {
  text-decoration: none;
  background-color: var(--color-theme1--);
  padding: 8px 30px;
  color: white;
  font-size: 16px;
  font-family: var(--font-family--);
  font-weight: 400;
  border-radius: 3px;
}

#thank-you-row {
  padding: 10% 20%;
  align-items: center;
  text-align: center;
  color: white;
}