.hero.services {
  background-image: none;
  background-color: #fff;
}
.hero.services .header {
  width: 75%;
}
@media (max-width: 480px) {
  .hero.services .header {
    width: 100%;
  }
}
.hero.services h1 {
  font-size: 2.8rem;
}
@media (max-width: 480px) {
  .hero.services h1 {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.hero.services h1 span.coloured {
  color: #F49406;
}
@media (max-width: 480px) {
  .hero.services .service-cards {
    padding: 0 30px;
  }
}
.hero.services .service-cards .service {
  width: 30% !important;
  margin: 10px 10px;
  flex-grow: 1;
}
.hero.services .service-cards .service a {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .hero.services .service-cards .service {
    width: 32% !important;
    height: 200px;
    margin: 5px 5px;
  }
}
@media (max-width: 960px) {
  .hero.services .service-cards .service {
    width: 31% !important;
    height: 150px;
  }
}
@media (max-width: 720px) {
  .hero.services .service-cards .service {
    margin: 20px auto !important;
    width: 280px !important;
    height: 180px !important;
  }
}
@media (max-width: 480px) {
  .hero.services .service-cards .service {
    height: 220px !important;
  }
}
.hero.services .service-cards .service .img {
  width: 100%;
  height: 280px;
  position: relative;
}
@media (max-width: 1200px) {
  .hero.services .service-cards .service .img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 720px) {
  .hero.services .service-cards .service .img {
    height: 100%;
  }
}
.hero.services .service-cards .service .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  border: 3px solid #1E1E1E;
}
.hero.services .service-cards .service .img .subtitle {
  color: #1E1E1E;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: -1px;
  font-weight: bold;
  padding: 10px;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 16px;
}
.hero.services .service-cards .service .img .subtitle.diff {
  background-color: #F49406;
}
.hero.services .service-cards .service .img .toptitle {
  background-color: #1E1E1E;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: bold;
  padding: 10px;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 16px;
}
.hero.services .service-cards .service .img .topicon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 50px;
}

@media (max-width: 480px) {
  .join.services-page {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.join.services-page h1 {
  font-size: 2.2rem;
}
.join.services-page h1 span.coloured {
  color: #F49406;
}
@media (max-width: 480px) {
  .join.services-page h1 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.join.services-page p {
  font-size: 0.9rem;
}
@media (max-width: 480px) {
  .join.services-page p {
    font-size: 0.8rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 720px) {
  .choose.services-page {
    display: none;
  }
}

.work {
  background-color: #92B1A2;
  padding-bottom: 20px;
}
@media (max-width: 720px) {
  .work {
    display: none;
  }
}
.work h1 {
  color: #1E1E1E;
  font-weight: bold;
  font-size: 2rem;
}
.work .content {
  margin: 0 100px;
}
@media (max-width: 720px) {
  .work .content {
    margin: 0 20px;
  }
}
.work .content .imgs {
  position: relative;
  margin-top: 40px;
}
.work .content .imgs img {
  width: 90%;
}
.work .content .imgs a {
  transition: all 0.2s ease-out;
}
.work .content .imgs a:hover {
  transform: scale(0.9);
}
.work .content .imgs a:active {
  transform: scale(1);
}
.work .content .imgs .left .cont {
  background: linear-gradient(to right, rgba(9, 102, 57, 0.15) -20%, rgba(244, 148, 6, 0.5) 100%);
  width: 90%;
  border-radius: 16px;
  height: 170px;
  position: relative;
}
.work .content .imgs .left .cont .txt {
  width: 75%;
  height: 100%;
  margin-left: auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.work .content .imgs .left .cont .txt .partnership {
  background-color: rgba(9, 102, 57, 0.5);
  font-weight: bold;
  width: 80px;
  font-size: 0.6rem;
  color: #fff;
  text-align: center;
  border-radius: 60px;
  padding: 3px 0;
  margin: 0;
  margin-bottom: 10px;
}
.work .content .imgs .left .cont .txt .para {
  color: #1e1e1e;
  font-weight: bold;
  font-size: 21px;
  margin: 0;
  margin-bottom: 10px;
}
.work .content .imgs .left .cont .txt .joinus {
  background-color: #1e1e1e;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  border-radius: 8px;
  padding: 6px 0;
  margin: 0;
}
.work .content .imgs .left .cont .top,
.work .content .imgs .left .cont .middle,
.work .content .imgs .left .cont .bottom {
  position: absolute;
  width: 80px;
}
.work .content .imgs .left .cont .top {
  top: -15%;
  left: 3%;
}
.work .content .imgs .left .cont .middle {
  bottom: 29%;
  left: 8%;
}
.work .content .imgs .left .cont .bottom {
  bottom: -15%;
  left: 0.2%;
}
.work .content .imgs .right .cont {
  background: linear-gradient(to right, #096639 -10%, #aeb6b2 60%, #1e1e1e 100%);
  width: 90%;
  border-radius: 16px;
  height: 170px;
  position: relative;
  margin-left: auto;
}
.work .content .imgs .right .cont .txt {
  width: 75%;
  height: 100%;
  margin-left: auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.work .content .imgs .right .cont .txt .partnership {
  background-color: rgba(244, 148, 6, 0.5);
  font-weight: bold;
  max-width: 130px;
  font-size: 0.6rem;
  color: #fff;
  text-align: center;
  border-radius: 60px;
  padding: 3px 0;
  margin: 0;
  margin-bottom: 10px;
}
.work .content .imgs .right .cont .txt .para {
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  margin: 0;
  margin-bottom: 10px;
}
.work .content .imgs .right .cont .txt .joinus {
  background-color: #fff;
  width: 100px;
  text-align: center;
  color: #1e1e1e;
  font-size: 10px;
  font-weight: bold;
  border-radius: 8px;
  padding: 6px 0;
  margin: 0;
  align-self: end;
  margin-right: 10%;
}
.work .content .imgs .right .cont .top,
.work .content .imgs .right .cont .middle,
.work .content .imgs .right .cont .bottom {
  position: absolute;
  width: 80px;
}
.work .content .imgs .right .cont .top {
  top: -15%;
  left: -1%;
  width: 115px;
}
.work .content .imgs .right .cont .bottom {
  bottom: -15%;
  left: 7%;
  width: 88px;
}

@media (max-width: 720px) {
  .testimonials.services-page {
    display: none;
  }
}

@media (max-width: 720px) {
  .faqs.services-page {
    display: none;
  }
}

.nav-item.dropdown .dropdown-item {
  color: #1e1e1e !important;
}

.footer-join.services-page {
  background-color: #1E1E1E;
  color: #fff;
}

.hero.pricing-page {
  background-image: none;
  background-color: #493619;
}
.hero.pricing-page .hero-first {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8), rgba(201, 239, 236, 0.7));
}
.hero.pricing-page .content .header {
  background-color: #D9DDE6;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 1px solid #1e1e1e;
  border-bottom: none;
}
@media (max-width: 480px) {
  .hero.pricing-page .content .header {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .hero.pricing-page .content .header h1 {
    font-size: 1.4rem;
  }
}
.hero.pricing-page .content .top {
  background-color: #fff;
  font-weight: bold;
  width: 50%;
}
@media (max-width: 720px) {
  .hero.pricing-page .content .top {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .hero.pricing-page .content .top {
    width: 100%;
    border-radius: 8px;
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  .hero.pricing-page .content .price-cards {
    margin: 0 auto;
    padding: 0;
  }
}
.hero.pricing-page .content .card {
  padding: 0px;
  border-radius: 16px;
  background-color: #fff;
}
.hero.pricing-page .content .card .card-body .items {
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.hero.pricing-page .content .card .card-body .items .item {
  margin-bottom: 5px;
}
.hero.pricing-page .content .card .card-body .items .item i {
  margin-right: 5px;
}
@media (max-width: 480px) {
  .hero.pricing-page .content .card .card-body .items {
    width: 70% !important;
    font-size: 0.8rem;
  }
}
.hero.pricing-page .content .card .card-body button {
  padding: 10px;
  background-color: #096639;
  width: 100%;
}
.hero.pricing-page .content .card .card-body button:active {
  background-color: #1e1e1e;
}
.hero.pricing-page .content .card .card-footer {
  background-color: #fff;
}
.hero.pricing-page .content .card .card-footer .timings div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero.pricing-page .content .card .card-footer .timings div i {
  margin-right: 5px;
}

.pay-methods {
  background-image: url("/assets/imgs/payment.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pay-methods .content {
  margin: 0px 100px;
}
@media (max-width: 720px) {
  .pay-methods .content {
    margin: 0px 20px;
  }
}
.pay-methods .content .pay-body .row {
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.pay-methods .content .pay-body .row .pic {
  padding-right: 0;
}
@media (max-width: 480px) {
  .pay-methods .content .pay-body .row {
    width: 100%;
    margin: 20px auto;
  }
}
.pay-methods .content .pay-body .row .first {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
}
.pay-methods .content .pay-body .row .first h4 {
  margin-bottom: 20px;
  padding-left: 12px;
  border-left: 5px solid #096639;
}
@media (max-width: 480px) {
  .pay-methods .content .pay-body .row .first.mobile {
    padding: 10px;
  }
}
.pay-methods .content .pay-body .row .first.mobile h4 {
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .pay-methods .content .pay-body .row .first.mobile h4 {
    font-size: 12px;
  }
}
.pay-methods .content .pay-body .row .first.mobile p {
  font-size: 12px;
}
@media (max-width: 480px) {
  .pay-methods .content .pay-body .row .first.mobile p {
    font-size: 10px;
  }
}
.pay-methods .content .pay-body .row .card {
  position: relative;
}
@media (max-width: 720px) {
  .pay-methods .content .pay-body .row .card {
    width: 100%;
    height: 100%;
  }
}
.pay-methods .content .pay-body .row .card img {
  width: 402px;
  height: 284px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 20px;
  margin: 0 auto;
}
@media (max-width: 720px) {
  .pay-methods .content .pay-body .row .card img {
    width: 100%;
    height: 100%;
    padding: 0;
  }
}
.pay-methods .content .pay-body .row .card .bottom-bar {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 23px;
  background-color: #D9D9D9;
}
@media (max-width: 720px) {
  .pay-methods .content .pay-body .row .card .bottom-bar {
    height: 15px;
    bottom: 6px;
  }
}
@media (max-width: 480px) {
  .pay-methods .content .pay-body .row .card .bottom-bar {
    height: 8px;
    bottom: 4px;
  }
}
.pay-methods .content .pay-bottom {
  background-color: rgba(9, 102, 57, 0.5);
  width: 90%;
  margin: 0 auto;
  position: relative;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .pay-methods .content .pay-bottom {
    width: 100%;
  }
}
.pay-methods .content .pay-bottom button {
  background-color: #096639;
}
.pay-methods .content .pay-bottom button:active {
  background-color: #1e1e1e;
}
.pay-methods .content .pay-bottom .circle {
  background-color: #fff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  filter: blur(80px);
}
.pay-methods .content .pay-bottom .circle.left {
  left: 48px;
  bottom: 28px;
}
.pay-methods .content .pay-bottom .circle.right {
  right: 48px;
  bottom: 28px;
}
.pay-methods .content .pay-bottom .pattern.left {
  left: 5px;
}
.pay-methods .content .pay-bottom .pattern.right {
  right: 0px;
}
.pay-methods .content .pay-bottom .pattern {
  position: absolute;
  bottom: 0;
}
@media (max-width: 480px) {
  .pay-methods .content .pay-bottom .pattern {
    bottom: 22%;
  }
}
.pay-methods .content .pay-bottom .pattern img {
  width: 250px;
}
@media (max-width: 480px) {
  .pay-methods .content .pay-bottom .pattern img {
    width: 80px;
    filter: brightness(50%);
  }
}
.pay-methods .content .pay-bottom .chat-us:active {
  background-color: #1e1e1e;
}

.refer .content {
  margin: 0px 100px;
}
@media (max-width: 720px) {
  .refer .content {
    margin: 0px 20px;
  }
}
.refer .content h1 {
  color: #1e1e1e;
}
.refer .content .cards .card {
  background-color: #D9D8D8;
  border-radius: 16px;
  border: none;
}
@media (max-width: 1200px) {
  .refer .content .cards .card {
    width: 280px;
  }
}
.refer .content .cards .card .card-content {
  background: linear-gradient(to bottom, rgba(9, 102, 57, 0), rgba(9, 102, 57, 0.3));
  border-radius: 16px;
}
.refer .content .cards .card .card-content h3 {
  font-size: 1.5rem;
}
.refer .content .cards .card .card-content p {
  font-size: 0.8rem;
}
.refer .content .cards .card .card-content .line img {
  width: 80%;
}
.refer .content .refer-body {
  color: #1e1e1e;
  background-color: rgba(9, 102, 57, 0.5);
  border-radius: 32px;
  margin-top: -8%;
  padding-top: 140px;
  padding-bottom: 60px;
  justify-content: space-between;
}
.refer .content .refer-body h1 {
  font-size: 2rem;
}
@media (max-width: 480px) {
  .refer .content .refer-body h1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 720px) {
  .refer .content .refer-body {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .refer .content .refer-body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.refer .content .refer-body .left button {
  background-color: #096639;
  padding: 10px 20px;
}
.refer .content .refer-body .left button:active {
  background-color: #1e1e1e;
}
.refer .content .refer-body .right {
  margin-left: 0;
}
.refer .content .refer-body img {
  width: 300px;
  text-align: right;
}

.hero.about-page {
  background-color: #F4F6FB;
  background-image: none;
}
.hero.about-page .content .header {
  padding: 0;
}
@media (max-width: 720px) {
  .hero.about-page .content {
    margin: 0 20px;
  }
}
.hero.about-page .content a {
  background-color: #096639;
  font-size: 0.8rem;
  padding: 15px;
}
.hero.about-page .content a:active {
  background-color: #1e1e1e;
}
.hero.about-page .content p {
  width: 75%;
}
@media (max-width: 720px) {
  .hero.about-page .content p {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .hero.about-page .content p {
    margin-bottom: 30px;
  }
}

.purpose {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.purpose .content {
  margin: 0px 100px;
}
@media (max-width: 720px) {
  .purpose .content {
    margin: 0 20px;
  }
}
.purpose .content .text h3 {
  color: #1E1E1E;
  font-weight: bold;
}
.purpose .content .text p {
  color: #2F2F2F;
}
@media (max-width: 1200px) {
  .purpose .content .text .first {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
}
.purpose .content .img img {
  border-radius: 16px;
  width: 100%;
}

.mission {
  background-color: #F4F6FB;
  position: relative;
}
@media (max-width: 480px) {
  .mission {
    padding-bottom: 0 !important;
  }
}
.mission .content {
  position: relative;
  z-index: 1;
  margin: 0px 100px;
}
@media (max-width: 720px) {
  .mission .content {
    margin: 0 20px;
  }
}
.mission .content .first {
  color: #1E1E1E;
}
@media (max-width: 480px) {
  .mission .content .first {
    padding: 0;
  }
}
.mission .content .first h4 {
  font-weight: bold;
}
.mission .content .first h4 i {
  color: rgba(9, 102, 57, 0.5);
}
@media (max-width: 720px) {
  .mission .content .first .about {
    background-color: #D9D9D9;
    text-align: center;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 20px;
  }
}
.mission .circle {
  width: 500px;
  height: 500px;
  background-color: rgba(9, 102, 57, 0.5);
  border-radius: 50%;
  position: absolute;
  top: -250px;
  left: -250px;
  z-index: 0;
  filter: blur(200px);
}

.partner {
  background-image: url("/assets/imgs/partner.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #1e1e1e;
}
@media (max-width: 480px) {
  .partner {
    background-position: -70px center;
    background-image: url("/assets/imgs/work with us.png");
  }
}
.partner .partner-content {
  margin: 0 100px;
}
@media (max-width: 720px) {
  .partner .partner-content {
    margin: 0 20px;
    width: 80%;
  }
}
.partner .partner-content a {
  background-color: #096639;
  padding: 15px;
}
@media (max-width: 480px) {
  .partner .partner-content a {
    margin-bottom: 0 !important;
  }
}
.partner .partner-content a:active {
  background-color: #1e1e1e;
}

.internal-team {
  background-color: #fff;
  color: #1E1E1E;
}
.internal-team .content-first {
  background-image: url("/assets/imgs/internal_team.png");
  background-position: center -50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.internal-team .content-first .content {
  margin: 0px 100px;
}
@media (max-width: 720px) {
  .internal-team .content-first .content {
    margin: 0px;
  }
}
@media (max-width: 480px) {
  .internal-team .content-first .content {
    padding-bottom: 40px !important;
  }
}
.internal-team .content-first .content span.coloured {
  color: #F49406;
}
@media (max-width: 480px) {
  .internal-team .content-first .content .team-title h3 {
    font-size: 1.7rem;
    padding-bottom: 0 !important;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .internal-team .content-first .content .team-title img {
    height: 20px;
    margin-bottom: -15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .internal-team .content-first .content .team-body h3 {
    font-size: 1.2rem;
  }
}
.internal-team .content-first .content .team-body p {
  width: 75%;
}
@media (max-width: 480px) {
  .internal-team .content-first .content .team-body p {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .internal-team .content-first .content .team-body {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .internal-team .content-first .content .team-images {
    padding-bottom: 50px;
  }
}
.internal-team .content-first .content .team-images .card {
  border: none;
  text-align: center;
}
@media (max-width: 480px) {
  .internal-team .content-first .content .team-images .card {
    width: 300px;
    margin: 0 auto;
  }
}
.internal-team .content-first .content .team-images .card h3 {
  font-weight: bold;
  font-size: 25px;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .internal-team .content-first .content .team-images .card h3 {
    font-size: 16px;
  }
}
.internal-team .content-first .content .team-images .card p {
  font-weight: 600;
  font-size: 18px;
  color: #096639;
}
@media (max-width: 480px) {
  .internal-team .content-first .content .team-images .card p {
    font-size: 14px;
  }
}

.external-team {
  background-color: #fff;
  color: #1E1E1E;
}
@media (max-width: 480px) {
  .external-team {
    margin-top: -40px;
  }
}
.external-team .content-first {
  background-image: url("/assets/imgs/external.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.external-team .content-first .content {
  margin: 0px 100px;
}
@media (max-width: 720px) {
  .external-team .content-first .content {
    margin: 0px;
  }
}
.external-team .content-first .content .team-body p {
  width: 75%;
}
@media (max-width: 480px) {
  .external-team .content-first .content .team-body p {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .external-team .content-first .content .team-body {
    margin-bottom: 30px;
  }
}
.external-team .content-first .content .team-images .card {
  border: none;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .external-team .content-first .content .team-images .card {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.external-team .content-first .content .team-images .card h3 {
  font-weight: bold;
  font-size: 21px;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .external-team .content-first .content .team-images .card h3 {
    font-size: 16px;
  }
}
.external-team .content-first .content .team-images .card p {
  font-weight: 600;
  font-size: 18px;
  color: #096639;
}
@media (max-width: 480px) {
  .external-team .content-first .content .team-images .card p {
    font-size: 15px;
  }
}
.external-team .content-first .content .team-images .more {
  color: #096639;
}
.external-team .content-first .content .team-images .more a {
  color: #096639;
}
@media (max-width: 480px) {
  .external-team .content-first .content .team-images img.line {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.team-images.mobile .swiper .card {
  padding-bottom: 40px;
}
.team-images.mobile .swiper .swiper-button-next:after,
.team-images.mobile .swiper .swiper-button-prev:after {
  content: "";
}
.team-images.mobile .swiper .swiper-button-next,
.team-images.mobile .swiper .swiper-button-prev {
  border: 1px solid black;
  border-radius: 5px;
  width: 47px;
  height: 50px;
  top: var(--swiper-navigation-top-offset, 90%);
}
.team-images.mobile .swiper .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 33%);
}
.team-images.mobile .swiper .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 33%);
}
.team-images.mobile .swiper .navi i {
  color: #1e1e1e;
}

.hero.careers-page .content {
  padding-top: 50px;
}
@media (max-width: 720px) {
  .hero.careers-page .content {
    margin: 0 20px;
  }
}
.hero.careers-page .content .hero-content {
  margin-top: 30px;
}
@media (max-width: 720px) {
  .hero.careers-page .content .hero-content {
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  .hero.careers-page .content .hero-content {
    padding: 0;
  }
}
.hero.careers-page .content h1 {
  font-weight: bold;
}
.hero.careers-page .content .img img {
  width: 500px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media (max-width: 720px) {
  .hero.careers-page .content .img img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .hero.careers-page .content .img img {
    padding: 0;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 16px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .hero.careers-page .content .img {
    padding: 0;
  }
}
.hero.careers-page .content a.contact-us {
  text-decoration: none;
  background-color: #096639;
  width: 120px;
  height: 40px;
  border-radius: 8px;
  color: #fff;
  font-size: 0.8rem;
  margin-top: 30px;
}
.hero.careers-page .content a.contact-us:active {
  background-color: #1E1E1E;
}
@media (max-width: 480px) {
  .hero.careers-page .content p.mobile {
    padding: 0;
  }
}

.explore {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/imgs/services/dots.png");
}
.explore .bg {
  background-color: rgba(30, 30, 30, 0.75);
}
.explore .content {
  margin: 0 100px;
}
@media (max-width: 720px) {
  .explore .content {
    margin: 0 20px;
  }
}
.explore .content .card-body {
  position: relative;
}
.explore .content .card-body .green {
  position: absolute;
  bottom: 50px;
  left: 0px;
}
.explore .content .card-body .orange {
  position: absolute;
  bottom: 0px;
  left: 50px;
}
.explore .content .expore-cards .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
@media (max-width: 480px) {
  .explore .content .expore-cards .row {
    width: 100%;
    margin: 0 auto;
  }
}
.explore .content .expore-cards .row .card {
  width: 300px;
  margin-bottom: 40px;
  cursor: pointer;
  position: relative;
  flex-grow: 1;
}
@media (max-width: 1200px) {
  .explore .content .expore-cards .row .card {
    width: 210px !important;
  }
}
@media (max-width: 720px) {
  .explore .content .expore-cards .row .card {
    margin: 40px auto;
    margin-top: 0px;
  }
}
.explore .content .expore-cards .row .card img.up_down {
  position: absolute;
  right: 20px;
  top: 10px;
  height: 90%;
}
.explore .content .expore-cards .row .card.clicked {
  background: linear-gradient(to bottom right, rgba(9, 102, 57, 0.1), white);
}

.footer-join.careers-page {
  color: #1E1E1E;
  background-color: #D9D9D9;
  margin: 0;
  padding: 43px 0;
}
.footer-join.careers-page button:active {
  background-color: #1E1E1E;
}

.hero.contact-page {
  background-image: none;
  background-color: #fff;
}
.hero.contact-page .content .team {
  margin-top: 50px;
}
@media (max-width: 480px) {
  .hero.contact-page .content .team {
    padding: 0;
  }
}
.hero.contact-page .content .team .subtitle,
.hero.contact-page .content .team h2 {
  font-weight: bold;
}
@media (max-width: 480px) {
  .hero.contact-page .content .team p.subtitle {
    color: #F49406;
    font-size: 1.1rem;
  }
}
.hero.contact-page .content .team .cts {
  background-color: rgba(217, 217, 217, 0.5);
  border-radius: 16px;
}
.hero.contact-page .content .team .cts .first,
.hero.contact-page .content .team .cts .second {
  border-bottom: 1px solid rgba(30, 30, 30, 0.5);
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .hero.contact-page .content .team .cts .third img {
    width: 20px;
  }
}
.hero.contact-page .content .form {
  background-color: rgba(217, 217, 217, 0.5);
  border-radius: 16px;
}
.hero.contact-page .content .form textarea {
  width: 94%;
  border-radius: 10px;
  padding: 15px;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .hero.contact-page .content .form textarea {
    width: 96.9%;
  }
}
.hero.contact-page .content .form input {
  border: 1px solid #1E1E1E;
  border-radius: 6px;
  padding: 10px;
  margin: 15px 0;
}
@media (max-width: 720px) {
  .hero.contact-page .content .form input {
    width: 90%;
    margin: 15px auto;
  }
}
.hero.contact-page .content .form button:active {
  background-color: #1E1E1E;
}

.bottom-cards {
  background-color: #fff;
}
.bottom-cards .content {
  margin: 0 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bottom-cards .card {
  width: 30%;
  background-color: #D9D9D9;
  border-radius: 16px;
  border-right: 10px solid #096639;
}
.bottom-cards .card .contact-form {
  color: #096639;
}
.bottom-cards .bottom {
  background-color: #D9D9D9;
}

.hero.house-cleaning {
  background-image: none;
  background-color: #F7F7F7;
}
@media (max-width: 480px) {
  .hero.house-cleaning {
    border-bottom: 2px solid transparent;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 720px) {
  .hero.house-cleaning .content {
    margin: 0 30px;
  }
}
@media (max-width: 480px) {
  .hero.house-cleaning .content {
    margin-bottom: -25px;
  }
}
.hero.house-cleaning .content .hero-content p {
  margin-top: 15px !important;
  margin-bottom: 25px;
}
.hero.house-cleaning .img {
  padding-right: 0;
  position: relative;
}
.hero.house-cleaning .img .controls {
  position: absolute;
  z-index: 2;
  background-color: #F1FAFF;
  width: 98%;
  right: 0;
  bottom: 6px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 30px;
  box-shadow: inset -12px 4px 64px 0px #096639;
  padding: 0 30px;
}
@media (max-width: 480px) {
  .hero.house-cleaning .img .controls {
    width: 100%;
    bottom: 5px;
  }
}
.hero.house-cleaning .img .controls * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hero.house-cleaning .img img.play-button {
  width: 15px !important;
  height: 15px !important;
  cursor: pointer;
}
@media (max-width: 480px) {
  .hero.house-cleaning .img img.play-button {
    margin-bottom: 0;
  }
}
.hero.house-cleaning .img img.fullscreen-button {
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
}
.hero.house-cleaning .img #fullscreenButton {
  margin-left: 5px;
}
.hero.house-cleaning .img .duration-display {
  /* Adjust as needed */
  /* Adjust as needed */
  color: #1e1e1e;
  font-size: 0.7rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .hero.house-cleaning .img .duration-display {
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  .hero.house-cleaning .img .duration-display {
    display: none;
  }
}
.hero.house-cleaning .img .progress-container {
  position: relative;
  width: 300px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 8px;
}
.hero.house-cleaning .img .progress-container .line {
  height: 2px;
  width: 100%;
  background-color: #1e1e1e;
}
@media (max-width: 480px) {
  .hero.house-cleaning .img .progress-container {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
  }
}
.hero.house-cleaning .img .progress-bar {
  width: 5%;
  height: 15px;
  background-color: transparent;
  z-index: 3;
  position: relative;
  margin-top: -8.5px;
}
.hero.house-cleaning .img .progress-bar .bar-hold {
  width: 12px;
  height: 12px;
  background-color: #1e1e1e;
  border-radius: 50%;
  position: absolute;
  right: 0;
}
.hero.house-cleaning .img .fullscreen-button {
  color: #1e1e1e;
  cursor: pointer;
}
.hero.house-cleaning .img video {
  width: 100%;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 480px) {
  .hero.house-cleaning .img video {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero.house-cleaning .img .overlay {
  width: 98%;
  height: 98%;
  border-radius: 30px;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  box-shadow: inset -12px -12px 70px 0px rgb(255, 255, 255), inset 12px 12px 34px 0px #096639, inset -12px -12px 64px 0px #096639, 12px 12px 49px 0px white;
}
@media (max-width: 480px) {
  .hero.house-cleaning .img .overlay {
    width: 100%;
  }
}
.hero.house-cleaning .img .bottom-rec {
  width: 550px;
  height: 23%;
  background-color: rgba(9, 102, 57, 0.8);
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.hero.house-cleaning a.contact-us {
  font-weight: 600;
}

.hero-bottom {
  background: linear-gradient(to bottom, #F7F7F7, #096639);
}
@media (max-width: 480px) {
  .hero-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    padding-bottom: 0 !important;
  }
}
.hero-bottom .content {
  margin: 0 100px;
}
@media (max-width: 720px) {
  .hero-bottom .content {
    margin: 0 20px;
  }
}
.hero-bottom .content .counter .first {
  background-color: #1e1e1e;
  padding: 5px;
  border-radius: 8px;
  font-weight: bold;
}
.hero-bottom .content .counter .second {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: rgba(191, 191, 191, 0.5);
  color: #1e1e1e;
  font-weight: 600;
  padding: 5px;
  border-right: 2px solid #F49406;
}
.hero-bottom .content.mobile .counter {
  width: 260px;
  font-size: 20px;
}
@media (max-width: 480px) {
  .hero-bottom .content.mobile .counter {
    width: 120%;
    padding-right: 0 !important;
  }
}
@media (max-width: 480px) {
  .hero-bottom .content.mobile .counter .first {
    font-size: 0.8rem;
  }
}
.hero-bottom .content.mobile .counter .second {
  padding: 0;
}
@media (max-width: 480px) {
  .hero-bottom .content.mobile .counter .second {
    font-size: 0.8rem;
  }
}

.hero.cooking {
  background-color: #A0A0A0;
}

.hero-bottom.cooking {
  background: linear-gradient(to bottom, #A0A0A0, #096639);
}

.hero.hours {
  background-color: #F0FAF7;
}

.hero-bottom.hours {
  background: linear-gradient(to bottom, #F0FAF7, #096639);
}

.hero.security {
  background-color: rgba(252, 247, 203, 0.91);
}

.hero-bottom.security {
  background: linear-gradient(to bottom, rgba(252, 247, 203, 0.91), #096639);
}

.hero.driving {
  background-color: rgba(255, 255, 255, 0.91);
}

.hero-bottom.driving {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.91), #096639);
}

.hero.baby {
  background-color: rgba(160, 233, 226, 0.77);
}

.hero-bottom.baby {
  background: linear-gradient(to bottom, rgba(160, 233, 226, 0.77), #096639);
}

.hero.rounders {
  background-color: white;
}

.hero-bottom.rounders {
  background: linear-gradient(to bottom, white, #096639);
}

.hero.caretaker {
  background-color: #cbcacf;
}

.hero-bottom.caretaker {
  background: linear-gradient(to bottom, #cbcacf, #096639);
}

.hero.wait-usher {
  background-color: #e9fcfb;
}

.hero-bottom.wait-usher {
  background: linear-gradient(to bottom, #e9fcfb, #096639);
}

.hero.nanny {
  background-color: #e9fcfb;
}

.hero-bottom.nanny {
  background: linear-gradient(to bottom, #e9fcfb, #096639);
}

.locations {
  background-color: #493619;
}
.locations .loc-bg {
  background-image: url("/assets/imgs/Locations.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.locations .content {
  margin: 0 100px;
  padding: 80px 0;
}
@media (max-width: 720px) {
  .locations .content {
    margin: 0 20px;
  }
}
@media (max-width: 480px) {
  .locations .content {
    padding: 40px 0;
  }
}
.locations .content .accordion-button:not(.collapsed)::after {
  background-image: url("/assets/icons/drop.png");
}
.locations .content .accordion-button::after {
  margin-left: 0;
  margin-right: auto;
  background-image: url("/assets/icons/drop.png");
}
.locations .content .accordion-header button {
  background-color: #D9D9D9;
}
@media (max-width: 480px) {
  .locations .content .accordion-header button {
    padding: 10px 20px;
  }
}
@media (max-width: 480px) {
  .locations .content .accordion-header button img {
    width: 15px;
  }
}
@media (max-width: 480px) {
  .locations .content .accordion-header button .itm span {
    color: #1e1e1e;
  }
}
@media (max-width: 720px) {
  .locations .content .accordion-header button .row {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .locations .content .accordion-header button .row .itm {
    padding: 0px;
    color: #1e1e1e;
  }
}
.locations .content .accordion-header span {
  font-weight: bold;
}
@media (max-width: 480px) {
  .locations .content .accordion-header span {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .locations .content .accordion-body .countries {
    width: 100% !important;
  }
}
.locations .content .accordion-body .countries .citem i {
  margin-right: 10px;
}
@media (max-width: 480px) {
  .locations .content .accordion-body .countries .citem i {
    margin-right: 3px;
    font-size: 0.7rem;
  }
}
@media (max-width: 480px) {
  .locations .content .accordion-body .countries .citem span {
    font-size: 0.5rem;
  }
}

.work.house {
  background-color: #fff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-user-drag: none;
  /* Safari */
  -khtml-user-drag: none;
  /* Konqueror */
  -moz-user-drag: none;
  /* Firefox */
  -o-user-drag: none;
}

body {
  background-color: #1E1E1E;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
body header {
  background-color: rgba(244, 148, 6, 0.2);
}
@media (max-width: 960px) {
  body header {
    display: none;
  }
}
body header .head {
  background-color: #1e1e1e;
  width: 100%;
}
body header .head .top {
  margin: 0px 100px;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
body header .head .top .contacts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
body header .head .top .contacts p {
  margin-bottom: 0;
}
body header .head .top div.socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 0px;
}
body header .head .top div.socials a {
  margin-left: 20px;
}
body header .head .top div.socials p {
  margin-bottom: 0;
}
body header .head .top div.socials p .name {
  font-weight: 600;
}
body header .head .top div.socials img {
  width: 18px;
  height: 18px;
}
body .mynav {
  background-color: #096639;
}
body .mynav .content {
  margin: 0 100px;
}
@media (max-width: 720px) {
  body .mynav .content {
    margin: 0 20px;
  }
}
body .mynav .content .dropdown-menu {
  background-color: #1E1E1E;
}
body .mynav .content .dropdown-menu .dropdown-item {
  color: #fff !important;
}
body .mynav .content .dropdown-menu .dropdown-item:hover {
  background-color: rgba(9, 102, 57, 0.6352941176) !important;
}
body .mynav .content .dropdown-menu span.all-badge {
  color: #fff;
  background-color: #096639;
  padding: 0 8px;
  border-radius: 5px;
}
body .mynav .content .navbar-toggler {
  color: #fff;
  border: 0;
}
body .mynav .content .navbar-toggler .navbar-toggler-icon {
  background-image: url("/assets/icons/menue.png");
}
body .mynav .content .logo img {
  width: 150px;
}
@media (max-width: 480px) {
  body .mynav .content .logo img {
    width: 100px;
  }
}
body .mynav .content ul li a {
  color: #fff !important;
}
body .mynav .content ul li a.active {
  border-bottom: 1px solid #F49406;
}
body .mynav .content .languages button {
  box-shadow: 0px 4px 10px #1E1E1E;
}
body .mynav .content .languages .goog-te-combo {
  font-family: "poppins";
  padding: 5px;
  box-shadow: 0px 4px 10px #1E1E1E;
  border-radius: 8px;
  width: 120px;
  text-align: center;
}
body .mynav .content .languages .tran-img {
  margin-top: -15px;
  background-color: #fff;
  padding: 4px;
  box-shadow: 0px 4px 10px #1E1E1E;
}
body .mynav .content .languages .lang-dropdown * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body .mynav .content .languages .lang-dropdown .lang,
body .mynav .content .languages .lang-dropdown .lang-drop {
  background-color: #fff;
  border-radius: 8px;
  width: 100px;
  font-size: 0.8rem;
  height: 30px;
  align-items: center;
}
body .mynav .content .languages .lang-dropdown .lang {
  margin-bottom: 10px;
  margin: 0;
}
body .mynav .content .languages .lang-dropdown .lang-drop {
  margin: 8px 0;
  background-color: #096639;
}
body .mynav .content .languages .lang-dropdown .lang-drop p,
body .mynav .content .languages .lang-dropdown .lang-drop i {
  color: #fff !important;
}
body .mynav .content .languages .lang-dropdown .drop {
  position: absolute;
  z-index: 4;
}
body .mynav .content .languages.mobile {
  display: none;
}
@media (max-width: 960px) {
  body .mynav .content .languages.mobile {
    display: block;
  }
}
body .mynav .content .navbar-nav.mobile {
  background-color: #D9D9D9;
  margin-top: 10px;
  border-radius: 16px;
  padding: 25px;
  padding-bottom: 35px;
}
body .mynav .content .navbar-nav.mobile * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body .mynav .content .navbar-nav.mobile a:not(.dropdown-item) {
  color: #1e1e1e !important;
}
body .mynav .content .navbar-nav.mobile .dropdown-item {
  text-wrap: wrap;
}
body .mynav .content .navbar-nav.mobile .dropdown-menu {
  width: 240px;
  position: absolute;
  left: -110%;
}
body .mynav .content .navbar-nav.mobile .lang {
  border-bottom: 1px solid #1e1e1e;
  padding-bottom: 5px;
  margin: 0;
}
body .mynav .content .navbar-nav.mobile .lang-drop {
  padding: 5px 10px;
}
body .mynav .content .navbar-nav.mobile .lang-drop:active {
  background-color: rgba(128, 128, 128, 0.2705882353);
}
body .hero {
  background-image: url("/assets/imgs/hero.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  color: #1E1E1E;
}
body .hero .content {
  margin: 0px 100px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 720px) {
  body .hero .content {
    margin: 0px 20px;
  }
}
body .hero .content .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 50%;
  margin-top: -140px;
}
body .hero .content .hero-content span.coloured {
  color: #F49406;
}
body .hero .content .hero-content p.subtitle {
  margin-top: 30px;
  width: 80%;
}
@media (max-width: 1200px) {
  body .hero .content .hero-content p.subtitle {
    width: 100%;
  }
}
body .hero .content .hero-content a.contact-us {
  text-decoration: none;
  background-color: #096639;
  width: 120px;
  height: 40px;
  border-radius: 8px;
  color: #fff;
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 26px 20px;
  margin-top: 30px;
  z-index: 3;
  transition: all 0.1s ease-out;
}
body .hero .content .hero-content a.contact-us.home {
  width: 150px;
}
body .hero .content .hero-content a.contact-us:active {
  background-color: #1E1E1E;
}
body .hero .content .hero-content a.contact-us:hover {
  cursor: pointer;
  transform: scale(1.1);
}
body .hero .content .hero-image {
  margin: 60px 0px;
  margin-bottom: 150px;
}
body .hero .content .hero-image img {
  width: 340px;
}
body .hero h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  body .hero h1 {
    font-size: 1.5rem;
  }
}
body .hero img.hero-btm {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
body .locations .accordion-button {
  padding: 10px 50px;
}
@media (max-width: 480px) {
  body .locations .accordion-button {
    padding: 10px 5px;
  }
}
body .locations .content .accordion-button::after {
  margin-left: 50px;
}
@media (max-width: 480px) {
  body .locations .content .accordion-button::after {
    margin-left: 10px;
  }
}
body .locations .itm.tz img {
  border-radius: 10px;
}
@media (max-width: 480px) {
  body .locations .itm span {
    font-size: 0.7rem !important;
  }
}
@media (max-width: 480px) {
  body .locations .itm img {
    display: none;
  }
}
body .services {
  background-color: #6B4915;
}
body .services * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body .services .cont-first {
  background-color: #1e1e1e;
}
body .services .cont-second {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/imgs/services/dots.png");
}
body .services .content {
  margin: 0px 60px;
  padding: 60px 0;
  padding-bottom: 20px;
}
@media (max-width: 720px) {
  body .services .content {
    margin: 0px 0px;
  }
}
@media (max-width: 480px) {
  body .services .content {
    padding: 40px 0;
  }
}
body .services .content .header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body .services .content .header p {
  color: rgba(255, 255, 255, 0.8);
  width: 70%;
  text-align: center;
  margin: 30px 0;
}
@media (max-width: 480px) {
  body .services .content .header p {
    width: 80%;
    margin: 20px 0;
    margin-bottom: 0;
  }
}
body .services .content .service-cards {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body .services .content .service-cards .service {
  transition: all 0.2s ease-out;
}
body .services .content .service-cards .service:hover {
  transform: scale(0.9);
}
body .services .content .service-cards .service:active {
  transform: scale(1);
}
body .services .content .service-cards .service.home {
  border-radius: 16px;
  width: 260px;
  background-color: white;
  margin-bottom: 50px;
  margin-right: 11px;
  flex-grow: 1;
}
@media (max-width: 1200px) {
  body .services .content .service-cards .service.home {
    margin-right: 11px;
  }
}
@media (max-width: 960px) {
  body .services .content .service-cards .service.home {
    width: 300px !important;
  }
}
@media (max-width: 720px) {
  body .services .content .service-cards .service.home {
    width: 200px !important;
  }
}
@media (max-width: 480px) {
  body .services .content .service-cards .service.home {
    width: 190px !important;
    height: 220px !important;
  }
}
@media (min-width: 960px) {
  body .services .content .service-cards .service.home {
    width: 180px !important;
  }
}
@media (min-width: 1075px) {
  body .services .content .service-cards .service.home {
    width: 220px !important;
  }
}
@media (min-width: 1275px) {
  body .services .content .service-cards .service.home {
    width: 240px !important;
  }
}
@media (min-width: 1374px) {
  body .services .content .service-cards .service.home {
    width: 280px !important;
  }
}
body .services .content .service-cards .service.home a {
  text-decoration: none;
}
body .services .content .service-cards .service.home .content {
  background: linear-gradient(to bottom, rgba(9, 102, 57, 0.6), rgba(30, 30, 30, 0));
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 16px;
  padding: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #1E1E1E;
}
@media (max-width: 1200px) {
  body .services .content .service-cards .service.home .content {
    padding: 10px 0px;
  }
}
body .services .content .service-cards .service.home .content .img {
  text-align: center;
}
body .services .content .service-cards .service.home .content .img img {
  width: 246px;
  height: 167px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  body .services .content .service-cards .service.home .content .img img {
    width: 188px;
    height: 147px;
  }
}
@media (max-width: 960px) {
  body .services .content .service-cards .service.home .content .img img {
    width: 188px;
    height: 147px;
  }
}
@media (max-width: 720px) {
  body .services .content .service-cards .service.home .content .img img {
    width: 148px !important;
    height: 107px !important;
  }
}
@media (max-width: 480px) {
  body .services .content .service-cards .service.home .content .img img {
    width: 168px !important;
    height: 147px !important;
    padding-top: 15px;
  }
}
body .services .content .service-cards .service.home .content .subtitle {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
}
@media (max-width: 480px) {
  body .services .content .service-cards .service.home .content .subtitle {
    margin: 5px 0;
    margin-bottom: 0;
  }
}
body .services .content .service-cards .service.home .content .ratings img {
  margin: 0px 2px;
}
@media (max-width: 1200px) {
  body .services .content .service-cards .service.home .content .ratings img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  body .services .content .service-cards .service.home .content .ratings img {
    width: 15px;
    height: 15px;
  }
}
body .services .content .service-cards.last .service {
  flex-grow: 0;
  width: auto !important;
}
body .services .content .service-cards.last .service a {
  text-decoration: none;
}
body .services .content .service-cards.last .service .content {
  width: 300px;
}
body .services .content .service-cards.last .service .content .img {
  width: 280px;
}
body .services .content .service-cards.mobile .service {
  width: 170px;
  height: 270px;
}
body .services .content .service-cards.mobile .service a {
  text-decoration: none;
}
body .services .content .service-cards.mobile .service .img img {
  width: 145px;
  height: 104px;
}
body .services .content .service-cards.mobile .service .subtitle {
  font-size: 18px;
  margin: 0;
  margin-top: 5px;
  text-align: center;
}
body .services .content .service-cards.mobile .service .ratings img {
  width: 15px;
  height: 15px;
}
body .services .content .service-cards.mobile .navi i {
  color: #fff;
}
body .services .content .service-cards.mobile .navi:active {
  background-color: rgba(9, 102, 57, 0.8235294118);
}
body .services .content .service-cards.mobile .swiper {
  height: 300px;
}
body .services .content .service-cards.mobile .swiper-button-next,
body .services .content .service-cards.mobile .swiper-button-prev {
  border: 1px solid #fff;
  border-radius: 5px;
  width: 47px;
  height: 50px;
  top: var(--swiper-navigation-top-offset, 89%);
}
body .services .content .service-cards.home .service {
  margin-right: 0 !important;
  padding: 0;
  width: 23% !important;
  flex-grow: unset;
}
body .services .content .service-cards.home .service .content {
  padding: 20px !important;
}
body .services .content .service-cards.home .service .img img {
  width: 100% !important;
  height: 200px !important;
}
@media (max-width: 1200px) {
  body .services .content .service-cards.home .service .img img {
    height: 150px !important;
  }
}
body .choose {
  background-image: url("/assets/imgs/choose.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #1E1E1E;
  padding-top: 40px;
}
body .choose .content {
  margin: 0px 100px;
  padding: 80px 0;
  padding-top: 0;
}
@media (max-width: 720px) {
  body .choose .content {
    margin: 0px 20px;
  }
}
body .choose .content .title {
  text-align: center;
}
body .choose .content .body {
  display: flex;
  justify-content: space-between;
}
body .choose .content .body .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-content: flex-start;
  width: 55%;
}
body .choose .content .body .cards .cd {
  width: 40%;
  height: 267px;
  margin-right: 10px;
}
body .choose .content .body .cards .cd .content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  body .choose .content .body .cards .cd {
    width: 202px;
    height: 230px;
    margin-right: 10px;
  }
}
@media (max-width: 960px) {
  body .choose .content .body .cards .cd {
    margin: 20px auto;
    width: 302px;
    height: 247px;
  }
}
@media (max-width: 720px) {
  body .choose .content .body .cards {
    width: 100%;
  }
}
body .choose .content .body .cards div {
  width: 250px;
  height: 220px;
  border-radius: 30px;
  margin: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}
@media (max-width: 720px) {
  body .choose .content .body .cards div {
    width: 350px;
    height: 320px;
  }
}
body .choose .content .body .cards div .content {
  height: 80%;
}
body .choose .content .body .cards div h2 {
  width: 50%;
  font-size: 1.2rem;
}
body .choose .content .body .cards div p {
  width: 72%;
  font-size: 0.7rem;
}
body .choose .content .body .cards .experienced,
body .choose .content .body .cards .support {
  background-color: rgba(244, 148, 6, 0.2);
}
body .choose .content .body .cards .honest,
body .choose .content .body .cards .affordable {
  background-color: rgba(9, 102, 57, 0.2);
}
body .choose .content .body .info {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
body .choose .content .body .info img {
  width: 250px;
}
body .choose .content .body .info .text-content h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
body .choose .content .body .info .text-content p {
  font-size: 0.8rem;
}
body .choose .content .body .info .text-content button {
  background-color: #096639;
  border-radius: 30px;
  padding: 10px 30px;
  transition: all 0.3s ease-out;
}
body .choose .content .body .info .text-content button:active {
  background-color: #1E1E1E;
}
body .choose .content .body .info .text-content button:hover {
  transform: scale(1.1);
}
body .testimonials {
  margin-bottom: 0px;
  padding-bottom: 10px;
  background-image: url("/assets/imgs/testimonial.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 8rem !important;
  padding-bottom: 3rem !important;
}
@media (max-width: 480px) {
  body .testimonials {
    padding-top: 40px !important;
  }
}
body .testimonials .content .header p {
  width: 80%;
  margin: 0 auto;
}
body .testimonials .content .card {
  width: 648px;
  height: auto;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(30, 30, 30, 0.5);
  border-radius: 16px;
  border: 0;
}
@media (min-width: 1200px) {
  body .testimonials .content .card {
    height: 290px;
  }
}
@media (min-width: 1200px) {
  body .testimonials .content .card {
    width: 600px;
  }
}
@media (max-width: 1200px) {
  body .testimonials .content .card {
    width: 450px;
    height: 330px;
  }
}
@media (max-width: 960px) {
  body .testimonials .content .card {
    width: 380px;
    height: 330px;
  }
}
body .testimonials .content .card .card-body {
  background: linear-gradient(to bottom, rgba(9, 102, 57, 0.5), rgba(255, 255, 255, 0));
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .testimonials .content .card .card-body .top > :nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-top: 10px;
}
body .testimonials .content .card img.test-image {
  width: 100%;
  border-radius: 50%;
}
body .testimonials .content .card img.quote-image {
  width: 100%;
}
body .testimonials .content .card .middle h2 {
  font-size: 1.3rem;
}
@media (max-width: 1200px) {
  body .testimonials .content .card .middle h2 {
    font-size: 1rem;
  }
}
@media (max-width: 720px) {
  body .testimonials .content .card .middle h2 {
    font-size: 0.8rem;
  }
}
@media (max-width: 1200px) {
  body .testimonials .content .card .middle p {
    font-size: 0.9rem;
  }
}
@media (max-width: 720px) {
  body .testimonials .content .card .middle p {
    font-size: 0.7rem;
  }
}
body .testimonials .content .card .middle .ratings img {
  width: 20px;
}
@media (max-width: 720px) {
  body .testimonials .content .card .middle .ratings img {
    width: 15px;
  }
}
body .testimonials .content .card .body {
  font-size: 0.8rem;
}
body .testimonials .content .tests .card {
  width: 396px;
  height: 229px;
}
@media (max-width: 720px) {
  body .testimonials .content .tests .card {
    width: 300px;
    height: 296px;
  }
}
body .testimonials .content .tests .card .test-image {
  width: 70px;
  height: 70px;
}
body .testimonials .content .tests .card .ratings img {
  width: 20px;
  height: 20px;
}
@media (max-width: 720px) {
  body .testimonials .content .tests .card .ratings img {
    width: 15px;
    height: 15px;
  }
}
body .testimonials .content .tests .card h1 {
  font-size: 20px;
}
body .testimonials .content .tests .card p {
  font-size: 12px;
}
body .testimonials .content .tests .card .quote-image {
  width: 40px;
  height: 30px;
}
body .testimonials .content .tests .card .body p {
  font-size: 15px;
}
body .testimonials .content .tests .mySwiper {
  height: 290px;
}
@media (max-width: 720px) {
  body .testimonials .content .tests .mySwiper {
    height: 350px;
  }
}
body .testimonials .content .tests .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
body .testimonials .content .tests .swiper-pagination .swiper-pagination-bullet {
  width: 90px;
  /* Adjust width as needed */
  height: 30px;
  /* Adjust height as needed */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  background-image: url("/assets/imgs/page.png");
  background-color: transparent;
}
body .testimonials .content .notmobile .swiper-wrapper {
  height: 350px;
}
@media (max-width: 1200px) {
  body .testimonials .content .notmobile .swiper-wrapper {
    height: 400px;
  }
}
@media (max-width: 960px) {
  body .testimonials .content .notmobile .swiper-wrapper {
    height: 460px;
  }
}
body .testimonials .content .notmobile .swiper-pagination {
  bottom: 20px;
}
@media (max-width: 1200px) {
  body .testimonials .content .notmobile .swiper-pagination {
    bottom: 5px;
  }
}
body .testimonials .content .notmobile .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
body .testimonials .content .notmobile .swiper-pagination .swiper-pagination-bullet {
  width: 90px;
  /* Adjust width as needed */
  height: 30px;
  /* Adjust height as needed */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  background-image: url("/assets/imgs/page.png");
  background-color: transparent;
}
body .testimonials .content .notmobile .swiper-pagination .swiper-pagination-bullet-active {
  /* Optional: Style for active bullet */
}
body .testimonials .content .swiper {
  height: 400px;
}
body .join {
  margin: 0;
}
body .join .content {
  position: relative;
}
body .join .content img {
  width: 100%;
}
body .join .content .text {
  position: absolute;
  right: 0;
  top: 8%;
}
@media (max-width: 960px) {
  body .join .content .text {
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  body .join .content .text {
    top: 15%;
  }
}
@media (max-width: 1088px) {
  body .join .content .text {
    top: 10%;
  }
}
@media (max-width: 1038px) {
  body .join .content .text {
    top: 7%;
  }
}
@media (max-width: 1200px) {
  body .join .content .text h1 {
    font-size: 1.4rem;
  }
}
@media (max-width: 1200px) {
  body .join .content .text p {
    font-size: 0.8rem;
  }
}
body .join .content .text-mobile {
  padding: 0 20px;
}
body .join .content .btn {
  background-color: #096639;
  padding: 10px 20px;
}
@media (max-width: 1200px) {
  body .join .content .btn {
    font-size: 0.8rem;
  }
}
@media (max-width: 960px) {
  body .join .content .btn {
    margin-bottom: 20px;
  }
}
body .join .content button {
  border-radius: 8px;
  transition: all 0.3s ease-out;
}
body .join .content button:active {
  background-color: #1E1E1E;
}
body .join .content button:hover {
  transform: scale(1.1);
}
body .faqs {
  background-color: #fff;
  padding-bottom: 50px;
}
body .faqs .content {
  margin: 0 100px;
}
@media (max-width: 720px) {
  body .faqs .content {
    margin: 0 20px;
  }
}
body .faqs .content .accordion-button::after {
  background-image: url("/assets/icons/dropdown.png");
}
body .faqs .content .accordion-item {
  margin-bottom: 20px;
  border-radius: 8px;
}
body .faqs .content .accordion-item button {
  background-color: rgba(146, 177, 162, 0.5);
  border-radius: 8px;
}
body .faqs .content .accordion-body {
  background-color: rgba(146, 177, 162, 0.5);
  text-align: left;
}
body .forms {
  background-color: #fff;
}
body .forms .form {
  background-color: rgba(244, 148, 6, 0.2);
}
body .forms .form .top {
  width: 50%;
}
@media (max-width: 480px) {
  body .forms .form .top {
    width: 100%;
  }
}

footer {
  background: linear-gradient(to bottom, rgb(30, 30, 30), rgb(9, 102, 57), rgb(30, 30, 30));
  padding: 40px 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  footer {
    padding: 0;
  }
}
footer .content {
  margin: 0 100px;
}
footer .content h1 {
  font-size: 1.5rem;
}
footer .content ul {
  padding: 0;
}
footer .content li {
  list-style-type: none;
  margin-bottom: 15px;
}
footer .content a {
  text-decoration: none;
  color: #fff;
  font-size: 0.8rem;
}
footer .content .logo-content {
  border-right: 1px solid rgba(191, 191, 191, 0.3);
}
footer .content .logo-content p {
  font-size: 0.8rem;
  margin: 20px 0;
}
footer .content .logo-content .email-box {
  display: flex;
}
footer .content .logo-content .email-box input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
footer .content .logo-content .email-box .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #F49406;
}
footer .content .contact-info p {
  font-size: 0.8rem;
}
footer .content .contact-info li {
  margin: 0;
}
footer .content .contact-info ul {
  margin: 0;
}
footer .content .contact-info .social {
  border-top: 1px solid rgba(191, 191, 191, 0.3);
}
footer .content .contact-info .social img {
  width: 20px;
  height: 20px;
}
footer .content .bottom {
  padding-top: 10px;
}
footer .content .bottom p {
  font-size: 0.8rem;
}
footer .bottom.bt {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
}
footer .bottom.bt p {
  font-size: 0.8rem;
}
footer .foot {
  border-bottom: 1px solid rgba(191, 191, 191, 0.3);
}
@media (max-width: 480px) {
  footer .foot img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  footer .foot {
    border-bottom: 1px solid rgba(191, 191, 191, 0.3);
  }
}
footer .copy p {
  font-size: 0.7rem;
}

.footer-join.house {
  background-color: #1E1E1E;
}

.chat {
  margin-top: -20px;
  position: fixed;
  top: 92%;
  right: 20px;
  z-index: 8;
}
@media (max-width: 480px) {
  .chat {
    right: 10px;
  }
}
.chat a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat a p {
  margin-bottom: 0;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  font-size: 0.8rem;
  color: #1e1e1e;
}
@media (max-width: 480px) {
  .chat a p {
    display: none;
  }
}
.chat img {
  width: 40px;
}
@media (max-width: 480px) {
  .chat img {
    width: 48px;
  }
}
@media (max-width: 480px) {
  .chat {
    top: 85%;
  }
}

.chat:active {
  background-color: rgba(0, 128, 0, 0.5);
}

#scrollToTopBtn {
  all: unset;
  display: none;
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 99;
  cursor: pointer;
  background-color: #096639;
  -moz-columns: #fff;
       columns: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}/*# sourceMappingURL=index.css.map */