* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden !important;
    font-family: "Cairo", sans-serif;
}

.rtl {
    direction: rtl;
}

.pc {
    display: block;
}

.mob {
    display: none;
}

.small-nav {
     background-color: rgb(248, 249, 250);
    display: block;
}

.small-nav ul {
    list-style: none;
    margin-bottom: .5rem;
}

.small-nav ul li {
    font-size: 14px;
    color: #999;
    padding: 15px;
    display: inline;
    border-right: 1px #d6d6d6 solid;
    text-align: center;
    justify-items: center;
}

.small-nav ul li a {
    text-decoration: none;
    color: #999;
}

.small-nav ul li a:hover {
    color: #178342;
}

.big-nav .logo-header {
    width: 305px;
    height: 90px;
}

.big-nav ul li {
    margin-left: 22px;
    text-transform: capitalize;
    text-align: end;
    justify-content: end;
    margin-top: 2.1rem;
}

.big-nav ul li a {
    color: #000 !important;
    font-weight: 600;
}

.big-nav ul li a:hover {
    color: #00d757!important;
    font-weight: 600;
}

.list-sec {
    width: 70%;
}


.loogo{
    width: 30%;
}

.header-content {
    position: absolute;
    top: 45%;
    right: 10%;
    z-index: 3;
}

.header-content-en {
    position: absolute;
    top: 47%;
    left: 10%;
    z-index: 3;
}

.header-content h1,
.header-content-en h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    padding-bottom: 8px;
    color: #fff;
    text-transform: uppercase;
}

.breadcrumb {
    display: flex;
    justify-content: end;
    text-align: end;
    margin-left: 30px;
}

.breadcrumb-en
{
    display: flex;
    justify-content: start;
    text-align: start;
    margin-right: 30px;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    font-weight: 400;
    color: #fff !important;
    font-size: 15px;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #16823c !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    font-weight: 400;
    float: right;
    padding-left: .5rem;
}

.breadcrumb-item-en+.breadcrumb-item-en::before
{
    float: left;
    padding-right: .5rem;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, .8);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: rgba(0, 0, 0, 0);
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: none;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

#searchInputModal {
    padding: 20px;
    width: 250px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 2px;
}


/* The Close Button */
.close {
    color: #aaa !important;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 5%;
    margin-top: 3%;
    cursor: pointer;
}

.flag{
    width: 60px;
    height: 60px;
}

.flag img{
    width: 100%;
    height: 100%;
}

/*=========about us==========*/

.horizontal-line-bg {
    width: 50px;
    height: 2px;
    background-color: #178342;
    margin-right: 6px;
    margin-top: 13px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 35px;
}

.about-us h3,
.choose-us h3 {
    margin-bottom: 0px;
    font-weight: 500;
}

.about-us p,
.choose-us p {
    font-size: 18px;
    line-height: 35px;
    color: #444;

}

.about-us {
    padding: 60px 0px;
}

.icon-about img,
.icon-about-en img {
    width: 85px;
    height: 85px;
}

.about-us h4,
.choose-us h4 {
    color: #000;
    font-size: 18px;
    line-height: 28px;
}

.about-us .text {
    font-size: 14px;
    line-height: 24px;
    color: #444;
}

.about-us .icon-about {
    margin-left: 15px;
}


.about-us .icon-about-en {
    margin-right: 15px;
}


.image-container {
    position: relative;
    display: inline-block;
    /* Adjust as needed */
    height: auto;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    width: 70px;
    /* Size of the icon */
    height: 70px;
    background-color: #1a4120;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.play-icon2 {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    width: 70px;
    /* Size of the icon */
    height: 70px;
    background-color: #1a4120;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.play-icon::before,
.play-icon2::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.play-icon:hover,
.play-icon2:hover {
    background-color: rgba(26, 65, 32,.9);
}

.about-us .button {
    border: 2px #178342 solid;
    color: #fff;
    font-size: 14px;
    background-color: #178342;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: capitalize;
}

.play-icon::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.play-icon:hover {
    background-color: rgba(26, 65, 32,.9);
}

.about-us .button {
    border: 2px #178342 solid;
    color: #fff;
    font-size: 14px;
    background-color: #178342;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: capitalize;
}

.about-us .button:hover  {
    background-color: #fff;
    color: #000;
}



/*========mission-vision=======*/

.mission-vision {
    padding: 60px 0px;
}

.mission-vision h3 {
    margin-bottom: 0px;
    font-weight: 600;
    margin-bottom: 20px;
}

.mission-vision p {
    font-size: 18px;
    line-height: 30px;
    color: #444;
}

.mission-vision ul {
    list-style: none;
}

.mission-vision ul li {
    margin-bottom: 20px;
    line-height: 30px;
}

/*=========choose us==========*/

.choose-us {
    padding: 60px 0px;
    background-color: rgba(132, 188, 148, .1);
}

.choose-us img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.choose-us .horizontal-line-bg {
    margin-bottom: 20px;
}


/*=========footer==========*/

footer {
    padding: 60px 0px 0px 0px;
    background-color: rgba(132, 188, 148, .3);
}

footer hr {
    width: 80%;
    color: #16823c;
}

footer h6 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

footer p {
    font-size: 15px;
    font-weight: 400;
    width: 90%;
}


footer .social-icon ul {
    list-style: none;
    padding: 0px;
}

footer .social-icon ul li {
    display: inline-block;
    margin-left: 2px;
}

footer .social-icon ul li i {
    border: 2px #16823c solid;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    background-color: #16823c;
}

footer .social-icon ul li i:hover {
    border: 2px #16823c solid;
    background-color: #fff;
    color: #178342;
}

footer ul {
    list-style: none;
    padding: 0px;
}

footer ul li span i {
    margin-left: 4px;
    font-size: 12px;
}

footer ul li {
    margin-bottom: 10px;
    font-weight: 500;
}

footer img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.small-footer {
    background-color: rgba(132, 188, 148, .1);
    padding: 20px 0px;
    color: #7a7878;
}

/*button-up*/

.button-up {
    position: fixed;
    left: -40px;
    bottom: 4%;
    cursor: pointer;
    transition: 0.4s;
    overflow-y: hidden !important;
}

.button-up span,
.button-up-en span {
    font-size: 18px;
    border: 16px;
    background-color: #16823c;
}

.button-up.show {
    left: 40px;
}

.button-up-en {
    position: fixed;
    right: -40px;
    bottom: 4%;
    cursor: pointer;
    transition: 0.4s;
    overflow-y: hidden !important;
}


.button-up-en.showEn {
    right: 40px;
}

.fixedIcon {
    position: fixed;
    right: 2%;
    bottom: 7%;
    cursor: pointer;
    overflow-y: hidden !important;
}

.fixedIconEn {
    position: fixed;
    left: 2%;
    bottom: 7%;
    cursor: pointer;
    overflow-y: hidden !important;
}

.iconWhatsapp {
    background-color: #00d757;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.iconCall {
    background-color: #c8545c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}


.iconWhatsapp i,
.iconCall i {
    color: white;
    margin: auto;
    font-size: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 11px;
}

.textIcon {
    margin-top: 7px;
    margin-left: 3px;
}

.fixedIcon small,
.fixedIconEn small {
    color: #222;
    font-size: 13px;
    font-weight: 600;
    background-color: #e8e6e6;
    padding: 3px;
    border-radius: 4px;
    text-transform: uppercase;

}

/*scrollbar*/

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: white;
}

::-webkit-scrollbar-thumb {
    background: #84bc94;
}

@media screen and (max-width:1000px) {
    * {
        overflow-x: hidden !important;
    }

    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    i,
    a,
    ul,
    li,
    small,
    span {
        overflow-y: hidden !important;
    }

    .small-nav {
        display: none;
    }

    .pc {
        display: none;
    }

    .mob {
        display: block;
    }

    .logo-header-mob {
        width: 130px;
        height: auto;
    }

    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }

    .main-banner {
        margin-top: 20%;
    }

    .mob hr {
        color: #140c04;
        margin: 10px 0px;
    }

    .mob .offcanvas-header .btn-close {
        padding-left: 10px;
        margin-bottom: 25px;
        margin-left: 8px;
    }

    .header-content {
        position: absolute;
        top: 14%;
        right: 10%;
        z-index: 3;
    }

    .header-content h1,
    .header-content-en h1 {
        font-size: 18px;
        line-height: 13px;
        padding-bottom: 6px;
        margin-bottom: 4px;
    }

    .header-content-en {
        position: absolute;
        top: 13%;
        left: 10%;
        z-index: 3;
    }

    .breadcrumb{
        width: 100%;
         margin-left: 0px;
    }
    
    .breadcrumb-en{
        margin-left: 0px;
        margin-right: 0px;
    }


    .breadcrumb .breadcrumb-item,
    .breadcrumb .breadcrumb-item a {
        font-size: 13px;
    }

    /*===========about us===========*/


    .about-us p,
    .choose-us p {
        font-size: 14px;
        line-height: 25px;
        color: #444;
    }

    .about-us,
    .mission-vision,
    .choose-us {
        padding: 20px;
    }

    .icon-about img {
        width: 45px;
        height: 45px;
        object-fit: fill;
        margin-left: 130px;
    }

    .about-us h4,
    .choose-us h4 {
        color: #000;
        font-size: 16px;
        line-height: 28px;
    }

    .about-us .text {
        font-size: 14px;
        line-height: 25px;
        color: #444;
    }

    .about-us .icon-about {
        margin-left: 15px;
    }
    .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70px;
        /* Size of the icon */
        height: 70px;
        background-color: #1a4120;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    
    .play-icon2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70px;
        /* Size of the icon */
        height: 70px;
        background-color: #1a4120;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    

    .sec {
        margin-bottom: 30px;
    }

    .box {
        flex-direction: column-reverse;
    }

    .choose-us img {
        width: 60px;
        height: 60px;
    }


    /*========mission-vision=======*/


    .mission-vision h3 {
        font-size: 20px;    
        line-height: 26px;
    }

    .mission-vision p {
        font-size: 14px;
        line-height: 25px;
    }


    .mission-vision ul li {
        margin-bottom: 15px;
        line-height: 25px;
        font-size: 14px;
    }


    /*========footer==========*/

    .big-footer {
        padding: 0px 20px;
    }


}