
/*globals*/
h2, h3, h4 {
    font-weight: 700;
}

a {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    a:hover, a:focus {
        text-decoration: none;
        color: #e0b400;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }


.about_section {
    margin: 30px 0px;
}

.about_in {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}

.grid-box {
    margin: 10px;
    border: #ddd solid 1px;
    background: #00356a;
    padding: 0px;
    color: #fff;
}

    .grid-box h4 {
        padding: 7px 15px;
        margin: 0px;
        background: #fecc00;
        color: #000;
    }

    .grid-box p {
        color: #fff;
        font-size: 14px;
        text-align: left;
        padding: 10px;
    }

    .grid-box a {
        color: #fff;
        -webkit-transition: all 0.4s;
        margin: 10px 0px;
        padding: 4px 17px;
        text-align: center;
        border-radius: 10px;
        border: #0557a9 solid 2px;
        display: inline-table;
        font-size: 14px;
    }

        .grid-box a:hover {
            background: #fecc00;
            border: #fecc00 solid 2px;
            color: #000;
        }



    .grid-box:first-child {
        margin-left: 0px;
    }

    .grid-box:last-child {
        margin-right: 0px;
    }

.researchlist {
    margin: 0px;
    padding: 0px 10px;
}

    .researchlist li {
        list-style: none;
        margin: 0px;
        padding: 0px;
        font-size: 13px;
    }

.admission_box {
    background: #fecc00;
    margin: 0px;
    padding: 0px;
    border: #ddd solid 3px;
}

    .admission_box h4 {
        background: #000;
        margin: 0px;
        color: #fff;
        padding: 15px;
    }

.admissionlist {
    margin: 0px;
    padding: 0px;
}

    .admissionlist li {
        list-style: none;
        margin: 0px;
        padding: 15px 10px;
        border-bottom: #e5b802 solid 1px;
        border-top: #ffcd00 solid 1px;
    }

        .admissionlist li a {
            color: #000;
            font-size: 20px;
        }

            .admissionlist li a i {
                color: #000;
                font-size: 28px;
            }




.navbar-header {
    width: 100%;
    text-align: center;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        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;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

.main-nav li a {
    color: #fff;
}

.main-nav li:hover a, .main-nav li.dropdown a:hover, .main-nav li.dropdown a:focus {
    background: #242C42;
    color: #fff;
}

.main-nav > li.active > a {
    background: #242C42;
    color: #fff;
}

.main-nav > li.active > ul.dropdown-menu > li.active > a {
    background: #004B8F;
    color: #fff;
}

.main-nav li.active ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu li.active a {
    background: #004B8F;
    color: #fff;
}

.adrs {
    display: inline-block;
    padding: 10px 0px 10px 10px;
    margin: 0px;
    line-height: 30px;
}

.finearts {
    color: #253b80;
    display: block;
    text-align: left;
    font-family: arial;
    font-size: 32px;
    clear: both;
    margin: 0px;
    padding: 0px;
    font-family: century;
    text-transform: uppercase;
}

.navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    padding: 10px 10px;
    text-transform: uppercase;
}

/*Buttons*/
.link_arrow {
    color: #2a2a2a;
    text-transform: capitalize;
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link_arrow, .white_border, .dark_border {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
}

    .link_arrow::after {
        color: inherit;
        content: "\f105";
        font-family: "fontawesome";
        font-size: 18px;
        font-weight: normal;
        line-height: normal;
        margin-left: 8px;
        position: relative;
        left: 0;
        top: -1px;
        vertical-align: middle;
    }

    .link_arrow:hover::after, .link_arrow:focus::after {
        left: 5px;
    }

.dark_border {
    border: 1px solid #313030;
    color: #313030;
}

.white_border, .dark_border, .btn_fill {
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
}

    .dark_border:hover, .dark_border:focus {
        border: 1px solid #fecc00;
        background: #fecc00;
        color: #444;
        text-decoration: none;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.link_arrow:hover::after, .link_arrow:focus::after {
    color: #fecc00;
}

.mb-30 {
    margin-bottom: 30px;
}
/* ---------- OWL SLIDERS  --------- */

/*owl pagination*/
.owl-theme .owl-controls {
    margin-top: -22px;
}

.owl-pagination {
    padding-left: 15px;
    padding-right: 15px;
}

.owl-theme .owl-controls .owl-page span {
    border-radius: 0;
    display: block;
    height: 4px;
    margin: 0 2px;
    opacity: 0.5;
    width: 24px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    color: #000;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-buttons {
    position: absolute;
    top: 45%;
    width: 100%;
}

    .owl-buttons .owl-prev {
        left: 0%;
        position: absolute;
    }

    .owl-buttons .owl-next {
        right: 0%;
        position: absolute;
    }

.owl-theme .owl-controls .owl-buttons div {
    padding: 5px;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #000;
    margin: 5px;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #FECC00;
    filter: Alpha(Opacity=50);
    opacity: .9;
}

.owl-theme .owl-buttons i {
    margin-top: 2px;
    font-size: 20px;
}

.clr_bld {
    color: #fecc00;
    font-weight: bold;
    padding: 2px 0px 2px 0px;
}
/*end here*/
#homeslider .item {
    position: relative;
}

.slider_text {
    position: absolute;
    bottom: 20%;
    width: 100%;
    text-align: center;
}

.text_sett {
    width: 50%;
    margin: 0px auto;
    background: 0 rgba(0, 0, 0, 0.46);
    padding: 7px;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 3px;
    text-align: center;
    color: #fecc00;
    text-transform: uppercase;
}


.caption p {
    text-align: left !important;
}


#homeslider .item img {
    display: block;
    width: 100%;
    height: auto;
}

#home_icon {
    background: #fecc00;
}

    #home_icon .home_feature {
        background: transparent;
        display: block;
        padding: 26px 0;
        width: 100%;
        cursor: pointer;
    }

        #home_icon .home_feature h4 {
            font-size: 16px;
            margin: 7px 0;
            font-weight: bold;
            letter-spacing: 2px;
        }

        #home_icon .home_feature h4,
        #home_icon .home_feature p,
        #home_icon .home_feature i {
            color: #000;
        }

        #home_icon .home_feature i {
            font-size: 40px;
        }

        #home_icon .home_feature:hover {
            background: #fff;
            -moz-transition: color 1000ms ease 0s, background .5s ease;
            -ms-transition: color 1000ms ease 0s, background .5s ease;
            -o-transition: color 1000ms ease 0s, background .5s ease;
            -webkit-transition: color 1000ms ease 0s, background .5s ease;
            transition: color 1000ms ease 0s, background .5s ease;
        }

/* ---------- about section  --------- */
.about-us {
    padding: 20px 0px;
}

.color-yellow {
    color: #fecc00;
}

.about-us p {
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    text-align: justify;
}

.about-us h2 {
    font-weight: 700;
}


/* ---------- program section  --------- */
#estimate {
    background: url(../images/estimate_bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    color: #fff;
}

.line_1, .line_2, .line_3, .line_1-1, .line_2-2, .line_3-3 {
    display: block;
    height: 1px;
    background: #dbdbdb;
    position: relative;
}

.line_1 {
    width: 200px;
    margin-top: 10px;
}

.line_2 {
    width: 150px;
    margin-top: 5px;
}

.line_3 {
    width: 100px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.estimate_form > p {
    margin: 15px 0 50px;
}

#estimate .intro .dropdown li.current, .estimate_form > p {
    color: #fff;
}

.link_text {
    display: block;
    clear: both;
    padding: 4px 0px 4px 0px;
    border-bottom: #ddd solid 1px;
    font-size: 14px;
    font-weight: normal;
    color: #444;
}

#estimate .panel-group .panel {
    min-height: 204px;
}

/* ---------- property details  --------- */
.property-details h2 {
    margin-bottom: 15px;
}

.proerty_text h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.property-details .item {
    margin: 0 10px 20px;
}

.property-details .thumbnail.skr-sec .caption {
    min-height: 109px;
}

.property-details .owl-theme .owl-controls {
    margin-top: 0px;
}

/* ---------- news and events  --------- */
.bg_light {
    background: #edf3f8;
}

.event_bg {
    background: #fff;
    border-radius: 10px;
    padding: 0px;
    min-height: 130px;
    box-shadow: #333 1px 0px 4px;
}

.clr {
    font-size: 26px;
    color: #fff;
    background: #0f385f;
    text-align: center;
    border-radius: 10px 0px 0px 10px;
    padding: 10px;
    min-height: 120px;
    clear: both;
}

.text_here {
    display: block;
    margin: 0px;
    padding: 10px 10px 10px 90px;
    line-height: 30px;
    color: #333;
    font-size: 15px;
}

/* ---------- contact-section  --------- */

.bg-color-red {
    background: #0f385f;
}

#contact {
    padding: 40px 0px;
    position: relative;
}

    #contact .get-tuch {
        margin: -29px 0;
        padding: 25px 0;
    }

    #contact .get-tuch {
        display: inline-block;
        color: #fff;
    }

        #contact .get-tuch i {
            font-size: 35px;
            color: #fff;
        }

        #contact .get-tuch ul li {
            list-style-type: none;
        }

            #contact .get-tuch ul li p {
                color: #fff;
                font-size: 15px;
            }

/* ---------- footer-section  --------- */
.footer {
    background: #222222;
    position: relative;
}

.layer-overlay {
    position: relative;
}

.widget {
    margin-bottom: 30px;
}

    .widget.dark .widget-title {
        color: #fff;
        text-transform: uppercase;
    }

.small-title {
    margin-bottom: 40px;
    margin-top: 20px;
}

.line1 {
    float: left;
    height: 5px;
    width: 40px;
}

.line2 {
    float: left;
    height: 1px;
    margin-top: 2px;
    width: 78px;
}

.background-color-white {
    background: #fff none repeat scroll 0 0;
}

.line1, .line2 {
    background-color: #fecc00 !important;
}

.line1, .line2 {
    background-color: #fecc00;
}

.widget.dark .list-border li {
    border-bottom: 1px dashed #404040;
    transition: all 0.5s linear 0s;
}

    .widget.dark .list-border li:hover {
        margin-left: 10px;
    }

.footer a, #footer p, ul.list li::before, .opening-hourse ul li {
    color: #808080;
}

.widget ul.list li, .widget .post {
    margin-bottom: 8px;
    padding-bottom: 8px;
}

ul.list li::before {
    border: medium none;
    content: "";
    display: inline-block;
    font-family: fontawesome;
    font-size: 12px;
    margin-right: 10px;
    padding: 0;
}

ul.list.angle-double-right li::before {
    content: "";
    font-family: fontawesome;
    font-size: 12px;
}

.socials li {
    display: inline-block;
}

    .socials li a {
        color: #dbdbdb;
        border: 1px solid #dbdbdb;
        display: block;
        font-size: 14px;
        height: 32px;
        line-height: 30px;
        width: 32px;
        margin: 5px 5px 5px 0;
        text-align: center;
    }

        .socials li a:hover, .socials li a:focus {
            color: #fff;
            background: #fecc00;
            border-color: #fecc00;
        }

#footer p {
    color: #808080;
    font-size: 13px;
}

/* ---------- speaker-page  --------- */
.thumbnail.skr-sec {
    padding: 0;
    border: 2px solid transparent;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.15);
    min-height: 275px;
}

.skr-sec h3 {
    margin: 0 0 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.skr-sec figure {
    border-bottom: 5px solid #fecc00;
}

.skr-sec p {
    font-size: 13px;
    text-align: justify;
}

.thumbnail.skr-sec:hover {
    border-color: #fecc00;
    box-shadow: none;
}

.thumbnail.skr-sec .caption {
    min-height: 94px;
}

/*about page*/

.about-image {
    padding-top: 80px;
}

/*research page*/
.cont_box {
    border: 1px solid #ccc;
    padding: 15px;
    min-height: 205px;
    margin-bottom: 20px;
}

#carousel-example-generic .item img {
    margin: 0 auto;
}

.card-block {
    border: 1px solid #ccc;
    padding: 5px;
}

    .card-block ol li {
        text-align: justify;
    }

/*contact us*/

#map-outer {
    height: 290px;
    width: 100%;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

@media(min-width:768px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

@media(max-width:768px) {
    .finearts {
        font-size: 11px;
        font-weight: bold;
    }

    .text_sett {
        font-size: 11px;
    }
}

#accordion a[aria-expanded="true"]:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
}

#accordion a[aria-expanded="false"]:after {
    font-family: 'FontAwesome';
    content: "\f054";
    float: right;
}

.panel-title > a {
    display: block;
}

.imsge-txt {
    background: #424242;
    color: #fff;
    padding: 5px 20px;
    height: 45px;
    overflow-y: auto;
    margin-bottom: 20px;
}

    .imsge-txt p {
        line-height: 16px;
        margin-bottom: 0;
    }

.bx-shadow {
    box-shadow: 0px 40px 40px rgba(0,0,0,0.1);
}

.check-list {
    padding-left: 0;
}

    .check-list li {
        list-style-type: none;
        margin-bottom: 5px;
        font-size: 16px;
        padding-left: 25px;
        position: relative;
    }

        .check-list li:before {
            content: "\f058";
            font: normal normal normal 14px/1 FontAwesome;
            color: #e0b400;
            position: absolute;
            left: 0;
            top: 5px;
        }

.newsletter-btn {
    background: #ee1111;
    padding: 3px 10px;
    color: #fff;
    font-weight: 700;
    border-radius: 18px;
    margin-top: 15px;
}

    .newsletter-btn:hover {
        background: #fecc00;
        color: #000;
    }

.caret {
    border-top: 4px solid #fff;
}

.dst-text {
    width: 100%;
    background: #ffff00;
    display: block;
    color: #000;
    font-weight: 800;
    margin-top: 6px;
}



.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}



.navbar-nav {
    display: inline-block;
    float: inherit;
}
