
/** cta-section **/

.cta-section{
  position: relative;
  padding: 80px 0px;
}

.cta-section .inner-box .theme-btn-one{
  color: #22272b !important;
}

.cta-section .inner-box .theme-btn-one:hover{
  color: #fff !important;
}

.cta-section .inner-box .text h2{
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
}

.cta-section .inner-box .btn-box{
  display: flex;
}

/** cta-style-two **/

.cta-style-two{
  position: relative;
}

.cta-style-two .inner-container{
  position: relative;
  padding: 80px 80px;
  margin-bottom: -110px;
  z-index: 1;
}

.cta-style-two .inner-container .text{
  position: relative;
  padding-left: 80px;
  min-height: 68px;
}

.cta-style-two .inner-container .text i{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 60px;
  line-height: 60px;
}

.cta-style-two .inner-container .text h3{
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
}

.cta-style-two .inner-container .subscribe-form .form-group{
  position: relative;
  margin: 0px;
}

.cta-style-two .inner-container .subscribe-form .form-group input[type='email']{
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  height: 70px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  font-weight: 500;
  color: #717577;
  transition: all 500ms ease;
}
.cta-style-two .inner-container .subscribe-form .form-group .theme-btn-one{
  position: absolute;
  top: 0px;
  right: 0px;
  color: #22272b !important;
  transition: all 500ms ease;
}

.cta-style-two .inner-container .subscribe-form .form-group .theme-btn-one:hover{
  color: #fff !important;
}
/** weare-section **/

.weare-section{
  position: relative;
  padding-bottom: 120px;
}

.weare-section .single-item .inner-box{
  position: relative;
  display: block;
  border: 1px solid #ecebe3;
  padding: 24px 30px 23px 158px;
  background: #fff;
  min-height: 148px;
  transition: all 500ms ease;
}

.weare-section .single-item .inner-box:hover{
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.weare-section .single-item .inner-box .image-box{
  position: absolute;
  left: 20px;
  top: 0px;
  width: 108px;
  height: 128px;
  background: #22272b;
}

.weare-section .single-item .inner-box .image-box:before{
  position: absolute;
  content: '';
  background: #22272b;
  width: 100%;
  height: 10px;
  left: 0px;
  top: -10px;
}

.weare-section .single-item .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.weare-section .single-item .inner-box:hover .image-box img{
  opacity: 0.5;
}

.weare-section .single-item .inner-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 13px;
}

.weare-section .inner-content{
  position: relative;
  margin: 0px 7.5px;
}

.weare-section .single-column{
  padding: 0px 7.5px;
}

.weare-section .sec-title{
  margin-bottom: 57px;
}