html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    font-weight: 700;
}

.publication-list li {
    list-style-type: decimal;
    margin-bottom: 15px;
    line-height: 20px;
}

/*---------------------
Global styles
-----------------------*/
strong {
    font-weight: 700;
}

p {
    margin-bottom: 15px;
    line-height: 22px;
}

.img-sec img {
    width: 100%;
}

.sec-title {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.hborder {
    background: #01458E;
    height: 2px;
    width: 72px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

    .hborder:after {
        content: "";
        width: 10px;
        height: 10px;
        background: #01458E;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -4px;
    }

.btn {
    background-color: #FCCA03;
    outline: 2px solid #fff;
    outline-offset: -5px;
    padding-left: 38px;
    color: #ffffff;
    padding: 3px 32px;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .btn:hover {
        color: #ffffff;
        background-color: #01458E;
        outline: 2px solid #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.hvr-curl-top-left {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-curl-top-left, .hvr-icon-buzz-out {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.ptb {
    padding: 40px 0;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.check-list li:before {
    content: "\f046";
    font: normal normal normal 14px/1 FontAwesome;
}
/*---header---*/
.affix {
    top: 0;
    width: 100%;
}

    .affix + .container-fluid {
        padding-top: 70px;
    }

body {
    font-family: 'Open Sans', sans-serif;
}

.header-top {
    background: #01458E;
    background-size: cover;
    color: #fff;
    padding: 10px 0;
}

.contact-info {
}

    .contact-info i {
        color: #FCCA03;
        font-size: 23px;
        vertical-align: middle;
    }

.social-icons a {
    color: #fff;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 3px;
}

.social-icons .yt {
    background: rgba(255, 0, 0,0.5);
}

.social-icons a.yt:hover {
    background: rgba(255, 0, 0,1);
}

.social-icons .fb {
    background: rgba(59, 89, 152,0.5);
}

.social-icons a.fb:hover {
    background: rgba(59, 89, 152,1);
}

.social-icons .tw {
    background: rgba(29, 161, 242,0.5);
}

.social-icons a.tw:hover {
    background: rgba(29, 161, 242,1);
}

.social-icons a:hover i {
    transform: rotate(360deg);
    transition: all 0.5s ease-in-out 0s;
}

.social-icons i {
    transition: all 0.5s ease-in-out 0s;
    transform: rotate(0deg);
}

.navbar-brand > img {
    display: inline-block;
    max-width: 12%;
}

.navbar-brand {
    float: none;
    background: #fff;
    padding: 0;
    display: inline-block;
    height: auto;
    padding: 10px 0;
}

.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
    border: none;
}

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: #FCCA03;
    }

    .navbar-default .navbar-nav > li > a {
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
    }

span.logo-txt {
    font-family: "Times New Roman", Times, serif;
    color: #01458E;
    font-size: 24px;
    vertical-align: top;
    display: inline-block;
    margin-left: 5px;
    margin-top: 15px;
    width: 420px;
    line-height: 24px;
    font-weight: bold;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #01458E;
}

.navbar-default .navbar-nav > li > a {
    padding: 10px 10px;
    font-weight: 600;
    font-size: 15px;
}

    .navbar-default .navbar-nav > li > a:hover {
        background: #01458E;
        color: #fff;
    }

/*----footer------*/
.footer-top {
    background: #01458E;
    color: #fff;
}

.footer-btm {
    background: #013165;
    color: #fff;
    padding: 10px 0;
}

.footer-txt h2 {
    text-transform: uppercase;
    color: #FCCA03;
    font-weight: 700;
    margin-bottom: 25px;
}

.footer-txt ul li a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    font-weight: 300;
}

    .footer-txt ul li a:hover {
        color: #FCCA03;
    }

.footer-txt ul li {
    margin-bottom: 10px;
}

.contact-list li a {
    position: relative;
    padding-left: 25px;
}

.contact-list li.email a:after {
    content: "\f003";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
    color: #FCCA03;
}

.contact-list li.call a:after {
    content: "\f095";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
    color: #FCCA03;
}

.footer-txt .social-icons {
    margin-top: 25px;
    margin-left: 25px;
}
/*---------------------
Home Page styles
-----------------------*/
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

    .owl-nav > div {
        width: 30px;
        height: 55px;
        border-radius: 5px;
        background: #FCCA03;
        line-height: 55px;
    }

        .owl-nav > div:hover {
            color: #fff;
            background: #01458E;
        }

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

.owl-dot {
    width: 40px;
    height: 10px;
    display: inline-block;
    background: #fff;
    margin-right: 5px;
    border-radius: 2px;
}

    .owl-dot.active {
        background: #01458E;
    }

.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 10%;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.about-sec blockquote {
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
    margin-bottom: 25px;
}

.founder-name {
    color: #FCCA03;
    font-weight: 700;
}

.founder-inner {
    display: inline-block;
    text-align: left;
}

.president {
    font-weight: bold;
    color: #8a8a8a;
    margin-top: 5px;
}

.admission-sec {
    background: #f5f5f5;
}
/*<!--.admission-sec .sec-title{
color:#fff;	
}
.admission-sec .hborder,.admission-sec .hborder:after{
background: #fff;	
}-->*/
.icon-sec i {
    font-size: 50px;
}

.icon-sec {
    margin-bottom: 20px;
}

.admission-txt {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.canvas-box:hover .icon-wrap {
    background: #01458E;
    border: 1px solid #01458E;
    color: #fff;
    box-shadow: 0 0 2px 5px rgba(1, 69, 142, 0.6);
}

.canvas-box .icon-wrap {
    background: #fff;
    border: 1px solid #D4D4D4;
    border-radius: 100%;
    box-shadow: 0 0 2px 5px #ebebeb;
    color: #868686;
    display: inline-block;
    height: 100px;
    margin-bottom: 30px;
    position: relative;
    width: 100px;
    z-index: 20;
    font-size: 50px;
    line-height: 99px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.canvas-box h4:after {
    background: #FCCA03;
    content: "";
    display: block;
    height: 2px;
    margin: 15px auto;
    width: 50px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.canvas-box h4 {
    text-transform: uppercase;
}

.canvas-box:hover h4::after {
    background: #01458E;
    width: 100px;
}

.canvas-box h4 a {
    text-decoration: none;
    font-weight: 700;
    color: #000;
}
/* ------------------------------------------------
    *** Service_area Css Start***
------------------------------------------------- */
.our-services {
    background: #26a69a;
}

    .our-services .sec-title {
        color: #fff;
    }

    .our-services .hborder, .our-services .hborder:after {
        background: #fff;
    }

.single_service {
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 1, 1, 0.1);
    padding: 34px 30px 44px;
    text-align: center;
    background-color: #fff;
    border-top: 5px solid #FCCA03;
}

    .single_service:hover {
        border-top: 5px solid #01458E;
        background-repeat: no-repeat;
        background-size: cover;
    }

.service_icon_container {
    display: table;
    height: 80px;
    width: 100%;
}

.service_icon_tablecell {
    display: table-cell;
    vertical-align: middle;
}

.single_service h3 {
    margin: 20px 0;
    text-transform: capitalize;
    min-height: 35px;
}

    .single_service h3 .service-title {
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        color: #FCCA03;
    }

.single_service p {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.single_service:hover .service-title {
    color: #01458E;
}

/***********************************************************************************************/
/*accordian style */
/***********************************************************************************************/
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

/*---------------------
  programmes offered
-----------------------*/
.program-offered {
    background: url(../images/books-mockup.png) no-repeat right 90px;
    background-size: 32%;
    min-height: 500px;
}

    /***********************************************************************************************/
    /* 03. Accordion gallery page */
    /***********************************************************************************************/
    .program-offered h4.panel-title {
        position: relative;
        background: #eee;
        color: #555;
        border-bottom-left-radius: 5px;
    }

    .program-offered .panel-heading {
        padding: 0;
    }

h4.panel-title a {
    background: #01458E;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 16px 0 16px 56px;
    position: relative;
}

.program-offered .panel-group .panel {
    border: none;
}

h4.panel-title a[aria-expanded="true"]:before {
    content: "\f068";
    background: #01458E;
}

h4.panel-title a[aria-expanded="true"] {
    background: #FCCA03;
    color: #000;
}

h4.panel-title a:before {
    color: #fff;
    z-index: 2;
    content: "\f067";
    font-family: 'FontAwesome';
    display: inline-block;
    width: 48px;
    height: 46px;
    line-height: 46px;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    background: #FCCA03;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 0px 4px 0 4px;
    -moz-border-radius: 0px 4px 0 4px;
    border-radius: 0px 4px 0 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

h4.panel-title a:after {
    z-index: 1;
    left: 30px;
    top: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 7px;
    height: 46px;
    line-height: 46px;
    background: transparent;
    background: #FCCA03;
    -webkit-transform: skewX(35deg);
    -moz-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    -o-transform: skewX(35deg);
    transform: skewX(35deg);
    -webkit-transition: 0.5s 0.2s ease-out;
    -moz-transition: 0.5s 0.2s ease-out;
    -o-transition: 0.5s 0.2s ease-out;
    transition: 0.5s 0.2s ease-out;
}

h4.panel-title a[aria-expanded="true"]:after {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
}

.program-offered #accordion {
    margin-top: 30px;
}

.course-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}

    .course-list li a {
        color: #000;
        font-weight: 700;
        text-decoration: none;
    }

        .course-list li a:hover {
            color: #FCCA03;
        }

    .course-list li:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f19d";
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 18px;
        color: #FCCA03;
    }

/*---------------------
  news and events
-----------------------*/
.news-events {
    background: #26a69a url(../images/news-events.png)no-repeat left 100px;
    background-size: 45%;
}

    .news-events .sec-title {
        color: #fff;
    }

    .news-events .hborder, .news-events .hborder:after {
        background: #fff;
    }

.news-list {
    margin-top: 20px;
}

    .news-list li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 15px;
    }

        .news-list li a {
            color: #fff;
            display: block;
            text-decoration: none;
        }

            .news-list li a:hover {
                color: #FCCA03;
            }

        .news-list li:before {
            content: "\f1ea";
            font: normal normal normal 14px/1 FontAwesome;
            position: absolute;
            left: 0;
            top: 0;
            color: #FCCA03;
            font-size: 18px;
        }

span.event-date {
    display: inline-block;
    font-size: 10px;
    color: #fff;
    background: #01458E;
    padding: 5px;
    border-radius: 5px;
    margin-top: 3px;
}

.news-events .hvr-curl-top-left:before {
    background: linear-gradient(135deg,#26a69a 45%,#aaa 50%,#ccc 56%,#fff 80%);
}

/*---------About Us Page--------------*/
.inner-banner {
    display: block;
    padding: 50px 0;
    background: url(../images/inner-banner-bg.jpg) no-repeat center top / cover;
}

    .inner-banner .content {
        margin: 0 auto;
        text-align: center;
    }

    .inner-banner h1 {
        display: block;
        padding-bottom: 18px;
        font-size: 46px;
        color: #24353b;
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
    }

.breadcrumb {
    background-color: #fff;
    display: inline-block;
}

    .breadcrumb > li > a {
        color: #01458E;
    }

    .breadcrumb > .active, .breadcrumb > li + li:before {
        color: #FCCA03;
    }

.inner-content {
    margin-top: 20px;
}

    .inner-content p {
        margin-bottom: 15px;
        line-height: 23px;
    }

.patent-list {
    margin-bottom: 30px;
}

    .patent-list li {
        /* color: #bf5a15;*/
        margin-bottom: 26px;
    }

.check-list > li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.patent-list li ul {
    margin-top: 20px;
}

    .patent-list li ul li {
        list-style-type: disc;
        margin-bottom: 10px;
    }

.check-list > li:before {
    position: absolute;
    content: "\f046";
    font: normal normal normal 14px/1 FontAwesome;
    left: 0;
    top: 0px;
    color: #01458E;
    font-size: 18px;
}

.subtitle strong {
    background: #FCCA03;
    padding: 7px 15px;
    color: #fff;
    font-weight: 600;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 20px;
}

.sec-heading {
    background: #01458e; /* Old Browsers */
    background: -webkit-linear-gradient(left,#01458e,#ffffff); /*Safari 5.1-6*/
    background: -o-linear-gradient(left,#01458e,#ffffff); /*Opera 11.1-12*/
    background: -moz-linear-gradient(left,#01458e,#ffffff); /*Fx 3.6-15*/
    background: linear-gradient(to right, #01458e, #ffffff); /*Standard*/
    color: #fff;
    font-weight: 700;
    padding: 10px 0 10px 20px;
    font-size: 20px;
    border-left: 3px solid #FCCA03;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.lab-list li {
    margin-bottom: 20px;
}

/*---------Academic Page--------------*/
.Academic p {
    margin-left: 20px;
}

.Academic ul {
    margin-left: 20px;
    margin-top: 10px;
}

/*---------Contact Us Page--------------*/
.heading {
    border-bottom: 1px solid #dadada;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
}

    .heading .divider-left, .heading .divider-center {
        height: 4px;
        width: 70px;
        background: #ffb600;
        display: block;
    }

.heading_space {
    margin-bottom: 45px;
}

.address .icon {
    background: #ffb600;
    float: left;
    height: 60px;
    width: 64px;
    text-align: center;
    font-size: 35px;
    line-height: 50px;
}

.heading .divider-left {
    margin: 10px 0 -2px;
}

.border_radius {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.address {
    overflow: hidden;
    margin-bottom: 20px;
}

    .address h4 {
        margin: 4px 0 2px 80px;
        font-size: 18px;
        font-weight: 700;
        color: #01458E;
    }

    .address p {
        display: block;
        margin: 0 0 0 80px;
    }

.form-inline .form-group {
    display: block;
}

#map-outer {
    height: 405px;
    width: 100%;
}

.contact-map .map-heading {
    background: #242C42;
    position: relative;
    text-align: center;
    width: 100%;
}

    .contact-map .map-heading h3 {
        color: #fff;
        font-family: "Oswald",sans-serif;
        font-size: 36px;
        font-weight: 300;
        margin: 0;
        padding: 20px 0 20px;
        text-align: center;
        text-transform: uppercase;
    }

    .contact-map .map-heading i {
        bottom: 0;
        color: #004B8F;
        font-size: 80px;
        margin: 0 0 -45px -30px;
        position: absolute;
        z-index: 1;
    }

.fa-location-arrow:before {
    content: "\f124";
}

form.findus .form-control:focus, form.findus textarea:focus {
    border-color: #ffb600 !important;
    box-shadow: inset 0 1px 1px rgba(255, 182, 0,.075)
}

.heading2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
}

.renumation a {
    margin-top: 20px;
    display: inline-block;
    color: #D48520;
}

.media-box img {
    width: 100%;
    margin-bottom: 30px;
}

.awards-inner img {
    width: 100%;
    display: block;
}

.awards-inner {
    background: #00aba9;
    border: 10px solid #ddd;
    margin-bottom: 30px;
    min-height: 610px;
}

.awards-txt {
    padding: 15px;
    background: #00aba9;
    color: #fff;
}

    .awards-txt h2 {
        color: #FCCA03;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .awards-txt p {
        font-size: 14px;
    }

.published img {
    max-width: 200px;
}

.published h2 {
    font-weight: 700;
    color: #01458E;
}

.published .table-bordered > tbody > tr > td {
    vertical-align: middle;
}

.events img {
    width: 100%;
    display: block;
}

.events-inner {
    border: 5px solid #ddd;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .events-inner .event-txt {
        position: absolute;
        bottom: -64px;
        width: 100%;
        text-align: center;
        background: #FCCA03;
        padding: 10px;
        transition: all 0.5s
    }

        .events-inner .event-txt p {
            margin-bottom: 0;
        }

    .events-inner:hover .event-txt {
        bottom: 0;
        transition: all 0.5s;
    }

.facility-txt {
    background: #FCCA03;
    padding: 5px 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    height: 55px;
    overflow-y: auto;
}

    .facility-txt p {
        margin-bottom: 0;
    }

.facility-box {
    margin-bottom: 20px;
}

.founder-msg img.founder-image, .chancellor-msg .president-img {
    margin-right: 20px;
    border: 2px solid #999;
    max-width: 150px;
}


.technology-img {
    display: inline-block;
    float: right;
    max-width: 200px;
}

.inline-txt {
    display: inline-block;
    float: left;
    width: 80%;
    line-height: 20px;
}

.profile-txt span {
    display: inline-block;
    color: #fff;
    background: #00aba9;
    padding: 7px 25px;
    margin-top: 5px;
    border-radius: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    animation: fadeInUp 400ms;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.navbar-nav .course {
    float: left;
    padding: 0px;
}

    .navbar-nav .course h4 {
        color: #fff;
        padding: 10px 0 10px 24px;
    }

    .navbar-nav .course ul li {
        list-style-type: none;
        border-bottom: #191f2f solid 1px;
        border-top: #303953 solid 1px;
        padding: 5px 30px 5px 0px;
        margin-left: 22px;
    }

    .navbar-nav .course ul {
        padding-left: 0px;
        padding-bottom: 20px;
        margin: 0px 20px 0px 0px;
    }

        .navbar-nav .course ul li a {
            color: #f8c301;
            font-weight: normal;
            font-size: 14px;
        }

            .navbar-nav .course ul li a:hover {
                color: #FEA203
            }

.navbar-default .navbar-nav .dropdown-menu {
    background-color: #242C42;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
}

.dropdown-menu > li > a {
    color: #fff;
    border-bottom: #191f2f solid 1px;
    border-top: #303953 solid 1px;
    white-space: normal;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

    .dropdown-submenu li {
        position: relative;
    }

.caret.right {
    position: absolute;
    right: 15px;
    top: 10px;
    transform: rotate(-90deg);
    vertical-align: middle;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100% !important;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #000;
    background-color: #fcca03;
}
.nav-tabs > li > a {
    background: #01458e;
    color: #fff;
}

.nav > li > a {
    padding: 10px 35px;
    font-weight:600;
}

    .nav > li > a:focus, .nav > li > a:hover {
        background-color: #fcca03;
        color: #000;
    }