body {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #7E7F82;
  }
  
  a:active,
  a:hover,
  a:focus,
  a:visited {
    text-decoration: none;
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px;
    }
  }
  .main-banner-wrapper {
    position: relative;
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .main-banner-wrapper {
      overflow: hidden;
    }
  }
  .main-banner-wrapper .carousel-btn-block {
    position: absolute;
    bottom: 85px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    width: 100%;
    max-width: 1170px;
    text-align: right;
  }
  .main-banner-wrapper .carousel-btn-block .carousel-btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.4s ease;
    font-size: 14px;
    color: #fff;
    width: 63px;
    height: 63px;
    border-style: solid;
    border-width: 2px;
    text-align: center;
    border-color: white;
    opacity: 0.2;
    z-index: 9;
    border-radius: 50%;
    transition: all 0.4s ease;
  }
  .main-banner-wrapper .carousel-btn-block .carousel-btn i {
    line-height: 59px;
    display: block;
    vertical-align: middle;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
  }
  .main-banner-wrapper .carousel-btn-block .carousel-btn:hover {
    opacity: 1;
  }
  .main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
    margin-right: 10px;
  }
  .main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn i {
    transform: rotate(180deg);
  }
  
  .banner-style-one .slide {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .banner-style-one .owl-nav {
    display: none;
  }
  .banner-style-one h3,
  .banner-style-one p {
    margin: 0;
  }
  .banner-style-one .tag-line {
    font-size: 24px;
    color: #FFBE22;
    font-weight: 600;
    display: block;
    width: 100%;
    margin-bottom: 25px;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
  }
  .banner-style-one .banner-title {
    color: #FFFFFF;
    font-size: 50px;
    line-height: 70px;
    font-weight: 900;
    font-family: "Titillium Web", sans-serif;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
  }
  .banner-style-one p {
    font-size: 36px;
    line-height: 1.25em;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
    margin-top: 50px;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
  }
  .banner-style-one .banner-btn {
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 18px;
    background-color: #FD4085;
    padding: 19.5px 50px;
    transition: all 0.4s ease;
    margin-top: 40px;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
  }
  .banner-style-one .banner-btn:hover {
    background-color: #FFBE22;
    color: #2D174F;
  }
  .banner-style-one .active .tag-line {
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
  }
  .banner-style-one .active .banner-title {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .banner-style-one .active p {
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .banner-style-one .active .banner-btn {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .banner-style-one .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 85px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1170px;
    text-align: left;
  }
  .banner-style-one .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    background-color: transparent;
    opacity: 0.2;
    margin: 0;
    transition: all 0.4s ease;
  }
  .banner-style-one .owl-dots .owl-dot + .owl-dot {
    margin-left: 7px;
  }
  .banner-style-one .owl-dots .owl-dot.active span {
    opacity: 1;
    background-color: transparent;
  }
  .banner-style-one.no-dots .owl-dots {
    display: none !important;
  }