
.main-slider{
  position:relative;
}

.bg-color-1{
  background: #faf5e1;
}

.bg-color-2{
  background: #e1fae6;
}

.bg-color-3{
  background: #f5e1fa;
}

.main-slider .slide{
  position:relative;
  padding:200px 0px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}

.main-slider .slide .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 2;
}

.main-slider .content-box{
  position: relative;
  width: 100%;
  z-index: 5;
}

.main-slider .content-box.style-two{
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}

.main-slider .content-box h3{
  position:relative;
  display: block;
  font-size: 28px;
  line-height: 21px;
  font-weight: 900;
  margin-bottom: 23px;
  text-transform: uppercase;
  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(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

.main-slider .content-box.text-left h3{
  padding-left: 20px;
}

.main-slider .content-box.text-left h3:before{
  position: absolute;
  content: '';
  background: var(--text-color-one);
  width: 4px;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 2px;
}

.main-slider .active h3{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}

.main-slider .content-box h1{
  position:relative;
  display: block;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  margin-bottom: 40px;
  opacity:0;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}

.main-slider .content-box.style-one h1{
  text-shadow: 5px 6px 0px #e4e2d5;
}

.main-slider .content-box.style-two h1{
  text-shadow: 5px 6px 0px #cee7da;
}

.main-slider .content-box.style-three h1{
  text-shadow: 5px 6px 0px #e0d0ec;
}

.main-slider .active h1{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1200ms;
}

.main-slider .content-box p{
  position:relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: var(--text-color-one);
  font-weight: 400;
  margin-bottom: 48px;
  opacity:0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}

.main-slider .active p{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1500ms;
}

.main-slider .content-box .button-box{
  position:relative;
  display: block;
  opacity:0;
  -webkit-transition: all 1700ms ease;
  -moz-transition: all 1700ms ease;
  -ms-transition: all 1700ms ease;
  -o-transition: all 1700ms ease;
  transition: all 1700ms ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.main-slider .active .button-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1700ms;
}

.main-slider .image-box .image{
  position: absolute;
}

.main-slider .image-box{
  position: relative;
  width: 100%;
}

.main-slider .image-box .image-pattern{
  position: absolute;
  left: -50px;
  top: -100px;
  width: 775px;
  height: 575px;
  background-repeat: no-repeat;
}

.main-slider .image-box .image-pattern-2{
  position: absolute;
  right: -70px;
  top: -100px;
  width: 555px;
  height: 513px;
  background-repeat: no-repeat;
}

.main-slider .image-box .image-1{
  left: -65px;
  top: 0px;
  opacity:0;
  z-index: 1;
  -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(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.main-slider .active .image-1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}

.main-slider .image-box .image-2{
  right: -175px;
  top: -120px;
  opacity:0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.main-slider .active .image-2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1500ms;
}

.main-slider .image-box .image-3{
  left: -400px;
  bottom: -200px;
  opacity:0;
  z-index: 1;
  -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(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.main-slider .active .image-3{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}

.main-slider .image-box .image-4{
  right: -400px;
  bottom: -200px;
  opacity:0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.main-slider .active .image-4{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1500ms;
}

.main-slider .image-box .image-5{
  right: 0px;
  top: -150px;
  opacity:0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.main-slider .active .image-5{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1500ms;
}

.main-slider .owl-nav{
  position:absolute;
  top:50%;
  width:100%;
  transform: translateY(-50%);
}

.main-slider .owl-nav .owl-prev{
  position:absolute;
  left:70px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  background: #e5ddbc;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}
.bg-color-5{
  background: #d1f7f9;
}
.main-slider .owl-nav .owl-next{
  position:absolute;
  right:70px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  background: #e5ddbc;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}
.main-slider .owl-nav .owl-prev:before,
.main-slider .owl-nav .owl-next:before{
  position: absolute;
  content: '';
  width: 78px;
  height: 78px;
  border: 2px dashed #e5ddbc;
  left: -9px;
  top: -9px;
  border-radius: 50%;
  transition: all 500ms ease;
}



.main-slider .anim-icon .icon-1{
  left: 175px;
  top: 60px;
  width: 77px;
  height: 57px;
  z-index: 2;
}

.main-slider .anim-icon .icon-2{
  left: 70px;
  bottom: 100px;
  width: 72px;
  height: 66px;
  z-index: 2;
}

.main-slider .anim-icon .icon-3{
  left: 40%;
  top: 130px;
  width: 94px;
  height: 100px;
  z-index: 2;
}

.main-slider .anim-icon .icon-4{
  left: 55%;
  top: 35px;
  width: 41px;
  height: 49px;
  z-index: 2;
}

.main-slider .anim-icon .icon-5{
  right: 70px;
  top: 170px;
  width: 99px;
  height: 67px;
  z-index: 2;
}

.main-slider .anim-icon .icon-6{
  right: 240px;
  bottom: 100px;
  width: 97px;
  height: 97px;
  z-index: 2;
}





.main-slider.style-two{
  position: relative;
}

.main-slider.style-two .slide:before{
  position: absolute;
  content: '';
  background: #f8f1e1;
  width: 33.333%;
  height: 100%;
  top: 0px;
  right: 0px;
}

.main-slider.style-two .shape-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: 2;
}

.main-slider.style-two .slide{
  padding: 335px 0px 160px 0px;
}

.main-slider.style-two .content-box h1{
  text-shadow: 5px 6px 0px #c5dce8;
}

.main-slider.style-two .anim-icon .icon-1{
  top: 200px;
}

.main-slider.style-two .anim-icon .icon-3{
  top: 250px;
  left: 45%;
}

.main-slider.style-two .anim-icon .icon-4{
  left: 80%;
  top: 200px;
}

.main-slider.style-two .image-box .image-1{
  top: -100px;
  left: -100px;
}

.main-slider.style-two .image-box .image-2{
  right: -150px;
  top: -80px;
}

.main-slider.style-two .image-box .image-3{
  left: 100px;
  top: -100px;
}

.main-slider.style-two .image-box .image-4{
  right: 0px;
  top: -80px;
}

.main-slider.style-two .owl-nav .owl-prev{
  left: inherit;
  right: 70px;
  top: 85px;
}





.slider-style-four{
  position: relative;
  padding: 70px 0px;
}

.slider-style-four .anim-icon .icon-1{
  left: 200px;
  top: 70px;
  width: 51px;
  height: 61px;
}

.slider-style-four .anim-icon .icon-2{
  left: 60px;
  top: 280px;
  width: 90px;
  height: 67px;
}

.slider-style-four .anim-icon .icon-3{
  left: 120px;
  bottom: 70px;
  width: 96px;
  height: 90px;
}

.slider-style-four .anim-icon .icon-4{
  right: 120px;
  top: 30px;
  width: 109px;
  height: 116px;
}

.slider-style-four .anim-icon .icon-5{
  right: 30px;
  bottom: 170px;
  width: 88px;
  height: 88px;
}

.slider-style-four .anim-icon .icon-6{
  right: 310px;
  top: 250px;
  width: 104px;
  height: 70px;
}

.slider-style-four .content-box{
  position: relative;
  width: 100%;
  padding: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
}

.slider-style-four .content-box .inner{
  position: relative;
  float: right;
  max-width: 350px;
  width: 100%;
  padding: 74px 55px 72px 50px;
  background: rgba(37,59,112,0.90);
  border-radius: 10px;
  opacity:0;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}

.slider-style-four .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: 1200ms;
}

.slider-style-four .content-box .inner h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 20px;
  font-weight: 900;
  margin-bottom: 19px;
  padding-left: 20px;
  text-transform: uppercase;
}

.slider-style-four .content-box .inner h3:before{
  position: absolute;
  content: '';
  width: 4px;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 5px;
}

.slider-style-four .content-box .inner h2{
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 15px;
}

.slider-style-four .content-box .inner p{
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 34px;
}

.slider-style-four .owl-nav .owl-prev{
  position:absolute;
  left: 40px;
  top: 57%;
  transform: translateY(-50%);
  display: inline-block;
  color: var(--text-color-one);
  background: #fff;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.slider-style-four .owl-nav .owl-next{
  position:absolute;
  left: 40px;
  top: 43%;
  transform: translateY(-50%);
  display: inline-block;
  color: var(--text-color-one);
  background: #fff;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}

.slider-style-four .owl-nav .owl-prev:hover,
.slider-style-four .owl-nav .owl-next:hover{
  color: #fff;
}

.slider-style-four .owl-nav .owl-prev:before,
.slider-style-four .owl-nav .owl-next:before{
  position: absolute;
  content: '';
  width: 78px;
  height: 78px;
  border: 2px dashed #fff;
  left: -9px;
  top: -9px;
  border-radius: 50%;
  transition: all 500ms ease;
}
.sideber-page-container{
    position: relative;
    padding: 110px 0px;
  }
  
  .sideber-page-container .title-text{
    margin-bottom: 40px;
  }
  
  .sideber-page-container .sideber{
    position: relative;
    margin-left: 40px;
  }
  
  .sideber .sideber-search .search-form .form-group{
    position: relative;
    margin: 0px;
  }
  
  .sideber .sideber-search .search-form .form-group input[type='search']{
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 50px 10px 30px;
    color: #253b70;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 10px 30px 2px rgba(227, 230, 236, 0.6);
    transition: all 500ms ease;
  }
  
  .sideber .sideber-search .search-form .form-group input::-webkit-input-placeholder{
    color:#253b70;
  }
  
  .sideber .sideber-search .search-form .form-group button{
    position: absolute !important;
    top: 23px;
    right: 20px;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #253b70 !important;
    background: transparent;
    transition: all 500ms ease;
  }
  
  
  
  
  
  .nothing-found-search .sideber-search .search-form .form-group{
    position: relative;
    margin: 0px;
  }
  
  .nothing-found-search .sideber-search .search-form .form-group input[type='search']{
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 50px 10px 30px;
    color: #253b70;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 10px 30px 2px rgba(227, 230, 236, 0.6);
    transition: all 500ms ease;
  }
  
  .nothing-found-search .sideber-search .search-form .form-group input::-webkit-input-placeholder{
    color:#253b70;
  }
  
  .nothing-found-search .sideber-search .search-form .form-group button{
    position: absolute !important;
    top: 23px;
    right: 20px;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #253b70 !important;
    background: transparent;
    transition: all 500ms ease;
  }
  
  
  .sideber .widget-title{
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  
  .sideber .widget-title h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 900;
    margin: 0px;
  }
  
  .shop-sideber .post-widget{
    position: relative;
    margin-bottom: 56px;
  }
  
  .shop-sideber .post-widget .post{
    position: relative;
    padding-left: 140px;
    margin-bottom: 30px;
    min-height: 120px;
  }
  
  .shop-sideber .post-widget .post:last-child{
    margin-bottom: 0px;
  }
  
  .shop-sideber .post-widget .post .image-box{
    position: absolute;
    left: 0px;
    top: 6px;
    width: 120px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .shop-sideber .post-widget .post .image-box:before{
    position: absolute;
    content: '';
    background: rgb(37 59 112 / 50%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .shop-sideber .post-widget .post:hover .image-box:before{
    opacity: 1;
  }
  
  .shop-sideber .post-widget .post .image-box img{
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease;
  }
  
  .shop-sideber .post-widget .post .rating{
    position: relative;
    margin-bottom: 4px;
  }
  
  .shop-sideber .post-widget .post .rating li{
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
  }
  
  .shop-sideber .post-widget .post h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 4px;
  }
  
  .shop-sideber .post-widget .post h5 a{
    display: inline-block;
    color: #253b70;
  }
  
  
  .shop-sideber .post-widget .post .price{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-weight: 700;
    margin: 0px;
  }
  
  .shop-sideber .post-widget .widget-title{
    margin-bottom: 17px;
  }
  
  .sideber .advice-box{
    position: relative;
    width: 100%;
    background-color: #253b70;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 30px 200px 30px;
    border-radius: 10px;
    overflow: hidden;
    max-width: 330px;
  }
  
  .sideber .advice-box .text{
    position: relative;
    max-width: 100px;
    width: 100%;
  }
  
  .sideber .advice-box .text h2{
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: 900;
    margin: 0px;
  }
  
  .sideber-page-container.home-page-3{
    padding-bottom: 50px;
  }
/** subscribe-section **/

.subscribe-section{
    position: relative;
    padding: 100px 0px 120px 0px;
    background: #d4f1f9;
  }
  
  .subscribe-section .pattern-1{
    position: absolute;
    left: 0px;
    top: -49px;
    right: 0px;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .subscribe-section .pattern-2{
    position: absolute;
    left: 0px;
    top: -49px;
    right: 0px;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .subscribe-section .pattern-3{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 615px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .subscribe-section .pattern-4{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 625px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .subscribe-section .inner-box{
    position: relative;
    display: block;
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
  }
  
  .subscribe-section .inner-box h4{
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 14px;
  }
  
  .subscribe-section .inner-box h2{
    position: relative;
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
    margin-bottom: 46px;
  }
  
  .subscribe-section .inner-box h2 span{
    
  }
  
  .subscribe-section .inner-box .subscribe-form .form-group{
    position: relative;
    margin: 0px;
  }
  
  .subscribe-section .inner-box .subscribe-form .form-group input[type='email']{
    position: relative;
    display: block;
    width: 100%;
    height: 66px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #8f929a;
    padding: 10px 30px;
    margin-bottom: 52px;
    transition: all 500ms ease;
  }
  
  .subscribe-section .inner-box .subscribe-form .form-group input:focus{
  
  }
  
  .subscribe-section .inner-box .subscribe-form .form-group input::-webkit-input-placeholder{
    color:#8f929a;
  }
  

  
/** subscribe-style-two **/

.subscribe-style-two{
  position: relative;
  padding: 90px 0px;
  background: #43b3d9;
}

.subscribe-style-two .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 790px;
  height: 100%;
  background-repeat: no-repeat;
}

.subscribe-style-two .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 290px;
  height: 100%;
  background-repeat: no-repeat;
}

.subscribe-style-two .text{
  position: relative;
  max-width: 240px;
  width: 100%;
}

.subscribe-style-two .text h3{
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: 900;
  margin: 0px;
  text-shadow: 5px 6px 0px #51aed2;
}

.subscribe-style-two .subscribe-form .form-group{
  position: relative;
  width: 100%;
  margin: 0px;
}

.subscribe-style-two .subscribe-form .form-group input[type='email'] {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
  height: 70px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 50px 10px 30px;
  color: #253b70;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  transition: all 500ms ease;
}

.subscribe-style-two .subscribe-form .form-group input::-webkit-input-placeholder{
  color:#253b70;
}

.subscribe-style-two .subscribe-form .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
}

.subscribe-style-two .subscribe-form{
  position: relative;
  margin-left: 30px;
}


/** 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%;
}
/** collection-section **/

.collection-section{
    position: relative;
    padding-top: 110px;
  }
  
  .collection-section .inner-container{
    position: relative;
    margin: 0px -5px;
  }
  
  .collection-section .inner-container .collection-block{
    padding: 0px 20px;
  }
  
  .collection-block-one .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 40px;
  }
  
  .collection-block-one .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
  }
  
  .collection-block-one .inner-box .image-box:after{
    position: absolute;
    content: '';
    background: rgb(37 59 112 / 80%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }
  
  .collection-block-one .inner-box:hover .image-box:after{
    opacity: 1;
  }
  
  .collection-block-one .inner-box .image-box img{
    width: 100%;
    border-radius: 10px;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  
  .collection-block-one .inner-box .image-box::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;
  }
  
  .collection-block-one .inner-box:hover .image-box::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
  }
  
  @-webkit-keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
  }
  @keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
  }
  
  .collection-block-one .inner-box .text{
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px;
    text-align: center;
    z-index: 1;
  }
  
  .collection-block-one .inner-box .text h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
  }
  
  .collection-block-one .inner-box .text h4 a{
    display: inline-block;
    color: #253b70;
    z-index: 1;
  }
  
  .collection-block-one .inner-box .text h4 a:hover{
    text-decoration: underline;
  }
  
/** collection-style-two **/

.collection-style-two{
  position: relative;
  padding: 80px 0px 40px 0px;
}

.collection-style-two .single-item .inner-box{
  position: relative;
  width: 100%;
  padding: 73px 30px 116px 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
}

.collection-style-two .single-item .inner-box h3{
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 5px;
}

.collection-style-two .single-item .inner-box p{
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0px;
}