.sliding-duct {
  position: fixed;
  bottom: 20%;
  right: -1px;
  transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  transform-origin: 100% 0%;
  padding: 10px 20px;
  text-shadow: none;
  font-weight: bold;
  -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -ms-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  cursor: pointer;
  z-index: 99999999;
}

@media (max-width: 575px) {
  .cstm-notif-width {
    max-width: 20.2rem;
  }

  .sliding-duct {
    width: 100.4%;
    bottom: 80%;
    transform: none;
    border-radius: 0 !important;
  }
}

ul.intro-list,
ul.list {
  list-style-type: none;
  padding: 0;
  margin: 25px 0;
  text-transform: capitalize;
}

ul.intro-list li,
ul.list li {
  position: relative;
  padding-left: 34px;
  margin: 6px 0;
  font-size: 18px;
  color: #fff;
}

ul.list li {
  text-shadow: none;
  width: auto;
  float: none;
  color: #fff;
}

#header ul.list li {
  text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000;
  font-weight: bold;
  font-size: 19px;
}

#header ul.list li:before {
  font-weight: normal;
}

ul.intro-list li:before,
ul.list li:before {
  font-family: "fontello";
  content: "\e98f";
  color: #00abbd;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
}

ul.list li:before {
  /* color: #5abb31; */
  color: #00abbd;
}

#header .container-fluid {
  padding: 0 !important;
}

/* .service-card {
  border: solid 2px #081B3D;
  height: 270px;
} */
.service-lists span {
  /* color: #000000; */
  color: #081b3d;
}

.shadow-card {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.star-color {
  color: rgb(255, 205, 57);
}

@media (min-width: 1800px) {
  .gallery-slider .navigation-wrapper #gallery-slider {
    overflow: visible;
    margin-left: 13.625rem;
  }
}

.gallery-slider .navigation-wrapper #gallery-slider .img-wrap {
  background-color: #e5e5e5;
  padding: 1.375rem;
  border-radius: 0.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .gallery-slider .navigation-wrapper #gallery-slider .img-wrap {
    padding: 1.375rem 2.625rem;
  }

  .service-card {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .ul-check.ul-check-orange .list-check,
  .ul-check.ul-check-orange li {
    margin-bottom: .875rem;
  }

  .accordion .accordion-item {
    margin-bottom: 20px !important;
  }
}

.gallery-slider .navigation-wrapper .dots .dot {
  background-color: #f3f3f4;
}

.testimonial-block .navigation-wrapper .arrow {
  display: block;
  top: unset;
  margin: 0 0.5rem;
}

@media (min-width: 768px) {
  .testimonial-block .navigation-wrapper .arrow {
    display: block;
    top: -1.875rem;
  }
}

.testimonial-block .navigation-wrapper .arrow.arrow--left {
  right: 50%;
}

@media (min-width: 768px) {
  .testimonial-block .navigation-wrapper .arrow.arrow--left {
    right: 3.75rem;
  }
}

.testimonial-block .navigation-wrapper .arrow.arrow--right {
  left: 50%;
}

@media (min-width: 768px) {
  .testimonial-block .navigation-wrapper .arrow.arrow--right {
    left: auto;
  }
}

.testimonial-block .navigation-wrapper .dots {
  display: none;
}

.before-after-slider .navigation-wrapper .dots {
  padding: 2.25rem 0 0;
}

.before-after-slider .navigation-wrapper #before-after-slider .keen-slider__slide {
  border-radius: 0.375rem;
}

.before-after-slider .navigation-wrapper #before-after-slider .keen-slider__slide:not(.active) {
  opacity: 0.3;
  pointer-events: none;
}

.block-thank-you .icon-wrap {
  width: 4.75rem;
  height: 4.75rem;
  position: relative;
}

.block-thank-you .icon-wrap i {
  font-size: 2.5rem;
}

.banner-comparison,
.before-after-comparison {
  width: 100vw;
  height: 100vw;
  max-width: 100%;
  max-height: 241px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 576px) {

  .banner-comparison,
  .before-after-comparison {
    max-height: 504.992px;
  }
}

.banner-comparison.ba-slider,
.before-after-comparison.ba-slider {
  max-height: 244.09px;
}

@media (min-width: 576px) {

  .banner-comparison.ba-slider,
  .before-after-comparison.ba-slider {
    max-height: 514px;
  }
}

.banner-comparison figure,
.before-after-comparison figure {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.banner-comparison figure div,
.before-after-comparison figure div {
  background-size: cover;
  position: absolute;
  width: 50%;
  -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  bottom: 0;
  height: 100%;
}

.banner-comparison figure .before-img,
.before-after-comparison figure .before-img {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: -webkit-fill-available;
  overflow: hidden;
}

.banner-comparison .ba-divisor-icon,
.before-after-comparison .ba-divisor-icon {
  cursor: -webkit-grab;
  cursor: grab;
  position: absolute;
  height: 100%;
  top: calc(50% - 1rem);
}

@media (min-width: 767px) {

  .banner-comparison .ba-divisor-icon,
  .before-after-comparison .ba-divisor-icon {
    top: calc(50% - 1.4375rem);
  }
}

.banner-comparison .ba-divisor-icon img,
.before-after-comparison .ba-divisor-icon img {
  width: 2rem;
  height: 2rem;
}

@media (min-width: 576px) {

  .banner-comparison .ba-divisor-icon img,
  .before-after-comparison .ba-divisor-icon img {
    width: auto;
    height: auto;
  }
}

.banner-comparison input[type="range"].ba-range,
.before-after-comparison input[type="range"].ba-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 100%;
  position: relative;
  top: -100%;
  left: 0;
  background-color: transparent;
  width: 100%;
  z-index: 2;
}

.banner-comparison input[type="range"].ba-range:focus,
.before-after-comparison input[type="range"].ba-range:focus {
  outline: none;
}

.banner-comparison input[type="range"].ba-range:active,
.before-after-comparison input[type="range"].ba-range:active {
  outline: none;
}

.banner-comparison input[type="range"].ba-range::-moz-range-track,
.before-after-comparison input[type="range"].ba-range::-moz-range-track {
  -moz-appearance: none;
  height: 100%;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}

.banner-comparison input[type="range"].ba-range::active,
.before-after-comparison input[type="range"].ba-range::active {
  border: none;
  outline: none;
}

.banner-comparison input[type="range"].ba-range::-webkit-slider-thumb,
.before-after-comparison input[type="range"].ba-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0;
  height: 4.875rem;
  background-color: transparent;
  border-radius: 0;
}

.banner-comparison input[type="range"].ba-range::-moz-range-thumb,
.before-after-comparison input[type="range"].ba-range::-moz-range-thumb {
  -moz-appearance: none;
  width: 4.875rem;
  height: 4.875rem;
  background-color: transparent;
  border-radius: 0;
}

.banner-comparison input[type="range"].ba-range:focus::-webkit-slider-thumb,
.before-after-comparison input[type="range"].ba-range:focus::-webkit-slider-thumb {
  background-color: transparent;
}

.banner-comparison input[type="range"].ba-range:focus::-moz-range-thumb,
.before-after-comparison input[type="range"].ba-range:focus::-moz-range-thumb {
  background-color: transparent;
}

before-after-text {
  font-size: 2.5rem;
}

@media (min-width: 1200px) {
  .before-after-text {
    font-size: 5.5rem;
  }
}

.dropdown-toggle:after {
  display: none;
}

.service-list .service-lists a {
  position: relative;
}

.service-list .service-lists a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(47.32%, rgba(0, 0, 0, 0)),
      to(#0a3055));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.32%, #0a3055 100%);
}

.service-list .service-lists a p {
  z-index: 1;
}

.keen-slider:not([data-keen-slider-disabled]) {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  width: 100%;
}

.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.before-text,
.after-text {
  z-index: 2;
  position: absolute;
  color: #0a3055;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  padding: 5px;
  background-color: #f0f4f6;
  border-radius: 5.075px;
  bottom: 24px;
}

.before-text {
  left: 24px;
}

.after-text {
  right: 24px;
}

.before-after-slider .navigation-wrapper .dots {
  padding: 2.25rem 0 0;
}

.navigation-wrapper .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 1.25rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrapper .dots .dot.dot--active {
  padding: 0.3125rem;
  background-color: #ffffff;
  border: 0.1875rem solid #043851;
}

.services-list-sec {
  overflow: hidden;
}

.services-list-sec .btn {
  font-size: 1rem;
  border-radius: 10px;
  white-space: normal;
  word-wrap: break-word;
}

.services-list-sec .dropdown-menu {
  border: none;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

@media (max-width: 768px) {
  .services-list-sec .btn {
    font-size: 0.95rem;
    padding: 0.7rem 0.8rem;
  }

  .services-list-sec .dropdown-menu {
    font-size: 0.9rem;
  }

  .services-list-sec .col-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.process-line {
  background-color: rgb(0 193 241 / 32%);
}

.badge-logos img {
  max-width: 128px;
  border-radius: 8px;
}

#our-services {
  padding: 5rem 0 !important;
}

#about-us {
  padding: 5rem 0 !important;
}

#our-process {
  padding: 5rem 0 !important;
}

#testimonials {
  padding: 5rem 0 !important;
}

#why-us {
  padding: 5rem 0 !important;
}

#our-services .cst-cont {
  max-width: 98.5rem;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 575px) {
  #our-services {
    padding: 3rem 0 !important;
  }

  #about-us {
    padding: 3rem 0 !important;
  }

  #our-process {
    padding: 3rem 0 !important;
  }

  #testimonials {
    padding: 3rem 0 !important;
  }

  #why-us {
    padding: 3rem 0 !important;
  }
}

/* Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  transition: background 0.3s;
  z-index: 5;
}

.arrow:hover {
  background: rgba(0, 0, 0, 0.6);
}

.arrow--left {
  left: 10px;
}

.arrow--right {
  right: 10px;
}

/* Dots */
.dots {
  margin-top: 15px;
}

.dot {
  cursor: pointer;
  transition: all 0.3s;
}

.dot--active {
  background-color: #0d6efd !important;
  width: 14px !important;
  height: 14px !important;
}

.navigation-wrapper {
  position: relative;
}

#brands .section-title h2 {
  letter-spacing: -0.135rem !important;
  line-height: 3.375rem !important;
  font-weight: 900 !important;
  padding-bottom: 0.25rem !important;
  font-size: 3.375rem !important;
  margin-bottom: 1.5rem !important;
}

@media (max-width: 575px) {
  .arrow {
    top: 97%;
  }

  #brands .section-title h2 {
    font-size: 1.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  #heroContent h1 {
    font-size: 29px !important;
    line-height: 1.25 !important;
  }
}

.accordion .accordion-item .accordion-header .accordion-button:focus,
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #081b3d !important;
  color: #fff !important;
  box-shadow: none !important;
}

.accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: #fff !important;
  color: inherit !important;
}


.ul-check.ul-check-orange .list-check:before,
.ul-check.ul-check-orange li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 900;
  line-height: 1.75rem;
}