.menu-btn {
    position: absolute;
    top: 35px;
    left: 20px; /* RTL */
    z-index: 2000;
    cursor: pointer;
}
.menu-icon,
.menu-icon::before,
.menu-icon::after {
    width: 32px;
    height: 4px;
    background: var(--secondry-color);
    display: block;
    transition: 0.4s ease;
    border-radius: 4px;
    position: relative;
}
.menu-icon::before,
.menu-icon::after {
    content: "";
    position: absolute;
    left: 0;
}
.menu-icon::before {
    top: -10px;
}
.menu-icon::after {
    top: 10px;
}
.menu-btn.active .menu-icon {
    background: transparent;
}
.menu-btn.active .menu-icon::before {
    transform: rotate(45deg);
    top: 0;
}
.menu-btn.active .menu-icon::after {
    transform: rotate(-45deg);
    top: 0;
}
.sidebar {
    position: fixed;
    top: 0;
    left: -299px;
    width: 280px;
    height: 100vh;
    background: var(--white-color);
    padding: 80px 30px;
    box-shadow: 8px 0 25px rgba(0,0,0,0.4);
    transition: 0.45s cubic-bezier(.68,-0.55,.27,1.55);
    z-index: 1999;
    backdrop-filter: blur(20px);
    overflow: auto;
}
.sidebar.open {
    left: 0;
}
.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
}
.sidebar ul li {
    margin-bottom: 25px;
}
.sidebar ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    transition: 0.3s;
}
.sidebar .interest {
    margin-right: 2rem;
    background: var(--secondry-color);
    padding: 1.4rem;
}
.sidebar ul li a:hover {
    transform: translateX(8px);
    color: #0fa;
}
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(3px);
    opacity: 0;
    pointer-events: none;
    transition: 0.4s ease;
    z-index: 1500;
}

.sidebar-overlay.show {
    opacity: 1;
    pointer-events: all;
}
@media  (max-width: 767px) {
    html{
        font-size: 8px;
    }
    header .dropdown-toggle:before{
        left:8rem;
    }
    header .dropdown-menu li{
        padding:0;
        margin-bottom: 0;
        margin-top: 1rem;
    }
    header .dropdown-menu{
        position: initial !important;
        margin-left: 52px;
        border: none;
        transform: none !important;
    }
    .header__btns .wpml-ls li a{
        background:transparent;
        color: var(--black-color) !important;
    }
    .main__slider .content{
        top: 19%;
        padding-right: 4rem;
    }
    .main__slider .content p{
        font-size:2rem;
    }
    .header__logo {
        width: 100%;
        text-align: center;
    }
    .wpml-ls {
        display: inline-block;
        padding: 0 !important;
        border: 0 !important;
    }
    .wpml-ls li a {
        height: 6rem;
        padding: 1.4rem 4rem 1rem 1rem !important;
    }
    .section {
        min-height: unset
    }
    .next-section {
        margin-top: unset;
        opacity: 1;
        transform: unset;
    }
    .main__slider .shape {
        width: 6rem;
        height: 12rem;
    }
    /* about__section */
    .about__section {
        padding: 2rem;
    }
    .about__section .row {
        flex-direction: column;
    }
    .about__section .about__content {
        padding: 0;
        text-align: justify;
        display: block !important;
    }
    .about__section .about__container .about__items{
        bottom: 0;
        display:block !important;
        position: relative;
        margin-top: -47px;
    }
    .about__section .about__content .main__title{
        padding:0;
    }
    .about__section .about__content .main__content p{
        font-size: 2rem;
        padding-bottom: 3rem;
    }
    .about__item{
        padding:2rem 0;
    }
    .topTitle{
        display:block;
    }
    .sectors__section{
        margin:0;
    }
    .sectors__section .item{
        padding: 2rem;
    }
    .sectors__section .item .caption{
        margin:2rem;
    }
    .sectors__section.sectorPage .item{
        margin: 1rem 0;
        padding: 0;
    }
    .sectors__section.sectorPage .item .caption{
        padding:0;
        margin: 9px 4px;
    }
    .more{
        text-align:center;
    }
    .members__section .more a, .sectors__section .more a{
        background:var(--secondry-color);
    }
    .members__section .more{
        margin:2rem 0;
    }
    .members__section .more a{
        background:var(--main-color);
    }
    .main__title .subtitle{
        line-height: 1.5;
        width:auto;
        font-size: 2.2rem;
    }
    .members__section .item{
        margin:0 1rem;
        padding:2rem 1rem;
    }
    .members__section .item .image{
        width:100px;
        height:100px;
    }
    .members__section .item .image img{
        width:40%;
    }
    .numbers_section .row{
        margin:1rem;
    }
    .numbers_section .main__title .subtitle{
        width:auto;
    }
    .numbers_section .item{
        margin:2rem 0;
    }
    .numbers_section .col-lg-3:nth-of-type(3) .item:after{
        display:none;
    }
    .director_section .image1{
        top:0;
        left:0;
    }
    .director_section .image1 img{
        width:50%;
    }
    .director_section .image2{
        bottom:0;
        right:0;
    }
    .director_section .image2 img{
        width:50%;
    }
    /* partners__section */
    .partners__section .item {
        min-height: 10rem;
    }
    .partners__section .item .image{
        border-radius: 4rem;
        margin:2rem;
        height: 13rem;
    }
    .partners__section .main__title .subtitle{
        width: 72%;
        font-size: 2.3rem;
        line-height: 1.5;
    }
    /* media__section */
    .media__section .item {
        margin: 0;
    }
    .media__section .item img {
        text-align: center;
        margin: auto;
        
    }
    .media__section{
        padding:3rem 0;
    }
    .media__section .item .caption p{
        font-size:2rem;
    }
    /* footer */
    footer .footer__top .d-flex {
        flex-direction: column;
        align-items: start !important;
    }
    footer .footer__top .left-side .social-bar a {
        width: 4rem;
        height: 4rem;
    }
    footer .footer__bottom .d-flex {
        flex-wrap: wrap;
    }
    footer .footer__bottom .d-flex > div {
        flex: 1 1 100%;
        margin-bottom: 1rem;
    }
    footer .copyrights-area .d-flex {
        flex-direction: column;
        align-items: center;
    }
    footer .footer__top #menu-footer-menu li{
        width:100%;
        padding:1rem 0;
    }
    footer .footer__top .footer-menu{
        padding:0;
    }
    footer h5{
        font-size:2.6rem;
    }
    footer .contact__info{
        padding:2rem 0;
    }
    .copyrights-area > div{
        display:block !important;
        text-align: center;
    }
    .copyrights-area .rowaad{
        text-align:center;
        justify-content:center;
    }
    .copyrights-area{
        padding:1rem;
    }
    .copyrights-area a, .copyrights-area .rowaad a{
        font-size:1.5rem;
    }
    footer .footer__top .social-bar a{
        width:4rem;
        height:4rem;
    }
    footer .contact__info ul li a .icon{
        width:6rem;
        height:6rem;
    }
    footer .footer__top #menu-footer-menu li a{
        font-size:2rem;
    }
    #breadcrumbs {
        background-attachment: unset !important;
        background-size: cover !important;
        padding: 4rem 0rem;
    }
    /* page__about */
    .page__about .wp-block-columns ,
    .page__about .wp-block-group {
        padding: 2rem
    }
    .history_block .history_title{
        font-size:2.3rem !important
    }
    .page__about .wp-block-columns p{
        font-size:2rem !important
    }
    .history_block .history_img2 img{
        position:initial;
    }
    .history_block figure{
        padding-left:0;
    }
    /* project_single */
    .contactPage .container-fluid {
        padding-right: 15px;
    }
    .contactPage .contact__info {
        padding: 2rem;
    }
    .contactPage .gform_wrapper .gform_fields .gfield textarea, .contactPage .gform_wrapper .gform_fields .gfield select, .contactPage .gform_wrapper .gform_fields .gfield input {
        padding:1.5rem !important
    }
    .coverPage .content{
        display:block;
    }
    .coverPage .content .sectorlogo img{
        width:50%;
    }
    .moreOptions{
        display:none;
    }
    .header__btns .btn--search{
        width:40px;
        height:40px;
    }
     .header__btns .btn--search svg{
         width:20px;
     }
}
/* Mobile (Default) */

/* Laptop */
@media (max-width: 992px) {
    html{
        font-size: 9px;
    }
    .main__slider .content{
        top: 16%;
        padding-right: 0;
    }
    .header__logo {
        width: 100%;
        text-align: center;
    }
    .wpml-ls {
        display: inline-block;
        padding: 0 !important;
        border: 0 !important;
    }
    .wpml-ls li a {
        height: 6rem;
        padding: 1.4rem 4rem 1rem 1rem !important;
    }
    .section {
        min-height: unset
    }
    .next-section {
        margin-top: unset;
        opacity: 1;
        transform: unset;
    }
    .main__slider .shape {
        width: 10rem;
        height: 17rem;
    }
    /* about__section */
    .about__section {
    }
    .about__section .about__content {
        text-align: justify
    }
    /* partners__section */
    .partners__section .item {
        min-height: 10rem;
    }
    .contactInfo_section .gform_wrapper .gform_fields .gfield select {
        height: 5.4rem !important;
    }
    footer .footer__bottom .d-flex > div li {
        font-size: 1.5rem;
    }
}

/* Desktop */
@media (max-width: 1200px) {
    .contactInfo_section .item a {
        padding: 0.7rem;
    }
}

/* Large screens */
@media (min-width: 1400px) {}
