/*====================================================== Home Page Styles =========================================================================================*/
/*======================= Header Wrapper Styles ========================*/
.header__wrapper {
  min-height: calc(100vh - 9rem);
  background-color: #084258;
  padding: 3rem 0;
}
.header__wrapper .banner__box {
  max-height: 34rem;
}
.header__wrapper .h1 {
  color: #fff;
  font-weight: 700;
  font-size: 3.5rem;
}
.header__wrapper .clip__path__thumbnail {
  position: relative;
  max-width: 400px;
  width: 100%;
  height: 400px;
}
.header__wrapper .clip__path__thumbnail::before {
  width: 100%;
  padding-bottom: 100%;
  background-color: #FA585A;
  content: "";
  display: block;
  z-index: 1;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  position: absolute;
  height: 0;
  left: 0;
  bottom: 0;
}
.header__wrapper .clip__path__thumbnail img {
  padding-left: 0;
  padding-bottom: 0;
  right: -16%;
  bottom: 0%;
  position: absolute;
  z-index: 2;
}
.header__wrapper .hero__thumbnail {
  max-height: calc(100vh - 15rem);
  margin: 0% auto;
}

.card {
  overflow: hidden;
  border: 0;
  background: #F0F0F3;
  box-shadow: -10px -10px 30px #FFFFFF, 10px 10px 30px rgba(174, 174, 192, 0.4);
  border-radius: var(--border-radius);
}
.card .title a {
  color: #44475E;
}
.card .desc {
  font-size: 0.937rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: #636782;
}

.service__banner {
  max-height: 550px;
}

.beforeAfter {
  position: relative;
}
.beforeAfter::before {
  content: "Before";
  font-size: 12px;
  font-weight: 500;
  color: #7a7a7a;
  background-color: rgba(238, 230, 230, 0.8588235294);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  line-height: 1;
  padding: 8px 8px 8px 10px;
  border-radius: 0 0 6px 0;
}
.beforeAfter::after {
  content: "After";
  font-size: 12px;
  font-weight: 500;
  color: #7a7a7a;
  background-color: rgba(238, 230, 230, 0.8588235294);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  line-height: 1;
  padding: 8px 10px 8px 12px;
  border-radius: 6px 0 0 0;
}

/*---- Process Card Style -----------------*/
.process__card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  padding-top: 4rem;
}
.process__card .num {
  top: -2rem;
  width: 5rem;
  height: 5rem;
  outline: 2px solid var(--brand);
  outline-offset: -0.625rem;
}

/*---- Perk Section Style -----------------*/
.perk__banner__box {
  min-height: 65%;
  box-shadow: inset 0 0 0 2000px rgba(19, 84, 77, 0.8705882353);
}

.reason__list .icon {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: 4rem;
  height: 4rem;
}
.reason__list .caption {
  width: calc(100% - 4rem);
  padding-left: 1rem;
}
.reason__list li:not(:last-child) {
  margin-bottom: 1.5rem;
}

/*======================= Promo Wrapper Styles ========================*/
.promo__wrapper {
  background: radial-gradient(182.9% 157.89% at 45.05% 6.06%, #001E00 0%, #13275F 100%);
}
.promo__wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  background: radial-gradient(182.9% 157.89% at 45.05% 6.06%, #829CFF 0%, rgba(130, 156, 255, 0.88) 100%);
}
.promo__wrapper .content__box {
  max-width: 658px;
}
.promo__wrapper .h1 .text-yellow {
  color: var(--yellow);
}
.promo__wrapper .btn-white {
  background-color: rgba(255, 255, 255, 0.142);
  min-width: 12rem;
  color: var(--white);
  letter-spacing: 2px;
}

.parent__priority__box {
  position: relative;
  min-height: 15rem;
}

.priority__card {
  width: 15rem;
  height: 15rem;
  padding: 2rem;
  min-height: 14rem;
  color: var(--white);
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 0%;
  left: -1.5rem;
}
.priority__card.first {
  background-color: #3ee9cf;
}
.priority__card.second {
  background-color: #2cdee8;
}
.priority__card.third {
  background-color: #03a0ef;
}
.priority__card.fourth {
  background-color: #096add;
}
.priority__card.fiveth {
  background-color: #622edb;
}
.priority__card.six {
  background-color: #450ea7;
}
.priority__card:hover {
  z-index: 9;
  animation: reveal;
  animation-duration: 1s;
}

@keyframes reveal {
  from {
    margin-left: 0;
  }
  50% {
    margin-left: 40px;
  }
  to {
    margin-left: 0;
  }
}
.accordion .accordion-item .accordion-button {
  font-size: 1.25rem;
  font-weight: 500;
  padding: 1.25rem 0;
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
  color: var(--brand);
}
.accordion .accordion-item .accordion-body {
  padding: 0 0 1rem 0;
}

/*------------- Contact Page Styles ------------*/
.form-control, .form-select {
  height: 3.5rem;
  padding-left: 1rem;
  font-weight: 400;
}

textarea.form-control {
  height: auto;
}

.map {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #ccc;
}
.map::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0px;
}

/*----------- Contact Wrapper ---------------*/
.quick__contact__wrapper .nav-tabs .nav-link {
  color: #3E3E3E;
  flex: 1 0 auto;
}
.quick__contact__wrapper .nav-tabs .nav-link.active {
  color: var(--brand);
  background-color: transparent;
  border-bottom: 2px solid var(--brand) !important;
  z-index: 13;
}
.quick__contact__wrapper .nav-tabs::after {
  content: "";
  width: 100vw;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0%;
  left: -40vw;
  z-index: 0;
}
.quick__contact__wrapper .address__list {
  min-height: 16rem;
}
.quick__contact__wrapper .address__list li .icon {
  width: 1rem;
}
.quick__contact__wrapper .address__list li .caption {
  width: calc(100% - 1rem);
  padding-left: 1rem;
  color: #000000;
}
.quick__contact__wrapper .address__list li .caption a {
  color: var(--dark);
}
.quick__contact__wrapper .address__list li .caption a:hover {
  color: var(--brand);
  text-decoration: underline;
}

/*----------- Pricing Page Wrapper ---------------*/
.pricing__card {
  padding: 2.5rem 1.35rem;
  border: 1px solid #d3d3d3;
  border-radius: 1rem;
}
.pricing__card .lead {
  font-size: 1.35rem;
  color: #535353;
}
.pricing__card.popular {
  border: 2px solid var(--brand);
}
.pricing__card.popular::before {
  content: "Popular";
  display: inline-block;
  padding: 3px 1.5rem;
  background-color: var(--primary);
  color: var(--white);
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2rem;
}

.before__bg__box::before {
  content: "";
  width: calc(100% + 50vw);
  height: 100%;
  background-color: var(--primary-bg);
  display: block;
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 0;
}
.before__bg__box.right::before {
  left: 0;
  right: auto;
}

.water__text {
  opacity: 0.12;
}

.order__btn {
  min-width: 12rem;
  margin-bottom: 1rem;
}

.check__list li {
  margin-bottom: 0.875rem;
  padding-left: 2rem;
  position: relative;
}
.check__list li::before {
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0%;
  background: url("../images/icons/success.svg") no-repeat center center/26px;
}

.custom__card {
  border: 1px solid var(--border-color);
  border-radius: 1rem;
}

.team__card .thumbnail {
  width: 14rem;
  height: 14rem;
  border: 4px solid #ddd;
}

@media (min-width: 1800px) {
  .priority__card {
    width: 19rem;
    height: 19rem;
  }
}
@media (max-width: 1400px) {
  .col--5 .pricing__card .lead {
    font-size: 1.25rem;
  }
  .header__wrapper .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 1200px) {
  .header__wrapper {
    text-align: center;
  }
  .header__wrapper .h1 {
    font-size: 2.875rem;
  }
  .priority__card {
    position: static;
  }
  .priority__card:hover {
    animation: none;
  }
  .pricing__row .col--5 {
    max-width: 33.333%;
    flex: 0 0 33.3333%;
  }
}
@media (max-width: 992px) {
  .header__wrapper {
    min-height: 40rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .header__wrapper.home {
    padding-top: 3rem;
  }
  .header__wrapper .hero__thumbnail {
    max-height: 450px;
  }
  .process__card {
    margin-top: 2rem;
  }
  .fluid__container__content__banner {
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .quick__contact__wrapper .address__list {
    min-height: auto;
  }
  .quick__contact__wrapper .nav-tabs::after {
    width: 149vw;
  }
}
@media (max-width: 768px) {
  .header__wrapper .clip__path__thumbnail {
    padding-bottom: 83%;
  }
  .priority__card {
    margin: 0% auto;
  }
  .pricing__row .col--5 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 576px) {
  .header__wrapper {
    padding: 4rem 0 2rem 0;
  }
  .header__wrapper .h1 {
    font-size: 2rem;
  }
  .header__wrapper .clip__path__thumbnail {
    padding-bottom: 100%;
  }
  .header__wrapper .hero__thumbnail {
    max-height: 260px;
  }
  .promo__wrapper .btn-white {
    min-width: 8rem;
  }
  .pricing__row .col--5 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .order__btn {
    min-width: 8rem;
  }
  .check__list li {
    padding-left: 1.75rem;
  }
  .check__list li::before {
    width: 18px;
    height: 18px;
    top: 0.5rem;
    background-size: 18px;
  }
  .team__card .thumbnail {
    width: 9rem;
    height: 9rem;
    border: 3px solid #ddd;
  }
}/*# sourceMappingURL=style.css.map */