	/*================================================
Main Banner Area CSS
=================================================*/
:root {
  --fontFamily: 'Open Sans', sans-serif;
  --fontFamily2: 'Hind Siliguri', sans-serif;
  --mainColor: #fff;
  --optionalColor: #fff;
  --whiteColor: #ffffff;
  --blackColor: #fff;
  --fontSize: 15px;
  --transition: .5s;
}
.slider-content p{
  color: #fff;
}

.btn-box {
    margin-top: 30px;
}
.default-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    border: none;
    background-color: var(--mainColor);
    color: #000;
    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: 20px;
    padding-right: 20px;
    font-size: var(--fontSize);
    font-weight: 600;
}

.default-btn:hover {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
          color: #8a130d;
}



.slider_bg {
  position: relative;display: flex;justify-content: center;align-items: center; width: 100%;height: 80vh;
  background-image: radial-gradient( circle 481px at 51.1% 49%,  var(--BgColor2) 0%, var(--BgColor) 100.3% ); 
  color: #fff;
}
.slider_bg2 {
  background: var(--bgimg1) no-repeat scroll center center;
  background-size: cover;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.main-banner {
  padding-top: 70px;
  padding-bottom: 70px;
}

.main-banner-content .sub-title {
  display: block;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--mainColor);
}

.main-banner-content h1 {
  margin-bottom: 12px;
  font-size: 55px;
  line-height: 1.1;
}

.main-banner-content h1 span {
  color: var(--mainColor);
}

.main-banner-content p {
  font-size: 16px;
}

.main-banner-content .default-btn {
  margin-top: 10px;
}

.slider-item {
  background-color: #ebf7fa;
  height: 680px;
}

.slider-content .sub-title {
     display: block;
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff;
    font-size: 20px;
}

.slider-content h1 {
  margin-bottom: 12px;
  font-size: 64px;
  line-height: 1.1;
  color: #fff;
}

.slider-content h1 span {
  color: var(--mainColor);
}

.slider-content p {
  font-size: 16px;
}

.slider-content .btn-box {
  margin-top: 30px;
}

.slider-content .btn-box .price {
  display: block;
  color: var(--mainColor);
  margin-left: 25px;
  font-size: 20px;
  font-weight: 600;
}

.banner-image {
  text-align: center;
}

.banner-image img {
  width: auto !important;
  display: inline-block !important;
}

.owl-item.active .slider-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 .slider-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 .slider-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 .slider-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: #0000004f;
  border-radius: 50%;
  font-size: 25px;
  padding-right: 5px !important;
    -webkit-box-shadow: 0px 0px 20px 0 rgb(0, 0, 0, 0.13) !important;
          box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 20%) !important;
          display: flex;
    justify-content: center;
    align-items: center;
}
.home-slides.owl-theme .owl-nav [class*=owl-] img{
filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(148deg) brightness(103%) contrast(101%);
}
.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: #1f1f1f69;
}

.home-wrapper-area {
  background-color: #080e32;
  position: relative;
  z-index: 1;
  padding-top: 95px;
  padding-bottom: 95px;
}

.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;
}

.home-slides-two.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -90px;
  bottom: 0;
}

.home-slides-two.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;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  color: var(--whiteColor);
}

.home-slides-two.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;
}

.home-slides-two.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;
}

.home-slides-two.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;
}

.home-slides-two.owl-theme .owl-dots .owl-dot:hover span, .home-slides-two.owl-theme .owl-dots .owl-dot.active span {
  border-color: var(--mainColor);
}

.home-slides-two.owl-theme .owl-dots .owl-dot:hover span::before, .home-slides-two.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
}

.banner-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 84px;
  padding-bottom: 124px;
  padding-left: 70px;
  padding-right: 70px;
}



.banner-area .slider-content {
  max-width: 600px;
}

.banner-area .slider-content p {
  max-width: 350px;
}

.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;
}



@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotatemetwo {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotatemetwo {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@media only screen and (max-width: 767px) {


  .default-btn {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .default-btn i {
    left: 20px;
    top: 12px;
    font-size: 15px;
  }
  .ptb-70 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-70 {
    padding-top: 50px;
  }
  .pb-70 {
    padding-bottom: 50px;
  }
  .ptb-40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pt-40 {
    padding-top: 20px;
  }
  .pb-40 {
    padding-bottom: 20px;
  }
  .section-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .section-title h2 {
    font-size: 24px;
  }
  .section-title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 70px;
  }
  .top-header {
    text-align: center;
  }
  .top-header-contact-info {
    margin-bottom: -10px;
  }
  .top-header-contact-info li {
    margin-bottom: 10px;
  }
  .top-header-menu {
    text-align: center;
    margin-top: 10px;
  }
  .top-header-menu li .language-switcher .dropdown-toggle {
    font-size: 13px;
  }
  .top-header-menu li .currency-switcher .dropdown-toggle {
    font-size: 13px;
  }
  .search-overlay .search-overlay-form {
    max-width: 290px;
    width: 290px;
  }
  .search-overlay .search-overlay-form form .input-search {
    height: 50px;
    padding: 0 0 0 20px;
  }
  .search-overlay .search-overlay-form form button {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .slider-item {
    height: auto;
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .slider-content {
    text-align: center;
  }
  .slider-content h1 {
    margin-bottom: 12px;
    font-size: 30px;
  }
  .slider-content p {
    font-size: 13px;
  }
  .slider-content .btn-box {
    margin-top: 20px;
  }
  .slider-content .btn-box .d-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slider-content .btn-box .default-btn {
    margin-right: 10px;
  }
  .slider-content .btn-box .price {
    margin-left: 10px;
    font-size: 15px;
  }
  .banner-image {
    margin-top: 30px;
  }

  .banner-image img{
   max-height: 250px;
  }

.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: #0000004f;
  border-radius: 50%;
  font-size: 25px;
  padding-right: 5px !important;
    -webkit-box-shadow: 0px 0px 20px 0 rgb(0, 0, 0, 0.13) !important;
          box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 20%) !important;
          display: flex;
    justify-content: center;
    align-items: center;
}
 .home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
  padding-left: 5px !important;
  padding-right: 0 !important;
}
  .home-wrapper-area {
    padding-top: 85px;
    padding-bottom: 80px;
  }
  .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;
  }
  .home-slides-two.owl-theme .owl-dots {
    text-align: left;
    margin-top: 0;
    bottom: 4px;
  }
  .home-slides-two.owl-theme .owl-nav {
    position: relative;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
    margin-left: 0;
    bottom: 0;
    text-align: right;
    margin-top: 25px;
  }



  .banner-area {
    padding-top: 65px;
    padding-bottom: 105px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-slides-three.owl-theme .owl-nav.disabled + .owl-dots {
    text-align: center;
  }
  .home-slides-three.owl-theme .owl-dots {
    left: 0;
    right: 0;
  }


}
