.owl-carousel .item {
  position: relative;
}
.owl-carousel .slider-bar {
  background-color: #BFBFBF;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  padding: 10px;
  /*min-height: 50px;*/
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
}
.owl-carousel .item img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}
.owl-carousel .item .cover {
  /*padding: 75px 0;*/
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.6);*/
  display: grid;
  align-items: end;
}
.owl-carousel .item .cover .header-content {
  position: relative;
  padding: 300px 0px 10px;
  overflow: hidden;
  float: right;
}
.owl-carousel .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*position: absolute;*/
  /*border: 9px solid #fff;*/
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.owl-carousel .item .cover .header-content img.line {
  -webkit-clip-path: none;
  clip-path: none;
  width: 105px !important;
  height: 110px;
  background: none !important;
}
.owl-carousel .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #3D4E2C;
}
.owl-carousel .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.owl-carousel .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #000;
}
.owl-carousel .item .cover .header-content h4 a {
  color: #142503;
}
.owl-carousel .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.owl-carousel .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.owl-carousel .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.owl-carousel .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: lightblue !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.owl-carousel .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.owl-carousel .owl-nav .owl-prev:focus {
  outline: 0;
}
.owl-carousel .owl-nav .owl-prev:hover {
  background: blue !important;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: lightblue !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.owl-carousel .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.owl-carousel .owl-nav .owl-next:focus {
  outline: 0;
}
.owl-carousel .owl-nav .owl-next:hover {
  background: blue !important;
}
.owl-carousel:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.owl-carousel:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.embed_video {
  padding: 3px !important;
  width: 100% !important;
}

.owl-carousel .slider-bar h5 {
  padding: 5px;
}


/* Tooltip container */
.new_tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted #3D4E2C;*/
  float: right;
  margin-right: 245px;
}

.new_tooltip .tooltiptext {
  /*visibility: hidden;*/
  width: 100%;
  background-color: #3D4E2C;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  /*left: 50%;*/
  /*margin-left: -60px;*/
}

.new_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #3D4E2C transparent transparent transparent;
}

.new_tooltip:hover .tooltiptext {
  visibility: visible;
}

.owl-carousel .rating-stars img {
  width: auto;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}