@media (min-width: 1200px) {
  .navbar-brand {
    width: 250px;
    height: 87px;
  }
}

.container-fluid {
  padding: 0px;
}


#countdown {
  padding: 15px;
  background-color: #9e602d;
  color: white;
}

#countdown ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 0px;
}

.timer-section li {
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  line-height: 1;
}

.timer-section li span {
  display: block;
  font-size: 2.5em;
}

.slider-section > div > .row, .timer-section > div > .row, .orgainzer-section > div > .row {
  margin: 0px;
}

.slider-section > div > .row > .col-12, .timer-section > div > .row > .col-12, .orgainzer-section > div > .row > .col-12 {
  padding: 0px;
}

.orgainzer-section > .row > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
} 
.orgainzer-section > div > .row > div:first-child> .row {
  display: flex;
  justify-content: center;
} 

.card-body {
    padding: 15px;
}

.card-intro {
    margin: 0;
    line-height: 1.5;
}

.orgainzer-section > div, .service-section > div, .about-section > div {
  margin-top: 5rem;
}

.service-section > .container > .row > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-section {
  background-color: #ca844b;
}

.about-section > .container {
  padding: 2rem;
  color: white;
}


.about-section > .container > .row, .about-section > .container > .row > div > .row {
    display: flex;
    justify-content: center;
    align-items: center;
}


.owl-carousel .owl-item img {
     width: unset !important;
}


.faculty-section .slider > div, .owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

.faculty-section a {
  margin: 5rem;
  vertical-align: middle;
  }

.registration-section .container > div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .registration-section .card {
    text-align: center;
  }