/*COLOR VARIABLE*/
/*SPACING*/
.mb-2--4 {
  margin-bottom: 2.4rem; }

.mb-6 {
  margin-bottom: 6rem; }

:root {
  --primary-color: rgb(59, 130, 246);
  --secondary-color: #5ED5A8; }

html {
  font-size: 62.5%; }

body {
  font-family: "Plus Jakarta Sans", sans-serif; }

a, a:hover {
  text-decoration: none; }

@media (max-width: 1200px) {
  html {
    font-size: 56.25%; } }
@media (max-width: 930px) {
  html {
    font-size: 50%; } }
h1 {
  font-weight: 800;
  font-size: 4.2em;
  line-height: 5rem; }

h2 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 5rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #171921; }

p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #545971;
  font-weight: 400; }
  p.card-text, p.sm {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: "Inter", sans-serif;
    color: #000000; }
  p.grey-txt {
    color: #656C73; }

h3 {
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 2.4rem;
  font-family: "Inter", sans-serif;
  color: #6A6A6A; }

h4 {
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 2.2rem;
  font-family: "Inter", sans-serif;
  color: #6A6A6A; }

h5 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-family: "Inter", sans-serif;
  color: #6A6A6A; }

.font-inter {
  font-family: "Inter", sans-serif; }

.font-poppins {
  font-family: "Poppins", sans-serif; }

.text-grey {
  color: #656C73; }

.text-green {
  color: #5ED5A8; }

.text-red {
  color: #E74C3C; }

.w-60 {
  width: 60%; }

.text-danger {
  margin-top: .25rem;
  font-size: 1.4rem; }

.sub-title {
  color: #545971;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem; }

@media (max-width: 850px) {
  h1 {
    font-size: 3rem;
    line-height: 4rem; }

  h2 {
    font-size: 2.4rem;
    line-height: 3rem; }

  p {
    font-size: 1.4rem;
    line-height: 2rem; }

  h3 {
    font-size: 1.6rem;
    line-height: 2.2rem; }

  h4 {
    font-size: 1.4rem;
    line-height: 1.7rem; }

  h5 {
    font-size: 1.3rem;
    line-height: 1.5rem; }

  p.card-text, p.sm {
    font-size: 1.3rem;
    line-height: 1.8rem; }

  footer .license-no {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 1rem !important; } }
@media (max-width: 767px) {
  .sub-title {
    font-size: 1.6rem;
    line-height: 2rem; } }
/*HEADER*/
header {
  background-color: #fff;
  box-shadow: 0 0 5px #D2D4D6; }
  header .logo {
    height: 9rem;
    display: flex;
    align-items: center; }
    header .logo img {
      max-height: 8rem;
      width: auto;
      max-width: 100%; }
  header nav .nav-link {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #3F464B;
    font-weight: 700; }
    header nav .nav-link:hover, header nav .nav-link:focus {
      color: var(--primary-color); }
    header nav .nav-link.active {
      color: var(--primary-color); }
  header .list-inline a:not(.btn) {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #1C2731;
    font-weight: 700; }
    header .list-inline a:not(.btn):hover, header .list-inline a:not(.btn):focus {
      color: var(--secondary-color); }

.navbar-light .navbar-nav .nav-link {
  color: #6A6A6A; }

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--secondary-color); }

/**/
section {
  background-attachment: fixed; }

.navbar-light .navbar-toggler {
  border-color: transparent; }
  .navbar-light .navbar-toggler:hover {
    background-color: transparent; }

.navbar-toggler-icon {
  width: 2.5em;
  height: 2em; }

.navbar-close {
  display: none;
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 5rem;
  top: 0;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  transition-delay: 2s; }

/*BUTTONS*/
.btn-primary {
  background-color: var(--primary-color);
  border: 0; }
  .btn-primary:hover {
    background-color: var(--primary-color);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1));
    border: 0; }
  .btn-primary:active, .btn-primary:focus {
    background-color: var(--primary-color);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2));
    border: 0; }
    .btn-primary:active:focus, .btn-primary:focus:focus {
      box-shadow: none;
      border: 0; }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #CECECE;
    color: #656C73; }

.btn-secondary {
  background-color: var(--secondary-color);
  border: 0; }
  .btn-secondary:hover {
    background-color: var(--secondary-color);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1));
    border: 0; }
  .btn-secondary:active, .btn-secondary:focus {
    background-color: var(--secondary-color);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2));
    border: 0; }
    .btn-secondary:active:focus, .btn-secondary:focus:focus {
      box-shadow: none;
      border: 0; }

.btn-white {
  background-color: #ffffff;
  border: 0;
  color: var(--primary-color);
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem; }
  .btn-white:hover {
    background-color: #ffffff;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05));
    border: 0;
    color: var(--primary-color); }
  .btn-white:active, .btn-white:focus {
    background-color: #ffffff;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1));
    border: 0;
    color: var(--primary-color); }
    .btn-white:active:focus, .btn-white:focus:focus {
      box-shadow: none;
      border: 0; }

.btn-full {
  width: 100%;
  padding: 1rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.7rem; }

.btn-lg {
  padding: 1.4rem 4rem 1.4rem;
  display: inline-flex;
  gap: .5rem;
  align-items: center;
  box-shadow: 0px 0.4rem 1.7rem 1px rgba(0, 0, 0, 0.22);
  height: 6rem; }

.btn-sm {
  padding: .6rem 2.4rem;
  font-size: 1.5rem;
  line-height: 2rem;
  border-radius: .6rem; }

.btn-free-estimate {
  background-color: transparent;
  color: var(--primary-color);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.2re;
  /* 160% */
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 0.5rem; }
  .btn-free-estimate:hover {
    color: #ffffff; }
  .btn-free-estimate span {
    font-size: 3.2rem; }

.give-a-call {
  display: flex;
  font-weight: 500;
  gap: 1rem;
  align-items: center;
  background-color: var(--primary-color);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.2rem;
  /* 133.333% */
  width: max-content;
  color: #ffffff;
  padding: .5rem;
  border: 0; }
  .give-a-call .big {
    padding-left: 1rem; }
  .give-a-call span:not(.big) {
    background-color: #ffffff;
    display: block;
    color: var(--primary-color);
    padding: 1rem;
    border-radius: 50%; }
  .give-a-call:hover {
    background-color: var(--primary-color);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2));
    border: 0;
    color: #ffffff; }
  .give-a-call:active, .give-a-call:focus {
    background-color: var(--primary-color);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2));
    border: 0;
    color: #ffffff; }
    .give-a-call:active:focus, .give-a-call:focus:focus {
      box-shadow: none;
      border: 0; }

.give-a-call-sm {
  gap: .1rem; }
  .give-a-call-sm span {
    font-size: .9rem;
    line-height: .9rem; }
  .give-a-call-sm .big {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8rem; }

.about-btn {
  background-color: var(--primary-color);
  color: #ffffff;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 155.556% */
  padding: 1rem;
  border-radius: 1rem;
  max-width: 330px; }
  .about-btn a {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.2rem;
    text-decoration: underline;
    color: #ffffff;
    display: inline-block; }

.g-recaptcha {
  transform: scale(0.88);
  -webkit-transform: scale(0.88);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }

.bg-primary {
  background-color: var(--primary-color) !important; }

.bg-secondary {
  background-color: var(--secondary-color) !important; }

.home {
  min-height: 100vh;
  display: flex;
  align-items: stretch; }
  .home-section-row {
    min-height: 100vh;
    padding-top: 8rem;
    position: relative; }
    .home-section-row .left {
      background-repeat: no-repeat;
      background-size: cover; }
  .home-right-top {
    padding: 4.5rem 3rem; }
  .home form#add_lead_form {
    width: 100%; }
  .home .loader {
    width: 4.8rem;
    height: 4.8rem; }
  .home .left {
    position: relative; }
  .home .card {
    background-color: var(--secondary-color);
    padding: 2.4rem 1.2rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 2.2rem;
    box-sizing: border-box;
    position: relative;
    margin: 2rem 0; }
    .home .card-free-estimate-badge {
      position: absolute;
      top: -5rem;
      right: -3rem;
      font-size: 8rem;
      color: var(--primary-color); }
    .home .card-body {
      padding: 0 3.2rem;
      display: flex; }
      .home .card-body .btn.rounded-pill {
        height: 4.8rem; }
    .home .card h2 {
      font-weight: 600;
      font-size: 2.6rem;
      line-height: 3.5rem;
      color: #ffffff;
      font-family: "Poppins", sans-serif;
      font-style: italic; }
    .home .card h3 {
      color: #ffffff;
      font-weight: 400;
      font-size: 1.4rem;
      line-height: 2rem;
      font-family: "Poppins", sans-serif; }
    .home .card h4 {
      font-size: 1.8rem;
      line-height: 2.2rem;
      color: #ffffff;
      font-weight: 400; }
    .home .card .green-tick {
      width: 4.2rem;
      height: 4.2rem;
      color: #ffffff;
      background-color: var(--secondary-color);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 2rem; }
      .home .card .green-tick span {
        font-size: 2rem; }
    .home .card .form-group {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin: 1.5rem 0; }
      .home .card .form-group-autofill {
        position: relative; }
        .home .card .form-group-autofill .pac-container {
          top: 4.8rem !important;
          left: 0 !important; }
      .home .card .form-group .form-control {
        padding: 1rem 1.3rem;
        background-color: transparent;
        border: 1px solid #ffffff;
        font-weight: 400;
        font-size: 2rem;
        line-height: 2.4rem;
        font-family: "Inter", sans-serif;
        height: 4.6rem;
        border-radius: 1.2rem;
        color: #ffffff; }
        .home .card .form-group .form-control::placeholder {
          color: #BABABB;
          font-family: "Inter", sans-serif; }
        .home .card .form-group .form-control:focus {
          box-shadow: none; }
      .home .card .form-group .flag-dropdown {
        width: 100%; }
        .home .card .form-group .flag-dropdown .iti.iti--allow-dropdown {
          display: flex; }
          .home .card .form-group .flag-dropdown .iti.iti--allow-dropdown input.form-control {
            padding-left: 5rem;
            font-size: 1.4rem;
            color: #D2D4D6;
            border-right: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0; }
          .home .card .form-group .flag-dropdown .iti.iti--allow-dropdown::after {
            content: "";
            height: 80%;
            top: 10%;
            position: absolute;
            right: 0;
            display: block;
            border-left: 1px solid #D2D4D6; }
        .home .card .form-group .flag-dropdown input.form-control.flex-grow-1 {
          border-left: 0;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .home .card .form-group textarea.form-control {
        height: 13rem; }
  .home .right {
    position: relative; }
    .home .right-bottom {
      color: #ffffff;
      font-size: 1.6rem;
      font-style: italic;
      font-weight: 600;
      line-height: 2rem;
      /* 120% */
      font-family: "Plus Jakarta Sans", sans-serif; }
      .home .right-bottom span[class^="service-icon-t3-"], .home .right-bottom [class*=" service-icon-t3-"] {
        font-size: 3rem; }
      .home .right-bottom .bottom-list-item {
        display: flex;
        gap: 1rem;
        align-items: center; }
        .home .right-bottom .bottom-list-item a.view-link {
          color: #878787;
          text-align: center;
          font-size: 1.2rem;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
        .home .right-bottom .bottom-list-item .big {
          text-align: center;
          font-size: 2.4rem;
          font-style: normal;
          font-weight: 800;
          line-height: 3.6rem;
          color: #FF9800; }
      .home .right-bottom .google-rating-star {
        height: auto;
        width: max-content; }
        .home .right-bottom .google-rating-star span[class^="service-icon-t3-"], .home .right-bottom .google-rating-star [class*=" service-icon-t3-"] {
          color: var(--secondary-color);
          z-index: 11; }
          .home .right-bottom .google-rating-star span[class^="service-icon-t3-"]:first-of-type, .home .right-bottom .google-rating-star [class*=" service-icon-t3-"]:first-of-type {
            margin-left: -2px; }
        .home .right-bottom .google-rating-star-value {
          height: 100%;
          background-color: #FF9800; }
        .home .right-bottom .google-rating-star::before {
          content: none; }
    .home .right small {
      color: #9EA3B5;
      font-size: 1.3rem;
      font-style: normal;
      font-weight: 700;
      line-height: 2.8rem;
      /* 140% */
      text-align: center; }

.power-by {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-family: "Inter", sans-serif; }
  .power-by .small {
    font-weight: 400;
    font-size: .8rem;
    line-height: 1rem;
    color: #ADB1B5; }

.about {
  padding-top: 4rem;
  padding-bottom: 4rem;
  min-height: calc(100vh - 8rem);
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .about .half-hexagon-left {
    left: calc(50% + 7.3rem); }
  .about-img-container {
    position: relative;
    overflow: hidden;
    width: 70%;
    height: 70%; }
  .about-img-svg {
    background-size: 100%;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat; }

/*CARD*/
.card {
  flex: 1;
  border-radius: 2.2rem;
  background: transparent;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
  border: 0; }
  .card-icon {
    background-color: var(--primary-color);
    width: 7rem;
    height: 7rem;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 2rem; }
    .card-icon span {
      font-size: 3.5rem; }

/*OUR SERICES*/
.services {
  padding-top: 4rem;
  padding-bottom: 4rem;
  min-height: calc(100vh - 8rem);
  display: flex;
  align-items: center; }
  .services .service-icon-img span {
    font-size: 6.4rem;
    color: #171921; }
  .services .service-icon-img p {
    font-size: 1.8rem;
    color: #171921;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 2.4rem;
    font-weight: 700; }
  .services-row {
    display: flex;
    flex-wrap: wrap; }
    .services-row .d-flex {
      width: 25%;
      text-align: center; }
    .services-row-center {
      justify-content: center; }
      .services-row-center .d-flex {
        justify-content: center !important; }
  .services .lets-talk {
    padding: 1.2rem;
    border-radius: 2.4rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    width: 100%; }
    .services .lets-talk h3 {
      font-size: 1.8rem;
      line-height: 2.4rem;
      font-weight: 700; }
    .services .lets-talk p {
      font-size: 1.4rem;
      line-height: 2rem;
      font-weight: 400; }

/*TESTIMONIALS*/
.testimonials {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  min-height: calc(100vh - 8rem);
  align-items: center; }
  .testimonials h2 {
    margin-bottom: 6rem; }

/*REVIEW*/
.google-review {
  border-radius: 1.6rem;
  background: #FFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3), 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  width: max-content;
  margin: 2.4rem auto;
  padding: 0; }
  .google-review .review-text {
    color: #6A6A6A;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 133.333% */
    padding: 2.4rem;
    display: flex;
    gap: 1.6rem; }
    .google-review .review-text-right {
      display: flex;
      flex-direction: column;
      gap: 6px;
      align-items: flex-start; }
      .google-review .review-text-right span {
        width: max-content; }
  .google-review .review-no {
    color: #FFF;
    text-align: center;
    font-size: 4.2rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    background: #4285F4;
    border-top-left-radius: 1.6rem;
    border-bottom-left-radius: 1.6rem;
    padding: 2.4rem; }
    .google-review .review-no .icon-ico-star {
      color: #FF9800;
      font-size: 4.5rem; }
    .google-review .review-no .big {
      font-size: 4.2rem;
      font-weight: 600; }
    .google-review .review-no .small {
      color: #ffffff;
      text-align: center;
      font-size: 1.2rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }

.google-rating-star {
  position: relative;
  background-color: #6A6A6A;
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  position: relative;
  width: max-content; }
  .google-rating-star-value {
    background: #FCD503;
    position: absolute;
    z-index: 1;
    display: block;
    height: 100%; }
  .google-rating-star span[class^="service-icon-t3-"], .google-rating-star [class*=" service-icon-t3-"] {
    color: #ffffff;
    z-index: 11;
    font-size: 2rem; }
    .google-rating-star span[class^="service-icon-t3-"]:first-of-type, .google-rating-star [class*=" service-icon-t3-"]:first-of-type {
      margin-left: -2px; }

.google-review-left {
  display: flex;
  padding: 2rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  margin-bottom: 4rem; }
  .google-review-left-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
    align-self: stretch; }
    .google-review-left-top-data {
      font-weight: 600;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 3.2rem;
      align-self: stretch; }
      .google-review-left-top-data h3 {
        font-size: 2.4rem;
        color: #171921;
        font-style: normal;
        font-weight: 700;
        line-height: 3.2rem; }
      .google-review-left-top-data img {
        height: 7.6rem;
        width: 7.6rem; }
    .google-review-left-top-rating {
      display: flex;
      align-items: center; }
      .google-review-left-top-rating span {
        color: #FF9800;
        font-size: 3.6rem; }
      .google-review-left-top-rating span.icon-ico-star-outline {
        font-size: 2.6rem;
        padding: 1px 3px; }
  .google-review-left-bottom {
    color: #545971;
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3.2rem;
    margin: 4rem 0; }

.carousel-indicators {
  position: relative;
  margin-top: 6rem; }
  .carousel-indicators [data-bs-target] {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: #E3E6F0;
    margin: 0 .6rem;
    border-top: 0;
    border-bottom: 0; }
    .carousel-indicators [data-bs-target].active {
      width: 4rem;
      background-color: var(--primary-color);
      border-radius: 2.4rem; }

.carousel.slide .carousel-control-next, .carousel.slide .carousel-control-prev {
  width: 4.8rem;
  border-radius: 50%;
  background: #E3E6F0;
  display: flex;
  padding: 1.2rem;
  justify-content: center;
  align-items: center;
  height: 4.8rem !important; }
  .carousel.slide .carousel-control-next:hover, .carousel.slide .carousel-control-prev:hover {
    background-color: var(--primary-color); }
  .carousel.slide .carousel-control-next-icon, .carousel.slide .carousel-control-prev-icon {
    background-image: none; }
.carousel.slide .carousel-control-next {
  right: -4rem; }
  .carousel.slide .carousel-control-next::before {
    content: "\e904";
    font-family: "service-icon-t3";
    font-size: 2.4rem; }
.carousel.slide .carousel-control-prev {
  left: -4rem; }
  .carousel.slide .carousel-control-prev::before {
    content: "\e900";
    font-family: "service-icon-t3";
    font-size: 2.4rem; }

/*PHOTO GALLERY CONTAINER*/
.photo-gallery {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.photo-gallery-container {
  flex-wrap: wrap;
  gap: .5%;
  margin: .5% 2% 0 2%; }
  .photo-gallery-container a {
    display: block;
    flex-basis: 19.6%;
    flex-shrink: 0;
    margin-bottom: .5%; }
    .photo-gallery-container a img {
      width: 100%;
      height: 25rem;
      object-fit: cover; }
    .photo-gallery-container a:nth-child(6), .photo-gallery-container a:nth-child(7) {
      flex-basis: 49.75%; }
    .photo-gallery-container a:nth-child(8), .photo-gallery-container a:nth-child(9), .photo-gallery-container a:nth-child(10) {
      display: none; }

/*SLIDER*/
.slider-container {
  position: relative;
  overflow: hidden; }

.slider-wrapper {
  display: flex;
  margin: 0 4.5rem;
  overflow: hidden; }

.slider {
  display: flex;
  transition: transform 0.3s ease; }

.slider-item {
  flex: 0 0 25%;
  /* Adjust the width of the items as per your requirement */
  padding: 1rem; }
  .slider-item img {
    max-width: calc(100% - 2rem); }

.slider-controls {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

.slider-arrow {
  background: none;
  border: none;
  font-size: 3rem;
  cursor: pointer;
  color: #000000; }
  .slider-arrow:hover {
    background-color: transparent; }

.slider-arrow.prev {
  transform: rotate(180deg);
  margin-top: 2rem; }

.slider-arrow:disabled {
  visibility: hidden; }

/*LIGHTBOX*/
.modal.lightbox.fade.show {
  display: block;
  padding-left: 0px;
  background: rgba(0, 0, 0, 0.8); }
  .modal.lightbox.fade.show .btn-close {
    font-size: 3rem;
    opacity: 1; }
  .modal.lightbox.fade.show .carousel-item .ratio {
    background-color: transparent !important; }
  .modal.lightbox.fade.show .carousel-item .ratio-16x9 img {
    max-height: 90vh !important; }
  .modal.lightbox.fade.show .carousel-control-next-icon, .modal.lightbox.fade.show .carousel-control-prev-icon {
    width: 5rem;
    height: 5rem; }

.location {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 8rem); }
  .location .section-content {
    padding: 4rem 10vw 4rem;
    position: relative;
    border-radius: 2.4rem;
    width: calc(100vw - 10rem); }
  .location h2 {
    margin-bottom: 4rem; }

.hexagon {
  background-color: #ffffff;
  height: 4rem;
  bottom: -2px;
  display: block;
  position: absolute;
  z-index: 1; }
  .hexagon-home-bottom-left {
    width: 50%; }
  .hexagon-home-bottom-right {
    width: 8rem;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    left: 50%; }

.half-hexagon {
  background-color: #ffffff;
  width: 4.4rem;
  height: 60%;
  top: 20%;
  display: block;
  position: absolute; }
  .half-hexagon-left {
    left: -2px;
    -webkit-clip-path: polygon(0 0, 60% 8%, 60% 92%, 0% 100%, 0 100%, 0 100%);
    clip-path: polygon(0 0, 60% 8%, 60% 92%, 0% 100%, 0 100%, 0 100%); }
  .half-hexagon-right {
    right: -2px;
    -webkit-clip-path: polygon(100% 0, 100% 75%, 100% 100%, 100% 100%, 40% 92%, 40% 8%);
    clip-path: polygon(100% 0, 100% 75%, 100% 100%, 100% 100%, 40% 92%, 40% 8%); }
  .half-hexagon-top {
    -webkit-clip-path: polygon(0 0, 100% 0, 94% 16%, 7% 16%);
    clip-path: polygon(0 0, 100% 0, 94% 16%, 7% 16%); }

.half-hexagon-2 {
  background-color: #ffffff;
  height: 4.4rem;
  display: block;
  position: absolute;
  width: 30vw; }
  .half-hexagon-2-top {
    -webkit-clip-path: polygon(0 0, 100% 0, 93% 30px, 7% 30px);
    clip-path: polygon(0 0, 100% 0, 93% 30px, 7% 30px);
    left: 10vw;
    top: -1px; }
  .half-hexagon-2-bottom {
    -webkit-clip-path: polygon(7% 14px, 93% 14px, 100% 100%, 0 100%);
    clip-path: polygon(7% 14px, 93% 14px, 100% 100%, 0 100%);
    right: 10vw;
    bottom: -1px; }

.location-list {
  gap: 4%; }
  .location-list li {
    flex: 0 0 16.8%;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-family: "Inter", sans-serif;
    align-items: center;
    display: flex;
    gap: 0.8rem;
    margin-bottom: 1rem; }

.map-container {
  overflow: hidden;
  position: relative;
  height: 43rem;
  border-radius: 1.2rem;
  margin-bottom: 4rem; }
  .map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

.association {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .association h2 {
    margin-top: 0;
    margin-bottom: 4rem; }

.associate-list {
  gap: 1%; }
  .associate-list li {
    flex: 0 0 24.25%; }
    .associate-list li img {
      max-width: 100%; }

/*CALL TO*/
.call-to {
  background-position: right center;
  background-repeat: no-repeat;
  position: relative; }
  .call-to-content {
    padding: 16rem 0 10rem; }
    .call-to-content h2 {
      color: #ffffff;
      font-size: 4.2rem;
      font-style: normal;
      font-weight: 800;
      line-height: 5rem;
      /* 118.75% */ }

/*SECTION BLOG*/
.section-blog {
  padding: 4rem 0; }
  .section-blog .blog-slider-wrapper {
    position: relative; }
  .section-blog .blog-slider-container {
    overflow: hidden;
    width: calc(100% - 10rem);
    margin: 0 5rem; }
  .section-blog .blog-slider {
    display: flex;
    overflow: initial;
    transition: transform 0.6s ease-in-out;
    position: relative;
    width: 100%;
    margin: 2rem 0; }
  .section-blog .blog-item {
    flex: 0 0 25%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
    padding: 0 0.5%; }
  .section-blog .blog-card {
    border-radius: 1rem;
    background: #ffffff;
    padding: 4px;
    border: 1px solid #D2D4D6;
    border-radius: 1.4rem;
    box-shadow: none;
    display: block;
    height: 100%; }
    .section-blog .blog-card:hover {
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3), 0px 0.5rem 1rem 0px rgba(0, 0, 0, 0.1); }
  .section-blog .blog-img {
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
    height: 20rem; }
  .section-blog .blog-info {
    padding: 1.5rem;
    height: calc(100% - 20rem); }
    .section-blog .blog-info-badge {
      background-color: var(--primary-color);
      color: #ffffff;
      display: flex;
      padding: .4rem .8rem;
      justify-content: center;
      align-items: center;
      font-size: 1.4rem;
      width: max-content;
      border-radius: .6rem;
      font-weight: inherit;
      line-height: inherit; }
    .section-blog .blog-info-title {
      color: #181A2A;
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.6rem;
      margin: 0 0 1rem;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .section-blog .blog-info-desc {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 1.6rem;
      color: #4B4B4B;
      margin-bottom: 2rem; }
  .section-blog .blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #97989F;
    font-size: 1.4rem;
    margin-bottom: .5rem; }
    .section-blog .blog-footer-author {
      display: flex;
      gap: 1rem;
      align-items: center;
      gap: 1rem; }
      .section-blog .blog-footer-author-img {
        width: 3rem;
        height: 3rem;
        border-radius: 50%; }
        .section-blog .blog-footer-author-img img {
          width: 3rem;
          height: 3rem;
          border-radius: 50%; }
      .section-blog .blog-footer-author-name {
        font-weight: 500;
        font-size: inherit;
        color: inherit;
        font-family: inherit;
        line-height: inherit;
        margin: 0; }
  .section-blog .blog-date {
    font-weight: 400; }
  .section-blog .btn-lg {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2rem;
    height: 5.5rem;
    padding: 1.5rem 2.5rem;
    box-shadow: none; }
  .section-blog .slider-control {
    position: absolute;
    top: 50%;
    height: 4rem;
    width: 4rem;
    display: flex;
    transform: translateY(-50%);
    background-color: #D2D4D6;
    border-radius: 50%;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    border: 0; }
    .section-blog .slider-control span {
      font-size: 2.4rem; }
    .section-blog .slider-control:hover {
      background-color: var(--primary-color); }
    .section-blog .slider-control.prev {
      left: 0; }
    .section-blog .slider-control.next {
      right: 0; }
    .section-blog .slider-control[disabled] {
      opacity: 0.15;
      pointer-events: none;
      cursor: not-allowed; }

/*FOOTER*/
.footer-top {
  padding: 4rem 0 4rem; }
.footer-bottom {
  padding: 1.5rem 0 1.5rem; }
.footer h3 {
  color: #1C2731;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.8rem; }
.footer .license-no p {
  color: #656C73;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 155.556% */ }
.footer [class^="icon-"], .footer [class*=" icon-"] {
  font-size: 1.5rem;
  line-height: 2.4rem; }
.footer p {
  color: #1C2731;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 160% */ }
.footer ul li a {
  color: #1C2731;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 160% */ }
  .footer ul li a:hover, .footer ul li a:focus {
    color: var(--secondary-color); }
.footer .social-icon {
  gap: 1.8rem; }
  .footer .social-icon a {
    color: #1C2731; }
    .footer .social-icon a [class^="service-icon-"], .footer .social-icon a [class*=" service-icon-"] {
      font-size: 2.4rem; }
    .footer .social-icon a:hover, .footer .social-icon a:focus {
      color: #545971; }
.footer .copyright {
  color: #000000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
  letter-spacing: 0.5px; }

.footer-logo-img {
  max-height: 17rem;
  max-width: 25rem; }

.term .modal-dialog, .privacy .modal-dialog {
  max-width: 60rem;
  width: 90%;
  height: 90vh;
  margin-left: auto;
  margin-right: auto; }
  .term .modal-dialog ::-webkit-scrollbar, .privacy .modal-dialog ::-webkit-scrollbar {
    width: 6px; }
  .term .modal-dialog ::-webkit-scrollbar-track, .privacy .modal-dialog ::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #ADB1B5; }
  .term .modal-dialog ::-webkit-scrollbar-thumb, .privacy .modal-dialog ::-webkit-scrollbar-thumb {
    background: #505051;
    border-radius: 6px; }
  .term .modal-dialog ::-webkit-scrollbar-button, .privacy .modal-dialog ::-webkit-scrollbar-button {
    display: none; }
.term .modal-body, .privacy .modal-body {
  padding: 2rem;
  margin-bottom: 2rem; }
.term p, .privacy p {
  font-size: 1.3rem;
  line-height: 1.5rem; }
.term strong, .privacy strong {
  font-size: 1.5rem;
  font-weight: 600; }
.term ul, .term ol, .privacy ul, .privacy ol {
  font-size: 1.3rem;
  color: #656C73;
  font-weight: 400; }
.term ol, .privacy ol {
  list-style: none;
  padding-left: 3rem; }
  .term ol .li-a, .privacy ol .li-a {
    position: relative; }
    .term ol .li-a::before, .privacy ol .li-a::before {
      content: "(a)";
      position: absolute;
      left: -2.5rem; }
  .term ol .li-b, .privacy ol .li-b {
    position: relative; }
    .term ol .li-b::before, .privacy ol .li-b::before {
      content: "(b)";
      position: absolute;
      left: -2.5rem; }

.section-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative; }
  .section-4::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: .2; }
  .section-4 .card {
    box-shadow: none;
    flex-basis: 33%;
    flex-grow: 0;
    border-radius: 1.2rem;
    background: #ffffff; }
  .section-4 h3 {
    color: #181C21; }
  .section-4 p {
    color: #3F464B; }

#testimoniaCarousel .carousel-control-next[disabled],
#testimoniaCarousel .carousel-control-prev[disabled] {
  opacity: 0.15;
  pointer-events: none;
  cursor: not-allowed; }

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px; } }
@media (max-width: 1200px) {
  .container {
    max-width: 100%; }

  .slider-item {
    flex: 0 0 33.33%; }

  .google-review-left {
    width: 90%;
    margin: auto; }
    .google-review-left-top-data {
      gap: 1.4rem; }
      .google-review-left-top-data h3 {
        font-size: 2rem; }
      .google-review-left-top-data h4 {
        font-size: 1.4rem; }
    .google-review-left-bottom {
      font-size: 1.4rem;
      /* height: 4rem;  */ }

  .carousel.slide .carousel-control-next {
    right: -2rem; }
  .carousel.slide .carousel-control-prev {
    left: -2rem; }
  .carousel.slide .carousel-indicators {
    bottom: -3rem; }

  .half-hexagon {
    width: 3.5rem; }

  .location .section-content {
    width: calc(100vw - 5rem);
    padding: 4rem 7vw 4rem; }

  .photo-gallery-container a img {
    height: 20rem; }

  .call-to-content {
    padding-left: 2rem; }

  .section-blog .blog-item {
    flex: 0 0 33.33%; } }
@media (max-width: 980px) {
  .container {
    max-width: 100%; }

  header.container {
    padding-left: 2rem;
    padding-right: 2rem; }

  .home .card .form-group textarea.form-control {
    height: 8rem; }
  .home .home-right-top {
    padding: 4.5rem 2rem; }
  .home .right-bottom {
    font-size: 1.4rem; }

  .btn-lg {
    padding: 1.4rem 2rem 1.4rem; }

  .location-list {
    padding: 0 !important; }

  .services .service-icon-img {
    width: 33.33%; } }
@media (max-width: 850px) {
  .navbar-expand-md .navbar-nav {
    gap: 1rem !important;
    margin-right: 0 !important; }

  header nav .nav-link {
    font-size: 1.4rem; }

  .home {
    align-items: center; }

  .btn {
    font-size: 1.4rem; }

  .section-4 .card {
    padding: 1rem !important; }

  .location-list li {
    flex: 0 0 24.25%;
    font-size: 1.3rem;
    line-height: 1.8rem; }

  .home .right-bottom {
    flex-wrap: wrap; }
    .home .right-bottom .bottom-list-item.flex-column {
      flex-basis: 100%;
      margin-top: 1rem; } }
@media (max-width: 767px) {
  body {
    overflow-x: hidden; }

  header .list-inline a {
    font-size: 2rem;
    line-height: 2rem; }
    header .list-inline a.d-flex.gap-4 {
      font-size: 2.4rem !important;
      font-family: "Jost", sans-serif; }

  .navbar-collapse {
    z-index: 111;
    top: 72px;
    width: 0;
    right: -6px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    right: 0;
    left: auto;
    flex-grow: 0;
    position: fixed;
    transition: width 0.2s cubic-bezier(0.15, 0.61, 0.69, 1); }
    .navbar-collapse .navbar-close {
      display: flex; }
    .navbar-collapse .navbar-nav {
      gap: 2rem !important;
      margin-top: 1rem; }
      .navbar-collapse .navbar-nav .nav-link {
        font-size: 2rem;
        padding: 1rem 2rem;
        color: #ffffff; }

  .navbar-collapse.show {
    padding: 1rem 1.5rem;
    width: 60vw;
    backdrop-filter: blur(5px); }
    .navbar-collapse.show button.rounded-pill {
      margin: 1rem 2rem; }

  .navbar.navbar-light.navbar-expand-md {
    order: 1;
    flex-grow: 0; }
    .navbar.navbar-light.navbar-expand-md + .list-inline {
      flex-grow: 1;
      justify-content: flex-end;
      padding-right: 1rem;
      margin-left: 1rem !important;
      flex-shrink: 0; }
      .navbar.navbar-light.navbar-expand-md + .list-inline a {
        gap: 0.5rem !important;
        font-size: 2rem;
        line-height: 2rem; }

  .section-div > .section-content {
    transform: translateY(0); }

  section.py-5 {
    padding: 2rem 1rem !important; }
    section.py-5.section-4 .py-5 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    section.py-5.testimonials .py-5 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }

  .footer-links {
    padding-left: 5rem; }

  .map.my-5 {
    margin-top: 0 !important; }
    .map.my-5 .map-container {
      height: 30rem; }

  .associate-list li {
    flex: 0 0 49.5%; }

  .home .card h2 {
    font-size: 1.4rem;
    line-height: 1.6rem; }
  .home .card h3 {
    font-size: 1.3rem;
    line-height: 1.5rem; }
  .home .card h4 {
    font-size: 1.2rem; }
  .home .card .form-group .form-label {
    font-size: 1.2rem;
    line-height: 1.5rem; }
  .home .card .form-group .form-control {
    font-size: 1.4rem;
    line-height: 1.8rem; }
  .home .card .form-group textarea {
    height: 10rem; }
  .home .card-body {
    padding: 0 1rem; }
  .home .card-title {
    font-size: 1.8rem;
    line-height: 2rem; }

  p.sm.w-60 {
    width: 90%; }

  .footer-logo-img {
    max-width: 25rem;
    height: auto; }
  .footer-logo .flex-wrap {
    gap: 0.5rem !important; }

  footer h3.font-poppins {
    margin-top: 1rem !important;
    margin-bottom: .5rem !important; }

  footer ul li a, footer p {
    font-size: 1.3rem;
    line-height: 1.6rem; }

  .btn-lg {
    padding: 1rem 1.2rem; }

  .card-icon {
    width: 5rem;
    height: 5rem;
    margin-top: 4rem; }
    .card-icon span {
      font-size: 2rem; }

  .slider-item {
    flex: 0 0 50%; }

  .carousel.slide .carousel-control-prev {
    left: 0; }
  .carousel.slide .carousel-control-next {
    right: 0; }

  .navbar-expand-md {
    flex-grow: 1; }

  header.fixed-top .container.justify-content-between {
    justify-content: flex-start !important; }
    header.fixed-top .container.justify-content-between .navbar-toggler {
      margin-left: auto; }

  .about, .services, .location, .testimonials {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem; }

  .association, .photo-gallery, .footer-top {
    padding-top: 2rem;
    padding-bottom: 2rem; }

  .home .left {
    width: 100%;
    height: 35vh; }
  .home .right {
    width: 100%; }
  .home .home-right-top {
    padding: 0 2rem 6rem;
    width: 100%;
    gap: 2rem; }
  .home .right-bottom .bottom-list-item.flex-column {
    flex-basis: max-content; }

  .testimonials h2 {
    margin-bottom: 2rem; }

  .carousel-indicators {
    margin-top: 2rem; }

  .services .sub-title {
    margin-bottom: 1rem !important; }
  .services .service-icon-img {
    gap: 1rem !important;
    flex-grow: 1; }
    .services .service-icon-img span {
      font-size: 4rem; }

  .call-to {
    background-color: var(--secondary-color);
    background-image: none !important; }
    .call-to-content {
      width: 90%;
      text-align: center;
      margin: auto;
      padding: 8rem 0; }
      .call-to-content h2 {
        font-size: 3rem;
        line-height: 4rem; }
      .call-to-content .d-flex {
        justify-content: center; }
      .call-to-content .give-a-call {
        margin: auto; }

  .half-hexagon-2 {
    width: 45vw; }
    .half-hexagon-2-top {
      clip-path: polygon(0 0, 100% 0, 87% 2.5rem, 13% 2.5rem); }
    .half-hexagon-2-bottom {
      clip-path: polygon(13% 2.5rem, 87% 2.5rem, 100% 100%, 0 100%); }

  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 5px; }

  .home .right-bottom {
    gap: 1rem; }
    .home .right-bottom .bottom-list-item {
      margin-top: 0; }
      .home .right-bottom .bottom-list-item.flex-column {
        flex-grow: 1; }

  .section-blog .blog-item {
    flex: 0 0 50%; } }
@media (max-width: 600px) {
  p {
    font-size: 1.6rem; }

  .btn-lg {
    height: 4.5rem; }

  .btn {
    font-size: 1.5rem; }

  h3 {
    font-size: 1.8rem; }

  p.card-text, p.sm {
    font-size: 1.4rem; }

  header .logo {
    width: 50%; }
  header .right {
    flex-direction: column-reverse; }
    header .right .navbar {
      justify-content: flex-end; }
    header .right .list-inline {
      justify-content: flex-end;
      gap: 0.5rem !important;
      margin-top: .5rem; }
      header .right .list-inline a {
        padding-right: .2rem; }

  .navbar-light .navbar-toggler {
    padding-right: 0; }

  .home {
    height: max-content; }
    .home .card-title {
      font-size: 2.2rem;
      line-height: 2.4rem; }
    .home .card h2 {
      font-size: 1.8rem;
      line-height: 2.2rem; }
    .home .card h3 {
      font-size: 1.5rem;
      line-height: 1.8rem; }
    .home .card .form-group .form-label {
      font-size: 1.3rem;
      line-height: 1.5rem; }
    .home .container {
      margin-top: 9rem;
      padding-top: 0; }
    .home .left, .home .right {
      width: 100%;
      align-items: center !important; }
    .home .left p {
      text-align: center;
      font-size: 1.6rem;
      line-height: 1.8rem;
      width: 100% !important; }
    .home .right {
      justify-content: center !important;
      padding-top: 2rem; }
      .home .right .card {
        height: max-content;
        margin: auto;
        width: 90%;
        padding: 1rem;
        min-height: auto; }
        .home .right .card .card-body {
          gap: 1.2rem; }
        .home .right .card-free-estimate-badge {
          top: -2rem;
          right: -2rem; }
          .home .right .card-free-estimate-badge img {
            height: 8rem;
            width: 8rem; }

  .about {
    background-image: none; }
    .about .half-hexagon-left {
      display: none; }

  .photo-gallery-container a {
    flex-basis: 49.5%; }
    .photo-gallery-container a:nth-child(7) {
      flex-basis: 100%; }

  h1 {
    padding: 0 !important; }
    h1.me-5 {
      margin-right: 0 !important;
      text-align: center;
      padding-right: 0 !important; }

  .services .service-icon-img {
    width: 50%; }
    .services .service-icon-img span {
      font-size: 3rem; }

  .google-review-left-top-data h4 {
    font-size: 1.5rem; }

  .google-review .review-text {
    font-size: 1.4rem; }

  .modal.lightbox.fade.show .btn-close {
    margin-top: -2rem;
    font-size: 2rem; }

  .modal.lightbox.fade.show .carousel-item .ratio {
    width: calc(100% - 4rem);
    margin: auto; }

  .location-list li {
    font-size: 1.5rem;
    flex: 0 0 48%; }

  .testimonials .carousel.slide .carousel-control-next, .testimonials .carousel.slide .carousel-control-prev {
    top: calc(50% - 1rem); }
  .testimonials .carousel.slide .carousel-indicators {
    bottom: -1rem; }
  .testimonials .google-review-left {
    margin: 0 auto 3rem; }
  .testimonials-left {
    max-width: 100%;
    width: 100%; }

  .g-recaptcha {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }

  .rc-anchor-normal .rc-anchor-content, .rc-anchor-normal .rc-anchor-checkbox-label {
    width: max-content !important; }

  #rc-anchor-container {
    position: relative; }

  .g-recaptcha div {
    width: 250px !important; }

  .rc-anchor-normal {
    width: 250px !important; }

  .bb-logo {
    flex-basis: 100%;
    margin-top: 2rem; }

  .call-to-content {
    padding: 6rem 0; }

  .half-hexagon {
    width: 2.5rem; }

  .location .section-content {
    width: calc(100vw - 1rem);
    padding: 4rem 8vw 4rem; }

  .map-container {
    height: 25rem;
    margin-bottom: 2rem; }

  .services .sub-title {
    width: 100% !important; }

  .hexagon {
    height: 2.5rem; }
    .hexagon-home-bottom-right {
      width: 4rem; } }
@media (max-width: 576px) {
  .google-review {
    padding: 0;
    margin-top: 2rem; }

  .footer-links {
    padding-left: calc(var(--bs-gutter-x) * .5); }
    .footer-links .row {
      display: flex;
      justify-content: center; }
      .footer-links .row [class^="col"] {
        width: auto; }

  .about {
    background-image: none !important; }

  .navbar-collapse.show {
    width: 80vw; }

  .footer-bottom img {
    height: 2rem; }
    .footer-bottom img:first-of-type {
      height: 1.5rem; }

  .association {
    background-color: #fafafa; }

  .section.call-to .half-hexagon-2-top {
    background-color: #fafafa; }

  .carousel-indicators [data-bs-target] {
    height: 1.0; }
    .carousel-indicators [data-bs-target].active {
      width: 3rem; }

  .bb-logo img {
    height: 4.5rem; }

  footer .footer-links .col-2, footer .footer-links .col-4 {
    width: 50%; } }
@media (orientation: landscape) and (max-height: 600px) {
  .home {
    align-items: flex-end; }

  .home .card-body {
    gap: 2vh; }

  .home .card .form-group textarea.form-control {
    height: 25vh; } }
@media (max-width: 420px) {
  .photo-gallery-container a {
    flex-basis: 49.5%; }

  header .right .list-inline {
    flex-direction: column;
    align-items: flex-end !important; }

  .slider-item {
    flex: 0 0 100%; }

  .service-icon-img-lets-talk {
    flex-basis: 100%; }

  .section-blog .blog-item {
    flex: 0 0 100%; }

  .footer-links .row {
    text-align: center; }
    .footer-links .row [class^="col"] {
      width: 100%; }
      .footer-links .row [class^="col"] .address .d-flex {
        justify-content: center; } }
.blog-listing {
  margin-top: 9rem;
  padding: 1rem 0; }
  .blog-listing h1 {
    font-size: 3.5rem;
    margin-bottom: 2rem;
    color: #33373C; }
  .blog-listing h2 {
    color: #181A2A;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 3rem; }
  .blog-listing .blog-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
    .blog-listing .blog-container .blog-item {
      margin-bottom: 1%; }
  .blog-listing .blog-pagination .pagination {
    justify-content: center;
    font-size: 1.3rem;
    margin-top: 2rem; }
    .blog-listing .blog-pagination .pagination .page-link {
      padding: .5rem 1.2rem; }
      .blog-listing .blog-pagination .pagination .page-link-arrow {
        display: flex;
        align-items: center;
        gap: .5rem;
        padding: .5rem .6rem; }
      .blog-listing .blog-pagination .pagination .page-link:focus {
        box-shadow: none; }

.blog-details {
  padding: 0; }
  .blog-details-top {
    margin-top: 9rem;
    padding-top: 2rem; }
    .blog-details-top h1 {
      font-size: 3.5rem;
      margin-bottom: 2rem;
      color: #33373C;
      margin-top: 1.5rem; }
    .blog-details-top .blog-footer {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      color: #97989F;
      font-size: 1.4rem;
      margin-bottom: 3rem;
      gap: 2rem; }
      .blog-details-top .blog-footer-author {
        display: flex;
        gap: 1rem;
        align-items: center;
        gap: 1rem; }
        .blog-details-top .blog-footer-author-img {
          width: 3rem;
          height: 3rem;
          border-radius: 50%; }
          .blog-details-top .blog-footer-author-img img {
            width: 3rem;
            height: 3rem;
            border-radius: 50%; }
        .blog-details-top .blog-footer-author-name {
          font-weight: 500; }
    .blog-details-top .blog-date {
      font-weight: 400; }
    .blog-details-top .blog-img-big {
      width: 100%;
      border-radius: 1rem;
      height: 60vh;
      object-fit: cover;
      margin-bottom: 1.5rem; }
    .blog-details-top h3 {
      margin-top: 2rem;
      color: #181A2A; }
    .blog-details-top p {
      margin-bottom: 2rem;
      margin-top: 1rem;
      font-size: 1.6rem; }
      .blog-details-top p.sub-heading {
        font-style: italic;
        font-weight: 600; }
    .blog-details-top img {
      max-width: 100%; }

@media (max-width: 1400px) {
  .blog-details .blog-slider-container {
    width: calc(100% - 10rem);
    margin: 0 5rem; }

  .blog-details .slider-control.prev {
    left: 0; }

  .blog-details .slider-control.next {
    right: 0; } }
@media (max-width: 600px) {
  .blog-listing .blog-top-row {
    flex-wrap: wrap; }

  .blog-listing .blog-top-row .blog-left,
  .blog-listing .blog-top-row .blog-right {
    flex: 0 0 100%; }

  .blog-listing .blog-top-row .blog-left {
    height: 330px !important;
    margin-bottom: 2rem; }

  .blog-listing h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem; }

  .blog-listing h2 {
    margin-bottom: 1rem; } }
.cp-wisetack-page {
  margin-top: 10rem; }
  .cp-wisetack-page .cp-heading {
    color: #3F464B;
    font-size: 3.6rem;
    font-weight: 600; }
  .cp-wisetack-page .cp-content {
    color: #656C73;
    font-size: 1.7rem;
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: normal; }
  .cp-wisetack-page .btn-cyan {
    border-radius: 8px;
    background: #07C0CA;
    padding: 1rem 2.4rem;
    color: #fff;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.1px;
    width: 32.4rem; }
    .cp-wisetack-page .btn-cyan:hover {
      background: #0AA2AC;
      color: #fff; }
    .cp-wisetack-page .btn-cyan:active, .cp-wisetack-page .btn-cyan:focus {
      background: #0A848E;
      color: #fff; }
  .cp-wisetack-page .wisetack-featurelist-holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    padding-top: 2.2rem;
    margin-bottom: 2.6rem; }
    .cp-wisetack-page .wisetack-featurelist-holder .wisetack-featurelist {
      color: #656C73;
      font-size: 1.4rem;
      font-weight: 300;
      letter-spacing: 0.1px; }
      .cp-wisetack-page .wisetack-featurelist-holder .wisetack-featurelist img {
        width: 2.4rem;
        height: 2.4rem;
        margin-right: 0.8rem; }
  .cp-wisetack-page .wisetack-hero-section-right {
    display: flex;
    justify-content: flex-end; }
    .cp-wisetack-page .wisetack-hero-section-right img {
      width: 57.2rem;
      max-width: 100%;
      max-height: 57.1rem; }
  .cp-wisetack-page .wisetack-card-container {
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem 0;
    align-items: stretch;
    text-align: center;
    justify-content: center; }
    .cp-wisetack-page .wisetack-card-container .row {
      gap: 1rem;
      justify-content: center; }
    .cp-wisetack-page .wisetack-card-container .wisetack-card {
      width: calc(20% - 10px);
      padding: 1.2rem;
      align-self: flex-start;
      border-radius: 1.2rem;
      border: 0.1rem solid var(--gray-5, #FAFAFA); }
      .cp-wisetack-page .wisetack-card-container .wisetack-card .wisetack-card-img {
        margin-bottom: 2.4rem; }
      .cp-wisetack-page .wisetack-card-container .wisetack-card .wisetack-card-title {
        color: #3F464B;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 2.4rem;
        letter-spacing: 0.5px; }
      .cp-wisetack-page .wisetack-card-container .wisetack-card .wisetack-card-text {
        color: #656C73;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.5px; }
  .cp-wisetack-page .wisetack-payment-method .row {
    text-align: center;
    justify-content: center; }
    .cp-wisetack-page .wisetack-payment-method .row .wisetack-payment-method-holder {
      border-radius: 16px;
      border: 1px solid var(--Gray-20, #D2D4D6);
      background: var(--Color-Product-White, #FFF);
      display: flex;
      max-width: 100%;
      flex-direction: column;
      align-items: flex-start;
      width: 38.4rem; }
      .cp-wisetack-page .wisetack-payment-method .row .wisetack-payment-method-holder .wisetack-payment-method-header {
        padding: 2.2rem 3.2rem 0px 3.2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.6rem;
        width: 100%; }
        .cp-wisetack-page .wisetack-payment-method .row .wisetack-payment-method-holder .wisetack-payment-method-header img {
          width: 3.2rem;
          height: 3.2rem; }
        .cp-wisetack-page .wisetack-payment-method .row .wisetack-payment-method-holder .wisetack-payment-method-header h2 {
          color: #656C73;
          text-align: center;
          font-size: 3.2rem;
          font-weight: 600;
          line-height: normal; }
      .cp-wisetack-page .wisetack-payment-method .row .wisetack-payment-method-holder .wisetack-payment-method-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.6rem;
        align-self: stretch;
        padding: 3.2rem 3.2rem 4rem 3.2rem; }
        .cp-wisetack-page .wisetack-payment-method .row .wisetack-payment-method-holder .wisetack-payment-method-body p {
          color: #656C73;
          font-size: 1.7rem;
          font-weight: 400;
          letter-spacing: 0.1px;
          text-align: center; }
        .cp-wisetack-page .wisetack-payment-method .row .wisetack-payment-method-holder .wisetack-payment-method-body hr {
          stroke-width: 1px;
          stroke: var(--Gray-20, #D2D4D6);
          width: 60%; }
    .cp-wisetack-page .wisetack-payment-method .row .bg-cyan {
      border: 1px solid var(--Gray-200, #EAECF0);
      background: #07C0CA; }
      .cp-wisetack-page .wisetack-payment-method .row .bg-cyan .wisetack-payment-method-header img {
        width: 14.7rem;
        height: 2.5rem; }
      .cp-wisetack-page .wisetack-payment-method .row .bg-cyan .wisetack-payment-method-header h2,
      .cp-wisetack-page .wisetack-payment-method .row .bg-cyan .wisetack-payment-method-body .list p {
        color: #fff; }
      .cp-wisetack-page .wisetack-payment-method .row .bg-cyan .wisetack-payment-method-body .list {
        display: flex;
        gap: 1rem;
        align-items: flex-start;
        width: 100%; }
      .cp-wisetack-page .wisetack-payment-method .row .bg-cyan .wisetack-payment-method-body hr {
        width: 60%;
        stroke-width: 0.1rem;
        background-color: #fff; }
    .cp-wisetack-page .wisetack-payment-method .row .wisetack-payment-method-container {
      display: flex;
      justify-content: center;
      gap: 1rem; }
    .cp-wisetack-page .wisetack-payment-method .row .cp-content {
      width: 60%;
      text-align: center; }
    .cp-wisetack-page .wisetack-payment-method .row .text-blue {
      color: var(--Primary-Blue, #3B82F6);
      text-align: center;
      font-size: 1rem;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 0.25px;
      padding: 1rem 0; }
  .cp-wisetack-page .wisetack-prequalify-container {
    border-radius: 8px;
    border: 0.1rem solid var(--Gray-20, #D2D4D6);
    background: var(--Gray-5, #FAFAFA);
    padding: 1.2rem; }
    .cp-wisetack-page .wisetack-prequalify-container .wisetack-prequalify-holder {
      display: flex;
      align-items: flex-start;
      gap: 1rem; }
      .cp-wisetack-page .wisetack-prequalify-container .wisetack-prequalify-holder p {
        color: #3F464B;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.1px; }
    .cp-wisetack-page .wisetack-prequalify-container .numbering-bullet {
      border-radius: 50px;
      background: #07C0CA;
      width: 3.2rem;
      height: 3.2rem;
      padding: 6px;
      color: #FFF;
      text-align: center;
      font-size: 2rem;
      font-style: normal;
      font-weight: 600;
      line-height: 2rem;
      flex-shrink: 0; }
  .cp-wisetack-page .wisetack-prequalify-section {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin: 2rem 0; }
  .cp-wisetack-page .wisetack-footer {
    color: #656C73;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.25px;
    margin: 7rem 0; }
  .cp-wisetack-page .wisetack-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    margin: 3.2rem 0 !important;
    gap: 3.2rem; }
    .cp-wisetack-page .wisetack-slider .slick-list {
      margin: 0 auto; }
    .cp-wisetack-page .wisetack-slider-item {
      margin: 0 1.6rem;
      height: -webkit-max-content; }

@media (max-width: 850px) {
  .cp-wisetack-page .cp-heading {
    line-height: normal; }
  .cp-wisetack-page .cp-content {
    line-height: normal; }
  .cp-wisetack-page .wisetack-featurelist-holder {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 0.5rem; }
  .cp-wisetack-page .wisetack-card-container .wisetack-card {
    width: calc(25% - 10px); }
  .cp-wisetack-page .wisetack-payment-method .cp-heading {
    text-align: center; }
  .cp-wisetack-page .wisetack-payment-method .cp-content {
    text-align: center;
    width: 100% !important; }
  .cp-wisetack-page .wisetack-payment-method .wisetack-payment-method-holder {
    width: 100%; } }
@media (max-width: 767px) {
  .wisetack-slider {
    gap: 1rem !important; }
    .wisetack-slider-item {
      margin: 1rem;
      height: -webkit-max-content; }
    .wisetack-slider .slick-arrow {
      align-self: center;
      font-size: 0;
      border-radius: 50%;
      width: 3rem;
      height: 3rem;
      background-color: #ffffff;
      position: relative;
      border: 0; }
      .wisetack-slider .slick-arrow::before {
        font-family: 'icon-font' !important;
        font-size: 2.4rem;
        position: absolute;
        top: .3rem;
        left: .3rem;
        color: #3F464B;
        line-height: 1; }
      .wisetack-slider .slick-arrow.slick-prev::before {
        content: "\e90f"; }
      .wisetack-slider .slick-arrow.slick-next::before {
        content: "\e903"; }
      .wisetack-slider .slick-arrow.slick-disabled {
        background-color: #FAFAFA;
        pointer-events: none; }
        .wisetack-slider .slick-arrow.slick-disabled::before {
          color: #D2D4D6; }
      .wisetack-slider .slick-arrow:active {
        background-color: #07C0CA; }
        .wisetack-slider .slick-arrow:active::before {
          color: #fff; }.blog-details-top .blog-img-big {
            height: auto;
            object-fit: contain;
            } }
@media (max-width: 600px) {
  .cp-wisetack-page .wisetack-hero-section {
    flex-direction: column-reverse;
    gap: 2rem; }
  .cp-wisetack-page .wisetack-prequalify-section {
    flex-direction: column; }
  .cp-wisetack-page .cp-heading {
    text-align: center; }
  .cp-wisetack-page .cp-content {
    text-align: center; }
  .cp-wisetack-page .btn-holder {
    text-align: center; }
  .cp-wisetack-page .wisetack-card-container .wisetack-card {
    width: calc(50% - 10px) !important; }
  .cp-wisetack-page .wisetack-payment-method .cp-heading {
    font-size: 2.3rem;
    text-align: center; }
  .cp-wisetack-page .list img {
    display: none; }
  .cp-wisetack-page .wisetack-payment-method-holder .wisetack-payment-method-header img {
    width: 2.8rem;
    height: 2.8rem; }
  .cp-wisetack-page .wisetack-payment-method-holder .wisetack-payment-method-header h2 {
    font-size: 2rem !important;
    line-height: 21.6px; }
  .cp-wisetack-page .wisetack-payment-method-holder .wisetack-payment-method-body {
    padding: 3.2rem 1rem 4rem 1rem !important; }
  .cp-wisetack-page .bg-cyan .wisetack-payment-method-header img {
    width: 11rem;
    height: 2.8rem; }

  .wisetack-slider {
    gap: 0 !important; } }
.mb-15 {
  margin-bottom: 1.5rem; }

.mb-24 {
  margin-bottom: 2.4rem; }

/*# sourceMappingURL=custom.css.map */
