.clients-list .owl-carousel .owl-item img {
	height: 100px;
	width: 100%;
}

 ul.white-li li:after {
      color: #ffffff;
   }

  .theme-bg{
  	background-color: #3B488A;
  }

  .header.transparent{
  	background: rgba(255, 255, 255, 0.4);
  }

  .mega-menu.desktopTopFixed .menu-list-items{
  	  	background: #ffffff;
  }

  .mega-menu .menu-links li a {
  	color:#7CC250;
  }

  .mega-menu .menu-gem{
    width: 150px;
    margin: 0 auto;
  }
  .mega-menu.desktopTopFixed .menu-gem img{
    margin-top: -25px;
  }
  .mega-menu.desktopTopFixed .menu-gem{
    width: 140px;
  }

  .clients-list .owl-carousel .owl-item img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

  }
  .clients-list .owl-carousel .owl-item .item {
    height: 200px; /* Can be anything */
    width: 200px; /* Can be anything */
    position: relative;


  }