    @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,500&family=Roboto:ital,wght@0,300;0,500;1,300;1,400;1,700;1,900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,500&family=Quicksand:wght@400;500;600;700&family=Roboto:ital,wght@0,300;0,500;1,300;1,400;1,700;1,900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;1,200;1,300;1,400&display=swap');
    @font-face {
        font-family: "Font-chalkboard";
        src: url(assets/font/chalkboard.ttf);
    }
    
    * {
        box-sizing: border-box;
    }
    
    body {
        font-family: 'Montserrat', sans-serif;
        /* font-family: 'Roboto', sans-serif; */
        background-color: #F8F8F8;
    }
    
     :root {
        --blue: #1C374F;
        --orange: #FF9933;
    }
    /* ====================================header -menu============================ */
    
    .body1 {
        background-color: #F9FAFB;
    }
    
    .stickOnScroll {
        background-color: white;
        box-shadow: 0px 0px 5px grey;
        display: grid;
        align-items: center;
        grid-template-columns: 10% 90%;
    }
    
    .fixed-top {
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        box-shadow: 0px 3px 6px #00000040;
    }
    
    .ellipsis-1 {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        /* white-space: nowrap;
display: block;
width: 10em; */
    }
    
    .ellipsis-2 {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        /* white-space: nowrap;
display: block;
width: 10em; */
    }
    
    .ellipsis-3 {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        /* white-space: nowrap;
display: block;
width: 10em; */
    }
    
    .topBar {
        /* font-family: 'Red Hat Text', sans-serif; */
        /* color: #303051; */
        width: 100%;
        padding: 4px 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* font-weight: bold; */
        background: #e0e0e0 0% 0% no-repeat padding-box;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    
    .topBar .skipNav {
        font-size: 12px;
    }
    
    .topBar a {
        text-decoration: none;
        color: #757575;
        margin-right: 15px;
        transition: all ease .3s;
        font-size: 17px;
        font-family: 'Poppins';
        font-weight: normal;
    }
    
    .topBar a:last-of-type {
        margin-right: 0px;
    }
    
    .topBar a:hover {
        text-decoration: none;
        color: #ED7010;
    }
    
    .logoBar {
        width: 100%;
        padding: 10px 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .logoBar a:hover {
        color: #303051 !important;
        text-decoration: none !important;
    }
    
    .logoBar .leftLogo img {
        max-height: 75px;
    }
    
    .logoBar .leftLogo span {
        margin-left: 15px;
        font: bold 20px Helvetica;
        letter-spacing: 0px;
        color: #2969A2;
        opacity: 1;
    }
    
    .logoBar .leftLogo p {
        margin-left: 15px;
        font-family: arial;
        letter-spacing: 0px;
        font-size: 15px;
        color: #757575;
        opacity: 1;
        font-weight: normal;
    }
    
    .logoBar .rightLogos img {
        max-height: 50px;
    }
    
    .logoBar .rightLogos img:first-of-type {
        margin-right: 15px;
    }
    
    .socialIcons a {
        font-size: 20px;
        color: black;
    }
    /*-------------------------------------------header end-----------------------*/
    
    .navbar-toggler {
        padding: 0 !important;
        outline: none !important;
        border: none !important;
        line-height: unset !important;
    }
    
    .navbar-toggler-icon {
        display: flex !important;
        align-items: center !important;
        color: #3f4e6e;
        width: auto !important;
        height: auto !important;
        font-size: 12px;
    }
    
    .navbar-toggler-icon i {
        font-size: 18px;
        margin-right: 5px;
    }
    /* .navbar {
        padding: 0 0 0 10px !important;
    }
     */
    /* .navbar .nav-item .nav-link.active {
    color: white;
    background-color: red;
} */
    
    .navHeader {
        font-family: poppins;
        font-size: 16px;
        font-weight: bold;
        background-color: #fff;
        color: #3f4e6e;
    }
    
    .navHeader .navbar-nav li:hover>.dropdown-menu {
        display: block;
    }
    
    .navHeader .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }
    
    .navHeader .collapse {
        justify-content: space-between !important;
    }
    
    .navHeader .regNav {
        width: fit-content;
    }
    
    .navHeader .regNav .memberli {
        background-color: #2969A2;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px !important;
        padding-left: 0 !important;
    }
    
    .navHeader .nav-link img {
        height: 22px;
        width: 22px;
    }
    
    .navHeader .nav-link {
        color: black;
        padding: 5px 0px;
        margin: 0 4px;
        transition: all ease .3s;
        font-weight: 600;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }
    
    .navHeader .nav-link .home-icon {
        color: var(--blue);
        font-size: 24px;
    }
    
    .navHeader .dropdown-menu {
        padding: 0.35rem;
        background-color: white;
        box-shadow: 0px 0px 6px #00000029;
        border: none;
    }
    
    .navHeader .dropdown-item {
        font-size: 12px;
        background-color: transparent;
        color: #000000;
        transition: all ease .3s;
        padding: 0.2rem .4rem;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }
    
    .navHeader .dropdown-item:hover {
        background-color: transparent;
        color: #ff6600;
    }
    
    .vibha-nav-btn button {
        background-color: var(--blue);
        color: white;
        border-radius: 0.25rem;
        font-size: 14px;
        font-weight: 500;
        padding: 6px;
        margin-right: 10px;
        height: 40px;
        width: 140px;
    }
    
    .vibha-nav-btn button:hover {
        background-color: #022b4f;
        color: white;
        border: 1px solid #022b4f;
        text-decoration: underline;
        box-shadow: 0px 0px 10px rgb(110, 110, 110);
    }
    
    .vibha-nav {
        border-bottom: 1px solid gray;
    }
    
    .vibha-navbar ul li {
        margin-right: 10px;
        border-bottom: 2px solid #ffffff;
    }
    
    .vibha-navbar ul li a {
        color: #000000;
        font-size: 12px;
        padding: 10px 5px;
        font-weight: 400;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
    }
    
    .navbar .nav-item .nav-link.active,
    .hover {
        border-bottom: 2px solid #ff6600;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
    }
    /* .vibha-navbar ul li:active {
    border-bottom: 2px solid #ff6600;
    font-weight: 400;
} */
    /* .vibha-navbar ul li a:hover {
    border-bottom: 2px solid #ff6600;
} */
    
    .shikshashilpi-container {
        border-radius: 10px;
        /* padding: 5px; */
        display: flex;
        margin-right: 20px;
        background-color: #F8E21C;
        width: 200px;
        justify-content: center;
        align-items: center;
    }
    
    .shikshashilpi-container a {
        line-height: 15px;
    }
    
    .shikshashilpi-container .clickhere {
        color: black;
        font-size: 12px;
        line-height: normal;
    }
    
    .shikshashilpi-container img {
        height: 45px;
        width: 100px;
    }
    
    .shikshashilpi-container .clickhere1 {
        color: white;
        font-size: 12px;
        line-height: normal;
    }
    
    .shikshshilpi1 {
        background-color: #3B7FD9;
    }
    
    .login-btn a {
        color: #206ABE;
    }
    
    .vibha-logo-container {
        display: flex;
        padding: 5px 20px;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgb(217, 216, 216);
    }
    
    .logo-vibha {
        text-align: center;
    }
    
    .logo-vibha .headicon {
        border-radius: 100%;
    }
    
    .logo-vibha .headicon img {
        width: 120px;
        height: 120px;
        /* box-shadow: 0px 0px 5px grey;
    border-radius: 100%; */
        object-fit: contain;
    }
    
    .flicker {
        width: 350px;
        padding: 5px 10px;
        background-color: #f00;
        color: #fff;
        border: 0;
        border-radius: 10px;
        outline: 0;
    }
    
    .flicker p {
        margin-bottom: 0px;
        animation: wink 1.25s linear infinite;
    }
    
    .flicker:active {
        animation: none;
    }
    
    @keyframes wink {
        50% {
            /* background-color: #fff; */
            color: var(--orange);
            opacity: .6;
        }
    }
    /* .vibha-text-image img {
    height: 50px;
    width: 100px;
    object-fit: contain;
} */
    
    .vibha-text-image h4 {
        font-size: 22px;
        font-weight: 600;
        margin: 10px 0;
        color: var(--orange);
        font-family: 'Montserrat', sans-serif;
    }
    
    .vibha-text-image h5 {
        font-size: 18px;
        font-weight: 600;
        color: var(--blue);
        font-family: 'Montserrat', sans-serif;
    }
    
    .vibha-logo-container .support-container .vibha-support {
        display: flex;
        align-items: center;
        justify-content: space-around;
        text-decoration: none;
        /* border: 1px solid #000080; */
        padding: 8px;
        border-radius: 10px;
        text-align: center;
    }
    
    .vibha-logo-container .support-container .background1 {
        background: rgb(154, 154, 202);
        background: -moz-linear-gradient(100deg, rgba(154, 154, 202, 1) 0%, rgba(241, 216, 144, 1) 66%);
        background: -webkit-linear-gradient(100deg, rgba(154, 154, 202, 1) 0%, rgba(241, 216, 144, 1) 66%);
        background: linear-gradient(100deg, rgba(154, 154, 202, 1) 0%, rgba(241, 216, 144, 1) 66%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#9a9aca", endColorstr="#f1d890", GradientType=1);
    }
    
    .vibha-logo-container .support-container .background2 {
        background: rgb(182, 232, 244);
        background: -moz-linear-gradient(90deg, rgba(182, 232, 244, 1) 0%, rgba(170, 163, 224, 0.6867121848739496) 66%);
        background: -webkit-linear-gradient(90deg, rgba(182, 232, 244, 1) 0%, rgba(170, 163, 224, 0.6867121848739496) 66%);
        background: linear-gradient(90deg, rgba(182, 232, 244, 1) 0%, rgba(170, 163, 224, 0.6867121848739496) 66%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#b6e8f4", endColorstr="#aaa3e0", GradientType=1);
    }
    
    .vibha-logo-container .support-container .vibha-support img {
        height: 35px;
    }
    
    .vibha-logo-container .vibha-support p {
        font-size: 11px;
        color: #000080;
        margin-bottom: 0px;
        font-weight: 500;
    }
    
    .vibha-logo-container .vibha-support:hover p {
        text-decoration: underline;
    }
    
    .vibha-login-btn {
        margin-right: 10px;
    }
    
    .vibha-login-btn button {
        background-color: var(--orange);
        color: white;
        border-radius: 0.25rem;
        font-size: 14px;
        font-weight: 500;
        padding: 6px;
        height: 40px;
        width: 140px;
    }
    
    .vibha-login-btn button:hover {
        background-color: #e47709;
        border: 1px solid var#e47709;
        color: white;
        text-decoration: underline;
        box-shadow: 0px 0px 10px rgb(110, 110, 110);
    }
    
    .vibha-login-btn button svg {
        fill: #fff;
    }
    
    .vibha-login-btn button:hover svg {
        fill: white;
    }
    
    .support-container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 30px;
    }
    
    .contact-menu {
        position: absolute;
        top: 100%;
        left: -27px !important;
    }
    
    @media (max-width: 767.98px) {
        .navHeader .nav-link {
            color: black;
            padding: 5px 0px;
            text-align: left;
        }
        .mobile-view {
            display: none;
        }
        .mobile-view1 {
            display: block !important;
        }
        .logo-vibha {
            display: flex;
            justify-content: center;
            /* margin-bottom: 10px; */
            padding: 10px;
            /* align-items: center; */
        }
        .logo-vibha .headicon img {
            width: 60px;
            height: 60px;
        }
        .vibha-logo-container .support-container .vibha-support {
            padding: 6px;
            height: 35px;
            border: 1px solid #0e0e84;
        }
        .vibha-logo-container .support-container .vibha-support img {
            height: 30px;
        }
        .vibha-logo-container .support-container .vibha-support .imgscience {
            height: 20px;
        }
        .vibha-logo-container .vibha-support p {
            font-size: 9px;
        }
        .stickOnScroll {
            display: block;
        }
        /* .vibha-nav-btn button {
        background-color: #ff6600;
        color: white;
        border-radius: 100px;
        font-size: 10px;
        font-weight: 500;
        /* padding: 7px 0; */
        /* margin-right: 10px; */
        /* padding: 0px;
    height: 34px; */
        /* width: 108px; */
        /* } */
        /* .vibha-login-btn button {
        background-color: #0E88D3;
        color: white;
        border-radius: 100px;
        font-size: 10px;
        font-weight: 500;
        padding: 8px;
        height: 34px;
        width: 103px;
    } */
        .support-container {
            padding-right: 0px;
        }
    }
    /*     
@media (min-width: 667.1px) and (max-width: 767.98px) {
    .navHeader .nav-link {
        color: black;
        padding: 5px 0px;
        text-align: left;
    }
} */
    
    @media (min-width: 768px) and (max-width: 991.98px) {
        .navHeader .nav-link {
            color: black;
            padding: 5px 0px;
            text-align: left;
        }
        .stickOnScroll {
            grid-template-columns: 15% 85%;
        }
        .logo-vibha .headicon img {
            width: 70px;
            height: 70px;
        }
        .vibha-nav-btn button {
            font-size: 10px;
            padding: 7px 0;
            margin-right: 7px;
        }
        .vibha-login-btn button {
            font-size: 10px;
            padding: 0px;
            height: 30px;
            width: 115px;
        }
        .vibha-logo-container .support-container .vibha-support img {
            height: 30px;
        }
        .vibha-logo-container .support-container .background2 img {
            height: 20px;
        }
        .vibha-logo-container .vibha-support p {
            font-size: 8px
        }
    }
    
    @media (min-width: 992px) and (max-width: 1199.98px) {
        .navbar-expand-lg {
            -ms-flex-flow: wrap;
            flex-flow: wrap;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 0rem !important;
            padding-left: 0rem !important;
        }
        .vibha-navbar ul li {
            margin-right: 0px !important;
        }
        .vibha-navbar ul li a {
            color: #000000;
            font-size: 10px;
        }
        .navHeader .nav-link {
            margin: 0 8px;
        }
        .stickOnScroll {
            grid-template-columns: 15% 85%;
        }
        .vibha-logo-container .support-container .vibha-support img {
            height: 28px;
        }
        .vibha-logo-container .vibha-support p {
            font-size: 9px;
        }
        .vibha-nav-btn button {
            padding: 8px 0;
        }
        .contact-menu {
            position: absolute;
            top: 100%;
            left: -67px !important;
        }
    }
    
    @media (min-width: 1200px) and (max-width:1600px) {
        .vibha-navbar ul li a {
            color: #000000;
            font-size: 12px;
        }
        .navHeader .nav-link {
            color: #000000;
            padding: 5px 0px;
            margin: 0px 4px;
        }
        .navHeader .dropdown-item {
            font-size: 12px;
        }
        .contact-menu {
            position: absolute;
            top: 100%;
            left: -57px !important;
        }
    }
    
    @media (min-width: 1600px) {
        .navHeader .dropdown-item {
            font-size: 14px;
            background-color: transparent;
            color: #000000;
            transition: all ease .3s;
            padding: 0.2rem .4rem;
        }
        .navHeader .nav-link {
            color: #000000;
            padding: 5px 0px;
            margin: 0 8px;
        }
        .vibha-navbar ul li a {
            color: #000000;
            font-size: 14px;
            padding: 10px 5px;
            font-weight: 400;
            font-family: poppins;
        }
    }
    /* =======================header-end=====================================////////////////////////////// */
    /* ==============================Caurosel-home section ======================================================= */
    
    .caurosel-home-items {
        height: 550px;
    }
    
    .caurosel-caption-home {
        top: 90px;
        bottom: auto;
        width: 35%;
        background-color: #ffffffc7;
        padding: 20px;
        border-radius: 10px;
        font-family: 'Quicksand', sans-serif;
        line-height: normal;
    }
    
    .caurosel-caption-home h5 {
        color: var(--blue);
        font-size: 35px;
        font-weight: 600;
        text-align: left;
    }
    
    .caurosel-caption-home p {
        color: var(--blue);
        font-size: 15px;
        font-weight: 500;
        text-align: left;
    }
    /* ===========================================caurosel end========================== */
    
    .home-card-container {
        padding: 0 30px;
    }
    
    .home-card-container .home-card-box .card-image img {
        height: 50px;
        width: 50px;
        text-align: center;
        object-fit: contain;
    }
    
    .home-card-container .home-card-box .card-text {
        font-family: 'Quicksand', sans-serif;
        font-size: 14px;
        height: 100px;
        color: black;
        font-weight: 600;
    }
    
    .home-card-container .home-card-box {
        border-top: 15px solid var(--orange);
        /* box-shadow: 0px 0px 10px rgb(212, 212, 212); */
        border-bottom: 8px solid var(--orange);
        padding: 10px;
        margin: 0px;
    }
    
    .home-card-container .home-card-box:hover {
        transform: scale(1);
        box-shadow: gray 0px 0px 10px;
        transition: all 1s ease 0s;
    }
    
    .home-card-container .home-card-box button {
        color: white;
        background-color: var(--blue);
        font-size: 12px;
        padding: 10px 20px;
        font-weight: 600;
    }
    
    .home-card-container .home-card-box button:hover {
        background-color: #022b4f;
        color: white;
        border: 1px solid #022b4f;
        text-decoration: underline;
        box-shadow: 0px 0px 10px rgb(110, 110, 110);
    }
    
    .home-card-container .card-column {
        padding: 20px 40px;
    }
    /* ---------------------------Home Updates======================= */
    
    .home-updates-container {
        padding: 20px;
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
    }
    
    .home-updates-container .home-update-header h5 {
        font-size: 16px;
        font-weight: 600;
        color: var(--orange);
        font-family: 'Montserrat', sans-serif;
        text-align: left;
    }
    
    .update-card-container .card-demo1 a {
        color: var(--blue);
        font-size: 20px;
        font-family: 'Montserrat', sans-serif;
        margin-top: 0px;
        padding: 20px;
    }
    
    .update-card-container .card-demo1 h4 {
        font-weight: 700;
    }
    
    .slick-dots li button:before {
        font-family: 'slick';
        font-size: 10px !important;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .9;
        color: var(--orange)!important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .slick-dots {
        text-align: left!important;
    }
    
    .home-updates-container .update-button button {
        font-size: 12px;
        color: var(--blue);
        font-weight: 800;
        padding: 15px 30px;
        background-color: white;
        box-shadow: 0px 0px 10px #b1b1b1;
        margin-top: 50px;
    }
    /* =====================================================Important notice======================================== */
    
    .brand-impdates-container {
        padding: 30px 0;
    }
    
    .brand-impdates-container .impdates-container {
        margin: 40px;
        background-color: transparent;
        border-radius: 20px;
        padding: 0 15px;
    }
    
    .brand-impdates-container .impdates-container .impdates-row {
        align-items: center;
        padding: 10px;
    }
    
    .brand-impdates-container .impdates-container .impdates-row {
        background-color: var(--orange);
        border-radius: 20px;
    }
    
    .brand-impdates-container .impdates-container .nav-tabs .nav-item a {
        margin-bottom: -1px;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: black;
        font-family: 'Montserrat', sans-serif;
        padding: 10px 5px;
    }
    
    .brand-impdates-container .impdates-container .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
        padding: 1px;
        border-radius: 20px;
        width: 80%;
    }
    
    .brand-impdates-container .impdates-container .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        background-color: white;
        border-radius: 20px;
        font-size: 16px;
        font-weight: 600;
        color: var(--blue) !important;
        box-shadow: 0px 0px 6px white;
        font-family: 'Montserrat', sans-serif;
        width: 80%;
        margin-bottom: 0px;
        /* padding: 18px; */
        text-align: center;
    }
    
    .impdates-container svg {
        width: 30px;
        fill: var(--orange);
        stroke: #ffffff;
        height: 30px;
        stroke-width: 1px;
    }
    
    .imp-table table .table-row1 {
        background-color: white;
        font-size: 16px;
        color: var(--blue);
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
    }
    
    .imp-table table tr td {
        padding: 20px;
        font-size: 15px;
        font-weight: 600;
        color: white;
        font-family: 'Montserrat', sans-serif;
    }
    /* ===============================INNER PAGE TABLE DESIGN ====================================== */
    
    .imp-table table .table-row1 {
        background-color: white;
        font-size: 16px;
        color: var(--blue);
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
    }
    
    .imp-table table .table-1row th {
        padding: 20px;
        background-color: var(--orange);
        color: white;
    }
    
    .imp-table1 table {
        border-radius: 10px;
    }
    
    .imp-table1 table tr td {
        color: rgb(0, 0, 0);
    }
    
    .imp-table .Syllabus-header {
        text-align: center;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        color: rgb(0, 0, 0);
    }
    /* ===================================================================================== */
    
    .impdates-container .tab-content {
        padding: 20px 0;
    }
    
    .brand-impdates-container .title-line h3 {
        color: white;
        font-weight: 600;
        font-size: 35px;
        text-decoration: underline;
        margin-bottom: 20px;
        font-family: 'Montserrat', sans-serif;
    }
    
    .brand-impdates-container .title-line h5 {
        color: var(--orange);
        font-weight: 500;
        font-size: 20px;
        font-family: 'Montserrat', sans-serif;
    }
    /* ========================================//////////////////////////=====Home About-section--start //////////////////////////==========*/
    
    .brand-about-container {
        margin: 40px 0;
        padding: 30px 0;
    }
    
    .brand-about-container .title-line h3 {
        color: black;
        font-weight: 700;
        font-size: 35px;
        text-decoration: underline;
        margin-bottom: 20px;
        font-family: 'Montserrat', sans-serif;
    }
    
    .brand-about-container .title-line h5 {
        color: var(--orange);
        font-weight: 600;
        margin-bottom: 20px;
        font-family: 'Montserrat', sans-serif;
    }
    
    .brand-about-container .about-text p {
        color: black;
        font-size: 16px;
        margin: 20px 0;
        font-family: 'Quicksand', sans-serif;
        text-align: center;
    }
    /* /================================================================ */
    
    .brand-about-container .about-box-1 .about-box-list li {
        padding: 10px 15px;
        box-shadow: 0px 0px 3px #e0e0e0;
        height: 100px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        margin: 20px 0;
        font-size: 15px;
        color: black;
        font-family: 'Quicksand', sans-serif;
        background-color: white;
    }
    
    .brand-about-container .about-box-1 .about-box-list li:hover {
        transform: scale(1.0);
        box-shadow: 0px 0px 10px gray;
        transition: 1s;
    }
    
    .brand-about-container .about-box-1 .about-box-list .about-list-1 {
        border-left: 8px solid orange;
    }
    
    .brand-about-container .about-box-1 .about-box-list .about-list-2 {
        border-left: 8px solid rgb(255, 255, 255);
    }
    
    .brand-about-container .about-box-1 .about-box-list .about-list-3 {
        border-left: 8px solid #138808;
    }
    
    .brand-about-container .about-box-1 .about-box-list .about-list-4 {
        border-right: 8px solid orange;
    }
    
    .brand-about-container .about-box-1 .about-box-list .about-list-5 {
        border-right: 8px solid rgb(255, 255, 255);
    }
    
    .brand-about-container .about-box-1 .about-box-list .about-list-6 {
        border-right: 8px solid #138808;
    }
    
    .brand-about-container .about-box-2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .brand-about-container .about-box-2 .round-1 {
        width: 300px;
        height: 300px;
        background-color: white;
        border-radius: 100%;
        border: 1px solid gray;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .brand-about-container .about-box-2 .round-2 {
        width: 220px;
        height: 220px;
        background-color: white;
        border-radius: 100%;
        border: 1px solid gray;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .brand-about-container .about-box-2 .round-3 {
        width: 140px;
        height: 140px;
        background-color: white;
        border-radius: 100%;
        border: 1px solid gray;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .brand-about-container .about-box-2 .round-3 img {
        height: 100px;
        width: 100px;
    }
    /* ===============================./////////////////////Map box=========//////////////////////// */
    
    .brand-map-container .map-info-box {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .brand-map-container .map-info-box .map-contain {
        justify-content: center;
    }
    
    .map-box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 100px;
        background-color: white;
        box-shadow: 0px 0px 5px gray;
        border-radius: 10px;
        padding: 20px;
        margin: 20px;
        width: 80%;
    }
    
    .map-box img {
        height: 50px;
        width: 50px;
        margin-right: 30px;
    }
    
    .map-info-box p {
        font-size: 14px;
        font-weight: 600;
        color: var(--orange);
        font-family: 'Montserrat', sans-serif;
    }
    
    .map-info-box h6 {
        font-size: 28px;
        font-weight: 500;
        color: black;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: normal;
    }
    /* ============================Gallert container///////////////////========================== */
    
    .thumb .img-thumbnail {
        padding: 0px;
        /* background-color: #fff; */
        border-radius: 10px;
        height: 230px;
        width: 230px;
        margin: 0px 0;
    }
    
    .thumb :hover {
        transform: scale(1.0);
        box-shadow: 0px 0px 10px gray;
        transition: 1s;
        background-color: rgb(0 123 255 / 3%);
        border-radius: 10px;
    }
    
    .thumb {
        /* margin-top: 15px; */
        margin-bottom: 40px;
        display: flex;
        justify-content: center;
        object-fit: fill !important;
    }
    
    .title-line1 h3 {
        color: black;
        font-weight: 600;
        font-size: 35px;
        text-decoration: underline;
        margin-bottom: 30px;
        font-family: 'Montserrat', sans-serif;
    }
    
    .view-more .ticket-btn {
        background-color: var(--blue);
        color: white;
        font-size: 13px;
        font-weight: 600;
        /* padding: 10px 20px; */
        height: 40px;
        width: 145px;
        padding: 10px 0.75rem;
    }
    
    .view-more .ticket-btn:hover {
        background-color: #022b4f;
        color: white;
        border: 1px solid #022b4f;
        text-decoration: underline;
        box-shadow: 0px 0px 10px rgb(110, 110, 110);
    }
    
    .view-more .ticket-btn1:hover {
        background-color: #e47709;
        color: white;
        border: 1px solid #e47709;
        text-decoration: underline;
        box-shadow: 0px 0px 10px rgb(110, 110, 110);
    }
    
    .view-more1 .ticket-btn {
        background-color: var(--orange);
    }
    
    .card-demo1 .video-btn .img-thumbnail {
        height: 200px!important;
        border-radius: 10px;
    }
    
    .card-demo1 .video-btn {
        display: flex;
        justify-content: center;
        position: relative;
    }
    
    .main-video-container .vidBox {
        width: 300px;
        height: 250px;
        border-radius: 10px;
        margin: 15px;
        transition: all ease .3s;
        overflow: hidden;
    }
    
    .main-video-container .slick-dots {
        text-align: center!important;
        bottom: 0px;
    }
    
    .video-overlay-img {
        height: 90px;
        width: 100px;
        position: absolute;
        z-index: 10;
        object-fit: contain;
        top: 25%;
    }
    /* ==========================//////////////////home-contact-box===============///////////// */
    
    .home-contact-box h6 {
        font-size: 16px;
        color: var(--orange);
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
    }
    
    .home-contact-box h4 {
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 20px;
    }
    
    .home-contact-box .person-name {
        font-size: 15px;
        color: var(--orange);
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 0px;
    }
    
    .home-contact-box .person-name span {
        font-size: 15px;
        color: var(--orange);
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
    }
    
    .home-contact-box {
        background-color: #f8f9fad1;
        box-shadow: 0px 0px 5px gray;
        border-radius: 10px;
    }
    
    .home-contact-box .name {
        font-size: 15px;
        color: black;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        padding-bottom: 20px;
        border-bottom: 2px solid rgb(212, 207, 207);
    }
    
    .contact-row {
        justify-content: space-evenly;
    }
    
    .modal-dialog {
        max-width: 800px;
        margin: 30px auto;
    }
    
    .modal-body {
        position: relative;
        padding: 0px;
    }
    /* ==========================footer================================ */
    
    .inner-page-header {
        padding: 40px;
        background-color: #060b1076;
        /* background: rgb(28, 55, 79);
    background: -moz-linear-gradient(85deg, rgba(28, 55, 79, 0.8827906162464986) 0%, rgba(25, 49, 70, 0.896796218487395) 30%, rgba(10, 19, 27, 0.5130427170868348) 74%, rgba(6, 11, 16, 0.30575980392156865) 95%);
    background: -webkit-linear-gradient(85deg, rgba(28, 55, 79, 0.8827906162464986) 0%, rgba(25, 49, 70, 0.896796218487395) 30%, rgba(10, 19, 27, 0.5130427170868348) 74%, rgba(6, 11, 16, 0.30575980392156865) 95%);
    background: linear-gradient(85deg, rgba(28, 55, 79, 0.8827906162464986) 0%, rgba(25, 49, 70, 0.896796218487395) 30%, rgba(10, 19, 27, 0.5130427170868348) 74%, rgba(6, 11, 16, 0.30575980392156865) 95%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#1c374f", endColorstr="#060b10", GradientType=1); */
        text-align: left;
        justify-content: left;
        position: relative;
        height: 150px;
    }
    
    .inner-page-header .inner-bread-box {
        background-color: transparent;
    }
    
    .inner-page-header .inner-bread-box li a {
        color: var(--orange);
        font-size: 12px;
    }
    
    .inner-page-header h3 {
        color: white;
        padding-left: 20px;
    }
    
    .inner-header {
        position: absolute;
        left: 10%;
    }
    /* ==============================Structure of vvm====================== */
    
    .structurecard svg {
        fill: var(--orange);
        height: 90px;
        width: 90px;
        margin: 30px 0;
    }
    
    .structurecard .card-text {
        font-size: 16px;
        font-weight: 600;
        color: black;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }
    
    .structurecard .card {
        box-shadow: 0 0 5px gray;
        border-radius: 20px;
    }
    
    .cardicon:hover {
        background: radial-gradient(circle at center, #b8cbeae0 0% 0%, #F7FAFF 47%, #F7FAFF 47%, #9ca1de5c 47%, #f3f5f900 48%);
    }
    
    .structurecard .card:hover {
        transform: scale(1.05);
        box-shadow: 0 0px 5px rgba(212, 114, 16, 0.12), 0 4px 8px rgba(251, 173, 4, 0.06);
        box-shadow: 0px 0px 10px black;
        transition: 1s;
    }
    
    .objectivescarrd svg {
        fill: var(--blue);
        stroke: var(--orange);
        width: 50%;
        margin: 20px;
        height: 150px;
    }
    /* =====================organising-card=============== */
    
    .organising-card {
        border-radius: 10px;
        margin-top: 30px;
    }
    
    .organising-card .cardicon img {
        height: 150px;
        width: 150px;
        border-radius: 100px;
        object-fit: cover;
        border: 2px solid var(--orange);
    }
    
    .organising-card .card-info {
        text-align: center;
        padding: 10px;
        background-color: var(--orange);
        border-radius: 0 0 10px 10px;
        height: 130px;
    }
    
    .organising-card .card-body {
        padding: 0px;
    }
    
    .organising-card .card-info h5 {
        font-size: 16px;
        font-weight: 600;
        color: white;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }
    
    .organising-card .card-info p {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0px;
        color: white;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }
    
    .organising-card:hover {
        transform: scale(1.04);
        box-shadow: 0 0px 5px rgba(212, 114, 16, 0.12), 0 4px 8px rgba(251, 173, 4, 0.06);
        box-shadow: 0px 0px 10px rgb(126, 125, 125);
        transition: 1.5s;
    }
    
    .inner-title .title-line1 h5 {
        color: black;
        font-weight: 700;
        font-size: 24px;
        margin: 30px 0 20px;
    }
    /* ================================================== */
    
    .organising-card .card-info1 {
        text-align: center;
        padding: 10px;
        background-color: var(--orange);
        border-radius: 0 0 10px 10px;
        height: 120px;
    }
    
    .organising-card .card-info1 h5 {
        font-size: 16px;
        font-weight: 600;
        color: white;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        text-decoration: none;
    }
    
    .organising-card .cardicon1 img {
        height: 180px;
        width: 180px;
        object-fit: cover;
    }
    
    .cardicon-register img {
        height: 50px;
        width: 50px;
        object-fit: contain;
    }
    
    .organising-card .card-info-register {
        text-align: center;
        padding: 10px;
        /* background-color: var(--blue); */
        background: rgb(28, 55, 79);
        background: -moz-linear-gradient(180deg, rgba(28, 55, 79, 1) 17%, rgba(27, 53, 77, 1) 38%, rgba(10, 19, 27, 1) 74%, rgba(6, 11, 16, 1) 95%);
        background: -webkit-linear-gradient(180deg, rgba(28, 55, 79, 1) 17%, rgba(27, 53, 77, 1) 38%, rgba(10, 19, 27, 1) 74%, rgba(6, 11, 16, 1) 95%);
        background: linear-gradient(180deg, rgba(28, 55, 79, 1) 17%, rgba(27, 53, 77, 1) 38%, rgba(10, 19, 27, 1) 74%, rgba(6, 11, 16, 1) 95%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#1c374f", endColorstr="#060b10", GradientType=1);
        border-radius: 10px 10px 0 0;
        height: 60px;
    }
    
    .organising-card .card-info-register h5 {
        font-size: 16px;
        font-weight: 600;
        color: white;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        text-decoration: none;
    }
    
    .organising-card .cardicon-register h5 {
        font-size: 14px;
        font-weight: 600;
        color: black;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        text-decoration: none;
        height: 25px;
    }
    
    .organising-card .cardicon-register p {
        font-size: 12px;
        font-weight: 500;
        color: black;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        text-decoration: none;
        height: 90px;
    }
    
    .viewmore11 .ticket-btn {
        background-color: var(--orange);
        color: white;
        font-size: 13px;
        font-weight: 500;
        /* padding: 10px 20px; */
        height: 36px;
        width: 284px;
    }
    /* ===============================Endorsement CARD======================= */
    
    .organising-card .cardicon2 img {
        height: 250px;
        width: 250px;
        object-fit: cover;
    }
    
    .organising-card .info1 {
        background-color: #ffffff;
        box-shadow: 0px -2px 10px #f1f1f1;
    }
    
    .organising-card .info1 h5 {
        color: black;
        font-size: 15px;
    }
    /* =============================///////////////==Blog Images CARD///////////////////////////////=======================*/
    
    .organising-card .cardicon3 img {
        height: 200px;
        width: 100%;
        object-fit: fill;
    }
    
    .organising-card .blog-card-body {
        padding: 0px;
        height: 400px;
    }
    
    .organising-card .info2 {
        background-color: #ffffff;
        box-shadow: 0px -2px 10px #f1f1f1;
    }
    
    .organising-card .info2 h5 {
        height: 80px;
        color: black;
        font-size: 15px;
    }
    
    .view-more2 .ticket-btn {
        background-color: var(--blue);
        color: white;
        font-size: 13px;
        font-weight: 600;
        /* padding: 10px 20px; */
        height: 40px;
        width: 125px;
    }
    
    .view-more3 .ticket-btn {
        background-color: var(--blue);
        color: white;
        font-size: 13px;
        font-weight: 600;
        /* padding: 10px 20px; */
        height: 40px;
        width: 270px;
    }
    
    .view-more3 .ticket-btn:hover {
        background-color: #022b4f;
        color: white;
        border: 1px solid #022b4f;
        text-decoration: underline;
        box-shadow: 0px 0px 10px rgb(110, 110, 110);
    }
    
    .organising-card .info2 p {
        font-size: 12px;
        color: var(--orange);
    }
    /* =================================Image gallery======================== */
    
    .organising-card .cardicon3 img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
    /* ===================================video page====================== */
    
    .video-gallery .vidBox {
        width: 320px;
        height: 300px;
        border-radius: 10px;
        margin: 15px;
        transition: all ease .3s;
        overflow: hidden;
    }
    /* =================================================================== */
    
    .inner-notice {
        display: flex;
        justify-content: center;
    }
    
    .inner-notice h4 {
        font-weight: 600;
        color: var(--orange);
        text-align: center;
    }
    
    .inner-notice p {
        font-weight: 500;
        text-align: center;
    }
    /* ========================/===============================/============= */
    
    .contactus h4 {
        font-weight: 600;
        color: black;
        font-family: 'Montserrat', sans-serif;
    }
    
    .contactus h6 {
        font-weight: 600;
        color: black;
        font-family: 'Montserrat', sans-serif;
    }
    
    .contactus p {
        font-size: 16px;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
    }
    
    .contactus p i {
        font-size: 22px;
        font-weight: 600;
        color: var(--orange);
    }
    /* =====================//////////////////////////////====================================== */
    
    .solar-system .circle-image {
        height: 40px;
        width: 40px;
        background-color: #f2fbff;
        border-radius: 100%;
    }
    
    .solar-system {
        height: 380px;
    }
    
    .circle {
        height: 300px;
        width: 300px;
        border-radius: 50%;
        border: 1px solid rgb(213, 213, 213);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    
    .circle1 {
        height: 200px;
        width: 200px;
        border-radius: 50%;
        border: 1px solid rgb(213, 213, 213);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    
    .circle2 {
        height: 130px;
        width: 130px;
        border-radius: 50%;
        border: 1px solid rgb(213, 213, 213);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    
    .earthzero {
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        /* background: radial-gradient(circle at 100px 100px, blue, #eee); */
    }
    
    .earth1 {
        height: 30px;
        width: 30px;
        animation: earth-rotate1 12s linear infinite;
        /* background: radial-gradient(circle at 100px 100px, rgb(245, 245, 245), #eee); */
    }
    
    .earth11 {
        height: 30px;
        width: 30px;
        animation: earth-rotate1 10s linear infinite;
        /* background: radial-gradient(circle at 100px 100px, rgb(245, 245, 245), #eee); */
    }
    /* .earth22 {
    height: 30px;
    width: 30px;
    animation: earth-rotate1 7s linear infinite;
    background: radial-gradient(circle at 100px 100px, blue, #eee);
} */
    
    .earth2 {
        height: 30px;
        width: 30px;
        animation: earth-rotate2 5s linear infinite;
        /* background: radial-gradient(circle at 100px 100px, rgb(245, 245, 245), #eee); */
    }
    
    .sun {
        display: flex;
        justify-content: center;
        border-radius: 50%;
        height: 80px;
        width: 80px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        /* background: radial-gradient(circle at 100px 100px, yellow, #000); */
    }
    /* ===================================================== */
    
    .earth {
        height: 40px;
        width: 40px;
        /* background-image: url('/assets/Images/school.png'); */
        animation: earth-rotate 10s linear infinite;
        /* background: radial-gradient(circle at 100px 100px, rgb(245, 245, 245), #eee); */
    }
    
    .earthone {
        height: 30px;
        width: 30px;
        animation: earth-rotate 14s linear infinite;
        /* background: radial-gradient(circle at 100px 100px, rgb(245, 245, 245), #eee); */
    }
    
    .earthtwo {
        height: 30px;
        width: 30px;
        animation: earth-rotate 12s linear infinite;
        /* background: radial-gradient(circle at 100px 100px, rgb(245, 245, 245), #eee); */
    }
    
    .earththree {
        height: 30px;
        width: 30px;
        animation: earth-rotate 9s linear infinite;
        /* background: radial-gradient(circle at 100px 100px, rgb(245, 245, 245), #eee); */
    }
    /* .solar-system {
    width: 1000px;
    heigth: 1000px;
} */
    
    @keyframes earth-rotate {
        from {
            transform: rotate(0deg) translateX(160px) rotate(0deg);
        }
        to {
            transform: rotate(360deg) translateX(160px) rotate(-360deg);
        }
    }
    /* @keyframes earth-rotateone {
    from {
        transform: rotate(0deg) translateX(160px) rotate(0deg);
    }
    to {
        transform: rotate(360deg) translateX(160px) rotate(-360deg);
    }
}

@keyframes earth-rotatetwo {
    from {
        transform: rotate(0deg) translateX(160px) rotate(0deg);
    }
    to {
        transform: rotate(360deg) translateX(160px) rotate(-360deg);
    }
} */
    
    @keyframes earth-rotate1 {
        from {
            transform: rotate(00deg) translateX(90px) rotate(00deg);
        }
        to {
            transform: rotate(360deg) translateX(90px) rotate(-360deg);
        }
    }
    /* 
@keyframes earth-rotate11 {
    from {
        transform: rotate(0deg) translateX(90px) rotate(00deg);
    }
    to {
        transform: rotate(360deg) translateX(90px) rotate(-360deg);
    }
}

@keyframes earth-rotate22 {
    from {
        transform: rotate(0deg) translateX(90px) rotate(0deg);
    }
    to {
        transform: rotate(360deg) translateX(90px) rotate(-360deg);
    }
} */
    
    @keyframes earth-rotate2 {
        from {
            transform: rotate(0deg) translateX(60px) rotate(0deg);
        }
        to {
            transform: rotate(360deg) translateX(60px) rotate(-360deg);
        }
    }
    
    .video-gallery .card-demo1 {
        margin: 15px 0;
    }
    /* ==========////////////////footer background/////////////========== */
    
    .faqpanel h4 {
        color: var(--blue);
        font-size: 18px;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
    }
    
    .faqpanel .card-header {
        background-color: var(--orange);
        border-radius: 10px 10px 0 0;
    }
    
    .faqpanel {
        border-radius: 10px;
    }
    
    .faqpanel .card-body p {
        color: var(--blue);
        font-size: 14px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
    }
    /* ===========================================///////////////////////////======================== */
    
    .important-date-register h5 {
        font-size: 22px;
        color: var(--orange);
        margin-bottom: 40px;
        font-family: 'Montserrat', sans-serif;
    }
    
    .important-date-register ol li {
        font-size: 14px;
        color: black;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 10px;
    }
    
    .fee_structure h1,
    h3 {
        color: var(--orange);
        font-size: 22px;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
    }
    
    .fee_structure p {
        font-size: 14px;
        color: #000;
        font-family: 'Montserrat', sans-serif;
    }
    
    .fee_structure h2 {
        color: var(--orange);
        font-size: 20px;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
    }
    /* ---- reset ---- */
    
    canvas {
        display: block;
        vertical-align: bottom;
    }
    
    .count-particles {
        position: absolute;
        top: 15px;
        left: 2%;
        width: 95%;
    }
    /* ---- particles.js container ---- */
    
    #particles-js {
        position: absolute;
        width: 100%;
        height: 55%;
        background-color: #000000;
        background-image: url("");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }
    /* ---- stats.js ---- */
    
    .js-count-particles {
        font-size: 1.1em;
    }
    
    #stats,
    .count-particles {
        -webkit-user-select: none;
    }
    
    #stats {
        border-radius: 3px 3px 0 0;
        overflow: hidden;
    }
    
    .count-particles {
        border-radius: 0 0 3px 3px;
    }
    
    .registration-container p {
        font-size: 15px;
        color: #000;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }
    
    .registration-container ul li {
        font-size: 15px;
        color: #000;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }
    /* ================================/////////////////////////////////==============================/////////////////////////////// */
    
    .about-oragniser-container .card {
        color: #3F4E6E;
        border-radius: 10px;
        border: none;
        height: fit-content;
        box-shadow: 0px 0px 10px #84848429;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        padding: 10px;
    }
    
    .about-oragniser-container .card:hover {
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
        transform: scale(1.01);
        box-shadow: 0px 0px 50px #94949429;
        transition: 0.5s;
        cursor: pointer;
    }
    
    .about-oragniser-container .card .card-title {
        font-size: 18px;
        font-weight: 600;
        color: var(--blue);
        font-family: 'Montserrat', sans-serif;
    }
    
    .about-oragniser-container .card .card-text {
        font-size: 14px;
        font-weight: normal;
        color: black;
        font-family: 'Montserrat', sans-serif;
    }
    
    .about-org1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .about-org1 img {
        height: 100px;
        width: 100px;
        object-fit: contain;
    }
    /* .footer-row {
    background-color: #36363613;
} */
    
    .footer-menu {
        list-style-type: none;
        margin: 0;
        overflow: hidden;
    }
    
    .footer-menu-box {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    
    .footer-menu li a {
        display: block;
        color: white;
        text-align: center;
        padding: 16px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
    }
    
    .footer-menu li a:hover {
        color: var(--orange);
        text-decoration: underline;
    }
    
    .footer-menu li {
        float: left!important;
    }
    
    .footer-row .box-2 p {
        font-size: 14px;
        color: white;
        font-weight: 600;
        text-align: center;
    }
    
    .footer-row .box-2 .tittle-text {
        font-size: 16px;
        color: var(--orange);
        font-weight: 600;
    }
    
    .footer-row .box-3 img {
        /* margin: 5px 0 20px 20px; */
        height: 30px;
        width: 30px;
    }
    
    .footer-row .box-3 .tittle-text {
        font-size: 19px;
        color: var(--orange);
        font-weight: 600;
        margin-bottom: 0px;
        margin-left: 20px;
    }
    
    .footer-row svg {
        fill: var(--orange);
        stroke: var(--orange);
        width: 18px;
        height: 18px !important;
        margin: 0px;
    }
    
    .footer-row .display-flex {
        display: flex;
        justify-content: space-around;
    }
    
    .footer-row .visitor-box {
        display: flex;
        justify-content: center;
    }
    
    .footer-row .visitor-box .box {
        background-color: white;
        padding: 10px;
        border-radius: 10px;
        color: var(--blue);
        font-size: 16px;
        font-weight: 600;
        width: 200px;
        /* margin-top: 30px; */
    }
    
    .footer-row .visitor-box .box p {
        margin-top: 10px;
        margin-bottom: 0px;
        color: var(--orange);
        font-size: 14px;
        font-weight: 500;
    }
    
    .footer-row .box-1 h5 {
        color: var(--orange);
        font-size: 22px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        /* font-family: 'Roboto', sans-serif; */
    }
    
    .footer-row .box-1 img {
        height: 70px;
        margin-bottom: 20px;
    }
    
    .footer-row .box-1 p {
        font-size: 12px;
        margin-bottom: 20px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        color: white;
    }
    
    .footer-row .box-1,
    .box-2,
    .box-3 {
        margin-bottom: 20px;
    }
    
    .footer-bottom p {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 0px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        color: white;
    }
    
    .footer-bottom p a {
        color: var(--orange);
    }
    /* ========================footer=============== */