
/** cta-section **/

.cta-section{
  position: relative;
}

.cta-section .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #06194b;
  border-radius: 20px;
  padding: 146px 100px 100px 100px;
  clip-path: polygon(0% 0%, 100% 15%, 100% 100%, 0% 100%, 0% 0%);
  z-index: 1;
  margin-bottom: -150px;
}

.cta-section .inner-box .text h2{
  font-size: 42px;
  line-height: 48px;
  color: #fff;
  font-weight: 700;
}

.cta-section .inner-box .btn-box{
  position: relative;
  margin-top: 15px;
}

.cta-section .inner-box .btn-box .theme-btn-one{
  padding: 19px 56px 20px 56px;
}

.cta-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 445px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-section .pattern-layer .pattern-2{
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 556px;
  background-size: cover;
  background-repeat: no-repeat;
}

/** cta-style-two **/

.cta-style-two{
  position: relative;
  padding: 95px 0px 100px 0px;
}

.cta-style-two .text h2{
  display: block;
  font-size: 42px;
  line-height: 48px;
  color: #fff;
  font-weight: 700;
}

.cta-style-two .btn-box{
  position: relative;
  margin-top: 21px;
}

.cta-style-two .btn-box .banner-btn-two{
  padding: 19px 51px 20px 51px;
  border-radius: 35px;
}

.cta-style-two .pattern-layer .pattern-1{
  position: absolute;
  left: 125px;
  bottom: 0px;
  height: 100%;
  width: 616px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-style-two .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 200px;
  width: 532px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
/** feature-section **/

.feature-section{
  position: relative;
}

.feature-section:before{
  position: absolute;
  content: '';
  background: #e9f8f8;
  width: 100%;
  height: 490px;
  left: 0px;
  top: 0px;
}

.feature-section .inner-content{
  position: relative;
  margin: 0px 15px;
}

.feature-section .inner-content .feature-block{
  padding: 0px 0px;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 25px 10px #f3f6f6;
  padding: 50px 30px 59px 50px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover{
  margin-bottom: -60px;
  padding-bottom: 119px;
}

.feature-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #edf6f6;
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 25px;
  z-index: 1;
  transition: all 500ms ease;
}

.feature-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box:before{
  transform: scale(1,1);
}

.feature-block-one .inner-box:hover .icon-box{
  color: #fff;
}

.feature-block-one .inner-box h4{
  margin-bottom: 18px;
}

.feature-block-one .inner-box .btn-box{
  position: absolute;
  display: flex;
  left: 50px;
  bottom: 50px;
  opacity: 0;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .btn-box{
  opacity: 1;
}

.feature-block-one .inner-box .btn-box .theme-btn-one{
  padding: 6.5px 33px 8.5px 33px;
}

.feature-section .pattern .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 627px;
  height: 490px;
  background-repeat: no-repeat;
}

.feature-section .pattern .pattern-2{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 735px;
  height: 490px;
  background-repeat: no-repeat;
}


.feature-section.alternat-2:before{
  display: none;
}

.feature-section.alternat-2 .inner-content{
  margin-top: -100px;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 25px 10px #f3f6f6;
}

.feature-section.alternat-2 .feature-block-one .inner-box{
  box-shadow: none;
  border-radius: 0px;
  padding: 50px 40px 59px 40px !important;
  margin: 0px !important;
}

.feature-section.alternat-2 .feature-block:nth-child(2) .feature-block-one .inner-box{
  box-shadow: 0 0px 10px 5px #f3f6f6;
  z-index: 2;
}