﻿@font-face {
    font-family: 'Stupa_Bold';
    src: url('../fonts/Stupa_Bold.eot');
    src: local('Stupa_Bold'), url('../fonts/Stupa_Bold.woff') format('woff'), url('../fonts/Stupa_Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Stupa_Slider';
    src: url('../fonts/Stupa_Slider.eot');
    src: local('Stupa_Bold'), url('../fonts/Stupa_Slider.woff') format('woff'), url('../fonts/Stupa_Slider.ttf') format('truetype');
}

@font-face {
    font-family: 'Stupa';
    src: url('../fonts/Stupa.eot');
    src: local('Stupa'), url('../fonts/Stupa.woff') format('woff'), url('../fonts/Stupa.ttf') format('truetype');
}

body {
    font-family: Stupa;
    letter-spacing: 0.025em;
}

a:hover, a:focus, a:after, a:active {
    text-decoration: none;
}

.navbar {
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 0px;
    margin-bottom: 0px;
    z-index: 2147483647;
}

.nav > li > a {
    padding: 10px 12px;
    font-family: Stupa_Bold;
    font-weight: 500;
    color: #fff !important;
}

li.nav-item {
    padding-top: 25px;
    padding-bottom: 25px;
}

.navbar-nav > li > a {
    font-size: 19px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-default {
    background-color: #103e75;
    border: 0px;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #fabc02 !important;
        background-color: #103e75;
    }

.navbar-brand img {
    max-height: 60px;
    width: auto;
}

.navbar-default .navbar-nav > .open > a {
    background-color: #103e75;
    color: #fabc02;
}

.dropdown-menu > li > a {
    display: block;
    padding: 5px 15px;
    clear: both;
    font-weight: 400;
    color: #333;
    white-space: nowrap;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #103e75;
    color: #fabc02;
}

.registration, .courses {
    padding: 5px 30px;
    border-radius: 5px;
    border: 2px solid #ff6a00;
    font-size: 22px;
    font-family: Stupa;
}

.registration {
    background-color: #ff6a00;
    color: white;
    margin-right: 8px;
    display: block;
    width: inherit;
    outline: none;
}

    .registration:hover {
        background-color: white;
        color: #ff6a00;
    }

.courses {
    background-color: #103e75;
    color: #fff;
    border: 2px solid #103e75;
}

    .courses:hover {
        border-color: #103e75;
        color: #103e75;
        background-color: white;
    }

#HeaderSlider .container {
    position: absolute;
    top: auto;
    bottom: 45%;
    width: 100%;
    left: 5%;
}

    #HeaderSlider .container h1 {
        color: white;
        font-family: Stupa_Slider;
        font-size: 64px;
        margin-bottom: 20px;
    }

section {
    margin: 30px 0;
}

    section.dark {
        background-color: whitesmoke;
    }


.section_header_container {
    padding-bottom: 15px;
}

h2.section_header {
    font-family: Stupa_Bold;
    font-size: 40px;
    color: #000066;
    margin: 0px;
}

.section_content {
    font-size: 19px;
    font-family: Stupa;
    text-align: justify;
    padding-bottom: 15px;
}

.read_more {
    margin-top: 5px;
    text-align: left;
    margin-bottom: 25px;
}

    .read_more a {
        padding: 7px 18px;
        font-size: 16px;
        border: 2px solid #ff6a00;
        border-radius: 3px;
        color: #ff6a00;
    }

        .read_more a:hover {
            background-color: #ff6a00;
            color: white;
        }

.features_upper {
    text-align: center;
    margin-bottom: 30px;
}


.information_collection .dark {
    text-align: left;
    padding: 30px 30px 35px 40px;
}

.features_upper img {
    max-width: 75px;
    height: auto;
}

h3.feature_title {
    margin: 0px;
    color: #fff;
    font-family: Stupa;
    font-weight: bold;
}

.features_upper p {
    color: #5b5956;
    font-family: Stupa;
    font-size: 17px;
}

h2.section_header_lined {
    margin: 0px;
}

    h2.section_header_lined span:after,
    h2.section_header_lined span:before {
        content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
        text-decoration: line-through;
    }

    h2.section_header_lined label {
        padding: 0 8px;
        font-weight: normal;
    }

.courses_slider {
    padding: 60px 0;
}

#CourseSlider .slick-slide {
    margin: 0px 25px;
}

.courses_content {
    text-align: center;
}

.course_slider_content {
    padding: 10px;
    background-color: white;
}

    .course_slider_content h3 {
        margin-top: 0px;
        font-size: 20px;
        height: 65px;
        color: black;
        overflow: hidden;
    }

        .course_slider_content h3:hover {
            color: #00acee;
        }

    .course_slider_content h4 {
        margin-top: 0px;
        font-size: 18px;
    }

.apply_now {
    margin-top: 0px;
    background-color: #000066;
    border-radius: 0px;
    font-size: 18px;
    height: 45px;
}

    .apply_now:hover {
        background-color: #ff6a00;
        border-color: #ff6a00;
    }



/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 25px;
        line-height: 1;
        opacity: .75;
        color: #000066;
        padding: 10px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

#HeaderSlider .slick-prev {
    left: 25px;
    z-index: 100;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

#HeaderSlider .slick-next {
    right: 45px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

#HeaderSlider .slick-slide {
    position: relative;
}

#HeaderSlider .slick-prev:before, #HeaderSlider .slick-next:before {
    font-size: 49px;
    opacity: .75;
    color: #fff;
}

.events {
    background-color: white;
    padding: 10px;
    margin: 30px;
}

    .events h1 {
        margin: 0px;
        margin-bottom: 10px;
    }

.left_container {
    width: 40%;
    float: left;
    padding: 0 15px;
}

.right_container {
    width: 60%;
    float: right;
    padding: 0 15px;
}

.events p {
    font-size: 18px;
}

.right_container .read_more, .dark-blue-bg .read_more {
    margin-top: 25px;
    text-align: left;
    margin-bottom: 10px;
}

    .right_container .read_more a, .dark-blue-bg .read_more a {
        background-color: #ff6a00;
        color: white;
    }

.dark-blue-bg {
    background-color: #000066;
    color: white;
    padding: 15px 10px;
}

.date_container {
    margin: 10px 0;
}

.dark-blue-bg h3 {
    font-size: 22px;
}

.dark-blue-bg p {
    font-size: 18px;
}

.dark-blue-bg h2 {
    margin-top: 5px;
    font-size: 25px;
    margin-bottom: 15px;
}

.staff_slider_container {
    text-align: center;
    padding-bottom: 15px;
    border: 1px solid silver;
    -webkit-box-shadow: 5px 5px 5px 0px transparent;
    -moz-box-shadow: 5px 5px 5px 0px transparent;
    box-shadow: 5px 5px 5px 0px transparent;
}

    .staff_slider_container:hover {
        transition: linear all 0.3s;
        -webkit-box-shadow: 1px 0px 14px 1px #ebebeb;
        -moz-box-shadow: 1px 0px 14px 1px #ebebeb;
        box-shadow: 1px 0px 14px 1px #ebebeb;
    }

    .staff_slider_container h4 {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .staff_slider_container p {
        margin-bottom: 15px;
    }

    .staff_slider_container a {
        margin-right: 8px;
        border-radius: 50%;
        font-size: 20px;
    }

.email {
    padding: 7px 9.2px;
    background-color: red;
    color: white;
    border: 1px solid red;
}

    .email:hover {
        background-color: white;
        color: red;
    }

.linked_in {
    padding: 7px 10.65px;
    color: white;
    background-color: #0e76a8;
    border: 1px solid #0e76a8;
}

    .linked_in:hover {
        background-color: white;
        color: #0e76a8;
    }

.facebook {
    background-color: #3b5998;
    color: white;
    padding: 7px 13.5px;
    border: 1px solid #3b5998;
}

    .facebook:hover {
        color: #3b5998;
        background-color: white;
    }

.twitter {
    background-color: #00acee;
    color: white;
    padding: 7px 10px;
    border: 1px solid #00acee;
}

    .twitter:hover {
        color: #00acee;
        background-color: white;
    }

#Staff_Slider .slick-slide {
    margin: 25px;
}

.slick-slide img {
    display: inline-block !important;
}

#Voice_Thumb {
    text-align: center;
}

    #Voice_Thumb img {
        border-radius: 50%;
        width: 75px;
        height: auto;
    }

    #Voice_Thumb h3 {
        font-weight: bold;
        margin-bottom: 5px;
    }

    #Voice_Thumb p {
        font-size: 18px;
    }

#Voice_Content p {
    font-size: 18px;
    text-align: center;
}

#Voice_Content i {
    font-size: 20px;
    color: #ff6a00;
}

#Voice_Content i, #Voice_Content p {
    display: inline;
}

p.designation {
    font-size: 20px !important;
}

footer {
    padding: 8px 0;
    text-align: center;
    background-color: #ff6a00;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

    footer a {
        color: whitesmoke;
        border-bottom: 1px dotted whitesmoke;
    }

        footer a:hover {
            color: white;
            border-bottom: 1px solid transparent;
        }

.bottom_content h3 {
    margin-top: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid white;
    color: white;
}

.bottom_content p {
    font-size: 16px;
    color: white;
}

.bottom_content a {
    color: white;
}

    .bottom_content a:hover {
        color: #ff6a00;
    }

.bottom_content .quick_link {
    margin: 10px 0;
    width: 100%;
    font-size: 18px;
    color: white;
}

.bottom_content .contact_detail {
    margin: 5px 0;
    width: 100%;
    font-size: 16px;
    color: white;
}

    .bottom_content .contact_detail .footer_social {
        font-size: 18px;
        margin-right: 10px;
        background-color: #ff6a00;
        color: white;
        margin-top: 10px;
        border: 1px solid #ff6a00;
    }

.footer_facebook {
    padding: 8px 13.5px;
}

.footer_email {
    padding: 8px 9.65px;
}

.footer_linkedin {
    padding: 8px 10.9px;
}

.footer_twitter {
    padding: 8px 10.3px;
}

.bottom_content .contact_detail .footer_social:hover {
    color: #ff6a00;
    background-color: white;
}

.bottom_content {
    background-image: url(../images/footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

    .bottom_content:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 102,0.8);
    }

.read_more a:hover {
    background-color: #ff6a00;
    color: white;
}

.right_container .read_more a:hover, .dark-blue-bg .read_more a:hover {
    background-color: white;
    color: #ff6a00;
}

.breadcrum:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.breadcrum {
    background-image: url(../Images/breadcrum.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}

.breadcrum_content {
    text-align: center;
    padding: 40px 0px;
    position: relative;
}

    .breadcrum_content h2 {
        color: #fff;
        text-transform: uppercase;
        margin: 0px 0px 5px;
        font-size: 50px;
        font-family: Stupa_Slider;
    }

    .breadcrum_content h6 {
        color: #ffffff;
        font-size: 21px;
        text-transform: capitalize;
        font-family: Stupa;
    }

.breadcrum_bottom {
    background-color: #eeeeee;
    border-bottom: 1px solid rgba(207,207,207,0.5);
}

.breadcrum_bottom_content {
    text-align: center;
}

    .breadcrum_bottom_content ul {
        width: auto;
        background-color: #000066;
        padding: 15px 0px;
        display: inline-block;
        margin: 0px;
    }

        .breadcrum_bottom_content ul li {
            display: inline-block;
            position: relative;
        }

            .breadcrum_bottom_content ul li:before {
                content: "\f105";
                position: absolute;
                font-family: fontawesome;
                top: 1px;
                left: -2px;
                width: auto;
                height: auto;
                color: #ffffff;
            }

            .breadcrum_bottom_content ul li:first-child:before {
                display: none;
            }

            .breadcrum_bottom_content ul li a {
                display: block;
                color: #ffffff;
                padding: 0px 18px;
                font-family: Stupa, sans-serif;
                font-weight: 600;
            }

.box-shadow {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(125,124,125,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(125,124,125,1);
    box-shadow: 5px 5px 5px 0px rgba(125,124,125,1);
}

.news-content {
    padding: 10px;
    border-left: 1px solid whitesmoke;
}

.mb-4 {
    margin-bottom: 35px !important;
}

.news-content h3 {
    margin: 0px;
    margin-top: 5px;
    font-size: 21px;
    font-family: Stupa;
    height: 55px;
    overflow: hidden;
    line-height: 1.5;
}

.news-content p {
    margin: 0px;
}

.details {
    border: 1px solid whitesmoke;
}

.news img {
    width: 100%;
    height: auto;
}

.detail-date {
    width: 65px;
    height: 65px;
    border: 3px solid;
    background-color: #ffffff;
    border-radius: 10px;
    color: #ff6a00;
    font-size: 25px;
    text-align: center;
    line-height: normal;
    padding: 5px;
    float: left;
}

    .detail-date > span {
        font-size: 18px;
        display: block;
        line-height: normal;
    }

.detail-content {
    overflow: hidden;
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 10px;
    font-family: Stupa_Bold;
}

    .detail-content h4 {
        font-weight: bold;
        color: black;
        font-size: 24px;
        margin-top: 0px;
        font-family: Stupa_Bold;
        line-height: 1.5;
        margin-top: 5px;
        margin-bottom: 0px;
    }

ul.detail-meta {
    width: 100%;
    float: left;
    padding: 0px;
    margin-bottom: 0px;
}

    ul.detail-meta li {
        display: inline-block;
        color: #999999;
        padding: 0px 10px;
        font-size: 16px;
        font-family: Stupa;
    }

        ul.detail-meta li:first-child {
            padding-left: 0px;
        }

        ul.detail-meta li > i {
            margin: 0px 8px 0px 0px;
            color: #aeaeae;
        }

.header_share_div {
    text-align: right !important;
}

.sidebar_header {
    padding: 10px 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #000066;
}

    .sidebar_header h2 {
        margin: 0px;
        color: white;
        font-size: 23px;
        font-family: Stupa_Bold;
        font-weight: bold;
    }

.sidebar {
    border-top-right-radius: 15px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(125,124,125,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(125,124,125,1);
    box-shadow: 5px 5px 5px 0px rgba(125,124,125,1);
}

.sidebar_content {
    padding: 15px;
    border: 1px solid whitesmoke;
}

    .sidebar_content h5 {
        color: black;
        margin: 0px;
        margin-bottom: 0px;
        font-weight: bold;
        font-size: 18px;
        font-family: Stupa;
        height: 51px;
        overflow: hidden;
        line-height: 1.5;
    }

    .sidebar_content a:hover h5 {
        color: #ff6a00;
    }

    .sidebar_content .contents {
        color: #9a9a9a;
        font-family: Stupa_Bold;
    }

.contact {
    padding: 25px;
    padding-bottom: 12px;
}

    .contact h3 {
        color: white;
        margin-bottom: 0px;
        font-family: StupaBold;
        font-size: 21px;
    }

        .contact h3 i {
            border: 1px solid white;
            padding: 5px;
        }

.contact-container {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(125,124,125,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(125,124,125,1);
    box-shadow: 5px 5px 5px 0px rgba(125,124,125,1);
}

.social-links a {
    margin-right: 8px;
    font-size: 18px;
}

.sidebar_content a h4 {
    color: #000;
    font-family: Stupa_Bold;
}

.sidebar_content a:hover h4 {
    color: #006;
}


figure.snip0064 {
    position: relative;
    overflow: hidden;
    min-width: 220px;
    max-height: 440px;
    width: 100%;
    background: #ffffff;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    figure.snip0064 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    figure.snip0064 .image {
        position: relative;
        width: 50%;
        overflow: hidden;
        left: -14%;
        z-index: 1;
        box-shadow: 0px 0 20px rgba(0, 0, 0, 0.5);
        -webkit-transform: skewX(15deg);
        transform: skewX(15deg);
    }

        figure.snip0064 .image img {
            position: relative;
            right: -20%;
            max-width: 100%;
            -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
        }

    figure.snip0064 figcaption {
        background: #103e75;
        height: 100%;
        margin: 0;
        padding: 35px 0;
        position: absolute;
        width: 100%;
        z-index: 1;
        padding-left: 45%;
        padding-right: 15px;
    }

        figure.snip0064 figcaption .position {
            position: absolute;
            bottom: 0;
            right: 0;
            line-height: 40px;
            padding-right: 20px;
            font-style: italic;
            opacity: 0.3;
        }

    figure.snip0064.blue figcaption {
        background: #20638f;
    }

figcaption h1 {
    margin-bottom: 0px;
}

figcaption p {
    font-size: 21px;
}

figcaption li {
    font-size: 22px;
    padding: 5px 0;
}

figcaption label {
    width: 100px;
    border-bottom: 2px solid white;
}

.mb-2 {
    margin-bottom: 30px;
}

@media(min-width:769px) {
    .pl-lg-0 {
        padding-left: 0px;
    }

    .pr-lg-0 {
        padding-right: 0px;
    }
}

@media(max-width:1281px) {
    figcaption p {
        font-size: 19px;
    }

    figcaption li {
        font-size: 18px;
        padding: 5px 0;
    }

    figcaption h1 {
        font-size: 23px !important;
        font-weight: bold;
    }
}

@media(max-width:540px) {
    .contact h3 i {
        float: left;
        display: inline-block;
        margin-right: 7px;
    }

    .contact h3 {
        font-size: 17px;
    }
}

.sidebar_content .contact {
    padding: 0px 15px;
}

    .sidebar_content .contact h3 {
        color: black;
        margin-bottom: 0px;
        font-family: Stupa;
        font-size: 16px;
        margin-top: 10px;
    }

        .sidebar_content .contact h3 i {
            border-color: black;
        }

li.nav-item > a:hover {
    color: #fe860c;
    background-color: #103e75 !important;
}

.counter-col {
    text-align: center;
}

.counter-count {
    font-size: 55px;
    color: white;
}

.counter-col p {
    font-size: 40px;
    color: white;
    font-family: Stupa_Bold;
}


.information_collection {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    top: auto;
}

    .information_collection .dark:hover h3.feature_title, .information_collection .dark:hover .icon_div i {
        color: #ff6a00;
    }

    .information_collection .dark {
        cursor: pointer;
    }

.icon_div {
    float: right;
}

    .icon_div i {
        font-size: 35px;
    }

.feature_content {
    display: table-cell;
    vertical-align: top;
}

.red {
    background-color: rgba( 16, 62, 117, 0.8 );
    color: white;
    border-right: 1px solid whitesmoke;
}

.blue {
    background-color: rgba( 16, 62, 117, 0.8 );
    color: white;
    border-right: 1px solid whitesmoke;
}

.green {
    background-color: rgba( 16, 62, 117, 0.8 );
    color: white;
}

li.nav-item:last-child {
    padding-top: 17.5px;
    padding-bottom: 17.5px;
}

.nav > li a span.arrow {
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -5px;
    font-size: 15px;
}

.navbar-nav > li > a:hover span.arrow {
    border: 0px !important;
    padding: 0px !important;
}

@media(max-width:1366px) {
    .nav > li > a {
        padding: 0px 9px;
        padding-top: 0px;
        font-size: 20px;
    }
}

@media(max-width:1300px) {
    .navbar-brand img {
        max-height: 55px;
        width: auto;
    }
}

@media(max-width:1025px) {
    .nav > li > a {
        padding: 0px 7px;
        padding-top: 0px;
        font-size: 14px;
    }

    .virtual_tour, .virtual_tour:active, .virtual_tour:focus {
        background-color: #fabc02 !important;
        color: white !important;
        padding: 5px 6px !important;
        border: 2px solid #ffd863;
        border-radius: 20px;
        font-size: 14px !important;
        -webkit-box-shadow: 1px 1px 3px 1px rgba(255,216,99,1);
        -moz-box-shadow: 1px 1px 3px 1px rgba(255,216,99,1);
        box-shadow: 1px 1px 3px 1px rgba(255,216,99,1);
        outline: 0px;
    }

    .navbar-brand img {
        max-height: 45px !important;
        width: auto;
    }

    li.nav-item {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .navbar-nav > li > a {
        line-height: 15px;
    }

    li.nav-item:last-child {
        padding-top: 12.5px;
        padding-bottom: 12.5px;
    }
}


@media(max-width:540px) {
    .navbar {
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 0px;
    }

    .navbar-brand img {
        max-height: 50px;
        width: auto;
    }

    .nav > li > a {
        padding: 0;
        font-family: Stupa_Bold;
        font-weight: 500;
        color: #fff !important;
    }

    .navbar-nav > li > a {
        font-size: 21px;
        padding-top: 1px;
        padding-bottom: 10px;
        text-align: center;
        border-bottom: 1px dotted #ff6a00;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff;
        margin-top: 12px;
    }

    .navbar-default:hover .navbar-toggle {
        background-color: #000066;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default:hover .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .courses_slider .row {
        margin: 0px;
    }

    .courses_slider .col-md-6:first-child {
        margin-bottom: 16px;
    }

    .events h1 {
        font-size: 19px;
        font-weight: bold;
    }

    .events p {
        max-height: 60px;
        overflow: hidden;
        font-size: 15px;
    }

    .read_more a {
        font-size: 14px !important;
    }

    .slick-prev {
        left: -5px;
    }

    .slick-next {
        right: -5px;
    }

    .courses_slider {
        padding-left: 15px;
        padding-right: 15px;
    }

    .slick-prev:before, .slick-next:before {
        padding: 5px;
    }

    .staff_slider_container a {
        font-size: 15px;
        margin-right: 5px;
    }

    .email {
        padding: 5px 6.3px;
    }

    .linked_in {
        padding: 5px 7.65px;
    }

    .facebook {
        padding: 5px 9.5px;
    }

    .twitter {
        padding: 5px 7px;
    }

    .staff_slider_container h4 {
        font-size: 15px;
    }

    .dark-blue-bg h2 {
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .dark-blue-bg .col-xs-4 {
        padding: 0px;
    }

    .read_more a {
        padding: 3px 11px;
    }



    .dark-blue-bg .read_more {
        margin-bottom: 5px;
        margin-top: 15px !important;
    }

    h2.section_header_lined span:after, h2.section_header_lined span:before {
        content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
        text-decoration: line-through;
    }

    h2.section_header_lined label {
        font-size: 23px;
        font-weight: bold;
    }

    .bottom_content .container .col-md-3:first-child {
        text-align: center;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px dotted white;
    }

    .bottom_content .container .col-md-3:nth-child(2) {
        display: none;
    }

    .bottom_content .container .col-md-3:nth-child(3) {
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px dotted white;
    }

    footer p label {
        width: 100%;
        margin: 0px;
        height: 1px;
        display: block;
    }

    #HeaderSlider .container h1 {
        font-size: 28px;
    }

    .registration {
        font-size: 16px;
        padding: 3px 5px;
    }

    .courses {
        font-size: 16px;
        padding: 3px 5px;
    }

    #HeaderSlider .container {
        bottom: 20%;
    }

    .header_share_div {
        text-align: center !important;
    }

    /*.counter-count {
        border-bottom: 2px solid #ff6a00;
    }*/

    .counter-col p {
        font-size: 24px;
        height: 67px;
        overflow: hidden;
        margin-bottom: 0px;
    }
    /*
    .counter-count {
        font-size: 30px;
        padding-bottom: 8px;
    }*/

    .counter-area {
        padding: 15px !important;
    }

    li.nav-item {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .modal-dialog {
        margin-top: 30%;
    }

    .information_collection {
        position: relative;
        display: block;
    }

    .dark {
        text-align: left;
        margin: 7.5px 0;
    }

    .information_collection .dark img {
        margin-top: 10px;
        float: left !important;
        height: 90px !important;
        width: auto !important;
        max-height: 90px !important;
        margin-right: 10px;
    }

    .img-responsive {
        width: 100%;
        height: auto;
    }

    .course_slider_content h3 {
        margin-top: 0px;
        font-size: 17px;
        height: 55px;
    }

    #HeaderSlider .slick-prev {
        left: 5px;
        z-index: 100;
    }

    #HeaderSlider .slick-next {
        right: 15px;
        z-index: 100;
    }

        #HeaderSlider .slick-prev:before, #HeaderSlider .slick-next:before {
            font-size: 25px;
            opacity: .75;
            color: #fff;
        }

    figcaption h1 {
        font-size: 26px !important;
    }

    .sidebar_content .contact h3 {
        display: block;
        float: left;
        width: 100%;
    }
}

#scroll {
    position: fixed;
    left: 10px;
    bottom: 29px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #000066;
    text-align: center;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    border: 1px solid white;
    z-index: 100;
}

    #scroll img {
        margin-top: 12px;
    }

    #scroll:hover {
        background-color: #ff6a00;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

@media(max-width:768px) {
    figure.snip0064 .image {
        display: none;
    }

    figure.snip0064 {
        margin-bottom: 30px;
    }

        figure.snip0064 figcaption {
            display: block;
            position: relative;
            padding: 15px;
            border: 0px;
        }

    figcaption p {
        font-size: 18px;
    }

    figcaption li {
        font-size: 16px;
    }

    figcaption h1 {
        font-size: 35px;
    }
}


.virtual_tour, .virtual_tour:active, .virtual_tour:focus {
    background-color: #fabc02 !important;
    color: white !important;
    padding: 5px 10px !important;
    border: 2px solid #ffd863;
    border-radius: 20px;
    font-size: 17px !important;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(255,216,99,1);
    -moz-box-shadow: 1px 1px 3px 1px rgba(255,216,99,1);
    box-shadow: 1px 1px 3px 1px rgba(255,216,99,1);
    outline: 0px;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0px !important;
}

.modal {
    background-color: #103e75;
}

.fade_color {
    background-color: rgba(16, 62, 117,0.5);
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

button.close {
    border: none;
    outline: none;
}

.close {
    position: absolute;
    height: 28px;
    width: 28px;
    left: auto;
    right: 8px;
    bottom: auto;
    top: 8px;
    padding: 0px 4px 4px 4px !important;
    color: red;
    font-family: inherit;
    font-size: 20px;
    line-height: 20px;
    border: 1px solid red !important;
    border-radius: 42px;
    box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ) !important;
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ) !important;
    background-color: whitesmoke !important;
    opacity: 1;
    z-index: 10000;
}

    .close:hover {
        background-color: red !important;
        color: white;
        opacity: 1;
    }

@media screen and (min-width: 768px) {
    .modal-lg {
        margin-top: 5%;
        width: 700px;
    }

    .modal-sm {
        width: 300px;
    }

    .navbar-nav > li > a:hover {
        color: #fabc02 !important;
    }
}


.navbar-default .navbar-nav > .active > a span, .navbar-default .navbar-nav > .active > a:hover span {
    border-bottom: 1px solid;
    padding: 5px 0;
    cursor: pointer;
}

.navbar-default .navbar-nav > li > a:hover span {
    border-bottom: 1px solid;
    padding: 5px 0;
    cursor: pointer;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000000001;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000000000;
    background-color: #000;
}

.nav .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-default .navbar-nav > li > a:hover span.caret {
    border-bottom: 0px;
}

.nav a:hover .caret {
    border-top-color: #fabc02 !important;
    border-bottom-color: #fabc02 !important;
}

.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #fabc02 !important;
    border-bottom-color: #fabc02 !important;
}

.navbar-default .navbar-nav > li > a:hover span.caret {
    padding: 0px;
}

ul.dropdown-menu {
    padding: 0px;
    border: 0px;
}

.dropdown-menu li {
    background-color: #134a8d;
    border-bottom: 1px solid white;
}

    .dropdown-menu li:last-child {
        border-bottom: 0px !important;
    }

    .dropdown-menu li:hover {
        background-color: #1a3b61;
    }

    .dropdown-menu li a:hover {
        transition: all 0.3s ease 0s;
        color: #fe860c !important;
        background-color: #1a3b61;
    }

.dropdown-menu > li > a {
    display: block;
    padding: 10px 15px !important;
    clear: both;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
}

li.nav-item:hover > ul.dropdown-menu {
    display: block;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: auto;
}

.control.virtual_tour {
    margin-right: 8px;
}

    .control.virtual_tour.active {
        color: #fabc02 !important;
        background-color: white !important;
    }

.gallery {
    border-left: 1px solid whitesmoke;
    margin-bottom: 30px;
    position: relative;
}

    .gallery img {
        width: 100%;
    }

.Gallery_Title p {
    margin-bottom: 0px;
}

.gallery .Gallery_Title {
    margin: 0px;
    text-align: center;
    font-size: 18px;
    padding: 8px 0;
    background-color: #ff6a00;
    color: white;
}

.gallery_overlay, .photo_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: black;
    opacity: 0;
    z-index: 1;
}

.view_more {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 12;
    opacity: 0;
}

.view_more {
    color: #ff6a00 !important;
    font-size: 18px !important;
}

.gallery:hover .gallery_overlay {
    opacity: 0.5;
}

.gallery:hover .view_more {
    opacity: 1;
}

.image-frame {
    position: relative;
}

a .image-frame i {
    position: absolute;
    top: 42.5%;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #ff6a00;
    z-index: 12;
}

a.preview i {
    font-size: 30px;
}

a:hover .image-frame i {
    opacity: 1;
}

.image-frame:hover .photo_overlay {
    opacity: 0.8;
}

@media(max-width:360px) {
    .courses {
        font-size: 14px;
        padding: 3px 5px;
    }

    .registration {
        font-size: 14px;
        padding: 3px 5px;
    }
}

#Voice_Content .slick-slide {
    margin: 0px 15px 15px 10px;
}

#Voice_Content img {
    border-radius: 50%;
    width: 75px;
    height: auto;
}

#Voice_Content .contents_containter {
    padding: 25px 15px;
    border: 1px solid silver;
    background-color: white;
}

.contents_containter h3 {
    font-weight: bold;
    font-family: Stupa;
    margin-bottom: 5px;
}

.slick-slide:focus {
    outline: none;
}

.dropdown-sub-menu {
    position: absolute;
    top: 46%;
    left: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 130px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    border: 0px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

li.submenu-item:hover > ul.dropdown-sub-menu {
    display: block !important;
}

.dropdown-sub-menu > li > a {
    display: block;
    padding: 10px 15px !important;
    clear: both;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
}

.sidebar_content .contact h3:first-child {
    font-size: 20px;
}

.view_more_large {
    border: 2px solid #123456;
    background-color: white;
    color: #123456;
    padding: 7px 25px;
    width: 100%;
    text-align: center;
    border-radius: 23px;
    display: block;
    clear: both;
    margin-top: 25px;
    font-weight: bold;
    font-size: 18px;
}

    .view_more_large:hover {
        color: #fff;
        background-color: #123456;
    }
