@media (min-width: 576px){
  .container{
      max-width: 95%;
  }
}
@media (min-width: 768px){
  .container{
      max-width: 95%;
  }
}
@media (min-width: 992px){
  .container{
      max-width: 95%;
  }
}
@media (min-width: 1200px){
  .container{
      max-width: 95%;
  }
}
@media (max-width: 576px){
  .container{
      max-width: 95%;
  }
}
@media (min-width: 1500px){
  .container{
      max-width: 1400px;
  }
}

@media (max-width: 998px){
    h1{
      font-size: 25px;
    }
    .menu-list{
      display: none;
    }
    .bg-1,
    .bg-2,
    .bg-3 {
      -webkit-background-size: cover;
      background-size: cover;
      height: 400px;
    }
}

@media(max-width: 767px){
  .section--gap{
    margin: 2rem auto;
  }
  .section-sub-title{
    font-size: 18px;
  }
  .head-title{
    font-size: 20px;
  }
  .top-bar_main .col-md-6{
    width: 50%;
  }
  .brand-logo img {
    height: auto;
    width: 300px !important;
  }
  .header-card-container{
    display: none;
  }
  .quote-line {
    font-size: 28px;
  }
  .text-bg-img{
    width: 100%;
    top: -5px;
  }
  .owl-news-2-card-body{
    height: auto;
  }
  .owl-news-2-card-body .col-md-5{
    width: 30%;
  }
  .owl-news-2-card-body .col-md-7{
    width: 70%;
  }
  .news-overlap_main{
    margin-top: 0;
  }
  .news-overlap-img{
    padding: 2rem;
  }
  .news-overlap-text h3 {
    font-size: 22px;
    line-height: 38px;
    text-align: center;
  } 
  .know-more-btn {
    position: relative;
    bottom: -12px;
    right: 0;
  }
  .event-left-img,
  .event-right-img{
    height: 300px;
  }
  .event-inner-container{
    display: none;
  }
  .event-img-container {
    margin: 0 1rem;
  }
  .event-text-container p{
    margin-top: 0;
  }
  .bg-1,
  .bg-2,
  .bg-3 {
    -webkit-background-size: cover;
    background-size: cover;
    height: 300px;
  }
  .carousel-indicators{
    display: none;
  }
  .carousel.pointer-event{
    margin-bottom: 0rem !important;
  }
  .footer_main{
    padding: 1rem;
  }
  .footer-inner-container {
    display: block;
  }
  .bottom-gap {
    padding-bottom: 0rem;
  }
}

@media(max-width: 400px){

}

@media only screen and (max-width: 1300px) {
  .c-slide__title {
    font-size: 3em;
  }

  .c-slide__title--large {
    font-size: 2em;
  }

  .c-wrap--small {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1100px) {
  .c-navigation {
    display: none;
  }

  .c-header {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 800px) {
  .c-slide__title--medium {
    font-size: 1.3em;
  }

  .c-slide__title {
    font-size: 2.5em;
  }

  .c-slide__title--large {
    font-size: 1.5em;
  }

  .c-wrap--small {
    max-width: 80%;
  }
}

