
/** 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%;
}