.hero-section {
  padding: 5% 2% 2% 2%;
  height: 100vh;
  width: 100%;
  z-index: 555;
  position: relative;
}
.hero-section .content-section {
  height: 100%;
  width: 100%;
  border-radius: 25px;
  position: relative;
  background-size: contain;
}
.hero-section .content-section .container-fluid {
  height: 100%;
}
.hero-section .content-section .container-fluid .row {
  height: 100%;
}
.hero-section .content-section .container-fluid .row .text-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-padding-start: 10%;
          padding-inline-start: 10%;
  -webkit-padding-end: 5%;
          padding-inline-end: 5%;
  margin-bottom: 15%;
}
.hero-section .content-section .container-fluid .row .text-col h5 {
  color: #104021;
  font-size: 1.2rem;
  padding-bottom: 2%;
  font-family: "Gotham";
  position: relative;
  z-index: 5;
}
.hero-section .content-section .container-fluid .row .text-col h5::after {
  content: url(../images/rect-effect.png);
  position: absolute;
  top: -250%;
  left: -4%;
  z-index: -1;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.hero-section .content-section .container-fluid .row .text-col h1 {
  color: #FFFFFF;
  font-size: 3.4rem;
  padding-bottom: 3%;
}
.hero-section .content-section .container-fluid .row .text-col h1 span {
  background-color: #104021;
  font-weight: bold;
}
.hero-section .content-section .container-fluid .row .text-col h1 span.second {
  background-color: transparent;
  color: #101010;
}
.hero-section .content-section .container-fluid .row .text-col .btn-container a {
  background-color: #104021;
  font-size: 1.2rem;
  font-weight: lighter;
  border: none;
  border-radius: 8px;
  padding: 1% 3%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #FFFFFF;
}
.hero-section .content-section .container-fluid .row .text-col .btn-container a:hover {
  background-color: #FFFFFF;
  color: #104021;
}
.hero-section .content-section .container-fluid .row .cards-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 3%;
}
.hero-section .content-section .container-fluid .row .cards-col .contact-us-card {
  width: 25%;
  height: 35%;
  background: rgba(16, 64, 33, 0.1019607843);
  border-radius: 14px;
  padding-block: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.hero-section .content-section .container-fluid .row .cards-col .contact-us-card .img-container {
  height: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-section .content-section .container-fluid .row .cards-col .contact-us-card .img-container .avatar {
  background: linear-gradient(162.26deg, rgba(217, 217, 217, 0.45) 12.12%, rgba(217, 217, 217, 0) 95.64%);
  height: 65px;
  width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
}
.hero-section .content-section .container-fluid .row .cards-col .contact-us-card .img-container .avatar img {
  width: 75%;
}
.hero-section .content-section .container-fluid .row .cards-col .contact-us-card p {
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 10%;
  color: #FFFFFF;
}
.hero-section .content-section .container-fluid .row .cards-col .contact-us-card .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-section .content-section .container-fluid .row .cards-col .contact-us-card .btn-container button {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 4% 8%;
  border: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.hero-section .content-section .container-fluid .row .cards-col .contact-us-card .btn-container button a {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #104021;
  text-transform: capitalize;
}
.hero-section .content-section .container-fluid .row .cards-col .contact-us-card .btn-container button:hover {
  background-color: #104021;
}
.hero-section .content-section .container-fluid .row .cards-col .contact-us-card .btn-container button:hover a {
  color: #FFFFFF;
}
.hero-section .content-section .container-fluid .row .cards-col .reviews-card {
  height: 35%;
  width: 60%;
  padding: 2% 4%;
  background: rgba(16, 64, 33, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-radius: 14px;
}
.hero-section .content-section .container-fluid .row .cards-col .reviews-card .text p {
  color: #FFFFFF;
  font-size: 1.2rem;
}
.hero-section .content-section .container-fluid .row .cards-col .reviews-card .text-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-section .content-section .container-fluid .row .cards-col .reviews-card .text-img img {
  width: 20%;
  -webkit-margin-end: 3%;
          margin-inline-end: 3%;
}
.hero-section .content-section .container-fluid .row .cards-col .reviews-card .text-img p {
  color: #FFFFFF;
  font-size: 1.2rem;
}
.hero-section .content-section .social {
  position: absolute;
  top: 10%;
  right: 0;
  border: 2px solid #FFFFFF;
  border-right: 0px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 1.5% 0.8%;
  background-color: #FFFFFF;
}
.hero-section .content-section .social ul {
  list-style: none;
}
.hero-section .content-section .social ul li {
  padding-block: 35%;
}
.hero-section .content-section .social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-section .content-section .social ul li a svg {
  width: 32px;
  height: 32px;
}

.DCM-section {
  height: 100vh;
  width: 100%;
  padding: 0% 5%;
  z-index: 44;
}
.DCM-section .container-fluid {
  height: 100%;
}
.DCM-section .container-fluid .row {
  height: 100%;
  position: relative;
}
.DCM-section .container-fluid .row::before {
  content: url(../images/two-circles.png);
  position: absolute;
  top: -20%;
  left: -30%;
}
@media (max-width: 1547px) and (max-height: 765px) {
  .DCM-section .container-fluid .row::before {
    display: none;
  }
}
.DCM-section .container-fluid .row::after {
  content: url(../images/circle-gray.png);
  position: absolute;
  top: -25%;
  right: -10%;
}
.DCM-section .container-fluid .row .img-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.DCM-section .container-fluid .row .img-col .img-container {
  position: absolute;
  top: 12.5%;
  left: 13.5%;
  width: 75%;
  height: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.DCM-section .container-fluid .row .img-col .img-container svg {
  width: 95%;
}
.DCM-section .container-fluid .row .img-col .person {
  width: 65%;
  z-index: 5;
  margin-bottom: 25%;
}
.DCM-section .container-fluid .row .text-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DCM-section .container-fluid .row .text-col h2 {
  border-left: 3px solid #104021;
  font-size: 3.2rem;
  margin-bottom: 3%;
  -webkit-padding-start: 1%;
          padding-inline-start: 1%;
  color: #101010;
}
.DCM-section .container-fluid .row .text-col p {
  color: #101010;
  font-size: 1.2rem;
  color: #104021;
  padding-bottom: 5%;
}
.DCM-section .container-fluid .row .text-col .btn-container a {
  background-color: #104021;
  border: 1px solid #104021;
  padding: 1.5% 4%;
  font-size: 1.2rem;
  border-radius: 8px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #FFFFFF;
}
.DCM-section .container-fluid .row .text-col .btn-container a:hover {
  background-color: transparent;
  color: #104021;
}

.about-us-section {
  padding: 0% 5%;
  margin-top: -5%;
  position: relative;
}
.about-us-section::after {
  content: url(../images/rect-effect.png);
  position: absolute;
  bottom: -10%;
  left: 1%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.about-us-section .container-fluid .row .title-col {
  text-align: center;
  padding-bottom: 8%;
}
.about-us-section .container-fluid .row .title-col h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #104021;
  font-size: 2.8rem;
  padding-bottom: 2%;
}
.about-us-section .container-fluid .row .title-col h2 span {
  font-size: 1.2rem;
  padding-bottom: 1%;
}
.about-us-section .container-fluid .row .title-col p {
  color: #101010;
  font-size: 1.2rem;
  padding-inline: 20%;
}
.about-us-section .container-fluid .row .card-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-us-section .container-fluid .row .card-col .main-card {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 90%;
}
.about-us-section .container-fluid .row .card-col .main-card .overflow-bg {
  position: absolute;
  top: -3%;
  left: -4%;
  background-color: #104021;
  width: 70%;
  height: 90%;
  z-index: 1;
}
.about-us-section .container-fluid .row .card-col .main-card .about-card {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 4%;
  padding-top: 40%;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
}
.about-us-section .container-fluid .row .card-col .main-card .about-card .white-card {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
  background-color: #FFFFFF;
  height: 60%;
  padding-bottom: 5%;
  width: 90%;
  border-radius: 12px;
  padding-inline: 8%;
}
.about-us-section .container-fluid .row .card-col .main-card .about-card .white-card .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -10%;
  padding-bottom: 8%;
}
.about-us-section .container-fluid .row .card-col .main-card .about-card .white-card .img-container .avatar {
  border-radius: 50px;
  height: 80px;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.about-us-section .container-fluid .row .card-col .main-card .about-card .white-card .img-container .avatar img {
  width: 60%;
}
.about-us-section .container-fluid .row .card-col .main-card .about-card .white-card h4 {
  text-align: center;
  padding-bottom: 5%;
}

.what-do-section {
  padding-block: 5%;
  position: relative;
}
.what-do-section .container-fluid .row .title-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.what-do-section .container-fluid .row .title-col .border-bottom-div {
  height: 1px;
  width: 12%;
  background-color: #104021;
  margin-bottom: 0.8%;
}
.what-do-section .container-fluid .row .title-col h2 {
  color: #104021;
  font-size: 2.8rem;
  -webkit-margin-start: -5%;
          margin-inline-start: -5%;
}
.what-do-section .container-fluid .row .text-col {
  padding-inline: 2%;
  padding-bottom: 5%;
}
.what-do-section .container-fluid .row .text-col .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2%;
  margin-left: -12%;
}
.what-do-section .container-fluid .row .text-col .title .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10%;
}
.what-do-section .container-fluid .row .text-col .title .img-container img {
  width: 30%;
}
.what-do-section .container-fluid .row .text-col .title h2 {
  color: #104021;
  font-size: 2.4rem;
}
.what-do-section .container-fluid .row .text-col .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-inline: 20%;
}
.what-do-section .container-fluid .row .text-col .desc p {
  color: #101010;
  font-size: 1.2rem;
}
.what-do-section .container-fluid .row .text-col .desc p:first-child {
  padding-bottom: 2%;
}
.what-do-section .container-fluid .row .text-col .desc .including {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.what-do-section .container-fluid .row .text-col .desc .including p {
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: linear-gradient(93.43deg, #104021 1.54%, rgba(16, 64, 33, 0) 100%);
}
.what-do-section .container-fluid .row .card-overflow .cards-container .splide .splide__track .splide__list .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.what-do-section .container-fluid .row .card-overflow .cards-container .splide .splide__track .splide__list .splide__slide .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5%;
  border-radius: 24px;
  min-height: 35vh;
  width: 80%;
}
.what-do-section .container-fluid .row .card-overflow .cards-container .splide .splide__track .splide__list .splide__slide .card.card-with-overlay {
  position: relative;
}
.what-do-section .container-fluid .row .card-overflow .cards-container .splide .splide__track .splide__list .splide__slide .card.card-with-overlay::before {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 24px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(37, 37, 37, 0.7254901961);
  pointer-events: none;
}
.what-do-section .container-fluid .row .card-overflow .cards-container .splide .splide__track .splide__list .splide__slide .card h2 {
  color: #FFFFFF;
  font-size: 1.6rem;
  padding-bottom: 5%;
  z-index: 2;
}
.what-do-section .container-fluid .row .card-overflow .cards-container .splide .splide__track .splide__list .splide__slide .card p {
  color: #FFFFFF;
  font-size: 1rem;
  padding-bottom: 5%;
  z-index: 2;
}
.what-do-section .container-fluid .row .card-overflow .cards-container .splide .splide__track .splide__list .splide__slide .card a {
  background-color: #104021;
  z-index: 2;
  padding: 2% 8%;
  border-radius: 8px;
  border: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #FFFFFF;
}
.what-do-section .container-fluid .row .card-overflow .cards-container .splide .splide__track .splide__list .splide__slide .card a:hover {
  background-color: #FFFFFF;
  color: #104021;
}
.what-do-section .container-fluid .row .card-overflow .cards-container .splide .splide__pagination {
  display: none !important;
}

.meet-our-section {
  padding: 5%;
  padding-block: 0;
}
.meet-our-section .container-fluid .row .img-container {
  padding-bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.meet-our-section .container-fluid .row .img-container .green-bg {
  position: absolute;
  top: -3%;
  left: 11%;
  background-color: #104021;
  border-radius: 16px;
  width: 78%;
  height: 80%;
}
.meet-our-section .container-fluid .row .img-container img {
  z-index: 5;
  width: 100%;
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
}
.meet-our-section .container-fluid .row .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.meet-our-section .container-fluid .row .btn-container button {
  background-color: #104021;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  border-radius: 8px;
  border: 1px solid #104021;
  padding: 0.5% 1%;
}
.meet-our-section .container-fluid .row .btn-container button:hover {
  background-color: transparent;
}
.meet-our-section .container-fluid .row .btn-container button:hover a {
  color: #104021;
}
.meet-our-section .container-fluid .row .btn-container button a {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  color: #FFFFFF;
}

@media (max-width: 1366px) and (max-height: 736px) {
  .hero-section .content-section .container-fluid .row .text-col {
    -webkit-padding-start: 5%;
            padding-inline-start: 5%;
  }
  .hero-section .content-section .container-fluid .row .text-col h5 {
    font-size: 1rem;
  }
  .hero-section .content-section .container-fluid .row .text-col h1 {
    color: #FFFFFF;
    font-size: 2.8rem;
  }
  .hero-section .content-section .container-fluid .row .text-col .btn-container a {
    font-size: 1rem;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card {
    min-height: 35%;
    padding: 3%;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card .img-container .avatar {
    background: linear-gradient(162.26deg, rgba(217, 217, 217, 0.45) 12.12%, rgba(217, 217, 217, 0) 95.64%);
    height: 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50px;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card .img-container .avatar img {
    width: 75%;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card p {
    text-align: center;
    font-size: 1rem;
    padding-bottom: 10%;
    color: #FFFFFF;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card .btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card .btn-container a {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 4% 8%;
    border: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    color: #104021;
    text-transform: capitalize;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card .btn-container a:hover {
    background-color: #104021;
    color: #FFFFFF;
  }
  .hero-section .content-section .container-fluid .row .cards-col .reviews-card {
    height: 35%;
    width: 60%;
    padding: 2% 4%;
    background: rgba(16, 64, 33, 0.1019607843);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-radius: 14px;
  }
  .hero-section .content-section .container-fluid .row .cards-col .reviews-card .text p {
    font-size: 1rem;
  }
  .hero-section .content-section .container-fluid .row .cards-col .reviews-card .text-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-section .content-section .container-fluid .row .cards-col .reviews-card .text-img img {
    width: 20%;
    -webkit-margin-end: 3%;
            margin-inline-end: 3%;
  }
  .hero-section .content-section .container-fluid .row .cards-col .reviews-card .text-img p {
    color: #FFFFFF;
    font-size: 1rem;
  }
  .hero-section .content-section .social {
    position: absolute;
    top: 10%;
    right: 0;
    border: 2px solid #FFFFFF;
    border-right: 0px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 1.5% 0.8%;
    background-color: #FFFFFF;
  }
  .hero-section .content-section .social ul {
    list-style: none;
  }
  .hero-section .content-section .social ul li {
    padding-block: 35%;
  }
  .hero-section .content-section .social ul li:first-child a img {
    width: 15px;
  }
  .hero-section .content-section .social ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-section .content-section .social ul li a img {
    width: 25px;
    height: 25px;
  }
  .DCM-section .container-fluid .row .text-col h2 {
    font-size: 2.8rem;
  }
  .DCM-section .container-fluid .row .text-col p {
    font-size: 1.2rem;
  }
  .DCM-section .container-fluid .row .text-col .btn-container a {
    font-size: 1rem;
  }
  .about-us-section .container-fluid .row .title-col h2 {
    font-size: 2.8rem;
    padding-bottom: 2%;
  }
  .about-us-section .container-fluid .row .title-col p {
    font-size: 1.2rem;
  }
  .what-do-section {
    padding-block: 5%;
  }
  .what-do-section::after {
    display: none;
  }
  .what-do-section .container-fluid .row .title-col .border-bottom-div {
    margin-bottom: 1%;
  }
  .what-do-section .container-fluid .row .title-col h2 {
    font-size: 2.8rem;
  }
  .what-do-section .container-fluid .row .text-col .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2%;
  }
  .what-do-section .container-fluid .row .text-col .title .img-container img {
    width: 20%;
  }
  .what-do-section .container-fluid .row .text-col .title h2 {
    font-size: 2.4rem;
  }
  .what-do-section .container-fluid .row .card-overflow .cards-container .splide .splide__track .splide__list .splide__slide .card {
    padding: 8%;
    min-height: 35vh;
    width: 90%;
  }
  .what-do-section .container-fluid .row .card-overflow .cards-container .splide .splide__track .splide__list .splide__slide .card h2 {
    font-size: 1.4rem;
  }
  .what-do-section .container-fluid .row .card-overflow .cards-container .splide .splide__track .splide__list .splide__slide .card p {
    font-size: 1rem;
  }
  .what-do-section .container-fluid .row .card-overflow .cards-container .splide .splide__pagination {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hero-section {
    padding: 0%;
  }
  .hero-section .content-section {
    height: 100%;
    width: 100%;
    border-radius: 0px;
    position: relative;
    padding: 5%;
  }
  .hero-section .content-section .container-fluid {
    padding-block: 15%;
  }
  .hero-section .content-section .container-fluid .row .text-col {
    -webkit-padding-start: 0%;
            padding-inline-start: 0%;
  }
  .hero-section .content-section .container-fluid .row .text-col h5 {
    font-size: 1rem;
  }
  .hero-section .content-section .container-fluid .row .text-col h1 {
    font-size: 2.8rem;
  }
  .hero-section .content-section .container-fluid .row .text-col .btn-container a {
    font-size: 1rem;
  }
  .hero-section .content-section .container-fluid .row .cards-col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card {
    width: 35%;
    height: 75%;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card .img-container .avatar {
    height: 75px;
    width: 75px;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card .img-container .avatar img {
    width: 65%;
  }
  .hero-section .content-section .container-fluid .row .cards-col .reviews-card {
    height: 75%;
    width: 60%;
    background: rgba(16, 64, 33, 0.1019607843);
  }
  .hero-section .content-section .container-fluid .row .cards-col .reviews-card .text-img img {
    width: 25%;
  }
  .hero-section .content-section .social {
    display: none;
  }
  .DCM-section .container-fluid {
    height: 100%;
  }
  .DCM-section .container-fluid .row {
    height: 100%;
    position: relative;
  }
  .DCM-section .container-fluid .row::before {
    content: url(../images/two-circles.png);
    position: absolute;
    top: -18%;
    left: -30%;
  }
  .DCM-section .container-fluid .row::after {
    display: none;
  }
  .DCM-section .container-fluid .row .text-col h2 {
    font-size: 2.8rem;
  }
  .DCM-section .container-fluid .row .text-col p {
    font-size: 1.2rem;
  }
  .about-us-section::after {
    display: none;
  }
  .about-us-section .container-fluid .row .title-col {
    text-align: center;
    padding-bottom: 8%;
  }
  .about-us-section .container-fluid .row .title-col h2 {
    font-size: 2.8rem;
  }
  .about-us-section .container-fluid .row .title-col h2 span {
    font-size: 1.2rem;
  }
  .about-us-section .container-fluid .row .title-col p {
    font-size: 1.2rem;
    padding-inline: 0%;
  }
  .about-us-section .container-fluid .row .card-col {
    padding-bottom: 8%;
  }
  .about-us-section .container-fluid .row .card-col .main-card {
    width: 80%;
  }
  .what-do-section {
    padding-block: 5%;
  }
  .what-do-section::after {
    display: none;
  }
  .what-do-section .container-fluid .row .title-col .border-bottom-div {
    margin-bottom: 1.8%;
  }
  .what-do-section .container-fluid .row .title-col h2 {
    font-size: 2.8rem;
  }
  .what-do-section .container-fluid .row .text-col .title .img-container img {
    width: 25%;
  }
  .what-do-section .container-fluid .row .text-col .title h2 {
    font-size: 2.4rem;
  }
  .what-do-section .container-fluid .row .text-col .desc {
    padding-inline: 0%;
    -webkit-padding-start: 8%;
            padding-inline-start: 8%;
  }
  .what-do-section .container-fluid .row .text-col .desc p {
    font-size: 1.2rem;
    -webkit-padding-end: 10%;
            padding-inline-end: 10%;
  }
}
@media (max-width: 500px) {
  .hero-section {
    padding: 0%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-block: 35% 15%;
  }
  .hero-section .content-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .hero-section .content-section .container-fluid {
    padding-block: 0%;
  }
  .hero-section .content-section .container-fluid .row .text-col {
    -webkit-padding-start: 0%;
            padding-inline-start: 0%;
  }
  .hero-section .content-section .container-fluid .row .text-col h5 {
    font-size: 1rem;
  }
  .hero-section .content-section .container-fluid .row .text-col h1 {
    font-size: 2.4rem;
  }
  .hero-section .content-section .container-fluid .row .text-col .btn-container a {
    font-size: 1rem;
    padding: 2% 4%;
  }
  .hero-section .content-section .container-fluid .row .cards-col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card {
    width: 100%;
    height: 75%;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card .img-container .avatar {
    height: 75px;
    width: 75px;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card .img-container .avatar img {
    width: 65%;
  }
  .hero-section .content-section .container-fluid .row .cards-col .contact-us-card p {
    padding-inline: 5%;
  }
  .hero-section .content-section .container-fluid .row .cards-col .reviews-card {
    display: none;
  }
  .hero-section .content-section .social {
    display: none;
  }
  .DCM-section .container-fluid {
    height: 100%;
  }
  .DCM-section .container-fluid .row {
    height: 100%;
    position: relative;
  }
  .DCM-section .container-fluid .row::before {
    display: none;
  }
  .DCM-section .container-fluid .row::after {
    display: none;
  }
  .DCM-section .container-fluid .row .text-col h2 {
    font-size: 2.4rem;
  }
  .DCM-section .container-fluid .row .text-col p {
    font-size: 1.2rem;
  }
  .about-us-section::after {
    display: none;
  }
  .about-us-section .container-fluid .row .title-col {
    text-align: center;
    padding-bottom: 8%;
  }
  .about-us-section .container-fluid .row .title-col h2 {
    font-size: 2.4rem;
  }
  .about-us-section .container-fluid .row .title-col h2 span {
    font-size: 1.2rem;
  }
  .about-us-section .container-fluid .row .title-col p {
    font-size: 1rem;
  }
  .about-us-section .container-fluid .row .card-col {
    padding-bottom: 8%;
  }
  .about-us-section .container-fluid .row .card-col .main-card {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 55vh;
  }
  .about-us-section .container-fluid .row .card-col .main-card .about-card {
    padding-top: 40%;
  }
  .about-us-section .container-fluid .row .card-col .main-card .about-card .white-card {
    padding-bottom: 5%;
  }
  .what-do-section {
    padding-block: 5%;
  }
  .what-do-section::after {
    display: none;
  }
  .what-do-section .container-fluid .row .title-col {
    -webkit-padding-start: 5%;
            padding-inline-start: 5%;
    display: none;
  }
  .what-do-section .container-fluid .row .title-col .border-bottom-div {
    display: none;
  }
  .what-do-section .container-fluid .row .title-col h2 {
    font-size: 2.4rem;
    margin: 0;
    -webkit-padding-start: 7%;
            padding-inline-start: 7%;
  }
  .what-do-section .container-fluid .row .text-col .title .img-container img {
    width: 25%;
  }
  .what-do-section .container-fluid .row .text-col .title h2 {
    font-size: 2.4rem;
  }
  .what-do-section .container-fluid .row .text-col .desc {
    -webkit-padding-start: 8%;
            padding-inline-start: 8%;
  }
  .what-do-section .container-fluid .row .text-col .desc p {
    font-size: 1rem;
    -webkit-padding-end: 5%;
            padding-inline-end: 5%;
  }
  .what-do-section .container-fluid .row .card-overflow {
    padding-bottom: 6%;
  }
  .what-do-section .container-fluid .row .card-overflow .cards-container .splide .splide__track .splide__list .splide__slide .card {
    min-height: 30vh;
    width: 95%;
  }
  .what-do-section .container-fluid .row .card-overflow .cards-container .splide .splide__track .splide__list .splide__slide .card h2 {
    font-size: 1.4rem;
  }
  .what-do-section .container-fluid .row .card-overflow .cards-container .splide .splide__track .splide__list .splide__slide .card p {
    font-size: 1rem;
  }
  .what-do-section .container-fluid .row .card-overflow .cards-container .splide .splide__pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    bottom: -10%;
  }
  .what-do-section .container-fluid .row .card-overflow .cards-container .splide .splide__pagination li button {
    background-color: #104021;
  }
  .what-do-section .container-fluid .row .card-overflow .cards-container .splide .splide__arrows {
    display: none !important;
  }
}