:root {
    --fontFamily: 'Open Sans', sans-serif;
    --fontFamily2: 'Hind Siliguri', sans-serif;
    --mainColor: #2a96ff;
    --optionalColor: #696969;
    --whiteColor: #ffffff;
    --blackColor: #111111;
    --fontSize: 15px;
    --transition: .5s;
}
.main-slider img {
  max-width: 100%;
  height: auto;
}
/*default-btn*/
.default-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  border: none;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-radius: 5px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 52px;
  padding-right: 25px;
  font-size: var(--fontSize);
  font-weight: 600;
}

.default-btn i {
  position: absolute;
  left: 25px;
  top: 13px;
  font-size: 19px;
  color: var(--whiteColor);
  line-height: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.default-btn:hover {
  background-color: var(--whiteColor);
  color: var(--blackColor);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.default-btn:hover i {
  color: var(--mainColor);
}
.owl-item.active .banner-content .sub-title {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.owl-item.active .banner-content h1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.owl-item.active .banner-content p {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.owl-item.active .banner-content .btn-box {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.owl-item.active .banner-image img {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  margin: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #dce9ec;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
  border-radius: 50%;
  font-size: 25px;
  padding-right: 5px !important;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
  padding-left: 5px !important;
  padding-right: 0 !important;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.home-wrapper-area {
  background-color: #080e32;
  position: relative;
  z-index: 1;
  padding-top: 25px;
  padding-bottom: 25px;
}

.wrapper-content .sub-title {
  display: block;
  margin-bottom: 15px;
  color: var(--mainColor);
  font-size: 15.5px;
  font-weight: 700;
}

.wrapper-content h1 {
  margin-bottom: 20px;
  font-size: 50px;
  color: var(--whiteColor);
  line-height: 1.3;
}

.wrapper-content p {
  color: var(--whiteColor);
  opacity: 0.85;
  max-width: 520px;
}

.wrapper-content .default-btn {
  margin-top: 15px;
}

.wrapper-content .default-btn:hover {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.owl-item.active .wrapper-content .sub-title {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.owl-item.active .wrapper-content h1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.owl-item.active .wrapper-content p {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.owl-item.active .wrapper-content .default-btn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.owl-item.active .wrapper-image img {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.main-slider.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -90px;
  bottom: 0;
}

.main-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  border: 1px solid #9b9dac;
  margin: 0 7px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #9b9dac;
  font-size: 22px;
  text-align: center;
  line-height: 40px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.main-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  color: var(--whiteColor);
}

.main-slider.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.main-slider.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 8px 0 0;
  background: transparent;
  border: 1px solid var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  position: relative;
}

.main-slider.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--mainColor);
  border-radius: 50%;
  margin: 2px;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  visibility: hidden;
}

.main-slider.owl-theme .owl-dots .owl-dot:hover span, .main-slider.owl-theme .owl-dots .owl-dot.active span {
  border-color: var(--mainColor);
}

.main-slider.owl-theme .owl-dots .owl-dot:hover span::before, .main-slider.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
}

.home-slides-three.owl-theme .owl-nav.disabled + .owl-dots {
  text-align: left;
  margin-top: 0;
}

.home-slides-three.owl-theme .owl-dots {
  position: absolute;
  left: 70px;
  bottom: 20px;
}

.home-slides-three.owl-theme .owl-dots .owl-dot {
  margin-left: 3px;
  margin-right: 3px;
}

.home-slides-three.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0;
  border: 1px solid var(--mainColor);
  background: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  position: relative;
}

.home-slides-three.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 3px;
  background-color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

.home-slides-three.owl-theme .owl-dots .owl-dot:hover span::before, .home-slides-three.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
    .home-slides.owl-theme .owl-nav {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 25px;
    }
    .home-slides.owl-theme .owl-nav [class*=owl-] {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        margin: 0 5px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 20px;
        padding-right: 5px !important;
    }
    .home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        left: 0;
        right: 0;
    }
    .home-wrapper-area {
/*        padding-top: 85px;*/
/*        padding-bottom: 40px;*/
    }
    .wrapper-content {
        text-align: center;
    }
    .wrapper-content .sub-title {
        font-size: 13px;
    }
    .wrapper-content h1 {
        margin-bottom: 12px;
        font-size: 30px;
    }
    .wrapper-content .default-btn {
        margin-top: 10px;
    }
    .wrapper-image {
        margin-top: 30px;
    }
    .main-slider.owl-theme .owl-dots {
        text-align: left;
        margin-top: 0;
        bottom: 4px;
    }
    .main-slider.owl-theme .owl-nav {
        position: relative;
        left: 0;
        -webkit-transform: unset;
        transform: unset;
        margin-left: 0;
        bottom: 0;
        text-align: right;
/*        margin-top: 25px;*/
    }
    .home-slides-three.owl-theme .owl-nav.disabled + .owl-dots {
        text-align: center;
    }
    .home-slides-three.owl-theme .owl-dots {
        left: 0;
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  
  .home-wrapper-area {
/*    padding-top: 10px;*/
    padding-bottom: 100px;
  }
  .wrapper-content {
    text-align: center;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper-content h1 {
    font-size: 50px;
  }
  .wrapper-image {
    margin-top: 30px;
  }
  .main-slider.owl-theme .owl-dots {
    text-align: left;
    margin-top: 0;
    bottom: 4px;
  }
  .main-slider.owl-theme .owl-nav {
    position: relative;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
    margin-left: 0;
    bottom: 0;
    text-align: right;
    margin-top: 25px;
  }  
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  
  .home-slides.owl-theme .owl-nav [class*=owl-] {
    top: auto;
    -webkit-transform: unset;
            transform: unset;
    bottom: 20px;
  }
  .main-slider.owl-theme .owl-dots {
    display: none;
  }
  .main-slider.owl-theme .owl-nav {
    margin-left: -60px;
  }
  .main-slider.owl-theme .owl-nav [class*=owl-] {
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
  }  
}