/* CONTROL owlcarousel CSS */

.owl-content-des-l {
  top: 260px;
  padding-left: 0px;
}

.owl-full-screen {
  min-height: 642px;
}

.owldesc {
  font-size: 14px;
  font-family: Lora, serif;
  /*text-transform: capitalize;*/
}

.owldesc p {
  font-size: 14px;
  font-family: Lora, serif;
  /*text-transform: capitalize;*/
}

@media (max-width: 981px) {
  .owl-content-des-l {
    /* top: 160px; */
    top: 300px;
  }
}

@media (max-width: 767px) {
  .owldesc {
    display: none;
  }

  .owl-full-screen {
    height: 65vh;
  }

  /* 
  .owllink {
    display: none;
  } */

  .owl-full-screen {
    min-height: initial;
  }

  .owl-content-des-l {
    top: 0px;
    position: absolute;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: -15px;
  }

  .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 210px;
  }

  .owltitle,
  .owlsubtitle {
    margin: 0px;
  }
}

@media (max-width: 475px) {
  .bodycontainer {
    margin-top: 0px;
  }

  .owl-content-des-l {
    top: 0px;
    position: absolute;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: -15px;
  }

  .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 28px;
  }
}

@media (max-height: 434px) {
  .owl-content-des-l {
    display: none;
  }
}
