@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta&display=swap');

:root {
    --blue: #3064af;
    --yellow: #fdb016;
}

* {
    font-family: 'Mukta', sans-serif;
}

body {
    overflow-x: hidden;
    /* Hide scrollbars */
}

/*.bagmati-logo a img {
    height: 5rem;
}*/
.hamburger-menu {
    color: #fff;
    padding: 20px 0;
}

/*.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}*/

nav ul .dropdown ul {
    margin-top: 5rem;
    padding: 1rem;
    background-color: white;
    border-radius: 1px;
}

nav ul .dropdown ul li a {
    color: black;
    padding: 12px 0;
    font-size: 12px;
    font-family: 'Poppins';
}

nav ul .dropdown a {
    padding-bottom: 1rem;
}

nav ul .dropdown ul li a:hover {
    color: #55AAFF;
    background-color: white;
    transform: scale(1);
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bagmati-footer-logo a img {
    height: 90px;
    margin-top: 24px;
    margin-bottom: 20px;
}

/* live video styles */

/*social media icon*/
.social-media h2 a {
    color: black;
    text-decoration: none;
}


.social-media h2 a i:hover {
    text-decoration: none;
    transform: scale(1.2);
    color: #fdb016;
}

/*english button*/
.english a {
    text-decoration: none;
    background: #EBEAEA;
    color: var(--blue);
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
}

.english a:hover {
    color: var(--blue);
    border: 2px solid var(--blue);
}

/*nepali button*/
.nepali a {
    text-decoration: none;
    background: red;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
}

.nepali a:hover {
    color: red;
    background: white;
    border: 2px solid red;
}

/*topheader date*/
.date p {
    font-size: 12px;
    font-weight: bold;
    padding-top: 1rem;
}

/*top header section content*/
.header-top {
    padding-top: 3rem;
}

/*top header link*/
.header-top a {
    font-size: 12px;
}

/*top header h2*/
.header-top h2 a {
    font-size: 25px;
    padding-left: 10px;
}

/*top header padding*/
header .top-header {
    padding: 5px 6rem 10px 6rem;
    height: 8rem;
}

/*top header image*/
.top-header .logo img {
    height: 4rem;
    width: 16rem;
    object-fit: fill;
}


/*footer*/
footer {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(270deg, #C62126 18.39%, #3064AF 86.78%);
}

/*footer nav*/
footer a {
    text-decoration: none;
    color: #eee;
}

footer a:hover {
    color: var(--yellow);
}

/*footer paragraph*/
footer p {
    font-size: 14px;
}

/*footer heading*/
footer h6 {
    font-size: 20px;
    margin-top: 24px;
}

footer h3 {
    font-size: 14px;
    text-align: justify;
    width: 98%;
}

footer .container h2 {
    font-weight: bold;
    font-size: 14px;
}

footer .footer-content {
    margin-bottom: 1rem;
}

footer h3 {
    line-height: 1.5;
}

footer .container {
    width: 100%;
}

/*footer search form section end*/

/*footer copyright section*/


.copyright {
    text-align: center;
    border: 3px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 12px;
}

/*Our program paragraph*/

/*footer end*/
.heading {
    display: flex;
}

.blue_line {
    border-top: 4px solid #3064AF;
    width: 70px;
}

.one {
    margin-top: 1rem;
    margin-left: 10px;
}

.heading h1 {
    font-size: 30px;
    font-weight: bold;
    position: relative;
}


/* /*advertisement section*/
.advertisement_section {
    margin-bottom: 1rem;
    margin-left: 3rem;
}

/*advertisement image*/
.advertisement_section img {
    width: 100%;
    margin-bottom: 2rem;
    object-fit: fill;
}

/*media query for mobile view*/
@media only screen and (max-width: 480px) {
    nav ul li ul li a {
        color: black;
    }

    nav ul .dropdown ul li {
        line-height: 1px;
    }

    nav ul .dropdown ul {
        margin-top: 5px;
        padding: 10px;
        width: 100%;
        background-color: white;
        border-radius: 1px;
        text-align: center;
    }


    nav ul .dropdown ul li a {
        color: black;
        padding: 1px 0;
        font-size: 10px;
        font-family: 'Poppins';
        padding-bottom: 0px;
    }

    nav ul .dropdown a {
        padding-bottom: 1px;
    }

    nav ul .dropdown ul li a:hover {
        transform: scale(1);
    }

    /* Thick red border */
    hr.linee {
        border-top: 2px solid var(--blue);
        margin-top: 5px;
    }

    /*header image*/
    .top-header .logo img {
        height: 3rem;
        width: 100%;
        margin-bottom: 0;
        object-fit: fill;
        align-items: center;
    }

    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /*english button */
    .top-header .english {
        margin-top: 1px;
    }

    /*nepali button*/
    .top-header .nepali {
        margin-top: 1px;
    }

    /*date*/
    .date p {
        font-size: 8px;
        font-weight: bold;
        padding-top: 0;
    }

    /*social media icon*/
    .social-media h2 a {
        color: #3064AF;
        text-decoration: none;
    }

    /*english button*/
    .english a {
        text-decoration: none;
        background: #EBEAEA;
        color: var(--blue);
        padding: 5px 12px;
        border-radius: 5px;
        font-weight: bold;
        font-size: 8px;
    }

    /*english hover*/
    .english a:hover {
        color: var(--blue);
        border: 2px solid var(--blue);
    }

    /*nepali button*/
    .nepali a {
        text-decoration: none;
        background: red;
        color: white;
        padding: 5px 12px;
        font-weight: bold;
        border-radius: 5px;
        font-size: 10px;
    }

    /*nepali hover*/
    .nepali a:hover {
        color: red;
        background: white;
        border: 2px solid red;
    }

    /*topheader date*/
    .date p {
        font-size: 10px;
        font-weight: bold;
        padding-top: 0;
        /*  text-align: center;*/
        margin-bottom: 5px;
        padding-left: 1px;
        position: absolute;
        top: 40px;

    }

    /*top header section content*/
    .header-top {
        padding-top: 5px;
    }

    /*top header link*/
    .header-top a {
        font-size: 10px;
    }

    /*top header h2*/
    .header-top h2 a {
        font-size: 18px;
        padding-left: 2px;
    }

    .header-top h2 {
        margin-top: 0;
        margin-bottom: 0;
    }

    /*top header padding*/
    header .top-header {
        padding: 5px 2px 2px 5px;
        height: 65px;
    }

    /*footer*/
    footer {
        padding: 1rem;
        width: 100%;
    }

    /*footer container*/
    footer .container {
        width: 100%;
    }

    /*footer image*/
    .bagmati-footer-logo a img {
        height: 60px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    /*footer about company*/
    footer h3 {
        font-size: 12px;
        line-height: 1.6;
    }

    /*footer heading*/
    footer h6 {
        margin-top: 20px;
    }

    /*footer headings*/
    footer .container h6 {
        padding-bottom: 5px;
        font-size: 18px;
    }

    /*footer content*/
    footer p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    /*footer link*/
    footer p a {
        padding-bottom: 1px;
    }

    /*read more in about company*/
    footer .container h2 {
        font-weight: bold;
        font-size: 14px;
    }

    /**footer heading**/
    footer h5 {
        font-size: 20px;
    }

    .section {
        padding-bottom: 15px;
    }

    .copyright {
        height: 1rem;
        font-size: 10px;
    }

    /**footer copyright**/
    .heading h1 {
        font-size: 18px;
        font-weight: bold;
        position: relative;
    }

    .one {
        margin-top: 14px;
        margin-left: 5px;
    }

    .blue_line {
        border-top: 3px solid #3064AF;
        width: 30px;
    }

    /*advertisement*/
    .advertisement {
        padding: 5px 0;
        margin: 0;
    }

    .advertisement_section {
        margin-bottom: 2px;
        margin-left: 0;
        background-color: white;
    }

    .advertisement_section img {
        width: 100%;
        margin-bottom: 10px;
        object-fit: cover;
    }


}

/*media query for tablet and larger smart phone*/
@media only screen and (min-width: 480px) and (max-width: 576px) {
    nav ul .dropdown ul li a {
        color: black;
    }


    nav ul li ul li a {
        color: black;
    }

    nav ul li ul li a {
        color: black;
    }

    nav ul .dropdown ul li {
        line-height: 10px;
    }

    nav ul .dropdown ul {
        margin-top: 5px;
        padding: 10px;
        width: 100%;
        background-color: white;
        border-radius: 1px;
        text-align: center;
    }

    nav ul .dropdown ul li a {
        color: black;
        padding: 2px 0;
        font-size: 10px;
        font-family: 'Poppins';
        padding-bottom: 2px;
    }

    nav ul .dropdown a {
        padding-bottom: 1px;
    }

    nav ul .dropdown ul li a:hover {
        transform: scale(1);
    }

    /* Thick red border */
    hr.linee {
        border-top: 2px solid var(--blue);
        margin-top: 10px;
    }

    /*header image*/
    .top-header .logo img {
        height: 3rem;
        width: 15rem;
        object-fit: fill;
        margin-bottom: 0;
    }

    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /*english button */
    .top-header .english {
        margin-top: 5px;
    }

    /*nepali button*/
    .top-header .nepali {
        margin-top: 5px;
    }

    /*date*/
    .date p {
        font-size: 10px;
        font-weight: bold;
        padding-top: 1rem;
        /* text-align: center;*/
        margin-bottom: 5px;
        position: absolute;
        top: 35px;
        margin-left: 10px;
    }

    /*social media icon*/
    .social-media h2 a {
        color: #3064AF;
        text-decoration: none;
    }

    /*english button*/
    .english a {
        text-decoration: none;
        background: #EBEAEA;
        color: var(--blue);
        padding: 7px 17px;
        border-radius: 5px;
        font-weight: bold;
        font-size: 10px;
    }

    /*english hover*/
    .english a:hover {
        color: var(--blue);
        border: 2px solid var(--blue);
    }

    /*nepali button*/
    .nepali a {
        text-decoration: none;
        background: red;
        color: white;
        padding: 7px 17px;
        font-weight: bold;
        border-radius: 5px;
        font-size: 10px;
    }

    /*nepali hover*/
    .nepali a:hover {
        color: red;
        background: white;
        border: 2px solid red;
    }

    /*topheader date*/
    .date p {
        font-size: 12px;
        font-weight: bold;
        padding-top: 10px;
    }

    /*top header section content*/
    .header-top {
        padding-top: 0px;
    }

    /*top header link*/
    .header-top a {
        font-size: 12px;
    }

    /*top header h2*/
    .header-top h2 a {
        font-size: 20px;
        padding-left: 10px;
    }

    /*top header padding*/
    header .top-header {
        padding: 10px 10px 10px;
        height: 70px;
    }

    /*footer*/
    footer {
        padding: 1rem;
        width: 100%;
    }

    footer .container {
        width: 100%;
    }

    /*footer image*/
    .bagmati-footer-logo a img {
        height: 60px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    /*footer about company*/
    footer h3 {
        font-size: 12px;
        line-height: 1.6;
    }

    footer h6 {
        margin-top: 20px;
    }

    /*footer headings*/
    footer .container h6 {
        padding-bottom: 5px;
        font-size: 18px;
    }

    /*footer content*/
    footer p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    /*footer link*/
    footer p a {
        padding-bottom: 1px;
    }

    /*read more in about company*/
    footer .container h2 {
        font-weight: bold;
        font-size: 14px;
    }

    /**footer heading**/
    footer h5 {
        font-size: 25px;
    }

    .section {
        padding-bottom: 15px;
    }

    .copyright {
        height: 1rem;
    }

    /**footer copyright**/
    .heading h1 {
        font-size: 20px;
        font-weight: bold;
        position: relative;
    }

    .blue_line {
        border-top: 3px solid #3064AF;
        width: 40px;
    }

    /*advertisement*/
    .advertisement {
        padding: 5px 0;
        margin: 0 2rem;
    }

    .advertisement_section {
        margin-bottom: 2px;
        margin-left: 0;
    }

    .advertisement_section img {
        width: 100%;
        margin-bottom: 10px;
        object-fit: cover;

    }

}

/*media query for tablet and larger smart phone*/
@media only screen and (min-width: 576px) and (max-width: 670px) {
    /*  .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }*/

    nav ul .dropdown ul {
        margin-top: 5rem;
        padding: 10px;
        background-color: white;
        border-radius: 1px;
        left: -150%;
    }

    nav ul .dropdown ul li a {
        color: black;
        padding: 8px 0;
        font-size: 10px;
        font-family: 'Poppins';
    }

    nav ul .dropdown a {
        padding-bottom: 1rem;
    }

    nav ul .dropdown ul li a:hover {
        color: #55AAFF;
        background-color: white;
        transform: scale(1);
    }

    /* Thick red border */
    hr.linee {
        border-top: 2px solid var(--blue);
        margin-top: 5px;
    }

    /*header image*/
    .top-header .logo img {
        height: 3rem;
        width: 10rem;
        position: absolute;
        right: 35%;
    }

    /*english button */
    .top-header .english {
        margin-top: 5px;
    }

    /*nepali button*/
    .top-header .nepali {
        margin-top: 5px;
    }

    /*date*/
    .date p {
        font-size: 10px;
        font-weight: bold;
        padding-top: 1rem;
    }

    /*social media icon*/
    .social-media h2 a {
        color: black;
        text-decoration: none;
    }

    /*english button*/
    .english a {
        text-decoration: none;
        background: #EBEAEA;
        color: var(--blue);
        padding: 7px 10px;
        border-radius: 5px;
        font-weight: bold;
        font-size: 10px;
    }

    /*english hover*/
    .english a:hover {
        color: var(--blue);
        border: 2px solid var(--blue);
    }

    /*nepali button*/
    .nepali a {
        text-decoration: none;
        background: red;
        color: white;
        padding: 7px 11px;
        font-weight: bold;
        border-radius: 5px;
        font-size: 10px;
    }

    /*nepali hover*/
    .nepali a:hover {
        color: red;
        background: white;
        border: 2px solid red;
    }

    /*topheader date*/
    .date p {
        font-size: 11px;
        font-weight: bold;
        padding-top: 9px;
    }

    /*top header section content*/
    .header-top {
        padding-top: 15px;
    }

    /*top header link*/
    .header-top a {
        font-size: 9px;
    }

    /*top header h2*/
    .header-top h2 a {
        font-size: 17px;
        padding-left: 7px;
    }

    /*top header padding*/
    header .top-header {
        padding: 5px 2px 5px 2px;
        height: 70px;
    }

    /*footer*/
    footer {
        padding-top: 1rem;
        padding: 2px;
        width: 100%;
    }

    footer .container {
        width: 100%;
        padding: 1rem;
    }

    /*footer image*/
    .bagmati-footer-logo a img {
        height: 70px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    /*footer about company*/
    footer h3 {
        font-size: 12px;
        line-height: 1.2;
    }

    footer h6 {
        margin-top: 15px;
    }

    /*footer headings*/
    footer .container h6 {
        padding-bottom: 0px;
        font-size: 15px;
    }

    /*footer content*/
    footer p {
        font-size: 11px;
        margin-bottom: 2px;
    }

    /*footer link*/
    footer p a {
        padding-bottom: 1px;
    }

    /*read more in about company*/
    footer .container h2 {
        font-weight: bold;
        font-size: 14px;
    }

    /**footer heading**/
    footer h5 {
        font-size: 22px;
    }

    .section {
        padding-bottom: 1rem;
    }

    .copyright {
        height: 1rem;
    }

    /**footer copyright**/
    .heading h1 {
        font-size: 20px;
        font-weight: bold;
        position: relative;
    }

    .one {
        margin-top: 14px;
        margin-left: 5px;
    }

    .blue_line {
        border-top: 3px solid #3064AF;
        width: 40px;
    }

    /*advertisement*/
    .advertisement {
        padding: 5px 0;
        margin: 0;
    }

    .advertisement_section {
        margin-bottom: 2px;
        margin-left: 5px;
    }

    .advertisement_section img {
        width: 100%;
        margin-bottom: 10px;
        object-fit: fill;
    }
}

/*media query for tablet and larger smart phone*/
@media only screen and (min-width: 670px) and (max-width: 768px) {
    /* .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }*/

    nav ul .dropdown ul {
        margin-top: 5rem;
        padding: 10px;
        background-color: white;
        border-radius: 1px;
        left: -150%;
    }

    nav ul .dropdown ul li a {
        color: black;
        padding: 8px 0;
        font-size: 10px;
        font-family: 'Poppins';
    }

    nav ul .dropdown a {
        padding-bottom: 1rem;
    }

    nav ul .dropdown ul li a:hover {
        color: #55AAFF;
        background-color: white;
        transform: scale(1);
    }

    /* Thick red border */
    hr.linee {
        border-top: 2px solid var(--blue);
        margin-top: 5px;
    }

    /*header image*/
    .top-header .logo img {
        height: 3rem;
        width: 10rem;
    }

    /*english button */
    .top-header .english {
        margin-top: 5px;
    }

    /*nepali button*/
    .top-header .nepali {
        margin-top: 5px;
    }

    /*date*/
    .date p {
        font-size: 10px;
        font-weight: bold;
        padding-top: 1rem;
    }

    /*social media icon*/
    .social-media h2 a {
        color: black;
        text-decoration: none;
    }

    /*english button*/
    .english a {
        text-decoration: none;
        background: #EBEAEA;
        color: var(--blue);
        padding: 7px 12px;
        border-radius: 5px;
        font-weight: bold;
        font-size: 10px;
    }

    /*english hover*/
    .english a:hover {
        color: var(--blue);
        border: 2px solid var(--blue);
    }

    /*nepali button*/
    .nepali a {
        text-decoration: none;
        background: red;
        color: white;
        padding: 7px 14px;
        font-weight: bold;
        border-radius: 5px;
        font-size: 10px;
    }

    /*nepali hover*/
    .nepali a:hover {
        color: red;
        background: white;
        border: 2px solid red;
    }

    /*topheader date*/
    .date p {
        font-size: 12px;
        font-weight: bold;
        padding-top: 10px;
    }

    /*top header section content*/
    .header-top {
        padding-top: 20px;
    }

    /*top header link*/
    .header-top a {
        font-size: 10px;
    }

    /*top header h2*/
    .header-top h2 a {
        font-size: 20px;
        padding-left: 5px;
    }

    .header-top h2 {
        padding-left: 20px;
    }

    /*top header padding*/
    header .top-header {
        padding: 10px 10px 10px;
        height: 80px;
    }

    /*footer*/
    footer {
        padding-top: 1rem;
        padding: 2px;
        width: 100%;
    }

    footer .container {
        width: 100%;
        padding: 1rem;
    }

    /*footer image*/
    .bagmati-footer-logo a img {
        height: 70px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    /*footer about company*/
    footer h3 {
        font-size: 12px;
        line-height: 1.2;
    }

    footer h6 {
        margin-top: 15px;
    }

    /*footer headings*/
    footer .container h6 {
        padding-bottom: 0px;
        font-size: 15px;
    }

    /*footer content*/
    footer p {
        font-size: 11px;
        margin-bottom: 2px;
    }

    /*footer link*/
    footer p a {
        padding-bottom: 1px;
    }

    /*read more in about company*/
    footer .container h2 {
        font-weight: bold;
        font-size: 14px;
    }

    /**footer heading**/
    footer h5 {
        font-size: 22px;
    }

    .section {
        padding-bottom: 1rem;
    }

    .copyright {
        height: 1rem;
    }

    /**footer copyright**/
    .heading h1 {
        font-size: 20px;
        font-weight: bold;
        position: relative;
    }

    .blue_line {
        border-top: 3px solid #3064AF;
        width: 40px;
    }

    /*advertisement*/
    .advertisement {
        padding: 5px 0;
        margin: 0 2rem 0 2rem;
    }

    .advertisement_section {
        margin-bottom: 2px;
        margin-left: 5px;
    }

    .advertisement_section img {
        width: 100%;
        margin-bottom: 10px;
        object-fit: cover;
    }
}

/*larger tablet*/
@media only screen and (min-width: 769px) and (max-width: 992px) {
    /*  .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }*/

    nav ul .dropdown ul {
        margin-top: 5rem;
        padding: 10px;
        background-color: white;
        border-radius: 1px;
        left: -100%;
    }

    nav ul .dropdown ul li a {
        color: black;
        padding: 8px 0;
        font-size: 10px;
        font-family: 'Poppins';
    }

    nav ul .dropdown a {
        padding-bottom: 1rem;
    }

    nav ul .dropdown ul li a:hover {
        color: #55AAFF;
        background-color: white;
        transform: scale(1);
    }

    /*heading top part*/
    .header-top {
        padding-top: 2rem;
    }

    /*top header padding*/
    header .top-header {
        padding: 5px 30px 5px 4rem;
        height: 4rem;
    }

    /*nepali button*/
    .nepali a {
        padding: 5px 12px;
        font-weight: bold;
        border-radius: 5px;
        font-size: 10px;
    }

    /*english button*/
    .english a {
        padding: 5px 12px;
        border-radius: 5px;
        font-size: 10px;
    }

    /*top header image*/
    .top-header .logo img {
        height: 3rem;
        width: 10rem;
        position: absolute;
        right: 40%;
    }

    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    /*navbar*/
    nav .navbar-nav {
        color: white;
        text-decoration: none;
        margin-left: 2rem;
    }

    /*navbar link*/
    nav .navbar-nav li a {
        color: white;
        text-decoration: none;
        margin-right: 18px;
    }

    /*header nav icon*/
    .header-top h2 a {
        font-size: 20px;
        padding-left: 5px;
    }

    .date p {
        font-size: 12px;
        font-weight: bold;
        padding-top: 0;
    }

    .header-top h2 {
        margin-left: 1rem;
        position: absolute;
        top: 2.5%;
    }

    /*footer*/
    footer {
        padding: 1rem 3rem 2rem 3rem;
        width: 100%;
    }

    /*footer */
    footer .container {
        width: 100%;
    }

    /*footer image*/
    .bagmati-footer-logo a img {
        height: 60px;
    }

    /*footer about company*/
    footer h3 {
        font-size: 12px;
        line-height: 1.6;
    }

    footer h6 {
        margin-top: 20px;
    }

    /*footer headings*/
    footer .container h6 {
        padding-bottom: 0px;
        font-size: 15px;
    }

    /*footer content*/
    footer p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    /*footer link*/
    footer p a {
        padding-bottom: 1px;
    }

    /*read more in about company*/
    footer .container h2 {
        font-weight: bold;
        font-size: 14px;
    }

    /**footer heading**/
    footer h5 {
        font-size: 35px;
    }

    .copyright {
        height: 1rem;
    }

    /**footer copyright**/
    .heading h1 {
        font-size: 22px;
        font-weight: bold;
        position: relative;
    }

    .blue_line {
        border-top: 4px solid #3064AF;
        width: 60px;
    }

    /*advertisement*/
    .advertisement {
        padding: 5px 0;
        margin: 0 2rem 0 2rem;
    }

    .advertisement_section {
        margin-bottom: 2px;
        margin-left: 5px;
    }

    .advertisement_section_main .new_advertise img {
        width: 100%;
        margin-bottom: 10px;
        object-fit: cover;
    }


}

/*laptop media query*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .date p {
        font-size: 12px;
        font-weight: bold;
        padding-top: 0;
    }

    .center {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*header navbar*/
    header .navbar {
        padding: 10px 4rem;
    }

    /*top header padding*/
    header .top-header {
        padding: 5px 5px 10px 5rem;
        height: 5rem;
    }

    /*navbar link*/
    nav .navbar-nav li a {
        color: white;
        text-decoration: none;
        margin-right: 3rem;
    }

    /*social media icon*/
    .header-top h2 a {
        font-size: 25px;
        padding-left: 5px;
    }

    .header-top h2 {
        position: absolute;
        top: 4%;
    }

    /*english button*/
    .english a {
        text-decoration: none;
        background: #EBEAEA;
        color: var(--blue);
        padding: 7px 17px;
        border-radius: 5px;
        font-weight: bold;
    }

    /*nepali button*/
    .nepali a {
        text-decoration: none;
        background: red;
        color: white;
        padding: 7px 17px;
        font-weight: bold;
        border-radius: 5px;
    }

    /*top header image*/
    .top-header .logo img {
        height: 4rem;
        width: 16rem;
        margin-top: 0;
        right: 40%;
        position: absolute;

        margin-left: 2rem;
    }

    /*footer*/
    footer {
        padding: 1rem 4rem 1rem 5rem;
        width: 100%;
    }

    /*footer image*/
    .bagmati-footer-logo a img {
        height: 100px;
        margin-top: 35px;
        margin-bottom: 20px;
    }

    /*footer about company*/
    footer h3 {
        line-height: 1.6;
    }

    /*footer headings*/
    footer .container h6 {
        padding-bottom: 0px;
        font-size: 25px;
    }

    /*footer content*/
    footer p {
        font-size: 14px;

    }

    p {
        margin-bottom: 10px;
    }

    /*footer link*/
    footer p a {
        padding-bottom: 1px;
    }

    /*read more in about company*/
    footer .container h2 {
        font-weight: bold;
        font-size: 14px;
    }

    /**footer heading**/
    footer h5 {
        font-size: 35px;
    }

    .copyright {
        height: 1rem;
    }

    .heading h1 {
        font-size: 24px;
        font-weight: bold;
        position: relative;
    }

    .blue_line {
        border-top: 4px solid #3064AF;
        width: 60px;
    }

    /*advertisement*/
    .advertisement {
        padding: 5px 0;
        margin: 0 2rem 0 2rem;
    }

    .advertisement_section {
        margin-bottom: 2px;
        margin-left: 5px;
    }

    .advertisement_section img {
        width: 100%;
        margin-bottom: 10px;
        object-fit: cover;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {

    /*top header image*/
    .top-header .logo img {
        height: 4rem;
        width: 16rem;
        margin-top: 2rem;
        position: absolute;
        right: 40%;
    }

    .center {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*social media icon*/
    .header-top h2 a {
        font-size: 25px;
        padding-left: 5px;
    }

    /*footer*/
    footer {
        padding: 1rem 6rem 1rem 6rem;
        width: 100%;
    }

    /*footer image*/
    .bagmati-footer-logo a img {
        height: 110px;
        margin-top: 35px;
        margin-bottom: 20px;
    }

    /*footer about company*/
    footer h3 {
        line-height: 1.6;
    }

    /*footer headings*/
    footer .container h6 {
        padding-bottom: 0px;
        font-size: 25px;
    }

    /*footer content*/
    footer p {
        font-size: 14px;

    }

    p {
        margin-bottom: 10px;
    }

    /*footer link*/
    footer p a {
        padding-bottom: 1px;
    }

    /*read more in about company*/
    footer .container h2 {
        font-weight: bold;
        font-size: 14px;
    }

    /**footer heading**/
    footer h5 {
        font-size: 35px;
    }

    .copyright {
        height: 1rem;
    }

    .heading h1 {
        font-size: 28px;
        font-weight: bold;
        position: relative;
    }

    .blue_line {
        border-top: 4px solid #3064AF;
        width: 60px;
    }

    /*advertisement*/
    .advertisement {
        padding: 5px 0;
        margin: 0 2rem 0 2rem;
    }

    .advertisement_section {
        margin-bottom: 2px;
        margin-left: 5px;
    }

    .advertisement_section img {
        width: 100%;
        margin-bottom: 10px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 1400px) {

    /*top header image*/
    .top-header .logo img {
        height: 4rem;
        width: 16rem;
        margin-top: 2rem;
        position: absolute;
        right: 40%;
    }

    .center {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*footer*/
    footer {
        padding: 1rem 4rem 1rem 8rem;
        width: 100%;
    }

    /*footer image*/
    .bagmati-footer-logo a img {
        height: 110px;
        margin-top: 35px;
        margin-bottom: 20px;
    }

    /*footer about company*/
    footer h3 {
        line-height: 1.6;
    }

    /*footer headings*/
    footer .container h6 {
        padding-bottom: 0px;
        font-size: 25px;
    }

    /*footer content*/
    footer p {
        font-size: 14px;

    }

    p {
        margin-bottom: 10px;
    }

    /*footer link*/
    footer p a {
        padding-bottom: 1px;
    }

    /*read more in about company*/
    footer .container h2 {
        font-weight: bold;
        font-size: 14px;
    }

    /**footer heading**/
    footer h5 {
        font-size: 35px;
    }

    .copyright {
        height: 1rem;
    }

    .main-wrapper {
        position: relative;
        width: 100%;
        /* height: 60vh; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .video-wrapper {
        position: relative;
        width: 1200px;
    }

    .iframe-video {
        position: relative;
        width: 100%;
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 10px 0px;
        cursor: pointer;
    }

    
    .iframe-video:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }


    /* video popup */

    .video-popup {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #000;
        cursor: pointer;
        z-index: 111;
        display: none !important;

    }

    .video-popup.show-video {
        display: flex !important;

    }

    .video-popup .iframe-wrapper {

        position: relative;
        width: 600px;
        height: 350px;
        background: #fff;
    }

    .video-popup .close-video {

        position: absolute;
        top: 25px;
        right: 25px;
        width: 35px;
        height: 35px;
        background: white;
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

}



/* for pagination */
/* Custom pagination styles */
.pagination {
    /* display: flex; */
    justify-content: center;
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-link {
    color: #819fc2;
    border: 1px solid #03070c;
    /* background: linear-gradient( 270deg, #ffe0e0 18.39%, #cab4b4 86.78%); */

    padding: 5px 10px;
    border-radius: 5px;
}

.pagination .page-link:hover {
    /* background-color: linear-gradient(270deg, #C62126 18.39%, #3064AF 86.78%); */
    background: #10071f;

    color: #fff;
}


.pagination .page-link.active{
    color: #0e1720;
    background: #C62126;
    color: #ffffff;
    border: 4px solid #fb6f6f7c;

    
}
