  /* owel carousel styles*/
  .carousel-wrap {
      margin: 10px auto;
      width: 85%;
      position: relative;
  }

  .owl-carousel .item {
      position: relative;
      z-index: 100;
      -webkit-backface-visibility: hidden;
  }

  .owl-nav > div {
      margin-top: -14px;
      position: absolute;
      top: 50%;
      color: #cdcbcd;
  }

  .owl-nav i {
      font-size: 2rem;
  }



  .owl-nav .owl-prev {
      left: -13px;
  }

  .owl-nav .owl-next {
      right: -13px;
  }

  /* end*/

  .icon_text {
      font-size: .75rem
  }

  .icon {
      font-size: 1.3rem;
  }

  .text-gray {
      color: #fff;
      opacity: .7;

  }

  .navbar {
      justify-content: flex-start;
  }

  .lumivia-search {
      font-size: 1rem;
      font-weight: 700;
      color: #D09028;
  }

  .owl-theme {
      width: 90% !important;
  }

  .owl-carousel {
      /*      max-width: 600px;*/
      /* decrease the width to your desired value */
      margin: 0 auto;
      /* center the carousel */
  }

  /*
  .owl-item {
      display: flex;
      justify-content: center;
  } 
*/

  .owl-item img {
      max-width: 100%;
      /* make sure the images don't exceed their container */
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
      z-index: 1;
      color: #cdcbcd !important;
      position: absolute;
      top: 50%;
      transform: translatey(-50%);
  }


  .owl-carousel .owl-nav button.owl-prev {
      left: -8;
  }

  .owl-carousel .owl-nav button.owl-next {
      right: -8;
  }

  .owl-dots {
      display: none;
  }

  .fa-caret-left,.fa-caret-right{
      color: #B2481E!important;
}
