@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --navandfooter-color: #003D01;
    --headingback-color: #a5DA31;
    --link-color: #1C4A9E;
    --instituename-color: #F0F4EA;
    --white-color: #fff;
    --border-: 0.1rem solid black;
    --box-shadow: 1rem 1rem 0.5rem #aaaaaa;
}




.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:link,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:visited,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:hover,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    font-size: 1.5rem;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    display: none;
}

.goog-te-banner-frame {
    display: none;
    margin-top: 2rem;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
    margin: 0rem 0rem;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: -1rem;
    font-family: 'Poppins';
    font-size: 1.2rem;
    font-weight: 600;
    color: black;
}

.goog-te-gadget-icon {
    display: none !important;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
   

}

.goog-te-gadget-simple {
    background-color: var(--headingback-color);
    border-left: 1rem solid #D5D5D5;
    border-top: 1rem solid #9B9B9B;
    border-bottom: 1rem solid #E8E8E8;
    border-right: 1rem solid #D5D5D5;
    font-size: 1rem;
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 2rem;
    cursor: pointer;
    /* border-radius: 1rem; */
    font-family: "Poppins", sans-serif;
    
}