.green {
  color: #13ab19 !important;
}

.green:hover {
  color: black !important;
}

.red {
  color: #ae1b1b !important;
}

.red:hover {
  color: black !important;
}

@media (max-width: 767px) {
  .pos-r {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.alumni {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alumni p {
  max-height: 122px;
  overflow: hidden;
}

.pic img {
  height: 206px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .pic img {
    margin-bottom: 20px;
  }
}

.org {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pdf embed {
  width: 100%;
  height: 100vh;
}

.history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.history h4 {
  color: #a72b25;
  text-align: center;
}

.history a {
  margin-top: 20px;
}

.history a img {
  width: 100%;
  max-width: 200px;
  -webkit-animation: myAnim 2s ease 0s infinite normal forwards;
          animation: myAnim 2s ease 0s infinite normal forwards;
}

@-webkit-keyframes myAnim {
  0% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  10% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
  }
  17% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  33% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
  }
  45% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes myAnim {
  0% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  10% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
  }
  17% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  33% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
  }
  45% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.sb-bnr img {
  margin-top: 52px;
}

@media (max-width: 1200px) {
  .sb-bnr img {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .sb-bnr img {
    height: 165px;
    margin-top: 59px;
  }
}

.page-error{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-error .error-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 50vh;
  padding: 20px;
}
.page-error .error-container a.brand{
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.error-container h1, .error-container h3{
  color: #09347e;
  margin-bottom: 10px;
}
.error-container h2{
  color: #45aa0e;
}
.error-container a{
  color: #45aa0e;
  text-decoration: underline;
}

/*# sourceMappingURL=custom.css.map */