:root
{
    --white: #fff;
    --dark-white: #9D9CA7;
    --btn-red-col: #F30000;
}
.auto-container{
	position: static;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}
.banner-section{
	min-height: 400px;
    margin-top: 70px;
}
.banner-section .item{
	overflow: hidden;
	padding: 30px 0px 30px 0px;
	z-index: 1;
	display: flex;
	align-items: center;
	height: 600px;
}
.banner-section .item .image-layer{
	position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
	background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    min-height: 100%;
    transition: all 6000ms linear;
    transform:scale(1);
}
.banner-section .active .item .image-layer{
  transform:scale(1.15);
}
.banner-section .owl-item{
	overflow: hidden;
}
.banner-section .owl-item .auto-container{
	display: flex;
	align-items: center;
 }
.banner-section .owl-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;

}
.banner-section .item .content-box{
	padding-top: 60px;
	position: relative;
	z-index: 5;
	min-height: 300px;
}
.banner-section .item .content-box.centred{
	text-align: center;
}
.banner-section .content-box h5{

	font-size: 1rem;
	font-weight: 400;
	color: var(--white);
	margin-bottom: 17px;
	text-transform: uppercase;
	opacity: 0;
	padding-right: 55px;
	position: relative;
	display: inline-block;
	padding-right: 55px;
	transform: translateY(50px);
	transition: all 700ms ease;
}

.banner-section .active .content-box h5{
	 opacity: 1;
	 transform: translateY(0);
}



.banner-section .content-box .list-item{
  position: relative;
  display: block;
  margin-bottom: 17px;
  opacity: 0;
  transform: translateX(100px);
  transition: all 1000ms ease;
}

.banner-section .active .content-box .list-item{
  opacity: 1;
  transform: translateX(0);
}

.banner-section .content-box .list-item li{
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}



.banner-section .content-box h1{
	position: relative;
	display: block;
	color: #fff;
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 40px;
	opacity: 0;
	transform: translateY(100px);
	transition: all 700ms ease;
}
.banner-section .active .content-box h1{
	opacity: 1;
	transform: translateY(0);
	transition-delay: 500ms;
}

.banner-section .content-box .btn-box{
  position: relative;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1500ms ease;
}

.banner-section .active .content-box .btn-box{
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1500ms;
}

.banner-section  .content-box .btn-box .theme-btn{
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 30px;
  font-weight: 700;
  color: #fff !important;
  padding: 10px 38px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease;
  text-decoration: none;
  padding: 10px 28px;
  margin-right: 30px;
}
.theme-btn.style-one{
	background: #281bab;
	border-radius: 30px;
}



.banner-section .content-box .btn-box .theme-btn:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
  background-color: #fff;
  transition: all 0.3s;
  transform: scaleY(0);
  transform-origin: left top;
  border-radius: 30px;
}

.banner-section  .content-box .btn-box .theme-btn:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #222;
  transition: all 0.3s;
  transform: scaleY(0);
  transform-origin: left top;
  border-radius: 30px;
}

.banner-section  .content-box .btn-box .theme-btn:hover::before{
  transform: scaleY(1);
}

.banner-section .content-box .btn-box .theme-btn:hover::after{
  transition-delay: 0.2s;
  transform: scaleY(1);
}


.banner-section .content-box .btn-box .banner-btn-two{
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding: 13px 34px;
}

.banner-section .content-box .btn-box .banner-btn-two:hover{
	color: var(--btn-red-col);
}


.banner-section .content-box .btn-box .banner-btn-two:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.banner-section .content-box .btn-box .banner-btn-two:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.banner-section .content-box .btn-box .banner-btn-two:hover:before,
.banner-section .content-box .btn-box .banner-btn-two:hover:after{
  width: 50%;
}




.banner-section .content-box .btn-box .question-btn svg{
	height: 25px;
	width: 35px;
}
.banner-section .content-box .btn-box .question-btn span{
	color: var(--white);
	font-size: 12px;
}
.banner-section .content-box .btn-box .question-btn span:hover{
	color: var(--dark-white);
}

.banner-section .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}
.banner-section .owl-theme .owl-nav .owl-prev , .owl-theme .owl-nav .owl-next{
	background: transparent;
	margin: 0;
}
.banner-section .owl-theme .owl-nav .owl-prev img, .owl-theme .owl-nav .owl-next img{
	width: 1.1rem;
	height: 1.1rem;
}

/*cookie consent design*/

@media (max-width: 768px)
{
    .banner-section .content-box h1{
		font-size: 2rem;
	}

	.banner-section .item{
		height: 550px;
	}
}

@media (max-width: 576px) {
    .banner-section .item{
    height: 500px;
}
}
