.slider-caption {
  position: absolute;
  width: 40%;
  left: 10%;
  top: 10%;
  text-align: center;
}

.slider-caption h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
}

.slider-caption .top-caption {
  text-align: center;
}

.slider-caption .top-caption h2 {
  margin-bottom: -30px;
  font-family: "Lora", serif;
}

.slider-caption .bottom-caption {
  text-align: center;
}

.slider-caption .bottom-caption h2 {
  margin-top: -30px;
  font-family: "Lora", serif;
}

.slider-caption .middle-caption {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 4px #333;
  display: inline-block;
  padding: 30px 50px;
  text-align: center;
  position: relative;
  z-index: 1299;
  width: 80%;
}

.slider-caption .middle-caption h2 {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-size: 90px;
  line-height: 90px;
  color: red;
  text-transform: capitalize;
}

.slider-caption .middle-caption:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -60px;
  width: 1px;
  height: 20px;
  background-color: red;
}

.slider-caption .middle-caption:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -60px;
  width: 1px;
  height: 20px;
  background-color: red;
}

.slider-caption2 {
  width: 100%;
  left: 0;
  top: 25%;
}

.slider-caption2 .middle-caption {
  width: 32%;
}

.owl-carousel .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}

.owl-carousel .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 45%;
  color: #fff;
}

.owl-carousel .owl-prev {
  left: 10px;
}

.owl-carousel .owl-next {
  right: 10px;
}


.middle-caption {
  position: absolute;
  left: 10%;
  top: 15%;
  z-index: 10;
  width: 80%;
}


.hero-h2 {
  color: white;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 4.5rem;
  text-align: center;
}

.hero-ul li p {
  font-size: 2rem;
  color: white;
  font-weight: 600;
}

img.pull-right {
  width: 100%;
}

.ityped {
  color: #ff8800;
}


.testimonials .owl-prev {
  left: 25px;
}

.testimonials .owl-next {
  right: 25px;
}

.owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}

.owl-item {
  display: inline !important;
}

.d-c-c-c {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.owl-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0c101624;
  z-index: 10;
  position: absolute;
}


.button-58 {
  border: 2px solid #3260e0;
  color: #000000;
  border-radius: 8px !important;
  font-weight: 600;
  font-size: 20px;
  height: 60px !important;
  padding: 10px 25px;
}

.button-58:after {
  background-color: #3260e0;
  border-radius: 8px !important;
  height: 60px !important;

}

.f-18 span {
  font-size: 25px;
}

.middle-caption {
  position: absolute;
  left: 10%;
  top: 6%;

  width: 80%;
}


@media only screen and (max-width: 1700px) {
  .middle-caption {
    position: absolute;
    left: 10%;
    top: 10%;

    width: 80%;
  }

  .f-18 span {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1580px) {

  .hero-h2 {
    color: white;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 3.5rem;
    text-align: center;
  }

  .hero-ul li p {
    font-size: 1.7rem;
    color: white;
    font-weight: 600;
  }
}

@media only screen and (max-width: 1400px) {
  .middle-caption {
    position: absolute;
    left: 10%;
    top: 15%;

    width: 80%;
  }

  .hero-h2 {
    color: white;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 2.5rem;
    text-align: center;
  }

  .hero-ul li p {
    font-size: 1.2rem;
    color: white;
    font-weight: 600;
  }

  .button-58 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .middle-caption {

    left: 10%;
    top: 10%;

    width: 80%;
  }

  .modal-content {
    width: 38rem;
    max-width: 38rem;
  }

  .hero-h2 {
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 34px;
    text-align: center;
  }

  .hero-ul li p {
    font-size: 20px;
    color: white;
    font-weight: 600;

  }

  .button-58 {
    font-size: 18px !important;
    height: 60px !important;
  }

  .button-58::after {
    font-size: 12px !important;
    height: 60px !important;
    padding: 10px 15px !important;
  }
}

@media only screen and (max-width: 800px) {
  .middle-caption {

    left: 10%;
    top: 10%;

    width: 80%;
  }

  .hero-h2 {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 28px;
    text-align: center;
  }

  .hero-ul li p {
    font-size: 16px;
    font-weight: 400;

  }

  .button-58 {
    font-size: 14px !important;
    height: 40px;
  }

  .button-58::after {
    height: 40px;
    padding: 10px 10px !important;
  }
}

@media only screen and (max-width: 628px) {
  .middle-caption {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 80%;
  }

  .hero-h2 {
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.5rem;
    text-align: center;
  }

  .hero-ul li p {
    font-size: 10px;
    color: white;
    font-weight: 400;
    display: none;
  }

  .button-58 {
    font-size: 14px !important;
    height: 40px !important;
  }

  .button-58::after {
    font-size: 12px !important;
    height: 40px !important;
    padding: 10px 15px !important;
  }
}

@media only screen and (max-width: 550px) {
  .middle-caption {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 80%;
  }

  .hero-h2 {
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    text-align: center;
  }

  .hero-ul li p {
    font-size: 10px;
    color: white;
    font-weight: 400;
    display: none;
  }

  .button-58 {
    font-size: 12px !important;
    height: 30px;
  }

  .button-58::after {
    font-size: 12px !important;
    height: 30px;
    padding: 5px 5px !important;
  }
}