#home-banner-area {
  position: relative;
  background-color: #fff;
}
#home-banner-area .banner-inner-area {
  padding-top: 80px;
}
#home-banner-area .banner-inner-area .banner-text-area {
  padding: 5% 0 20%;
}
#home-banner-area .banner-inner-area .banner-text-area .banner-title {
  font-size: 48px;
  color: #414142;
  font-weight: bold;
  margin-bottom: 5px;
}
#home-banner-area .banner-inner-area .banner-text-area .banner-text {
  font-size: 18px;
  color: #414142;
}
#home-banner-area .banner-inner-area .banner-text-area .banner-btn-area {
  margin-top: 30px;
  gap: 20px;
}
#home-banner-area::after {
  content: '';
  display: block;
  background: url('../../imgs/shape-green.svg') no-repeat center center / cover;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 1920 / 125;
}
#home-services-area {
  padding: 120px 0 40px;
  background-color: #29BFBE;
}
#home-services-area .section-text-area {
  margin-bottom: 40px;
}
#home-services-area .section-text-area .section-top-title {
  margin-bottom: 10px;
}
#home-services-area .section-text-area .section-title {
  margin-bottom: 20px;
}
#home-services-area .section-text-area .section-btn-area {
  margin-top: 30px;
  gap: 20px;
}
#home-services-area .services-list-area .col-mb {
  margin-bottom: 30px;
}
#home-services-area .services-list-area .col-bordered {
  background-color: transparent;
}
#home-services-area .services-list-area .col-bordered .service-box .box-top .box-title {
  color: #fff;
}
#home-services-area .services-list-area .col-bordered .service-box .box-text {
  color: #fff;
}
#home-services-area .services-list-area .col-bordered .service-box .box-more {
  color: #fff;
}
#home-services-area .services-list-area .col-solid .service-box {
  background-color: #fff;
}
#home-services-area .services-list-area .col-solid .service-box .box-top .box-title {
  color: #414142;
  word-break: break-all;
}
#home-services-area .services-list-area .col-solid .service-box .box-text {
  color: #414142;
}
#home-services-area .services-list-area .col-solid .service-box .box-more {
  color: #414142;
}
#home-services-area .services-list-area .service-box {
  border: 3px solid #fff;
  padding: 20px 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  height: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-services-area .services-list-area .service-box:hover {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#home-services-area .services-list-area .service-box .box-top {
  margin-bottom: 10px;
}
#home-services-area .services-list-area .service-box .box-top .box-icon {
  width: 45px;
  height: 45px;
  object-fit: contain;
  margin-right: 15px;
}
#home-services-area .services-list-area .service-box .box-top .box-title {
  font-size: 22px;
  font-weight: bold;
}
#home-services-area .services-list-area .service-box .box-text {
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#home-services-area .services-list-area .service-box .box-more {
  font-size: 14px;
  font-style: 300;
  font-style: italic;
  text-decoration: underline;
}
#home-aboutus-boxes {
  padding: 40px 0 240px;
  background-color: #29BFBE;
}
#home-aboutus-boxes .section-title-area {
  margin-bottom: 80px;
  text-align: center;
}
#home-aboutus-boxes .about-boxes-area .col-mb {
  margin-bottom: 20px;
}
#home-aboutus-boxes .about-boxes-area .about-box {
  background-color: #fff;
  padding: 25px 20px;
  text-align: center;
  height: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
#home-aboutus-boxes .about-boxes-area .about-box .box-icon-wrapper {
  margin-bottom: 20px;
}
#home-aboutus-boxes .about-boxes-area .about-box .box-icon-wrapper .box-icon {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
#home-aboutus-boxes .about-boxes-area .about-box .box-title {
  font-size: 22px;
  font-weight: bold;
  color: #414142;
  margin-bottom: 15px;
}
#home-aboutus-boxes .about-boxes-area .about-box .box-text {
  font-size: 16px;
  color: #414142;
}
#home-form-area {
  position: relative;
  z-index: 3;
  margin-top: -120px;
  margin-bottom: 80px;
}
#home-form-area .form-outer {
  background-color: #010A35;
  border: 4px solid #fff;
  padding: 45px 25px 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
#home-form-area .form-outer .form-text-area {
  text-align: center;
}
#home-form-area .form-outer .form-text-area .form-icon-wrapper {
  margin-bottom: 20px;
}
#home-form-area .form-outer .form-text-area .form-icon-wrapper .form-icon {
  width: 70px;
  height: auto;
}
#home-form-area .form-outer .form-text-area .form-title {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
}
#home-form-area .form-outer .form-text-area .form-text {
  font-size: 16px;
  color: #fff;
}
#home-form-area .form-outer .form-area form .form-inner {
  position: relative;
}
#home-form-area .form-outer .form-area form .form-inner .row {
  --gutter-x: 20px;
  --gutter-x2: -20px;
}
#home-form-area .form-outer .form-area form .form-inner .row .input-area {
  margin-bottom: 20px;
}
#home-form-area .form-outer .form-area form .form-inner .row .input-area .form-in {
  border: none;
  padding: 0 40px;
  height: 60px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  font-size: 18px;
  -webkit-appearance: none;
  color: #010A35;
  font-family: 'Poppins', sans-serif;
}
#home-form-area .form-outer .form-area form .form-inner .row .input-area .form-in::placeholder {
  color: #010A35;
  font-family: 'Poppins', sans-serif;
}
#home-form-area .form-outer .form-area form .form-inner .form-btn-wrapper {
  border: 4px solid #fff;
  padding: 3px;
  margin-left: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#home-form-area .form-outer .form-area form .form-inner .form-btn-wrapper .form-btn {
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
  background-color: #29BFBE;
  border: none;
}
#home-form-area .form-outer .form-area form .form-inner .form-btn-wrapper .form-btn svg {
  color: #fff;
  width: 40px;
  height: 40px;
}
#home-video-area {
  margin-bottom: 80px;
}
#home-video-area .section-title-area {
  text-align: center;
  margin-bottom: 40px;
}
#home-video-area .section-title-area .section-title {
  color: #010A35;
  margin-bottom: 20px;
}
#home-video-area .section-title-area .section-text {
  color: #010A35;
}
#home-video-area .home-video-box {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
#home-video-area .home-video-box .video-image {
  aspect-ratio: 9/5;
  object-fit: cover;
}
#home-video-area .home-video-box .box-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-video-area .home-video-box:hover .box-icon {
  transform: translate(-50%, -50%) scale(1.1);
}
#home-info-area {
  margin-bottom: 240px;
}
#home-info-area .section-title-area {
  margin-bottom: 60px;
  text-align: center;
}
#home-info-area .section-title-area .section-title {
  color: #010A35;
}
#home-info-area .info-boxes-area .col-mb {
  margin-bottom: 30px;
}
#home-info-area .info-boxes-area .info-box {
  background-color: #F3F3F3;
  padding: 10px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  gap: 30px;
  min-height: 100%;
}
#home-info-area .info-boxes-area .info-box .box-img-wrapper .box-img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  height: 100%;
  min-height: 180px;
  width: 180px;
  object-fit: cover;
}
#home-info-area .info-boxes-area .info-box .box-text-wrapper {
  min-height: 100%;
}
#home-info-area .info-boxes-area .info-box .box-text-wrapper .box-top {
  margin-bottom: 10px;
  gap: 15px;
}
#home-info-area .info-boxes-area .info-box .box-text-wrapper .box-top .box-icon-wrapper .box-icon {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
#home-info-area .info-boxes-area .info-box .box-text-wrapper .box-top .box-title {
  font-size: 18px;
  font-weight: 600;
  color: #414142;
}
#home-info-area .info-boxes-area .info-box .box-text-wrapper .box-text {
  font-size: 16px;
  color: #414142;
}
#home-gallery-area {
  background-color: #f3f3f3;
  padding: 120px 0 60px;
  position: relative;
}
#home-gallery-area::after {
  content: '';
  display: block;
  background: url('../../imgs/shape-grey.svg') no-repeat center center / cover;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 100%;
  aspect-ratio: 1920 / 125;
}
#home-gallery-area .section-title-area {
  margin-bottom: 60px;
  text-align: center;
}
#home-gallery-area .section-title-area .section-title {
  color: #414142;
}
#home-gallery-area .owl-item img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
#home-gallery-area .owl-dots {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
#home-gallery-area .owl-dots .owl-dot span {
  background-color: #29BFBE;
  height: 10px;
  width: 10px;
  margin: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-gallery-area .owl-dots .owl-dot.active span {
  width: 30px;
}
#home-faq-area {
  background-color: #f3f3f3;
  padding: 60px 0 120px;
  margin-bottom: 80px;
}
#home-faq-area .section-title-area {
  margin-bottom: 60px;
  text-align: center;
}
#home-faq-area .section-title-area .section-title {
  color: #414142;
}
#home-faq-area .faq-list-area {
  position: relative;
  z-index: 3;
}
#home-faq-area .faq-list-area .faq-item {
  margin-bottom: 20px;
  background-color: #010A35;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
#home-faq-area .faq-list-area .faq-item .item-top {
  padding: 10px 60px 10px 20px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
#home-faq-area .faq-list-area .faq-item .item-top .item-title {
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}
#home-faq-area .faq-list-area .faq-item .item-top::before,
#home-faq-area .faq-list-area .faq-item .item-top::after {
  content: "";
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  background-color: #fff;
  right: 25px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-faq-area .faq-list-area .faq-item .item-top::before {
  transform: rotate(90deg);
}
#home-faq-area .faq-list-area .faq-item .item-bottom {
  padding: 0 20px;
  height: 0;
  overflow: hidden;
  border-top: 1px solid #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-faq-area .faq-list-area .faq-item .item-bottom .item-text {
  font-size: 18px;
  color: #fff;
}
#home-faq-area .faq-list-area .faq-item.opened .item-top::before {
  transform: none;
}
#home-faq-area .faq-list-area .faq-item.opened .item-bottom {
  padding: 10px 20px;
  height: max-content;
}
#home-faq-area .consultation_btn_2 {
  margin: 60px auto 0;
}
#home-comments-area {
  margin-bottom: 120px;
}
#home-comments-area .section-title-area {
  margin-bottom: 60px;
  text-align: center;
}
#home-comments-area .section-title-area .section-title {
  color: #414142;
  margin-bottom: 30px;
}
#home-comments-area .section-title-area .section-text {
  color: #414142;
}
#home-comments-area .comment-box {
  background-color: #f3f3f3;
  padding: 35px 45px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
#home-comments-area .comment-box .box-top {
  gap: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(65, 65, 66, 0.6);
  margin-bottom: 15px;
}
#home-comments-area .comment-box .box-top .box-owner {
  gap: 20px;
}
#home-comments-area .comment-box .box-top .box-owner .box-image-wrapper .box-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#home-comments-area .comment-box .box-top .box-owner .box-title {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  color: #414142;
}
#home-comments-area .comment-box .box-top .box-owner .box-date {
  font-size: 16px;
  font-style: italic;
  color: #414142;
}
#home-comments-area .comment-box .box-top .box-stars {
  width: 120px;
  height: auto;
}
#home-comments-area .comment-box .box-bottom .box-text {
  font-size: 18px;
  color: #414142;
  max-height: 160px;
  overflow-y: auto;
  scrollbar-color: #010A35 transparent;
}
#home-comments-area .comment-box .box-bottom .trustpilot-icon {
  margin-top: 20px;
  width: 120px;
  height: auto;
}
#home-comments-area .owl-dots {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
#home-comments-area .owl-dots .owl-dot span {
  background-color: #29BFBE;
  height: 10px;
  width: 10px;
  margin: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-comments-area .owl-dots .owl-dot.active span {
  width: 30px;
}
@media (max-width: 1440px) {
  #home-banner-area .banner-inner-area {
    padding-top: 60px;
  }
  #home-banner-area .banner-inner-area .banner-text-area .banner-title {
    font-size: 40px;
  }
  #home-banner-area .banner-inner-area .banner-text-area .banner-text {
    font-size: 16px;
  }
  #home-banner-area .banner-inner-area .banner-text-area .banner-btn-area {
    gap: 10px;
    margin-top: 20px;
  }
  #home-services-area {
    padding: 100px 0 30px;
  }
  #home-services-area .section-text-area .section-top-title {
    margin-bottom: 5px;
  }
  #home-services-area .section-text-area .section-title {
    margin-bottom: 10px;
  }
  #home-services-area .section-text-area .section-btn-area {
    gap: 15px;
    margin-top: 20px;
  }
  #home-services-area .services-list-area {
    --gutter-x: 10px;
    --gutter-x2: -10px;
  }
  #home-services-area .services-list-area .col-mb {
    margin-bottom: 20px;
  }
  #home-services-area .services-list-area .service-box {
    padding: 15px 20px;
  }
  #home-services-area .services-list-area .service-box .box-top .box-icon-wrapper .box-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  #home-services-area .services-list-area .service-box .box-top .box-title {
    font-size: 20px;
  }
  #home-services-area .services-list-area .service-box .box-text {
    font-size: 16px;
  }
  #home-aboutus-boxes {
    padding: 30px 0 200px;
  }
  #home-aboutus-boxes .section-title-area {
    margin-bottom: 45px;
  }
  #home-aboutus-boxes .about-boxes-area {
    --gutter-x: 10px;
    --gutter-x2: -10px;
  }
  #home-aboutus-boxes .about-boxes-area .col-mb {
    margin-bottom: 20px;
  }
  #home-aboutus-boxes .about-boxes-area .about-box .box-icon-wrapper {
    margin-bottom: 15px;
  }
  #home-aboutus-boxes .about-boxes-area .about-box .box-icon-wrapper .box-icon {
    width: 90px;
    height: 90px;
  }
  #home-aboutus-boxes .about-boxes-area .about-box .box-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #home-form-area {
    margin-bottom: 60px;
  }
  #home-form-area .form-outer .form-text-area .form-title {
    font-size: 28px;
  }
  #home-form-area .form-outer .form-area form .form-inner .row {
    --gutter-x: 15px;
    --gutter-x2: -15px;
  }
  #home-form-area .form-outer .form-area form .form-inner .row .input-area .form-in {
    height: 56px;
    font-size: 16px;
    padding: 0 30px;
  }
  #home-form-area .form-outer .form-area form .form-inner .form-btn-wrapper {
    margin-left: 30px;
  }
  #home-video-area {
    margin-bottom: 60px;
  }
  #home-video-area .section-title-area {
    margin-bottom: 30px;
  }
  #home-video-area .section-title-area .section-title {
    margin-bottom: 15px;
  }
  #home-video-area .home-video-box .box-icon {
    width: 70px;
  }
  #home-info-area {
    margin-bottom: 160px;
  }
  #home-info-area .section-title-area {
    margin-bottom: 45px;
  }
  #home-info-area .info-boxes-area {
    --gutter-x: 10px;
    --gutter-x2: -10px;
  }
  #home-info-area .info-boxes-area .col-mb {
    margin-bottom: 20px;
  }
  #home-info-area .info-boxes-area .info-box {
    gap: 20px;
  }
  #home-info-area .info-boxes-area .info-box .box-img-wrapper .box-img {
    width: 160px;
  }
  #home-info-area .info-boxes-area .info-box .box-text-wrapper .box-top .box-icon-wrapper .box-icon {
    width: 40px;
    height: 40px;
  }
  #home-gallery-area {
    padding: 80px 0 40px;
  }
  #home-gallery-area .section-title-area {
    margin-bottom: 45px;
  }
  #home-gallery-area .owl-dots {
    margin-top: 50px;
  }
  #home-faq-area {
    margin-bottom: 60px;
    padding: 40px 0 80px;
  }
  #home-faq-area .section-title-area {
    margin-bottom: 45px;
  }
  #home-faq-area .faq-list-area .faq-item .item-top {
    padding: 10px 40px 10px 20px;
  }
  #home-faq-area .faq-list-area .faq-item .item-top .item-title {
    font-size: 16px;
  }
  #home-faq-area .faq-list-area .faq-item .item-top::before,
  #home-faq-area .faq-list-area .faq-item .item-top::after {
    height: 4px;
    width: 16px;
    right: 15px;
  }
  #home-faq-area .faq-list-area .faq-item .item-bottom .item-text {
    font-size: 16px;
  }
  #home-faq-area .consultation-btn {
    margin: 35px auto 0;
  }
  #home-comments-area {
    margin-bottom: 80px;
  }
  #home-comments-area .section-title-area {
    margin-bottom: 45px;
  }
  #home-comments-area .section-title-area .section-title {
    margin-bottom: 20px;
  }
  #home-comments-area .comment-box {
    padding: 25px 30px;
  }
  #home-comments-area .comment-box .box-top .box-owner {
    gap: 15px;
  }
  #home-comments-area .comment-box .box-top .box-owner .box-title {
    font-size: 18px;
  }
  #home-comments-area .comment-box .box-top .box-stars {
    width: 100px;
  }
  #home-comments-area .comment-box .box-bottom .box-text {
    font-size: 16px;
  }
  #home-comments-area .owl-dots {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  #home-banner-area .banner-inner-area .banner-text-area .banner-title {
    font-size: 36px;
  }
  #home-form-area .form-outer .form-area form .form-inner .row {
    --gutter-x: 10px;
    --gutter-x2: -10px;
  }
  #home-form-area .form-outer .form-area form .form-inner .row .input-area .form-in {
    height: 52px;
    padding: 0 25px;
  }
  #home-form-area .form-outer .form-area form .form-inner .form-btn-wrapper {
    margin-left: 20px;
  }
  #home-form-area .form-outer .form-area form .form-inner .form-btn-wrapper .form-btn {
    padding: 15px;
    border-width: 3px;
  }
  #home-form-area .form-outer .form-area form .form-inner .form-btn-wrapper .form-btn svg {
    width: 35px;
    height: 35px;
  }
  #home-info-area {
    margin-bottom: 120px;
  }
}
@media (max-width: 991px) {
  #home-banner-area .banner-inner-area {
    padding: 40px 25px 0;
  }
  #home-banner-area .banner-inner-area .banner-text-area .banner-title {
    font-size: 32px;
  }
  #home-services-area {
    padding: 80px 0 30px;
  }
  #home-services-area .services-list-area .service-box .box-top .box-icon-wrapper .box-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  #home-services-area .services-list-area .service-box .box-top .box-title {
    font-size: 20px;
  }
  #home-services-area .services-list-area .service-box .box-text {
    font-size: 16px;
  }
  #home-aboutus-boxes {
    padding: 30px 0 160px;
  }
  #home-aboutus-boxes .section-title-area {
    margin-bottom: 30px;
  }
  #home-form-area {
    margin-bottom: 60px;
  }
  #home-form-area .form-outer .form-text-area {
    margin-bottom: 30px;
  }
  #home-video-area .home-video-box .box-icon {
    width: 60px;
  }
  #home-info-area {
    margin-bottom: 120px;
  }
  #home-info-area .section-title-area {
    margin-bottom: 30px;
  }
  #home-info-area .info-boxes-area .info-box {
    padding: 20px;
  }
  #home-info-area .info-boxes-area .info-box .box-img-wrapper .box-img {
    width: 100%;
    aspect-ratio: 4/3;
  }
  #home-gallery-area {
    padding: 60px 0 30px;
  }
  #home-gallery-area .section-title-area {
    margin-bottom: 30px;
  }
  #home-gallery-area .owl-dots {
    margin-top: 35px;
  }
  #home-faq-area {
    padding: 30px 0 60px;
    margin-bottom: 40px;
  }
  #home-faq-area .section-title-area {
    margin-bottom: 30px;
  }
  #home-faq-area .consultation-btn {
    margin: 25px auto 0;
  }
  #home-comments-area {
    margin-bottom: 60px;
  }
  #home-comments-area .section-title-area {
    margin-bottom: 30px;
  }
  #home-comments-area .section-title-area .section-title {
    margin-bottom: 10px;
  }
  #home-comments-area .comment-box {
    padding: 15px 20px;
  }
  #home-comments-area .comment-box .box-top .box-owner {
    gap: 10px;
  }
  #home-comments-area .comment-box .box-top .box-owner .box-title {
    font-size: 16px;
  }
  #home-comments-area .comment-box .box-top .box-owner .box-date {
    font-size: 14px;
  }
  #home-comments-area .comment-box .box-top .box-stars {
    width: 80px;
  }
  #home-comments-area .comment-box .box-bottom .box-text {
    font-size: 14px;
  }
  #home-comments-area .owl-dots {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  #home-banner-area .banner-inner-area .banner-text-area {
    padding: 0;
    margin-bottom: 40px;
  }
  #home-banner-area .banner-inner-area .banner-text-area .banner-title {
    font-size: 28px;
  }
  #home-banner-area .banner-inner-area .banner-text-area .banner-text {
    font-size: 14px;
  }
  #home-services-area {
    padding: 60px 0 20px;
  }
  #home-services-area .section-text-area {
    margin-bottom: 30px;
  }
  #home-services-area .services-list-area .service-box .box-top .box-icon-wrapper .box-icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  #home-services-area .services-list-area .service-box .box-top .box-title {
    font-size: 18px;
  }
  #home-services-area .services-list-area .service-box .box-text {
    font-size: 14px;
  }
  #home-aboutus-boxes {
    padding: 20px 0 160px;
  }
  #home-aboutus-boxes .about-boxes-area .about-box .box-icon-wrapper {
    margin-bottom: 10px;
  }
  #home-aboutus-boxes .about-boxes-area .about-box .box-icon-wrapper .box-icon {
    width: 80px;
    height: 80px;
  }
  #home-aboutus-boxes .about-boxes-area .about-box .box-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #home-aboutus-boxes .about-boxes-area .about-box .box-text {
    font-size: 14px;
  }
  #home-form-area .form-outer {
    padding: 30px 20px 20px;
  }
  #home-form-area .form-outer .form-text-area .form-icon-wrapper {
    margin-bottom: 10px;
  }
  #home-form-area .form-outer .form-text-area .form-icon-wrapper .form-icon {
    width: 60px;
  }
  #home-form-area .form-outer .form-text-area .form-title {
    font-size: 26px;
  }
  #home-form-area .form-outer .form-text-area .form-text {
    font-size: 14px;
  }
  #home-form-area .form-outer .form-area form .form-inner .row .input-area .form-in {
    height: 48px;
    padding: 0 20px;
  }
  #home-form-area .form-outer .form-area form .form-inner .form-btn-wrapper {
    margin-left: 15px;
    border-width: 2px;
  }
  #home-form-area .form-outer .form-area form .form-inner .form-btn-wrapper .form-btn svg {
    width: 30px;
    height: 30px;
  }
  #home-video-area {
    margin-bottom: 40px;
  }
  #home-video-area .section-title-area {
    margin-bottom: 25px;
  }
  #home-video-area .section-title-area .section-title {
    margin-bottom: 10px;
  }
  #home-video-area .home-video-box .box-icon {
    width: 50px;
  }
  #home-info-area {
    margin-bottom: 80px;
  }
  #home-info-area .info-boxes-area .info-box .box-text-wrapper .box-top {
    gap: 5px;
  }
  #home-info-area .info-boxes-area .info-box .box-text-wrapper .box-top .box-icon-wrapper .box-icon {
    width: 35px;
    height: 35px;
  }
  #home-info-area .info-boxes-area .info-box .box-text-wrapper .box-top .box-title {
    font-size: 16px;
  }
  #home-info-area .info-boxes-area .info-box .box-text-wrapper .box-text {
    font-size: 14px;
  }
  #home-gallery-area {
    padding: 40px 0 20px;
  }
  #home-gallery-area .owl-dots {
    margin-top: 25px;
  }
  #home-faq-area {
    padding: 20px 0 40px;
  }
  #home-faq-area .faq-list-area .faq-item .item-top .item-title {
    font-size: 14px;
  }
  #home-faq-area .faq-list-area .faq-item .item-bottom .item-text {
    font-size: 14px;
  }
}
