﻿.morecontentr span {
  display: none;
}

.moretwo a.morelinkr {
  color: #c99d73;
  ;
}

.whohead1 {

  font-size: 36px;
  line-height: 1.27778;
  font-weight: 400;
  letter-spacing: .1em;
}

.whohead2 {

  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.whohead3 {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: .075em;
  color: #777777;
  text-transform: none;
}

.mthsubhead {
  font-size: 18px;
}

.mthhead {
  font-size: 44px;
}

.offerhead1 {
  font-size: 36px;
  line-height: 1.27778;
  font-weight: 400;
  letter-spacing: .1em;
}

.offerhead2 {
  font-weight: 400;
  letter-spacing: .025em;
  text-transform: none;
  font-size: 24px;
  line-height: 1.25;
}

.offerhead3 {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  font-weight: 400;
  letter-spacing: .075em;
  color: #777777;
  text-transform: unset;
}

.main-carousel1,
.thumb-carousel1 {
  display: none !important;
}

@media screen and (max-width:767px) {

  .ougallery .container-fluid.container-inset-0 {
    margin-top: 0px;
  }

  .main-carousel1,
  .thumb-carousel1 {
    display: block !important;
  }


  .whohead1,
  .offerhead1 {
    font-size: 26px;

  }

  .whohead2,
  .offerhead2 {
    font-size: 20px;

  }

  .mthhead {
    font-size: 30px;
  }

}



/* css 2 */

/* Main carousel container */
.main-carousel1 {
  position: relative;
}

.main-carousel1 {
  margin-bottom: 0px;
}

/* Main carousel items */
.main-carousel1 .item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Thumbnail carousel container */
.thumb-carousel1 {
  margin-top: -1px;
  position: relative;
}

/* Thumbnail carousel items */
.thumb-carousel1 .item img {
  width: 100%;
  height: 90px;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* Active thumbnail style */
.thumb-carousel1 .owl-item.active.center .item img {
  border: 2px solid #007bff;
  /* Customize the border color as needed */
}

/* Navigation arrows style */
.main-carousel1 .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.main-carousel1 .owl-prev,
.main-carousel1 .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
  color: #fff;
  /* Customize the arrow color */
  background-color: rgba(0, 0, 0, 0.5);
  /* Customize the arrow background color */
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.main-carousel1 .owl-prev {
  left: 10px;
}

.main-carousel1 .owl-next {
  right: 10px;
}


.main-carousel1 .owl-prev::before {
  content: "\f177 ";
  font-size: 60px;
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  width: 35px;
  height: 35px;

  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 12px;
  background-repeat: no-repeat;
  background-image: unset;
  background-size: contain;
  z-index: 99999;
  position: absolute;
}

.main-carousel1 .owl-next::before {
  content: "\f178 ";
  font-size: 60px;
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  width: 35px;
  height: 35px;

  background-repeat: no-repeat;
  background-image: unset;
  background-size: 100%;
  margin-left: -45px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 99999;
  position: absolute;
}

.main-carousel1 .owl-next::after,
.main-carousel1 .owl-prev::after {
  display: none;

}

.main-carousel1 .block-1 {
  max-width: 100%;

}

.thumb-carousel1 .item img {

  border-radius: 0px;

}