
/** banner-section **/

.banner-section{
    position: relative;
    overflow: hidden;
    /* padding-left: 125px; */
    padding-bottom: 125px;
    background: #323232;
    border-bottom: 1px solid #333333;
  }
  
  .banner-carousel{
    position: relative;
  }
  
  .banner-carousel .slide-item{
    position: relative;
    padding: 100px 0px 100px 0px;
  }
  
  .banner-carousel .slide-item:before{
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.4;
    z-index: 1;
  }
  
  .banner-carousel .slide-item .image-layer{
    position:absolute;
    left:0px;
    top:0px;
    right: 0px;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
  }
  
  .banner-carousel .active .image-layer{
    -webkit-transform:scale(1.15);
    -ms-transform:scale(1.15);
    transform:scale(1.15);
  }
  
  .banner-carousel .content-box{
    position: relative;
    display: block;
    z-index:5;
    width: 100%;
  }
  
  .banner-carousel .content-box .icon-box{
    position: relative;
    display: inline-block;
    width: 112px;
    height: 112px;
    line-height: 112px;
    text-align: center;
    background: rgb(39 39 39 / 40%);
    border-radius: 50%;
    margin-bottom: 40px;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  
  .banner-carousel .active .content-box .icon-box{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
  }
  
  .banner-carousel .content-box .icon-box img{
    display: inline-block;
  }
  
  .banner-carousel .content-box h2{
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 42px;
    letter-spacing: 0.1em;
    opacity: 0;
    text-transform: uppercase;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  
  .banner-carousel .content-box h2 span{
    font-weight: 300;
  }
  
  .banner-carousel .active .content-box h2{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
  }
  
  .banner-carousel .content-box .btn-box{
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  
  .banner-carousel .active .content-box .btn-box{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
  }
  
  .banner-carousel .content-box .btn-box .theme-btn{
    padding: 16px 40px;
    border-radius: 7px;
  }
  
  .banner-carousel .owl-nav{
    position: absolute;
    right: 1080px;
    bottom: -119.5px;
  }
  
  .banner-carousel .owl-nav button{
    position: relative;
    display: inline-block;
    width: 114px;
    height: 114px;
    line-height: 114px;
    text-align: center;
    border: 1px solid #3F3F3F;
    font-size: 30px;
    cursor: pointer;
    font-weight: 700;
    transition: all 500ms ease;
  }
  
  .banner-carousel .owl-nav button:hover{
    color: #fff;
  }
  
  .banner-carousel .owl-nav button.owl-prev{
    margin-right: 5px;
  }
  
  .banner-section .banner-thumb-inner .single-item{
    position: relative;
    text-align: left;
    padding-left: 15px;
    padding-bottom: 28px;
  }
  
  .banner-section .banner-thumb-inner .active.current .single-item:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 7px;
    transition: all 500ms ease;
  }
  
  .banner-section .banner-thumb-inner .single-item .count-text{
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 22px;
  }
  
  .banner-section .banner-thumb-inner .single-item h6{
    display: block;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
  }
  
  .banner-section .banner-thumb-inner .single-item p{
    font-size: 15px;
    line-height: 25px;
    color: #fff;
  }
  
  .owl-dots-none .owl-dots,
  .owl-nav-none .owl-nav{
    display: none !important;
  }
  
  .banner-section .banner-thumb-inner{
    position: absolute;
    right: 185px;
    bottom: 0px;
    width: 800px;
  }
  
  .banner-section .banner-thumb-inner:before {
    position: absolute;
    content: '';
    background: #272727;
    width: 6000px;
    height: calc(100% + 36px);
    left: -88px;
    bottom: 0px;
  }
  
  .banner-section .line-shape{
    z-index: 1;
  }
  
  .banner-section .social-links{
    position: absolute;
    left: 48px;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 120px;
    z-index: 1;
  }
  
  .banner-section .social-links:before{
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.50);
    width: 1px;
    height: 82px;
    left: 12px;
    top: 0px;
  }
  
  .banner-section .social-links li{
    position: relative;
    display: block;
    margin-bottom: 50px;
  }
  
  .banner-section .social-links li:last-child{
    margin-bottom: 0px;
  }
  
  .banner-section .social-links li a{
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.50);
  }
  
  .banner-section .social-links li a:hover{
    color: #fff;
  }

  .banner-carousel .content-box h2 span{
    color: #fff;
  }
  
  .banner-section .banner-thumb-inner .single-item .count-text{
    color: #f5a83c;;
  }
  .banner-section .banner-thumb-inner .active.current .single-item:before{
    background: #B19777;
  }
  
  .banner-carousel .owl-nav button{
    color: #f5a83c;
  }
  
  .banner-carousel .owl-nav button:hover{
    background: #1d4ba1;
    border-color: #1d4ba1;
  }

  .banner-carousel .owl-nav button {
    font-weight: 400;
    font-size: 16px;
    background: transparent;
  }

  .centred{
    text-align: center;
  }
  .theme-btn{
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: #fff !important;
    text-align: center;
    padding: 16px 65px;
    text-transform: capitalize;
    z-index: 1;
    transition: all 500ms ease;
  }
  

  .theme-btn.btn-one{
	/* background: #B19777; */
    background: linear-gradient(90deg, #f9c43a, #f0753a 51%, #ea5336) var(--x, 0)/ 200%;
}

  
  .theme-btn.btn-one:hover{
    color: #174f9c  !important;
  }
  
  .theme-btn.btn-one:before{
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    background: #fff;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .theme-btn.btn-one:hover:before{
    width: 100%;
  }


  @media only screen and (max-width: 991px){ 
    .banner-section .banner-thumb-inner{
      display: none;
    }
  
    .banner-section{
      padding-bottom: 0px;
    }
  }

  @media only screen and (max-width: 767px){ 
  .banner-carousel .content-box h2{
    font-size: 40px;
    line-height: 50px;
  }

  .banner-carousel .slide-item{
    padding: 120px 0px;
  }
  }

  @media only screen and (max-width: 599px){ }