
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
background-color: #fff;
scroll-behavior: smooth;
height: 100vh;
}

*{
margin: 0;
padding: 0;
scroll-behavior: smooth;
font-family: 'Rubik', sans-serif;

}


section{
overflow-x: hidden;
overflow-y: hidden;
height: fit-content;
}
/* font-family: 'IBM Plex Sans Arabic', sans-serif; */

a{
text-decoration: none !important;
}

ul{
list-style: none !important;
margin: 0 !important;
}


.hide{
display: none !important;
}




.lang a{
position: absolute;
z-index: 5;
left: 15px;
top: 34px;
color: #fff;
font-size: 21px;
}





.page-header {
    min-height: 451px;
    position: relative;
    margin-top: 0;
}


.page-header .overlay{
z-index: 1;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: #00000087;
}

.page-header img{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100%;
width: 100%;
object-fit: cover;
}

.page-header .page-header-content{
min-height: 400px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
z-index: 2;
}



.page-header .page-header-content .text h1{
font-size: 57px;
font-weight: 900;
color: #fff;
margin-bottom: 60px;
direction: rtl;
}

.page-header .page-header-content .text .links{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 15px;
}

.page-header .page-header-content .text .links a{
font-size: 18px;
color: #fff;
}

.page-header .page-header-content .text .links i{
color: #fff;
font-size: 19px;
}





@media(max-width:950px){


.service-text-section .header h1 {
    font-size: 25px !important;

}

.page-header .page-header-content .text h1 {
    font-size: 38px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 60px;
    direction: rtl;
    text-align: center;
}
}






.about{
    margin-top: 83px;
}


.about .about-img{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about .about-img img{
    width: 73%;
    height: 700px;
    object-fit: cover;
}

.about .about-img .overlay{
    width: 76%;
    height: 100%;
    z-index: -1;
    position: absolute;
    inset: 0;
    border: 7px solid #ff8c00;
    top: 28px;
    left: 116px;
}


.about .about-img .years{
    width: 199px;
    min-height: 253px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 15px;
    position: absolute;
    right: 0;
    background-color: #fff;
    border: 1px solid #d3d3d3;
}

.about .about-img .years>div{
    position: relative;
    width: 100%;
}

.about .about-img .years>div .sm-overlay{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #ff8c0075;
}



.about .about-img .years>div span{
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 46px;
    font-weight: 500;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}



.about .about-img .years>div img{
    width: 100%;
    height: 173px;
    object-fit: cover;
}

.about .about-img .years h2{
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    width: 80%;
}

.about-text {
    direction: rtl;
}

.about .about-text h2{
    font-size: 15px;
    color: #ff8c00;
}

.about .about-text h1{
    color: #000;
    font-size: 38px;
    font-weight: 600;
    width: 90%;
    margin-bottom: 44px;
}

.about .about-text p{
    font-size: 15px;
    width: 95%;
    color: #5d5d5d;
}


.about .about-text ul{
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.about .about-text ul li{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #5e5e5e;
    width: 76%;
}

.about .about-text ul li i{
    color: #ff8c00;
}


.about .about-text .mission{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 19px;
    margin-bottom: 39px;
}

.about .about-text .mission img{
    width: 195px;
    height: 142px;
    object-fit: cover;
}

.about .about-text .mission div{
    width: 100%;
    height: 151px;
}

.about .about-text .mission div h1{
    font-size: 24px;
    margin-bottom: 24px;
}

.about .about-text .mission div p{
    font-size: 15px;
    width: 95%;
    color: #5d5d5d;
}

.about .about-text .apoint{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 51px;
}

.about .about-text .apoint>a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 48px;
    background-color: #ff8c00;
    color: #fff;
    gap: 15px;
}


.about .about-text .apoint .about-contact{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}


.about .about-text .apoint .about-contact>a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #ff8c00;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
}


.about .about-text .apoint .about-contact>div{
    margin-left: 22px;
}


.about .about-text .apoint .about-contact>div h3{
    font-size: 16px;
    color: #848484;
    font-weight: 400;
}


.about .about-text .apoint .about-contact>div a{
    font-size: 18px;
    color: #000;
    width: 100%;
    display: flex;
}


@media(max-width:950px){
    .about .about-img img {
        width: 73%;
        height: 388px;
        object-fit: cover;
    }

    .about .about-img .overlay {
        width: 76%;
        height: 100%;
        z-index: -1;
        position: absolute;
        inset: 0;
        border: 7px solid #ff8c00;
        top: 28px;
        left: 75px;
    }

    .about .about-text h2 {
        font-size: 15px;
        color: #ff8c00;
        margin-top: 93px;
    }

    .about .about-text h1 {
        color: #000;
        font-size: 26px;
        font-weight: 600;
        width: 100%;
        margin-bottom: 44px;
    }

    .about .about-text p {
        font-size: 19px;
        width: 95%;
        color: #363636;
        margin-bottom: 57px;
    }


    .about .about-text ul li {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 5px;
        font-size: 17px;
        font-weight: 600;
        color: #5e5e5e;
        width: 96%;
    }

    .about .about-text .mission {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 19px;
        margin-bottom: 39px;
        margin-top: 66px;
    }

    .about .about-text .mission img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .about .about-text .mission div p {
        font-size: 17px;
        width: 95%;
        color: #525252;
        margin-bottom: 61px;
    }

    .about .about-text .apoint {
        display: flex;
        flex-direction: column;
        align-items: self-start;
        justify-content: flex-start;
        gap: 51px;
        margin-top: 101px;
    }
}




.benefits{
    margin-top: 90px;
    margin-bottom: 90px;
}

.benefits .header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.benefits .header h2{
    font-size: 17px;
    font-weight: 400;
    color: #ff8c00;
}

.benefits .header h1{
    font-size: 33px;
    font-weight: 500;
    color: #000;
    width: 38%;
    text-align: center;
}

.benefits .benefit {
    min-height: 411px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 46px;
    padding: 16px;
    border: 1px solid #e9e9e9;
    direction: rtl;
}

.benefits .benefit>i{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    font-size: 40px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    color: #ff8c00;
}

.benefits .benefit h1{
    font-size: 22px;
    color: #000;
    width: 100%;
}

.benefits .benefit p{
    width: 95%;
    color: #5d5d5d;
}

.benefits .benefit a{
    color: #dd9136;
    font-size: 27px;
}


@media(max-width:950px){
    .benefits .header h1 {
        font-size: 29px;
        font-weight: 500;
        color: #000;
        width: 100%;
        text-align: center;
    }
}








.contact{
    margin-bottom: 90px;
    margin-top: 120px;

}


.contact .contact-images{
    position: relative;
}

.contact .contact-images .back-lay{
    position: absolute;
    top: 50px;
    height: 441px;
    background-color: #ff8c00;
    width: 94%;
    z-index: -1;
}

.contact .contact-images img{
    width: 90%;
    height: 550px;
    object-fit: cover;
}

.contact .contact-images .contact-numbers{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.contact .contact-images .contact-numbers .number{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    margin-top: 18px;
}

.contact .contact-images .contact-numbers .number h2{
    font-size: 27px;
    color: #ff8c00;
}


.contact .contact-images .contact-numbers .number h3{
    font-size: 16px;
    font-weight: 400;
    color: #575757;
}

.contact .contact-form {
    padding: 60px;
    direction: rtl;
}

.contact .contact-form h1{
    font-size: 35px;
    font-weight: 400;
    color: #000;
}

.contact .contact-form h1 span{
    color: #ff8c00;
}


.contact .contact-form form{
    
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 41px;

}

.contact .contact-form form .inputs{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}


.contact .contact-form form .inputs.special{
    flex-direction: column;

}

.contact .contact-form form .inputs .input{
    width: 100%;
}


.contact .contact-form form .inputs input{
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #00000029;
    height: 46px;
    font-size: 15px;
}


.contact .contact-form form .inputs textarea{
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #00000029;
    height: 188px;
    font-size: 15px;
}

.contact .contact-form form button{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #ff8c00;
    width: 210px;
    height: 44px;
    margin-right: 17px;
    color: #fff;
    gap: 10px;
    transition: 0.3s;
    outline: none;
    border: none;
}

.swiper-pagination-bullet{
    background-color: #ff8c00 !important;
}

@media(max-width:950px){
    .contact .contact-form {
        padding: 0;
        padding-top:20px;

    }

    .contact .contact-images .contact-numbers .number {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 18px;
    }


    .contact .contact-form form .inputs {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        gap: 10px;
    }
}







.contact-us{
    margin-top: 90px;
}

.contact-us .contact-info img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}


.contact-us .contact-info .info{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background-color: #171717;
    min-height: 108px;

}

.contact-us .contact-info .info i{
    font-size: 56px;
    color: #fff;
}


.contact-us .contact-info .info div h2{
    font-size: 18px;
    color: #fff;
}

.contact-us .contact-info .info div a{
    font-size: 14px;
    color: #ff8c00;
    width: 100%;
    display: flex;
}

.contact-us .form-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #171717;
    margin-top: 72px;
    direction: rtl;

}

.contact-us .form-content form{
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 50px;
}

.contact-us .form-content form .inputs{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.contact-us .form-content form .inputs .input{
    width: 100%;
}

.contact-us .form-content form .inputs .input input{
    width: 100%;
    height: 56px;
    border: 1px solid #3c3c3c;
    color: #fff;
    background-color: transparent;
    outline: none;
    padding-right: 18px;
}

.contact-us .form-content form .inputs .input textarea{
    width: 100%;
    height: 200px;
    border: 1px solid #3c3c3c;
    color: #fff;
    background-color: transparent;
    outline: none;
    padding-right: 18px;
}

.contact-us .form-content form button{
    width: 300px;
    height: 50px;
    background-color: #ff8c00;
    border: none;
    outline: none;
    color: #fff;
    transition: 0.5s;
}


@media(max-width:950px){
    .contact-us .contact-info .info {
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        background-color: #171717;
        margin-bottom: 31px;
    }

    .contact-us .form-content form {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        gap: 50px;
    }

    .contact-us .form-content form .inputs {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 20px;
    }
}








footer{
    margin-top: 61px;
    padding-top: 44px;
    padding-bottom: 60px;
    background-color: #171717;
    direction: rtl;
}

footer .footer-content{
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}



footer .footer-content .logo img{
    width: 200px;
    height: 200px;
    object-fit: contain;
}


footer .footer-content p{
    font-size: 14px;
    color: #dcdcdc;
}

footer .footer-content .socials{
    padding: 0;
    margin-top: 30px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 19px;
}



footer .footer-content .socials li a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #ffffff2e;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
}


footer .footer-content h1{
    font-size: 20px;
    color: #fff;
}

footer .footer-content .nav-contents{
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
    margin-top: 40px !important;
}


footer .footer-content .nav-contents li a{
    color: #a4a4a4;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7px;
}

footer .footer-content .footer-contact{
    margin-bottom: 43px;
}

footer .footer-content .footer-contact h3{
    font-size: 16px;
    color: #fff;
}

footer .footer-content .footer-contact a{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 11px;
    font-weight: 300;
    color: #8f8f8f;
    margin-top: 10px;
}

footer .footer-content .footer-contact a i{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #ff8c00;
    color: #fff;
}

footer .footer-content .form{
    margin-top: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    width: 100%;
}


footer .footer-content .form input{
    width: 100%;
    height: 50px;
    border: 1px solid #ffffff59;
    outline: none;
    background-color: transparent;
    padding-left: 16px;
    color: #fff;
}

footer .footer-content .form button{
    width: 100%;
    height: 50px;
    background-color: #ff8c00;
    color: #fff;
    border: none;
    outline: none;
}

footer .short-links{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

footer .short-links ul{
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

footer .short-links ul li{
    width: 16.6%;
}

footer .short-links ul li a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 104px;
    color: #787878;
    border: 1px solid #ffffff0d;
    border-right: 0;
    text-align: center;
}


footer .copy-right h6{
    text-align: center;
    font-size: 17px;
    font-weight: 300;
    color: #787878;
}


@media(max-width:950px){
    footer .short-links {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 10px;
        display: none;
    }

    footer .footer-content {
        min-height: 366px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}







.landing{
    background-image: url("../images/landing-background.jpg");
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 90px;
    

}

.landing .landing-content{
    position: relative;
    min-height: auto;
    overflow: hidden;
    height: 84vh;
    direction: rtl;
}


.landing .landing-content .overlay{
    position: absolute;
}

.landing .landing-content .text-overlay-1{
    background-color: #000000a3;
    width: 41%;
    height: 161%;
    transform: rotate(20deg);
    top: -69px;
    right: -94px;
}

.landing .landing-content .text-overlay-2{
    background-color: #00000026;
    width: 41%;
    height: 161%;
    transform: rotate(20deg);
    top: -69px;
    right: 142px;
}

.landing .landing-content .social{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    right: 10px;
    top: 25%;
    transform: translateY(-50%);
    width: 50px;
    height: 44%;
    z-index: 12;
}


.landing .landing-content .social h4{
    color: #fff;
    transform: rotate(-91deg);
    font-size: 16px;
    width: 136px;
    margin: 0;
}

.landing .landing-content .social span{
    height: 152px;
    width: 1px;
    background-color: #fff;
    margin-top: 85px;
}

.landing .landing-content .social ul{
    padding: 0;
    color: #fff;
}



.landing .landing-content .social ul a{
    color: #fff;
    font-size: 18px;
}

.landing .landing-content .text{
    position: relative;
    color: #fff;
    padding-right: 111px;
    width: 48%;
    margin-top: 59px;
}


.landing .landing-content .text h2{
    font-size: 17px;
    color: #dc8c2e;
}

.landing .landing-content .text h1{
    font-size: 47px;
    font-weight: 500;
    font-weight: 800;
    margin-bottom: 44px;
}

.landing .landing-content .text p{
    font-size: 18px;
}

.landing .landing-content .text .short-links{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 27px;
}




.landing .landing-content .text .short-links a{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 9px;
    background-color: transparent;
    outline: none;
    border: 1px solid #Fff;
    height: 46px;
    width: 173px;
    padding: 10px;
    text-align: center;
    color: #fff;
    justify-content: space-around;
    transition: 0.3s;
}

.landing .landing-content .text .short-links a:hover{
    background-color: #fff;
    color: #000;
}


.landing .landing-content .text .short-links a:nth-child(1) i{
    background-color: #fff;
    height: 100%;
    width: 23px;
    color: #171717;
    font-size: 17px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}



.landing .landing-content .short-contacts{
    position: absolute;
    left: 74%;
    bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 61px;
    transform: translateX(-50%);
}

.landing .landing-content .short-contacts a{
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ff8c00;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    background-color: #171717;
    color: #ff8c00;
}

.landing .landing-content .short-contacts a:hover{
    background-color: #fff;
    color: #000;
}


@media(max-width:950px){
    .landing .landing-content .text-overlay-1 {
        background-color: #000000a3;
        width: 100%;
        height: 161%;
        transform: rotate(0deg);
        top: -69px;
        left: 0;
    }

    .landing .landing-content .text {
        position: relative;
        color: #fff;
        padding-left: 111px;
        width: 95%;
        margin-top: 56px;
    }
    .landing .landing-content .text h1 {
        font-size: 22px;
        font-weight: 500;
        font-weight: 400;
        margin-bottom: 44px;
    }
    .landing .landing-content .text {
        position: relative;
        color: #fff;
        padding-left: 71px;
        width: 100%;
        margin-top: 56px;
    }

    .landing .landing-content .text .short-links {
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 27px;
    }


    .landing .landing-content .short-contacts {
        position: absolute;
        left: 16px;
        bottom: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 61px;
        transform: translateX(-50%);
        width: 100%;
        justify-content: center;
    }
    
}











#loading-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 1000;
    transition: 0.5s;
    pointer-events: none;
    user-select: none;
}

#loading-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #999;
    width: 100px;
    height: 30px;
    margin: -7px 0 0 -45px;
    text-align: center;
    font-size: 20px;
    color: #fff;

}

#loading-text span{
    background: linear-gradient(45deg, #000, #000);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    top: -5px;
    position: relative;
}

#loading-content {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    margin: -85px 0 0 -85px;
    border: 3px solid #ff8c00;
}

#loading-content:after {
    content: "";
    position: absolute;
    border: 3px solid #ff8c00;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}

#loading-content:before {
    content: "";
    position: absolute;
    border: 3px solid #ff8c00;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
}

#loading-content {
    border: 3px solid transparent;
    border-top-color: #ff8c00;
    border-bottom-color: #ff8c00;
    border-radius: 50%;
    -webkit-animation: loader 2s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
}

#loading-content:before {
    border: 3px solid transparent;
    border-top-color: #ff8c00;
    border-bottom-color: #ff8c00;
    border-radius: 50%;
    -webkit-animation: loader 3s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 3s linear infinite;
}

#loading-content:after {
    border: 3px solid transparent;
    border-top-color: #ff8c00;
    border-bottom-color: #ff8c00;
    border-radius: 50%;
    -webkit-animation: loader 1.5s linear infinite;
    animation: loader 1.5s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
    0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}

#content-wrapper {
    color: #FFF;
    position: fixed;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
}

#header
{
    width: 800px;
    margin: 0 auto;
    text-align: center;
    height: 100px;
    background-color: #666;
}

#content
{
    width: 800px;
    height: 1000px;
    margin: 0 auto;
    text-align: center;
    background-color: #888;
}











.main-work{

}


.main-work .main-work-content{
    
}

.main-work .main-work-content .header{
    
}


.main-work .main-work-content .header h2{
    
}


.main-work .main-work-content .header h2 i{
    
}


.main-work .main-work-content .header h1{
    
}



.projects{
    margin-top: 90px;
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #171717;
}

.projects .header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    flex-wrap: wrap;
}

.projects .header h1{
    color: #fff;
    width: 48%;
    font-weight: 400;
    font-size: 28px;
}


.projects .header ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px !important;
}


.projects .header ul li{
    min-width: 25%;
    margin-bottom: 17px;
    color: #fff;
    background-color: #ffffff0d;
    text-align: center;
    height: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 19px;
}

.projects .header ul li span{
    color: #ff8c00;

}

.projects .header h1 span{
    color: #ff8c00;
}

.projects .header .buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    width: 100%;
    justify-content: space-between;
}

.projects .header .buttons button{
    background-color: #ff8c00;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 21px;
}


.projects .projects-content .swiper-slide{
    width: fit-content;
}

.projects .projects-content .header{
    margin-bottom: 40px;
}
.projects .projects-content .project{
    width: 446px;
    height: 344px;
    margin-right: 37px;
    position: relative;
    margin-top: 30px;
}


.projects .projects-content .project img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.projects .projects-content .project .text a{
    align-items: center;
    position: absolute;
    width: 90%;
    bottom: 10px;
    transform: translateX(-50%);
    background-color: #FfF;
    left: 50%;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px 5px 10px;
    color: #000;
}

.projects .projects-content .project .text span{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}


.projects .projects-content .project .text a i{
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #fb7418;
    color: #fff;
    display: flex;
}


@media(max-width:950px){
    .projects .header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        flex-wrap: wrap;
        width: 100%;
    }

    .projects .header h1 {
        color: #fff;
        width: 100%;
        font-weight: 400;
        font-size: 28px;
        margin-bottom: 37px;
    }

    .projects .header .buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
        width: 100%;
        justify-content: space-between;
    }

    .projects .header ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 25px !important;
        padding: 0;
    }

    .projects .header ul li {
        min-width: 100%;
        margin-bottom: 17px;
        color: #fff;
        background-color: #ffffff0d;
        text-align: center;
        min-height: 36px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        padding: 19px;
        height: 90px;
    }

    .projects .projects-content .project {
        width: 100%;
        height: 344px;
        margin-right: 37px;
        position: relative;
        margin-bottom: 60px;
        margin-top: 30px;
        margin: 0;
        margin-top: 24px;
    }
}











nav{
    background-color: #171717;
    z-index: 15;
    position: relative;
    height: 16vh;

}

nav .nav-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    direction: rtl;
}

nav .nav-content .logo{
    width: 15%;
    border-right: 1px solid #ffffff3b;
    height: 14vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
}


nav .nav-content .logo img{
    width: 157px;
}


nav .nav-content .nav-inner-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

nav .nav-content .nav-inner-content .top{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 7vh;
    align-items: center;
    border-bottom: 1px solid #ffffff3d;
    padding-left: 25px;
}

nav .nav-content .nav-inner-content .top a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}


nav .nav-content .nav-inner-content .bottom{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 55px;
    align-items: center;
    padding-left: 25px;
}


nav .nav-content .nav-inner-content .bottom .nav-elements ul{
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}



nav .nav-content .nav-inner-content .bottom .nav-elements ul li a{
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
}

nav .nav-content .nav-inner-content .bottom .nav-elements ul li a:hover{
    color: #ff8c00;
}

nav .nav-content .nav-inner-content .bottom .nav-contact{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 29px;
}

nav .nav-content .nav-inner-content .bottom .nav-contact a:nth-child(1){
    color: #fff;
    font-size: 21px;
}

nav .nav-content .nav-inner-content .bottom .nav-contact a:nth-child(2){
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #ff8c00;
}



#open-nav{
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 31px;
    display: none;
    color: #fff;
}

#close-nav{
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 31px;
    display: none;
}


@media(max-width:950px){

        
    nav .top .special{
        display: none;
    }


    
    #open-nav{
        display: block;
    }

    #close-nav{
        display: block;
    }

    nav .nav-content .nav-elements {
        z-index: 100;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 60px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        height: 100%;
        width: 100%;
        justify-content: center;
        z-index: 15015;
        top: 0;
        margin: 0;
        z-index: 1000;
        bottom: 0;
        background-color: #fff;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }

    nav .nav-content .nav-inner-content .bottom .nav-elements ul  {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
        padding: 0;
        justify-content: center;
        align-items: center;
        color: #000;
    }

    
    nav .nav-content .nav-elements{
        display: none;
    }

    nav .nav-content .nav-inner-content .bottom .nav-elements ul  li a {
        color: #000;
        font-size: 17px;
        font-weight: 500;
        color: #000;

    }

    #open-nav {
        background-color: transparent;
        outline: none;
        border: none;
        font-size: 31px;
        color: #fff;
        margin-left: 12px;
    }

    nav .services-nav.active {
        position: absolute;
        width: 200px;
        height: 150px;
        background-color: #42b649;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-around;
        padding: 20px;
        padding: 15px;
        overflow: hidden;
        z-index: 111;
        color: #fff;
    }

    nav .services-nav.active a{
        
        color: #fff !important;
    }

    nav .nav-content .logo {
        width: 22%;
        border-right: 1px solid #ffffff3b;
        height: 117px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }

    nav .nav-content .logo img {
        width: 106px;
    }


}




.numbers{
    padding-top: 104px;
    padding-bottom: 104px;
    margin-top: 90px;
    margin-bottom: 90px;
    background-color: #171717;
}


.numbers .numbers-content .header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    margin-bottom: 35px;
    direction: rtl;
}

.numbers .numbers-content .header .left{
    width: 51%;
}


.numbers .numbers-content .header .left h2{
    font-size: 17px;
    color: #ff8c00;
}

.numbers .numbers-content .header .left h1{
    font-size: 32px;
    font-weight: 500;
    margin-top: 30px;
    line-height: 50px;
}


.numbers .numbers-content .header .right a{
    background-color: #ffffff0d;
    width: 251px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    height: 45px;
    color: #fff;
}

.numbers .numbers-content .header .right a i{
    background-color: #ff8c00;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.numbers .numbers-content .numbers-content-2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 57px;
}

.numbers .numbers-content .numbers-content-2 .number{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #ffffff61;
    width: 25%;
    min-height: 200px;
    gap: 30px;
}

.numbers .numbers-content .numbers-content-2 .number i{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 90px;
    height: 90px;
    font-size: 40px;
    background-color: #ffffff14;
    border-radius: 50%;
}


.numbers .numbers-content .numbers-content-2 .number div{
    text-align: left;
}

.numbers .numbers-content .numbers-content-2 .number div h1{
    font-size: 44px;
    color: #fff;
}

.numbers .numbers-content .numbers-content-2 .number div h2{
    font-size: 16px;
    font-weight: 400;
    color: #6f6f6f;
}


@media(max-width:950px){
    .numbers .numbers-content .header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        color: #fff;
        margin-bottom: 35px;
    }

    .numbers .numbers-content .header .left {
        width: 100%;
    }

.numbers .numbers-content .header .left h1 {
    font-size: 23px;
    font-weight: 500;
    margin-top: 30px;
    line-height: 32px;
}

.numbers .numbers-content .header .right a {
    background-color: #ffffff0d;
    width: 251px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    height: 45px;
    color: #fff;
    margin-top: 50px;
}

.numbers .numbers-content .numbers-content-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 57px;
}

.numbers .numbers-content .numbers-content-2 .number {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #ffffff61;
    width: 100%;
    min-height: 200px;
    gap: 30px;
}
}






.our-mission-text {
    direction: rtl;
}

.our-mission .our-mission-img{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

.our-mission .our-mission-img img:nth-child(1){
    width: 69%;
    height: 603px;
    object-fit: cover;
}

.our-mission .our-mission-img img:nth-child(2){
    width: 200px;
    height: 200px;
    background-color: #fff;
    padding: 15px;
    position: absolute;
    border: 1px solid #a8a8a8;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


.our-mission .our-mission-text h2{
    font-size: 17px;
    font-weight: 400;
    color: #ff8c00;
}

.our-mission .our-mission-text h1{
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 35px;
}

.our-mission .our-mission-text p{
    font-size: 15px;
    color: #6a6a6a;
    margin-bottom: 60px;
}

.our-mission .our-mission-text ul{
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.our-mission .our-mission-text ul li{
    width: 50%;
    margin-bottom: 21px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    color: #000;
}

.our-mission .our-mission-text a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 50px;
    background-color: #ff8c00;
    color: #fff;
    margin-top: 50px;
}


@media(max-width:950px){
    .our-mission .our-mission-img img:nth-child(1) {
        width: 81%;
        height: 398px;
        object-fit: cover;
        margin-bottom: 58px;
    }

    .our-mission .our-mission-text h1 {
        font-size: 25px;
        font-weight: 600;
        color: #000;
        margin-bottom: 35px;
    }

    .our-mission .our-mission-text ul li {
        width: 50%;
        margin-bottom: 21px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 7px;
        color: #000;
    }

}









.our-priority{
    margin-bottom: 100px;
}

.our-priority .header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.our-priority .header h2{
    font-size: 17px;
    font-weight: 400;
    color: #ff8c00;
}

.our-priority .header h1{
    font-size: 33px;
    font-weight: 500;
    color: #000;
    width: 38%;
    text-align: center;
}

.our-priority .priority {
    padding: 20px;
    background-color: #171717;
    margin-bottom: 30px;
    border: 1px solid #cbcbcb;
    min-height: 680px;
    display: grid;
    align-items: flex-start;
    align-content: start;
    position: relative;
    direction: rtl;
}

.our-priority .priority img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.our-priority .priority h1 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #fff;
}

.our-priority .priority p {
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    margin-bottom: 60px;
    color: #cecece;
}

.our-priority .priority a {
    justify-self: flex-start;
    align-self: center;
    position: absolute;
    bottom: 10px;
    left: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 150px;
    height: 40px;
    border: 1px solid #ff8c00;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    background-color: #ff8c00;
}

@media(max-width:950px){
    .our-priority .header h1 {
        font-size: 33px;
        font-weight: 500;
        color: #000;
        width: 100%;
        text-align: center;
    }


    .our-priority .priority img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
}









.our-projects-page .left-content>h1{
    font-size: 34px;
    font-weight: 500;
    color: #000;
    margin-bottom: 38px;
}

.our-projects-page .left-content{
    direction: rtl;

}

.our-projects-page .projects{
    margin-top: 90px;
    padding-top: 0; 
    padding-bottom: 0;
    background-color: #171717;
}
.our-projects-page .projects-content{
    padding: 30px;
}

.our-projects-page .projects-content img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: right;
}

.our-projects-page .projects-content p{
    text-align: right;
    direction: rtl;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}



.our-projects-page .left-content>a{
    display: flex;
    flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 314px;
    height: 70px;
    padding: 15px;
    background-color: #171717;
    margin-bottom: 90px;
}

.our-projects-page .left-content>a>i{
    font-size: 45px;
    color: #fff;
}

.our-projects-page .left-content>a>div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-left: 7px;
    width: 100%;
}


.our-projects-page .left-content>a>div div{
    display: flex;
    flex-direction: column;
}

.our-projects-page .left-content>a>div div span:nth-child(1){
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.our-projects-page .left-content>a>div div span:nth-child(2){
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.our-projects-page .left-content>a>div>i{
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #ff8c00;
    font-size: 17px;
}


.our-projects-page .left-content h2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #f4f4f4;
    border: 1px solid #eaeaea;
    font-size: 17px;
    height: 72px;
    padding: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 21px;
}


.our-projects-page .projects .header h1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}


.our-projects-page .projects .header ul li {
    min-width: 25%;
    margin-bottom: 17px;
    color: #fff;
    background-color: #ffffff0d;
    text-align: center;
    height: 63px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 19px;
}

@media(max-width:950px){
    .our-projects-page .projects .header ul li {
        min-width: 100%;
        margin-bottom: 17px;
        color: #fff;
        background-color: #ffffff0d;
        text-align: center;
        height: 99px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        padding: 19px;
    }
}







.our-services{

}




.our-services .header{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.our-services .header h2{
    font-size: 17px;
    font-weight: 400;
    color: #ff8c00;
}

.our-services .header h1{
    font-size: 33px;
    font-weight: 500;
    color: #000;
    width: 38%;
    text-align: center;
}


.our-services .sec-header h1{
    width: 278px;
    background-color: #ff8c00;
    padding: 15px;
    font-size: 17px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    height: 50px;
    margin-top: 32px;
    margin-bottom: 40px;
}



.our-services .service{
    margin-bottom: 30px;
    min-height: 430px;
    position: relative;
    overflow: hidden;
    cursor: pointer;

}

.our-services .service img{
    width: 100%;
    height: 430px;
    object-fit: cover;
}


.our-services .service .text-1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #171717;
    padding: 15px;
    min-height: 114px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    direction: rtl;
}


.our-services .service .text-1 h1{
    font-size: 18px;
    color: #fff;
    width: 76%;
    line-height: 22px;
    font-weight: 400;
}


.our-services .service .text-1 .ico i{
    background-color: #ff8c00;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}



.our-services .service .text-2{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #171717ab;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 34px;
    transition: 0.5s;
    top: -120%;
    direction: rtl;
}


.our-services .service:hover .text-2{
    top: 0;
}



.our-services .service:hover .text-1{
    bottom: -80%;
}


.our-services .service .text-2 .ico i{
    font-size: 41px;
}

.our-services .service .text-2 h1{
    font-size: 21px;
    text-align: left;
    text-align: right;

}

.our-services .service .text-2 ul{
    width: 100%;
    padding: 0;
    margin-top: 24px !important;
}



.our-services .service .text-2 a{
    font-size: 13px;
    color: #fff;
}




@media(max-width:950px){
    .our-services .header h1 {
        font-size: 25px;
        font-weight: 500;
        color: #000;
        width: 100%;
        text-align: center;
    }
}










.our-services-desc .our-services-desc-text h2 {
    font-size: 16px;
    color: #ff8c00;
    text-align: right;
}


.our-services-desc .our-services-desc-text h1{
    font-size: 38px;
    font-weight: 500;
    color: #000;
    margin-bottom: 50px;
    text-align: right;

}

.our-services-desc .our-services-desc-text .description{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.our-services-desc .our-services-desc-text .description span{
    position: absolute;
    left: 27px;
    top: 16px;
    height: 89%;
    width: 2px;
    border-left: 4px dotted #da8b2b;
    z-index: -1;
}

.our-services-desc .our-services-desc-text .description .desc{
    height: 50px;
    transition: 0.5s;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-top: 21px;
    cursor: pointer;
}

.our-services-desc .our-services-desc-text .description .desc>div{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 21px;
    justify-content: flex-start;
}

.our-services-desc .our-services-desc-text .description .desc i{
    background-color: #da8b2b;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    transition: 0.5s;
}


.our-services-desc .our-services-desc-text .description .desc h1 {
    margin: 0;
    font-size: 17px;
    width: 100%;
    text-align: right;
}

.our-services-desc .our-services-desc-text .description .desc.active i{
    scale: 1.8;
    color: #da8b2b;
}

.our-services-desc .our-services-desc-text .description .desc.active{
    height: fit-content;
}

.our-services-desc .our-services-desc-text .description .desc p{
    
    padding-left: 35px;
    margin-top: 19px;
    width: 100%;
    text-align: right;
    color: #6c6c6c;
    direction: rtl;
}


.our-services-desc .our-services-desc-img{
    position: relative;
    overflow: hidden;
}

.our-services-desc .our-services-desc-img .overlay1{
    position: absolute;
    height: 183%;
    width: 31%;
    background-color: #dc8b2ad9;
    top: -91px;
    left: -130px;
    z-index: 3;
    transform: rotate(16deg);
}

.our-services-desc .our-services-desc-img .overlay2{
    position: absolute;
    height: 183%;
    width: 31%;
    background-color: #dc8b2a52;
    transform: rotate(-45deg);
    z-index: 2;
}


.our-services-desc .our-services-desc-img img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    position: relative;
}



.our-services-desc.manager .our-services-desc-img img {

    object-fit: contain;
}

.our-services-desc.manager {
    margin-bottom: 80px;
}

.our-services-desc.manager  p{
    text-align: right;
    font-size: 16px;
    line-height: 29px;
    direction:rtl;
}


@media(max-width:950px){
    .our-services-desc .our-services-desc-text h1 {
        font-size: 28px;
        font-weight: 500;
        color: #000;
        margin-bottom: 50px;
    }

    .our-services-desc .our-services-desc-img img {
        width: 100%;
        height: 367px;
        object-fit: cover;
        position: relative;
    }
}








.our-vision{
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #171717;
}
.vision-text {
    direction: rtl;
}
.our-vision .vision-img img {
    width: 100%;
    height: 641px;
    object-fit: cover;
}


.our-vision .vision-text h2{
    font-size: 17px;
    font-weight: 400;
    color: #ff8c00;
}


.our-vision .vision-text h1{
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 35px;
}

.our-vision .vision-text p{
    font-size: 15px;
    color: #efefef;
    margin-bottom: 60px;
}


.our-vision .vision-text .main-points{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.our-vision .vision-text .main-points div{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 140px;
    margin-bottom: 15px;
    background-color: #050505ad;
    border: 1px solid #262626;
}


.our-vision .vision-text .main-points div i{
    font-size: 58px;
    color: #fff;
    margin-bottom: 22px;
}

.our-vision .vision-text .main-points div h3{
    font-size: 14px;
    width: 71%;
    color: #fff;
}


@media(max-width:950px){
    
    .our-vision .vision-img img {
        width: 100%;
        height: 409px;
        object-fit: cover;
        margin-bottom: 22px;
    }
    .our-vision .vision-text h1 {
        font-size: 23px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 35px;
    }

    .our-vision .vision-text p {
        font-size: 15px;
        color: #b0b0b0;
        margin-bottom: 60px;
    }

    .our-vision .vision-text .main-points div {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 135px;
        margin-bottom: 15px;
        background-color: #050505ad;
        border: 1px solid #262626;
    }
}








.page-header .page-header-content{
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}



.page-header .page-header-content h1{
    z-index: 1;
    position: relative;
    color: #fff;
    font-size: 52px;
}



.page-header .page-header-content .navs{
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 17px;
}

.page-header .page-header-content .navs a{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}


.page-header .page-header-content .navs a.active{
    color: #da8b2b;
    font-weight: 600;
}


@media(max-width:950px){
    .page-header .page-header-content h1 {
        z-index: 1;
        position: relative;
        color: #fff;
        font-size: 38px;
    }
}








.partners{
    margin-top: 86px;
    margin-bottom: 90px;
}

.partners .partners-content img{
    width: 150px;
    height: 150px;
    background-color: #fff;
    object-fit: contain;
    padding: 21px;
}

.partners .partners-content .swiper-slide{
    width: fit-content;
}







.questions{
    margin-top: 80px;
    margin-bottom: 80px;
    }
    
    .questions .questions-image{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .questions .questions-image .top{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
        width: 85%;
    }
    
    .questions .questions-image .top img:nth-child(1){
        width: 58%;
        height: 251px;
        object-fit: cover;
    }
    
    .questions .questions-image .top img:nth-child(2){
        width: 40%;
        height: 251px;
        object-fit: cover;
    }
    
    .questions .questions-image .bottom{
        width: 85%;
    }
    
    
    .questions .questions-image .bottom img{
        width: 100%;
        height: 445px;
        object-fit: cover;
        margin-top: 15px;
        object-position: center;
    }
    
    
    
    
    
    .questions .questions-image .logo img{
        position: absolute;
        top: 29%;
        left: 58%;
        transform: translate(-50%, -50%);
        width: 153px;
        background-color: #171717;
        height: 150px;
        border-radius: 50%;
        object-fit: contain;
    }
    
    
    .questions .questions-text {
        direction: rtl;
    }
    
    .questions .questions-text h2{
        font-size: 17px;
        font-weight: 400;
        color: #ff8c00;
    }
    
    .questions .questions-text h1 {
        font-size: 33px;
        font-weight: 500;
        color: #000;
        width: 100%;
        text-align: right;
        margin-bottom: 51px;
    }
    
    .questions .questions-text .question{
        margin-bottom: 40px;
        background-color: #fff;
        border: 1px solid #e1e1e1;
        padding: 18px;
        height: 54px;
        transition: 0.5s;
        overflow: hidden;
        cursor: pointer;
    }
    
    .questions .questions-text .question.active{
        height: fit-content;
    }
    
    .questions .questions-text .question h3{
        font-size: 16px;
        color: #404040;
        margin-bottom: 21px;
        margin: 0;
        font-weight: 400;
    }
    
    .questions .questions-text .question p{
        margin: 0;
        transition: 0.3s;
        height: 100%;
        overflow: hidden;
        font-size: 14px;
        margin-top: 20px;
        color: #656565;
    }
    
    
    .questions .questions-text a{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 30px;
        width: 207px;
        border: 1px solid #ff8c00;
        color: #000;
        height: 44px;
        padding: 5px;
    }
    
    .questions .questions-text a i{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        background-color: #ff8c00;
        color: #fff;
    }
    
    
    @media(max-width:950px){
        .questions .questions-text {
            margin-top: 60px;
        }
    
        .questions .questions-text h1 {
            font-size: 28px;
            font-weight: 500;
            color: #000;
            width: 100%;
            text-align: left;
            margin-bottom: 51px;
        }
    }







    /* ScrollToTopButton.css */

/* Style for the scroll-to-top button */
.scroll-to-top-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    color: #ff8c00;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
    z-index: 10;
}

/* Style for the scroll percentage circle */
.scroll-percentage-tracker {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s;
    background-color: #fff;
    z-index: 9;

}

.scroll-percentage-fill {
    width: 100%;
    height: 100%;
    background-color: #ff8c00;
    transform-origin: bottom;
    transition: transform 0.3s;
    z-index: 9;

}



#google_translate_element{
    position: relative;
    z-index: 15;
}

#google_translate_element .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    z-index: -1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;

}


img.UCCC{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
    z-index: -1;
    filter: drop-shadow(1px 2px 3px #838383);

}


@media(max-width:950px){
    img.UCCC{
        width: 100%;
    }
}




    /* End event show section */

    .VIpgJd-ZVi9od-ORHb-OEVmcd{
        display: none;
        }
        
    
        .goog-te-banner-frame {
            display: none !important;
        }
        
        #google_translate_element {
            background-color: transparent;
        }
        
        .goog-te-gadget-icon {
            background-image: url(../images/icons/earth-unscreen.gif) !important;
        background-repeat: no-repeat;
        background-size: contain;
        width: 58px !important;
        border: none !important;
        height: 47px !important;
        background-color: transparent;
        background-position: center !important;
        display: flex;
        filter: invert(1);
        outline: none !important;
        }
        
        .goog-te-gadget-simple {
            display: flex;
            align-items: center;
        }
        
        .VIpgJd-ZVi9od-xl07Ob-lTBxed {
            display: flex;
            align-items: center;
            color: white; /* change to desired color */
            text-decoration: none;
        }
        
        .VIpgJd-ZVi9od-xl07Ob-lTBxed span:first-child {
            margin-right: 5px;
        }
        
        .VIpgJd-ZVi9od-xl07Ob-lTBxed img {
            display: none;
        }
        
        .VIpgJd-ZVi9od-xl07Ob-lTBxed span:last-child {
            border-left: none;
            margin-left: 5px;
        }
        
        .VIpgJd-ZVi9od-xl07Ob-lTBxed span:last-child:before {
            content: '\25BC';
            font-size: 12px;
        }
        
        .goog-te-gadget-simple {
            background-color: transparent !important;
            border-left: 0px solid #D5D5D5 !important;
            border-top: 0px solid #9B9B9B !important;
            border-bottom: 0px solid #E8E8E8 !important;
            border-right: 0px solid #D5D5D5 !important;
            font-size: 10pt;
            display: inline-block;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
            cursor: pointer;
        }
    
    
        .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
            display: none;
        }
    
        nav.mode-black .goog-te-gadget-icon {
            background-image: url(../images/icons/earth-unscreen.gif) !important;
            background-repeat: no-repeat;
            background-size: contain;
            width: 58px !important;
            border: none !important;
            height: 47px !important;
            background-color: transparent;
            background-position: center !important;
            display: flex;
            filter: invert(1);
            outline: none !important;
            filter: sepia(1);
        }


        