.owl-carousel{
  z-index: 0 !important;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}

.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  /* background-color: #000; */
  background-color: #4E54C8 !important;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

/* span {
  font-size: 70px;
  position: relative;
  top: -5px;
} */

.owl-nav button:focus {
  outline: none;
}

/* smaller, dark, rounded square */
.flickity-button {
  background: #2c2d79;
}
.flickity-button:hover {
  background: #2c2d79;
}

.flickity-prev-next-button {
  width: 30px;
  height: 50px;
  border-radius: 5px;
}
/* icon color */
.flickity-button-icon {
  fill: white;
}
/* position outside */
.flickity-prev-next-button.previous {
  left: -40px;
}
.flickity-prev-next-button.next {
  right: -40px;
}


/* .carousel-cell{
  border: 1px solid #ccc;
} */

.carousel-cell:hover {
  /* box-shadow: 0 20px 60px 0 rgba(0,0,0,.4); */
  /* box-shadow: 0 10px 10px 0 rgba(0, 0, 0,.26); */
  transform: translateY(-15px);
  /* width: 150px; */
  transition: all .5s ease;
}

.organization-img {
  /* width: 100%; */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 0px;
  margin-top: 24px;
  padding: 15px;
  position: relative;
  background-color: #ffffff;
  /* border: 2px solid #efdef0; */
margin-bottom: 30px;
}
.organization-img::before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 50px rgba(166, 209, 237, 0.2);
  box-shadow: 0 10px 50px rgba(166, 209, 237, 0.2);
  z-index: -2;
}
.organization-img::after {
  content: " ";
  /* width: 81%;
  height: 95%; */
  z-index: -3;
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 22px;
  border-radius: 12px;
  background-image: -webkit-linear-gradient(350deg, #941894, #e986e9);
  background-image: -o-linear-gradient(350deg, #941894, #e986e9);
  background-image: linear-gradient(45deg, #941894, #e986e9);
  background-repeat: repeat-x;
  outline: 1px solid transparent;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.organization-img:hover {
  text-decoration: none;
}
.organization-img:hover::after {
  -webkit-transform: rotate(2deg) translateX(-5px) translateY(16px);
  -ms-transform: rotate(2deg) translateX(-5px) translateY(16px);
  transform: rotate(2deg) translateX(-5px) translateY(16px);
}