
/** 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;
}
/** service-section **/

.service-section{
  position: relative;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
}

.service-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  background: #22272b;
}

.service-block-one .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box .image img{
  opacity: 0.7;
  transform: scale(1.1);
}

.service-block-one .inner-box .image-box .icon-box svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 86px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  font-size: 55px;
  transition: all 500ms ease;
}

.service-block-one .inner-box .image-box .icon-box{
  position: absolute;
  left: -10px;
  bottom: 20px;
  width: 86px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  font-size: 55px;
  transition: all 500ms ease;
}

.service-section .owl-stage-outer{
  overflow: visible;
}

.service-section .owl-item {
  opacity: 0;
  transition: 500ms;
}

.service-section .owl-item.active {
  opacity: 1;
}

.service-block-one .inner-box .image-box .icon-box:before{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 0px;
  bottom: -10px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
  transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 22px 30px 19px 30px;
  border: 1px solid #ecebe3;
  border-top: none;
}

.service-block-one .inner-box .lower-content h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 12px;
}

.service-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #22272b;
}

.service-block-one .inner-box .lower-content p{
  margin-bottom: 10px;
}

.service-block-one .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #22272b;
}

.service-block-one .inner-box .lower-content .link a i{
  margin-right: 4px;
}

.service-section .owl-nav .owl-prev,
.service-section .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  background: #f8f7f3;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  font-weight: 600;
  color: #22272b;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-section .owl-nav{
  position: absolute;
  top: -133px;
  right: 0px;
}

.service-section .owl-nav .owl-prev{
  margin-right: 10px;
}

.service-section .owl-nav .owl-prev:hover,
.service-section .owl-nav .owl-next:hover{
  color: #fff;
}

.service-section .sec-title{
  margin-bottom: 58px;
}

/** service-style-two **/

.service-style-two{
  position: relative;
}

.service-style-two:before{
  position: absolute;
  content: '';
  background: #22272b;
  width: 100%;
  height: 521px;
  left: 0px;
  top: 0px;
}

.service-style-two .owl-nav .owl-prev,
.service-style-two .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  background: #1f2327;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-style-two .owl-nav{
  position: absolute;
  top: -133px;
  right: 0px;
}

.service-style-two .owl-nav .owl-prev{
  margin-right: 10px;
}

.service-style-two .owl-stage-outer{
  overflow: visible;
}

.service-style-two .owl-item {
  opacity: 0;
  transition: 500ms;
}

.service-style-two .owl-item.active {
  opacity: 1;
}

.service-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 521px;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-style-two .sec-title{
  margin-bottom: 57px;
}