.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/preloader.gif) center no-repeat #fff;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap);
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');


/* latin */
@font-face {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    src: local('Bree Serif Regular'), local('BreeSerif-Regular'), url(https://fonts.gstatic.com/s/breeserif/v8/4UaHrEJCrhhnVA3DgluA96rp5w.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */


body {
    background: #fefefe;
}

.topbar {
    background: #fecc00 !important;
    padding: 5px;
}

.top-menu-list {
    margin: 0;
    padding: 0
}

    .top-menu-list li {
        list-style: none;
        display: inline-block;
        padding-right: 8px;
        padding-left: 8px;
        border-right: 1px solid #111;
    }

        .top-menu-list li:last-child {
            border-right: none;
        }

        .top-menu-list li a {
            color: #000;
            font-size: 13px;
            text-decoration: none;
            font-weight: 600;
        }


/*===================== 
17.	Footer Bottom Section 
======================*/


#footer-bottom {
    text-align: center;
    background-color: #030d26;
    padding: 20px;
}

    #footer-bottom li {
        display: inline-block
    }

        #footer-bottom li a {
            font-size: 14px;
            margin-right: 20px;
            color: #fff;
        }

        #footer-bottom li:last-child a {
            margin: 0
        }

.copyright span {
    float: right;
    font-size: 13px;
    color: #fff;
}


#scroll {
    position: fixed;
    color: #fff;
    right: 30px;
    bottom: 50px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    z-index: 9;
    display: none;
}

.bg-header-page {
    background: #2c7dc7;
    color: #fff;
}

.font-source {
    font-family: 'Source Sans Pro', sans-serif;
}

.font-bree {
    font-family: 'Bree Serif',Georgia,"Times New Roman",serif;
}



/* -for home slider-*/

.icon {
    background: rgba(19, 17, 58, .6);
    color: rgba(255, 255, 255, .8);
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 45px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 35px;
    height: 40px;
}

.owl-next, .owl-prev {
    height: 100%;
    position: absolute;
    top: 0;
}

.owl-next {
    right: 0;
}

.owl-prev {
    left: 0;
}

    .owl-next:hover .icon, .owl-prev:hover .icon {
        background: #13113A;
        color: #fff;
    }

.icon-arrow-left {
    left: 0;
}

    .icon-arrow-left:before {
        content: "\f053";
    }

.icon-arrow-right {
    right: 0;
}

    .icon-arrow-right:before {
        content: "\f054";
    }

.slider_text {
    position: absolute;
    bottom: 20%;
    width: 100%;
    text-align: center;
}

.text_sett {
    width: 75%;
    margin: 0px auto;
    background: 0 rgba(0, 0, 0, 0.46);
    padding: 7px;
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 3px;
    text-align: center;
    color: #fff;
}

.common-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.common-page-heading {
    padding: 40px 0;
    background-color: #003399 !important;
}

.page-main-heading {
    color: #fff;
    font-family: 'Bree Serif',Georgia,"Times New Roman",serif;
    font-size: 40px;
    font-weight: 500;
}

.blockquote-section {
    border-left: 3px solid #039;
    padding-left: 10px !important;
}


.photo-about {
    background: #000;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
}

    .photo-about h4 {
        color: #fff;
    }

    .photo-about h5 {
        color: #fff;
        font-size: 14px;
    }

/* a[aria-expanded="true"] {
    background-color: #003399;
    color: #fff;
} */

.bg-blue {
    background-color: #030d26;
}

.program-heading {
    height: 60px;
    font-size: 18px;
    font-weight: bold;
}

.about-img {
    position: relative;
}

    .about-img .about_rank {
        position: absolute;
        top: -40px;
        right: 30px;
    }

.know-section {
    background: #ccc;
}

.pricing .pricing-widget {
    cursor: pointer;
}

    .pricing .pricing-widget .pricing-header {
        position: relative;
        z-index: 2;
    }

        .pricing .pricing-widget .pricing-header .price-cost {
            background-color: #eaedf5;
            color: #242c42;
            display: table;
            width: 120px;
            height: 120px;
            margin: 0 auto;
            border-radius: 50%;
            margin-bottom: -50px;
            border: 10px solid #fff;
            transition: all 0.25s linear;
        }

            .pricing .pricing-widget .pricing-header .price-cost .inner {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }

                .pricing .pricing-widget .pricing-header .price-cost .inner p i {
                    font-size: 40px;
                    font-weight: 700;
                }

    .pricing .pricing-widget .pricing-content {
        position: relative;
        background-color: #eaedf5;
        padding-top: 60px;
        text-align: center;
        top: 15px;
        color: #49575f;
        transition: all 0.25s linear;
    }

        .pricing .pricing-widget .pricing-content .pricing-title {
            margin: 0 0 8px 0;
            font-size: 30px;
            text-transform: uppercase;
        }

        .pricing .pricing-widget .pricing-content .pricing-button {
            font-weight: 900;
            line-height: 60px;
            width: 100%;
            text-transform: uppercase;
            display: inline-block;
        }

            .pricing .pricing-widget .pricing-content .pricing-button a {
                color: #242c42;
            }

    .pricing .pricing-widget:hover .pricing-header .price-cost, .pricing .pricing-widget.active .pricing-header .price-cost {
        background-color: #030D26;
        color: #fff;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    .pricing .pricing-widget:hover .pricing-content, .pricing .pricing-widget.active .pricing-content {
        background-color: #030D26;
        color: #fff;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    .pricing .pricing-widget:hover .pricing-button a, .pricing .pricing-widget.active .pricing-button a {
        color: #fff
    }


.scholar-title {
    font-size: 18px;
    font-weight: 600;
}

.scholar-area {
    font-size: 15px;
    margin-bottom: 5px;
}

    .scholar-area span {
        font-weight: bold;
        font-style: italic;
    }

.scholar-guide {
    font-size: 15px;
    margin-bottom: 5px;
}

    .scholar-guide span {
        font-weight: bold;
        font-style: italic;
    }

@media(min-width:320px) and (max-width:767px) {

    .text_sett {
        font-size: 11px;
    }
}
