﻿body {
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  font-size: 14px;
}

.set-pad {
  padding-top: 35px;
}

.set-row-pad {
  padding-top: 30px;
  padding-bottom: 0px;
}

/*=====================================
  NAVBAR STYLES 
    ===================================*/

.logo-custom {
  max-height: 50px;
}

#menu {
  background-color: rgba(28, 43, 75, 1);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  min-height: 70px;
}


.navbar-inverse {
  border-color: transparent;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #FFF;
  padding: 22px 10px;
}


/*=====================================
  HOME STYLES 
    ===================================*/
.home-sec {
  padding-top: 10px;
  padding-bottom: 60px;
  background: url(../img/header.jpeg) no-repeat center center;
  padding: 0;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
}

.home-sec .overlay {
  background: rgba(38, 57, 88, 0.89);
  min-height: 500px;
}

.home-sec h1 {
  color: #fff;
  font-weight: 900;
  font-size: 50px;
  text-transform: uppercase;
  padding-bottom: 35px;
}

.home-sec h3 {
  text-transform: uppercase;
}



.set-flexi {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  background-color: transparent;
  border: 0px solid #000;
  padding-top: 120px;
}

.flex-control-nav {
  display: none !important;
}

.set-flexi a {
  margin: 5px;
}

/*=====================================
  TAG LINE STYLES 
    ===================================*/

.tag-line {
  background: #E9E9E9;
  color: #000;
}

.tag-line h2 {
  font-size: 20px;
  font-weight: 900;
  padding: 5px 10px 10px 5px;
  color: #005E5A;
}

.tag-line h2>i {
  margin-left: 8px;
  margin-right: 8px;
}

/*=====================================
  HEADER LINE STYLES 
    ===================================*/
.header-line {
  font-weight: 900;
  font-size: 25px;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #000;
}

h1::after {
  content: " ";
  border: solid 2px #2f9484;
  display: block;
  width: 200px;
  margin: 12px auto;
}

/*=====================================
  ABOUT STYLES 
  ===================================*/
.about-div {
  padding: 30px;
}

.icon-round-border {
  border: 10px double #1A94C4;
  color: #2f9484;
  text-align: center;
  padding-top: 15px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.icon-round-border:hover {
  color: #fff;
  border: 10px double #fff;
  background-color: #1A94C4;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.about-div hr {
  border: 1px solid #1A94C4;
}

.about-div h3 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-div p {
  padding-top: 10px;
}

.btn-set {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  margin-bottom: 20px;
}

/*=====================================
  FACULTY STYLES 
  ===================================*/
#faculty-sec {
  background-color: #000;
  color: #fff;
}

#faculty-sec .header-line {
  color: #fff;
}
  
#download {
  background-color: #000;
  color: #fff;
}

#download .header-line {
  color: #fff;
}

.faculty-div h4 {
  line-height: 30px;
  font-weight: 700;
}

.faculty-div {
  padding: 30px;
}

.faculty-div hr {
  border: 1px solid #1A94C4;
}

.faculty-div h3 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.faculty-div p {
  padding-top: 2px;
  padding-bottom: 5px;
}

/*=====================================
  CONTACT STYLES 
  ===================================*/
#contact-sec {
  padding-top: 10px;
  padding-bottom: 60px;
  background: url(../img/contact.jpg) no-repeat center center;
  padding: 0;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
}

#contact-sec .overlay {
  background: rgba(0, 0, 0, 0.76);
  min-height: 600px;
}

#contact-sec h1 {
  color: #fff;
}

#contact-sec .form-control {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}

/*=====================================
  Footer STYLES 
  ===================================*/
#footer {
  padding: 5px 20px;
  background-color: #2d3d5a;
  text-align: right;
  color: #fff;
  font-size: 15px;
}

#gallery {
  padding-top: 40px;
}

@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}

.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}