body {
  font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

/* TopHead & Logo */
.head {
  max-height: 120px;
  padding: 10px 0;
}

.logo {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  font-size: 2rem;
  text-decoration: none;
  color: #272626;
}
.logo .logo-img {
  max-width: 100px;
  max-height: 100px;
}

.logo:hover {
  text-decoration: none;
}

.head-contact-no {
  font-size: 1.5rem;
  margin: 1.5rem 0;
  text-align: right;
}
/* Hidden on Small & Extra Small devices */
@media (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}

/* NavBar Item */
.navbar {
  background-color: #1f3c88;
}

.nav-item {
  padding: 0 1rem;
}

/* Text Scroll Section */
#home-scroll-text {
  background-color: #002749;
  padding: 2% 12%;
  color: #fff;
}


/* Main Section */
#main {
  padding: 5% 0;
}

#main .news {
  background-color: #e9ecef;
}

/* Page Content */
.page-content {
  padding: 0.25rem;
}

.newss {
  list-style: none;
  padding-left: 0;
  padding-right: 3px;
  max-height: 600px;
  overflow: auto;
}

.newss>li {
  border-bottom: 1px solid;
  padding: 2%;
  height: 150px;
  overflow: auto;
}


/* Footer Section */
footer {
  padding: 5% 10% 3%;
  background-image: url('../../images/bg-0068.gif');
  background-color: #3b6c9c;
  color: #fff;
  margin-top: 3rem;
}
.footer-menu {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.footer-menu a {
  color: #f1f0f0;
}
.footer-menu a:hover {
  color: #f1f0f0;
  text-decoration: underline;
  padding-left: 0.2rem;
}
@media (max-width: 991px) {
  .footer-menu {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.footer-logo {
  text-align: left;
}
.footer-logo .logo-img {
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .footer-logo {
    text-align: center;
    margin-bottom: 1.5rem
  }
}
@media (max-width: 767px) {
  .reach-to-us {
    text-align: center;
    padding-top: 1.5rem;
  }
}

/* Social Media Footer Icon */
.social {
  padding: 1rem;
  text-align: center;
}
.social a {
  color: #fff;
  text-decoration: none;
}
.social a:hover {
  color: #dee1ec;
  text-decoration: none;
}
.social i {
  font-size: 1.5rem;
  padding: 0 1rem;
}

/* Copyright Text */
.copyright {
  text-align: center;
  padding: 2% 0;
  background-color: #144984;
  margin: 0;
  font-size: 0.8rem;
  color: #f1f0f0;
}

/* Title Area of Page */
.title {
  height: 250px;
  text-align: center;
  padding-top: 6.5rem;
  background-color: grey;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.padding-top-2rem {
  padding-top: 2rem;
}
.padding-top-3rem {
  padding-top: 3rem;
}
.padding-top-4rem {
  padding-top: 4rem;
}
/* About Us Page */
/* admins */
/* #admins {
  text-align: center;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
#admins .admin {
  border: 1px solid grey;
  padding: 2rem 1rem 1rem;
  margin: 2rem;
}
#admins .admin p {
  padding: 0.5rem;
} */

/* Facilities Page */
/* #facilities .container{
  padding-left: 4%;
  padding-right: 4%;
  padding: 0 4% 4%;
} */
/* .feature-col {
  margin-top: 2rem;
}
.feature {
  border: 1px solid #d6d1d1;
  border-radius: 3px;
  box-shadow: 0 0 1px grey;
  min-height: 100%;

} */
/* .feature-header {
  min-width: 100%;
  min-height: 162px;
  position: relative;
  overflow: hidden;
}
.feature-header img {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
}
.feature-body {
  padding: 1rem;
  text-align: justify;
} */

/* Contact Us Page */
/* .contact-form {
  padding-top: 2rem;
  border-top: 1px solid grey;
  padding-bottom: 4rem;
} */
/* .contact-btn {
  background-color: #2196f3;
  color: #fff;
} */
/* .contact-btn:hover {
  background-color: #418bc7;
} */
/* #map {
  height: 300px;
  width: 100%;
  background-color: #dedddd;
} */
/* .address {
  margin: 0;
} */
/* .contact-details {
  list-style-type: none;
  padding: 1rem 0 0;
  font-size: 1.5rem;
} */
/* .contact-details li {
  border: 1px solid #d4d4d4;
  padding: 0.4rem;
  margin: 0.3rem 0;
}
.contact-details-phone-icon {
  transform: rotate(100deg);
}
.contact-details-icon {
  color: #fdb44b;
} */

/* Messages */
/* .message-column {
  padding-bottom: 2rem;
}
.message-author-img-left {
  float: left;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.message-author-img-right {
  float: right;
  padding-left: 1rem;
  padding-bottom: 1rem;
} */



/* Image Gallery */
.container .gallery{
  text-align: center;
}
.container .gallery a img {
  /* float: left; */
  width: 20%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

.container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

/* Carousel Item */
.carousel-item {
  max-height: 500px;
}
