.hide-post-gallery {
  display: none;
}
.row-home-news {
  background: rgba(0, 23, 56, 0.6);
  padding: 70px 0 37px 0;
}
.owl-carousel .owl-stage {
  display: flex;
  height: 490px;
}

.owl-dots {
  display: none;
}

.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.image-container {
  display: table;
  overflow: hidden;
  border-radius: 60px 60px 0 0;
}

.owl-carousel .owl-item img {
  display: block;
  width: 98% !important;
  -webkit-transform-style: preserve-3d;
  margin: 0 1%;
}

.carousel-cust-img:hover {
  transform: scale(1.1);
  transition: transform 0.35s linear;
}

.owl-carousel .thumbnail {
  display: flex;
  flex-direction: column;
  margin: 0 5px 10px 5px;
  /*max-height: 320px; */
  float: left;
  position: relative;
  border-radius: 0 0 8px 8px;
}

.owl-carousel .thumbnail .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}

.owl-carousel .owl-item img {
  border-radius: 60px 60px 0 0;
  max-height: 300px;
}

.carousel-cust-img {
  max-height: 300px !important;
}

.owl-carousel .thumbnail .caption .flex-text {
  flex-grow: 1;
}

.carousel-post-date {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

.carousel-category-list {
  font-size: 13px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.container-corousel {
  margin: 0 0 40px 0;
}

.carousel-caption {
  padding: 0;
  width: 98%;
  margin: 0 1%;
}
.carousel-caption a {
  color: #fff;
  margin: 18px 0 0 0;
  width: 100%;
  line-height: 20px;
}

.carousel-caption p {
  color: #fff;
  /*float: left;*/
  width: 100%;
  line-height: 24px;
}

.vc_empty_space {
  height: 30px !important;
}

.home-carousel {
  height: 450px;
}
.post-title {
  text-decoration: none !important;
  float: left;
}
.read-more {
  font-weight: bold;
  text-decoration: underline !important;
  text-transform: uppercase !important;
  font-family: "Montserrat";
}
.owl-next {
  position: absolute;
  bottom: 250px;
  font-size: 45px !important;
  color: #fff !important;
  right: -40px;
}

.owl-next:hover,
.owl-prev:hover {
  transition: 0.15s;
  background: transparent !important;
  text-shadow: 1px 3px 4px rgba(255, 255, 255, 0.4);
}
.owl-prev {
  position: absolute;
  bottom: 250px;
  font-size: 45px !important;
  color: #fff !important;
  left: -40px;
}

/************/
#loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}
.home-carousel {
  height: 450px;
  background: #eeeeee10;
  border-radius: 4px;
  transition: background-color 1s ease-in-out;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/**************/

@media (min-width: 768px) and (max-width: 991px) {
  .home-carousel {
    height: 500px !important;
  }
}
@media (max-width: 767px) {
  .owl-carousel .owl-item img {
    max-height: 275px !important;
  }
  .home_single_post h3 a {
    line-height: 20px;
    font-size: 18px;
  }

  .home-carousel {
    height: 400px !important;
  }

  .carousel-caption p {
    clear: both !important;
  }
}

@media (max-width: 450px) {
  .owl-carousel .owl-item img {
    max-height: 275px !important;
  }
  .home_single_post h3 a {
    line-height: 20px;
    font-size: 18px;
  }

  .home-carousel {
    height: 400px !important;
  }

  .carousel-caption p {
    clear: both !important;
  }
}
