

/** clients-section **/

.clients-section_5af3fd60ea6162e8{
  position: relative;
  background: #141414;
  padding: 75px 0px;
}

.clients-list_df04466e8bf4d6f7{
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  animation: 135s marqueslide infinite linear;
}

.clients-list_df04466e8bf4d6f7:hover {
  animation-play-state: paused;
}

.clients-list_df04466e8bf4d6f7 li{
  position: relative;
  display: inline-block;
  margin-right: 190px;
}

.clients-list_df04466e8bf4d6f7 li:last-child{
  margin: 0px !important;
}

.clients-list_df04466e8bf4d6f7 li:before{
  position: absolute;
  content: '';
  background-image: url(../../captures/shape_5a857c356d/shape-16.6e0eb5f915.png);
  width: 20px;
  height: 21px;
  top: 50%;
  margin-top: -10px;
  right: -100px;
}

.clients-list_df04466e8bf4d6f7 li:last-child:before{
  display: none;
}

/** clients-style-two **/

.clients-style-two_8ead8fc42c3dd05b{
  position: relative;
  padding: 0px 50px;
}

.clients-style-two_8ead8fc42c3dd05b .outer-container_893de01679c9ff27{
  position: relative;
  padding-bottom: 85px;
  overflow: hidden;
}

/** clients-style-three **/

.clients-style-three_8d4bf6b157ddaf23{
  position: relative;
  padding-top: 97px;
  padding-bottom: 10px;
}

.clients-style-three_8d4bf6b157ddaf23:before{
  position: absolute;
  content: '';
  background-image: url(../../captures/shape_5a857c356d/shape-50.3d138a6293.png);
  width: 100%;
  height: 8px;
  left: 0px;
  top: 0px;
  background-repeat: repeat-x;
}

.clients-style-three_8d4bf6b157ddaf23:after{
  position: absolute;
  content: '';
  background-image: url(../../captures/shape_5a857c356d/shape-50.3d138a6293.png);
  width: 100%;
  height: 8px;
  left: 0px;
  bottom: 0px;
  background-repeat: repeat-x;
}

.clients-style-three_8d4bf6b157ddaf23 .outer-container_893de01679c9ff27{
  position: relative;
  max-width: 1580px;
  padding: 0px 15px;
  margin: 0 auto;
}

.clients-style-three_8d4bf6b157ddaf23 .clients-logo_ade18ae02b8aa10c{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clients-style-three_8d4bf6b157ddaf23 .clients-logo_ade18ae02b8aa10c li{
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}

.clients-style-three_8d4bf6b157ddaf23 .clients-logo_ade18ae02b8aa10c li img{
  transition: all 500ms ease;
}

.clients-style-three_8d4bf6b157ddaf23 .clients-logo_ade18ae02b8aa10c li img:hover{
  transform: scale(1.03);
}

.clients-style-three_8d4bf6b157ddaf23 .light-logo_12cc3f4c5e029f6c{
  display: none;
}

.clients-style-three_8d4bf6b157ddaf23 .title-text_42c88cc6197a9e85{
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  font-size: 24px;
  line-height: 40px;
  color: var(--title-color);
  font-weight: 500;
  background: #fff;
  padding: 0px 40px;
}

.clients-list_df04466e8bf4d6f7.light-block_781bed6ada04b43d{
  display: none;
}

/** clients-style-four **/

.clients-style-four_c8531ca8e6df63af{
  position: relative;
  padding: 0px 30px;
}

.clients-style-four_c8531ca8e6df63af .outer-container_893de01679c9ff27{
  position: relative;
  padding: 73px 0px;
}

.clients-style-four_c8531ca8e6df63af .clients-list_df04466e8bf4d6f7 li:before{
  display: none;
}

/** clients-style-five **/

.clients-style-five_0b3b3b770e56742d{
  position: relative;
  padding: 0px 100px;
}

.clients-style-five_0b3b3b770e56742d .outer-container_893de01679c9ff27{
  position: relative;
  border-top: solid;
  border-bottom: solid;
  border-width: 1px;
  border-color: #E0E0E0;
  padding: 52px 0px;
}

.clients-style-five_0b3b3b770e56742d .owl-carousel_3cdb54c33ab091cf .owl-stage_09c70eb7959251fe{
  display: flex;
  align-items: center;
}

.clients-style-five_0b3b3b770e56742d .sub-title_a5fd2e594a401bf4{
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  top: -19px;
  background: #fff;
  padding: 0px 30px;
  font-size: 17px;
  line-height: 37px;
  color: var(--title-color);
  font-weight: 500;
  text-transform: uppercase;
}

.clients-style-five_0b3b3b770e56742d .clients-logo_ade18ae02b8aa10c{
  position: relative;
  display: block;
}

.clients-style-five_0b3b3b770e56742d .clients-logo_ade18ae02b8aa10c img{
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  opacity: 0.3;
  transition: all 500ms ease;
}

.clients-style-five_0b3b3b770e56742d .clients-logo_ade18ae02b8aa10c img:hover{
  opacity: 1;
}

.clients-style-five_0b3b3b770e56742d .light-content_aeae4c16ba7458be{
  display: none;
}

.clients-style-four_c8531ca8e6df63af.border_bottom_25b8fe641d286a44{
  border-color: var(--secondary-color);
}
























