@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Alexandria", sans-serif;
  font-size: 16px;
  line-height: 27px;
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
}

.btn {
  width: fit-content;
}
.btn a {
  color: #770000;
  text-decoration: none;
  font-weight: 500;
}
.btn.underline {
  position: relative;
}
.btn.underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid #770000;
}

.slick-slider .slick-arrow.slick-next {
  right: 0;
  z-index: 999;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
  z-index: 999;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  margin-bottom: 0 !important;
}

.banner-main h1 {
  color: #0C0D0F;
  font-family: "Alexandria", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: -2.4px;
  padding-left: 0px;
  padding-right: 25px;
  padding-top: 40px;
}
.banner-main h1 .highlight {
  color: #0055B8;
}

.banner-sub-left {
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: start !important;
}

.banner-bar {
  color: #0C0D0F;
  text-align: justify;
  font-family: "Alexandria", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-left: 0;
  padding-right: 25px;
  max-width: 500px;
}
.banner-bar.banner-para-width {
  width: 100%;
}

.welcome-text {
  text-align: center;
  color: #0C0D0F;
  font-family: "Alexandria", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.6px;
}

.section-title {
  color: #0C0D0F;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -2px;
}
.section-title .highlight {
  color: #0055B8;
}

.section-sub-title {
  color: #0C0D0F;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
.section-sub-title .highlight {
  color: #87431E;
}

.section-para {
  color: #0C0D0F;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-set {
  display: flex;
  justify-content: center;
}
.button-set .btn-img-brown, .button-set .btn-img-white {
  width: 30px;
  height: 30px;
}
.button-set .btn-get {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 191px;
  height: 46px;
  border: 0.2px solid #A8AABC;
  border-right: none;
  border-left: 3px solid #87431E;
  border-top: none;
  border-bottom: none;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(135, 67, 30, 0.5);
  color: #444655;
  font-family: "Alexandria", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px;
  text-transform: capitalize;
  justify-content: space-around;
}
.button-set .btn-get .btn-img-brown {
  display: block;
}
.button-set .btn-get .btn-img-white {
  display: none;
}
.button-set .btn-get:hover {
  background: #87431E;
  color: #FFF;
  transform: scale(1.05);
  border-left: 3px solid #ffffff;
}
.button-set .btn-get:hover .btn-img-brown {
  display: none;
}
.button-set .btn-get:hover .btn-img-white {
  display: block;
}

.button-set-banner {
  display: flex;
  justify-content: start;
  padding-left: 0px;
  padding-bottom: 20px;
  padding-top: 30px;
}
.button-set-banner .btn-img-brown {
  width: 30px;
  height: 30px;
}
.button-set-banner .btn-get {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 191px;
  height: 46px;
  border: 0.2px solid #A8AABC;
  border-right: none;
  border-left: 3px solid #87431E;
  border-top: none;
  border-bottom: none;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(135, 67, 30, 0.5);
  color: #444655;
  font-family: "Alexandria", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px;
  text-transform: capitalize;
  justify-content: space-around;
}
.button-set-banner .btn-get .btn-img-brown {
  display: block;
}
.button-set-banner .btn-get .btn-img-white {
  display: none;
}
.button-set-banner .btn-get:hover {
  background: #87431E;
  color: #FFF;
  transform: scale(1.05);
  border-left: 3px solid #ffffff;
}
.button-set-banner .btn-get:hover .btn-img-brown {
  display: none;
}
.button-set-banner .btn-get:hover .btn-img-white {
  display: block;
}

.second-title {
  color: #0C0D0F;
  font-family: "Alexandria", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -2.4px;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.second-title .highlight {
  color: #0055B8;
}

.second-sub-title {
  color: #0C0D0F;
  font-family: #444655;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.content-wrap-text {
  color: #0C0D0F;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.remove-underline {
  text-decoration: none;
  cursor: pointer;
}

.pagination {
  display: flex;
  justify-self: center;
  column-gap: 1.1979166667vw;
  align-items: center;
  padding-bottom: 3.125vw;
}
.pagination .page-numbers {
  color: #0C0D0F;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: normal;
  text-transform: capitalize;
  text-decoration: none;
}
.pagination .current {
  color: #FFF;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: normal;
  text-transform: capitalize;
  width: 30px;
  height: 30px;
  background: #87431E;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination a.next.page-numbers {
  text-decoration: none;
  color: #000;
  font-size: 20px;
}
.pagination a.prev .page-numbers {
  text-decoration: none;
  color: #000;
  font-size: 20px;
}

.contact-us-title {
  color: #0C0D0F;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-transform: capitalize;
  padding-bottom: 30px;
}
.contact-us-title .highlight {
  color: #0055B8;
}

.contact-us-para {
  color: #17181D;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  padding-bottom: 30px;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border-top: none !important;
  border-right: none !important;
  content: "";
  background-image: url("../images/dropdown.png") !important;
  width: 24 !important;
  height: 10 !important;
  background: no-repeat;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  background-size: cover;
}

.selected-flag {
  background: transparent !important;
}

.section-para-left {
  color: #0C0D0F;
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

@media only screen and (min-width: 1200px) {
  .banner-main h1 {
    color: #0C0D0F;
    font-family: "Alexandria", sans-serif;
    font-size: 3.6458333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.6458333333vw;
    letter-spacing: -0.265625vw;
    padding-left: 6.25vw;
    padding-top: 0vw;
  }
  .banner-main h1 .highlight {
    color: #0055B8;
  }
  .banner-sub-left {
    padding-left: 6.25vw;
    padding-top: 2.0833333333vw;
    padding-bottom: 1.5625vw;
  }
  .banner-bar {
    color: #0C0D0F;
    text-align: justify;
    font-family: "Alexandria", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4583333333vw;
    padding-left: 6.25vw;
    max-width: 28.90625vw;
    padding-bottom: 30px;
  }
  .welcome-text {
    color: #0C0D0F;
    font-family: "Alexandria", sans-serif;
    font-size: 2.8125vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.05625vw;
  }
  .section-title {
    text-align: left;
    color: #0C0D0F;
    font-family: "Alexandria", sans-serif;
    font-size: 3.125vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.125vw;
    letter-spacing: -0.15625vw;
  }
  .section-title .highlight {
    color: #0055B8;
  }
  .section-sub-title {
    text-align: left;
    color: #0C0D0F;
    font-family: "Alexandria", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .section-sub-title .highlight {
    color: #87431E;
  }
  .section-para {
    color: #0C0D0F;
    text-align: right;
    font-family: "Poppins", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4583333333vw;
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .section-para P {
    color: #0C0D0F;
    text-align: right;
    font-family: "Poppins", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4583333333vw;
  }
  .button-set .btn-img-brown, .button-set .btn-img-white {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .button-set .btn-get {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13.3333333333vw;
    height: 3.0208333333vw;
    border: 0.2px solid #A8AABC;
    border-right: none;
    border-left: 0.15625vw solid #87431E;
    border-top: none;
    border-bottom: none;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(135, 67, 30, 0.5);
    color: #444655;
    font-family: "Alexandria", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 0px;
    text-transform: capitalize;
    justify-content: space-around;
  }
  .button-set .btn-get .btn-img-brown {
    display: block;
  }
  .button-set .btn-get .btn-img-white {
    display: none;
  }
  .button-set .btn-get:hover {
    background: #87431E;
    color: #FFF;
    transform: scale(1.05);
    border-left: 3px solid #ffffff;
  }
  .button-set .btn-get:hover .btn-img-brown {
    display: none;
  }
  .button-set .btn-get:hover .btn-img-white {
    display: block;
  }
  .button-set-banner {
    justify-self: start;
    padding-left: 6.25vw;
    padding-bottom: 0vw;
    position: relative;
    z-index: 1;
    padding-top: 0vw;
  }
  .button-set-banner .btn-img-brown {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .button-set-banner .btn-get {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13.3333333333vw;
    height: 3.0208333333vw;
    border: 0.2px solid #A8AABC;
    border-right: none;
    border-left: 0.15625vw solid #87431E;
    border-top: none;
    border-bottom: none;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(135, 67, 30, 0.5);
    color: #444655;
    font-family: "Alexandria", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 0px;
    text-transform: capitalize;
    justify-content: space-around;
  }
  .button-set-banner .btn-get .btn-img-brown {
    display: block;
  }
  .button-set-banner .btn-get .btn-img-white {
    display: none;
  }
  .button-set-banner .btn-get:hover {
    background: #87431E;
    color: #FFF;
    transform: scale(1.05);
    border-left: 3px solid #ffffff;
  }
  .button-set-banner .btn-get:hover .btn-img-brown {
    display: none;
  }
  .button-set-banner .btn-get:hover .btn-img-white {
    display: block;
  }
  .contact-us-title {
    color: #0C0D0F;
    text-align: center;
    font-family: "Alexandria", sans-serif;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.5vw;
    letter-spacing: -0.15vw;
    text-transform: capitalize;
    padding-bottom: 3.125vw;
  }
  .contact-us-title .highlight {
    color: #0055B8;
  }
  .contact-us-para {
    color: #17181D;
    text-align: center;
    font-family: "Alexandria", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1979166667vw;
    padding-bottom: 4.1666666667vw;
  }
  .second-title {
    color: #0C0D0F;
    font-family: "Alexandria", sans-serif;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.125vw;
    letter-spacing: -0.125vw;
    margin-bottom: 0vw;
    padding-bottom: 0.15625vw;
  }
  .second-title .highlight {
    color: #0055B8;
  }
  .second-sub-title {
    color: #0C0D0F;
    font-family: "Poppins", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4583333333vw;
    margin-bottom: 0vw;
    padding-bottom: 2.6041666667vw;
  }
  .content-wrap-text {
    color: #0C0D0F;
    font-family: "Poppins", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4583333333vw;
  }
  .insight-sub-title {
    color: #000106;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 1.1458333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.7989583333vw;
    letter-spacing: -0.0572916667vw;
  }
  .section-para-left {
    color: #0C0D0F;
    text-align: justify;
    font-family: "Poppins", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4583333333vw;
  }
  .pagination {
    display: flex;
    justify-self: center;
    column-gap: 1.1979166667vw;
    align-items: center;
    padding-bottom: 7.2916666667vw;
  }
  .pagination .page-numbers {
    color: #0C0D0F;
    text-align: center;
    font-family: "Alexandria", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55625vw;
    letter-spacing: -0.0375vw;
    text-transform: capitalize;
    text-decoration: none;
  }
  .pagination .current {
    color: #FFF;
    text-align: center;
    font-family: "Alexandria", sans-serif;
    font-size: 1.1458333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9020833333vw;
    letter-spacing: -0.0458333333vw;
    text-transform: capitalize;
    width: 3.125vw;
    height: 3.125vw;
    background: #87431E;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pagination a.next.page-numbers {
    text-decoration: none;
    color: #000;
    font-size: 1.3020833333vw;
  }
  .pagination a.prev .page-numbers {
    text-decoration: none;
    color: #000;
    font-size: 1.3020833333vw;
  }
}
@media only screen and (min-width: 1536px) {
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border-top: none !important;
    border-right: none !important;
    content: "";
    background-image: url("../images/dropdown.png") !important;
    width: 1.25vw !important;
    height: 0.5208333333vw !important;
    background: no-repeat;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    background-size: cover;
  }
}
.remove-underline {
  text-decoration: none;
}

.welcome-section {
  padding-bottom: 50px;
}
.welcome-section .image-container {
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}
.welcome-section .image-container .imageone {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  margin-bottom: 20px;
  height: 400px;
}
.welcome-section .image-container .two-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 40px;
}
.welcome-section .image-container .two-card .imagetwo {
  width: 100%;
  height: 249px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}
.welcome-section .image-container .two-card .imagethree {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
}
.welcome-section .welcome-details {
  width: 100%;
  background: linear-gradient(180deg, rgba(235, 249, 255, 0) 0%, rgba(174, 233, 255, 0.6) 100%);
  padding-right: 0px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 50px;
}
.welcome-section .welcome-details .welcome-text {
  text-align: center;
  padding-bottom: 10px;
}
.welcome-section .welcome-details .section-title {
  text-align: center;
  padding-bottom: 40px;
}
.welcome-section .welcome-details .section-sub-title {
  text-align: center;
  padding-bottom: 40px;
}
.welcome-section .welcome-details .section-para {
  text-align: center;
  width: 100%;
  margin-left: unset;
  padding-bottom: 30px;
}
.welcome-section .welcome-details .button-set {
  display: flex;
  justify-content: center;
}

.choose-section {
  padding: 0vw 6.25vw;
  padding-top: 0px;
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 0;
}
.choose-section .section-title {
  text-align: center;
  padding-bottom: 40px;
}
.choose-section .section-para {
  text-align: center;
  width: 100%;
  margin: auto;
  padding-bottom: 50px;
}

.sustainable-section {
  padding: 0vw 6.25vw;
  margin-bottom: 7.2916666667vw;
}
.sustainable-section .sustainable-card {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(68, 70, 85, 0.3);
  height: 1100px;
  justify-content: space-between;
}
.sustainable-section .sustainable-card .details-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 1100px;
  margin-left: 0px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 30px;
  box-shadow: 0px 0px 20px 0px rgba(68, 70, 85, 0.3);
  position: relative;
  z-index: 1;
}
.sustainable-section .sustainable-card .details-card .section-title {
  padding-bottom: 40px;
  padding-top: 50px;
}
.sustainable-section .sustainable-card .details-card .section-sub-title {
  padding-bottom: 40px;
}
.sustainable-section .sustainable-card .details-card .section-para {
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
}
.sustainable-section .sustainable-card .details-card .button-set {
  display: flex;
  justify-content: center;
}
.sustainable-section .sustainable-card .bg-image-mb {
  display: block;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 484px;
  position: relative;
  top: -483px;
  object-fit: cover;
  width: 100%;
}
.sustainable-section .sustainable-card .bg-image {
  display: none;
}

.coundown-wrapper .countdown-slider {
  display: flex;
  row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.coundown-wrapper .countdown-slider .countdown-item {
  padding: 2.0833333333vw 2.0833333333vw 2.0833333333vw 1.5625vw;
  border-radius: 20px;
  width: 152px;
  height: 224px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coundown-wrapper .countdown-slider .countdown-item .countdown-inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  row-gap: 1.0416666667vw;
}
.coundown-wrapper .countdown-slider .countdown-item .countdown-inner .counter {
  color: #FFF;
  font-family: "Alexandria", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.coundown-wrapper .countdown-slider .countdown-item .countdown-inner .counter .counter-logo {
  width: 60px;
  height: 60px;
}
.coundown-wrapper .countdown-slider .countdown-item .countdown-inner .value-name {
  color: #FFF;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  margin-left: auto;
  margin-bottom: 0;
  max-width: 100%;
}
.coundown-wrapper .countdown-slider .countdown-item:first-child {
  margin-top: 0px;
  box-shadow: 0px 14px 34px 0px rgba(0, 85, 184, 0.6);
}
.coundown-wrapper .countdown-slider .countdown-item:nth-child(2) {
  box-shadow: 0px 14px 34px 0px rgba(226, 176, 61, 0.6);
}
.coundown-wrapper .countdown-slider .countdown-item:nth-child(3) {
  box-shadow: 0px 14px 34px 0px rgba(0, 130, 255, 0.6);
}
.coundown-wrapper .countdown-slider .countdown-item:last-child {
  margin-top: 0px;
  box-shadow: 0px 14px 34px 0px rgba(147, 150, 183, 0.6);
}

.insight-wrapper {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 146px;
}
.insight-wrapper .insight-row .insight .insight-single {
  margin: 0px;
  height: 400px;
  padding-left: 20px;
  padding-right: 21px;
}
.insight-wrapper .insight-row .insight .insight-single:first-child {
  margin-left: unset;
}
.insight-wrapper .insight-row .insight .insight-single .insight-details {
  height: 400px;
  position: relative;
  border-radius: 30px;
}
.insight-wrapper .insight-row .insight .insight-single .insight-details::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background: linear-gradient(0deg, #04234F 0%, rgba(0, 85, 184, 0.9) 45.22%, rgba(0, 105, 255, 0) 72.35%, rgba(0, 0, 0, 0.3) 90.44%);
  height: 400px;
}
.insight-wrapper .insight-row .insight .insight-single .insight-details .insight-img {
  border-radius: 30px;
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner {
  position: absolute;
  top: 160px;
  z-index: 1;
  padding-left: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  padding-right: 20px;
  padding-left: 20px;
}
.insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner .insight-title {
  color: #FFF;
  font-family: "Alexandria", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.9px;
}
.insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner .insight-subtitle {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
.insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner .insight-date {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
.insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner .insight-para {
  display: block;
  opacity: 1;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner .btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner .btn-container .btn-read {
  color: #FFF;
  font-family: "Alexandria", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-decoration-line: underline;
  text-transform: capitalize;
}
.insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner .btn-container .btn-read {
  background: none;
  border: none;
}
.insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner:hover {
  display: block;
}
.insight-wrapper .insight-row .insight .insight-single:hover {
  display: block;
}
.insight-wrapper .insight-row .insight .slick-list {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0px;
  margin-right: 0px;
}
.insight-wrapper .insight-row .insight .slick-back,
.insight-wrapper .insight-row .insight .slick-next {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  width: 46px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  font-size: 0;
}
.insight-wrapper .insight-row .insight .slick-back::before,
.insight-wrapper .insight-row .insight .slick-next::before {
  display: none;
}
.insight-wrapper .insight-row .insight .slick-back {
  top: 115%;
  left: 40%;
  background-image: url("../images/back.png");
}
.insight-wrapper .insight-row .insight .slick-next {
  top: 115%;
  left: 56%;
  background-image: url("../images/next.png");
}

.insight-section {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}
.insight-section .insight-title-set {
  display: block;
  justify-content: space-between;
  padding-bottom: 50px;
}
.insight-section .insight-title-set .section-title {
  padding-bottom: 40px;
}
.insight-section .insight-title-set .button-set {
  display: flex;
  justify-content: center;
}

.service-section {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 30px;
}
.service-section .section-title {
  padding-right: 25px;
  padding-left: 25px;
}
.service-section .section-para {
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.service-wrapper {
  padding-right: 25px;
  padding-left: 25px;
  height: 400px;
  margin-bottom: 190px;
  position: relative;
}
.service-wrapper::after {
  content: "";
  position: absolute;
  top: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(235, 249, 255, 0) 0%, rgba(174, 233, 255, 0.6) 100%);
  height: 336px;
  z-index: -1;
}
.service-wrapper .service-row .service .service-single {
  margin: 0px;
  height: 400px;
}
.service-wrapper .service-row .service .service-single:first-child {
  margin-left: 0px;
}
.service-wrapper .service-row .service .service-single .service-details {
  height: 400px;
  position: relative;
  border-radius: 10px;
}
.service-wrapper .service-row .service .service-single .service-details::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background: linear-gradient(0deg, #04234F 0%, rgba(0, 85, 184, 0.9) 36.87%, rgba(0, 105, 255, 0) 60%, rgba(0, 0, 0, 0.3) 96.8%);
  height: 400px;
  width: 100%;
}
.service-wrapper .service-row .service .service-single .service-details .service-img {
  border-radius: 30px;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.service-wrapper .service-row .service .service-single .service-details .service-inner {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding-left: 0;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, -50%);
}
.service-wrapper .service-row .service .service-single .service-details .service-inner .service-title {
  color: #FFF;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.9px;
  text-transform: capitalize;
  padding-bottom: 30px;
}
.service-wrapper .service-row .service .service-single .service-details .service-inner .service-para {
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  width: 25.1041666667vw;
}
.service-wrapper .service-row .service .service-single .service-details .service-inner .btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.service-wrapper .service-row .service .service-single .service-details .service-inner .btn-container .btn-read {
  color: #FFF;
  font-family: "Alexandria", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-decoration-line: underline;
  text-transform: capitalize;
}
.service-wrapper .service-row .service .service-single .service-details .service-inner .btn-container .btn-read {
  background: none;
  border: none;
}
.service-wrapper .service-row .service .slick-back,
.service-wrapper .service-row .service .slick-next {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  width: 46px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  font-size: 0;
}
.service-wrapper .service-row .service .slick-back::before,
.service-wrapper .service-row .service .slick-next::before {
  display: none;
}
.service-wrapper .service-row .service .slick-back {
  top: 115%;
  left: 40%;
  background-image: url("../images/back.png");
}
.service-wrapper .service-row .service .slick-next {
  top: 115%;
  left: 57%;
  background-image: url("../images/next.png");
}

@media only screen and (min-width: 768px) {
  .welcome-section {
    padding-bottom: 50px;
  }
  .welcome-section .image-container {
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .welcome-section .image-container .imageone {
    width: 100%;
    border-radius: 20px;
    object-fit: contain;
    margin-bottom: 20px;
    height: 650px;
    object-position: top;
  }
  .welcome-section .image-container .two-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 40px;
  }
  .welcome-section .image-container .two-card .imagetwo {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .welcome-section .image-container .two-card .imagethree {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;
    object-fit: cover;
    border-radius: 20px;
  }
  .welcome-section .welcome-details {
    width: 100%;
    background: linear-gradient(180deg, rgba(235, 249, 255, 0) 0%, rgba(174, 233, 255, 0.6) 100%);
    padding-right: 0px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 50px;
  }
  .welcome-section .welcome-details .welcome-text {
    text-align: center;
    padding-bottom: 0.5208333333vw;
  }
  .welcome-section .welcome-details .section-title {
    text-align: center;
    padding-bottom: 0.78125vw;
  }
  .welcome-section .welcome-details .section-sub-title {
    text-align: center;
    padding-bottom: 1.5625vw;
  }
  .welcome-section .welcome-details .section-para {
    text-align: center;
    width: 100%;
    margin-left: unset;
    padding-bottom: 1.5625vw;
  }
  .welcome-section .welcome-details .button-set {
    display: flex;
    justify-content: center;
  }
  .choose-section {
    padding: 0vw 6.25vw;
    padding-top: 0px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 0;
  }
  .choose-section .section-title {
    text-align: center;
    padding-bottom: 40px;
  }
  .choose-section .section-para {
    text-align: center;
    width: 100%;
    margin: auto;
    padding-bottom: 50px;
  }
  .sustainable-section {
    margin-bottom: 30px;
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0px;
  }
  .sustainable-section .sustainable-card {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(68, 70, 85, 0.3);
    height: 960px;
    justify-content: space-between;
  }
  .sustainable-section .sustainable-card .details-card {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 960px;
    margin-left: 0px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 30px;
    box-shadow: 0px 0px 20px 0px rgba(68, 70, 85, 0.3);
    position: relative;
    z-index: 1;
  }
  .sustainable-section .sustainable-card .details-card .section-title {
    padding-bottom: 40px;
    padding-top: 50px;
  }
  .sustainable-section .sustainable-card .details-card .section-sub-title {
    padding-bottom: 40px;
  }
  .sustainable-section .sustainable-card .details-card .section-para {
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
  }
  .sustainable-section .sustainable-card .details-card .button-set {
    display: flex;
    justify-content: center;
  }
  .sustainable-section .sustainable-card .bg-image-mb {
    display: block;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 483px;
    position: relative;
    top: -483px;
    object-fit: cover;
    width: 100%;
  }
  .sustainable-section .sustainable-card .bg-image {
    display: none;
  }
  .coundown-wrapper .countdown-slider {
    display: flex;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .coundown-wrapper .countdown-slider .countdown-item {
    padding: 2.0833333333vw 2.0833333333vw 2.0833333333vw 1.5625vw;
    border-radius: 20px;
    width: 152px;
    height: 224px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .coundown-wrapper .countdown-slider .countdown-item .countdown-inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 1.0416666667vw;
  }
  .coundown-wrapper .countdown-slider .countdown-item .countdown-inner .counter {
    color: #FFF;
    font-family: "Alexandria", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .coundown-wrapper .countdown-slider .countdown-item .countdown-inner .counter .counter-logo {
    width: 60px;
    height: 60px;
  }
  .coundown-wrapper .countdown-slider .countdown-item .countdown-inner .value-name {
    color: #FFF;
    text-align: center;
    font-family: "Alexandria", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    margin-left: auto;
    margin-bottom: 0;
    max-width: 100%;
  }
  .coundown-wrapper .countdown-slider .countdown-item:first-child {
    margin-top: 0px;
    box-shadow: 0px 14px 34px 0px rgba(0, 85, 184, 0.6);
  }
  .coundown-wrapper .countdown-slider .countdown-item:nth-child(2) {
    box-shadow: 0px 14px 34px 0px rgba(226, 176, 61, 0.6);
  }
  .coundown-wrapper .countdown-slider .countdown-item:nth-child(3) {
    box-shadow: 0px 14px 34px 0px rgba(0, 130, 255, 0.6);
  }
  .coundown-wrapper .countdown-slider .countdown-item:last-child {
    margin-top: 0px;
    box-shadow: 0px 14px 34px 0px rgba(147, 150, 183, 0.6);
  }
  .insight-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 146px;
  }
  .insight-wrapper .insight-row .insight .insight-single {
    margin: 0px;
    height: 400px;
    padding-left: 20px;
    padding-right: 21px;
  }
  .insight-wrapper .insight-row .insight .insight-single:first-child {
    margin-left: unset;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details {
    height: 400px;
    position: relative;
    border-radius: 30px;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    background: linear-gradient(0deg, #04234F 0%, rgba(0, 85, 184, 0.9) 45.22%, rgba(0, 105, 255, 0) 72.35%, rgba(0, 0, 0, 0.3) 90.44%);
    height: 400px;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details .insight-img {
    border-radius: 30px;
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner {
    position: absolute;
    top: 200px;
    z-index: 1;
    padding-left: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner .insight-title {
    color: #FFF;
    font-family: "Alexandria", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.9px;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner .insight-subtitle {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner .insight-date {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner .insight-para {
    display: block;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: unset;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner .btn-container .btn-read {
    color: #FFF;
    font-family: "Alexandria", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-decoration-line: underline;
    text-transform: capitalize;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner .btn-container .btn-read {
    background: none;
    border: none;
  }
  .insight-wrapper .insight-row .insight .slick-list {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .insight-wrapper .insight-row .insight .slick-back,
  .insight-wrapper .insight-row .insight .slick-next {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    width: 46px;
    height: 46px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    font-size: 0;
  }
  .insight-wrapper .insight-row .insight .slick-back::before,
  .insight-wrapper .insight-row .insight .slick-next::before {
    display: none;
  }
  .insight-wrapper .insight-row .insight .slick-back {
    top: 115%;
    left: 40%;
    background-image: url("../images/back.png");
  }
  .insight-wrapper .insight-row .insight .slick-next {
    top: 115%;
    left: 56%;
    background-image: url("../images/next.png");
  }
  .insight-section {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
  }
  .insight-section .insight-title-set {
    display: block;
    justify-content: space-between;
    padding-bottom: 50px;
  }
  .insight-section .insight-title-set .section-title {
    padding-bottom: 40px;
  }
  .insight-section .insight-title-set .button-set {
    display: flex;
    justify-content: center;
  }
  .service-section {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 60px;
  }
  .service-section .section-title {
    padding-right: 25px;
    padding-left: 25px;
  }
  .service-section .section-para {
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .service-wrapper {
    padding-right: 25px;
    padding-left: 25px;
    height: 350px;
    position: relative;
  }
  .service-wrapper::after {
    display: none;
  }
  .service-wrapper .service-row .service .service-single {
    margin: 0px;
    height: 400px;
  }
  .service-wrapper .service-row .service .service-single:first-child {
    margin-left: 10px;
    margin-right: 10px;
  }
  .service-wrapper .service-row .service .service-single .service-details {
    height: 400px;
    position: relative;
    border-radius: 10px;
  }
  .service-wrapper .service-row .service .service-single .service-details::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    background: linear-gradient(0deg, #04234F 0%, rgba(0, 85, 184, 0.9) 45.22%, rgba(0, 105, 255, 0) 72.35%, rgba(0, 0, 0, 0.3) 90.44%);
    height: 400px;
    width: unset;
  }
  .service-wrapper .service-row .service .service-single .service-details .service-img {
    border-radius: 10px;
  }
  .service-wrapper .service-row .service .service-single .service-details .service-inner {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding-left: 0;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, -50%);
  }
  .service-wrapper .service-row .service .service-single .service-details .service-inner .service-title {
    color: #FFF;
    text-align: center;
    font-family: "Alexandria", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.9px;
    text-transform: capitalize;
    padding-bottom: 1.0416666667vw;
  }
  .service-wrapper .service-row .service .service-single .service-details .service-inner .service-para {
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    width: 25.1041666667vw;
  }
  .service-wrapper .service-row .service .service-single .service-details .service-inner .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: unset;
  }
  .service-wrapper .service-row .service .service-single .service-details .service-inner .btn-container .btn-read {
    color: #FFF;
    font-family: "Alexandria", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-decoration-line: underline;
    text-transform: capitalize;
  }
  .service-wrapper .service-row .service .service-single .service-details .service-inner .btn-container .btn-read {
    background: none;
    border: none;
  }
  .service-wrapper .service-row .service .slick-back,
  .service-wrapper .service-row .service .slick-next {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    width: 46px;
    height: 46px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    font-size: 0;
  }
  .service-wrapper .service-row .service .slick-back::before,
  .service-wrapper .service-row .service .slick-next::before {
    display: none;
  }
  .service-wrapper .service-row .service .slick-back {
    top: 115%;
    left: 40%;
    background-image: url("../images/back.png");
  }
  .service-wrapper .service-row .service .slick-next {
    top: 115%;
    left: 57%;
    background-image: url("../images/next.png");
  }
}
@media only screen and (min-width: 990px) {
  .sustainable-section {
    padding-bottom: 0vw;
    padding-top: 6.5104166667vw;
    padding-left: 1.3020833333vw;
    padding-right: 1.3020833333vw;
    margin-bottom: 7.03125vw;
  }
  .sustainable-section .sustainable-card {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(68, 70, 85, 0.3);
    justify-content: space-between;
    height: 450px;
    margin-left: 20px;
    align-items: center;
  }
  .sustainable-section .sustainable-card .details-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 36.4583333333vw;
    margin-left: 6.25vw;
    padding-left: 0vw;
    padding-right: 0vw;
    background: transparent;
    box-shadow: none;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .sustainable-section .sustainable-card .details-card .section-title {
    padding-bottom: 0.5208333333vw;
    padding-top: 0vw;
  }
  .sustainable-section .sustainable-card .details-card .section-sub-title {
    padding-bottom: 1.5625vw;
  }
  .sustainable-section .sustainable-card .details-card .section-para {
    text-align: left;
    padding-bottom: 1.5625vw;
    width: 435px;
  }
  .sustainable-section .sustainable-card .details-card .button-set {
    display: flex;
    justify-content: start;
  }
  .sustainable-section .sustainable-card .bg-image-mb {
    display: none;
  }
  .sustainable-section .sustainable-card .bg-image {
    display: block;
    border-top-right-radius: 1.5625vw;
    border-bottom-right-radius: 1.5625vw;
    height: 450px;
    transform: unset;
  }
  .service-wrapper {
    padding-right: 25px;
    padding-left: 25px;
    height: 350px;
    position: relative;
  }
  .service-wrapper::after {
    display: none;
  }
  .service-wrapper .service-row .service .service-single {
    margin: 0px;
    height: 400px;
  }
  .service-wrapper .service-row .service .service-single:first-child {
    margin-left: 10px;
    margin-right: 10px;
  }
  .service-wrapper .service-row .service .service-single .service-details {
    height: 400px;
    position: relative;
    border-radius: 10px;
  }
  .service-wrapper .service-row .service .service-single .service-details::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    background: linear-gradient(0deg, #04234F 0%, rgba(0, 85, 184, 0.9) 45.22%, rgba(0, 105, 255, 0) 72.35%, rgba(0, 0, 0, 0.3) 90.44%);
    height: 400px;
    width: unset;
  }
  .service-wrapper .service-row .service .service-single .service-details .service-img {
    border-radius: 10px;
  }
  .service-wrapper .service-row .service .service-single .service-details .service-inner {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding-left: 0;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, -50%);
  }
  .service-wrapper .service-row .service .service-single .service-details .service-inner .service-title {
    color: #FFF;
    text-align: center;
    font-family: "Alexandria", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.9px;
    text-transform: capitalize;
    padding-bottom: 1.0416666667vw;
  }
  .service-wrapper .service-row .service .service-single .service-details .service-inner .service-para {
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    width: 25.1041666667vw;
  }
  .service-wrapper .service-row .service .service-single .service-details .service-inner .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: unset;
  }
  .service-wrapper .service-row .service .service-single .service-details .service-inner .btn-container .btn-read {
    color: #FFF;
    font-family: "Alexandria", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-decoration-line: underline;
    text-transform: capitalize;
  }
  .service-wrapper .service-row .service .service-single .service-details .service-inner .btn-container .btn-read {
    background: none;
    border: none;
  }
  .service-wrapper .service-row .service .slick-back,
  .service-wrapper .service-row .service .slick-next {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    width: 46px;
    height: 46px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    font-size: 0;
  }
  .service-wrapper .service-row .service .slick-back::before,
  .service-wrapper .service-row .service .slick-next::before {
    display: none;
  }
  .service-wrapper .service-row .service .slick-back {
    top: 115%;
    left: 46%;
    background-image: url("../images/back.png");
  }
  .service-wrapper .service-row .service .slick-next {
    top: 115%;
    left: 56%;
    background-image: url("../images/next.png");
  }
  .insight-wrapper .insight-row .insight .slick-list {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .insight-wrapper .insight-row .insight .slick-back,
  .insight-wrapper .insight-row .insight .slick-next {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    width: 46px;
    height: 46px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    font-size: 0;
  }
  .insight-wrapper .insight-row .insight .slick-back::before,
  .insight-wrapper .insight-row .insight .slick-next::before {
    display: none;
  }
  .insight-wrapper .insight-row .insight .slick-back {
    top: 115%;
    left: 45%;
    background-image: url("../images/back.png");
  }
  .insight-wrapper .insight-row .insight .slick-next {
    top: 115%;
    left: 55%;
    background-image: url("../images/next.png");
  }
}
@media only screen and (min-width: 1200px) {
  .welcome-section {
    margin-bottom: 7.2916666667vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    padding-bottom: 0vw;
    height: 36.5625vw;
  }
  .welcome-section .image-container {
    width: calc(100% - 32.0833333333vw);
    gap: 1.0416666667vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
    padding-right: 1.9791666667vw !important;
  }
  .welcome-section .image-container .imageone {
    width: 26.1458333333vw;
    height: 36.5625vw;
    object-fit: cover;
    border-radius: 0.5208333333vw;
    transition: transform 0.5s ease-in-out;
    margin-bottom: 0vw;
  }
  .welcome-section .image-container .imageone:hover {
    transform: scale(1.1);
  }
  .welcome-section .image-container .two-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 2.6041666667vw;
    border-radius: 2.0833333333vw;
  }
  .welcome-section .image-container .two-card .imagetwo {
    width: 26.1458333333vw;
    height: 17.7604166667vw;
    object-fit: cover;
    border-radius: 2.6041666667vw;
    margin-bottom: 0vw;
    transition: transform 0.5s ease-in-out;
  }
  .welcome-section .image-container .two-card .imagetwo:hover {
    transform: scale(1.1);
  }
  .welcome-section .image-container .two-card .imagethree {
    width: 26.1458333333vw;
    height: 17.7604166667vw;
    object-fit: cover;
    border-radius: 2.6041666667vw;
    transition: transform 0.5s ease-in-out;
  }
  .welcome-section .image-container .two-card .imagethree:hover {
    transform: scale(1.1);
  }
  .welcome-section .welcome-details {
    width: 32.0833333333vw;
    background: linear-gradient(180deg, rgba(235, 249, 255, 0) 0%, rgba(174, 233, 255, 0.6) 100%);
    padding-right: 4.6875vw;
    padding-right: 4.6875vw;
    padding-left: 0vw;
    padding-bottom: 0vw;
  }
  .welcome-section .welcome-details .welcome-text {
    text-align: right;
    padding-bottom: 0.5208333333vw;
  }
  .welcome-section .welcome-details .section-title {
    text-align: right;
    padding-bottom: 0.78125vw;
  }
  .welcome-section .welcome-details .section-sub-title {
    text-align: right;
    padding-bottom: 1.5625vw;
  }
  .welcome-section .welcome-details .section-para {
    text-align: right;
    width: 22.7083333333vw;
    margin-left: auto;
    padding-bottom: 1.5625vw;
  }
  .welcome-section .welcome-details .button-set {
    display: flex;
    justify-content: end;
  }
  .choose-section {
    padding: 0vw 6.25vw;
    margin-bottom: 7.2916666667vw;
    position: relative;
  }
  .choose-section::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 45.7291666667vw;
    opacity: 0.4;
    background: #AEE9FF;
    width: 45.7291666667vw;
    height: 25.7291666667vw;
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    filter: blur(157px);
  }
  .choose-section .section-title {
    text-align: center;
    padding-bottom: 1.5625vw;
  }
  .choose-section .section-para {
    text-align: center;
    width: 35.2604166667vw;
    margin: auto;
    padding-bottom: 3.125vw;
  }
  .service-section {
    padding: 0vw 6.25vw;
    margin-bottom: 0vw;
  }
  .service-section .section-title {
    padding-right: 0vw;
    padding-left: 0vw;
    text-align: center;
  }
  .service-section .section-para {
    text-align: left;
    width: 33.2291666667vw;
    padding-bottom: 2.6041666667vw;
    padding-left: 0vw;
    text-align: center;
    margin: auto;
  }
  .sustainable-section {
    padding: 0vw 6.25vw;
    padding-top: 15.3645833333vw;
    margin-bottom: 7.03125vw;
  }
  .sustainable-section .sustainable-card {
    border-radius: 1.5625vw;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(68, 70, 85, 0.3);
    height: 36.4583333333vw;
    justify-content: space-between;
  }
  .sustainable-section .sustainable-card .details-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 36.4583333333vw;
    margin-left: 6.25vw;
    padding-left: 0vw;
    padding-right: 0vw;
    border: unset;
    box-shadow: unset;
    align-items: start;
    position: relative;
    z-index: 1;
  }
  .sustainable-section .sustainable-card .details-card .section-title {
    padding-bottom: 0.5208333333vw;
    padding-top: 0vw;
  }
  .sustainable-section .sustainable-card .details-card .section-sub-title {
    padding-bottom: 1.5625vw;
  }
  .sustainable-section .sustainable-card .details-card .section-para {
    text-align: justify;
    width: 26.875vw;
    padding-bottom: 1.5625vw;
  }
  .sustainable-section .sustainable-card .details-card .button-set {
    display: flex;
    justify-content: start;
  }
  .sustainable-section .sustainable-card .bg-image-mb {
    display: none;
  }
  .sustainable-section .sustainable-card .bg-image {
    display: block;
    border-top-right-radius: 1.5625vw;
    border-bottom-right-radius: 1.5625vw;
    border-bottom-left-radius: unset;
    height: 36.4583333333vw;
    transform: unset;
  }
  .insight-section {
    padding-left: 11.875vw;
    padding-right: 6.25vw;
    margin-bottom: 2.1875vw;
  }
  .insight-section .insight-title-set {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.5625vw;
    align-items: end;
  }
  .insight-section .insight-title-set .section-title {
    padding-bottom: 0vw;
  }
  .insight-section .insight-title-set .button-set {
    display: flex;
    justify-content: end;
  }
  .coundown-wrapper .countdown-slider {
    display: flex;
    justify-content: unset;
    flex-wrap: unset;
    gap: 1.875vw;
  }
  .coundown-wrapper .countdown-slider .countdown-item {
    padding: 2.0833333333vw 2.0833333333vw 2.0833333333vw 1.5625vw;
    border-radius: 20px;
    width: 20.46875vw;
    height: 11.5625vw;
    display: unset;
    justify-content: unset;
    align-items: unset;
  }
  .coundown-wrapper .countdown-slider .countdown-item .countdown-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    row-gap: 20px;
  }
  .coundown-wrapper .countdown-slider .countdown-item .countdown-inner .counter {
    color: #FFF;
    font-family: "Alexandria", sans-serif;
    font-size: 3.3333333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 3.3333333333vw;
    display: flex;
    justify-content: space-between;
    flex-direction: unset;
    align-items: end;
  }
  .coundown-wrapper .countdown-slider .countdown-item .countdown-inner .counter .counter-logo {
    width: 4.9479166667vw;
    height: 4.9479166667vw;
    object-fit: contain;
  }
  .coundown-wrapper .countdown-slider .countdown-item .countdown-inner .value-name {
    color: #FFF;
    text-align: right;
    font-family: "Alexandria", sans-serif;
    font-size: 1.5625vw;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5625vw;
    margin-left: auto;
    max-width: 13.6458333333vw;
  }
  .coundown-wrapper .countdown-slider .countdown-item:first-child {
    margin-top: -100px;
    box-shadow: 0px 14px 34px 0px rgba(0, 85, 184, 0.6);
    display: flex;
    justify-content: center;
  }
  .coundown-wrapper .countdown-slider .countdown-item:nth-child(2) {
    box-shadow: 0px 14px 34px 0px rgba(226, 176, 61, 0.6);
    display: flex;
    justify-content: center;
  }
  .coundown-wrapper .countdown-slider .countdown-item:nth-child(3) {
    box-shadow: 0px 14px 34px 0px rgba(0, 130, 255, 0.6);
    display: flex;
    justify-content: center;
  }
  .coundown-wrapper .countdown-slider .countdown-item:last-child {
    margin-top: -100px;
    box-shadow: 0px 14px 34px 0px rgba(147, 150, 183, 0.6);
    display: flex;
    justify-content: center;
  }
  .insight-wrapper {
    padding-left: 11.875vw;
    padding-right: 0vw;
    padding-bottom: 7.2916666667vw;
  }
  .insight-wrapper .insight-row .insight .insight-single {
    margin: 1.0416666667vw 0.5208333333vw;
    height: 26.0416666667vw;
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .insight-wrapper .insight-row .insight .insight-single:first-child {
    margin-left: 0px;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details {
    height: 26.0416666667vw;
    position: relative;
    border-radius: 1.5625vw;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 1.5625vw;
    background: linear-gradient(0deg, #04234F 0%, rgba(0, 85, 184, 0.9) 45.22%, rgba(0, 105, 255, 0) 72.35%, rgba(0, 0, 0, 0.3) 90.44%);
    box-shadow: 0px 0px 20px 0px rgba(68, 70, 85, 0.3);
    height: 26.0416666667vw;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details .insight-img {
    border-radius: 1.5625vw;
    height: 26.0416666667vw;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner {
    position: absolute;
    top: 12.1875vw;
    z-index: 1;
    padding-left: 2.6041666667vw;
    left: unset;
    transform: unset;
    width: unset;
    height: 11.9791666667vw;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-evenly;
    padding-right: 0vw;
    padding-left: 2.6041666667vw;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner .insight-title {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 1.4583333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.6041666667vw;
    letter-spacing: -0.0729166667vw;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner .insight-subtitle {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4583333333vw;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner .insight-date {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4583333333vw;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner .insight-para {
    max-height: 0;
    position: relative;
    bottom: 0;
    opacity: 0;
    overflow: hidden;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4583333333vw;
    width: 25.1041666667vw;
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
    transition: ease all 0.6s;
    display: block;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner .btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 0.625vw;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner .btn-container .btn-read {
    color: #FFF;
    font-family: "Alexandria", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 0vw;
    text-decoration-line: underline;
    text-transform: capitalize;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner .btn-container .btn-read {
    background: none;
    border: none;
    display: flex;
  }
  .insight-wrapper .insight-row .insight .insight-single .insight-details .insight-inner:hover .insight-para {
    max-height: 5.2083333333vw;
    opacity: 1;
  }
  .insight-wrapper .insight-row .insight .insight-single:hover {
    border-radius: 1.5625vw;
    box-shadow: -2px 9px 10px 1px rgba(68, 70, 85, 0.6);
    height: 26.0416666667vw;
  }
  .insight-wrapper .insight-row .insight .insight-single:hover .insight-para {
    display: block;
  }
  .insight-wrapper .insight-row .insight .slick-list {
    padding: 0 10% 0 0 !important;
    margin: unset;
  }
  .insight-wrapper .insight-row .insight .slick-back,
  .insight-wrapper .insight-row .insight .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    width: 3.0208333333vw;
    height: 3.0208333333vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    font-size: 0;
  }
  .insight-wrapper .insight-row .insight .slick-back::before,
  .insight-wrapper .insight-row .insight .slick-next::before {
    display: none;
  }
  .insight-wrapper .insight-row .insight .slick-back {
    top: 10.4166666667vw;
    left: -5vw;
    background-image: url("../images/back.png");
  }
  .insight-wrapper .insight-row .insight .slick-next {
    top: 14.0625vw;
    left: -5vw;
    background-image: url("../images/next.png");
  }
  .insight-wrapper .insight-row .insight .slick-dots {
    position: absolute;
    bottom: -2.3958333333vw;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .insight-wrapper .insight-row .insight .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .insight-wrapper .insight-row .insight .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20.8333333333vw;
  }
  .insight-wrapper .insight-row .insight .slick-dots li {
    display: inline-block;
  }
  .insight-wrapper .insight-row .insight .slick-dots li button {
    border-radius: 1.10640625vw;
    background: #EDEDED;
    outline: none;
    width: 0.92203125vw;
    height: 0.2213020833vw;
    padding: 0vw;
    cursor: pointer;
  }
  .insight-wrapper .insight-row .insight .slick-dots li button::before {
    content: "";
  }
  .insight-wrapper .insight-row .insight .slick-dots li.slick-active {
    padding-right: 0.5208333333vw;
  }
  .insight-wrapper .insight-row .insight .slick-dots li.slick-active button {
    width: 0.92203125vw;
    height: 0.2213020833vw;
    border-radius: 1.10640625vw;
    background: #87431E;
    padding: 0vw;
  }
  .insight-wrapper .insight-row .insight .slick-dots li.slick-active button::before {
    content: "";
  }
  @keyframes smoothview {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .service-wrapper {
    padding-right: 4.2708333333vw;
    padding-left: 4.2708333333vw;
    margin-bottom: 7.2916666667vw;
    position: relative;
  }
  .service-wrapper::after {
    display: block;
    content: "";
    position: absolute;
    top: -16.0416666667vw;
    bottom: 0;
    left: 7.5vw;
    right: 0vw;
    background: linear-gradient(180deg, rgba(235, 249, 255, 0) 0.71%, rgba(174, 233, 255, 0.6) 66.23%);
    height: 80vw;
    width: 32.0833333333vw;
    z-index: -1;
  }
  .service-wrapper .service-row .service .service-single {
    padding-right: 2.0833333333vw;
    padding-left: 2.0833333333vw;
    height: 29.6354166667vw;
    margin-top: 1.1979166667vw;
    margin-bottom: 1.9270833333vw;
  }
  .service-wrapper .service-row .service .service-single .service-details {
    height: 29.6354166667vw;
    position: relative;
    border-radius: 0.5208333333vw;
  }
  .service-wrapper .service-row .service .service-single .service-details::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0.5208333333vw;
    background: linear-gradient(0deg, #04234F 0%, rgba(0, 85, 184, 0.9) 45.22%, rgba(0, 105, 255, 0) 72.35%, rgba(0, 0, 0, 0.3) 90.44%);
    box-shadow: -1px 0px 20px 1px rgba(75, 70, 85, 0.6);
    height: 29.6354166667vw;
  }
  .service-wrapper .service-row .service .service-single .service-details .service-img {
    border-radius: 0.5208333333vw;
    height: 29.6354166667vw;
  }
  .service-wrapper .service-row .service .service-single .service-details .service-inner {
    position: absolute;
    bottom: 0.5208333333vw;
    z-index: 1;
    padding-left: 2.6041666667vw;
    transform: unset;
    left: unset;
  }
  .service-wrapper .service-row .service .service-single .service-details .service-inner .service-title {
    color: #FFF;
    text-align: left;
    font-family: "Alexandria", sans-serif;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.6041666667vw;
    letter-spacing: -0.125vw;
    text-transform: capitalize;
    padding-bottom: 1.0416666667vw;
  }
  .service-wrapper .service-row .service .service-single .service-details .service-inner .service-subtitle {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4583333333vw;
  }
  .service-wrapper .service-row .service .service-single .service-details .service-inner .service-date {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4583333333vw;
  }
  .service-wrapper .service-row .service .service-single .service-details .service-inner .service-para {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4583333333vw;
    width: 25.1041666667vw;
  }
  .service-wrapper .service-row .service .service-single .service-details .service-inner .btn-container {
    display: flex;
    align-items: center;
    padding-bottom: 3.125vw;
    gap: 0.78125vw;
    justify-content: start;
  }
  .service-wrapper .service-row .service .service-single .service-details .service-inner .btn-container .btn-read {
    color: #FFF;
    font-family: "Alexandria", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 0vw;
    text-decoration-line: underline;
    text-transform: capitalize;
  }
  .service-wrapper .service-row .service .service-single .service-details .service-inner .btn-container .btn-read {
    background: none;
    border: none;
  }
  .service-wrapper .service-row .service .slick-back,
  .service-wrapper .service-row .service .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    width: 3.0208333333vw;
    height: 3.0208333333vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    font-size: 0;
  }
  .service-wrapper .service-row .service .slick-back::before,
  .service-wrapper .service-row .service .slick-next::before {
    display: none;
  }
  .service-wrapper .service-row .service .slick-back {
    top: -4.53125vw;
    left: 82.2395833333vw;
    background-image: url("../images/back.png");
  }
  .service-wrapper .service-row .service .slick-next {
    top: -4.53125vw;
    left: 85.9375vw;
    background-image: url("../images/next.png");
  }
  .service-wrapper .service-row .service .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .service-wrapper .service-row .service .slick-dots li {
    display: inline-block;
  }
  .service-wrapper .service-row .service .slick-dots li button {
    border-radius: 1.10640625vw;
    background: #EDEDED;
    outline: none;
    width: 0.92203125vw;
    height: 0.2213020833vw;
    padding: 0vw;
    cursor: pointer;
  }
  .service-wrapper .service-row .service .slick-dots li button::before {
    content: "";
  }
  .service-wrapper .service-row .service .slick-dots li.slick-active {
    padding-right: 0.5208333333vw;
  }
  .service-wrapper .service-row .service .slick-dots li.slick-active button {
    width: 0.92203125vw;
    height: 0.2213020833vw;
    border-radius: 1.10640625vw;
    background: #87431E;
    padding: 0vw;
  }
  .service-wrapper .service-row .service .slick-dots li.slick-active button::before {
    content: "";
  }
}/*# sourceMappingURL=front-page.css.map */