
/** clients-section **/

.clients-section{
  position: relative;
  padding: 258px 0px 134px 0px;
}

.clients-section .logo-list{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clients-section .logo-list img{
  position: relative;
  display: block;
  transition: all 500ms ease;
}

.clients-section .logo-list img:hover{
  transform: scale(1.02);
}

.clients-section .logo-list{
  margin-bottom: 50px;
}

.clients-section .shape .shape-1{
  position: absolute;
  left: 37px;
  top: 141px;
  width: 66px;
  height: 68px;
  opacity: 0.1;
  background-repeat: no-repeat;
}

.clients-section .shape .shape-2{
  position: absolute;
  right: 37px;
  bottom: 178px;
  width: 86px;
  height: 81px;
  background-repeat: no-repeat;
}

.clients-section.home-2{
  padding: 200px 0px 170px 0px;
}


/** clients-style-two **/

.clients-style-two{
  position: relative;
  background: var(--theme-color);
}

.clients-style-two .logo-list{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clients-style-two .logo-list img{
  position: relative;
  display: block;
  transition: all 500ms ease;
}

.clients-style-two .logo-list img:hover{
  transform: scale(1.02);
}

.clients-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.clients-section.home-3{
  padding: 100px 0px 130px 0px;
}

.clients-section.about-page{
  padding: 0px 0px 100px 0px;
}











































