* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


body {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    font-family: "Cairo", sans-serif;
}

.rtl {
    direction: rtl;
}

.pc {
    display: block !important;
}

.mob {
    display: none !important;
}

.small-nav
    {
        position: fixed;
        top: 0;
        background-color: #fff;
        padding: 10px 5px;
        width: 100%;
        z-index: 99999999999999;
    }

.fixed-nav {
    position: fixed;
    width: 100%;
    z-index: 9999;
    transition: 0.7s;
    transition-timing-function: ease-in-out;
    scroll-behavior: smooth;
}

.fixed-nav.sticky {
    top: 0;
    width: 100%;
    padding: 15px;
}

/**/

/* .navbar-nav {
    margin-right: 15%;
} */

.navbar-nav li {
    margin-left: 9px;
    margin-top: 13px;
}

.navbar-nav li a {
    color: #293236!important;
    font-weight: bolder;
    font-size: 15px;
}

.end-nav {
    list-style: none;
    /* margin-right: 20%; */
    margin-top: 20px;
}

.end-nav li {
    display: inline !important;
    margin-left: 18px;
}

.end-nav li a {
    color: #b82c2c!important;
}

header .logo-header {
    width: 169px;
    height: 69px;
}

.big-nav .dropdown-menu[data-bs-popper] {
    right: 0!important;
}

.dropdown-toggle::after {
    vertical-align: 0em
}
.dropdown-toggle::after {
    vertical-align: .3em;
    margin-right: 4px;
}
.dropdown-menu {
    text-align: right;
    padding: 20px 0px 20px 50px;
    background-color: rgb(248, 249, 250);
    --bs-dropdown-border-color: none;
}

.dropdown-menu .dropdown-item {
    color: #100f0f !important;
    font-weight: 600;
}

.dropdown-menu .dropdown-item:hover {
    color: #b82c2c !important;
}

.dropdown-menu
{
    display: none;
}

.dropdown:hover > .dropdown-menu
{
    display: block!important;
}


.offcanvas-body{
    margin-right:20px;
    }

.navbar-nav .nav-link.show {
    color: #293236;
}



.banner-box {
    position: absolute;
    top: 190px;
    right: 50px;
    z-index: 999;
    background-color: white;
    width: 550px;
    height: 200px;
}


.icon-cartgg
{
    position: relative;
}

.counter-cart
{
    position: absolute;
    top: -3px;
    left: -13px;
    background-color: rgba(36, 46, 64,.9);
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

h1 {
    font-size: 50px;
    line-height: 70px;
}

.banner-box p {
    color: #7A7A7A;
    margin-bottom: 2.5rem;
}


.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: right;
    color: #b82c2c;
    padding: 0px 5px;
}

.breadcrumb-item a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #11232A !important;
}

.breadcrumb-item a:hover {
    color: #b82c2c !important;
}

.breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
    color: #b82c2c !important;
}

h2 {
    font-size: 30px;
    font-weight: bolder;
    line-height: 1.1em;
    color: #11232A;
    margin-bottom: 25px;
    font-style: normal;
}

p {
    color: #7A7A7A;
    /*font-size: 18px;*/
    font-weight: 600;
}

.mission
{
    background-image: url('/assets/images/sub-banner-about.jpg');
    width: 100%;
   padding: 50px 0px;
}

.values
{
    background-color: rgba(234, 234, 234,.3);
    padding: 50px 0px;
}

.values p {
    margin-top: 6px;
    /*font-size: 15px!important;*/
}

.about-us {
    background-color:rgba(234, 234, 234,.3) ;
    padding: 70px 0px;
}

.quality h5 {
    margin-top: 13px;
    font-weight: bolder;
    font-size: 18px;
}

.quality .image-services {
    width: 70px;
    height: 70px;
}

.section {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    display: none;
}

.hover-button {
    width: 33.333%;
    cursor: pointer;
}

.cart-button {
    background-color: #242e40;
    color: white;
    font-size: 15px;
    margin-top: 10px;
    font-weight: bold;
    border-radius: 0;
}

.cart-button:hover {
    background-color: rgb(152, 37, 50);
    color: white;
    font-size: 15px;
    border-radius: 10px;
}

.sub-banner h2 {
    font-size: calc(1rem + 1.5vw);
}

.sub-banner .button-categ {
    width: 25%;
}

.icons-features {
    width: 25%;
}

h3 {
    color: #242e40;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 30px;
}

.button-categ {
    background-color: #242e40;
    color: white;
    font-weight: bold;
    font-size: 13px;
    margin-top: 10px;
    border-radius: 0;
}

.button-categ:hover {
    background-color: rgb(152, 37, 50);
    color: white;
    font-weight: normal;
    font-size: 13px;
    margin-top: 10px;
    border-radius: 10px;
}


.line {
    height: 60px;
    width: 1px;
    background-color: rgb(197, 191, 191);
    margin: 0px 13px;
}



hr {
    color: #FFFFFF;
}

footer {
    background-color: #515759;
    padding: 30px;
}

footer h6 {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bolder;
    margin: 20px 0px;
}

footer ul {
    list-style: none;
}

footer ul li a {
    text-decoration: none;
    color: #E3E3E2;
    font-weight: 300;
    font-size: 16px;
}

footer .social-icon {
    background-color: #8e2c24;
}

footer .social-icon:hover {
    background-color: rgba(184, 44, 44, .7);
}

footer ul li a:hover {
    text-decoration: none;
    color: #b82c2c;
    font-weight: bolder;
    font-size: 17px;
}


footer ul li {
    color: #E3E3E2;
    margin-bottom: 10px;
    font-weight: 300;
}

footer hr {
    color: #E3E3E2 !important;
}

footer .logo-footer {
    width: 70%;
}

footer .logo-footer {
    margin-right: 50px;
}

.small-footer {
    justify-content: space-between;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-0.5* var(--bs-gutter-x));
    margin-left: calc(-0.5* var(--bs-gutter-x));
}



/* 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: 30px;
    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%;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width:1000px) {
    * {
        overflow-x: hidden !important;
    }

    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    i,
    .services,
    .carousel,
    li,
    a,
    span,
    small,ul {
        overflow-y: hidden !important;
    }
    .end-nav
    {
        padding-left: 0px;
    }
    .counter-cart
    {
        position: absolute;
        top: 0px;
        left: -13px;
        background-color: rgba(36, 46, 64,.9);
        color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
    }
    .end-nav i {
        
        font-size: 21px;
    }

    .pc {
        display: none !important;
    }

    .mob {
        display: block !important;
    }

    header .logo-header {
        width: 129px;
        height: 49px;
    }
    

    .navbar-toggler-icon {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"/></svg>');
        width: 1em;
        height: 1em;
    }

    .navbar-toggler {
        margin-top: 5px;
    }

    .navbar {
        padding: 2px 15px 5px 15px;
    }

    .offcanvas-header .btn-close {
        margin: 0;
        padding: 0;
        margin-bottom: 25px;
    }

    .navbar-nav {
        margin-left: 2%;
    }

    .banner-box {
        display: none;
    }

    
    .navbar-nav li
    {
        margin: 0px;
    }

    h1 {
        font-size: 30px;
        line-height: 50px;
    }

    .banner-box p {
        color: #7A7A7A;
        margin-bottom: 2.5rem;
        font-size: 15px;
    }

    .sub-main {
        margin-top: 20%;
    }

    h2 {
        font-size: 23px;
        margin-bottom: 12px;
        line-height: 1.5em !important;
    }

    p {
        font-size: 18px !important;
    }

    .quality{
        padding: 15px;
    }


    .box {
        flex-direction: column-reverse;
    }


    .quality h5 {
        margin-top: 13px;
        font-weight: bolder;
        font-size: 8px;
    }


    .quality .image-services {
        width: 40px;
        height: 40px;
    }

    .sub-banner-img {
        height: 280px;
    }

    .sub-banner p {
        width: 100%;
    }

    .sub-banner h2 {
        font-size: calc(1rem + 0vw);
    }

    .sub-banner .button-categ {
        width: 75%;
    }

    .clients,
    .flags {
        padding: 30px 0px;
    }

    .clients h3,
    .flags h3 {
        margin-bottom: 15px;
    }

    .mission,
    .values,
    .about-us
    {
        padding: 15px;
    }

    .features {
        padding: 30px 0px;
    }

    .features .features-image {
        width: 20px;
        height: 20px;
    }

    .icons-features-details1 {
        margin-left: 4px;
    }

    .icons-features-details2 h5 {
        font-weight: bold;
        font-size: 8px;
        margin-top: 8px;
    }

    .icons-features-details2 p {
        font-size: 10px;
        margin-top: 10px;
    }

    .line {
        margin: 0px 2px;
        height: 80px;
    }

    small {
        text-align: center;
        justify-content: center;
        display: flex;
        margin-bottom: 15px;
    }

    .small-footer {
        justify-content: center;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: inline;
        flex-wrap: wrap;
        margin-top: calc(-1* var(--bs-gutter-y));
        margin-right: calc(-0.5* var(--bs-gutter-x));
        margin-left: calc(-0.5* var(--bs-gutter-x));
    }  
}

.icon-favlist{
    position: relative;
}

.counter-fav
{
    position: absolute;
    top: -3px;
    left: 12px;
    background-color: rgba(36, 46, 64,.9);
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.end-nav
{
    padding: 10px 10px 0px 0px !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles for older/small phones */
  footer {
        padding: 0px !important;
    }

    .col-mob-info{
        width: 40% !important;
    }

    .col-mob-add{
        width: 60% !important;
    }

    .col-mob-add ul 
    {
        padding: 0px !important;
    }

    .col-mob-add ul li{
        width: 180px !important;
    }

}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  /* Styles for smaller phones */

    footer {
        padding: 0px !important;
    }

    .col-mob-info{
        width: 35% !important;

    }

    .col-mob-add{
        width: 60% !important;
        padding: 0px !important;
    }

    .col-mob-add ul 
    {
        padding: 0px !important;
    }

    .col-mob-add ul li{
        width: 260px !important;
    }
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: none;
}