/* html {
   scroll-behavior: smooth;
} */
body {
  font-family: 'Hind Siliguri', sans-serif;
  /* font-family: 'Pattaya', sans-serif; */
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rosario', sans-serif;
  font-weight: 800!important;
}

section, main, footer, header {
  width: 100%;
  overflow: hidden;
}  

@media (max-width: 1199px) {
  .tp-bgimg.defaultimg {
    background-color: #fff;
    background-size: cover !important;
    background-position-x: right!important;
  }
}

@media (min-width: 1200px) {
  .tp-bgimg.defaultimg {
    background-color: #fff;
    background-size: cover !important;
    background-position-x: right!important;
    background-position-y: bottom!important;
  }
}
.slotholder {
  transform: none !important;
}

.section {
  padding: 120px 0;
}


.service-carousel {
  position: relative;
  padding: 0 45px;
}

.owl-dots {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.owl-dots .owl-dot {
  padding: 15px 0;
}
.owl-dots .owl-dot span {
  max-width: 120px;
  width: 90px;
  height: 4px;
  background-color: #e2e2e2;
  display: block;
}

.owl-dots .owl-dot.active span {
  background-color: #a6cf52;
}
.owl-dots .owl-dot span {
  margin: 0 5px;
}
.owl-dots .owl-dot:first-child span {
  margin-left: 0;
}
.owl-dots .owl-dot:last-child span {
  margin-right: 0;
}

.owl-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  align-items: center;
  height: calc(100% - 30px);
  top: 0;
  bottom: 0;
  z-index: 1;
  left: 0;
}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  font-size: 2rem;
  opacity: 0.2;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  font-size: 2rem;
}

.owl-nav .owl-prev i::before,
.owl-nav .owl-next i::before {
  margin: 0!important;
}

.owl-stage-outer {
  position: relative;
  z-index: 2
}

.tp-bgimg.defaultimg {
  position: relative;
}


@media (max-width: 768px) {
    .owl-nav {
      display: none;
    }
   .service-carousel {
       padding: 0;
   }
   .owl-dots .owl-dot span {
       width: 15px;
       border-radius: 30px;
   }
   
   .tp-bgimg.defaultimg {
       background-size: cover!important;
       background-position-x: 80%!important;
       position: relative;
   }
   .tp-bgimg.defaultimg::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 17%, rgba(255,255,255,0.665703781512605) 56%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 17%, rgba(255,255,255,0.665703781512605) 56%, rgba(255,255,255,0) 100%);
background: linear-gradient(180deg, rgba(255,255,255,1) 17%, rgba(255,255,255,0.665703781512605) 56%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
   }
   
   .main-slider.style-two .link-box a {
      margin-bottom: 30px!important;
   }
}

.services-carousel .owl-dots .owl-dot.active span {
  background-color: #f9d760;
}
.services-carousel .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.65);
}

.contact-type {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-type > div {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
}
.contact-type > div i {
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  background-color: #0f6576;
  color: #fff;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  box-shadow: 0 0 0 5px rgba(14, 101, 118, 0.2);
  transition: all 0.3s ease-in-out;
}
.contact-type > div:hover i {
  width: 40px;
  height: 40px;
  background-color: #5aba6d;
  box-shadow: 0 0 0 2px rgba(90, 186, 109, 0.6);
}
.contact-type > div a {
  font-size: 1.3rem;
  color: #0f6576;
  transition: all 0.3s ease-in-out;
}
.contact-type > div:hover a {
  color: #5aba6d;;
}

.main-menu .navigation > li a {
   padding: 0 15px;
   color: #fff;
   border-radius: 50px;
   opacity: 1;
}

.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
  color: #fff;
  opacity: 1;
}

.main-menu .navigation > li:nth-child(1) a{
   background-color: #7acfbc;
}
.main-menu .navigation > li:nth-child(2) a{
   background-color: #5ABA6D;
}
.main-menu .navigation > li:nth-child(3) a{
   background-color: #9BC868;
}
.main-menu .navigation > li:nth-child(4) a{
   background-color: #debe49;
}
.main-menu .navigation > li:nth-child(5) a{
   background-color: #9999CC;
}
.main-menu .navigation > li:nth-child(6) a{
   background-color: #65A8FF;
}

.social-icon-colored li a {
   background-color: #17bbbc;
   display: flex;
   justify-content: center;
   align-items: center;
}

.logo-mobile {
    display: none;
}
@media (max-width: 768px) {
   .header-style-two .header-lower .logo-outer {
       display: none;
   }
   .logo-mobile img {
       height: 85px;
   }
   .logo-mobile {
       padding: 0!important;
       display: unset
   }
}
@media (max-width: 1199px) {
  .event-block .inner-box{
    flex-wrap: wrap;
    display: flex;
    padding: 0;
    height: auto;
  }
  .event-block .inner-box .image-box,
  .event-block .inner-box .content-box {
    flex: 1 0 100%;
    position: relative;
    text-align: left;
  }
  .event-block .inner-box .content-box  {
    padding-top: 40px;
  }
  .event-block .inner-box .image-box img{
    max-height: 250px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;

  }
  .event-block .inner-box .image {
    max-height: 202px;
    border-radius: 20px 20px 0 0;
  }
}