.home-banner .slick-slider {
  overflow: hidden;
}
.home-banner .slick-dots {
  bottom: 3em !important;
}
.home-banner .slick-dots li {
  width: 40px !important;
  height: 4px !important;
}
.home-banner .slick-dots li button {
  width: 40px !important;
  height: 4px !important;
  background: #c5c5c5 !important;
  padding: 0 !important;
  border:0;
}
.home-banner .slick-dots li button:before {
  content: "" !important;
  width: 40px !important;
  height: 4px !important;
}
.home-banner .slick-dots li.slick-active button {
  background: #fff !important;
}

.payment-imgs .slick-slide img {
  display: inherit;
}
.home-about {
  display: flex;
}

@media (max-width: 767px) {
  .home-about {
    display: block;
  }
}

.height-30 {
  height: 40vh;
}

h6 {
  line-height: 1.6;
}

.h4 {
  position: relative;
}

.h4:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #000;
  bottom: -0.3em;
}

.h4:hover {
  color: #db477a;
}

.h4:hover:before {
  background: #db477a;
}

.color-primary {
  color: #db477a;
}

.color-body {
  color: #242424;
}

.item-link {
  font-size: 2em;
  color: #242424;
  position: relative;
  font-family: 'Usual Medium';
}

.item-link:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background: #000;
  bottom: -0.3em;
}

.item-link:hover {
  color: #db477a;
  text-decoration: none;
}

.item-link:hover:before {
  background: #db477a;
}
@media (max-width: 767px){
    .item-link {
      color: #ffffff;
    }
    .item-link:before {
        background: #fff;
    }
}
.home-banner {
  position: relative;
  background: #fbfcfb;
  height: 90vh;
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  .home-banner .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

.home-banner .slick-slide .background-image-holder img {
  display: none;
}

.home-banner .slick-desc {
  padding-top: 18em;
  z-index: 2;
}

.home-banner .slick-desc * {
  color: #ffffff;
}

.home-banner .slick-desc h1 {
  font-size: 5.2em;
  animation: fadeOutRight 1s both;
}

@media (max-width: 767px) {
  .home-banner .slick-desc h1 {
    font-size: 4.3em;
    animation: fadeOut 1s both;
  }
}

@media (max-width: 767px) {
  .home-banner .slick-desc {
    padding-top: 15em;
  }
}

.home-banner .slick-active .slick-desc h1 {
  animation: fadeInDown 1s both 0.5s;
}

.home-banner .slick--item {
  height: 90vh;
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.home-banner .slider-img {
  position: absolute;
  bottom: 0;
  max-height: 90%;
}

.home-banner .banner-links {
  width: 90%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  bottom: 12em;
}

.home-banner .banner-links a:first-child {
  margin-left: 3em;
}

.home-banner .banner-links a:last-child {
  margin-right: 3em;
}

@media (max-width: 767px) {
  .home-banner .banner-links {
    width: 100%;
    bottom: 9em;
  }
}

.home-cta {
  height: 36vh;
  z-index: 1;
}

.home-cta .cta-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  height: 100%;
  padding: 30px;
  z-index: 2;
  position: relative;
  text-align: center;
  color: #000;
}

.home-cta .cta-desc h1 {
  font-size: 4em;
  margin-bottom: 0;
}

.home-cta .cta-desc a {
  text-align: center;
  margin-right: 0;
}

.home-cta .cta-desc.sec {
  width: 50%;
  padding: 30px 10px;
}

.home-cta .cta-desc.third {
  width: 90%;
  justify-content: flex-end;
}

.cat-sec-boxes {
  height: 20vh;
}

.cat-sec-boxes .cat-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.cat-sec-boxes .cat-title h4 {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 20px 25px;
  display: flex;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:hover .cat-title h4 {
  background: #db477a;
  color: #fff;
  text-decoration: none;
}

.p-lg-25 {
  padding: 0 25px !important;
}