* {
    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: 47%;
    right: 10%;
    z-index: 3;
}

.header-content {
    position: absolute;
    top: 47%;
    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%;
}

/*==========projects========*/

.projects {
    padding: 60px 0px;
}

.projects img {
    width: 100%;
    height: auto;
    object-fit: fill;
}

.projects h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
}

.projects p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.projects ul {
    list-style: square;
    padding-right: 2rem;
    margin-bottom: 18px;
}

.projects ul li {
    color: #140c04;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.horizontal-line-bg {
    width: 90px;
    height: 2px;
    background-color: #178342;
    margin-right: 6px;
    margin-bottom: 15px;
}


/*=========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,
    .over-scroll-sec  {
        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-en{
        margin-left: 0px;
        margin-right: 0px;
    }
    .breadcrumb {
        width: 100%;
         margin-left: 0px;
    }

    .breadcrumb .breadcrumb-item,
    .breadcrumb .breadcrumb-item a {
        font-size: 13px;
    }

    /*======================*/

    .box {
        flex-direction: column-reverse;
    }


    .projects {
        padding: 40px 20px;
    }


    .projects h3 {
        font-size: 22px;
    }

    .projects p {
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
    }

    .projects ul {
        list-style: square;
        padding-right: 2rem;
        margin-bottom: 18px;
    }

    .projects ul li {
        color: #140c04;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .sec
    {
        margin-top: 20px!important;
    }



    /*========footer==========*/

    .big-footer {
        padding: 0px 20px;
    }


}