/* BEGIN :: INDEX PAGE */
.main-banner-area {
  margin-top: 20px;
}
#mainCarousel .item img {
  height: 85vh;
  width: 100%;
  object-fit: cover;
}
.carousel-caption {
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px 40px;
  color: #333;
  text-shadow: none;
  font-size: 14px;
  text-align: left;
}
.carousel-caption span.title {
  font-size: 24px;
  font-weight: bold;
  color: #31577e;
}
.carousel-caption button {
  background: #31577e;
  color: #fff;
  border: none;
  margin-bottom: 0;
}
.carousel-caption button:hover {
  background: #ff4444;
  color: #fff;
}

.imagecontour {
  padding: 10px;
  border: solid 1px #efefef;
  background-color: #ffffff;
}

.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.clamp-2 {
  -webkit-line-clamp: 2;
}
.effect2 {
  position: relative;
}
.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.alert-fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #ff4444;
  margin-bottom: 0;
  border-radius: 0;
  z-index: 10;
  display: none;
}
.alert-fixed-bottom.active {
  display: block;
}
.alert-fixed-bottom p {
  margin-bottom: 0;
  font-size: 14px !important;
  color: #eee;
  font-family: "Roboto Condensed", sans-serif;
  padding-right: 150px;
}
.alert-fixed-bottom .fa-close,
#notificationModal .fa-close {
  position: absolute;
  right: -2px;
  top: -30px;
  cursor: pointer;
  background: #ff4444;
  padding: 10px;
  font-weight: normal;
  color: #eee;
}
#notificationModal .fa-close {
  right: -1px;
}
.alert-fixed-bottom .btn {
  margin-top: 0;
  position: absolute;
  right: 20px;
  top: 13px;
}
.btn-notification {
  position: fixed;
  bottom: 80px;
  right: 10px;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background: #ff4444;
  color: #fff;
}
#notificationModal .modal-content {
  margin-top: 90px;
  box-shadow: none;
  border-radius: 0;
  background: #ff4444;
}
#notificationModal p {
  color: #fff;
  font-size: 14px !important;
}
#notificationModal .btn {
  margin-top: 30px;
}
.wrap-activity-img {
  background: #f5f5f5;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #eee;
}
.wrap-activity-img {
  margin-bottom: 20px !important;
}
.wrap-activity-img h2 {
  padding: 10px 20px;
}
.activity-desc {
  padding: 0;
}

@media (max-width: 991px) {
  .carousel-caption {
    display: none;
  }
  #mainCarousel .item img {
    height: auto;
  }
}
