

@media (max-width:1444px) {
    .leader .lead-box {
        margin-top: 15px;
    }
}

@media (max-width:1366px) {
    
}

@media (max-width:1024px) {
    .banner-home .img-wrapper-bnr img {

        height: 50vh;
    }
    .common-heading {
        font-size: 38px;
    }
    .about-us-home .common-bottom {
        margin-top: 0rem;
    }

    .upcoming .g-content {
        padding: 28px;
    }

    .news-m .blog-content .blog-user a {
        margin-right: 13px;
    }
    .upcoming .g-item {
        position: relative;
        max-height: 378px;
        overflow: hidden;
    }

    
}

@media (max-width:768px) {
    header nav ul li a {
        padding: 8px 20px;
    }
    .banner-home .img-wrapper-bnr img {
        height: 80vh;
    }
    .about-us-home .common-bottom {
        font-size: 5.5rem;
        margin-top: 1rem;
    }
    .about-us-home .about-img-wrappe {
        position: relative;
        margin-top: 15px;
    }

    .cal-to-act .call-p img {
        margin-left: 0;
        max-width: 244px;
    }

    .call-p {
        padding-left: 20px;
    }
    .upcoming .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    /* .about-m .about-img-wrappe img {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    } */

    .about-us-home .about-img-wrappe {
        text-align: center;
    }
    .big-add .about-img-wrappe {
        text-align: center;
    }

    .big-add .common-heading {
        margin-top: 10px;
    }

    .leader .lead-box .team-name h4 {
        font-size: 20px;
    }

    .leader .lead-box .team-name h5 {
        font-size: 12px;
        line-height: 26px;
        color: black;
        font-weight: 500;
        margin-bottom: 0;
    }

    /* .leader .lead-box .team-name {
        position: absolute;
        bottom: -46px;
        width: 100%;
        padding: 50px 7px;
        z-index: 3;
        transition: all 0.3s;
    }
     */

    .blog-inner {
        margin-top: 20px;
    }

    .leader .lead-box {
        margin-top: 15px;
    }
    
    .join-content img{
       max-width: 260px;
    }
    .join-content{
        text-align: center;
    }

    .blog-latest{
        margin-top: 30px;
    }

    .mobile-d{
        display: block !important;

    }
    .long-d{
        display: none !important;
    }
    .upcoming .g-item {
        max-height: fit-content;
    }
    header .navbar-nav #menu-main-menu-en li a {
        padding: 8px 20px;
    }
    
    header .navbar-nav #menu-main-menu-fr li a {
        padding: 8px 20px;
    }
    
}

@media (max-width:576px) {
    .beard-head .bread h2 {
        font-size: 34px;
        font-weight: 700;
        color: var(--theme-color);
    }

    .leader .lead-box {
        margin-top: 10px;
    }

    .leader .lead-box .img-box::after {
        left: 16px;
        width: 92%;
    }

    .leader .lead-box {
        margin-top: 10px;
        text-align: center;
    }

    .contact-p iframe{
        height: 300px;
    }

    .leader .lead-box .team-name h5 {
        font-size: 15px;
        line-height: 26px;
        color: var(--theme-color);
        font-weight: 500;
        margin-bottom: 3px;
        color: rgb(0, 0, 0);
    }

    .news-m .blog-content {
        padding: 10px;
        background-color: #f8f8f8;
    }

    .blog-inner {
        margin-top: 20px;
    }

    .sponser-m .sponser-logo {
        grid-template-columns: repeat(2, 1fr);
    }

   .con-box{
    margin-bottom: 10px;
   }

   .contact-main-p iframe{
    height: 400px;
   }
   .quick.quick-links-box {
    padding-top: 5px;
    border-top: 0px solid rgb(185, 185, 185);
    margin-top: 23px;
}
.quick-links-box #menu-footer-menu {
    display: block;
}
  
}

@media (max-width:425px){
    .banner-home .img-wrapper-bnr img {
        height: 52vh;
    }

    header .logo-wrapper img {
        max-width: 72%;
        width: auto;
    }

    .common-heading {
        font-size: 34px;
    }
    .about-us-home .common-bottom {
        font-size: 3rem;
        margin-top: 1rem;
    }
    .common-space {
        padding: 35px 0;
    }
    .cal-to-act .call-p img {
        margin-left: 0;
        max-width: 244px;
        margin-bottom: 10px;
    }
    .call-box .common-heading {
        font-size: 42px;
    }

    .call-p {
        text-align: center;
        padding-left: 0;
    }

    .cal-to-act .call-p .call-box {
        float: none;
    }

    
}

@media (max-width:375px) {
    
    .common-heading {
        font-size: 29px;
    }
    .about-us-home .common-bottom {
        font-size: 2.8rem;
        margin-top: 1rem;
    }

    .leader .lead-box .img-box::after {
        left: 0px;
        width: 100%;
    }
    
   
}

@media (max-width:320px) {
    header nav ul li a {
        padding: 8px 8px;
    }

    
    .common-heading {
        font-size: 25px;
    }

    .about-us-home .common-bottom {
        font-size: 2.3rem;
        margin-top: 1rem;
    }

    .sponser-m .sponser-logo {
        grid-template-columns: repeat(1, 1fr);
    }

    .news-single .common-heading {
        font-size: 21px;
    }

    .news-single .blog-content .blog-user a {
        margin-right: 5px;
    }
}