*{
    box-sizing: border-box;
    margin: 0;
    font-family: SF Compact Display !important;
    font-weight: 300 !important;
}
.wrapper{
    overflow-x: clip;
}
html[lang="ar"] *{
    direction: rtl !important;
    font-family: 'Cairo' !important;
}

/* industries sidebar carousel */


div.industries-carousel.wp-block-columns{
    width: 175px;
    margin-left: 0 !important;
} 
.industries-carousel-mobile .owl-stage-outer.owl-height{
height: 100px!important;
}
html[lang="ar"] div.industries-carousel.wp-block-columns{
    margin-right: unset !important;
}

.industries-owl-carousel{
    width: 175px;
    background-color: #92C1517D;
    min-height: 450px;
    position: relative;
    border-radius: 10px;
}
.inner-overview-section-carousel-image{
    display: block;
    margin: auto;
    height: 65px !important;
    width: 65px !important;
}
.inner-overview-section-carousel-text{
    text-align: center;
    text-decoration: none;
    color: #FFFFFF !important;
}

/* added style using JS */
.industry-active h4{
    color: #009A49 !important;
}
.industry-active img{
    filter: invert(42%) sepia(66%) saturate(563%) hue-rotate(90deg) brightness(91%) contrast(90%);
}

/* hover effect on sidebar */
.inner-overview-section-carousel-text:hover h4{
    color: #009A49 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.inner-overview-section-carousel-text:hover img{
    filter: invert(42%) sepia(66%) saturate(563%) hue-rotate(90deg) brightness(91%) contrast(90%);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.inner-overview-section-carousel-text h4{
    font-size: 14px;
    font-weight: 200 !important;
}
.inner-overview-section-carousel-items{
    padding: 15px;
    width: 175px;
    height: 100px;
}

.industries-owl-carousel .owl-nav{
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* currently selected page css */

.navbar-nav .current-menu-item a{
    background-color: #92C151;
    color: white !important;
}
.navbar-nav .current-menu-ancestor > a:first-child{
    background-color: #92C151;
    color: white !important;
}



div.industries-carousel-mobile.wp-block-columns{
    margin-left: 0 !important;
    display: none;
} 
.industries-owl-carousel-mobile{
    width: 175px;
    background-color: #92C1517D;
    border-radius: 10px;
}
.inner-overview-section-carousel-image-mobile{
    display: block;
    margin: auto;
    height: 65px !important;
    width: 65px !important;
}
.inner-overview-section-carousel-text-mobile{
    text-align: center;
    text-decoration: none;
    color: #FFFFFF !important;
}
.inner-overview-section-carousel-text-mobile h4{
    font-size: 14px;
    font-weight: 200 !important;
}
.inner-overview-section-carousel-items-mobile{
    padding: 5px;
    width: 175px;
    height: 100px;
}
.industries-owl-carousel-mobile .owl-nav{
    position: absolute;
    bottom: 0;
    width: 100%;
}
@media screen and (max-width: 765px){
    div.industries-carousel.wp-block-columns{
        display: none;
    }
    div.industries-carousel-mobile.wp-block-columns{
        display: flex;
    }
}
/* .industries-owl-carousel{
    transform: rotate(90deg);
    width: 270px;
    margin-top: 100px;
}
.sidebar-industries-item{
    transform: rotate(-90deg);
    text-align: center;
    width: 100px !important;
}
.sidebar-industries-item a{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white !important;
    text-decoration: none;
}
.sidebar-industries-item a img{
    max-width: 125px !important;
    height: 60px;
}
.sidebar-industries-item a span{
    padding-top: 15px;
}
.industries-owl-carousel .owl-stage{
    display: flex;
    align-items: center;
}
.industries-owl-carousel .owl-stage .owl-item{
    max-width: 100px !important;
}
.industries-owl-carousel .owl-nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: calc(50% - 33px);
}
div.industries-owl-carousel .owl-nav .owl-prev,
div.industries-owl-carousel .owl-nav .owl-next{
    font-size: 36px;
    top: unset;
    bottom: 15px;
} */




/* homepage CSS  */
.entry-header{
    display: none;
}
.entry-content{
    margin: 0 !important;
}

.homepage-who-we-are{
    background-color: #1D1D1D85;
    border-radius: 10px;
    max-width: 40%;
    margin: 30px !important;
    padding: 25px;
}
.homepage-who-we-are h2{
    margin-bottom: 1rem;
    font-weight: 400 !important;
}
.homepage-who-we-are p{
    font-size: 19px;
}
.homepage-industries-head{
    font-size: 50px;
    padding-top: 100px;
}
.homepage-carousel{
    padding: 0 65px;
}
.homepage-carousel-item{
    text-align: center;
}
.homepage-carousel-item a{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white !important;
    text-decoration: none;
}
.homepage-carousel-item a img{
    max-width: 125px !important;
    height: 60px;
}
.homepage-carousel-item a span{
    padding-top: 15px;
}
.homepage-carousel .owl-stage{
    display: flex;
    align-items: center;
}
.owl-nav{
    display: block !important;
}
.homepage-carousel-left-arrow {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 0%;
    left: -10%;
    display: block !important;
    border:0px solid black;
}
.reports-left-arrow{
    width: 15px;
    height: 100px;
    position: absolute;
    top: 30%;
    left: -7%;
    display: block !important;
    border: 0px solid black;
}

.homepage-carousel-right-arrow {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 0%;
    right: -10%;
    display: block !important;
    border:0px solid black;
}
.reports-right-arrow{
    width: 15px;
    height: 100px;
    position: absolute;
    top: 30%;
    right: -7%;
    display: block !important;
    border: 0px solid black;
}

.homepage-partners-carousel-item{
    text-align: center;
}
.chemicals-img img {
    padding: 5px 5px 5px 0px !important;
    border-left: 0 !important;
    border-right:1px solid #92C151!important;
}
html[lang="ar"] .nav-item a:after{
    margin: 0 5px!important;
}

.homepage-diagram-wrapper{
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/image-29.svg);
    background-size: 57%;
    background-repeat: no-repeat;
    background-position: right;
    padding: 65px;
}
.homepage-diagram{
    gap: 0.5rem !important;
}
.homepage-diagram-head-wrapper{
    gap: 0 !important;
    padding: 0 115px;
}
.homepage-diagram-header{
    max-width: 21%;
}
.homepage-diagram-header h2{
    margin: 0;
    min-width: 80%;
}
.homepage-diagram-header-text{
    max-width: 35%;
    font-size: 23px;
}
.homepage-diagram-header-text p strong{
    font-weight: bolder !important;
}
.homepage-diagram-header-text p{
    margin: 0;
}
.homepage-diagram-images-main-text{
    margin: 0 !important;
    font-weight: 400 !important;
}
.hompage-diagram-second-arrow{
    margin: 0 !important;
}
.homepage-arrows{
    margin: 15px 0 15px 0 !important;
}
.phone-display{
    display: none;
}
@media screen and (max-width: 765px){
    .homepage-who-we-are{
        max-width: 100%;
    }
    .homepage-diagram-header{
        max-width: 100%;
    }
    .homepage-diagram-header-text{
        max-width: 100%;
    }
    .no-phone-display{
        display: none;
    }
    .phone-display{
        display: block;
    }
    .homepage-diagram-head-wrapper{
        padding: 0;
    }
}


/* Main menu CSS  */


.container-fluid{
    margin: 15px 0;
}
.navbar-expand-md .navbar-collapse{
    display: flex;
    justify-content: end !important;
    margin-right: 3%;
}

.navbar{
    background-color: transparent !important;
    /* border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3; */
    padding: 0;
    text-align: center;
}
.navbar-nav{
    margin: 0;
}
.nav-item a{
    padding: 10px 0;
    color: rgba(0,0,0,.55) !important;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    display: block;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-weight: 400 !important;
    border-radius: 10px;
    font-size: 16px;
}
.nav-item a:hover{
    background-color: #92C151;
    color: white !important;
}


.logo-wrapper{
    padding: 10px 20px;
}
.logo-and-text{
    display: flex;
    align-items: center;
}
.logo{
    max-width: 200px;
    height: 90px;
}
.logo-side{
    display: inline-block;
    max-width: 206px;
}
.logo-side a{
    display: block;
}
.text-side{
    display: inline-block;
    width: calc(100% - 216px);
    margin-left: 10px;
}
.logo-text{
    color: #169244;
    border-left: #169244 1px solid;
    line-height: 20px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 0 12px;

}
html[lang="ar"] .logo-text{
    border-right: #169244 1px solid;
    border-left: none;

}



.logo-text li{
    font-weight: 400 !important;
}

.contact-us a{
    text-decoration: none;
    color: #FFFFFF !important;
    background-color: #009A49;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 400 !important;
}
.contact-us a:hover{
    color: #009A49 !important;
    background-color: #FFFFFF;
    border: 1px solid #009A49;
}
.contact-us{
    margin: auto 0;
    text-align: center;
    margin: 30px 0 10px 0;
}

html[lang="ar"]  .contact-us{
    text-align: start!important;
}
.contact-us-button-in-menue{
    display: none;
}
@media screen and (max-width: 765px){
    .navbar-expand-md .navbar-collapse{
        display: block;
        margin-right: 0;
    }
    .collapse:not(.show){
        display: none !important;
    }
}



/* industries-aerospace body */



.inner-overview-section{
   padding-top: 50px !important;
    align-items:flex-end !important;
}
.inner-overview-section-overview{
    font-weight: 400 !important;
    margin-bottom: 25px !important;
}
.inner-overview-section-overview-text{
    max-width: 90% !important;
    line-height: 30px;
    font-size: 20px;
}
.inner-focus-and-benefits-sections{
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/third-section-background.svg);
    background-repeat: no-repeat;
    background-size: 850px;
    background-position: -35px 435px;
}
.inner-focus-and-benefits-sections-short{
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/third-section-background.svg);
    background-repeat: no-repeat;
    background-size: 650px;
    background-position: -35px -47px;
}
.inner-focus-section-image img{
    height: 400px !important;
    object-fit: cover;
    width: 100%;
    padding: 5px 5px 5px 0;
    border: 1px solid #92C151;
    box-shadow: 0px 4px 9px 0px #999AA42E;
    border-radius: 10px;
    border-left: none;
}

html[lang="ar"] .inner-focus-section-image img {
    padding: 5px 0 5px 5px;
    border-right: none;
    border-left: unset;
}

html[lang="ar"] .dropdown-menu{
    text-align: right!important ;
}
.inner-focus-section-industry-area{
    padding: 40px 20px 35px 20px;
}
.inner-focus-section-industry-area h2{
    max-width: 90%;
    padding: 0 60px;
    font-size: 40px;
    margin-bottom: 25px;
}
.inner-focus-section{
    padding-top: 50px;
}
.inner-focus-section-industry-area-advancing h3{
    font-size: 24px;
    margin: 15px 0;
}
.inner-focus-section-industry-area-innovation::after{
    content: '';
    position: relative;
    border-left: 1px solid;
    border-right: 1px solid;
    display: block;
    height: 80px;
    top: -43%;
}
.inner-focus-section-industry-area-innovation h3{
    font-size: 24px;
    margin: 15px 0;
}
.inner-focus-section-industry-area-localization h3{
    font-size: 24px;
    margin: 15px 0;
}
.inner-benefits-section{
    padding-bottom: 100px;
    padding-top: 50px;    
    text-align: -webkit-center;
}
.inner-benefits-section-content{
    border-top: 1px solid;
    padding-top: 50px;
    max-width: 80%;
}

.inner-benefits-section-content-items::before{
    content: '';
    display: block;
    border-left: 1px solid black;
    height: 10px;
    position: relative;
    top: -50px;
    left: 1px;
    width: 1px;
}



.inner-market-info-section-card-wrapper{
    justify-content: center;
    padding-bottom: 130px;
    max-width: 90% !important;
}
.inner-market-info-section-card-left{
    border-radius: 0 0 0 50px;
    max-width: 30%;
    padding: 15px 20px;
}
.inner-market-info-section-card-left-dark-text{
    padding-top: 20px;
}
.inner-market-info-section-card-right{
    border-radius: 0 0 50px 0;
    max-width: 30%;
    padding: 15px 20px;
}
.inner-market-info-section-card-right-second-row{
    padding-top: 20px;
    margin-bottom: 0.75rem !important;
}
.inner-market-info-section-text{
    padding-top: 50px;
    padding-bottom: 125px;
    line-height: 35px;
    font-size: 20px;
    max-width: 90% !important;
    margin: auto;
}

.inner-available-section{
    max-width: 85%;
    margin: 50px auto 60px;
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/fifth-section-inner-bacground-image.svg), url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/Group-392.svg);
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: 15% 100%,bottom;
    padding: 60px;
    border-radius: 33px;
}
.inner-available-section-content-header{
    font-weight: 400 !important;
}
.inner-available-section-content-text{
    font-size: 25px;
    max-width: 75%;
}
.inner-available-section-content-button-wrapper{
    display: flex;
    justify-content: flex-end;
}
.inner-available-section-content-button a{
    background-color: #99C352;
    border-radius: 9px;
    color: white !important;
}

@media screen and (max-width: 765px){
    .inner-focus-section{
        padding-top: 15px;
    }
    .inner-focus-section-industry-area h2{
        padding: 0;
        font-size: 30px;
    }
    .inner-focus-section-industry-area-innovation::after{
        display: none;
    }
    .inner-benefits-section-content-items::before{
        display: none;
    }
    .inner-market-info-section-card-left{
        border-radius: 15px;
        max-width: 100%;
    }
    .inner-market-info-section-card-right{
        border-radius: 15px;
        max-width: 100%;
    }
    .inner-available-section-content-text{
        max-width: 100%;
    }
    .inner-focus-and-benefits-sections{
        max-width: 90%;
        margin: auto;
    }
    .inner-focus-and-benefits-sections-short{
        max-width: 90%;
        margin: auto;
        background-size: 450px;
    }
}


/* industries spcial classes css */

.inner-benefits-section-content-no-top-line{
    padding-top: 50px;
    max-width: 80%;
}
.inner-focus-section-image-no-height-limit{
    object-fit: cover;
    width: 100%;
}
.inner-focus-section-image-no-height-limit img{
    height: 525px !important;
    object-fit: cover;
    width: 100%;
    padding: 5px 5px 5px 0;
    border: 1px solid #92C151;
    box-shadow: 0px 4px 9px 0px #999AA42E;
    border-radius: 10px;
    border-left: none;
}

html[lang="ar"] .inner-focus-section-image-no-height-limit img {
    padding: 5px 0 5px 5px;
    border-right: none;
    border-left: unset;
}

.inner-focus-section-industry-area-items{
    margin: 25px 0;
}
.inner-focus-section-building{
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/Group-41.svg);
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
.inner-building-materials-benefits-section{
    padding-bottom: 100px;
    text-align: -webkit-center;
}
.inner-building-materials-benefits-section-text{
    font-weight: 400 !important;
    font-size: 40px;
    text-align: center;
}
.inner-focus-section-industry-area p{
    font-size: 24px;
    padding: 20px;
    text-align: justify;
}
.inner-focus-section-minerals{
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/Group-38.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding-bottom: 50px;
}
.inner-minerals-metals-benefits-section{
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/Group-20.svg);
    background-repeat: no-repeat;
    background-size: 450px;
    padding: 75px 200px 135px 200px !important;
    text-align: left !important;
    background-position: 75% 75%;
}
.inner-minerals-metals-benefits-section-content h3{
    text-align: left;
    font-weight: 400 !important;
    font-size: 35px;
}
.inner-focus-section-Pharmaceutical{
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/Group-37.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding-bottom: 50px;
}
.inner-Pharmaceutical-benefits-section-content{
    margin-bottom: 0 !important;
}
.inner-Pharmaceutical-benefits-section-second-row{
    width: 80%;
}
.inner-focus-section-industry-area h3{
    font-size: 30px;
    margin-bottom: 25px;
    max-width: 90%;
}
.inner-list-type-focus-section-industry-area h3{
    position: relative;
}
.inner-list-type-focus-section-industry-area p{
    font-size: 18px;
    padding: 0;
    margin: 0;
}
.inner-benefits-section-content-food{
    max-width: 65%;
}
.inner-benefits-section-content-items-left{
    margin-left: 35px;
}
.inner-benefits-section-content-items-right{
    margin-left: 75px;
}
.inner-benefits-section-content-items h5{
    font-weight: 400 !important;
    font-size: 24px;
    margin-bottom: 25px;
}
.inner-text-type-focus-section-industry-area{
    /* font-size: 22px !important; */
    font-size: 18px !important;
    padding: 20px;
    text-align: justify;

}
.inner-Renewables-benefits-section-content-items::before{
    display: none;
}
.no-padding-top{
    padding-top: 0;
}
.inner-automotive-focus-section-industry-area{
    padding: 70px 0px 35px 0px !important;
}
.inner-automotive-focus-section{
    gap: 0;
}
.industries-automotive-map-image{
    padding: 50px;
}
.inner-focus-section-industry-area-items figure{
    height: 72px;
    width: 72px;
}
.inner-focus-section-industry-area-items div{
    padding-left: 0 !important;
}
mark{
    font-weight: 400 !important;
}
.inner-focus-section-medical{
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/Group-39.svg);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    padding-bottom: 50px;
}
.inner-medical-benefits-section-content{
    max-width: 70%;
}    
.inner-Pharmaceutical-benefits-section-content-items figure{
    margin-bottom: 25px !important;
}
.inner-benefits-section-content-items h3{
    font-size: 35px;
}
.inner-focus-section-chemicals{
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/Group-40.svg);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    padding-bottom: 50px;
}
.additional-section-wrapper{
    background-image:url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/Group-40.svg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    padding: 65px 0;
}
.aerospace-additional-section{
    border: 1px solid #71767A82;
    box-shadow: 0px 4px 9px 0px #999AA42E;
    background-color: white;
    max-width: 85%;
    border-radius: 10px;
    margin: auto;
    font-size: 20px;
    padding: 50px;
    text-align: justify;
}

@media screen and (max-width: 765px){
    .industries-automotive-map-image{
        padding: 30px 0;
    }
    .inner-minerals-metals-benefits-section{
        padding: 0 0 200px 0 !important;
    }
    .inner-focus-section-Pharmaceutical{
        background-image: none;
    }
    .inner-benefits-section-content-no-top-line{
        max-width: 100%;
    }
    .inner-benefits-section-content-no-top-line h3{
        text-align: center;
    }
    .inner-focus-section-medical{
        background-image: none;
    }
    .inner-focus-section-chemicals{
        background-image: none;
    }
    .inner-list-type-focus-section-industry-area p{
        padding: 0 15px;
    }
    .inner-focus-section-industry-area-items{
        grid-template-columns: 25% auto !important;
    }
    .inner-focus-section-building{
        background-position: 100% 102%;
        background-size: 250px;
    }
    .inner-focus-section-image-no-height-limit img{
        height: 400px !important;
    }
    .inner-focus-section-industry-area h3{
        max-width: 100%;
    }
    .inner-focus-section-minerals{
        background-position: 100% 103%;
        background-size: 275px;
    }
}


/* about us overview css */


.about-us-overview-about-us-section-wrapper{
    min-height: 90vh;
    padding-bottom: 65px !important;
}
.about-us-overview-card-logo-wrapper{
    height: 72px;
    width: 72px;
    border-radius: 27px;
    margin: auto;
    position: relative;
    top: -35px;
}
.about-us-overview-card-logo-wrapper figure img{
    height: 72px;
    width: 72px;
    background-color: #92C151;
    padding: 3px;
    border-radius: 27px;
}
.about-us-overview-cards-wrapper{
    padding-bottom: 165px;
    position: relative;
}
.about-us-overview-cards-wrapper::before{
    content: '';
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/Group-35.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 10%;
    display: block;
    position: absolute;
    left: auto;
    right: auto;
    top: 63%;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
}
.about-us-overview-cards{
    max-width: 75%;
    margin: auto;
}
.about-us-overview-card-wrapper{
    border: 1px solid;
    border-radius: 10px;
    top: -50px;
    z-index: 100;
    background-color: white;
}
.about-us-overview-card-wrapper h2{
    font-weight: 400 !important;
}
.about-us-overview-card-wrapper p{
    width: calc(100% - 48px);
    margin: 25px auto;
    font-size: 18px;
    text-align: justify;
}
.bulleyes-image{
    background-color: #92C151;

}
.bulleyes-image figure img{
    background-color: transparent !important;
    position: absolute;
    left: 7%;
}
.about-us-overview-card-wrapper ul{
    padding: 0;
    line-height: 45px;
    padding-left: 20px;
    
}
.about-us-overview-card-wrapper ul li::marker{
    color: #99C352;
}
.about-us-overview-card-wrapper-vision{
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/Group-30.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
}
.about-us-overview-card-wrapper-mission{
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/Group-31.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
}
.about-us-overview-card-wrapper-strategy{
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/Group-32.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
}
.about-us-section-devider{
    font-weight: 400 !important;
    margin: 40px auto;
    font-size: 40px;
}
.about-us-offer-group{
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/third-section-background.svg);
    background-repeat: no-repeat;
    background-size: 650px;
    background-position: -35px -10px;
}
.about-us-offer-section{
    max-width: 90% !important;
    margin: auto;
}
.about-us-overview-ic-main-section-wrapper{
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/Group-36.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 30%;
    padding: 100px 0;
}
.about-us-overview-ic-main-section-wrapper .wp-block-group__inner-container{
    border: 1px solid #71767A82;
    box-shadow: 0px 4px 9px 0px #999AA42E;
    background-color: white;
    max-width: 90%;
    border-radius: 10px;
}
.ic-main-role-section-wrapper{
    max-width: 85%;
    margin: auto;
    margin-bottom: 45px;
}
.ic-main-role-section-item{
    margin: 0;
    margin-top: 20px;
}
.ic-main-role-section-item p{
    font-size: 24px;
    margin: 0;
}
.ic-main-role-section-item figure img{
    background-color: #92C151;
    width: 82px;
    height: 82px;
    padding: 7px;
    border-radius: 27px;
}
.ic-main-industries-wrapper{
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/third-section-background.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 750px;
}
.ic-main-industries-header{
    font-weight: 400 !important;
    margin: auto;
    margin-bottom: 65px;
    max-width: 85%;
}
.ic-main-industries{
    margin-bottom: 75px;
}
@media screen and (max-width: 765px){
    .about-us-overview-card-wrapper{
        margin-bottom: 30px !important;
    }
    .ic-main-role-section-item figure img{
        width: 62px;
        height: 62px;
    }
    .ic-main-role-section-item div{
        padding-left: 15% !important;
        padding-right: 15% !important;
    }
    .about-us-overview-cards-wrapper{
        background-position: 50% 100%;
        background-size: 90%;
        padding-bottom: 80px;
    }
    .about-us-overview-ic-main-section-wrapper{
        background-size: 265%;
    }
    .ic-main-industries{
        max-width: 90%;
        margin: 0 auto 75px auto;
    }
    .about-us-overview-cards-wrapper::before{
        background-position: 50% 30%;
    }
    .about-us-offer-group{
        background-size: 400px;
    }
    .ic-main-industries-wrapper{
        background-size: 400px;
    }
    .ic-main-role-section-item figure{
        align-self: self-start !important;
    }
}


/* investment Opportunities css */

.Investment-main-section{
    min-height: 500px !important;
}
.Investment-main-image-content {
    max-width: 90% !important;
    margin: auto;
}
.investment-main-section-text{
    max-width: 85% !important;
    line-height: 30px;
    font-size: 20px;
    margin: auto;
}
.investment-industries {
    max-width: 90%;
    margin: auto;
    margin-top: 65px;
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/third-section-background.svg);
    background-repeat: no-repeat;
    background-size: 650px;
    background-position: -35px -10px;
}
.Investment-economy-section{
    margin-top: 75px;
}
.Investment-economy-section h2{
    font-weight: 400 !important;
    font-size: 40px;
    margin-top: 25px;
}
.Investment-economy-section p{
    font-size: 20px;
    max-width: 60% !important;
    margin-top: 20px;
}
.Investment-economy-section-cards-wrapper{
    max-width: 60% !important;
}
.Investment-economy-section-cards{
    justify-content: center;
    padding-bottom: 45px;
}
.Investment-economy-section-card{
    height: 250px !important;
    max-width: 220px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
    border-radius: 10px;
}
.Investment-economy-section-card h5{
    max-width: 90%;
    margin: 0 auto;
    font-weight: 400 !important;
    font-size: 18px;
}
.Investment-growth-section-cards-wrapper{
    max-width: 80%;
    margin: auto;
}
.Investment-growth-section-card{
    border: 1px solid;
    border-radius: 10px;
    position: relative;
    top: -20px;
    z-index: 100;
    padding: 40px;
}
.Investment-Economic-growth-text{
    margin: 40px 0 25px 0;
}
.growth-and-location-group{
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/12/Frame.svg),url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/Group-92.svg) ;
    background-repeat: no-repeat;
    background-position: right, left bottom;
    background-size: 500px;
    min-height: 875px;
    padding-bottom: 250px;
}
.location-section-content-button a{
    border-radius: 12px;
    background: linear-gradient(93.9deg, #3CAA4C 8.1%, #81BC50 92.2%);
    color: white !important;
}
html[lang="ar"] .location-section-content-button img{
    transform: rotate(180deg);     
}

.location-section-content-button a:hover{
    color: white !important;
}
.location-section-content{
    gap: 1rem !important;
}
.location-section-content-button-wrapper{
    justify-content: flex-end;
}
.location-section-content-logo figure{
    margin-left: 0 !important;
}
.location-section-wrapper{
    max-width: 80%;
    margin: 55px 125px 0 125px;
}
.location-section-header{
    font-weight: 400 !important;
    font-size: 35px;
    margin-bottom: 30px;
}
.location-section-text{
    font-size: 24px;
    max-width: 75%;
    margin-bottom: 45px;
    text-align: justify;
}
.investment-achievements-cards-wrapper{
    margin: auto;
    background-color: #F8F8F8;
    border: 1px solid #D1D1D1;
    border-radius: 75px 75px 0 0;
    height: 950px;
    margin-bottom: 325px;
}
.investment-achievements-cards-wrapper2{
    max-width: 85%;
    margin: auto;
}
.investment-achievements-first-col-cards-wrapper{
    position: relative;
    top: -45px;
}
.investment-achievements-second-col-cards-wrapper{
    position: relative;
    top: -45px;
}
.investment-achievements-third-col-cards-wrapper{
    position: relative;
    top: -45px;
}
.investment-achievements-card{
    border: 1px solid #71767A82;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 4px 9px 0px #999AA42E;
    height: 400px;
    padding: 30px;
}
.investment-achievements-card-header{
    font-size: 30px;
    font-weight: 400 !important;
    margin: 15px 0 30px 0;
}
.investment-achievements-card-text{
    font-size: 16px;
}
.investment-achievements-card-image{
    height: 130px;
}
.investment-achievements-card-image figure img{
    height: 130px;
}
@media screen and (max-width: 765px){
    .location-section-wrapper{
        margin: 125px auto;
    }
    .location-section-header{
        text-align: center;
    }
    .location-section-text{
        max-width: 100%;
    }
    .Investment-economy-section p{
        max-width: 100% !important;
    }
    .investment-achievements-card-image figure img{
        max-height: 100px;
    }
    .investment-achievements-first-col-cards-wrapper{
        position: initial;
    }
    .investment-achievements-second-col-cards-wrapper{
        position: initial;
    }
    .investment-achievements-third-col-cards-wrapper{
        position: initial;
    }
    .investment-achievements-cards-wrapper{
        height: 100%;
        border-radius: 0;
        margin-top: 0;
        margin-bottom: 0;
        border: none;
        padding: 50px 0;
    }
    .location-section-content-logo figure{
        margin-right: auto !important;
    }
    .location-section-content{
        max-width: 85%;
        margin: 30px auto;
    }
    .growth-and-location-group{
        padding-bottom: 50px;
    }
    .investment-invest-saudi-logo{
        text-align: -webkit-center;
    }
    .investment-invest-saudi-logo > div{
        max-width: 165px;
    }
}


/* board of directors css */

.wp-block-cover-is-layout-constrained .about-us-main-image-header{
    font-weight: 400 !important;
    margin-left: 40px !important;
}
.chairman-wrapper{
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/third-section-background.svg);
    background-repeat: no-repeat;
    background-position: -6% 0%;
    padding: 50px 0 100px 0;
    overflow-x: hidden;
}
.chairman-wrapper .row{
    align-items: end;
}
.board-chairman .chairman-content{
    width: 33% !important;
}
.chairman-content{
    text-align: center;
    width: 75%;
    margin: auto;
    border-bottom: 2px solid #009A49;
    margin-top: 50px;
}
.chairman-content img{
    max-width: 340px;
    max-height: 220px;
}
.chairman-content h3{
    color: #009A49;
    margin-top: 15px;
}
.chairman-content p{
    color: #969696;
}
.chairman-content::after{
    content: '';
    position: relative;
    border-left: 2px solid #009A49;
    border-right: 2px solid #009A49;
    display: block;
    height: 15px;
}
@media screen and (max-width: 765px){
    .board-chairman .chairman-content{
        width: 75% !important;
    }
    .chairman-wrapper{
        background-position: 20% 0%;
    }
    .wp-block-cover-is-layout-constrained .about-us-main-image-header{
        margin: 0 !important;
    }
}


/* media news page css */


.news-section-wrapper{
    background-image: linear-gradient(180deg, rgba(12, 12, 12, 0.06) 0%, rgba(21, 21, 21, 0.68) 100%),
    url(image\ 49.svg);
    background-repeat: no-repeat;
    background-size: 65% 100%;
    height: 500px;
    background-position: right;
    margin: 150px 75px 100px 100px;
}
.news-card{
    background-color: #FAFAFAB0;
    box-shadow: 0px 4px 15px 0px #565C7138;
    padding: 30px !important;
    margin: 65px 0px 0px 350px !important;
}
.news-card h5{
    color: #92C151;
}
.news-card p{
    color: #5A6865;
}
.news-card-date{
    color: #99C352;
}
.news-card-share-button a{
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
}
.news-card-share-button a span{
    margin-left: 10px;
    color: #99C352;
}
.news-card-share-button a img{
    width: 24px !important;
    height: 24px;
}


/* announcements page css */


.single-announcements .entry-header{
    display: block !important;
    color: #92C151;
    max-width: 80%;
    margin: 75px auto 0 auto;
    padding: 0px;
    text-align: start;
}

.announcement-see-more-page-text{
    max-width: 80%;
    margin: 10px auto 150px auto !important;
    font-size: 22px;
}
.entry-title{
    font-weight: 400 !important;
    font-size: 40px;
    margin: 0;
}
.announcements-card-wrapper{
    background-color: white;
    border: 1px solid #71767A82;
    box-shadow: 0px 4px 9px 0px #999AA42E;
    background-repeat: no-repeat;
    background-position: 15%;
    background-size: 85px;
    max-width: 99%;
    padding: 30px;
    min-height: 300px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.announcements-card-wrapper::before{
    content: ' ';
    display: block;
    position: absolute;
    left: 25px;
    top: 40%;
    width: 85px;
    height: 100%;
    opacity: 0.2;
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/Group-39578.svg);
    background-repeat: no-repeat;
    background-position: 15% 0;
}
.announcements-header{
    color: #92C151;
    border: 1px solid #71767A82;
    max-width: 80%;
    margin: auto;
    padding: 20px;
    box-shadow: 0px 4px 9px 0px #999AA42E;
    margin-top: 40px !important;
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/Group-39578.svg);
    background-repeat: no-repeat;
    background-position: 6% 50%;
    background-size: 65px;
}
.announcements-image{
    display: none !important;
}
.announcements-main-text{
    max-width: 70%;
    margin: auto;
    font-size: 22px;
    margin-top: 30px;
}
.wp-block-post-excerpt__more-text{
    text-align: end;
}
.announcements-main-text a{
    text-decoration: none;
    color: #92C151;
}
.announcements-main-text a img{
    margin-left: 10px;
}
.announcement-see-more-page-wrapper {
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/Group-92.svg);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding-top: 0px;
}
@media screen and (max-width: 765px){
    .announcements-main-text{
        max-width: 90%;
    }
    .announcements-header{
        max-width: 90%;
        background-image: none;
    }
    .announcements-wrapper{
        margin: 0 !important;
    }
    .single-announcements .entry-header{
        margin-top: 0px;
        background-image: none;
    }
    .single-announcements .entry-content p{
        max-width: 85%;
    }
}


/* reports page css */

.studies-and-reports-carousel-section-wrapper{
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 150px;
}
.studies-and-reports-carousel-section-wrapper::before{
    content: '';
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/Group-35.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 0%;
    display: block;
    position: absolute;
    left: auto;
    right: auto;
    top: 63%;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
}
.reports-carousel-wrapper{
    justify-content: center;
    padding-top: 50px;
}
.reports-carousel{
    max-width: 75% !important;
}
.reports-card-wrapper{
    background-color: white;
    border: 1px solid #71767A82;
    box-shadow: 0px 4px 9px 0px #999AA42E;
    background-repeat: no-repeat;
    background-position: 20%;
    background-size: 150px;
    max-width: 99%;
    padding: 30px;
    height: 300px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.reports-card-text{
    font-size: 25px;
    line-height: 36px;
}
.button-wrapper{
    width: 100%;
    margin-top: auto;
}
.reports-card-button{
    background-color: #99C352;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    color: white !important;
    display: block;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.reports-card-button:hover{
    background-color: white;
    border: 1px solid#99C352;
    color: #99C352 !important;
}
@media screen and (max-width: 765px){
    .studies-and-reports-carousel-section-wrapper::before{
        background-position: 50% 5%;
    }
}



/* careers page css */

.careers-page-header{
    font-weight: 400 !important;
    font-size: 40px !important;
}
.careers-header{
    padding-top: 150px;
}
.careers-form-wrapper{
    max-width: 60%;
    margin: 75px auto;
    border: 1px solid #D4DAD9;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 4px 9px 0px #999AA42E;
    margin-bottom: 10px;
    background-color: white;
}
.careers-linkedin-wrapper{
    max-width: 60%;
    margin: auto;
}
.careers-linkedin div{
    padding: 0 10px !important;
}
.careers-linkedin div p{
    margin: 0 !important;
    font-size: 20px;
    font-weight: 440 !important;
}
.careers-linkedin figure img{
    width: 50px;
    height: 50px;
}
.upload-cv{
    font-size: 20px !important;
    margin-bottom: 10px;
}
@media screen and (max-width: 765px){
    .upload-button{
        width: 100%;
    }
    .careers-form-wrapper{
        max-width: 90%;
    }
}



/* studies and reports form page css */

.studies-and-reports-form-wrapper{
    background-image: url(hhttps://falcon-clients.com/IC/wp-content/uploads/2023/09/Group-92.svg);
    background-repeat: no-repeat;
}

/* .first-section{
    background-image:linear-gradient(180deg, rgba(44, 44, 44, 0) 0%, #FFFFFF 100%), url(plane-engine-1.webp);
    background-size: cover;
}   

.first-section-carousel{
    width: 175px;
    margin: 100px 20px 0px 10px;
    background-color: #92C1517D;
}
.first-section-carousel-image{
    display: block;
    margin: auto;
}
.first-section-carousel-text{
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}
.first-section-carousel-text h4{
    font-size: 14px;
}
.first-section-carousel-items{
    padding: 5px;
    width: 175px;
}
.first-section-overview{
    text-align: center;
    max-width: 80%;
    margin: auto;
    line-height: 23px;
    padding-bottom: 30px;
}
.first-section-overview p{
    line-height: 30px;
}


.second-section{
    margin-top: 50px;
}
.second-section-image{
    background-image: url(second-section-image.webp);
    background-size: 750px;
    background-position: center;
}
.second-section-industry-area{
    padding: 30px;
    padding-top: 115px;
}
.second-section-industry-area-items{
    align-items: baseline;
}
.second-section-industry-area h2{
    font-size: 30px;
}
.second-section-industry-area-items .col-4 img{
    width: 75px;
}
.second-section-industry-area-items .col-4 h4{
    font-size: 16px;
}
.second-section-industry-area-items .col-4{
    text-align: center;
}
.second-section-industry-area-items .col-4:nth-child(even){
    border-left: 1px solid #303030;
    border-right: 1px solid #303030;
    padding: 10px;
}


.thrid-section{
    background-image: url(third-section-background.svg);
    background-repeat: no-repeat;
    background-size: 540px;
    background-position: 0px -70px;
    padding-bottom: 47px;
}
.third-section-content{
    text-align: center;
    max-width: 75%;
    margin: auto;
    margin-top: 200px;
    border-top: 1px solid;
    padding-top: 75px;
}
.third-section-content-text .col-3 h4{
    font-size: 20px;
}

.third-section-content-images .col-3{
    height: 100px;
    object-fit: contain;
}


.fourth-section{
    background-image: linear-gradient(180deg, rgba(12, 12, 12, 0.26) 30%, rgba(21, 21, 21, 0.99) 100%),
    url(objhbmn-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}
.fourth-section-card-wrapper{
    padding-top: 175px;
}
.fourth-section-card-left{
    background-color: #99C35491;
    border-radius: 0 0 0 50px;
    margin-right: 7px;
    padding: 10px;
}
.fourth-section-card-left .row{
    padding: 15px 10px 10px 10px;
}
.fourth-section-card-left-dark-text{
    padding-left: 15px;
}
.fourth-section-card-right{
    background-color: #99C35491;
    border-radius: 0 50px 0 0;
    margin-left: 7px;
    padding: 10px;
}
.fourth-section-card-right-first-row{
    padding: 15px 10px 10px 10px;
}
.fourth-section-card-right-second-row{
    padding: 0 15px;
}
.fourth-section-text{
    text-align: center;
    color: #FFFFFF;
    padding-top: 50px;
    line-height: 26px;
    font-size: 16px;
    max-width: 75%;
    margin: auto;
}

.fifth-section{
    padding-top: 75px;
    padding-bottom: 75px;
}
.fifth-section-content-wrapper{
    background-image: linear-gradient(180deg, rgba(0, 154, 73, 0.56) -10.53%, rgba(153, 195, 84, 0.47) 89.47%),
    url(fifth-section-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 80%;
    margin: auto;
    border-radius: 25px;
    background-position: bottom;
}
.fifth-section-text-content{
    padding: 25px 25px 0 40px;
}
.fifth-section-text-content .row .col-6{
    background-image: url(fifth-section-inner-bacground-image.svg);
    background-position: 0% 100%;
    background-size: cover;
    min-height: 175px;
    background-repeat: no-repeat;
}


.ic-top-banner img {
   width:100%!important;
}

.fifth-section-content-button{
    text-align: center;
    background-color: #99C352;
    box-shadow: 0px 4px 14px 0px #00000040;
    margin: auto 100px;
    padding: 10px;
    max-width: 135px;
    border-radius: 5px; 
    float: right;
    margin-bottom: 20px;
}
.fifth-section-content-button a{
    text-decoration: none;
    color: #FFFFFF;
} */


/* .footer{
    background-color: #F8F8F8;
    border-top: 1px solid #B3B3B3;
}
.footer-first-row{
    max-width: 60%;
    margin-bottom: 25px;
    margin-top: 100px;
    align-items: center;
    padding-left: 30px;
}
.footer-second-row{
    max-width: 60%;
    padding-left: 30px;
}

.footer-second-row .col-6{
    line-height: 30px;
    color: #2F2F2F;
} */

.entry-footer{
    display: none;
}
.footer{
    background-image: url(https://falcon-clients.com/IC/wp-content/uploads/2023/09/footer-background-image.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F8F8F8;
    border-top: 1px solid #B3B3B3;
    padding: 30px 35px 20px 36px;
}
.footer-logo-side{
    padding-top: 50px;
    padding-left: 40px;
}
.footer-logo-side h4{
    font-weight: 400 !important;
    padding-top: 20px;
    font-size: 30px;
}
.footer-logo-side p{
    padding: 20px 0;
    line-height: 30px;
    color: #2F2F2F;
    width: 80%;
    font-size: 20px;
}
.footer-related-links-side{
    padding-top: 165px;
    padding-bottom: 65px;
}
.related-link-header{
    text-align: center;
    font-weight: 400 !important;
}
.footer-related-links-wrapper{
    gap: 30px;
    justify-content: center;
}
.footer-related-links{
    height: 125px;
    width: 125px;
    border: 1px solid #92C151;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px #58697840;
    background-color: #FFFFFF;
}
.related-link{
    text-align: center;
    margin-top: 20px;
}
.related-link a{
    color: #54565A !important;
    text-decoration: none;
    font-weight: 400 !important;
}
.related-link img{
    width: 85px;
    height: 45px;
}
.social-media{
    list-style-type: none;
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
}
.social-media a img{
    width: 55px;
    height: 55px;
}
.contact-info{
    list-style-type: none;
    padding: 20px 0;
    line-height: 40px;
    margin: 0;
}
.contact-info li:first-child{
    margin: 0px 0;
}
.international-phone-number{
    display: flex;
    align-items: center;
}
.contact-info a{
    text-decoration: none;
    color: #2F2F2F;
}
.contact-info a span{
    margin-left: 10px;
    color: black;
}
.contact-info a image{
    width: 24px;
    height: 24px;
}
.twitter-timeline{
    overflow-y: scroll;
    height: 450px;
    width: 90%;
}

.ic-banner-img {
width :100%!important; 
}

@media screen and (max-width: 765px) {
    .contact-us-button-in-menue{
        display: block;
        background-color: #009A49;
    }
    .contact-us-button-in-menue a{
        text-decoration: none;
        color: #FFFFFF !important;
    }
    .navbar-nav li{
        border-bottom: 1px solid #009a4926;
    }
    
    .ic-banner-img {
    width: 100%;
    min-height: 88px;
    object-fit: cover;
    object-position: center;
}

}