.event-carousel .owl-prev {
  position: absolute;
  left: -40px;
  top: 50%;
  outline: none;

}

.event-carousel .owl-next {
  position: absolute;
  top: 50%;
  right: -40px;
  outline: none;

}

.event-carousel .owl-prev i,
.event-carousel .owl-next i {
  font-size: 3em;
  color: #1bb1dc;
  background: #00000024;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  line-height: 35px;
}

#portfolio.event-section {
  padding: 4em 0;
}
.mt-50
{
margin-top:3.333em;
}
@media screen and (max-width:767px) {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
  }

  #portfolio.event-section {
    padding: 40px 20px !important;
  }

  #services,
  #pricing,
  #team {
    padding: 40px 0 !important;
  }

  #why-us .section-header {
    margin-top: 65px;
  }

  .event-carousel .owl-prev {
    left: -19px;
  }

  .event-carousel .owl-next {
    right: -19px;
  }

  .event-carousel .owl-prev i,
  .event-carousel .owl-next i {
    font-size: 1.333em !important;
    height: 35px;
    width: 35px;
    line-height: 35px;
  }

}


