body {
  overflow-x: hidden;
  /* font-family: 'Montserrat', sans-serif; */
  background: #;
}
#topper {
  background: #8eb2e2;
  color: #fff;
  font-weight: bold;
  font-size: 14px
}
.dropdown a:link {
  text-decoration: none;
}
#menu .nav-link .yellow{
  color: #8eb2e2;
  font-weight: bold;
  /* font-size: 30px; */
}
#menu .one{
  color: #8eb2e2;
  font-size: 25px;
}
#menu .bor{
  border-right: 3px solid #c3bbbb;
  margin-left: 10px;
  margin-right: 10px;
}

#gallery img{
  height: 250px;
}
/* navigation */
.navbar .nav-link {
  /* font-size: 14px; */
  text-transform: uppercase;
  padding-left: 1em !important;
  padding-right: 1em !important;
}

  .navbar .navbar-brand img{
    width: 120px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -5px;
  }

  #myNavbar .dropdown .dropdown-menu{
    background: rgb(0, 0, 0, 0.6);
    color: #fff;
  }
    #myNavbar .dropdown .dropdown-menu a{
      color: #fff;
    }
    #myNavbar .dropdown .dropdown-menu a:hover{
      color: #000;
      background: #8eb2e2;
    }
  /* end of navigation */

  /* SHOWCASE SLIDER */
  #myCarousel h1{
    background-color: black;
    opacity: 0.7;
  }
  .carousel-item{
    height: 100vh;
  }
  .carousel-image-1{
    background-image: url('../img/10la.jpeg');
    background-size: cover;
  }
  .carousel-image-2{
    background-image: url('../img/5la.jpg');
    background-size: cover;
  }
  .carousel-image-3{
    background-image: url('../img/0t.jpg');
    background-size: cover;
    background-position: center;
  }
  /* END SHOWCASE SLIDER */

  /* COVID-19 WARNINGS SECTION */
  #covid-section {
    background: #151f20;
  }
  /* END COVID-19 WARNINGS SECTION */

  /* mission */
  .mission {
    background: #fff;
  }

  .underline {
    width: 150px;
    border-bottom: 6px solid #fdf854;
    margin: auto;
  }

  .fromLeft {
    animation-name: fromLeft;
    animation-duration: 3s;
  }

  .fromRight {
    animation-name: fromRight;
    animation-duration: 3s;
  }

  @keyframes fromLeft {
    0% {
      transform: translateX(-120px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

  @keyframes fromRight {
    0% {
      transform: translateX(30px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  /* end of mission */

  /* header */
  #head {
    height: 100vh;
    background:  url(../img/3t.jpg) no-repeat center center /cover;
  }

  /* navbar */
  .nav-menu {
    /* background: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .5)); */
    padding: 30px 0px 0px 30px;
    /* padding-top: 10px;
    padding-bottom: 10px; */
    transition: all .7s;
  }

  .menu-item {
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    transition: color .5s;
    border-radius: 10px;
  }

  .menu-item:hover {
    color: #566573;
    background: #F8F9F9;
  }
  .menu-item:active {
    border: none;
  }

  .nav-active {
    color: #566573;
    background: #F8F9F9;
  }

  .line1, .line2, .line3 {
    width: 23px;
    height: 3px;
    margin: 5px;
    transition: all .4s;
  }

  .change .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .change .line2 {
    opacity: 0;
  }

  .change .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
  }

  .custom-navbar {
    padding: 5px 30px;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .7));
  }
  /* end of navbar */

  /* banner */
  .banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
  .banner1 {
    position: absolute;
    top: 60%;
    right: -30%;
    transform: translate(-50%, -50%);
    width: 80%;
  }

  .banner-heading {
    animation-name: anim;
    animation-duration: 4s;
  }

  .banner-par {
    animation-name: anim;
    animation-duration: 2s;
    animation-delay: .5s;
    animation-fill-mode: backwards;
  }

  @keyframes anim {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  /* end of banner */

#backArrow a{
   font-size:20px;
   font-weight:bold;
   color:#8eb2e2;
}
#backArrow a:hover{
   text-decoration: none;
}

/* ICON BOXES */
#icon-box{
  background: #8eb2e2;
}
#icon-box ul{
  list-style-type: none;
}
#icon-box p, li{
  font-size: 14px;
}
#icon-box .fa{
  background: #fdf854;
}
/* END ICON BOXES */

/* INFO */
#info ul{
  list-style-type: none;
}
#info li{
  font-size: 19px;
}
#info .big{
  font-size: 20px;
  font-weight: bold;
}
#info .fa{
  background: #fdf854;
}
/* END INFO2 */
/* INFO */
#info2 .img{
  background: url('../img/img3.png');
  background-repeat: no-repeat;
}
/* END INFO2 */

/* press section */
#press a{
  text-decoration: none;
  color: black;
}
#press .card:hover{
  background-color: #fff;
  text-decoration: none;
  opacity: 0.6;
}
/* end press section */

  /* footer */
  .footer-link {
    color: #eee;
    font-size: 13px;
    transition: all .3s;
  }

  .footer-link:hover {
    color: #70aed2;
    text-decoration: none;
  }
  /* end of footer */
