@media only screen and (max-width: 1850px) {

    .common-container {
        padding: 0 180px;
    }

}

@media only screen and (max-width: 1600px) {

    .common-container {
        padding: 0 140px;
    }

    .hero-title {
        font-size: 62px;
        padding-top: 170px;
    }

    #main-menu li a {
        font-size: 18px;
    }


}

@media only screen and (max-width: 1400px) {

    .common-container {
        padding: 0 100px;
    }

}

@media only screen and (max-width: 1200px) {

    .common-container {
        padding: 0 60px;
    }

    body.nav-visible {
        overflow: hidden;
    }

    .hambuger-menu-sec {
        display: block;
    }

    .mobile-menu-sec {
        position: fixed;
        width: 400px;
        right: 0;
        top: 0;
        height: 100vh;
        z-index: 999;
        padding: 100px 50px 50px;
        background: var(--white);
        overflow-y: auto;
        overflow-x: hidden;
        transform: translateX(400px);
        box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.03);
        transition: all 0.5s ease-in-out;
    }

    .mobile-menu-sec.visible {
        transform: translateX(0px);
    }

    .header-menu-sec #main-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        margin-bottom: 50px;
    }

    .header-menu-sec #main-menu li a {
        font-size: 22px;
        line-height: 32px;
        color: var(--black);
    }

    .header-menu-sec #main-menu li {
        transform: translateX(600px);
        transition: all 0.5s ease-in-out;
    }

    .mobile-menu-sec.visible #main-menu li {
        transform: translateX(0px);
    }

    .mobile-menu-sec.visible #main-menu li:nth-child(1) {
        transition: all 0.6s ease-in-out;
    }

    .mobile-menu-sec.visible #main-menu li:nth-child(2) {
        transition: all 0.7s ease-in-out;
    }

    .mobile-menu-sec.visible #main-menu li:nth-child(3) {
        transition: all 0.8s ease-in-out;
    }

    .mobile-menu-sec.visible #main-menu li:nth-child(4) {
        transition: all 0.9s ease-in-out;
    }

    .mobile-menu-sec.visible #main-menu li:nth-child(5) {
        transition: all 1s ease-in-out;
    }

    .mobile-menu-sec.visible #main-menu li:nth-child(6) {
        transition: all 1.1s ease-in-out;
    }

    .mobile-menu-sec.visible #main-menu li:nth-child(7) {
        transition: all 1.2s ease-in-out;
    }

    .mobile-menu-sec.visible #main-menu li:nth-child(8) {
        transition: all 1.3s ease-in-out;
    }

    .mobile-menu-sec.visible #main-menu li:nth-child(9) {
        transition: all 1.4s ease-in-out;
    }

    .menu-close-sec {
        position: fixed;
        right: 30px;
        width: 40px;
        height: 40px;
        top: 35px;
        background: #fff;
        z-index: 99999;
        box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.03);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        cursor: pointer;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: flex !important;
    }

    .hero-group-image {
        height: 500px;
        margin-top: -250px;
    }

    .footer-sec {
        flex-wrap: wrap;
    }

    .office-bearers-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        padding: 0 5%;
    }

    .award-image img {
        height: 300px;
    }

    .awards-wrap {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }

    .hero-group-image {
        height: 500px;
        margin-top: -250px;
    }

}


@media only screen and (max-width: 1024px) {

    .common-container {
        padding: 0 50px;
    }

    .office-bearers-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        padding: 0 0%;
    }

    .hero-section {
        height: 1100px;
    }

}


@media only screen and (max-width: 991px) {

    .footer-sec {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .bearer-image img {
        width: 100%;
        height: 250px;
    }

    .bearer-name {
        font-size: 24px;
    }

    .hero-group-image {
        height: 400px;
        margin-top: -200px;
    }

    .aboutus-section {
        flex-direction: column-reverse;
    }

    .left-about-sec {
        width: 100%;
    }

    .right-about-sec {
        width: 90%;
        justify-content: center;
    }

     .padding-100 {
        padding-top: 80px;
    }


}

@media only screen and (max-width: 768px) {

    .right-about-sec img {
        height: 350px;
    }
}

@media only screen and (max-width: 767px) {

    .common-container {
        padding: 0 30px;
    }

    .hero-group-image {
        height: 300px;
        margin-top: -150px;
    }

    .awards-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .award-image img {
        height: 400px;
    }

    .office-bearers-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .bearer-image img {
        width: 100%;
        height: 320px;
    }

}

@media only screen and (max-width: 650px) {


    .hero-section {
        height: 700px;
        background-size: 170%;
        object-fit: cover;
    }

    .hero-title {
        font-size: 40px;
        padding-top: 150px;
    }

    .image-mobile-show {
        display: block;
    }

    .image-mobile-hide {
        display: none;
    }

    .padding-100 {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 550px) {

    .common-container {
        padding: 0 20px;
    }

    .footer-sec {
        grid-template-columns: repeat(1, 1fr);
    }

    .hero-group-image {
        height: 250px;
        margin-top: 20px;
        border-radius: 10px;
    }

    .award-image img {
        height: auto;
    }

    .awards-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .office-bearers-wrap {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 10%;
    }

    .bearer-image img {
        width: 100%;
        height: auto;
    }

    .right-about-sec img {
        height: 300px;
    }

    .right-about-sec {
        width: 100%;
    }

    .right-about-sec img {
        width: 57%;
    }

    .padding-100 {
        padding-top: 50px;
    }

}


@media only screen and (max-width: 400px) {

    .common-container {
        padding: 0 15px;
    }

    .hero-title {
        font-size: 36px;
        padding-top: 150px;
    }

    .hero-section {
        height: 650px;
    }

    .right-about-sec img {
        height: 270px;
    }

    .common-title {
        font-size: 30px;
    }

    .common-para {
        font-size: 18px;
        line-height: 28px;
    }

    .padding-100 {
        padding-top: 40px;
    }
}


@media only screen and (max-width: 360px) {

    .office-bearers-wrap {
        padding: 0 0%;
    }
}