
/** banner-section **/

.banner-section{
  position: relative;
  overflow: hidden;
  padding: 118px 90px 465px 90px;
}

.banner-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 1208px;
  height: 312px;
  background-repeat: no-repeat;
}

.banner-section .pattern-layer .pattern-3{
  position: absolute;
  left: 0px;
  bottom: 15px;
  width: 1234px;
  height: 323px;
  background-repeat: no-repeat;
}

.banner-section .content-box{
  position: relative;
  max-width: 800px;
  width: 100%;
  z-index: 5;
}

.banner-section .content-box h2{
  position: relative;
  display: block;
  font-size: 72px;
  line-height: 100px;
  color: var(--white-color);
  font-weight: 900;
  margin-bottom: 40px;
  padding-top: 12px;
}

.banner-section .content-box h2:before{
  position: absolute;
  content: '';
  background-image: url(../../images/shape/shape-5.png);
  width: 115px;
  height: 14px;
  top: 0px;
  left: 0px;
  background-repeat: repeat-x;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

.banner-section .content-box .btn-inner{
  position: relative;
  display: flex;
  align-items: center;
}

.banner-section .content-box .btn-inner .btn-box .theme-btn{
  border-radius: 0px 20px 0px 0px;
  padding: 15.5px 48px;
}

.banner-section .content-box .btn-inner .btn-box .theme-btn:before{
  position: absolute;
  content: '';
  background-image: url(../../images/shape/shape-3.png);
  width: 100%;
  height: 8px;
  left: 0px;
  bottom: 0px;
  background-repeat: repeat-x;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

.banner-section .content-box .btn-inner .support-box{
  position: relative;
  padding-left: 70px;
}

.banner-section .content-box .btn-inner .support-box span{
  position: absolute;
  left: 0px;
  top: 12px;
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white-color);
  border-top: 2px solid #41A0FF;
  border-bottom: 2px solid #41A0FF;
}

.banner-section .content-box .btn-inner .support-box h5{
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: var(--white-color);
}

.banner-section .content-box .btn-inner .support-box h3{
  display: inline-block;
  font-size: 28px;
  line-height: 30px;
  color: var(--white-color);
  font-weight: 600;
}

.banner-section .content-box .btn-inner .support-box h3 a{
  display: inline-block;
  color: var(--white-color);
}

.banner-section .content-box .btn-inner .support-box h3 a:hover{
  text-decoration: underline;
}

.banner-section .bg-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(50% - 250px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** banner-style-two **/

.banner-carousel .slide-item{
  position: relative;
  padding: 228px 0px 262px 0px;
}
  
.banner-carousel .content-box{
  position: relative;
  max-width: 1100px;
  z-index: 5;
  margin: 0 auto;
}
  
.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  top: 0px;
  right: 0px;
  opacity: 0.7;
  z-index: 1;
}
  
.banner-carousel .slide-item .image-layer{
  position: absolute;
  left:0;
  top:0;
  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 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}
  
.banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.25);
  -ms-transform:scale(1.25);
  transform:scale(1.25);
}
  
.banner-carousel .content-box h4{
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: var(--main-color);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -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 h4{
  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 h2{
  font-size: 96px;
  line-height: 120px;
  font-weight: 800;
  color: var(--white-color);
  margin-bottom: 32px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -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 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{
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -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-style-two .owl-nav{
  position: absolute;
  left: 0px;
  top: 42%;
  width: 100%;
}

.banner-style-two .owl-nav button{
  position: absolute;
  top: 0px;
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  color: var(--white-color);
  background: #000;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-style-two .owl-nav button:hover{
  background: var(--main-color);
}

.banner-style-two .owl-nav button.owl-prev{
  left: 70px;
}

.banner-style-two .owl-nav button.owl-next{
  right: 70px;
}

.banner-style-two .owl-dots{
  position: absolute;
  left: 0px;
  bottom: 25px;
  right: 0px;
  text-align: center;
  width: 100%;
}

.banner-style-two .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0px 6px;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-style-two .owl-theme .owl-dots .owl-dot.active span,
.banner-style-two .owl-theme .owl-dots .owl-dot span:hover{
  background: var(--main-color);
  box-shadow: 0px 0px 0px 4px rgba(11, 127, 226, 0.4);
}

.banner-style-two .pattern-layer .pattern-1{
  position: absolute;
  width: 150px;
  height: 150px;
  left: -35px;
  bottom: 13px;
  background: var(--main-color);
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: zoom-fade 7s infinite linear;
  animation: zoom-fade 7s infinite linear;
}

.banner-style-two .pattern-layer .pattern-2{
  position: absolute;
  width: 150px;
  height: 150px;
  left: -85px;
  bottom: 60px;
  background: var(--main-color);
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: zoom-fade 10s infinite linear;
  animation: zoom-fade 10s infinite linear;
}

.banner-style-two .pattern-layer .pattern-3{
  position: absolute;
  left: -6px;
  bottom: 20px;
  width: 128px;
  height: 199px;
  background-repeat: no-repeat;
  z-index: 2;
}

.banner-style-two .pattern-layer .pattern-4{
  position: absolute;
  bottom: 15px;
  right: -73px;
  width: 277px;
  height: 278px;
  background-repeat: no-repeat;
  z-index: 2;
}


/** banner-style-three **/

.banner-style-three .banner-carousel .slide-item{
  padding: 352px 0px 277px 0px;
}

.banner-style-three .owl-nav{
  position: absolute;
  left: 0px;
  top: 47%;
  width: 100%;
}

.banner-style-three .owl-nav button{
  position: absolute;
  top: 0px;
  display: inline-block;
  width: 70px;
  height: 90px;
  line-height: 90px;
  font-size: 24px;
  background: #000;
  color: var(--white-color);
  transition: all 500ms ease;
}

.banner-style-three .owl-nav button.owl-prev{
  left: 0px;
}

.banner-style-three .owl-nav button.owl-next{
  right: 0px;
}

.banner-style-three .owl-nav button:hover{
  background: var(--main-color);
}

.banner-style-three .owl-nav button span{
  display: none;
}

.banner-style-three .owl-nav button:before{
  position: absolute;
  content: '\e932';
  font-family: 'icomoon';
  width: 70px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  left: 0px;
  top: 0px;
}

.banner-style-three .owl-nav button.owl-prev:before{
  transform: rotate(180deg);
}

.banner-style-three .owl-dots{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.banner-style-three .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--white-color);
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-style-three .owl-theme .owl-dots .owl-dot.active span,
.banner-style-three .owl-theme .owl-dots .owl-dot span:hover{
  transform: scale(1.25);
  background: var(--secondary-color);
}

.banner-style-three .banner-carousel .content-box h4{
  display: inline-block;
  color: var(--secondary-color);
  padding-left: 50px;
  padding-right: 50px;
}

.banner-style-three .banner-carousel .content-box h4:before,
.banner-style-three .banner-carousel .content-box h4:after{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 30px;
  height: 2px;
  top: 14px;
}

.banner-style-three .banner-carousel .content-box h4:before{
  left: 0px;
}

.banner-style-three .banner-carousel .content-box h4:after{
  right: 0px;
}


/** banner-style-four **/

.banner-style-four{
  padding-top: 147px;
}

.banner-style-four .bg-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(50% - 110px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-four .content-box{
  position: relative;
  max-width: 1070px;
  width: 100%;
}

.banner-style-four .content-box .upper-box{
  position: relative;
  max-width: 760px;
}

.banner-style-four .content-box h2{
  display: block;
  font-size: 96px;
  line-height: 120px;
  font-weight: 900;
  margin-bottom: 45px;
}

.banner-style-four .content-box p{
  margin-bottom: 48px;
}

.banner-style-four .content-box .btn-box{
  position: relative;
  display: flex;
  align-items: center;
}

.banner-style-four .theme-btn.btn-three{
  text-transform: capitalize;
  padding: 13px 32px;
  margin-right: 15px;
}

.banner-style-four .theme-btn.btn-two{
  border-radius: 5px;
  padding: 12px 45px;
}

.banner-style-four .lower-box{
  position: relative;
  display: block;
  width: 100%;
  background: var(--title-color);
  padding: 34px 100px;
}

.banner-style-four .lower-box .info-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 45px;
  padding-right: 45px;
  font-size: 18px;
  line-height: 38px;
  color: #fff;
  font-weight: 500;
  padding-left: 27px;
}

.banner-style-four .lower-box .info-list li:last-child{
  margin: 0px;
  padding-right: 0px;
}

.banner-style-four .lower-box .info-list li i{
  position: absolute;
  left: 0px;
  top: 7px;
  font-size: 25px;
}

.banner-style-four .lower-box .info-list li:nth-child(2) i{
  font-size: 20px;
}

.banner-style-four .lower-box .info-list li:last-child i{
  font-size: 14px;
  top: 11px;
}

.banner-style-four .lower-box .info-list li a{
  display: inline-block;
  color: #fff;
}

.banner-style-four .lower-box .info-list li a:hover{
  text-decoration: underline;
}

.banner-style-four .lower-box .info-list li:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 1px;
  height: 38px;
  top: 0px;
  right: 0px;
}

.banner-style-four .lower-box .info-list li:last-child:before{
  display: none;
}

.banner-style-four .icon-box{
  position: absolute;
  left: 56%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 115px;
  height: 115px;
  line-height: 115px;
  font-size: 60px;
  color: #fff;
  background: var(--title-color);
  text-align: center;
  border-radius: 50%;
  margin-left: -4px;
}









































  
