#carouselTopNews .carousel-inner {
  width: 100%;
  max-height: 300px !important;
}

#carouselTopNews .carousel-item::before {
  content: '';
  background-color: rgba(21, 27, 26, 0.563);
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#carouselTopNews .carousel-content {
  text-align: center;
  margin-top: -100px;
}

#carouselTopNews .active .carousel-content {
  margin-top: 100px;
  transition: 0.5s;
}

#carouselTopNews h4 a {
  color: #fff;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}

#carouselTopNews h4 a:hover {
  color: #CC2420;
  cursor: pointer;
}

#carouselTopNews p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#carouselTopNews p a {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#carouselTopNews p a:hover {
  color: #CC2420;
  cursor: pointer;
}



#carouselExampleIndicators .carousel-item {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#carouselExampleIndicators .carousel-item::before {
  content: '';
  background-color: rgba(21, 27, 26, 0.563);
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#carouselExampleIndicators .carousel-item img {
  background-size: cover;
  width: 1380px;
}

#carouselExampleIndicators .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#carouselExampleIndicators .carousel-content {
  text-align: center;
  margin-top: -100px;
}

#carouselExampleIndicators .active .carousel-content {
  margin-top: 100px;
  transition: 0.5s;
}

#carouselExampleIndicators h4 a {
  color: #fff;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}

#carouselExampleIndicators h4 a:hover {
  color: #CC2420;
  cursor: pointer;
}

#carouselExampleIndicators p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#carouselExampleIndicators p a {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#carouselExampleIndicators p a:hover {
  color: #CC2420;
  cursor: pointer;
}

#carouselExampleIndicators .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
  width: 10%;
  font-size: 36px;
  color: #fff;
}

#carouselExampleIndicators .carousel-indicators li {
  cursor: pointer;
  opacity: 1;
}

#carouselExampleIndicators .carousel-indicators .active {
  background-color: #9d2a28;
}

#carouselExampleIndicators .contactus-btn {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #ffffff;
}

#carouselExampleIndicators .contactus-btn:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
}

/*--======= Slider Section Responsive CSS ======= --*/
@media (max-width: 768px) {

  #carouselExampleIndicators .carousel-item img {
    background-size: cover;
    background-position: center;
    width: 750px;
  }

  #carouselExampleIndicators h2 {
    font-size: 24px;
  }

  #carouselExampleIndicators .carousel-control-prev,
  #carouselExampleIndicators .carousel-control-next {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  #carouselExampleIndicators p {
    width: 60%;
  }
}
