@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    font-family: "Poppins", sans-serif;
}

.h-bar1,
.h-bar2,
.h-bar3 {
    width: 20px;
    height: 2px;
    padding: 2px;
    margin: 3px;
    background-color: black;
    transition: .5s;
}

.menu-btn1 {
    cursor: pointer;
    display: block;
    position: absolute;
    background: lightgray;
    padding: 4px 13px 4px 21px;
    /* border-top-left-radius: 6px; */
    border-bottom-left-radius: 8px;
    box-shadow: rgb(0 0 0 / 70%) 1px 9px 11px;
    top: 0%;
    right: 0%;
    display: none;
}

.change-bar .h-bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 4px);
    transform: rotate(-45deg) translate(-8px, 4px)
}

.change-bar .h-bar2 {
    opacity: 0;
}

.change-bar .h-bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -3px);
    transform: rotate(45deg) translate(-6px, -3px)
}

.navigation-bar-main {
    position: relative;
    width: 100%;
    z-index: 99;
}

.navigation-bar-header {
    overflow: hidden;
    background: lightslategray;
    /*   Normal theme color */
    /*   background: #138808;
     COlor code for Indian flag */
    display: flex;
    align-content: space-around;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.section-heading {
    display: inline-block;
    padding: 5px !important;
    position: relative;
    color: black;
    background: white;
    text-decoration: none !important;
    letter-spacing: 1px;
    font-weight: bold;
    /*  display: inline-block;
    padding: 5px !important;
    position: relative;
    border: 3px solid #7b88d1;
    border-radius: 4px;
    text-decoration: none !important;
    letter-spacing: 1px;
    font-weight: normal;

    */
}

.section-heading-arrow {}


/* .section-heading::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 5px;
    
} */

.navigation-bar-header a {
    float: left;
    font-size: 13px;
    color: whitesmoke;
    text-align: center;
    padding: 8px 8px 8px;
    text-decoration: none;
}

.column-f-w-n-b h3 {
    font-size: 13px;
    text-decoration: underline;
}

.rowfwnb .contact-us,
.rowfwnb .rti-act,
.rowfwnb .lectures {
    width: 100%;
}

.rowfwnb .r-c {
    width: 20%;
}

.d {
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.d .d-btn {
    cursor: pointer;
    font-size: 13px;
    border: none;
    outline: none;
    color: #fff;
    padding: 11px 8px 11px;
    background: inherit;
    font-family: "Poppins", sans-serif;
    ;
}

.d .d-btn-contact-us {
    background: rebeccapurple;
    border-radius: 3px;
}

.jal-abhya-link {
    display: flex;
    align-items: center;
    position: relative;
    background: #74ebd5;
    background: -webkit-linear-gradient(125deg, #2c3e50, #27ae60, #2980b9, #e74c3c, #8e44ad);
    background-image: linear-gradient(125deg, #2c3e50, #27ae60, #2980b9, #e74c3c, #8e44ad);
    border-radius: 3px;
    padding: 7px;
    color: black !important;
    margin: 0px 5px 0px;
    background-size: 400%;
    color: white !important;
    animation: animate-jal-abhyaranya 4s infinite;
}

@keyframes animate-jal-abhyaranya {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 50% 100%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.navigation-bar-header a:hover,
.d:hover .d-btn {
    background: #5F5F5F;
}

.d-content {
    display: none;
    position: absolute;
    background: #5F5F5F;
    width: 100%;
    left: 0;
    z-index: 10;
    opacity: .96;
    height: auto;
}

.display-block-menu {
    display: block;
}


/* .d:focus .d-content {
	
	display: block;
} */

.column-f-w-n-b {
    float: left;
    width: 33.33%;
    padding: 10px;
    background: #5F5F5F;
    height: auto;
}

.column-f-w-n-b a {
    display: block;
    float: none;
    color: #eee;
    text-align: left;
}

.column-f-w-n-b h3 {
    /*  color: #eee; */
    color: black;
    padding: 10px;
    cursor: default;
}

.column-f-w-n-b a:hover {
    color: #fff;
    background: #373737;
}

.rowfwnb:after {
    content: '';
    display: table;
    clear: both;
}

.display-navbar {
    display: none;
}

.menu-btn {
    color: darkblue;
    width: 100%;
    position: relative;
    padding: 6px;
    cursor: pointer;
    text-align: center;
    display: none;
    background: lightslategray;
}

.nested-link-div {
    display: block;
    font-size: 13px;
    color: whitesmoke;
    text-align: left;
    padding: 8px 8px 8px;
    cursor: pointer;
}

.nested-link-initiative {
    text-align: center;
}

.nested-link-initiative a {
    display: initial !important;
    text-decoration: underline !important;
}

@media(max-width: 600px) {
    .menu-btn {
        display: block;
    }
    .menu-btn1 {
        display: block;
        z-index: 99999;
    }
    .navigation-bar-main {
        padding: 0;
        top: 0;
        position: absolute;
        margin-left: -9000px;
    }
    .photo-gallery-link {
        align-self: left !important;
    }
    .d-content {
        overflow-y: scroll;
        max-height: 60%;
        height: 50% !important;
        /*  width: 90% !important; */
        /*   -webkit-overflow-scrolling: touch; */
    }
    .d {
        width: 100%;
    }
    /* ::-webkit-scrollbar{
        width: 12px;
    } */
    .d .d-btn {
        /*  padding: 3px 9px 0px;  */
        width: 100%;
        text-align: center;
        border-bottom: 1px solid lightgray;
        display: block;
    }
    .column-f-w-n-b {
        width: 100%;
        height: auto;
    }
    .navigation-bar-header {
        display: flex;
        flex-direction: column;
        transition: all 0.5s ease;
        margin-left: -9000px;
        height: 100vh;
        padding: 0;
        width: 100%;
        align-items: flex-start;
        /* justify-content: space-around; */
    }
    .mobile-menu {
        margin-left: 0px;
        top: 0%;
        border-bottom-right-radius: 20%;
        width: 97% !important;
    }
    .navigation-bar-header a {
        display: block;
        text-align: center;
        width: 100%;
    }
    .rowfwnb .r-c {
        width: 100%;
    }
}