
.slider-style-five{
  position: relative;
  padding: 60px 0px 80px 0px;
}

.slider-style-five .carousel-content .content-box{
  position: relative;
  width: 100%;
  padding: 165px 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
}

.slider-style-five .carousel-content .content-box .inner{
  position: relative;
  max-width: 340px;
  width: 100%;
  background: rgba(255,255,255,0.9);
  padding: 50px 50px 53px 50px;
  border-radius: 10px;
  opacity:0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}

.slider-style-five .carousel-content .active .content-box .inner{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}

.slider-style-five .carousel-content .content-box .inner h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 20px;
  color: var(--text-color-one);
  font-weight: 900;
  margin-bottom: 30px;
  padding-left: 20px;
  text-transform: uppercase;
}

.slider-style-five .carousel-content .content-box .inner h3:before{
  position: absolute;
  content: '';
  width: 4px;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 5px;
}

.slider-style-five .carousel-content .content-box .inner h2{
  position: relative;
  font-size: 40px;
  line-height: 48px;
  color: var(--text-color-one);
  font-weight: 900;
  margin-bottom: 26px;
  text-shadow: 5px 6px 0px #e7e9ef;
}

.slider-style-five .carousel-content .content-box .inner p{
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: var(--text-color-one);
  margin-bottom: 35px;
}

.slider-style-five .owl-dots{
  position: absolute;
  right: 24px;
  bottom: 24px;
}

.slider-style-five .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  margin: 0px 6px;
  cursor: pointer;
  transition: all 500ms ease;
}


.slider-style-five .inner-box .single-item{
  position: relative;
  width: 100%;
  padding: 100px 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.slider-style-five .inner-box .single-item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255,.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.slider-style-five .inner-box .single-item:hover::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

.slider-style-five .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.slider-style-five .inner-box .single-item .inner{
  position: relative;
  max-width: 340px;
  width: 100%;
  background: rgba(255,255,255,0.9);
  padding: 48px 50px 43px 50px;
  border-radius: 10px;
  z-index: 1;
}

.slider-style-five .inner-box .single-item .inner h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  margin-bottom: 15px;
}

.slider-style-five .inner-box .single-item .inner h3 a{
  display: inline-block;
  color: var(--text-color-one);
}


.slider-style-five .inner-box .single-item .inner p{
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color-one);
}

.slider-style-five .carousel-column,
.slider-style-five .inner-column{
  padding: 0px 10px;
}

.slider-style-five .inner-content{
  position: relative;
  margin: 0px 5px;
}

/** feature-section **/


.feature-section{
  position: relative;
  padding-bottom: 10px;
}

.feature-section .inner-container{
  position: relative;
  margin-top: -50px;
  z-index: 1;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 73px 30px 70px 30px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(227, 230, 236, 0.6);
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover{
  transform: translateY(-15px);
}

.feature-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 32px;
}

.feature-block-one .inner-box .icon-box .shape{
  position: absolute;
  top: -2px;
  right: -47px;
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box .shape{
  transform: rotate(15deg);
}

.feature-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 900;
  margin: 0px;
}
/** comingsoon-section **/

.comingsoon-section{
    position: relative;
    background: #253b70;
    padding: 115px 0px 120px 0px;
  }
  
  .comingsoon-section .image-layer .image-1{
    position: absolute;
    left: 150px;
    bottom: 0px;
  }
  
  .comingsoon-section .image-layer .image-2{
    position: absolute;
    right: 150px;
    bottom: 0px;
  }
  
  .comingsoon-section .inner-box{
    position: relative;
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  
  .comingsoon-section .inner-box h3{
    font-size: 28px;
    line-height: 35px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  
  .comingsoon-section .inner-box h3 span{
  
  }
  
  .comingsoon-section .inner-box h2{
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 43px;
  }
  
  .comingsoon-section .cs-countdown .count-col{
    position: relative;
    display: inline-block;
    margin: 0px 15px;
  }
  
  .comingsoon-section .cs-countdown .count-col span{
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    font-size: 45px;
    color: #fff;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-weight: 900;
    /* background: url(../images/icons/count-1.png); */
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 17px;
  }
  
  .comingsoon-section .cs-countdown .count-col:nth-child(2) span{
    /* background: url(../images/icons/count-2.png); */
  }
  
  .comingsoon-section .cs-countdown .count-col:nth-child(3) span{
    /* background: url(../images/icons/count-3.png); */
  }
  
  .comingsoon-section .cs-countdown .count-col:last-child span{
    /* background: url(../images/icons/count-4.png); */
  }
  
  .comingsoon-section .cs-countdown .count-col h6{
    position: relative;
    font-size: 17px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
  }
  
  .comingsoon-section .anim-icon .icon-1{
    left: 550px;
    top: 80px;
    width: 90px;
    height: 67px;
  }
  
  .comingsoon-section .anim-icon .icon-2{
    right: 550px;
    top: 50px;
    width: 109px;
    height: 116px;
  }
  
  .comingsoon-section .anim-icon .icon-3{
    left: 60px;
    bottom: 120px;
    width: 51px;
    height: 61px;
  }
  
  .comingsoon-section .anim-icon .icon-4{
    right: 75px;
    bottom: 60px;
    width: 115px;
    height: 115px;
  }


  


.comingsoon-section.style-two{
  background: #e1fae6;
}

.comingsoon-section.style-two .inner-box h2{
  color: #253b70;
  text-shadow: 5px 6px 0px #cee7da;
}

.comingsoon-section.style-two .cs-countdown .count-col h6{
  color: #253b70;
  text-align: center;
}

.comingsoon-section.style-two .cs-countdown .count-col{
  float: left;
  margin-left: 0px;
  margin-right: 50px;
}

.comingsoon-section.style-two .cs-countdown .count-col:last-child{
  margin-right: 0px;
}

.comingsoon-section.style-two .inner-box{
  max-width: 100%;
  margin: 0px;
  margin-left: 70px;
}

.comingsoon-section.style-two .image-layer .image-1{
  left: 300px;
}


.comingsoon-section.style-three{
  background: #fff;
  padding: 0px 0px 50px 0px;
}

.comingsoon-section.style-three .inner-content{
  position: relative;
  padding: 110px 0px 116px 0px;
  background: #e1fae6;
  border-radius: 10px;
  overflow: hidden;
}

.comingsoon-section.style-three .inner-content .pattern-layer{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  width: 1010px;
  height: 100%;
  background-repeat: no-repeat;
}

.comingsoon-section.style-three .inner-box h2{
  color: var(--text-color-one);
  text-shadow: 5px 6px 0px #d9e8e3;
}

.comingsoon-section.style-three .image-layer .image-1{
  display: none;
}

.comingsoon-section.style-three .cs-countdown .count-col h6{
  color: var(--text-color-one);
}

.comingsoon-section.style-three .inner-box h3{
  margin-bottom: 26px;
}

.comingsoon-section.style-three .image-layer .image-2{
  display: none;
}

.comingsoon-section.style-three .anim-icon .icon-3{
  bottom: 30px;
}

.comingsoon-section.style-three .anim-icon .icon-2{
  right: inherit;
  left: 100px;
}

.comingsoon-section.style-three .anim-icon .icon-1{
  left: 65%;
}