.banner-content p {
  padding: 13px;
  background: rgba(0, 0, 0, 0.3);
}

.site-title {
  position: relative;
}
.site-title::after {
  content: "";
  position: absolute;
  top: -6px;
  right: -71px;
  width: 96px;
  height: 104px;
  display: block;
  background: url(../assets/images/custom/occationGif/monsoon.gif);
  background-size: cover;
  background-position: center;
}

#siteLoader {
  display: none !important;
}

.monsoon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 1;
  /* animation: exit 15s linear infinite; */
}

@keyframes exit {
  0% {
    z-index: 2;
    opacity: 1;
  }
  100% {
    z-index: 0;
    opacity: 0;
  }
}
.rain {
  height: 147vh;
  background-image: url(./images/custom/monsoon/rain_white.png);
  opacity: 0.25;
  animation: rain 4.5s linear infinite;
}

@keyframes rain {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -20% 100%;
  }
}
.rain::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(./images/custom/monsoon/lightining.png);
  top: -100px;
  transform: rotate(180deg);
  animation: lightining 4s linear infinite;
  opacity: 1;
}

@keyframes lightining {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  21% {
    opacity: 0.4;
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  31% {
    opacity: 0.4;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.localMarket .carousel-item {
  background-size: cover;
  background-position: center;
  height: 300px;
}
.localMarket .carousel-caption h5 {
  color: white;
  font-size: 21px;
  text-shadow: 0px 0px 13px #000000;
  font-weight: 600;
}

.single-tour-gallery.t .package-content p {
  min-height: 205px;
}
.single-tour-gallery.t h3 {
  height: 45px;
}

.package-content h3 {
  font-size: 18px;
}

.package-inner.landing .package-content h3 {
  font-size: 18px;
}

.destination-section.t .desti-image img {
  width: 100%;
}
.destination-section.t .desti-image::before {
  background-color: rgba(16, 31, 70, 0.4);
}
.destination-section.t .desti-image:hover::before {
  background-color: transparent;
  transition-duration: 0.5s;
}
.destination-section.t .destination-three-column > .row > [class*=col-] {
  padding: 0px 5px;
}

.service-header .service-count {
  font-size: 35px;
}
.service-header h3 {
  font-size: 23px;
}

.product-inner-wrap.t {
  margin-bottom: 0;
  padding-bottom: 0;
}
.product-inner-wrap.t .product-thumbnails .feature-image:before {
  content: "";
  background-image: url(../assets/images/custom/meghalaya_theme.jpg);
  background-position: center bottom;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.75;
}
.product-inner-wrap.t .product-thumbnails .feature-image h3 {
  padding: 10px 0;
  background: #0791be;
  color: white;
}
.product-inner-wrap.t .product-thumbnails .feature-image img {
  width: auto;
  height: 250px;
  margin: 0 auto;
  border-radius: 12px;
  border: 9px solid #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-width: 0;
}
.product-inner-wrap.t .product-thumb-nav .feature-image img {
  height: 100px;
  margin: 0 auto;
}

.bg-meta-cat.t a {
  background-color: #F56960;
}

.desti-image.t {
  cursor: pointer;
}

.heading-wrap.t h4 {
  font-size: 16px;
}

.feature-image.t {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.client-slider.t .slick-track {
  display: flex;
  align-items: center;
}
.client-slider.t .slick-track .client-item {
  padding: 10px;
}
.client-slider.t .slick-track .client-item figure img {
  width: 100%;
  max-width: inherit;
  margin: 0 auto;
}

.container.Privacy h1 {
  font-size: 26px;
  font-weight: 700;
}
.container.Privacy h2 {
  font-size: 23px;
  font-weight: 500;
}
.container.Privacy h3 {
  font-size: 18px;
  font-weight: 500;
}

.about-page-section .client-wrap {
  background-color: #e8e8e8;
}

.client-wrap.t .slick-track {
  display: flex;
  align-items: center;
}
.client-wrap.t .client-item img {
  max-width: 80% !important;
}

.button-primary, .button-round {
  background-color: #2C75BA;
}

.button-primary:hover, .button-primary:focus, .button-primary:active, .button-round:hover, .button-round:focus, .button-round:active, .button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #ffffff;
  background-color: #F56960;
}

.package-wrap .package-price {
  background-color: #0791be;
}

input[type=button], input[type=reset], input[type=submit] {
  background-color: #0791be;
}

input[type=button]:hover, input[type=button]:active, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus {
  background-color: #F56960;
}

.widget.widget_text ul li i {
  color: #ffffff;
}

.contact-detail-wrap .contct-social a {
  color: #0791be;
  border: 1px solid #0791be;
}/*# sourceMappingURL=custom.css.map */