/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../imghostel/call-to-action-bg-3.jpg) fixed center center;
    background-size: cover;
}

a {
    color: #ff9306;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #ff9306;
    outline: none;
    text-decoration: none !important;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #ff9306;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #ff9306;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    padding: 30px 0;
    height: 92px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

#header.header-scrolled {
    background: rgba(0, 0, 0, 0.9);
    padding: 20px 0;
    height: 72px;
    transition: all 0.5s;
}

#header #logo {
    float: left;
}

#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
    padding-left: 10px;
    border-left: 4px solid #ff9306;
}

#header #logo img {
    padding: 0;
    margin: 0;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    display: table;
    width: 100%;
    height: 100vh;
    background: #000;
    clip-path: polygon(0 0, 100% 0, 100% 80vh, 0 100%)
}

#logo-img{
    width: 140px;
    position: relative; 
    top: -30px;
}

@media(max-width: 770px){
    #logo-img{
        position: relative;
        transform: translateY(25px) scaleY(1.5);
    }
}
@media(max-width: 500px){
    #logo-img{
        position: relative;
        transform: translateY(25px) scaleY(1.5);
    }
}


#intro .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#intro .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#intro .carousel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#intro .carousel-background img {
    max-width: 100%;
}

#intro .carousel-content {
    text-align: center;
}

#intro h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
}

#intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
}

#intro .carousel-fade {
    overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
    width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

#intro .carousel-indicators li {
    cursor: pointer;
}

#intro .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #ff9306;
}

#intro .btn-get-started:hover {
    background: #fff;
    color: #ff9306;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu>li {
    float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    outline: none;
}

.nav-menu li:hover>a,
.nav-menu>.menu-active>a {
    color: #ff9306;
}

.nav-menu>li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li:hover>a {
    color: #ff9306;
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
    color: #ff9306;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
    color: #ff9306;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #ff9306;
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}

#mobile-nav ul .menu-item-active {
    color: #ff9306;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #ff9306;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-header p {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
}

.section-header h1 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    padding-top: 20px;
}

.section-header h1::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-header h1::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #ff9306;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-header h2 {
    font-size: 26px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.section-header h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 200px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 100px);
}

.section-header h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 3px;
    background: #188ed2;
    bottom: 0;
    left: calc(50% - 50px);
}

/* Section with background
--------------------------------*/
.section-bg {
    background: #f7f7f7;
}

/* About Section
--------------------------------*/
#about {
    padding: 100px 0;
  }
  
  #about .events-container .background {
    margin: 20px 0;
  }
  
  #about .events-container .content {
    background: #fff;
  }
  
  #about .events-container .title {
    color: #333;
    font-weight: 700;
    font-size: 32px;
  }
  
  #about .events-container p {
    line-height: 26px;
  }
  
  #about .events-container p:last-child {
    margin-bottom: 0;
  }
  
  #about .events-container .icon-box {
    background: #fff;
    background-size: cover;
    padding: 0 0 30px 0;
  }
  
  #about .events-container .icon-box .icon {
    float: left;
    background: #fff;
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #007bff;
    transition: all 0.3s ease-in-out;
  }
  
  #about .events-container .icon-box .icon i {
    color: #007bff;
    font-size: 24px;
  }
  
  #about .events-container .icon-box:hover .icon {
    background: #007bff;
  }
  
  #about .events-container .icon-box:hover .icon i {
    color: #fff;
  }
  
  #about .events-container .icon-box .title {
    margin-left: 80px;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
  }
  
  #about .events-container .icon-box .title a {
    color: #283d50;
  }
  
  #about .events-container .icon-box .description {
    margin-left: 80px;
    line-height: 24px;
    font-size: 14px;
  }
  
  #about .events-extra {
    padding-top: 60px;
    box-shadow: 5px 10px 15px rgba(0,0,0,.5);
  }
  
  #about .events-extra h4 {
    font-weight: 600;
    font-size: 24px;
  }
  #about .shadow{
    -webkit-box-shadow: 10px 3px 17px -5px rgba(0,0,0,0.62);
    -moz-box-shadow: 10px 3px 17px -5px rgba(0,0,0,0.62);
    box-shadow: 10px 3px 17px -5px rgba(0,0,0,0.62);
  }

  @media(max-width: 500px){
    #about {
        padding: 60px 20px;
      }
  }
/*--------------------------------
 Hostel rules Section
--------------------------------*/

#clubs{
    width: 100%;
    background: linear-gradient(112.15334473777807deg, rgb(240, 160, 56) 5.533854166666667%, rgb(255, 241, 110) 96.67968749999999%);
    padding-top: 80px;
}
#clubs h1 {
    padding-bottom: 0;
}
#clubs .col-content-text{
    margin: 0;
    padding: 0;
    font-family: sans-serif; 
    height: 600px;
}
.row-clubs{
    padding: 25px 0;
    height: 1500px;
}
.box{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 109%;
    height: 1000px;
    transform-style: preserve-3d;
}
.box:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-bottom: 20px solid #fff;
    border-right: 20px solid #fff;
    box-sizing: border-box;
}
.box:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-top: 20px solid #fff;
    border-left: 20px solid #fff;
    box-sizing: border-box;
}
.text{
    position: absolute;
    top: 30px;
    left: -30px;
    background: #262626;
    width: calc(100% + 60px);
    height: calc(100% - 60px);
}
.text div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 0px 20px 0px 60px;
    box-sizing: border-box;
    text-align: center;
}
.text div h3{
    margin: 0 0 20px;
    padding: 0;
    color: #fff;
}
.text div p{
    margin: 0 0 20px;
    padding: 0;
    color: #fff;
    font-size: 15px;
    text-align: justify;
}
@media(max-width: 1100px){
    .box{
        top: 110%;
        width: 95%;
        height: 1300px;
    }
}
@media(max-width: 1000px){
    #clubs h1 {
       padding-bottom: 150px;
    }
    #clubs .col-content-text{
        height: 600px;
    }
    .box{
        width: 100%;
        height:1150px;
    }
    .text div p{
        font-size: 12px;
    }
    .text div h1{
        font-size: 16px;
    }
    .col-content-text{
        width: 100%;
    }
}
@media(max-width: 830px){
    .box{
        top: 110%;
        width: 90%;
        height: 1200px;
    }
}
@media(max-width: 770px){
    .box{
        top: 110%;
        width: 85%;
        height: 1300px;
    }
}
@media(max-width: 760px){
    .box{
        height: 1350px;
        width: 95%;
    }
}
@media(max-width: 600px){
    .box{
        top: 120%;
        width: 88%;
        height: 1400px;
    }
    #clubs .container {
        height:1700px;
    }
}
@media(max-width: 537px){
    #clubs .container {
        height:2000px;
    }
    .box{
        width: 75%;
        height: 1700px;
        top: 150%;
    }
}
@media(max-width: 450px){
    #clubs .container {
        height: 2300px;
    }
    .box{
        top: 170%;
        width: 75%;
        height: 2000px;
    }
}
@media(max-width: 385px){
    #clubs .container {
        height: 2500px;
    }
    .box{
        top: 185%;
        width: 75%;
        height: 2200px;
    }
}
@media(max-width: 345px){
    #clubs .container {
        height: 2600px;
    }
    .box{
        top: 195%;
        width: 75%;
        height: 2300px;
    }
}
@media(max-width: 334px){
    #clubs .container {
        height: 2700px;
    }
    .box{
        top: 210%;
        width: 75%;
        height: 2500px;
    }
}
/*  ******   */
#clubs .col-content-images{
    width: 100%;
    height: 500px;
    position: relative;
}

#clubs .composition {
    position: relative;
    transition: all 1s;
}
#clubs .composition__photo {
    width: 40%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
    position: absolute;
    border-radius: 2px;
    outline-offset: 10px;
    z-index: 10;
    transition: all .2s;
}

.composition__photo--p1 {
    left: 60%;
    top: 0px;
}

.composition__photo--p2 {
    left: 40%;
    top: 150px;
}

.composition__photo--p3 {
    left: 20%;
    top: 300px;
}

@media(max-width:1000px) {
    .col-content-images{
        display: none;
    }
    .composition__photo {
        display: none;
    }
}

#clubs .composition__photo:hover {
    outline: 1rem solid #55c57a;
    transform: scale(1.05) translateY(2rem);
    box-shadow: 0 1.5rem 6rem rgba(0, 0, 0, 0.4);
    z-index: 20;
}

.composition__photo:hover .composition__photo:not(:hover) {
    transform: scale(0.95);
}


  /*------------------------------
  Warden's message
  ------------------------------*/
  #wardenMessage {
      padding: 60px 0;
  }
  .bg-text {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.5); /* Black w/opacity/see-through */
    color: white;
    font-weight: 500;
    font-size: 19px;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 110%;
    padding: 20px;
    text-align: left;
    height: 820px;
  }
  #wardenMessage .container {
      height: 1200px;
  }
  @media(max-width: 1100px){
    #wardenMessage .container {
        height: 1200px;
    }
    .bg-text {
        height: 900px;
        width: 95%;
        top: 35%;
        font-size: 17px;
      }
}
  @media(max-width: 1000px) {
    .bg-text {
        height: 900px;
        width: 115%;
        top: 40%;
        font-size: 17px;
      }
    #wardenMessage .container {
        height: 1300px;
    }
  }
  @media(max-width: 830px) {
    .bg-text {
        height: 1150px;
        width: 90%;
        top: 45%;
      }
    #wardenMessage .container {
        height: 1500px;
    }
  }
  @media(max-width: 770px){
    #wardenMessage .container {
        height: 1600px;
    }
    .bg-text {
        height: 1150px;
        width: 95%;
        top: 46%;
        font-size: 17px;
      }
}
@media(max-width: 760px){
    .bg-text {
        height: 1300px;
        width: 100%;
      }
}
@media(max-width: 600px){
    #wardenMessage .container {
        height: 1600px;
    }
    .bg-text {
        height: 1300px;
        width: 95%;
        top: 48%;
        font-size: 17px;
      }
}
@media(max-width: 537px){
    #wardenMessage .container {
        height: 1700px;
    }
    .bg-text {
        height: 1400px;
      }
}
@media(max-width: 496px){
    #wardenMessage .container {
        height: 1800px;
    }
    .bg-text {
        height: 1500px;
        top: 58%;
      }
}
  @media(max-width: 470px){
    #wardenMessage .container {
        height: 2000px;
    }
    .bg-text {
        height: 1600px;
        width: 96%;
        top: 60%;
        font-size: 17px;
      }
}
@media(max-width: 426px){
    #wardenMessage .container {
        height: 2100px;
    }
    .bg-text {
        height: 1720px;
        width: 95%;
        top: 65%;
        font-size: 17px;
      }
}
  @media(max-width: 411px){
    #wardenMessage .container {
        height: 2100px;
    }
    .bg-text {
        height: 1800px;
        width: 95%;
        top: 65%;
        font-size: 17px;
      }
}
@media(max-width: 390px){
    #wardenMessage .container {
        height: 2300px;
    }
    .bg-text {
        height: 1900px;
        width: 95%;
        top: 70%;
        font-size: 17px;
      }
}
@media(max-width: 358px){
    #wardenMessage .container {
        height: 2300px;
    }
    .bg-text {
        height: 2000px;
        width: 95%;
        top: 70%;
        font-size: 17px;
      }
}
@media(max-width: 340px){
    #wardenMessage .container {
        height: 2500px;
    }
    .bg-text {
        height: 2230px;
        width: 95%;
        top: 80%;
        font-size: 17px;
      }
}
/* Events Section */

#events {
    padding: 60px 0px;
    position: relative;
    background: linear-gradient(112.15334473777807deg, rgb(7, 115, 129) 5.533854166666667%, rgb(217, 235, 234) 96.67968749999999%);
}

#events .container {
    position: relative;
    z-index: 10;
}
.about-col{
    text-align: justify;
}

.about-col-clip1 {
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 90%);
    padding: 100px;
}

.about-col-clip2 {
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    padding: 100px;
}

#events .about-col {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

#events .about-col .img {
    position: relative;
}

#events .about-col .img img {
    border-radius: 4px 4px 0 0;
}

#events .about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    background-color: #ff9306;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc(50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}

#events .about-col i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}

#events .about-col:hover .icon {
    background-color: #fff;
}

#events .about-col:hover i {
    color: #ff9306;
}

#events .about-col h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}

#events .about-col h2 a {
    color: #000;
}

#events .about-col h2 a:hover {
    color: #ff9306;
}

#events .about-col p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
}

@media(max-width: 500px) {
    .about-col-clip1 {
        clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%);
        padding: 50px 10px;
    }

    .about-col-clip2 {
        clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
        padding: 50px 10px;
    }
}

/*Student Representatives
--------------------------------*/
/*body {
  padding:1.5em;
  background: #f5f5f5
}*/
#studentRepresentatives {
  background: #fff;
  padding: 60px 0;
}
#studentRepresentatives table {
  border: 1px #a39485 solid;
  font-size: .9em;
  box-shadow: 0 2px 5px rgba(0,0,0,.25);
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
  overflow: hidden;
  padding: 30px 0;

}

#studentRepresentatives th {
  text-align: left;
}
  
#studentRepresentatives thead {
  font-weight: bold;
  color: #fff;
  background: #73685d;
}
  
#studentRepresentatives td, th {
  padding: 1em .5em;
  vertical-align: middle;
}
  
#studentRepresentatives td {
  border-bottom: 1px solid rgba(0,0,0,.1);
  background: #fff;
}

#studentRepresentatives a {
  color: #73685d;
}
  
 @media all and (max-width: 768px) {
    
  #studentRepresentatives table, thead, tbody, th, td, tr {
    display: block;
  }
  
  #studentRepresentatives th {
    text-align: right;
  }
  
  #studentRepresentatives table {
    position: relative; 
    padding-bottom: 0;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
  }
  
  #studentRepresentatives thead {
    float: left;
    white-space: nowrap;
  }
  
  #studentRepresentatives tbody {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    white-space: nowrap;
  }
  
  #studentRepresentatives tr {
    display: inline-block;
    vertical-align: top;
  }
  
  #studentRepresentatives th {
    border-bottom: 1px solid #a39485;
  }
  
  #studentRepresentatives td {
    border-bottom: 1px solid #e5e5e5;
  }
  
  
  }

/* Gallery Section
--------------------------------*/

#gallery {
    padding: 20px 0;
}

#gallery #gallery-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}

#gallery #gallery-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#gallery #gallery-flters li:hover,
#gallery #gallery-flters li.filter-active {
    background: #ff9306;
    color: #fff;
}

#gallery #gallery-flters li:last-child {
    margin-right: 0;
}

#gallery .gallery-wrap {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

#gallery .gallery-wrap:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#gallery .gallery-item {
    position: relative;
    height: 360px;
    overflow: hidden;
}

#gallery .gallery-item figure {
    background: #000;
    overflow: hidden;
    height: 240px;
    position: relative;
    border-radius: 4px 4px 0 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#gallery .gallery-item figure:hover img {
    opacity: 0.4;
    transition: 0.3s;
}

#gallery .gallery-item figure .link-preview {
    position: absolute;
    display: inline-block;
    opacity: 0;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    transition: 0.2s linear;
}

#gallery .gallery-item figure .link-preview i{
    padding-top: 6px;
    font-size: 22px;
    color: #333;
}

#gallery .gallery-item figure .link-preview:hover {
    background: #18d26e;
}

#gallery .gallery-item figure .link-preview:hover i {
    color: #fff;
}

#gallery .gallery-item figure:hover .link-preview {
    transform: scale(10);
}

#gallery .gallery-item .gallery-info {
    background: #fff;
    text-align: center;
    padding: 30px;
    height: 90px;
    border-radius: 0 0 3px 3px;
}

#gallery .gallery-item .gallery-info h4 {
    font-size: 18px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 0;
}

#gallery .gallery-item .gallery-info h4 a {
    color: #333;
}

#gallery .gallery-item .gallery-info h4 a:hover {
    color: #ff9306;
}

#gallery .gallery-item .gallery-info p {
    padding: 0;
    margin: 0;
    color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.page {
    display: none;
  }
  .page-active {
    display: block;
  }

/* Team Section
--------------------------------*/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#team {
    background: #eee !important;
    padding: 60px 0;

}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}
#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    /*-moz-transform: perspective(1000px);*/
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
  /*  -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);*/
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #000;
    padding: 0 0 30px 0;
    color: #eee;
    font-size: 14px;
}

#footer .copyright {
    text-align: left;
    padding-top: 30px;
}


/*--------------------------------------------------------------
#Route map
--------------------------------------------------------------*/

#routemap {
    padding: 30px 0;
    background: linear-gradient(112.15334473777807deg, rgb(23, 197, 197) 5.533854166666667%, rgb(46, 64, 66) 96.67968749999999%);
}

.routeImg {
    padding: 50px 0;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 1024px) {
    #header #logo {
        padding-left: 60px;
    }

    #intro p {
        width: 60%;
    }

    #intro .carousel-control-prev,
    #intro .carousel-control-next {
        width: 5%;
    }

    #nav-menu-container {
        padding-right: 60px;
    }   
}

@media (max-width: 1367px) {
    .back-to-top {
        bottom: 15px;
    }

    #header #logo h1 {
        font-size: 28px;
    }

    #header #logo img {
        max-height: 80px;
    }

    #intro h2 {
        font-size: 28px;
    }

    #nav-menu-container {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }
}
@media (max-width: 770px) {
    .back-to-top {
        bottom: 15px;
    }

    #header #logo h1 {
        font-size: 28px;
    }

    #header #logo img {
        max-height: 50px;
    }

    #intro h2 {
        font-size: 28px;
    }

    #nav-menu-container {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }
}
