/** cta-section **/
.cta-section{
  position: relative;
  padding: 50px 0px;
  background-color: #20445a;
}
.cta-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}
.cta-section .inner-box .text h2{
  display: block;
  font-size: 32px;
  line-height: 39px;
  color: #fff;
  font-weight: 600;
}
.cta-section .inner-box .btn-box a.call{
  position: relative;
  display: inline-block;
  padding: 20px 20px 18px 68px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-right: 15px;
}
.cta-section .inner-box .btn-box a.call i{
  position: absolute;
  left: 9px;
  top: -6px;
  font-size: 80px;
  color: #fff;
}
.cta-section .inner-box .btn-box a{
  position: relative;
  float: left;
}
.cta-section .inner-box .btn-box a.theme-btn-one{
  padding: 22px 37px;
}
.cta-section .inner-box .btn-box a.theme-btn-one:before,
.cta-section .inner-box .btn-box a.theme-btn-one:after{
  background: #fff;
}
/** cta-style-two **/
.cta-style-two{
  position: relative;
  overflow: hidden;
}
.cta-style-two .cta-text h3 a{
  border-bottom: 1px dashed #fff;
}
.cta-style-two .cta-text h3 a span{
  color: #fff;
}
.cta-style-two .cta-text{
  position: relative;
  display: block;
  padding: 45px 0px 55px 0px;
}
.cta-style-two .cta-text .icon{
  position: absolute;
  left: 0px;
  top: -20px;
}/** clients-section **/
.clients-section{
  position: relative;
  padding-bottom: 110px;
}
.clients-section .four-item-carousel{
  position: relative;
  padding-bottom: 35px;
  border-bottom: 1px solid #dddddd;
}
.clients-section .clients-logo{
  position: relative;
  display: block;
}
.clients-section .clients-logo img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.clients-section .clients-logo img:hover{
  transform: scale(1.05);
}
.clients-section .other-text{
  position: relative;
  display: block;
  padding: 104px 0px 45px 0px;
}
.clients-section .other-text h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
.clients-section .other-text h3:before,
.clients-section .other-text h3:after{
  position: absolute;
  content: '';
  background: #dddddd;
  width: 230px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.clients-section .other-text h3:before{
  left: 0px;
}
.clients-section .other-text h3:after{
  right: 0px;
}