.h-services {
  background-color: #FAFAFF;
  text-align: center; }
  .h-services-list {
    background-color: #fff;
    padding: 32px;
    margin-bottom: 30px; }
    .h-services-list-title {
      font-size: 16px;
      font-weight: 700; }
  .h-services ul li {
    display: flex;
    margin-bottom: 12px;
    text-align: left; }
    .h-services ul li i {
      color: #b58c45;
      margin-top: 4px;
      margin-right: 12px; }
  .h-services img {
    height: 40px;
    margin-bottom: 16px; }
  .h-services .service-list {
    background: #FFFFFF;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 16px; }

.service-list::-webkit-scrollbar {
  -webkit-appearance: none; }

.service-list::-webkit-scrollbar:vertical {
  width: 4px; }

.service-list::-webkit-scrollbar:horizontal {
  height: 4px; }

.service-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: none;
  background-color: #26A463; }

.about-bg-wrap {
  position: absolute;
  top: -120px; }

.about-bg {
  width: 100%;
  height: auto; }

.rtm {
  font-size: 14px; }

.rtm-head {
  background-color: #26A463;
  color: #fff;
  font-size: 16px;
  padding: 8px; }

.services-list {
  background-color: #fff;
  box-shadow: -1px 0px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 24px 16px;
  min-height: 320px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  position: relative;
  margin-bottom: 24px; }
  .services-list-heading {
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    min-height: 75px; }
  .services-list img {
    height: 40px;
    margin-bottom: 20px; }
  .services-list ul {
    padding-inline-start: 16px; }
  .services-list li {
    color: #555;
    margin-bottom: 8px;
    list-style-type: circle;
    font-size: 15px; }
  .services-list .overlay-text {
    background-color: #2a2a2a;
    color: #fff;
    position: absolute;
    padding: 0 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease; }
    .services-list .overlay-text li {
      color: #fff;
      display: none; }

.bh-list {
  min-height: 420px; }
  .bh-list li {
    font-size: 12px; }

.about-list {
  list-style-type: circle;
  padding-inline-start: 24px;
  margin-top: 16px; }
  .about-list li {
    margin-bottom: 12px; }

.services-list:hover .overlay-text {
  height: 100%;
  transition: all 0.3s ease; }
  .services-list:hover .overlay-text li {
    display: block; }

.gallery .img-wrap {
  position: relative;
  cursor: pointer;
  overflow: hidden; }
  .gallery .img-wrap img {
    transition: all 0.3s ease; }
  .gallery .img-wrap .overlay-img {
    background-color: rgba(233, 212, 62, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease; }
  .gallery .img-wrap .secondary-title {
    color: #000;
    margin-bottom: 0;
    display: none; }

.img-wrap:hover img {
  transform: scale(1.2);
  transition: all 0.3s ease; }
  .img-wrap:hover img .secondary-title {
    display: block; }

.partners img {
  margin-bottom: 24px; }

.route-img {
  min-height: 100%; }

@media (max-width: 991.98px) {
  .about-banner:after {
    display: none; }

  .cta-title {
    font-size: 24px; }

  .cta-highlights-list {
    margin-bottom: 24px; }

  .cta-highlights i {
    font-size: 32px; }

  .cta-highlights .cta-number {
    font-size: 24px; }

  .cta-highlights .cta-text {
    font-size: 18px;
    font-weight: 600; }

  .testimonials .slick-prev,
  .testimonials .slick-next {
    background-color: #26A463; } }
.title-bottom {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px; }

.about-list {
  display: flex;
  flex-wrap: wrap; }
  .about-list-1 {
    width: 33.333%;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex; }
    .about-list-1 i {
      color: #A5CD39;
      margin-top: 4px;
      margin-right: 4px; }

.service {
  background-color: #FCFFF3; }
  .service-list-heading {
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    min-height: 80px; }

.highlight .about-list-1 {
  width: 100%;
  margin-bottom: 16px; }

.connect-us .icon-wrap {
  background-color: #A5CD39;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px; }
  .connect-us .icon-wrap .icon {
    color: #26A463;
    font-size: 20px; }
  .connect-us .icon-wrap .email-icon {
    font-size: 16px; }
.connect-us .footer-address {
  margin-bottom: 40px; }
  .connect-us .footer-address-head {
    color: #26A463;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px; }
  .connect-us .footer-address-text {
    font-size: 18px;
    font-weight: 500; }

.our-team {
  background-color: #A5CD39; }
  .our-team-list {
    background-color: #fff;
    text-align: center;
    position: relative;
    padding: 28px 0 24px 0; }
    .our-team-list .team-avatar {
      position: absolute;
      top: -50px;
      left: calc(50% - 50px); }
    .our-team-list .team-m-name {
      margin-top: 32px;
      font-size: 24px;
      font-weight: 700; }
    .our-team-list .team-m-number {
      font-size: 20px; }
  .our-team .section-title {
    margin-bottom: 80px; }

@media (max-width: 1199.98px) {
  .service-list-heading {
    font-size: 14px;
    font-weight: 600; }

  .about-list-1 {
    width: 50%; }

  .our-team-list {
    margin-bottom: 60px; } }

/*# sourceMappingURL=home.css.map */
