* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    font-family: 'Poppins-Regular' !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .6px;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Bold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url('../fonts/Poppins-ExtraBold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-trophy:before {
    content: "\e913";
}

.icon-nepali .path1:before {
    content: "\e90f";
    color: rgb(0, 0, 0);
}

.icon-nepali .path2:before {
    content: "\e910";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.icon-nepali .path3:before {
    content: "\e911";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.icon-suitcase:before {
    content: "\e906";
}

.icon-school:before {
    content: "\e908";
}

.icon-headset_mic:before {
    content: "\e914";
}

.icon-directions_bus:before {
    content: "\e90a";
}

.icon-envelope:before {
    content: "\e907";
}

.icon-calendar:before {
    content: "\e903";
}

.icon-bullhorn1:before {
    content: "\e915";
}

.icon-fax:before {
    content: "\e905";
}

.icon-sort-asc:before {
    content: "\e901";
}

.icon-quote-left:before {
    content: "\e902";
}

.icon-paper-plane:before {
    content: "\e900";
}

.icon-send:before {
    content: "\e900";
}

.icon-newspaper:before {
    content: "\e904";
}

.icon-pen:before {
    content: "\e909";
}

.icon-bullhorn:before {
    content: "\e91a";
}

.icon-file-text2:before {
    content: "\e926";
}

.icon-coin-dollar:before {
    content: "\e93b";
}

.icon-pushpin:before {
    content: "\e946";
}

.icon-location2:before {
    content: "\e948";
}

.icon-clock:before {
    content: "\e94e";
}

.icon-bell:before {
    content: "\e951";
}

.icon-mobile:before {
    content: "\e958";
}

.icon-download:before {
    content: "\e960";
}

.icon-upload:before {
    content: "\e961";
}

.icon-user-tie:before {
    content: "\e976";
}

.icon-search:before {
    content: "\e986";
}

.icon-aid-kit:before {
    content: "\e998";
}

.icon-stats-dots:before {
    content: "\e99b";
}

.icon-clipboard:before {
    content: "\e9b8";
}

.icon-earth:before {
    content: "\e9ca";
}

.icon-link:before {
    content: "\e9cb";
}

.icon-attachment:before {
    content: "\e9cd";
}

.icon-point-right:before {
    content: "\ea04";
}

.icon-cross:before {
    content: "\ea0f";
}

.icon-checkmark:before {
    content: "\ea10";
}

.icon-play3:before {
    content: "\ea1c";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-whatsapp:before {
    content: "\ea93";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-youtube:before {
    content: "\ea9d";
}

.icon-linkedin2:before {
    content: "\eaca";
}

.icon-balance-scale:before, .icon-newspaper:before, .icon-bullhorn:before, .icon-file-text2:before, .icon-hammer2:before {
    font-size: 14px;
}

.poppin-regular {
    font-family: 'Poppins-Regular';
}

.poppin-medium {
    font-family: 'Poppins-Medium';
}

.poppin-bold {
    font-family: 'Poppins-Bold';
}

.poppin-extrabold {
    font-family: 'Poppins-ExtraBold';
}

.text-shadow {
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

h1, h2, h3, h4, h5, h6, p {
    line-height: 2;
}

.image-box img {
    width: 100%;
}

/* ==================margin top class==================== */
.mg-pd-0 {
    margin: 0;
    padding: 0;
}

.mg-t-sm {
    margin-top: 10px;
}

.mg-t-md {
    margin-top: 20px;
}

.mg-t-lg {
    margin-top: 30px;
}

.mg-t-xlg {
    margin-bottom: 50px;
}

/* ==================margin bot class==================== */
.mg-b-sm {
    margin-bottom: 10px;
}

.mg-b-md {
    margin-bottom: 20px;
}

.mg-b-lg {
    margin-bottom: 30px;
}

.mg-b-xlg {
    margin-bottom: 50px;
}

.display {
    display: block !important;
    visibility: visible !important;
    transition: all .4s ease-in-out;
    opacity: 1;
}

.bg-dark-blue {
    background-color: #101c4d !important;
}

.txt-blue {
    color: #101c4d;
}

.bg-orange {
    background-color: #f17d00 !important;
}

.txt-orange {
    color: #f17d00;
}

.bdr-line {
    background-color: #101c4d;
    padding: 0 10px;
    border-radius: 50%;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);

}

.bdr-line::before, .bdr-line::after {
    position: absolute;
    width: 120px;
    height: 1.5px;
    content: '';
    top: 50%;
}

.bdr-line::before {
    right: 35px;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(47, 49, 145, 1));

}

.bdr-line::after {
    left: 35px;
    background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgba(47, 49, 145, 1));

}

.overlay-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(25, 25, 25, 0.2), rgb(16, 28, 78, .6));
}

.overlay-box1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(25, 25, 25, .6), rgb(16, 28, 78, .6));
}

.description-box h3, .news-box h3, .ntc-box h3, .course-box h3, .act-box h3 {
    margin-bottom: 10px;

}

/* ============================ spinner============================== */
.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.cube1, .cube2 {
    background-color: #333;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

/* ==================top bar==================== */
ul.top-links {
    margin: 0;
}

ul.top-links li {
    list-style: none;
    display: inline-block;
    color: #101c4d;
    padding: 0 15px;
}

ul.top-links li a {
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 12px

}

ul.top-links li:not(:last-child) {
    border-right: 1px solid #f17d00;

}

ul.top-links li a:hover {
    color: #f17d00;
}

.logo-box {
    text-align: center;
}

.logo {
    width: 300px;
    display: inline-block;
}

.logo img {
    width: 100%;
}

ul.top-links {
    text-align: center;
    padding: 10px;
}

.logo-box h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-family: 'Poppins-Bold';
    line-height: 1.2;
    padding-top: 20px;
}

.icon-send:before, .icon-phone:before, .icon-location2:before, .icon-fax:before, .icon-mobile:before {
    color: #101c4d;
    padding-right: 15px;
}

/* ==========================navbar ====================== */
.nav-box {
    padding: 15px 0 5px 0;
}

.navbar {
    position: relative;
    font-family: 'Poppins-Medium';
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #fff;
}

.nav-bar {
    transition: .3s ease-in-out;
    /* position: fixed; */
    top: 0;
    z-index: 1000;
    width: 100%;
}

.nav-bar a.navbar-brand img {
    width: 100px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.nav-bar .navbar-nav .nav-link, .nav-bar .navbar-nav .active > .nav-link, .nav-bar .navbar-nav .nav-link.show, .nav-bar .navbar-nav .nav-link.active {
    transition: .3 ease-in-out;
    font-size: 14px;
    padding: 15px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgb(241, 125, 1);
}

.dropdown-menu {
    top: 96%;
    background-color: #f4f4f4;
    border-radius: 0;
    border: none;
}

.dropdown-menu ul li {
    list-style: none;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-item {
    padding: 10px 15px;
    font-size: 12px;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    color: #101c4d;
    text-decoration: none;
    background-color: #fff;
}

.nav-box .search-btn {
    border: 0;
}

.search-btn .icon-search:before {
    color: #fff;
    font-size: 18px;
}

.search-btn a {
    text-decoration: none;
    color: #fff;
    background-color: #f17d01;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 3px;

}

.search-btn a:hover .icon-search:before {
    color: #101c4d;
}

.search-box {
    padding: 5px 20px;
    position: absolute;
    display: block;
    z-index: 1000;
    background-color: #f17d01;
    left: 0;
    right: 0;
    top: 20px;
    border-radius: 35px;
    transition: all .3s ease;
}

.search-box .form-group {
    margin-bottom: 0;
}

.search-box {
    display: none;
    visibility: hidden;
    transition: all .3s ease;
}

.search-box .form-control {
    border-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: none;
    padding: 25px;
}

.position-relative .search-box .form-group button.search-btn {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: none;
}

.position-relative .search-box .form-group button.search-btn a {
    border: none;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    outline: none;
    background: #f0f0f0;
    padding: 10px 20px;
    display: block;
    color: #101c4d;
    font-family: 'Poppins-Bold';
}

.position-relative .search-box .form-group button.search-btn a:hover {
    color: #f17d01;
}

/* carousel */
.carousel {
    position: relative;
}

.carousel-caption p {
    font-size: 15px;
    font-family: 'Poppins-Bold';
    text-shadow: 1px 2px 3px rgba(9, 9, 9, 0.5);
}

/* button css */
button.custom-btn {
    /* padding: 10px 15px; */
    border-radius: 30px;
    background-color: #101c4d;
    color: #fff;
    outline: none;
    transition: .3s ease-in-out;
    border: 1px solid #101c4d;
    text-transform: uppercase;
    font-family: 'Poppins-Bold';
    z-index: 100;
}

button.custom-btn:hover {
    background: none;
    border: 1px solid #101c4d;
    color: rgba(47, 49, 145, 1);
}

.custom-btn a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px 15px;
}

.custom-btn a:hover {
    color: #101c4d;
}

/*----------------------*/
.top-header-band {
    padding: 10px 0;
}

.download-app a {
    text-decoration: none;
    color: #fff;
    background-color: #f17d01;
    padding: 5px 15px;
    border-radius: 30px;
    display: inline-block;
}

.download-app a:hover {
    background: #fb7719;
}

.admission-open {
    text-align: center;
}

.admission-open a {
    text-decoration: none;
    color: #fff;
    background-color: #f17d01;
    padding: 5px 15px;
    border-radius: 30px;
    display: inline-block;
}

.admission-open a:hover {
    background: #fb7719;
}

.live-exam {
    text-align: right;
}

.live-exam a {
    background-color: #004A7F;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;

    padding: 5px 15px;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    animation: glowing 1500ms infinite;

}

.main-logo {
    position: relative;
    overflow: hidden;
}

.main-logo img {
    width: 100%
}

.main-header {
    padding: 6px 0;
    border-bottom: 1px solid #cac6c6;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@-webkit-keyframes glowing {
    0% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
    50% {
        background-color: #FF0000;
        -webkit-box-shadow: 0 0 40px #FF0000;
    }
    100% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }
    50% {
        background-color: #FF0000;
        -moz-box-shadow: 0 0 40px #FF0000;
    }
    100% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
    }
    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

@keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
    }
    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

/*************************       Banner POST      ***************/
.post-list-box h3 {
    font-size: 18px;
    line-height: 1;
}

.post-list-box {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 0 20px;
}

.post-list-box ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
}

.post-list-box ul li {
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.3;
    padding: 0;

}

.post-list-box ul li:last-child {
    margin-bottom: 0px;
}

.post-list-box .post-image {
    float: left;
    margin-right: 12px;
}

.post-list-box .post-info a {
    color: #000;
    font-size: 12px;
}

.post-list-box .post-info p {
    font-size: 12px;
    margin: 0;
}

/*----------------*/
.follow-us-on a {
    display: inline-block;
    transition: all ease 0.3s;
}

.follow-us-on a.youtube {
    color: #de0505;
    font-size: 30px;

}

.follow-us-on a.facebook {
    color: #2c309c;
    font-size: 23px;

}

.follow-us-on a:hover {
    text-decoration: none;
    transform: scale(1.1);
    transition: all ease 0.3s;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
span.sub-toggle {
    display: none;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 42px;
    height: 42px;
    text-align: center;
    background: transparent;
    color: #505050;
    line-height: 42px;
    z-index: 99;
    cursor: pointer;
}

.main-menu-bg {
    background: #062D55;
}

.main-navigation {
    vertical-align: middle;
    width: 100%;
}

.main-navigation ul {
    margin: 0;
    text-align: right;
    padding: 10px 0px 0px 0px;
}

.main-navigation ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0px;
    text-align: left;

}

.main-navigation ul ul li {
    margin: 0;
    padding: 0;
}

.main-navigation ul li a {
    display: block;
    color: #1b2945;
    transition: all 0.3s ease;
    font-weight: 600;
    line-height: 2.2;
    font-size: 15px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.main-navigation ul.nav-menu > li > a {
    padding: 3px 20px;
}

.main-navigation ul li:hover > a,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.active > a {
    color: #1b2945;
}

.main-navigation ul li ul {
    left: 0;
    top: 79%;
    margin: 0;
    width: 210px;
    display: block;
    list-style: none;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background-color: #ffffff;
    z-index: 999;
    transform: translate(0, 10px);
    transition: all .3s ease-in-out;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    padding: 0;
}

.main-navigation ul li ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e0e0e0;
}

.main-navigation ul li ul li a {
    font-size: 13px;
    color: #000;
}

.main-navigation ul li ul li a:hover {
    color: #3db166;
}

.main-navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.main-navigation ul li ul li ul {
    left: 100%;
    top: 0%;
    margin: 0;
    width: 215px;
    display: block;
    list-style: none;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background-color: #FFF;
    z-index: 1;
    padding: 0;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.main-navigation ul li ul li:hover > ul {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

/*menu has children*/
.main-navigation ul > li.menu-item-has-children {
    position: relative;
}

.main-navigation ul > li.menu-item-has-children > a {
    padding-right: 25px;
}

.main-navigation div > ul > li.menu-item-has-children:before {
    content: '\f107';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #1b2945;
    right: 2px;
    font-size: 14px;
}

.main-navigation ul ul li.menu-item-has-children:before {
    content: '\f105';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #000;
    right: 9px;
}

.main-navigation div > ul > li.menu-item-has-children:hover:before {
    color: #3db166;
}

.main-navigation ul ul li.menu-item-has-children:before {
    color: #000;
}

.main-navigation ul ul li.menu-item-has-children:hover:before {
    color: #3db166;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.main-menu-toggle {
    display: none;
}

/* ======================about ================================= */
.description-box {
    line-height: 2;
}

.about-box .list-box {
    padding: 15px 5px 5px 5px;
}

.about-box .list-box .icon-file-text2:before, .about-box .list-box .icon-stats-dots:before,
.about-box .list-box .icon-pen:before, .about-box .list-box .icon-trophy:before {
    font-size: 25px;
    color: #f17d01;
}

.about-box .list-box a {
    color: #101c4d;
    text-decoration: none;
}

.about-box .list-box:hover a {
    color: #f17d01;
}

/* ======================meassage from chairman=================== */
.bg-image {
    background-image: linear-gradient(to bottom, rgba(150, 59, 59, 0.3), rgb(16, 28, 78, .6)), url(../images/bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.message-wrapper .custom-btn, .course-box .custom-btn {
    background-color: #fff;
    border-color: #fff;
}

.message-wrapper .custom-btn:hover, .course-box .custom-btn:hover {
    border-color: #fff;
}

.message-wrapper .custom-btn a, .course-box .custom-btn a {
    color: #101c4d;
}

.message-wrapper .custom-btn a:hover, .course-box .custom-btn a:hover {
    background-color: none;
    border-color: #fff;
    color: #fff;
}

.message-wrapper .image-box {
    margin-top: 20px;
}

.message-wrapper .image-box img {
    border: 1px solid #e1e1e1;
}

/* =========================notice============== */
.ntc-box .list-box {
    padding: 10px 20px;
    margin-top: 19px;
}

.ntc-detail {
    cursor: pointer;
}

.ntc-detail:hover a {
    color: #101c4d;
}

.dt-ttl-box a {
    text-decoration: none;
    color: #4d4d4d;
    font-family: Poppins-Bold;
}

.ntc-box .ntc-detail .icon-bullhorn {
    float: left;
    clear: right;
}

.ntc-box .ntc-detail .icon-bullhorn:before {
    font-size: 30px;
    color: #101c4d;
    margin-right: 30px;
}

.list-box {
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    background-color: #fff;
    position: relative;
}

/* ============================ news=========================== */
.news-box .list-box .image-box {
    padding: 15px 10px;
}

.news-dtl {
    position: relative;
    padding: 15px;
}

.news-dtl .custom-btn {
    background-color: #101c4d;
    padding: 0px 15px;
}

.list-box .date-box {
    background-color: #101c4d;
    color: #fff;
    padding: 10px;
    position: absolute;
    margin: 0 15px;
    left: 20px
}

.list-box .date-box h6 {
    margin: 0;
}

.list-box .date-box h6 span {
    font-size: 23px;
}

.list-box .tittle-box h6 a {
    text-decoration: none;
    color: #212529;
    font-family: 'Poppins-Medium';
}

.list-box:hover .tittle-box h6 a {
    color: #101c4d;
}

/* =======================course============================== */
.bg-image1 {
    background-image: url(../images/bg-course.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.course-box {
    padding: 50px 0;
    position: relative;
}

.course-box .list-box {
    padding: 15px;
}

.course-box .list-box .image-box img {
    border-radius: 5px;
}

.course-box .list-box h5 a {
    color: #212529;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.course-box .list-box .text:hover h5 a {
    color: #f17d01;
}

h3.bdr-btm:after, h4.bdr-btm:after {
    content: '';
    width: 60px;
    position: absolute;
    background-color: #f17d01;
    display: block;
    height: 5px;
    border-radius: 10px;
}

.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #f1f1f1;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border-radius: 5px;
}

.course-box .list-box:hover .overlay {
    bottom: 0;
    height: 100%;
}

.text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    border-radius: 5px;
    padding: 15px;
    cursor: pointer;
}

.course-box .list-box .icon-calendar:before, .course-box .list-box .icon-clock:before {
    color: #f17d00;
    margin: 0 5px 0 15px;
}

/* ============================multiple slider========================================= */
.testimonial-wrapper .testimonial-title .icon-quote-left:before {
    font-size: 100px;
    position: absolute;
    right: 0;
    top: -30px;
    opacity: .3;
}

.testimonial-wrapper .testimonial-title h3, .testimonial-wrapper .testimonial-title h1 {
    margin-bottom: 0;
    line-height: 1;
}

.testimonial-wrapper .testimonial-title h1 {
    font-size: 70px;
    background-color: #eceef6;
    padding: 15px;
}

.testimonial-title:after {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid #f17e01;
    width: 300px;
    height: 350px;
    top: 0;
    left: -50px;
    z-index: -1;
}

#mixedSlider  {
    position: relative;
}

 .MS-content {
    white-space: nowrap;
    overflow: hidden;
}

 .MS-content .item {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    white-space: normal;
    padding: 0 10px;
}

/* @media (max-width: 991px) {
   .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
   .MS-content .item {
    width: 100%;
  }
} */
 .MS-content .imgTitle {
    position: relative;
    display: table;
}

 .MS-content  .imgTitle .blogTitle {
    letter-spacing: 2px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 50px;
    padding-left: 15px;
}

 .MS-content  .imgTitle .blogTitle h5,  .MS-content  .imgTitle .blogTitle p {
    margin-bottom: 0;
}

 .MS-content  .imgTitle .blogTitle p span:not(:last-child):after {
    content: ',';
    font-weight: bold;
    display: inline-block;

}

 .MS-content  .imgTitle img {
    width: 100%;
}

 .MS-content  .imgTitle .image-box {
    margin-top: 50px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 0px 12px rgba(33, 37, 41, .3);
}

 .MS-content  p {
    font-size: 16px;
}

 .MS-content  a {
    float: right;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-style: italic;
    color: rgba(173, 0, 0, 0.82);
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
}

 .MS-content  a:hover {
    text-shadow: 0 0 1px grey;
}

 .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 95px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
}

 .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 992px) {
     .MS-controls button {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
     .MS-controls button {
        font-size: 20px;
    }
}

 .MS-controls .MS-left {
    left: 0px;
}

@media (max-width: 767px) {
     .MS-controls .MS-left {
        left: -10px;
    }
}

 .MS-controls .MS-right {
    right: 0px;
}

@media (max-width: 767px) {
     .MS-controls .MS-right {
        right: -10px;
    }
}

.MS-content .list-box {
    padding: 30px;
}

.MS-content .list-box::after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    bottom: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 40px;
    border-color: #fff transparent transparent transparent;
}

/* link btn */
.link-btn-box {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 150;
    box-shadow: 0px 3px 6px rgba(16, 28, 77, 0.6);
}

.link-btn-box ul {
    margin-bottom: 0;
}

.link-btn-box ul li {
    list-style: none;
}

.link-btn-box ul li a {
    text-decoration: none;
    background-color: #101c4d;
    display: block;
    padding: 15px 30px;
    color: #fff;
}

.link-btn-box ul li a:hover {
    background-color: #f17d01;
}

.blinking1 {
    animation: blinkingbackground1 5s infinite;
    animation-delay: 1s;
}

.blinking2 {
    animation: blinkingbackground2 5s infinite;
    animation-delay: 3s;
}

.blinking3 {
    animation: blinkingbackground3 5s infinite;
    animation-delay: 5s;

}

@keyframes blinkingbackground1 {
    0% {
        background-color: #101c4d;
    }
    25% {
        background-color: #101c4d;
    }
    50% {
        background-color: #101c4d;
    }
    75% {
        background-color: #f17d01;
    }
    100% {
        background-color: #f17d01;
    }
}

@keyframes blinkingbackground2 {
    0% {
        background-color: #101c4d;
    }
    25% {
        background-color: #101c4d;
    }
    50% {
        background-color: #f17d01;
    }
    75% {
        background-color: #f17d01;
    }
    100% {
        background-color: #101c4d;
    }
}

@keyframes blinkingbackground3 {
    0% {
        background-color: #101c4d;
    }
    25% {
        background-color: #f17d01;
    }
    50% {
        background-color: #f17d01;
    }
    75% {
        background-color: #101c4d;
    }
    100% {
        background-color: #101c4d;
    }
}

/* counters
-------------------------- */
.counters {
    padding-top: 30px;
}

.counters span {
    font-weight: bold;
    font-size: 48px;
    display: inline-block;
    color: #fff;
}

.counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #cce5ff;
}

/* ==================================footer============================== */

.foot-logo {
    width: 150px;
}

.foot-logo img {
    width: 100%;
}

.adr-details ul li, .quick-links ul li {
    list-style: none;
    padding: 5px 0;
}

.adr-details ul li a, .quick-links ul li a {
    text-decoration: none;
    color: #212529;
}

.adr-details ul li p {
    margin: 0 30px;
    text-indent: -30px;
}

.sbs-box .form-group {
    padding: 15px;
}

.sbs-box input {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.sbs-box input, .sbs-box button {
    display: inline-block;
    border: none;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

.sbs-box button {
    background: #f17d01;
    color: #fff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.sbs-box button .icon-send:before {
    color: #fff;
}

.footer .icon-location2:before, .footer .icon-mobile:before, .footer .icon-send:before {
    color: #f17d01;
    font-size: 20px;
}

.sbs-box button:hover {
    background-color: #fff;
    border: none;
    border-left: 1px solid #d2e1d7;
}

.sbs-box button:hover .icon-send:before {
    color: #101c4d;
}

/* follow us */
.follow-us ul li {
    list-style: none;
}

.follow-us ul li {
    font-size: 16px;
    font-family: 'Poppins-Medium';
    padding: 8px 0;
}

.follow-us ul li a {
    text-decoration: none;
    color: #fff;
}

.follow-us .icon-facebook:before, .follow-us .icon-instagram:before, .follow-us .icon-twitter:before,.follow-us .icon-youtube:before {
    color: #f17d01;
    margin-right: 30px;
    font-size: 20px;
}

.alert {
    padding: 5px;
    text-align: center;
}

.alert .close {
    position: absolute;
    right: 20px;
    font-size: 16px;
    top: 10px;
    cursor: pointer;
}

/* back top top btn */
#back-to-top span.icon-sort-asc:before {
    z-index: 1001;
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div#back-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 90px;
    right: 30px;
    display: none;
    border-radius: 30px;
    outline: none !important;
    background-repeat: no-repeat;
    z-index: 1000;
    background-color: #212529;
}

.bg-gray {
    background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(252, 252, 248, .9)), url(../images/bg-image.png);
}

.bg-gray .breadcrumb {
    background: none;
    padding: 0;
}

.bg-gray h3 {
    margin-top: 30px;
    margin-bottom: 0;
}

ul.contact-links li {
    list-style: none;
}

/* =======================inner page ===================================== */
.bdr-blue {
    border: 1px solid #101c4d;
}

.aside-link h6, .aside-news-links h6, .aside-faq-links h6 {
    background: #101c4d;
    padding: 10px 15px;
    color: #fff;
}

.aside-link a {
    text-decoration: none;
    color: #4d4d4d;
}

.aside-link .nav-link.active, .aside-link a:hover {
    background-color: #f4f4f4;
    color: #101c4d;
}

.tab-pane p.sub-tittle {
    font-size: 12px;
    color: #101c4d;
}

.tab-pane ul {
    padding: 10px 15px;
}

.tab-pane p {
    line-height: 2;
}

ul.child-ul {
    padding: 0 15px;
    margin: 0;
}

ul.child-ul-2 {
    padding: 0 !important;
    margin: 0;
}

.tab-pane table {
    width: 100%;

}

.tab-pane table thead tr {
    background: #25b1f0;
    color: #fff;
}

.tab-pane table th, .tab-pane table tr, .tab-pane table td {
    padding: 20px;
}

.inner-content-box {
    padding-right: 15px;
}

.tab-pane .pre-nm-dt .img-box {
    border-bottom: none;
    height: 100%;

}

.tab-pane .pre-nm-dt .img-box img {
    width: 100%;
}

.img-box img {
    width: 100%;
}

/* =====================about us page========================== */
.inner-content-wrapper p {
    margin-top: 20px;
}

.cmt-mbr-image img {
    width: 100%;
}

.cmt-mbr-box {
    border: 1px solid #101c4d;
    padding: 15px;
    border-radius: 3px;
    height: 100%;
}

.cmt-mbr-details p, .cmt-mbr-details h5 {
    margin: 0;
}

.cmt-mbr-details a {
    text-decoration: none;
    color: #4d4d4d;
    display: block;
}

.cmt-mbr-details .icon-phone:before, .cmt-mbr-details .icon-send:before {
    color: #101c4d;
    font-size: 12px;
}

/* ==============================news page==================== */
.inner-page-wrapper .list-box .news-dtl {
    position: relative;
    padding: 15px;

}

.pagination-box ul.pagination li a {
    color: #101c4d;
}

/* news-detail page */
.inner-page-wrapper .news-box p {
    line-height: 2;
}

.inner-page-wrapper .description-box h3, .inner-page-wrapper .news-box h3, .inner-page-wrapper .ntc-box h3, .inner-page-wrapper .course-box h3, .act-box h3 {
    margin-bottom: 10px;
}

/* notice detail */
.inner-page-wrapper .ntc-detail p {
    line-height: 2;
    margin-top: 20px;
}

/* ===============================photo gallery=============================== */
.gallery-wrapper {
    padding-top: 50px;
    border-top: 5px solid #101c4d;
}

.btn-box {
    text-align: center;
    position: absolute;
    z-index: 100;
    right: 15px;
    top: -138px;
}

.btn-box::after {
    content: '';
    bottom: -22px;
    width: 0;
    left: 0;
    right: 0;
    position: absolute;
    border-style: solid;
    border-width: 20px 63px 0 62px;
    border-color: #101c4d transparent transparent transparent;
    animation: updown 1.4s ease infinite;
}

@keyframes updown {
    0% {
        transform: translateY(-10%);
    }

    50% {
        transform: translateY(10%);
    }

    100% {
        transform: translateY(-10%);
    }
}

.btn-box a {
    background-color: #101c4d;
    color: #fff;
    padding: 10px 40px;
    text-decoration: none;
    transition: all .3s ease-in;
    display: inline-block;
    font-family: 'Poppins-Bold';
}

.btn-box a:not(:last-child) {
    border-bottom: 1px solid #000;

}

.btn-box a:hover {
    background-color: #f17d01;
}

.bdr-box {
    border: 1px solid #101c4d;
    border-radius: 3px;
    padding: 15px;
}

.gallery-img h5, .gallery-img p {
    margin: 0;
}

.gallery-img a {
    color: #4d4d4d;
    display: block;
    cursor: pointer;
    text-decoration: none;
    padding: 5px 0;
}

.gallery-img a:hover {
    color: #101c4d;
}

.gallery-img {
    overflow: hidden;
    width: 100%;
}

.img-transition {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
    cursor: pointer;
}

.img-transition:hover {
    transform: scale(1.5) rotate(5deg);
}

/* ==============================video gallery=========================== */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    border: 1px solid #101c4d;
}

.video-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ===============================publication pages================================= */
.rpts-img-box img {
    width: 100%;
}

/* ===========================download===================================== */
.dnld-details a {
    color: #212529;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Poppins-Medium';
}

.dnld-details:hover a {
    color: #101c4d;
}

.dnld-details .icon-download:before {
    color: #101c4d;
    font-size: 50px;
    margin-right: 20px;
}

.dnld-details .dnld-body {
    display: inline-block;
    width: 80%;
}

/* =============================contact====================================== */
.phone-box, .email-box, .adr-box {
    margin-top: 30px;
}

.phone-box a, .email-box a, .adr-box a {
    text-decoration: none;
    color: #4d4d4d;
}

.phone-box a:hover, .email-box a:hover, .adr-box a:hover {
    text-decoration: none;
    color: #101c4d;
}

.phone-box h4, .email-box h4, .adr-box h4 {
    margin-top: 15px;
}

.contact-page .form-control {
    border: 1px solid #101c4d;
    border-radius: unset;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.contact-page button.white-btn {
    background: #fff;
    border-radius: 5px;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #101c4d;
    font-family: 'Poppins-Bold';
    border: 1px solid #fff;
    transition: all .3s ease-in-out;

}

.contact-page .white-btn:hover {
    background: none;
    color: #fff;
    border: 1px solid #fff;
}

.map-outer {
    width: 100% !important;
}

iframe {
    width: 100%;
    height: 500px;
    margin-bottom: -6px;
}

.border-bottom {
    border-bottom: 1px dashed #a8a8a8;
    padding-bottom: 15px;
}

@media (max-width: 992px) {
    .main-logo {
        max-width: 110px;
    }
}
@media (max-width: 768px) {
    .upper-link .btn-group{
        margin-bottom: 15px;
    }

    .download-app, .admission-open, .live-exam {
        text-align: center;
    }

    .main-logo {
        max-width: 110px;
    }

    .powered_by, .copyright {
        text-align: center;
    }

    /* ==========================responsive nav ====================== */
    .navbar-collapse {
        position: absolute;
        top: 77px;
        left: 0;
        padding-bottom: 15px;
        width: 90%;
        background: #101c4d;
        border-top: 1px solid #fff;
    }

    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
    }

    .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
    }

    /*--------------------------------------------------------------
       ## Menus
       --------------------------------------------------------------*/
    .main-menu-container-collapse {
        width: auto;
    }

    .main-menu-toggle {
        display: block;
        cursor: pointer;
        position: absolute;
        top: -86px;
        right: 9px;
        font-size: 17px;
        padding: 10px 14px;
        z-index: 9999;
        background: #101c4d;
        border: 1px solid #101c4d;
        color: #FFF;
    }

    .search_main_menu {
        display: block;
        cursor: pointer;
        position: absolute;
        top: -56px;
        right: 53px;
        font-size: 17px;
        padding: 10px 14px;
        z-index: 9999;
    }

    span.sub-toggle {
        display: block;
    }

    .main-menu-container-collapse {
        display: none;
        position: absolute;
        width: 100%;
        padding: 0 15px;
        left: 0;
        z-index: 999;
    }

    .main-navigation ul {
        border: 1px solid #d6d3d3;
        width: 100%;
        background: #FFF;
        padding: 0;
    }

    .main-navigation ul li {
        display: block;
    }

    .main-navigation ul.nav-menu > li > a {
        padding: 8px 16px;
    }

    .main-navigation ul.nav-menu > li:last-child > a {
        border: none;
    }

    .main-navigation ul li a {
        border-bottom: 1px solid #d6d3d3;
    }

    .main-navigation ul li a {
        border-bottom: 1px solid #d6d3d3;
    }

    .main-navigation ul li ul {
        display: none;
        box-shadow: none;
        width: 100%;
        position: relative;
        left: auto;
        visibility: visible;
        opacity: 1;
        transition: none;
        transform: none;
        border: none;
        background: transparent;
    }

    .main-navigation ul li ul li {
        position: relative;
        display: block;
    }

    .main-navigation ul li ul li a {
        padding: 11px 20px;
        font-size: 13px;
    }

    .main-navigation ul li:hover > ul {
        transform: none;

    }

    .main-navigation ul li ul li ul {
        top: 0%;
        margin: 0;
        list-style: none;
        z-index: 1;
        transform: none;
        display: block;
        box-shadow: none;
        width: 100%;
        position: relative;
        left: auto;
        visibility: visible;
        opacity: 1;
        transition: none;
        border: none;
        background: transparent;
    }

    .main-navigation ul li ul li:hover > ul {
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible;
    }

    .main-navigation ul li ul li {
        position: relative;
    }

    .main-navigation ul li ul li ul {
        display: none;
        box-shadow: none;
        width: 100%;
        position: relative;
        left: auto;
        visibility: visible;
        opacity: 1;
        border: none;
        transform: none;
        background: transparent;
    }

    .main-navigation div > ul > li.menu-item-has-children:before,
    .main-navigation ul ul li.menu-item-has-children:before {
        display: none;
    }
}

@media (min-width: 768px) {
    .mg-t-sm {
        margin-top: 20px;
    }

    .mg-t-md {
        margin-top: 50px;
    }

    .mg-t-lg {
        margin-top: 80px;
    }

    .mg-t-xlg {
        margin-top: 120px;
    }

    .mg-b-sm {
        margin-bottom: 20px;
    }

    .mg-b-md {
        margin-bottom: 50px;
    }

    .mg-b-lg {
        margin-bottom: 80px;
    }

    .mg-b-xlg {
        margin-bottom: 120px;
    }

    .description-box h3, .news-box h3, .ntc-box h3, .course-box h3, .act-box h3 {
        margin-bottom: 30px;

    }

    /* ======================topbar=========================== */
    ul.top-links {
        text-align: unset;
        padding: 0;
    }

    .logo-box {
        display: flex;
        text-align: unset;
    }

    .logo-box h4 {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 20px;
        font-family: 'Poppins-Bold';
        padding-top: 0;
    }

    .ticker-wrapper.has-js {
        padding: 0px 15px;
    }

    .dropdown-menu {
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    }

    /* ==========================carousel================================ */
    .bd-example {
        margin-top: 0;
        position: relative;
    }

    .bd-example::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 60px 0 0 950px;
        border-color: transparent transparent transparent #ffffff;
        z-index: 100;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .bd-example::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 60px 950px;
        border-color: transparent transparent #ffffff transparent;
        z-index: 100;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .carousel-caption {
        bottom: 10%;
    }

    .carousel-indicators {
        bottom: 3%;
        z-index: 150;
    }

    .carousel-indicators li {
        height: 25px;
        border: unset;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        position: relative;
    }

    .carousel-indicators li::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 15px 0 15px;
        border-color: #ffffff transparent transparent transparent;
        z-index: 150;
        position: absolute;
        right: 0;
        left: 0;
        bottom: -8px;
    }

    .carousel-caption p {
        font-size: 20px;
    }

    .news-dtl {
        position: relative;
        padding: 15px 0;
    }

    /* google map */
    iframe {
        margin-bottom: -6px;
    }

    /* ===========================testimonial============== */
    .testimonial-wrapper {
        padding: 30px 0;
        background-color: rgba(70, 89, 165, 0.1);
        box-shadow: inset 0px 3px 6px 0px rgba(2, 2, 2, .4);
    }

    /* gallery */
    .btn-box {
        top: -164px;
    }
}

@media (min-width: 992px) {
    .message-wrapper .image-box {
        position: absolute;
        display: block;
        top: -100px;
        background-color: #ffffff;
        padding: 40px 15px 15px;
        margin-top: 0;
    }

    .message-wrapper .image-box::after {
        content: '';
        bottom: -40px;
        width: 0;
        left: 0;
        right: 0;
        position: absolute;
        border-style: solid;
        border-width: 40px 183px 0 183px;
        border-color: #ffffff transparent transparent transparent;
    }
}

@media (min-width: 1024px) {
    .pd-rl-sm {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pd-rl-md {
        padding-right: 50px;
        padding-left: 50px;
    }

    .pd-rl-lg {
        padding-right: 80px;
        padding-left: 80px;
    }

    .bdr-line::before, .bdr-line::after {
        width: 423px;
    }

    /* ======================topbar=========================== */
    .top-bar ul li {
        padding: 10px;
    }

    .top-bar {
        display: block;
        visibility: visible;
    }

    /* ======================navbar=========================== */
    /* .nav-bar a.navbar-brand{
      display: none;
      visibility: hidden;
  } */
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-bar ul li a.nav-link {
        position: relative;
        display: inline-block;
    }

    .nav-bar {
        position: relative;
        background-color: transparent;
        color: #fff !important;
    }

    .nav-scroll {
        transition: .3s ease-in-out;
        position: fixed;
        top: 0;
        z-index: 1000;
        width: 100%;
        background-color: #fff !important;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .nav-box .navbar-nav ul li a.link:before {
        transition: 300ms;
        content: "";
        position: absolute;
        background-color: #d8b404;
        width: 100%;
    }

    .nav-box .navbar-nav ul li a.link:before {
        bottom: 0;
        height: 0;
        width: 100%;
    }

    .nav-box .navbar-nav ul li a.link:hover:before {
        height: 3px;
    }

    .txt-black {
        color: #4d4d4d !important;
    }

    .txt-black:hover {
        background-color: #f4f4f4 !important;
    }

    /* news  */
    .inner-page-wrapper .list-box .news-dtl .tittle-box {
        position: absolute;
        top: -50px;
        background-color: #fff;
        padding: 15px;
        left: 20px;
        right: 20px;
    }

    .news-body {
        margin-top: 70px;
    }

    /*=================================== aside sticky nav=================================  */
    .inner-aside-box {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .aside-link, .aside-news {
        position: sticky;
        position: -webkit-sticky;
        top: 100px;

    }

}

@media (min-width: 1400px) {
    .pd-rl-sm {
        padding-left: 40px;
        padding-right: 40px;
    }

    .pd-rl-md {
        padding-right: 100px;
        padding-left: 100px;
    }

    .pd-rl-lg {
        padding-right: 200px;
        padding-left: 200px;
    }

    .top-bar ul li span {
        padding-right: 15px;
    }

}

.bdr-line::before, .bdr-line::after {
    width: 537px;
}

/* =================breadcrub=============== */
.breadcrumb-box ol li a {
    color: #333 !important;
}

.breadcrumb-box .breadcrumb {
    background: #dae9df;
}

/* ==========================footer ====================== */

.find-us ul li a {
    font-size: 20px;
}

.copyright {

}

.powered_by {
    text-align: right;
}

/* ==================bout us page ====================== */
.about-dtl ul li, ul.book-list li {
    list-style: none;
}

.about-dtl ul li .icon-point-right:before {
    margin-right: 20px;
}

.about-dtl ul li p {
    display: inline-block;
    width: 90%;
    vertical-align: top;
}

.about-dtl .image-box {
    width: 250px;
    display: inline-block;
}

/* ===========gallery page======================= */
.inner-page-gallery .btn-box {
    top: -100px;
}

.inner-page-gallery .gallery-img .img-transition img {
    width: 100%;
}

/* scholarship page */
.admission-box {
    background-color: #101c4d;
    background-image: linear-gradient(to right bottom, rgba(255, 0, 0, 0), rgb(241, 125, 1), rgb(241, 125, 1));
    color: #fff;
    padding: 40px 30px;
}

.admission-box button.custom-btn {
    border-radius: 0;
}

.admission-box button.custom-btn:hover {
    background: #fff;
    border: 1px solid #fff;
}

.admission-box button.custom-btn a {
    font-size: 40px;
}

.scolarship-wrapper ul.list-type-number, .scolarship-wrapper ul.list-type-square {
    padding: 30px;
}

.scolarship-wrapper ul.list-type-number li {
    list-style: decimal;
}

.scolarship-wrapper ul.list-type-square li {
    list-style: square;
}

/* ==============download page============= */
.bg-download {
    background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(252, 252, 248, .9)), url(../images/donwload.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-attachment: scroll;
    padding-bottom: 100px;

}

.bg-download button.custom-btn {
    padding: 5px 10px;
}

/* link page */
.link-box-wrapper {
    display: block;: 30 px;
}

.link-box-wrapper ul li {
    list-style: none;

}

.link-box-wrapper ul li a {
    color: #101c4d;
    text-decoration: none;
    padding: 20px;
    display: block;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    top: 0;
    transition: top .4s ease-in;
    position: relative;
    border-radius: 5px;
    text-transform: capitalize;

}

.link-box-wrapper .link-box {
    margin-top: 35px;
    display: block;
}

.link-box-wrapper .link-box:hover a {
    top: -15px;
    background-color: #f17d01;
    transition: all .6s ease;
    color: #fff;
}

/*----------------------*/

#all_news {
    background: #f17d01;
    width: 100%;
    height: 32px;
    margin: 40px auto 0;
    overflow: hidden;
    border-radius: 0px;
    padding: 3px;
    position: relative;

}

#all_news span {
    float: left;
    color: rgba(0, 0, 0, .8);
    color: #fff;
    background: #00425a;
    padding: 6px;
    position: relative;
    border-radius: 4px;
    font-size: 12px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.5);
    background: rgb(0, 75, 103);
    background: -moz-linear-gradient(top, rgba(0, 75, 103, 1) 0%, rgba(0, 53, 72, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 75, 103, 1) 0%, rgba(0, 53, 72, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 75, 103, 1) 0%, rgba(0, 53, 72, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 75, 103, 1) 0%, rgba(0, 53, 72, 1) 100%);
    background: linear-gradient(top, rgba(0, 75, 103, 1) 0%, rgba(0, 53, 72, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004b67', endColorstr='#003548', GradientType=0)
}

#all_news ul {
    text-align: center;
    padding-left: 20px;
    -webkit-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
    -moz-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
    -ms-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
    animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite
}

#all_news ul:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused
}

#all_news ul li {
    line-height: 25px;
    list-style-type: none;
}

#all_news a {
    color: #fff;
    text-decoration: none;
    font-size: 13px
}

@-webkit-keyframes ticker {
    0% {
        margin-top: 0
    }

    25% {
        margin-top: -26px
    }

    50% {
        margin-top: -52px
    }

    75% {
        margin-top: -78px
    }

    100% {
        margin-top: 0
    }
}

@-moz-keyframes ticker {
    0% {
        margin-top: 0
    }

    25% {
        margin-top: -26px
    }

    50% {
        margin-top: -52px
    }

    75% {
        margin-top: -78px
    }

    100% {
        margin-top: 0
    }
}

@-ms-keyframes ticker {
    0% {
        margin-top: 0
    }

    25% {
        margin-top: -26px
    }

    50% {
        margin-top: -52px
    }

    75% {
        margin-top: -78px
    }

    100% {
        margin-top: 0
    }
}

@keyframes ticker {
    0% {
        margin-top: 0
    }

    25% {
        margin-top: -26px
    }

    50% {
        margin-top: -52px
    }

    75% {
        margin-top: -78px
    }

    100% {
        margin-top: 0
    }
}

.upper-link {
    text-align: right;
    margin-top: 5px;
}

.upper-link .btn-group {
    margin-left: 20px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
/ / remove the gap so it doesn 't close
}

.dropdown .btn-link {
    text-decoration: none;
    color: #fff;
    background-color: #f17d01;
    padding: 5px 15px;
    border-radius: 30px;
    display: inline-block;
}