.partners .owl-item {
  display: flex;
  justify-content: center;
  padding: 90px 0px 30px;
  transition: 0.5s all ease; }
  @media only screen and (max-width: 1024px) {
    .partners .owl-item {
      padding: 90px 10px 30px; } }
.partners .owl-item.active0 .item, .partners .owl-item.active2 .item, .partners .owl-item.active4 .item {
  width: 162px;
  height: 162px;
  transform: translateY(-68px); }
  @media only screen and (max-width: 500px) {
    .partners .owl-item.active0 .item, .partners .owl-item.active2 .item, .partners .owl-item.active4 .item {
      width: 120px;
      height: 120px; } }
  @media only screen and (max-width: 391px) {
    .partners .owl-item.active0 .item, .partners .owl-item.active2 .item, .partners .owl-item.active4 .item {
      width: 100px;
      height: 100px; } }
@media only screen and (max-width: 500px) {
  .partners .owl-item.active1 {
    padding-left: 0px;
    padding-right: 0px; } }

.partners .item {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  width: 183px;
  height: 183px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0px 0px 25px #a6a4a447;
  transition: 0.7s all ease;
  padding: 0px 15px; }
  @media only screen and (max-width: 500px) {
    .partners .item {
      width: 135px;
      height: 135px; } }
  @media only screen and (max-width: 391px) {
    .partners .item {
      width: 125px;
      height: 125px; } }
  .partners .item a {
    display: block; }

.partners .active::last-child .item {
  border-right: 0px; }

.partners .owl-carousel .item img {
  max-width: 100%;
  box-sizing: border-box;
  transition: 0.5s all ease; }

.partners .owl-carousel .owl-nav div {
  display: inline-block;
  zoom: 1;
  position: absolute;
  margin: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  font-size: 3.5em;
  color: #cccccc;
  font-family: -webkit-body;
  top: 50%;
  transform: translate(0%, -50%);
  box-sizing: border-box;
  opacity: 0; }
  .partners .owl-carousel .owl-nav div:hover {
    color: var(--main-color); }

.partners:hover .owl-carousel .owl-nav div {
  opacity: 1; }

.partners .owl-next {
  right: -45px; }
  @media all and (max-width: 1240px) {
    .partners .owl-next {
      right: 0px; } }

.partners .owl-prev {
  left: -45px; }
  @media all and (max-width: 1240px) {
    .partners .owl-prev {
      left: 0px; } }

.partners .item:hover img {
  filter: unset;
  opacity: 1 !important; }

/*end partner */

/*# sourceMappingURL=default.css.map */
