body {
  overflow-x: hidden; }

.navbar .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1em !important;
  padding-right: 1em !important; }

.navbar .nav-item.active {
  border-left: #ffffff 3px solid; }

.carousel-item {
  height: 600px; }
  
@media (max-width: 768px) {
.carousel-item {
  height: 170px; } 
 }

.carousel-image-1 {
  background: url("../img/study1.png");
  background-size: cover;

  }

.carousel-image-2 {
  background: url("../img/study2.png"); 
  background-size: cover;
  }

.carousel-image-3 {
  background: url("../img/study3.png");
  background-size: cover; 
  }

.carousel-image-4 {
  background: url("../img/study5.png");
  background-size: cover;
}

.fa {
  font-size: 55px; }

#home-heading {
  position: relative;
  min-height: 200px;
  background: url(../img/lights.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff; 
  }
.textintern{
	/* background-color: #2a80086e; */
	/* padding: 2%; */
}

.dark-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#video-play {
  position: relative;
  min-height: 200px;
  background: url(../img/media.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 -300px;
  text-align: center;
  color: #fff; }
  #video-play a {
    color: #fff; }

footer#main-footer {
  background: #000;
  color: #fff;
  padding-top:1%;  }
footer#main-footer a {
  color: #fff; }

#page-header {
  height: 200px;
  background: url(../img/slide4.jpg);
  background-position: 0 -75px;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px; }
.side img {
	width: 20%;
	margin-left: 40%;
	margin-bottom: -10%;
}
.side h4 {
	font-size: 1.3rem;
}
#logo {
	width: 70%;
    margin-left: 12%;
    margin-top: -17%;
    margin-bottom: -8%;
}
#staff img{
	background-color: #fff;
    height: 180px;
    width: 180px;
}
#staff h3{
    padding-top: 1%;
}
.stf {
	padding-top: 0.5%;
	padding-bottom: 1.5%;
}
#faq .card {
  border: #444; }
  #faq .card a {
    color: #fff;
    text-decoration: none; }

#faq .card-body, #faq .card-header {
  background: #333; }
.imggallery {
	background-color: #d8d8d8;
    padding-bottom: 0.1%;
}
