﻿body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
	/*font: Normal 13px/26px "Open Sans", sans-serif;
    letter-spacing: 0px;
    text-transform: none;*/
    
	
	color: #333;
}

header {
    background: #fff;
    color: #923032;
}

.header-container {
    transition: all 0.5s;
}

.btn-block {
    display: block !important;
    width: 100% !important;
}

.bg-info {
    background-color: #002742 !important;
}

.bg-skyBlue {
    background-color: #30752e;
}

.bg-theme {
        background-color:  #0097a7 !important;
}

/*----------- 3. Header --------------*/

.logo-block {
    text-align: center;
}


.evn-date {
    margin-bottom: 20px;
}

.index5_news_date, .index5_sign {
    width: 110px;
}

.left-date {
    width: 65px !important;
}

.left-date .font60 {
    font-size: 28px;
    top: -8px;
    position: relative;
    margin-bottom: 0px;
}

.left-date .font20 {
    font-size: 14px;
}

.evn-y {
    font-size: 16px;
    display: block;
    position: relative;
    font-weight: 500;
    top: -6px;
}

.news-ti {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    /* padding: 7px 0px 6px; */
    margin-bottom: 0px;
    color: #000;
    margin-top: 0px;
}

.cust-mr-news {
    margin-left: 84px;
}

.btn-news {
    color: #107FC9;
    font-size: 14px;
    margin: 0px;
}

/*.depatment_links a:hover, a:focus {
    color: #fff !important;
    text-decoration: none;
}*/


.height22 {
    height: 22px;
}

.date-full {
    padding: 5px 3px;
    background: #98649c;
    color:#fff;   
    margin-bottom: 7px;
}
.logo {
    vertical-align: middle;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.header-top {
    padding: 1px 0px 10px 0px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #f2d03b;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #cfd1d2;
    padding-bottom: 20px;
    margin-top: 10px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 14px 9px !important;
}
.header_nav.header2_nav {
    margin: 0 54px;
}
.navbar-default {
    background-color: #0097a7 !important;
    border-color: transparent;
}

header .header-top-links {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 65px;
}
/* Toplink */
.toplinks {
    line-height: normal;
    padding: 8px 0 0;
}

    .toplinks .links {
        text-align: center;
    }

        .toplinks .links div {
            display: inline-block;
        }

    .toplinks div.links div a {
        color: black;
        display: inline-block;
        padding: 0px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 13px;
        padding-left: 15px;
        font-weight: normal;
        text-decoration: none;
    }

        .toplinks div.links div a:hover {
            color: #f2d03b !important;
            text-decoration: none;
        }

.block-company {
    background: none;
    box-shadow: none;
    border: none;
    color: #aaaaaa;
    font-size: 14px;
}

    .block-company .caret {
        margin-left: 5px;
    }

.block-company-wrapper {
    display: inline-block;
}

.block-company label {
    font-weight: normal;
    padding: 5px 5px 2px 0px;
}

.block-company-wrapper .dropdown-menu {
    min-width: 0;
    box-shadow: 0 0 15px -7px #666;
    top: 22px;
}

    .block-company-wrapper .dropdown-menu li {
        padding: 5px 15px 5px 0;
    }

        .block-company-wrapper .dropdown-menu li:hover {
            background-color: #fff;
            color: #167bcb;
            transition: background-color 0.2s ease-in-out;
        }

    .block-company-wrapper .dropdown-menu a {
        padding: 3px 10px 3px 10px;
        color: #333 !important;
        font-weight: normal !important;
        text-transform: none !important;
    }

        .block-company-wrapper .dropdown-menu a:hover {
            color: #167bcb;
            background: none;
        }
/* top search*/
.search-box {
    margin: auto;
    right: 0px;
    background: #1069af;
    border-radius: 999px;
    margin: 16px 0px; /* border-bottom: 1px #f1f1f1 solid; */
}

#search {
    margin: 0;
    width: 250px;
    font-size: 13px;
    height: 40px;
    color: rgba(255, 255, 255, 0.6);
    padding: 0 20px;
    background: none;
    outline: none;
    border: none;
    letter-spacing: 0.5px;
}

.search-btn-bg {
    cursor: pointer;
    display: inline-block;
    background: none;
    position: absolute;
    outline: none;
    box-shadow: none;
    border: none;
    height: 40px;
    right: 15px;
    font-size: 18px;
    border-left: 1px #3a98e3 solid;
    padding-left: 10px;
    width: 50px;
}

    .search-btn-bg .glyphicon-search:before {
        font-size: 14px;
        color: #fff;
    }

    .search-btn-bg:hover {
        color: #cf3341;
    }

.glyphicon-search:before {
    font-size: 12px;
}

.cart-top .dropdown-menu {
    padding: 10px;
    min-height: 100px;
    height: auto !important;
    min-width: 445px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    top: 0;
    position: fixed;
    z-index: 999;
    display: block;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
    -o-transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
    transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
}

#search .input-group {
    border: 1px #ddd solid;
    display: inline-block;
    width: 100%;
    background: #fff;
}

#search input {
    height: 45px;
    display: inline-block;
    width: 90%;
    border: none;
    background: #fff;
    box-shadow: none;
}

#search button {
    line-height: 24px;
    padding: 12px 18px 10px;
    float: right;
    display: inline-block;
    background: #167bcb;
    border: none;
    color: #fff;
}

    #search button:hover {
        background: #167bcb;
        border: none;
        color: #fff;
    }

.top-search .modal-dialog {
    margin-top: 80px;
}

.top-search .fade.in {
    background: none repeat scroll 0 0 rgba(0,0,0,0.5);
    opacity: 1;
}

.top-search .modal-content {
    border-radius: 3px;
}

.top-search .modal-header {
    border: none;
}

.top-search .modal-body {
    padding: 10px 50px 50px;
}

#search button i {
    font-size: 12px;
}

.top-search .modal-lg {
    width: 680px;
}

.modal-header {
    text-align: left;
}

.modal-open {
    padding: 0px !important;
}

.top-search .modal-header .close {
    opacity: 1;
    background: red;
    border-radius: 100%;
    margin-top: -22px;
    margin-right: -24px;
}

    .top-search .modal-header .close span {
        color: rgba(255, 255, 255, 0.8);
        font-size: 22px;
        padding: 0 4px;
        text-shadow: none;
        line-height: 20px;
    }

.welcome-msg {
    text-align: left;
    display: inline-block;
    padding: 0px;
    margin: 0px 14px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    vertical-align: top;
    margin-top: 7px;
}
/* language &amp; currency */
.header-container .curr-language {
    margin-top: 10px;
}

.block-language-wrapper {
    display: inline-block !important;
    margin: 7px 0 0 0;
}

.block-language {
    background: none;
    box-shadow: none;
    border: none;
    color: rgba(255, 255, 255, 0.8);
}

a.block-language:hover {
    color: #f2d03b;
    text-decoration: none;
}

a.block-language:focus {
    color: #fff;
    text-decoration: none;
}

.block-language img {
    font-weight: normal;
    padding: 0px 5px 0px 0px;
    margin: auto;
}

.block-language-wrapper .dropdown-menu > li {
    border-bottom: 1px #ddd solid;
    padding: 4px 0px 4px 0px;
}

    .block-language-wrapper .dropdown-menu > li:last-child {
        border-bottom: none;
    }

    .block-language-wrapper .dropdown-menu > li > a img {
        margin: 0px 6px 0px 0px;
    }

.block-language-wrapper .dropdown-menu {
    border-radius: 0px;
    min-width: 0px;
    top: 28px;
    padding: 0px;
    border: 1px solid #efefef;
    border-top: none;
}

    .block-language-wrapper .dropdown-menu a {
        padding: 3px 10px 3px 10px;
        font-size: 12px;
    }

        .block-language-wrapper .dropdown-menu a:hover {
            color: #f2d03b;
            background: none;
        }

.block-currency-wrapper {
    display: inline-block !important;
    margin: 5px 0 0 18px;
}

.block-currency {
    background: none;
    box-shadow: none;
    border: none;
    color: rgba(255, 255, 255, 0.8);
}

a.block-currency:hover {
    color: #f2d03b;
    text-decoration: none;
}

a.block-currency:focus {
    color: #fff;
    text-decoration: none;
}

.block-currency label {
    font-weight: normal;
    padding: 0 5px;
    margin: auto;
}

.block-currency-wrapper .dropdown-menu > li {
    border-bottom: 1px #ddd solid;
    padding: 4px 0;
}

    .block-currency-wrapper .dropdown-menu > li:last-child {
        border-bottom: none;
    }

    .block-currency-wrapper .dropdown-menu > li > a img {
        margin: 0 6px 0 0;
    }

.block-currency-wrapper .dropdown-menu {
    border-radius: 0;
    min-width: 0;
    z-index: 100000;
    top: 28px;
    padding: 0px;
    border: 1px solid #efefef;
    border-top: none;
}

    .block-currency-wrapper .dropdown-menu a {
        padding: 3px 15px 3px 10px;
        font-size: 12px;
    }

        .block-currency-wrapper .dropdown-menu a:hover {
            color: #f2d03b;
            background: none;
        }

.lang-curr {
    float: right;
    margin: 11px 0px;
}

.form-language {
    display: inline;
    float: right;
    border-left: 1px solid #ececec;
    line-height: 17px;
    padding-left: 20px;
}

ul.lang {
    text-align: left;
    display: block;
    margin: 0;
    padding: 0x;
    list-style: none;
    float: left;
    padding: 0px;
}

    ul.lang li {
        float: left;
        display: inline;
        margin: 0px 8px 0 0px;
    }

        ul.lang li:last-child {
            margin-right: 0px;
        }

        ul.lang li span {
            text-indent: -10000px;
            display: none;
        }

.form-currency {
    display: inline;
    margin-right: 12px;
    float: right;
    line-height: 17px;
}

ul.currencies_list {
    float: left;
    display: inline;
    margin: 0px 8px 0 0px;
    padding: 0px;
}

    ul.currencies_list li {
        float: left;
        display: inline;
        margin: 0 0px 0 10px;
    }

        ul.currencies_list li a {
            color: #333;
            font-size: 14px;
            font-weight: bold;
        }

            ul.currencies_list li a:hover {
                color: #167bcb;
                text-decoration: none;
            }
/* End language &amp; currency*/

/* compare */
.top-link-compare {
    height: 40px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    margin-top: 16px;
    width: 40px;
    float: left;
    border-radius: 999px;
    color: #fff;
    background: #1069af;
}

    .top-link-compare:hover {
        color: #f2d03b;
    }

.compare:before {
    content: "\f012";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-top: 11px;
}
/* wishlist */

.top-link-wishlist {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #1069af;
    display: inline-block;
    margin-top: 16px;
    width: 40px;
    vertical-align: top;
    float: left;
    border-left: none;
    border-radius: 999px;
    margin-left: 7px;
}

    .top-link-wishlist:hover {
        color: #f2d03b;
    }
/* Top Shopping Cart */
.top-cart-content {
    display: none;
}

.mini-products-list .product-image {
    float: left;
    padding: 0;
    width: 65px;
}

    .mini-products-list .product-image img {
        width: 65px;
        border: 1px #eaeaea solid;
    }

.top-cart-content .product-name {
    margin: 0;
    line-height: 1;
    margin-top: 3px;
}

    .top-cart-content .product-name a {
        font-size: 13px;
        line-height: normal;
        font-weight: normal;
        color: #167bcb;
    }

        .top-cart-content .product-name a:hover {
            font-size: 13px;
            color: #000;
        }

.top-cart-contain .price {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 0px;
    font-size: 12px;
}

.top-cart-contain .product-details .price {
    color: #333;
    width: auto;
    float: none;
    font-weight: bold;
    padding-left: 0px;
}

.mini-cart {
    text-align: center;
    cursor: pointer;
    margin: 0px;
}

    .mini-cart .basket a {
        color: #fff;
        margin: 0px;
        line-height: 17px;
        font-size: 12px;
        letter-spacing: 0.5px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0px;
        display: block;
        background: #f2d03b;
        padding-right: 15px;
        border-radius: 999px;
    }

        .mini-cart .basket a:before {
            content: '\f07a';
            font-family: FontAwesome;
            font-size: 16px;
            color: #167bcb;
            height: 40px;
            width: 40px;
            display: inline-block;
            line-height: 40px;
            text-align: center;
            border-right: 1px solid rgba(255,255,255,0.3);
            font-weight: normal;
            background: #f2d03b;
            border-radius: 999px 0px 0px 999px;
        }

        .mini-cart .basket a span.cart_count {
            display: inline-block;
            color: #fff;
            width: 25px;
            font-size: 14px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            margin-right: 0px;
            padding-left: 0px;
        }

        .mini-cart .basket a div.price {
            display: inline-block;
        }

.top-cart-content .pull-right {
    margin-right: 10px;
    padding-top: 3px;
}

.top-cart-content .basket a {
    border: none;
    color: #167bcb;
}

.mini-cart .basket a:hover {
    text-decoration: none;
}

.mini-cart .open .basket a {
    color: #000;
    background: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
}

.mini-cart .dropdown-toggle {
    font-size: 14px;
    padding: 0px;
    text-transform: none;
}

.top-cart-contain {
    position: relative;
    margin-top: 16px;
}

.top-cart-title p {
    margin: 0;
}

.top-cart-content .empty {
    padding: 10px;
    color: #333333;
}

.top-cart-content {
    display: none;
    position: absolute;
    top: 41px;
    right: 0px;
    background: #fff;
    padding: 0;
    text-align: right;
    z-index: 100;
    box-shadow: 0 0 15px -7px #666;
    border-radius: 5px;
}

.top-subtotal {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
    text-align: left;
}

.top-cart-content .product-details .btn-remove {
    position: absolute;
    right: 10px;
    top: 4px;
}

.top-cart-content .block-subtitle {
    border-bottom: 1px solid #DDDEE1;
    color: #fff;
    overflow: hidden;
    padding: 0px 5px;
    text-align: left;
    background: #167bcb;
}

    .top-cart-content .block-subtitle .price {
        color: #fdd21b;
    }

ul#cart-sidebar {
    padding: 15px 20px 0px;
}
/* top cart  */
.top-cart-content li.item {
    width: 260px;
    margin: 8px 0px 15px;
    border-bottom: 1px #eee solid;
    display: inline-block;
    padding-bottom: 15px;
}

    .top-cart-content li.item.last {
        margin: 0;
        border-bottom: 0px #eee solid;
        padding-bottom: 10px;
    }

.top-cart-content .product-details {
    color: #333333;
    position: relative;
    text-align: left;
}

.mini-products-list .product-details {
    margin-left: 80px;
    padding: 0;
}

.top-cart-content .access {
}

.top-cart-content .product-details .btn-remove {
    position: absolute;
    right: 10px;
    top: 12px;
}

.top-cart-content .product-details .btn-edit {
    position: absolute;
    right: 25px;
    top: -2px;
}

    .top-cart-content .product-details .btn-edit:hover {
        color: #339900;
    }

.top-cart-content .actions {
    padding: 20px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 20px;
}

.button.btn-checkout {
    background: #FED557;
    border: 1px solid #F5C328;
    color: #003169;
    padding: 8px 18px;
}

    .button.btn-checkout:hover {
        background: #339900;
    }

.button:btn-bag:hover {
    background: #f6f6f6;
}

.btn-remove1 {
    background-image: url(../images/btn_remove.html);
    margin: 0px 0 0 5px;
}

    .btn-remove1:hover, .btn-remove1:focus {
        background-position: 0 -12px;
    }

.btn-remove1 {
    display: block;
    width: 15px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -999em;
    overflow: hidden;
    position: absolute;
    left: 30px;
    margin-top: 1px;
}

.block-compare .btn-remove1 {
    left: auto;
    right: 0px !important;
    margin-top: 0px;
    top: 5px;
}

.mini-cart .btn-remove1 {
    left: auto;
    right: 0px !important;
    margin-top: 0px;
    top: 0px;
}

.mini-cart .actions .btn-checkout {
    background: #fff;
    color: #333;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 0px;
    border: none;
    cursor: pointer;
    display: inline-block;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    float: left;
    letter-spacing: 0.5px;
    width: 115px;
    border: 1px #e5e5e5 solid;
}

    .mini-cart .actions .btn-checkout:hover {
        background: #167bcb;
        color: #fff;
    }

    .mini-cart .actions .btn-checkout:before {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 12px;
        padding-right: 7px;
    }

.mini-cart .view-cart {
    cursor: pointer;
    float: none;
    font-size: 11px;
    font-weight: 700;
    padding: 7px 0px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    background: #fff;
    color: #333;
    letter-spacing: 0.5px;
    width: 125px;
    border: 1px #e5e5e5 solid;
}

    .mini-cart .view-cart:before {
        content: '\f07a';
        font-family: FontAwesome;
        font-size: 12px;
        padding-right: 7px;
    }

.centerImg .img-responsive {
    margin: 0 auto;
}

#page {
    left: 0;
    position: relative;
    margin: auto;
    background: #fff;
    box-shadow: 1px 1px 8px rgba(0,0,0,.09);
}

.gradient4 {
    background: linear-gradient(to right, rgb(111, 0, 0), rgb(210, 141, 1));
}


.navbar-nav > li > a {
    padding-bottom: 10px !important;
    /*padding-top: 1px !important;*/
    margin-top: 1px !important;
}

.height90 {
height:90px;
}

.text-maroon {
    color: #9a2827;
}

.bg-maroon {
    background-color: #9a2827;
}

.bg-yellow {
    background-color: #f2d03b;
}

.mega-dropdown-menu > li ul > li > a:hover {
    color: #107FC9;
    padding-left: 30px !important;
}

/*.panel_top .panel-default > .panel-heading {
    background-color: #fff !important;
    border-left: 4px solid #107fc9 !important;
}*/

.panel_top .panel-default > .panel-heading.heading_hover {
    background-color: #0097a7 !important;
    border-left: 4px solid #30752e;
   
}
.panel_top .panel-default > .panel-heading.heading_hover a{
    color:#fff !important;
   
}
.panel-default > .panel-heading {
    color: #ffffff !important;
    background-color: #0097a7  !important;
    /*background:linear-gradient(45deg,#9e4201 ,  #800000 ) !important;*/
}



.panel-footer {
    padding: 10px 15px;
    background-color: #765079 !important;
    /*background:linear-gradient(45deg,#9e4201 ,  #800000 );*/
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.bg-blue-opacity {
    background-color: rgba(33, 150, 243, 0.47);
}

.bg-white-opacity {
    background-color: rgba(255, 255, 255, 0.66);
}

.text-theme {
    color: #30752e;
}

.border-all {
    border: 1px solid #30752e;
}
.border-bottom1 {
    border-bottom: 1px solid #fff;
}
.border-top1 {
    border-top: 1px solid #30752e;
}

.border3 {
    border: 3px solid #9a2827;
}

.margin-all-10 {
    margin: 10px;
}

#footer {
    /* background-image: url(../images/footer_bg.jpg); */
    /*background-image: url(../images/img/pexels-photo.jpg);*/
    /*background: linear-gradient(to right, #8b498f,rgb(158, 61, 61), #8b498f);*/



    background:#0097a7;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.footer_pad {
    padding: 9px 0 4px 0 !important;
}

.clg-name {
    font-size: 28px;
    line-height: normal;
    margin-top: 26px;
    font-weight: 600;
    text-align: center;
}

.uni-name {
    font-size: 14px;
    margin-top: 6px;
    line-height: normal;
    font-weight: 600;
     text-transform: capitalize;
    text-align: center;
}

.img-header {
    display: inline-block;
    margin-top: 6px;
}

.navbar-section {
    border-top: 1px solid #f7b037;
    border-bottom: 3px solid #f7b037;
    background-color: #0097a7 !important;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}


.displayBlock {
    display: block;
}

.width100 {
    width: 100%;
}

.width50 {
    width: 50px;
}

#QuickLinks .btn {
    font-size:13px;
}
.font10 {
        font-size: 10px;
    }

.breadcrumb > li a {
    color: #765079 !important;
}

.maincontent ul li {
    list-style-image: url(../images/bullet_bluearrowsmalltrans.png);
}

.cursor-default {
    cursor: default;
}
@media print {
    body {
    font-size:14px;
    }

    input.noPrint {
        display: none;
    }

    .dontPrint {
        display: none;

    }
    /*.mar-top50 {
    margin-top:150px !important;
    }*/

    a:link:after, a:visited:after {
        content: "";
    }
}
.printing {
    text-align: right;
    position: absolute;
    right: 23px;
    top: 11px;
}
.admission-cta {
    background-color: #10afc9;
    padding: 16px 0px 24px;
}
.cta-text {
    color: #FFF;
    font-weight: 600;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding-bottom: 11px;
}
.cta-btn a:hover {
    color: #10afc9;
    background-color: #FFF;
    border-color: #10afc9;
}
.cta-btn a {
    color: #FFF;
}
.cta-btn p {
    color: #FFF;
}
.sec-padding{
    padding:30px 20px 40px ;
}
section.sec-nabh h4 {
    font-size: 20px;
    color: #9a2827;
    font-weight: 600;
    padding: 0px 0px 10px;
    margin: 0px;
}
.sec-nabh ul.nav.nav-tabs{
    margin-bottom:25px;
}
.sec-nabh ul {
    list-style-type: none;
    padding: 0px 18px 0px;
    margin: 0px;
}
section.sec-nabh {
    padding: 0px 0px 30px;
}

.btn-add {
    color: #FFF;
    border: 1px solid #FFF;
    padding: 5px 12px 6px;
    margin-top: 7px;
}
.btn-add:hover {
    color: #000;
   background-color:#FFF;
}
.cta-btn h5{
    color:#FFF;
    font-weight:600;
}

/*========================== Media Query ====================*/
@media print {
    input.noPrint {
        display: none;
    }

    .dontPrint {
        display: none;
    }

    a:link:after, a:visited:after {
        content: "";
    }
}


@media (max-width: 767px) {

    .clg-name {
        font-size: 18px;
        line-height: normal;
        margin-top: 6px;
        font-weight: 600;
        text-transform: capitalize;
        text-align: center;
    }

    .navbar-section {
    border-top: 1px solid #f7b037;
    border-bottom: 3px solid #f7b037;
    background-color: #ffffff !important;
}
    .navbar-default {
    background-color: #ffffff !important;
    border-color: transparent;
}
    .navbar-default .navbar-nav > li > a {
    color: #2f2f2f !important;
    font-weight: bold;
}

    .font10 {
        font-size: 9px;
    }

    #feedback-form {
        float: right;
        width: 75% !important;
        height: 100%;
        z-index: 9999;
        padding-top: 3px;
        padding-left: 3px;
        padding-bottom: 3px;
        padding-right: 3px;
        background-clip: 'padding-box';
        border: 1px solid rgba(0,0,0,.2);
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }

    .timeline .panel {
        position: relative;
        margin: 10px 0px 21px 45px !important;
        clear: both;
    }

    .timeline .line {
        position: absolute;
        width: 4px;
        display: block;
        background: currentColor;
        top: 0px;
        bottom: 0px;
        margin-left: 5px !important;
    }

    h3, .h3 {
        font-size: 20px;
    }

    h5, .h5 {
       font-size: 16px;
       font-weight:bold;
    
    }

    .uni-name {
    margin-top:0px;
    }


    .footer_icons .tp-banner_social_icons {
        margin: 8px 0 0px 46px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 4px 16px !important;
    }

    .dropdown-menu.mega_dropdown > li > ul > li > a, .header2 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #6b5858 !important;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 0px 0px 0px 0;
    }

    .dropdown-menu {
        font-size: 15px;
        font-weight:bold;
    }

    /*.navbar-nav li:nth-child(1) {
    border-bottom: 1px solid #765079;
    }*/
}

/*@media (max-width: 1366px) {

    .nav > li > a {
    position: relative;
    display: block;
    padding: 4px 10px !important;
}
    #feedback {
    position: fixed;
    right: 0;
    top: 12% !important;
    z-index: 9999;
    margin-right: -3px;
}
    #feedback-form {
    float: right;
    width: 40%;
    height: 100%;
    z-index: 9999;
    padding-top: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    background-clip: 'padding-box';
    border: 1px solid rgba(0,0,0,.2);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

    #headerImg img {
    height: 64px;
    width: 65px;
    }
}*/


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .nav > li > a {
        position: relative;
        display: block;
        padding: 4px 10px !important;
    }

    #feedback {
        position: fixed;
        right: 0;
        top: 12% !important;
        z-index: 9999;
        margin-right: -3px;
    }

    #feedback-form {
        float: right;
        width: 40%;
        height: 100%;
        z-index: 9999;
        padding-top: 3px;
        padding-left: 3px;
        padding-bottom: 3px;
        padding-right: 3px;
        background-clip: 'padding-box';
        border: 1px solid rgba(0,0,0,.2);
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }

    #headerImg img {
        height: 64px;
        width: 65px;
    }
}
