@media(max-width:1200px){
    .side-menu2 {
        width: 312px;
        padding: 16px 14px;
    }
.side-menu2 .sub-menu::before{
    display: none!important;
}
    .side-menu2 > ul ul li a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        padding: 13px 0;
      }
      
      /* la ligne */
      .side-menu2 > ul ul li a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px; /* distance sous le texte */
        width: 100%;
        height: 2px;
        background-color: #00810d; /* couleur de la ligne */
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.35s ease;
      }
      
      /* hover */
      .side-menu2 > ul ul li a:hover::after {
        transform: scaleX(1);
      }
      .menu-item-has-children a::before{
        display: none;
      }      
      .side-menu2 .sub-menu::after
        {
            content: "\e82b" !important;
            position: absolute;
            right: 0;
            top: -26px;
            font: 400 normal 5px / 20px "fontello";
        }
        .side-menu2 .sub-menu::before{
            display: none;
        }
        html[lang="ar"] .hamburger {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 5px;
        right: inherit;}
        .hero-content2 img {
            height: 100vh;
            object-fit: cover;
            object-position: left;
        }
        .choose-us-sec2 .sec-title {
            margin-bottom: 53px;
        }
        .ibt-section-gap {
            padding-top: 0px; 
        }
        .header-logo img {
            width: 75px;
            padding: 13px 0 0 0px;
        }
        .ibt-section-gap {
            padding-top: 0px;
            padding-bottom: 0 !important;
        }
        .project-title {
            font-size: 19px;
        }
        .project-text {
            font-size: 19px;
        }
        .timeline-line .timeline-item{
            width:100%!important;
        }
        .project-text {
        font-size: 19px;
    }
        .project-title {
        font-size: 19px;
    }
        .partnership-intro, .partnership-list li {
        font-size: 19px;
        text-align: justify;
    }
        .psc-block li {
        font-size: 19px;
    }
        .component-card li {
        font-size: 19px;
    }
    p ,li{
        font-size: 19px!important;
        text-align:justify;
    }
        .ser-content .title {
        max-width: 100%;
    }
    /* html[lang="ar"] .hero-text2 {
    position: absolute;
    top: 39%;
    right: 0%;
    left: auto;
    width: 100%;
    z-index: 9999;
} */

    html[lang="ar"] .hero-text2 {
        position: absolute;
        top: 56%;
        right: 43%;
        left: auto;
        width: 100%;
        z-index: 9999;
    }
html[lang="ar"] .menu-btns
 {
    direction: ltr;
 }
 html[lang="ar"] .side-menu2 > ul ul
 {
    padding: 10px 20px 0 0px;
 }
 html[lang="ar"] .side-menu2 .sub-menu::after {
        content: "\e82b" !important;
        position: absolute;
        right: -12px;
 }
        
}


@media(max-width:1200px){
    html[lang="ar"] .hero-text2 {
        position: absolute;
        top: 39%;
        right: 0%;
        left: auto;
        width: 100%;
        z-index: 9999;
    } 
}