
/** 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;
}
/** faq-section **/

.faq-section{
  position: relative;
}

.content_block_8 .content-box{
  position: relative;
  display: block;
  max-width: 450px;
}

.content_block_8 .content-box .sec-title{
  margin-bottom: 43px;
}

.faq-section .image_block_5 .image-box{
  margin-left: 50px;
}

.image_block_5 .image-box{
  position: relative;
  display: block;
  padding-left: 229px;
  padding-bottom: 190px;
}

.image_block_5 .image-box .image{
  display: block;
  border-radius: 50px;
  box-shadow: 0 20px 50px #dfe3e3;
}

.image_block_5 .image-box .image img{
  width: 100%;
  border-radius: 50px;
}

.image_block_5 .image-box .image-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.image_block_5 .image-box .image-1{
  position: relative;
  background: #fff;
  padding: 10px;
  z-index: 1;
}

.image_block_5 .image-box .shape .shape-1{
  position: absolute;
  top: -45px;
  left: 110px;
  width: 173px;
  height: 173px;
  background-repeat: no-repeat;
}

.image_block_5 .image-box .shape .shape-2{
  position: absolute;
  bottom: 130px;
  right: 40px;
  width: 173px;
  height: 173px;
  background-repeat: no-repeat;
}
/** question-section **/

.question-section{
  position: relative;
}

.question-section .form-inner{
  position: relative;
  display: block;
  background: #fff;
  padding: 70px 50px;
  border-radius: 20px;
  box-shadow: 0 10px 40px #d0e4e4;
}

.question-form .form-group{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.question-section .question-form .form-group:last-child{
  margin-bottom: 0px;
}

.question-form .form-group input[type='text'],
.question-form .form-group input[type='email'],
.question-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #dfe6e6;
  border-radius: 30px;
  font-size: 16px;
  color: #142441;
  padding: 10px 30px;
  transition: all 500ms ease;
}

.question-form .form-group textarea{
  resize: none;
  height: 130px;
}

.question-form .form-group input:focus,
.question-form .form-group textarea:focus{

}

.question-form .form-group input::-webkit-input-placeholder{
  color:#142441;
}

.question-form .form-group textarea::-webkit-input-placeholder{
  color:#142441;
}

.question-form .form-group .theme-btn-one{
  margin-top: 10px;
  padding: 13px 40px 14px 40px;
}

.question-section .pattern-layer .pattern-1{
  position: absolute;
  left: 300px;
  top: 230px;
  width: 123px;
  height: 123px;
  background-repeat: no-repeat;
}

.question-section .pattern-layer .pattern-3{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 588px;
  height: 620px;
  background-repeat: no-repeat;
}

.question-section .pattern-layer .pattern-4{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 588px;
  height: 456px;
  background-repeat: no-repeat;
}

.question-section .pattern-layer .pattern-5{
  position: absolute;
  right: 260px;
  bottom: 200px;
  background: #fff;
  width: 195px;
  height: 195px;
  border-radius: 50%;
}