* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
}

img {
    max-width: 100%;
}

:root {
    --heading1-color: #cd7424;
    --heading1-size: 40px;
    --heading1-size: 35px;
    --heading1-size: 25px;
    --heading1-size: 20px;
    --heading1-size: 18px;
    --heading1-size: 16px;
    --dark-bg: #000;
    --color-white: #fff;
}

h1 {
    color: var(--heading1-color);
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}
/* Header styles */
.main-header .top-header {
    background: var(--heading1-color);
    color: var(--color-white);
    display: flex;
    align-items: center;
    padding: 3px 10px;
    padding-left: 15px;
    padding-right: 15px;
}

    .main-header .top-header a {
        color: var(--color-white);
    }

    .main-header .top-header .header-content {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 100%;
    }

        .main-header .top-header .header-content h1,
        .main-header .top-header .header-content h2 {
            font-size: 18px;
        }

        .main-header .top-header .header-content p {
            font-size: 12px;
            text-align: center;
        }

.main-header .header-socials {
    justify-content: center;
    display: flex;
    width: 20%;
    gap: 20px;
    line-height: 0;
}

/* Main menu styles */
.main-header .main-menu-links {
    max-width: 1600px;
    margin: 0 auto;
    padding: 15px 20px;
    width: 100%;
}

    .main-header .main-menu-links .nav-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .main-header .main-menu-links ul {
        display: flex;
        justify-content: center;
        /*margin-top: 20px;*/
        background-color: #cd7424;
        padding: 10px;
        border-radius: 50px;
    }

        .main-header .main-menu-links ul > li {
            list-style: none;
            position: relative;
            padding: 0 10px;
            display: flex;
            align-items: center;
            z-index: 9;
        }

            .main-header .main-menu-links ul > li > a {
                margin: 0 10px;
                color: #fff;
                position: relative;
                transition: color 0.3s ease;
                font-size: 16px;
                font-weight: 600;
            }

.main-header .header-logo-section h2 {
    font-size: 23px;
    color: #000;
    margin-top: 19px;
    text-transform: capitalize;
    font-style: normal;
    line-height: 1.4;
    font-weight: 500;
}

.main-header .header-logo-section a {
    display: block;
}
.main-header .main-menu-links ul > li:not(.item-has-children) {
    padding-right: 0;
}
.main-header .header-logo-section {
    text-align: center;
}
.body-content .MsoNormal {
    max-width: 1100px;
    width: 100% !important;
    letter-spacing: 0.5px;
    font-size: 18px !important;
    line-height: 1.7;
    word-spacing: 1px;
}

/* Styling for submenus */
.main-header .main-menu-links ul > li span.trigger:after {
    content: "+";
    font-size: 20px;
    position: absolute;
    top: 8px;
    margin-left: 0;
    margin-top: -3px;
    transition: transform 0.3s ease;
    color: #fff;
    transition: color 0.3s ease;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.main-header .main-menu-links ul > li span.trigger {
    display: block;
    cursor: pointer;
}

.main-header .main-menu-links ul > li.item-has-children:hover > a:after {
    transform: rotate(45deg);
}

.main-header .main-menu-links ul > li.item-has-children:hover > ul {
    visibility: visible;
    opacity: 1;
    border-bottom: 4px solid #cd7424;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}

.main-header .main-menu-links ul > li > ul {
    position: absolute;
    top: 150%;
    left: 0;
    right: auto;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    padding: 15px;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    display: block;
    border-radius: 6px;
    z-index: 1000;
}

    .main-header .main-menu-links ul > li > ul > li > a {
        margin: 0;
        margin-bottom: 10px;
        display: inline-block;
        color: #000;
    }

    .main-header .main-menu-links ul > li > ul > li {
        display: block;
        text-align: left;
        padding: 0;
    }

.main-header .main-menu-links ul > li > a:hover {
    color: #ffd2aa;
}

.main-header .hamburger-menu {
    display: none;
}

.main-header .header-logo-section.mobile {
    display: none;
}

.main-header .main-menu-links .nav-inner .contact span {
    display: block;
}

.main-header .main-menu-links .nav-inner .contact > div {
    display: flex;
    gap: 10px;
    align-items: center;
}

.main-header .main-menu-links .nav-inner .contact img,
.main-header .main-menu-links .nav-inner .address img {
    width: 40px;
}

.main-header .contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

    .main-header .contact img {
        height: 22px;
        width: 22px !important;
    }

    .main-header .contact span,
    .main-header .contact a,
    .main-header .address span,
    .address a {
        font-size: 14px;
    }

.main-header .address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

    .main-header .address img {
        height: 30px;
        width: 30px !important;
    }

    .main-header .contact a,
    .main-header .address a {
        color: #000;
        transition: all 0.1s ease-in-out;
    }

        .main-header .contact a:hover,
        .main-header .address a:hover {
            color: #cd7424;
            text-decoration: underline;
        }

.main-header .main-menu-links .nav-inner .contact .email {
    border-right: 1px solid;
    padding-right: 20px;
}
/* fixed-icons */
/* fixed social*/
#fixed-social {
    position: fixed;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
}

    #fixed-social a img {
        width: 32px;
        filter: invert(1);
    }

    #fixed-social a {
        color: #fff;
        height: 50px;
        position: relative;
        text-align: center;
        line-height: 40px;
        width: 50px;
        margin-bottom: 1px;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 5px 5px 0;
    }

        #fixed-social a:hover > span {
            visibility: visible;
            left: 58px;
            opacity: 1;
        }

        #fixed-social a span {
            line-height: 40px;
            left: 60px;
            position: absolute;
            text-align: center;
            width: 120px;
            visibility: hidden;
            transition-duration: 0.5s;
            z-index: 1;
            opacity: 0;
        }

.calendar {
    background-color: #00aae5;
}

    .calendar span {
        background-color: #00aae5;
    }

.brochure {
    background-color: #7d3895;
}

    .brochure span {
        background-color: #7d3895;
    }

.darpan {
    background-color: #00af54;
}

    .darpan span {
        background-color: #00af54;
    }
/*end fixed social*/
/* birthday-sec */
.birthday-sec {
    position: relative;
    padding: 60px 0;
    background-color: #f3f3f3;
}

    .birthday-sec h2 {
        text-align: center;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .birthday-sec .item {
        padding: 20px 0;
    }

    .birthday-sec .item-inner {
        padding: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        border-radius: 10px;
        margin: 0 20px;
        text-align: center;
        background-color: #fff;
    }

        .birthday-sec .item-inner .img img {
            max-width: 127px;
            margin: 0 auto;
            width: 100%;
        }

birthday-sec .item-inner .content {
    margin-top: 10px;
}

.birthday-sec .item-inner .content h5.name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
}

.birthday-sec .item-inner .content p.marks {
    font-size: 16px;
    font-weight: 700;
}

.new-fixed-social {
    position: fixed;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
    right: 0;
    left: auto;
}

    .new-fixed-social a {
        color: #fff;
        height: 50px;
        position: relative;
        text-align: center;
        line-height: 40px;
        width: 50px;
        margin-bottom: 1px;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px 0 0 5px;
    }

        .new-fixed-social a img {
            width: 32px;
            transition: all 0.3s;
            transform: scale(0.9);
        }

        .new-fixed-social a.fb,
        .new-fixed-social a.fb span {
            background-color: #0062e0;
        }

        .new-fixed-social a.yt,
        .new-fixed-social a.yt span {
            background-color: #d90000;
        }

        .new-fixed-social a.wallet,
        .new-fixed-social a.wallet span {
            background-color: #009003;
        }

        .new-fixed-social a:hover img {
            transform: scale(1);
        }

        .new-fixed-social a span {
            line-height: 40px;
            right: 40px;
            position: absolute;
            text-align: center;
            width: 120px;
            visibility: hidden;
            transition-duration: 0.5s;
            z-index: 1;
            opacity: 0;
            left: auto;
        }

        .new-fixed-social a:hover > span {
            visibility: visible;
            right: 58px;
            opacity: 1;
            left: auto;
        }

@media (min-width: 991px) {
    .main-header .main-menu-links ul > li.item-has-children:after {
        content: "";
        background: transparent;
        position: absolute;
        left: 0;
        right: 0;
        height: 50px;
        width: 100%;
        z-index: -1;
    }

    .main-header .main-menu-links ul > li > ul {
        background-color: #fff;
    }

        .main-header .main-menu-links ul > li > ul > li > a:hover {
            color: #cd7424;
        }

    .main-header .main-menu-links ul > li span.trigger {
        pointer-events: none;
    }
}

@media (max-width: 1370px) and (min-width: 991px) {
    .main-header .main-menu-links ul > li > a {
        font-size: 16px;
        white-space: nowrap;
    }

    .main-header .main-menu-links ul > li {
        padding: 0 8px;
    }

        .main-header .main-menu-links ul > li.item-has-children > a:after {
            top: -2px;
        }
}

@media only screen and (max-width: 992px) {
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 11;
        opacity: 0;
        visibility: hidden;
    }

    .main-header .main-menu-links ul > li.child-open span.trigger:after {
        content: "-";
    }

    .main-header .main-menu-links ul > li span.trigger:after {
        font-size: 25px;
        font-weight: 600;
        line-height: 1;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-header .main-menu-links ul > li span.trigger:after {
        right: 0;
    }

    .mobile-menu-open .overlay {
        opacity: 9;
        visibility: visible;
        transition: opacity 0.5s ease-in-out;
    }

    .main-header .main-menu-links ul > li > ul > li > a {
        font-size: 16px;
        margin-bottom: 0;
        color: #fff;
    }

    .main-header .header-logo-section {
        display: none;
    }

        .main-header .header-logo-section.mobile {
            display: block;
            text-align: center;
        }

    .main-header .main-menu-links ul {
        display: block;
    }

        .main-header .main-menu-links ul > li {
            display: block;
        }

    .main-header .main-menu-links .nav-inner {
        display: block;
    }

    .main-header .main-menu-links ul {
        border-radius: 12px;
    }

    .main-header .main-menu-links {
        max-width: 100%;
        position: fixed;
    }

    .hamburger .line {
        width: 33px;
        height: 4px;
        background-color: #fff;
        display: block;
        margin: 4px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .main-header .main-menu-links ul > li > ul > li > a {
        color: #fff;
    }

    .hamburger:hover {
        cursor: pointer;
    }

    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        -o-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
        -o-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }

    .main-header .mobile-section {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        padding-left: 30px;
        padding-right: 30px;
    }

        .main-header .mobile-section .hamburger {
            order: 2;
        }

    .main-header .main-menu-links {
        top: 0;
        left: -100%;
        right: 0;
        transition: all 0.5s ease-in-out;
        background-color: #fff;
        z-index: -2;
        max-width: 50vw;
        margin: 0;
        width: 100%;
        background: #fd8e2c;
        height: 100%;
        padding-top: 80px;
        overflow: auto;
    }

    .mobile-menu-open .main-header .main-menu-links {
        left: 0;
        z-index: 99;
    }

    .main-header .main-menu-links ul > li > ul {
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        padding-left: 40px;
        padding-top: 0;
    }

    .main-header .mobile-section .hamburger {
        background: #fd8e2c;
        color: #fff;
        padding: 4px 7px;
        border-radius: 5px;
        position: relative;
        z-index: 999;
    }

    .main-header .main-menu-links ul > li > a {
        padding-bottom: 16px;
        display: inline-block;
        font-size: 18px;
        color: #fff;
        font-weight: 600;
    }

        .main-header .main-menu-links ul > li > a:hover {
            color: #fff;
        }

    .main-header .main-menu-links ul > li > ul {
        display: none;
    }

    .main-header .main-menu-links ul > li.item-has-children > a:after {
        transform: rotate(0deg) !important;
    }
}

@media only screen and (max-width: 500px) {
    .main-header .mobile-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-header .header-logo-section.mobile img {
        width: 100px;
        height: auto;
    }

    .main-header .header-logo-section h2 {
        font-size: 12px;
    }
}

.banner-slider-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
}

    .banner-slider-wrap .banner-item img {
        width: 100%;
        object-fit: cover;
        cursor: grab;
        height: 600px;
    }

    .banner-slider-wrap .banner-slider {
        position: relative;
    }

    .banner-slider-wrap .slide-arrow.slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 30px;
        right: auto;
        display: block;
        z-index: 9;
        background: transparent;
        margin: 0;
        padding: 0;
        font-size: 24px;
        color: #fff;
        height: 50px;
        width: 50px;
        border: 2px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        font-weight: 800;
        padding-bottom: 6px;
        cursor: pointer;
    }

    .banner-slider-wrap .slide-arrow.next-arrow.slick-arrow {
        right: 30px;
        left: auto;
    }

    .banner-slider-wrap ul.slick-dots,
    .two-col-con ul.slick-dots {
        position: absolute;
        bottom: 20px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .banner-slider-wrap ul.slick-dots li,
        .two-col-con ul.slick-dots li {
            padding: 0 6px;
            line-height: 0;
        }

            .banner-slider-wrap ul.slick-dots li button,
            .two-col-con ul.slick-dots li button {
                border: 0;
                background: #fff;
                text-indent: -99999px;
                height: 4px;
                width: 31px;
                cursor: pointer;
            }

            .banner-slider-wrap ul.slick-dots li.slick-active button,
            .two-col-con ul.slick-dots li.slick-active button {
                background: #cd7424;
            }

.two-col-con {
    background-color: #cd7424;
    padding: 0;
    position: relative;
    margin: 40px 0;
}

    .two-col-con .item {
        display: flex !important;
        gap: 50px;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .two-col-con .left-col.image {
        width: 36%;
    }

    .two-col-con .right-col.content {
        width: 60%;
    }

        .two-col-con .right-col.content .content-inner {
            padding: 30px;
            background-color: #b16118;
            text-align: center;
            color: #fff;
        }

            .two-col-con .right-col.content .content-inner h2.title {
                margin-bottom: 20px;
                font-size: 28px;
                text-transform: capitalize;
            }

    .two-col-con .left-col.image .img-inner {
        line-height: 0;
    }

    .two-col-con .item img {
        height: 500px;
        width: 100%;
        object-fit: cover;
    }

    .two-col-con .container {
        position: relative;
    }

    .two-col-con ul.slick-dots li.slick-active button {
        background: #803d00;
    }

.three-sec-in-row .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.three-sec-in-row .col {
    width: 33.33333%;
}

    .three-sec-in-row .col:not(:last-child) {
        border-right: 1px solid #eeeeee;
    }

.three-sec-in-row .col-inner {
    padding: 20px;
    height: 100%;
}

.three-sec-in-row .col {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .three-sec-in-row .col h3.heading {
        text-align: center;
        background-color: #cd7424;
        padding: 5px 0;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        margin: 0;
    }

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #7f7777 !important;
    height: 0;
    display: block;
    margin: 1em 0;
    padding: 0;
}

.three-sec-in-row .col a.link:hover {
    color: #cd7424;
}

.three-sec-in-row .col a.link {
    color: #000;
}

.three-sec-in-row {
    position: relative;
    padding: 50px 0;
    background-color: #ffd9b7;
}

.our-toppers {
    padding: 70px 50px;
}

    .our-toppers h2 {
        text-align: center;
        margin-bottom: 30px;
    }

    .our-toppers .item {
        text-align: center;
        cursor: grab;
    }

        .our-toppers .item img {
            margin: 0 auto;
            width: 200px;
            object-fit: cover;
            height: 250px;
            padding: 0 10px;
        }

        .our-toppers .item .content {
            margin-top: 14px;
        }

            .our-toppers .item .content h5.name {
                font-size: 18px;
                display: block;
                margin-bottom: 5px;
                color: #cd7424;
            }

            .our-toppers .item .content p.marks {
                font-size: 19px;
                font-weight: 700;
            }

.highlight-sec {
    position: relative;
    padding: 60px 0;
    background-color: #f3f3f3;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    .highlight-sec .row {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .highlight-sec .row .item {
            width: 15.666%;
            padding: 0 20px;
            text-align: center;
        }

            .highlight-sec .row .item a {
                display: block;
            }

            .highlight-sec .row .item img {
                width: 120px;
                max-width: 100%;
                height: auto;
            }

            .highlight-sec .row .item span {
                display: block;
                font-size: 18px;
                margin-top: 20px;
                font-weight: 600;
                color: #000;
                line-height: normal;
                text-transform: capitalize;
            }

    .highlight-sec h2.heading {
        text-align: center;
        margin-bottom: 40px;
        text-transform: capitalize;
        font-size: 30px;
    }

.weblink-sec .container {
    max-width: 100%;
    padding: 0;
}

.weblink-sec {
    padding: 50px;
    position: relative;
}

    .weblink-sec h2.heading {
        text-align: center;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .weblink-sec .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -20px;
    }

    .weblink-sec .item {
        width: 23%;
        margin-bottom: 40px;
        padding: 0 30px;
    }

    .weblink-sec .item-inner {
        background-color: #fff;
        border-radius: 12px;
        transition: all 0.4s;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        overflow: hidden;
    }

        .weblink-sec .item-inner h4.title {
            margin-bottom: 20px;
            padding-top: 20px;
            font-size: 18px;
        }

        .weblink-sec .item-inner .btn {
            padding: 20px 0;
        }

            .weblink-sec .item-inner .btn a {
                border-radius: 10px;
                background-color: #cd7424;
                color: #fff;
                padding: 7px 18px;
                display: inline-block;
                font-weight: 600;
                font-size: 14px;
            }

    .weblink-sec .item:hover .item-inner {
        transform: scale(1.05);
    }

/* footer-sec */
.footer {
    position: relative;
    background-color: #cd7424;
    color: #fff;
    padding: 80px 0 0;
}

    .footer .row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

        .footer .row .footer-col {
            padding: 0 20px;
        }

            .footer .row .footer-col.logo a {
                display: block;
                margin-bottom: 30px;
                line-height: 0;
            }

            .footer .row .footer-col.logo img {
                max-width: 90px;
                width: 100%;
            }

            .footer .row .footer-col.logo {
                width: 15%;
                padding-right: 2px !important;
                padding-left: 65px !important;
            }

            .footer .row .footer-col.menu {
                width: 20%;
            }

            .footer .row .footer-col.map {
                width: 32%;
                text-align: center;
            }

            .footer .row .footer-col.logo h2 {
                margin-bottom: 6px;
                color: #fff;
            }

            .footer .row .footer-col.menu ul li a {
                color: #fff;
                font-size: 17px;
                font-weight: 600;
            }

            .footer .row .footer-col.menu ul li {
                padding: 6px 0;
            }

            .footer .row .footer-col.contact {
                width: 30%;
            }

            .footer .row .footer-col.menu ul {
                margin: 0;
                list-style: none;
                padding: 0;
            }

            .footer .row .footer-col h2 {
                margin-bottom: 20px;
                text-transform: uppercase;
            }

    .footer .container.top-sec {
        padding-bottom: 80px;
    }

    .footer .copyright-sec {
        padding: 12px 0;
        background-color: #000000;
        color: #fff;
    }

        .footer .copyright-sec a {
            color: #cd7424;
        }

    .footer .row .footer-col.map iframe {
        max-width: 500px !important;
        width: 100% !important;
    }

@media (max-width: 1325px) {
    .main-header .main-menu-links .nav-inner {
        justify-content: space-between;
    }

    .main-header .contact {
        flex-direction: column;
        row-gap: 20px;
        justify-content: start;
        align-items: start;
    }

    .main-header .main-menu-links .nav-inner .contact .email {
        border: none;
    }

    .main-header .header-logo-section h2 {
        font-size: 20px;
        margin-top: 10px;
    }
}

@media (max-width: 1300px) {
    .two-col-con .left-col.image {
        width: 33%;
    }

    .two-col-con .right-col.content {
        width: 60%;
    }
}

@media (max-width: 1200px) {
    .weblink-sec .item {
        width: 32%;
    }
}

@media (max-width: 992px) {
    .two-col-con .left-col.image {
        width: 100%;
    }

    .two-col-con .right-col.content {
        width: 100%;
    }

    .two-col-con {
        padding: 60px 0;
    }

        .two-col-con ul.slick-dots {
            bottom: -31px;
        }

        .two-col-con .left-col.image .img-inner {
            max-width: 600px;
            margin: 0 auto;
        }

    .banner-slider-wrap .slide-arrow.slick-arrow { 
        height: 40px;
        width: 40px;
        font-size: 16px;
    }

    .three-sec-in-row .col {
        width: 100%;
    }

    .weblink-sec .item {
        padding: 0 20px;
    }

    .weblink-sec {
        padding: 30px;
    }

    .highlight-sec .row .item span {
        font-size: 14px;
    }

    .main-header .header-logo-section a {
        text-align: center;
    }

    .main-header .header-logo-section h2 {
        font-size: 15px;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .main-header .header-logo-section a img {
        max-width: 120px;
    }

    .main-header .address {
        justify-content: start;
        gap: 10px;
    }

    .main-header .main-menu-links .nav-inner {
        display: flex;
        row-gap: 12px;
        flex-wrap: wrap;
    }

    .main-header .contact span,
    .main-header .contact a,
    .main-header .address span,
    .address a {
        color: #fff;
    }

    .main-header .contact a,
    .main-header .address a {
        color: #fff !important;
    }

    .main-header .main-menu-links .nav-inner .contact img,
    .main-header .main-menu-links .nav-inner .address img {
        filter: invert(1);
    }

    .mobile-menu-open .main-header .main-menu-links {
        display: flex;
        width: 200%;
        flex-direction: column;
        row-gap: 40px;
    }

    .main-header .main-menu-links .nav-inner {
        gap: 20px;
        order: 2;
    }

    .footer .row .footer-col.map {
        width: 50%;
        text-align: center;
    }

    .footer .row .footer-col.contact,
    .footer .row .footer-col.menu,
    .footer .row .footer-col.logo {
        width: 50%;
    }

    .footer .row .footer-col {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .our-toppers .item img {
        width: 200px;
        height: 220px;
    }
    .body-content .MsoNormal {
        word-spacing: 0;
        font-size: 15px !important;
    }
    .weblink-sec .item {
        width: 50%;
    }

    .highlight-sec .row .item {
        width: 30.666%;
    }

    .footer .row .footer-col.contact,
    .footer .row .footer-col.menu,
    .footer .row .footer-col.logo {
        width: 100%;
    }

    .footer .row .footer-col.map {
        width: 100%;
        text-align: left;
    }

    .footer .row .footer-col.logo a {
        margin: 0;
    }

    .footer .row .footer-col {
        margin-bottom: 40px;
    }
}

@media (max-width: 479px) {
    .our-toppers .item img {
        width: auto;
    }

    .weblink-sec .item {
        width: 100%;
    }

    .highlight-sec .row .item {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .main-header .main-menu-links {
        max-width: 80vw;
    }
}

@media (max-width: 400px) {
    .main-header .main-menu-links ul > li > ul {
        padding-left: 20px;
        min-width: 100%;
    }
}
