/** 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;
}