

@import url('https://fonts.googleapis.com/css?family=Raleway:200,200i,300,300i,400,400i,600,600i,600,600i,700,700i,800,800i');
html,
body {
    height: 100%;
    font-family: 'Raleway', sans-serif;
}

body {
    font-size: 14px;

color: #666;

font-weight: 400;

font-family: 'Raleway', sans-serif;

line-height: 26px;
overflow-x: hidden;
}

.carousel {
    height: 80%;
}

.item,
.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 653px;
    background-position: center;
    background-size: cover;
    opacity: 0.6;
}

.navbar-brand-centered {
    background: #fff;
    border-top: 3px solid #EBB328
}

.navbar-brand {
    float: none;
    height: auto;
}

.navbar {
    position: relative;
    min-height: 60px;
    margin-bottom: 0px;
    border-radius: 0px;
}

.navbar-default .navbar-nav>li>a {
    padding: 17px 15px;
    line-height: 25px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav li a {
    background: url(../img/divider.png) right 22px no-repeat;
}

.navbar-default .navbar-nav li a.none {
    background: none
}

.navbar-default .navbar-nav li.contact-us {
    background: #fff;
    color: #EBB327;
}

.gery-box {
    background: #FCFCFC;
    border: 1px solid #eee;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 1px;
}

.gery-box h1 {
    font-size: 20px;
    color: #EBB327;
    font-weight: 500;
    margin: 0px;
}

.gery-box h1 span {
    color: #666;
}

.white-box-top {
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 20px;
}

.vertical-scroll {
    overflow-y: scroll;
    height: 335px;
}

.white-box-top .event {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
}

.white-box-top .event a {
    color: #EBB327;
}


/* Tabs */

.tabs-section ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    padding: 0;
    width: 100%;
    min-width: 175px;
    list-style: none;
}

.tabs-section ul.tabs li {
    margin: 0;
    cursor: pointer;
    padding: 10px 0px;
    line-height: 29px;
    color: #666;
    text-align: left;
    font-weight: 500;
    /*background: #f7f7f7;*/
    font-size: 15px;
    border-bottom: 1px solid #eee;
    text-transform: none;
}

.tabs-section ul.tabs li i {
    padding-top: 6px;
    padding-right: 10px;
}

.tabs-section ul.tabs li:hover {
    /* background: #EBB328;*/
    color: #EBB328;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.tabs-section ul.tabs li.active {
    /*background: #EBB328;*/
    color: #EBB328;
}

.tabs-section .tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.tabs-section .tab_content {
    height: 100%;
    display: none;
}

.tabs-section .tab_content h2 {
    font-weight: 400;
    color: #333;
    font-size: 26px;
   font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.tabs-section .tab_drawer_heading {
    display: none;
}

.department ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 25px 0 0;
    width: 21%;
    min-width: 175px;
    list-style: none;
    padding-left: 15px;
}

.department ul.tabs li {
    margin: 0;
    cursor: pointer;
    padding: 15px 15px;
    line-height: 29px;
    color: #666;
    font-weight: 500;
    text-align: left;
    background: #f7f7f7;
    font-size: 15px;
   font-family: 'Raleway', sans-serif;
    border-bottom: 1px solid #ccc;
    
}

.department ul.tabs li i {
    padding-top: 6px;
    padding-right: 10px;
}

.department ul.tabs li:hover {
    background: #EBB328;
    color: #fff;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.department ul.tabs li.active {
    background: #EBB328;
    color: #fff;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.department .tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    left: -1%;
    width: 78%;
    min-width: 10px;
    text-align: left;
    background: white;
    border-radius: 0px;
    box-shadow: 2px 2px 6px -5px rgba(0, 0, 0, 0.5);
    border: 1px solid #eee;
}    
.department .tab_content {
    padding: 20px;
    height: 100%;
    display: none;
}

.department .tab_content h2 {
    font-weight: 400;
    color: #333;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.department .tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 781px) {
    ul.tabs {
        display: none;
    }
    .department .tab_container {
        display: block;
        margin: 0 auto;
        width: 90%;
        border-top: none;
        border-radius: 0;
       
    }
    .department .tab_drawer_heading {
        background-color: #ccc;
        background: #EBB328;
        text-align: left;
        font-size: 18px;
        margin-bottom: 5px;
        color: #fff;
        margin-top: 5px;
        padding: 10px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
    }
    .department .tab_drawer_heading:hover {
        background: #EBB328;
        color: #fff;
    }
    .department .d_active {
        background: #EBB328;
        color: #fff;
    }
}

.yellow-bg {
    background: #EBB327;
    padding: 5px 5px 10px 5px;
}

.gery-bg {
    background: #FAF9FF;
    clear: both;
    overflow: hidden;
    padding: 60px;
    border-bottom: 1px solid #eee;
}

.gery-bg img {
    padding: 1px;
    margin-top: 20px;
    border-radius: 3px;
}

.gery-bg .white-box {
    background: #fff;
    padding: 25px;
    /* -webkit-box-shadow: 9px 9px 6px -9px #777;
    -moz-box-shadow: 9px 9px 6px -9px #777;
    box-shadow: 9px 9px 6px -9px #777;*/
}

.gery-bg .white-box h3 {
    color: #EBB327;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.gery-bg .white-box h5 {
    color: #666;
    font-size: 18px;
    font-weight: 500;
}

.about-university,
.upcoming-events {
    padding-top: 30px;
    padding-bottom: 30px;
}

.about-university h1,
.upcoming-events h1,
.testimonial h1, 
.department h1{
    color: #000;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    margin: 0px;
    text-transform: uppercase;
}

.about-university .brd-btm,
.upcoming-events .brd-btm,
.testimonial .brd-btm,
.department .brd-btm{
    border-bottom: 3px solid #EBB327;
    margin: 0 auto;
    width: 100px;
    margin-top: -10px;
}

.upcoming-events .date {
    border: 1px solid #EBB327;
    text-transform: uppercase;
    color: #EBB327;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 10px;
}

.upcoming-events .date span {
    font-size: 15px;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
}

.upcoming-events h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-top: 0;
}

.upcoming-events h6 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    opacity: 0.3;
    text-transform: none;
}

.upcoming-events p.para {}

.testimonial {
    background: #FAF9FF;
    clear: both;
    overflow: hidden;
    padding: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.testimonial h1 {
    margin: 0;
    text-align: center;
}

#quote-carousel blockquote {
    font-size: 15px;
    font-weight: 500;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-control.left {
    left: -60px;
}

#quote-carousel .carousel-control.right {
    right: -60px;
}

#quote-carousel .carousel-indicators {
    right: 60%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    width: 60px;
    height: 60px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 60px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}

#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #EBB227;
    opacity: 1;
    overflow: hidden;
}

#quote-carousel .carousel-inner {
    min-height: 300px;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.empty-space {
    margin-top: 30px;
}

.grid {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}


/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption>a {
    /*z-index: 1000;*/
    /* text-indent: 200%;*/
    white-space: nowrap;
    font-size: 15px;
    color: #fff;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: 0em;
    font-weight: 300;
    font-size: 26px;
}

.grid figure h2 span {
    font-weight: 600;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 0px;
    font-size: 68.5%;
}

figure.effect-oscar {
    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}

figure.effect-oscar img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
    padding: 15px;
    background-color: rgba(58, 52, 42, 0.7);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}

figure.effect-oscar h2 {
    margin: 15% 0 15px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

figure a.view-more-btn {
    color: #EBB327;
    background: #fff;
    margin-top: 10px;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}

figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-oscar:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}

figure.effect-oscar:hover img {
    opacity: 0.4;
}


/* DropDown Submenu */

.dropdown-menu>li.kopie>a {
    padding-left: 5px;
}

.navbar-default .navbar-nav li.dropdown ul.dropdown-menu li a {
    background: none;
}

.dropdown-menu>.active>a {
    color: #EBB327
}

.dropdown-menu>.active>a:hover {
    color: #EBB327
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #EBB327;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.dropdown-submenu>a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -5px;
    margin-top: 5px;
    width: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover {
    text-decoration: none;
}

.dropdown-menu>li>a {
    display: block;
    padding: 5px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 13px;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 1px 0;
}

.dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

@media (max-width: 767px) {
    .navbar-nav {
        display: inline;
    }
    .navbar-default .navbar-brand {
        display: inline;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-nav .dropdown-menu>li>a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        background-color: #ccc;
    }
    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }
    .dropdown-menu {
        padding-left: 10px;
    }
    .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }
    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }
    li.dropdown.open {
        border: 0px solid red;
    }
    .navbar-default .navbar-nav li a {
        background: none;
    }
    .gery-bg {
        padding: 0px;
    }
    .navbar-default .navbar-nav > li > a {
    padding: 15px 10px;
    line-height: 5px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    }
    .testimonial {
        padding: 30px 0;
    }
    .grid figure{
        margin-bottom: 15px;
    }

}

@media (min-width: 768px) {
    ul.nav li:hover>ul.dropdown-menu {
        display: block;
    }
    #navbar {
        text-align: center;
    }
}

footer {
    border-top: 4px solid #EBB227;
    background: #2D3740;
    color: #fff;
}

footer h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #6F6F6F;
    padding-bottom: 15px;
}

footer ul.footer-links {
    margin: 0;
    padding: 0;
}

footer ul.footer-links li {
    list-style-type: none;
}

footer ul.footer-links li a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #7F7F7F;
    line-height: 29px;
    display: inline-block;
    text-decoration: none;
}

footer ul.footer-links li a:hover {
    color: #fff;
}

footer img.img {
    float: left;
    margin-top: 3px;
    margin-bottom: 40px;
    margin-right: 5px;
}

footer .address {
    font-size: 14px;
    font-weight: 600;
    color: #7F7F7F;
    line-height: 24px;
    padding-bottom: 10px;
}

footer .copyright {
    border-top: 1px solid #6F6F6F;
    color: #7F7F7F;
    font-size: 13px;
    padding-top: 10px;
    text-align: center;
    margin-top: 10px;
}

footer .form-control {
    border-radius: 0;
    border: 0
}

footer .newsletter-btn {
    background: #EBB327;
    color: #fff;
    text-align: center;
    border-radius: 0
}

@media screen and (min-width:768px) {
    .navbar-brand-centered {
        text-align: center;
        background-color: #fff;
    }
    .navbar>.container .navbar-brand-centered,
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
}

.carousel-caption {
    position: relative;
    left: 0%;
    right: 0%;
    bottom: 0px;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
    text-shadow: none;
    & .btn {
        text-shadow: none;
    }
}

.carousel {
    position: relative;
}

.controllers {
    position: absolute;
    top: 0px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

