:root {
      --primary-light: #ffffff;
      --secondary-light: #f5f5f5;
      --primary-dark:#1C1C1C;
      --secondary-dark: #0D0D0D;
      --primary-color: #FFB442;
}
*:focus {
    box-shadow: none;
    outline: none;
}
.img-fluid {
    width:100%;
    height:auto;
}
.btn {
    border:none;
}
html {
    font-size: 16px;
}
body {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: var(--primary-dark);
    overflow-x: hidden;
}
.shadow {
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.text-shadow{
    text-shadow: 1px 1px 2px var(--primary-dark);
}
hr{
    border-top: 1px solid var(--primary-dark);
}
header{
    background-color: var(--secondary-light);
}


/*Custom Menus============================*/
.homepage-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 90px;
}
.homepage-header .top-bar{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: flex;
}
.homepage-header .container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width:100%;
}

.homepage-header ul{
    padding: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}
.homepage-header .top-bar li{
    position: relative;
}
.homepage-header .top-bar li a{
    display: block;
    color: var(--primary-color);
    font-size: 1.5rem !important;
    text-decoration: none;
    padding-left: 30px;
}
.homepage-header .top-bar li a:hover{
    color: var(--primary-dark);
}
.homepage-header .top-bar li:first-child a{
    padding-left: 0px;
}
.homepage-header .top-bar li:last-child a{
    padding-right: 0px;
}
.homepage-header .top-bar li .sub-menu{
    min-width: 285px;
    display: none;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0px;
    margin: 0px;
    padding: 0px;
    background-color: var(--primary-dark);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2); 
}
.homepage-header .top-bar li .sub-menu a{
    color: var(--primary-light);
    padding: 0.5rem;
    display: block;
}
.homepage-header .top-bar li .sub-menu a:hover{
    background-color: var(--primary-color);
    color: var(--primary-dark);
}
.homepage-header .top-bar .sub-menu li .sub-menu{
    left: 100%;
    top: 0px;
}
.homepage-header .top-bar > .menu-item-has-children:hover > .sub-menu{
    display: block;
}
.homepage-header .top-bar .menu-item-has-children .sub-menu > .menu-item-has-children:hover > .sub-menu{
    display:block;
}

/*End Of Custom Menus===========================*/


footer{
    text-align:right;
    background-color: var(--secondary-light);
}
.footer-links ul{
    padding: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    text-align: end;
}
.footer-links li{
    display: inline-block;
    margin-left:20px;
}
.footer-links li a{
    color: var(--primary-color);
    font-size: 0.8rem;
    text-decoration: none;
}
.footer-links li a:hover{
    color: var(--primary-dark);
}
.copyright{
    font-size: 0.9rem;
}
.custom-logo{
    width:220px;
    height: auto;
}
.home {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    width:100%;
    background-size: cover;
}
#heroSection{
    min-height: 80vh;
}
.hero{
    max-width: 95%;
}
#heroImage{
    width:100%;
    height: auto;
    max-width: 600px;
}
strong{
    font-weight: 500;
    font-style: normal;
}
footer p strong{
   font-size: 0.8rem; 
}
.wp-block-heading strong{
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
}
#menu-footer-menu-english{
    list-style: none;
    display: flex;
    justify-content: end;
    padding: 0px;
}
#menu-footer-menu-english a{
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
}
footer .menu-item{
    margin-left: 20px;
}
.nav-item a {
    font-size: 1.2rem;
    font-weight: 100;
}
.row {
    --bs-gutter-x: 1.8rem;
}
a{
    font-family: "Bebas Neue", serif;
    font-size: 1rem;
    padding-top:10px;
    text-decoration: none;
    display: inline-block;
    font-weight: 300;
    color: var(--primary-color);
}
a:hover{
    color: var(--secondary-dark);
}
.pojo-a11y-toolbar-link{
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
}
#social-media i{
    font-size: 1.75rem;
    margin: 10px 20px 5px 0px;
}
h1{

    font-size: 2.2rem;
}
h2 {
    font-size:1.9rem;
}
h1 span, h2 span{
    color: var(--primary-color);
}
h3 {
    font-size:1.6rem;
}
h4 {
    padding: 12px 2px;
    font-size:1.3rem;
}
a h4{
    color: var(--primary-color);
}
a:hover h4{
    color: var(--primary-dark);
}
h5 {
    font-size:1.2rem;
}
.pannal-box h5{
    font-size:1rem;
}
h6 {
    font-size:1.1rem;
}
#empty{
    min-height: 100vh;
}
#reached1{
    height: 0px;
}
#ourAchievements{
    background-color: var(--primary-light);
}
#ourAchievements .counterBG{
    background-color: var(--secondary-light);
    border-radius:5px;
}
#ourAchievements h3{
    color:var(--primary-dark);
}
#ourAchievements .counter{
    font-size:5rem;
    color: var(--primary-color);
}
.listing{
    background-color: var(--primary-dark);
    color:var(--primary-light);
}

#visualpedia .platform{
    max-width:200px;
}
.wp-block-list li, .wp-block-list li strong{
    font-weight:400;
}


@media all and (max-width: 320px) {
    .home {
        margin-top: 60px;
        background-size: cover;
    }
    .hero{
        max-width: 100%;
    }
    #menu-main-menu-english .dropdown-menu{
        margin-top:0px;
    }
    .login-button{
        margin-top: 10px;
        width:100%;
    }
    .post-title{
        min-height:auto;
    }
    .post-content {
        min-height:auto;
    }
    .post-info p{
        min-height:auto;
    }
    #menu-footer-menu-english{
        justify-content: center;
    }
    .footer-links ul, .copyright{
        text-align: center;
    }
    .homepage-header{
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
    }
    .menu-header-menu-container{
        display:none;
    }
}
@media all and (min-width: 321px) and (max-width: 360px) {
    .home {
        margin-top: 60px;
        background-size: cover;
    }
    .hero{
        max-width: 100%;
    }
    #menu-main-menu-english .dropdown-menu{
        margin-top:0px;
    }
    .login-button{
        margin-top: 10px;
        width:100%;
    }
    .post-title{
        min-height:auto;
    }
    .post-content {
        min-height:auto;
    }
    .post-info p{
        min-height:auto;
    }
    #menu-footer-menu-english{
        justify-content: center;
    }
    .footer-links ul, .copyright{
        text-align: center;
    }
    .homepage-header{
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
    }
    .menu-header-menu-container{
        display:none;
    }
}
@media all and (min-width: 361px) and (max-width: 480px) {
    .home {
        margin-top: 60px;
        background-size: cover;
    }
    .hero{
        max-width: 100%;
    }
    #menu-main-menu-english .dropdown-menu{
        margin-top:0px;
    }
    .login-button{
        margin-top: 10px;
        width:100%;
    }
    .post-title{
        min-height:auto;
    }
    .post-content {
        min-height:auto;
    }
    .post-info p{
        min-height:auto;
    }
    #menu-footer-menu-english{
        justify-content: center;
    }
    .footer-links ul, .copyright{
        text-align: center;
    }
    .homepage-header{
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
    }
    .menu-header-menu-container{
        display:none;
    }
}
@media all and (min-width: 481px) and (max-width: 576px) {
    .home {
        margin-top: 60px;
        background-size: cover;
    }
    .hero{
        max-width: 100%;
    }
    #menu-main-menu-english .dropdown-menu{
        margin-top:0px;
    }
    .login-button{
        margin-top: 10px;
        width:100%;
    }
    .post-title{
        min-height:auto;
    }
    .post-content {
        min-height:auto;
    }
    .post-info p{
        min-height:auto;
    }
    #menu-footer-menu-english{
        justify-content: center;
    }
    .footer-links ul, .copyright{
        text-align: center;
    }
    .homepage-header{
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
    }
    .menu-header-menu-container{
        display:none;
    }
}
@media all and (min-width: 577px) and (max-width: 768px) {
    .home {
        margin-top: 60px;
        background-size: cover;
    }
    .hero{
        max-width: 100%;
    }
    #menu-main-menu-english .dropdown-menu{
        margin-top:0px;
    }
    .login-button{
        margin-top: 10px;
        width:100%;
    }
    .post-title{
        min-height:auto;
    }
    .post-content {
        min-height:auto;
    }
    .post-info p{
        min-height:auto;
    }
    #menu-footer-menu-english{
        justify-content: center;
    }
    .footer-links ul, .copyright{
        text-align: center;
    }
    .homepage-header{
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
    }
    .menu-header-menu-container{
        display:none;
    }
}
@media all and (min-width: 769px) and (max-width: 991px) {
    .home{
        margin-top: 60px;
        background-size: cover;
    }
    #menu-main-menu-english .dropdown-menu{
        margin-top:0px;
    }
    .login-button{
        margin-top: 10px;
        width:100%;
    }
    .post-title{
        min-height:auto;
    }
    .post-content {
        min-height:auto;
    }
    .post-info p{
        min-height:auto;
    }
    #menu-footer-menu-english{
        justify-content: center;
    }
    .footer-links ul, .copyright{
        text-align: center;
    }
    .homepage-header{
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
    }
    .menu-header-menu-container{
        display:none;
    }
}
@media all and (min-width: 992px) and (max-width: 1200px) {
    #menu-main-menu-english .dropdown-menu{
        margin-top:-20px;
    }
    .post-title{
        min-height: 65px;
    }
    .post-content {
        min-height: 130px;
    }
    .post-info{
        min-height: 90px;
    }
}
@media all and (min-width: 1201px) and (max-width: 1400px) {
    #menu-main-menu-english .dropdown-menu{
        margin-top:-20px;
    }
    .post-title{
        min-height: 65px;
    }
    .post-content {
        min-height: 110px;
    }
    .post-info{
        min-height: 90px;
    }
}