/* Navbar Links */
.navbar-nav > li > a {
    color: #fff !important;
    font-size: 16px;
    padding: 12px 18px;
    transition: 0.3s;
}

    .navbar-nav > li > a:hover {
        background: #6658fd;
        /* ✅ Matching theme */
        color: #fff !important;
        border-radius: 4px;
    }


.navbar-inverse {
    background-color: #353434!important;
    border-color: #080808;


}

.nav > li {
   text-align: center !important;
}



.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -30px!important;
}




    /* Dropdown Menu */
    .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 8px 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    text-align: center !important;
}

    .dropdown-menu > li > a {
        padding: 8px 18px;
        font-size: 14px;
        color: #333;
        transition: 0.3s;
    }

.dataTables_wrapper .dataTables_info {
    clear: both;
    /* float: left; */
    padding-top: .755em;
    /* margin-bottom: 100px !important; */
}



.dropdown-menu > li > a:hover {
    background: #353434;
    color: #fff;
    border-radius: 0px;
}

/* ✅ Hover only desktop me */
/* ✅ Hover effect only desktop */
@media (min-width: 768px) {
    .navbar-nav > li.dropdown:hover > .dropdown-menu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }
}



/* news and updates section */

.news-section {
    background: url(images/news-bg.jpg) 0px 0px no-repeat rgb(225 225 225);
    margin-top: 0px;
    /* height: 596px; */
    /* background-size: contain !important; */
}

.press-release {
    /* background-color: #fcc63f; */
    background: linear-gradient(to right, #f7e26b, #f7b42c);
    min-height: 616px;
}

    .press-release h2 {
        font-size: 1.4em;
        font-weight: 600;
        color: #004b8d;
        border-bottom: 1px solid #004b8d;
        padding-bottom: 10px;
        margin-bottom: 15px;
        margin-top: 10px;
        margin-left: 11px;
    }

/* .resp-nopad {
    background: linear-gradient(to right, #f7e26b, #f7b42c);
} */


.resp-nopad #block-views-block-update-block-8-2 {
    overflow-y: scroll;
    height: 600px;
}

.press-release ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .press-release ul li {
        font-size: 1em;
    }

        .press-release ul li a {
            color: #1c1c1c;
            text-decoration: none;
            display: block;
            padding: 12px 10px 12px 10px;
            border-bottom: 1px solid #c38f0d;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
            -webkit-transition: background-color 1s ease-out;
            -moz-transition: background-color 1s ease-out;
            -o-transition: background-color 1s ease-out;
            transition: background-color 1s ease-out;
        }

        .press-release ul li img {
            margin-right: 10px;
            float: left;
        }

        .press-release ul li span.date {
            font-weight: 600;
            float: left;
        }

        .press-release ul li span.pres-cont {
            font-weight: 400;
            margin-top: 4px;
            display: block;
            line-height: 1.5;
        }

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f3e9fb87;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-top: 17px;
    height: 377px;
}

.card-noflex {
    display: block;
    overflow: hidden;
}

.infocus-wrap {
    position: relative;
    background: url(/www.mahasfs.org/Handler/higlights-bg-main\ \(1\).jpg) 0 0 no-repeat;
    border-radius: 10px !important;
    border: 0;
}

/* .news-ticker {
    display: flex;
    gap: 1rem;
    height: 35px;
    max-width: 100%;
    margin: auto 0px 0 40px;
    background: url(/www.mahasfs.org/Handler/higlights-bg-main\ \(1\).jpg) 0 0 no-repeat;
    border-radius: 50px;
} */

.label1 {
    white-space: nowrap;
    background: #ed474a;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 0 10px;
    position: relative;
}

    .label1::after {
        content: "";
        position: absolute;
        right: -20px;
        border: 10px solid transparent;
        border-left-color: #ed474a;
    }

.headlines {
    list-style: none;
    padding-right: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

    .headlines li {
        color: #fff;
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        line-height: 40px;
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
        transition: all 1s ease-in-out;
    }

        .headlines li.active {
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        }

.what-new h2 {
    font-size: 1.4em;
    font-weight: 600;
    color: #004b8d;
    border-bottom: 1px solid #004b8d;
    padding-bottom: 10px;
    margin-bottom: 8px;
    margin-top: 9px;
    padding: 10px 20px;
}

.edupiInfosList > li {
    border-bottom: 1px solid #484749;
    width: calc(100% - 10px);
    margin: 0 0px 0px;
    padding: 3px 0;
}

.position-relative {
    position: relative !important;
}

.edupiInfosList .edupiilWrap:before {
    background-color: #fff;
    border-width: 3px;
    border-style: solid;
    border-radius: 100%;
    width: 10px;
    height: 10px;
}

.btn1 {
    padding: 8px 25px;
    padding: 1px 17px;
    height: 38px;
    margin-top: 7px;
    /* font-size: 15px; */
    BACKGROUND-COLOR: #7c7f80;
    color: white;
}

.captcha-section {
    display: none;
}



.text-link-light {
    cursor: pointer;
    text-decoration: underline;
}

.active-lang {
    font-weight: bold;
    text-decoration: none;
}

.lang-content {
    margin-top: 20px;
    font-size: 18px;
}


/* .edupiInfosList .edupiilWrap:before {
      background-color: #ff2020;
      border-width: 3px;
      border-style: solid;
      border-radius: 100%;
      width: 10px;
      height: 10px;
  }
 */

.main-about {
    margin-top: 15px;
    border: 1px solid #dfdfdf;
    padding: 5px;
    /* height: 216px; */
    background-color: transparent;
    margin-bottom: 65px;
    height: 280px;
}

@media only screen and (max-width: 1300px) {
    .main-about {
        margin-top: 15px;
        border: 1px solid #dfdfdf;
        padding: 5px;
        /* height: 216px; */
        background-color: transparent;
        margin-bottom: 65px;
        height: 410px;
    }

    .headertop_contact li a {
        color: #fff;
        text-decoration: none;
        font-size: 10px !important;
    }

    .noBMar a {
        font-size: 10px !important;
    }
}



.main-about h4 {
    font-weight: bold;
    margin: 15px 20px;
}


.main-about p {
    letter-spacing: .2px;
    text-align: justify;
}


/* OBJECTIVE CIRCLE  */
.main-about p {
    position: relative;
    padding: 0px 30px;
    margin-bottom: 12px;
    line-height: 1.6;
}


/* .main-about p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    border: 3px solid #285394;
    border-radius: 50%;
    background-color: transparent;
 } */

/* OBJECTIVE HEADING  */
.section-title {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    padding-bottom: 8px;
}

    .section-title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 80px;
        /* underline length */
        height: 4px;
        background: linear-gradient(90deg, #9200FF, #FFC300);
        /* Purple to Yellow */
        border-radius: 3px;
    }

.edupiilWrap a {
    font-size: 13px;
    font-weight: bold;
}

    .edupiilWrap a:hover {
        text-decoration: none;
    }

/* 
dropdown-menu  */

.navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
}

/* logo-header */
/* .header {
    background: url('../img/bg-grapics.png') no-repeat center center;
    background-size: cover;
    position: relative;
    width: 100%;
} */

/* .top-section {
     background: url('../img/banner-abst-2\ \(1\).png') no-repeat center center;
     background-size: cover;
     position: relative;
     width: 100%;
 } */

.header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    /* light overlay for readability */
}

.footer {
    background-image: linear-gradient(to right, #8523fd, #ffd15b);
    color: #3b3a3a;
    font-size: 13px;
    padding: 2px 45px;
    font-family: Arial, sans-serif;
    /* ✅ Fix at bottom */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* हमेशा ऊपर दिखे */
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

/* Left Section */
.footer .left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

    .footer .left img {
        height: 34px;
        margin: 0 3px;
        border-radius: 4px;
        vertical-align: middle;
    }

.footer-text,
.footer-text-main {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    line-height: 1.4;
    text-align: left;
}

    .footer-text-main:hover {
        color: white;
    }

.footer-text-main {
    font-weight: bold;
}

/* Right Section */
.footer .right {
    display: flex;
    flex-direction: column;
    /* ✅ copyright ऊपर, visitors नीचे */
    align-items: flex-end;
    /* ✅ right align */
    gap: 4px;
    text-align: right;
}

.footer-copy {
    font-size: 12px;
    color: #3b3a3a;
}

/* scroolable design */
/* width */
::-webkit-scrollbar {
    width: 5px !important;
    /* position: relative;
    z-index:99999999; */
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-image: linear-gradient(to right, #8523fd, #ffd15b);
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }




.visitor {
    font-size: 12px;
    margin: 0;
    color: #3b3a3a;
    font-weight: 600;
}

.mobile-view {
    display: none;
}

/* =============================
   ✅ Tablets (max 992px)
============================= */
@media (max-width: 992px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer .left,
    .footer .right {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer .right {
        flex-direction: column;
    }
}

.upcoming-events {
    border: 1px solid lightgrey;
}

/* =============================
   ✅ Mobile (max 600px)
============================= */
@media (max-width: 600px) {
    .footer {
        font-size: 12px;
        padding: 10px 12px;
        text-align: center;
    }

    .left-controls {
        display: flex !important;
        gap: 2px !important;
        width: 100% !important;
        /* position: relative; */
        /* top: -35%; */
    }

        .left-controls select, input {
            width: 100% !important;
            font-size: 9px !important;
            /* position: relative; */
            /* top: -35%; */
        }

    .top-bar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 0px;
        padding: 0px 14px;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
        margin-top: 20px;
    }



    .main-last-table {
        margin-bottom: 120px !important;
    }

    .footer-container {
        flex-direction: column;
        gap: 6px;
    }

    .footer .left,
    .footer .right {
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

        .footer .left img {
            height: 26px;
            margin: 2px;
        }

    .footer-text-main {
        font-size: 11px;
        text-align: center;
    }

    .footer-copy {
        display: none !important;
    }

    .mobile-view {
        display: block !important;
        font-size: 12px;
        margin-top: 4px;
    }
}

.what-new {
    padding: 0px 20px;
}

.left-logo a:hover {
    text-decoration: none;
}

.footer a:hover {
    text-decoration: none;
}


/* btn css */

.btn {
    position: relative;
    display: inline-block;
    /* margin: 10px; */
    padding: 10px 20px;
    background: #333;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
}

    .btn a {
        color: white;
        text-decoration: none;
        font-size: 14px;
    }
    /* 
.btn::after {
    content: "Coming Soon";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
} */

    .btn:hover::after {
        opacity: 1;
    }

.right-logo span {
    text-align: right;
    font-weight: bold;
    position: relative;
    top: 10px;
}


@media screen and (max-width:1540px) {
    .right-logo span {
        text-align: right;
        font-weight: bold;
        position: relative;
        top: 38px;
    }

    ;
}

.main-logo-text {
    position: relative;
    top: -20px;
    left: 10px;
    font-weight: bold;
    color: black;
}


@media (max-width: 768px) {

    /* Sirf is row ko flex karo */
    .event-notification-row {
        display: flex;
        flex-direction: column;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        box-sizing: border-box;
        display: inline-block;
        min-width: 1.5em;
        padding: .5em 10px !important;
        margin-left: 2px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        color: inherit !important;
        border: 1px solid transparent;
        border-radius: 2px;
        background: transparent;
    }



    .notificationSec {
        order: 1;
    }

    .loginSec {
        order: 2;
    }

    .footer-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }

    .input[type="text"] {
        margin-bottom: 0px;
        width: 140px !important;
    }
}

.contact-sec h1 {
    font-weight: bold;
    font-size: 20px;
}

.right-logo {
    display: flex;
}

.table.dataTable tbody th,
table.dataTable tbody td {
    text-align: center;
}

/* contact Us Page designing Start */
.pageHeading.small {
    height: 100px;
}

.pageHeading {
    height: 458px;
    overflow: hidden;
    background-image: url(../img/banner-abst-2\ \(1\).png);
    background-position: top top;
    background-size: cover;
    position: relative;
    /* display: flex;
    align-items: center;
    justify-content: flex-start; */
}

.pageHeading1 {
    height: 100px;
    overflow: hidden;
    background-image: url(../img/footerBG.jpg);
    /* background-image: url(../img/aiSummary.svg);  */
    background-position: top top;
    background-size: cover;
    position: relative;
    /* display: flex;
    align-items: center;
    justify-content: flex-start; */
}


.pageHeading2 {
    height: 100px;
    overflow: hidden;
    background-image: url(../img/circular-bg.png);
    /* background-image: url(../img/aiSummary.svg);  */
    background-position: top top;
    background-size: cover;
    position: relative;
    /* display: flex;
    align-items: center;
    justify-content: flex-start; */
    border-bottom: 4px solid #aa59ca;
}

.pageHeading3 {
    height: 100px;
    overflow: hidden;
    background-image: url(../img/workshop-bg.png);
    /* background-image: url(../img/aiSummary.svg);  */
    background-position: top top;
    background-size: cover;
    position: relative;
    /* display: flex;
    align-items: center;
    justify-content: flex-start; */
    border-bottom: 4px solid #aa59ca;
}

.pageHeading4 {
    height: 100px;
    overflow: hidden;
    background-image: url(../img/print-media-bg.png);
    /* background-image: url(../img/aiSummary.svg);  */
    background-position: top top;
    background-size: cover;
    position: relative;
    /* display: flex;
    align-items: center;
    justify-content: flex-start; */
    border-bottom: 4px solid #aa59ca;
}

.pageHeading5 {
    height: 100px;
    overflow: hidden;
    background-image: url(../img/digital-media-bg.png);
    /* background-image: url(../img/aiSummary.svg);  */
    background-position: top top;
    background-size: cover;
    position: relative;
    /* display: flex;
    align-items: center;
    justify-content: flex-start; */
    border-bottom: 4px solid #aa59ca;
}

/* .top-section{
    overflow: hidden;
    background-image: url(../img/bg-design-am.png);
    background-position: top top;
    background-size: cover;
    position: relative;
} */


.pageHeading1::before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: -moz-linear-gradient(left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #4497fb), color-stop(25%, #ed2ded), color-stop(50%, #c99826), color-stop(75%, #9600ff), color-stop(100%, #4497fb));
    background: -webkit-linear-gradient(left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100%);
    background: -o-linear-gradient(left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100%);
    background: -ms-linear-gradient(left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100%);
    z-index: 2;
    -webkit-animation: 5s linear infinite rotate;
}

@keyframes rotate {
    0% {
        background-position: -3000px;
    }

    100% {
        background-position: 0;
    }
}

.about-eqip {
    background-color: #f0f8ff;
    padding: 20px;
    border-radius: 8px;
}


.about-eqip {
    background-image: url(../img/eqip-about.png);
}

.eqip-lep {
    background-image: url(../img/objective-eqips.png);
}
/* 
.notification-box{
background-image: url(../img/=);
} */

.notificationSec {
    background-image: url(../img/notification.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 94% 92%;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}




.eqip-lep {
    background-color: #FAF6F0;
    padding: 20px;
    border-radius: 8px;
}




.pageHeading::before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: -moz-linear-gradient(left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #4497fb), color-stop(25%, #ed2ded), color-stop(50%, #c99826), color-stop(75%, #9600ff), color-stop(100%, #4497fb));
    background: -webkit-linear-gradient(left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100%);
    background: -o-linear-gradient(left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100%);
    background: -ms-linear-gradient(left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100%);
    z-index: 2;
    -webkit-animation: 5s linear infinite rotate;
}

@keyframes rotate {
    0% {
        background-position: -3000px;
    }

    100% {
        background-position: 0;
    }
}


.navbarWrapper::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #4497fb;
    background: -moz-linear-gradient(left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #4497fb), color-stop(25%, #ed2ded), color-stop(50%, #c99826), color-stop(75%, #9600ff), color-stop(100%, #4497fb));
    background: -webkit-linear-gradient(left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100%);
    background: -o-linear-gradient(left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100%);
    background: -ms-linear-gradient(left, #4497fb 0, #ed2ded 25%, #c99826 50%, #9600ff 75%, #4497fb 100%);
    z-index: 99;
    animation: 5s linear infinite rotate;
    -webkit-animation: 5s linear infinite rotate;
}

.navbarWrapper.sticky::before,
.pageHeading::before {
    background: #aa59ca;
    animation: 5s linear infinite rotate;
    content: "";
    width: 100%;
}

.navbarWrapper.sticky::before,
.pageHeading1::before {
    background: #aa59ca;
    animation: 5s linear infinite rotate;
    content: "";
    width: 100%;
}

.pageHeading img {
    position: absolute;
    right: 0;
    width: 71%;
    object-fit: cover;
    z-index: 1;
    top: 0;
}

.pageHeading.small img,
.singleLocation .imgWrapper img {
    width: 100%;
}

.pageHeading .pageHeadingContent {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
}


    .pageHeading .pageHeadingContent .sub-title-service,
    .pageHeading .pageHeadingContent h6 {
        position: relative;
        font-size: 16px;
        font-weight: 500;
        color: var(--lightRed);
        width: fit-content;
        margin-bottom: 20px;
        text-transform: capitalize;
    }

    .pageHeading .pageHeadingContent p {
        font-size: 14px;
        color: var(--blackColor);
        margin-top: 10px;
        margin-bottom: 0;
        font-weight: 500;
    }

    .pageHeading .pageHeadingContent .sub-title-service::before,
    .pageHeading .pageHeadingContent h6::before {
        position: absolute;
        content: "";
        bottom: -6px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: var(--lightRed);
    }

    .pageHeading .pageHeadingContent .sub-title-service,
    .pageHeading .pageHeadingContent h6 {
        position: relative;
        top: 20px;
        font-size: 19px;
        font-weight: 500;
        color: var(--lightRed);
        width: fit-content;
        margin-bottom: 20px;
        text-transform: capitalize;
    }

    .pageHeading .pageHeadingContent p {
        font-size: 14px;
        color: var(--blackColor);
        margin-top: 10px;
        margin-bottom: 0;
        font-weight: 500;
    }

    .pageHeading .pageHeadingContent .sub-title-service::before,
    .pageHeading .pageHeadingContent h6::before {
        position: absolute;
        content: "";
        bottom: -6px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #9c44de;
    }

    .pageHeading .pageHeadingContent h1,
    .pageHeading .pageHeadingContent h4 {
        font-size: 45px;
        font-weight: 700;
        color: black;
        text-transform: capitalize;
        letter-spacing: 3px;
    }

@media (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 2.5rem;
    }
}

.pageHeading .pageHeadingContent h1 span,
.pageHeading .pageHeadingContent h4 span,
.pageHeading .pageHeadingContent h5 span {
    color: #9c44dd;
}

.main-text {
    position: absolute;
    font-size: 8rem;
    top: -15%;
    opacity: 0.1;
    color: rgb(0, 0, 0);
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.fwBBold {
    font-weight: 900;
}


.navbar-nav {
    float: left;
    margin-left: -26px !important;
}


/* form */
form {
    /* display: flex;
       flex-direction: column; */
}

label {
    margin-top: 10px;
    font-size: 13px;
}

input,
textarea {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

/* button {
       margin-top: 15px;
       padding: 10px;
       background-color: #4CAF50;
       color: white;
       border: none;
       border-radius: 4px;
       cursor: pointer;
   }

   button:hover {
       background-color: #45a049;
   }
         */


.sectionPadding h2,
.sectionPadding h3,
.sectionPadding h4,
.sectionContent h5,
.sectionPadding h5 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    /* text-transform: capitalize; */
}

.contactForm p {
    font-size: 13px;
    color: #000000d1 !important;
}

.form-control {
    border: 1px solid #a1a1a1 !important;
}

.contact-forms {
    border: 1px solid #989a9c;
    padding: 5px 10px;
    margin: 15px 5px;
    border-radius: 5px;
}

.level-1 {
    margin-top: 20px;
}

.main-icon i {
    /* background-color: #9f48db; */
    /* width: 20px; */
    text-align: center;
    padding: 7px;
    font-size: 14px;
    border-radius: 50px;
    /* margin: 0px -8px; */
    color: #9f48db;
    font-size: 20px !important;
}

/* .main-query-form{
    background-color: #5f5a5a; padding:5px 10px;
} */



.main-text1 {
    position: absolute;
    font-size: 7rem !important;
    top: -28% !important;
    opacity: 0.2;
    color: rgb(0, 0, 0);
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.noBMar {
    margin-bottom: 0px !important;
    /* margin-top: 7px!important; */
    font-size: 13px;
}


/* .notificationSec{
    background-image: url(../img/notification-img.png);
  
    background-repeat: no-repeat;
    background-position: 100%;
} */

.level-1 p a:hover {
    text-decoration: none !important;
}

.headertop_contact li a:hover {
    color: white !important;
}

.headingHead h3 {
    color: #353434;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    margin-top: 22px;
}



.animated-heading {
    display: inline-block;
    animation: fadeSlide 1.2s ease-in-out;
}

/* Animation keyframes */
@keyframes fadeSlide {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* social-media */

.whatsapp {
    position: fixed;
    bottom: 4%;
    right: 1%;
    background: #ccc;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    z-index: 9;
}

.redes {
    width: 53px;
    height: auto;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 60%;
    left: 0;
    z-index: 99999;
}

    .redes .facebook {
        background-color: #006aff;
        border-radius: 0 10px 0px 0px;
    }

    .redes a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 40px;
        transition: all 0.2s ease-in-out;
    }

.fab {
    font-family: "Font Awesome 5 Brands";
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.filter-icon {
    margin-top: 18px !important;
}

.footer img.rsk-logo-footer {
    height: 52px;
    /* default se thoda bada */
    width: auto;
    /* proportion maintain rahe */
}


/* top-header styling  */
.schoolReg.iframe.height500 {
    height: 600px;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

#Btn_Login {
    padding: 5px 70px 5px 70px;
}

.btn-forget {
    border-radius: 5px;
    font-size: 12px;
    transition: all 0.6s;
    color: #f34848;
    font-weight: 500;
}

.forgetbtn {
    border-radius: 5px;
    background-color: #f34848;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    transition: all 0.6s;
}

.headertop_contact {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 4px 0 0;
}

    .headertop_contact li a {
        color: #fff;
        text-decoration: none;
        font-size: 13px;
    }

        .headertop_contact li a:hover {
            color: #2196f3;
        }

        .headertop_contact li a i {
            margin: 0 10px;
        }

.navbar {
    height: auto !important;
    min-height: auto;
}

@media screen and (max-width: 500px) {
    mb-5 {
        margin-bottom: 10px;
    }

    .card-2 {
        margin-top: 72px;
    }

    .btn1 {
        padding: 8px 25px !important;
        padding: 1px 17px;
        height: 38px;
        margin-top: 7px;
        /* font-size: 15px; */
        BACKGROUND-COLOR: #7c7f80;
        color: white;
    }

   .last-column {
      margin-bottom:172px;
    }

}
