/*---Tall Banner---*/
.banner-header {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#Tall-Banner .banner-text {
  padding-top: 0px;
  padding-bottom: 6px;
  border: none;
}

/*---Event Slider---*/
#Event-Slider {
  margin-top: 90px;
}
.carousel img {
  height: 65vw;
  min-height: 450px;
  max-height: 550px;
  object-fit: cover;
}
.carousel-control-prev, .carousel-control-next {
  margin-bottom: 38px;
}
.event-slider-bar {
  position: relative;
  bottom: 0;
  display: flex;
  background: #f0f0f0;
}
.bullet {
  border-left: 6px solid rgba(24,24,174,0.80); 
  height: inherit; 
}
.event-slider-description {
  margin: 10px;
  font-size: 16px;
  line-height: 1.3;
}
@media(max-width:991px) {
.event-slider-wrapper.container {
  padding: 0px;
}
#Event-Slider {
  margin-top: 0px;
}
}
@media(max-width:767px), (max-width:991px) and (orientation: landscape) {
.event-slider-description {
  font-size: 15px;
}
}
@media (max-width:991px) and (orientation: landscape) {
.carousel img {
  height: calc(100vh - 60px - 38px);
  min-height: 250px;
}
}
@media(max-width:767px) and (orientation: portrait) {
.carousel img {
  min-height: 280px;
}
}

/*---Event Text---*/
.event-text {
  margin-top: 60px;
  margin-bottom: 90px;
}
@media(max-width:767px), (max-width:991px) and (orientation: landscape) {
.event-text {
  margin-top: 50px;
  margin-bottom: 70px;
}
@media(max-width:767px) and (orientation: portrait) {
.event-text {
  text-align: justify;
}
}
}

/*---Event Slider 2---*/
.event-slider-2-wrapper.container {
  padding: 0;
  max-width: 1300px;
}
#Event-Slider-2.carousel img {
  height: 32vw;
  min-height: 350px;
  max-height: 450px;
}
@media (max-width:991px) and (orientation: landscape) {
#Event-Slider-2.carousel img {
  height: calc(100vh - 60px - 38px);
  min-height: 250px;
}
}
@media(max-width:767px) and (orientation: portrait) {
#Event-Slider-2.carousel img {
  min-height: 240px;
}
}

/*---Event Quote---*/
.event-quote {
  margin: auto;
  max-width: 1000px;
  margin-top: 60px;
  margin-bottom: 90px;
 }
 blockquote {
  position: relative;
  border-left: 6px solid rgba(24,24,174,0.8);
 }
 blockquote:before {
  content: "\201C";
  color: rgba(24,24,174,0.80);
  position: absolute;
  font-size: 60px;
  top: -22px;
  left: 13px;
}
.quote-text {
  margin-left: 28px;
  margin-right: 20px;
  font-size: 20px;
  line-height: 1.48;
}
.author {
  align-self: center;
}
.author p {
  margin: 0;
}
.quote-name {
  font-size: 22px;
  line-height: 1.1;
}
.quote-name-description {
  font-size: 16px;
}
@media(max-width:1199px) {
.quote-text {
  font-size: 19px;
}
.quote-name {
  font-size: 21px;
}
}
@media(max-width:767px) {
.event-quote {
  padding-right: 15vw;
}
.author {
  margin-top: 28px;
  margin-left: 28px;
}
}
@media(max-width:767px), (max-width:991px) and (orientation: landscape) {
.event-quote {
  margin-top: 50px;
  margin-bottom: 70px;
  max-width: 800px;
}
.quote-text {
  font-size: 17px;
}
.quote-name {
  font-size: 19px;
}
.quote-name-description {
  font-size: 15px;
}
}