.hero-banner {
  background: #E55627;
  background-image: linear-gradient(90deg, #E55627, #4182DE);
  padding: 200px 0;
}

.hero-banner h1 {
  font-size: 100px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.poster-gallery {
  padding: 110px 0;
}

.poster-gallery h2 {
  font-size: 100px;
  text-transform: uppercase;
}

.poster-gallery a {
  text-transform: uppercase;
  background: linear-gradient(90deg, #E55627, #4182DE);
  padding: 15px 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  letter-spacing: 8;
  font-weight: bold;
}

.poster-gallery a:hover {
  color: #fff !important;
  box-shadow: 0px 0px 15px 1px #0000008a;
}

.img-gallery img {
  width: 100%;
}

/*owl carousel*/

.carousel-section {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.carousel-section .owl-carousel .owl-stage {
  padding-left: 0 !important;
}

.carousel-section .owl-carousel .owl-stage-outer {
  overflow: unset;
}

.carousel-section .owl-carousel .owl-nav .owl-next,
.carousel-section .owl-carousel .owl-nav .owl-prev {
  width: 50px;
  border: 1px solid #c3c3c3;
  border-radius: 50% ;
  height: 50px;
  font-size: 25px;
}

.carousel-section .owl-carousel .owl-nav .owl-next:focus,
.carousel-section .owl-carousel .owl-nav .owl-prev:focus {
  outline: 0 !important;
}

.carousel-section h2 {
  font-size: 34px;
  text-align: left;
  font-weight: 700;
}

.carousel-container {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: 100%;
}

.carousel-item {
  margin: 20px 0;
  display: block !important;
}

.carousel-item__card {
  box-shadow: 7px 7px 16px 0px #51515194;
  border-radius: 12px;
  margin: 30px 0 35px;
  /*display: flex;
    justify-content: center;
    align-items: center;*/
  border: 1px solid #dddddd;
  background-color: #fff;
  padding: 30px;
  min-height: 590px;
}

.carousel-item__card img {
  width: 25% !important;
  border-radius: 50%;
  margin-bottom: 15px;
}

.carousel-item__card h3 {
  text-transform: uppercase;
  letter-spacing: 4;
  font-weight: bold;
}

.carousel-item__card p {
  font-size: 16px;
  word-spacing: 2;
}

.testimonials .owl-carousel .owl-nav button.owl-prev {
  color: #fff !important;
}

.testimonials .owl-carousel .owl-nav button.owl-next {
  color: #fff !important;
}


.gallery-popup h2 {
  font-size: 100px;
  text-transform: uppercase;
}

.gallery-popup {
  background-color: #F5F5F5;
}

.stories-equality {
  background: #E55627;
  background-image: linear-gradient(90deg, #E55627, #4182DE);
  padding: 50px 0;
}

.stories-equality h2 {
  font-size: 90px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.stories-equality a {
  margin-top: 10px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 30px;
  letter-spacing: 8;
  font-weight: bold;
  border-radius: 15px;
  text-transform: uppercase;
}

.stories-equality a:hover {
  color: #fff !important;
  box-shadow: 0px 0px 15px 1px #0000008a;
}

.carousel-item__card a {
  background: none;
  padding: 0;
}

.carousel-item__card a {
  box-shadow: none !important;
}

.owl-carousel .owl-item .pst-img img {
  width: 80% !important;
}

/*.owl-theme .owl-dots .owl-dot .poster-slider span {
    background: transparent !important;
    border: 1px solid #000 !important;
  }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-image: linear-gradient(90deg, #E55627, #4182DE) !important;
}*/


/* Media Query for Mobile Devices */
@media screen and (max-width: 480px) {
  .hero-banner h1 {
    font-size: 70px;
    margin-bottom: 30px;
    text-align: center;
  }

  .poster-gallery h2 {
    font-size: 70px;
  }

  .gallery-popup h2 {
    font-size: 70px;
  }

  .stories-equality h2 {
    font-size: 70px;
  }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
  .hero-banner h1 {
    font-size: 65px;
    margin-bottom: 30px;
    text-align: center;
  }

  .poster-gallery h2 {
    font-size: 65px;
  }

  .gallery-popup h2 {
    font-size: 65px;
  }

  .stories-equality h2 {
    font-size: 65px;
  }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-banner h1 {
    font-size: 70px;
  }

  .poster-gallery h2 {
    font-size: 70px;
  }

  .poster-gallery a {
    display: block;
  }

  .gallery-popup h2 {
    font-size: 50px;
  }

  .stories-equality h2 {
    font-size: 50px;
  }
}

/*Owl carousel*/

.carousel-wrap {
  margin: 40px auto;
  /*padding: 0 5%;*/
  /*width: 80%;*/
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #fff !important;
}

.owl-nav i {
  font-size: 52px;
  color: #e55527;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

/*centered owl*/

.owl-center .owl-item > div {
  cursor: pointer;
  margin: 6% 8%;
  transition: margin 0.4s ease;
}
.owl-center .owl-item.center > div {
  cursor: auto;
  margin: 0;
}
.owl-center .owl-item:not(.center) > div:hover {
  opacity: .75;
}