/*------------------------------------------------------------------ 
    IMPORT FONTS 
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
/*------------------------------------------------------------------ 
/*------------------------------------------------------------------ 
    SKELETON
-------------------------------------------------------------------*/
html {
    direction: rtl;
}
body {
    /* color: #666666; */
    font-size: 15px;
    font-family: "Almarai", sans-serif;
    line-height: 1.80857;
    overflow-x: hidden !important;
    text-align:right;
}

* {
    font-family: "Almarai", sans-serif;
    box-sizing: border-box;
}


.backdrop {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}

/* start Nav */

/* toggle */
.toggle-container, .toggle-container2 {
    display: block;
    cursor: pointer;
    background: url(../images/filter.svg) no-repeat center;
    width: 50px;
    height: 36px;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 13px;
}

.toggle-container2 {
    display: inline-block;
    background: #f00 url(../images/filter2.svg) no-repeat center;
    border: 1px solid #f00;
}

.toggle-container:hover, .toggle-container.change {
    background: #f00 url(../images/filter2.svg) no-repeat center;
    border: 1px solid #f00;
}

.toggle-container2:hover, .toggle-container2.change {
    background: #fff url(../images/filter.svg) no-repeat center;
    border: 1px solid #f00;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: rgb(241, 238, 238);
    margin: 6px 0;
    transition: 0.4s;
    display: none;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.main_nav {
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.language_dropdown {
    margin-top: 10px;
}

.mobile-nav {
    display: none;
    position: fixed;
    z-index: 1040;
    top: 0;
    left: 0;
    background: white;
    width: 350px;
    height: 100vh;
    overflow-x: auto;
    transition: 0.5s;
}


@media(max-width:640px) {
    .nav-link {
        display: block;
        padding: 0 !important;
    }
}

@media(max-width:640px) {
    #myModal {
        min-width: 800px;
        left: 15%;
    }

    #myModal1 {
        min-width: 800px;
        left: 15%;
    }

    #myModal2 {
        min-width: 800px;
        left: 15%;
    }

    .dropdown-menu {
        background-color: rgba(255, 0, 0, 0.63);
        color: black;
    }
}

.mobile-nav__items {
    width: 90%;
    height: 100%;
    list-style: none;
    margin: 10% auto;
    padding: 0;
    text-align: center;
}

.mobile-nav__item {
    margin: 1rem 0;
}

    .mobile-nav__item h5 {
        display: inline;
    }

.mobile-nav li a {
    color: black;
}

.mobile-nav a:hover:not(.btn) {
    color: #f00;
}

.mobile-nav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #f00
}

.mobile-nav__item a,
.mobile-nav__items a {
    font-size: 1.5rem;
    transition: 0.3s;
    text-decoration: none;
}

.button:focus {
    outline: none;
}

.open {
    display: block !important;
}

.side_dropdown_item:hover .dropdown_content {
    display: block;
}

.dropdown_content {
    transform: translate3d(62px, 89px, 14px) !important;
}

.logo {
    margin: .5rem 0;
    padding: 0;
    transition: .5s ease-in-out;
}

.fabric_icon {
    width: 50px;
}

.mobile-nav__item a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: center;
    outline: none;
}

.mobile-nav__item h5 {
    color: #000;
}



.main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.nav_active {
    background-color: green;
    color: white;
}

.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

.mobile-nav__item:hover {
    background-color: green;
    color: white;
}
/* .mobile-nav__item:hover .dropdown-container {
  display: block;
} */

.fa-caret-down {
    /* float: right; */
    padding-left: 30px;
}

.create-btn:hover {
    cursor: pointer;
}

/* end Nav slider */
.slider img {
    height: 100vh;
    width: 100%;
    /*  min-height: 300px;*/
    opacity: .8;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* start header slider */
.carousel-item img {
    max-height: 70vh;
    width: 100%;
    /*  min-height: 300px;*/
    opacity: 1;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-inner {
    max-height: 100vh;
}

    .carousel-inner .overlay {
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(255,0,0);
        background: linear-gradient(0deg, rgba(255,0,0,0.40) 0%, rgba(255,0,0,0) 100%);
        z-index: 2;
        width: 100%;
        height: 100%;
    }

@media(max-width: 768px) {
    .carousel-caption h2 {
        font-size: 1.5rem;
        z-index: 3;
    }
    /* .carousel-caption p{
    font-size: 1rem;
  } */

}



/* products section */
.products {
    width: 100%;
    background-color: #e9e6e6;
    background-color: #fff;
    padding: 50px 0;
}

    .products h1 {
        margin-bottom: 20px;
    }

.card_item {
    border-radius: 0.5rem;
    margin: 10px auto;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 22%);
    transition: transform .6s ease-in-out;
    height: calc( 100% - .5rem );
    padding-bottom: 2rem !important;
}

    .card_item .btn-bottom {
        position: absolute;
        bottom: 1.5rem;
        left: 50%;
        transform: translate(-50%,0);
    }

@media (max-width: 768px) {
    .card_item {
        width: 75% !important;
    }
}

/*.card_item:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.4);
}*/

.card-img-top {
    width: calc( 100% - .25rem );
    height: 16vw;
    object-fit: cover;
    margin: .125rem;
    border-radius: 0.5rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

    .card-img-top::after {
        content: "";
        width: 2rem;
        height: 2rem;
        background: url(../images/zoom-in.svg) no-repeat center;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-30%, -50%);
        opacity: 0;
        transition: transform .6s ease-in-out;
    }

    .card-img-top::before {
        content: "";
        background: rgba(0,0,0,.55);
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        transition: transform 3.6s ease-in-out;
        border-radius: 0.5rem;
    }

    .card-img-top:hover::after, .card-img-top:hover::before {
        opacity: 1;
    }

    .card-img-top img {
        width: 100%;
        height: 100%;
    }

@media (max-width: 767px) {
    .card-img-top {
        height: 40vw;
    }
}


.show_more_btn {
    margin-top: 40px;
    color: #fff;
    font-size: 17px;
    font-weight: 200;
    width: 200px;
    height: 65px;
    background: #272f43;
    text-align: center;
    line-height: 65px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    display: block;
}

    .show_more_btn::after {
        content: "";
        width: 185px;
        height: 15px;
        background: url("../images/or.png");
        display: block;
        position: absolute;
        top: -15px;
        z-index: 1;
        background-size: 100% 100%;
    }

    .show_more_btn:hover {
        background-color: rgb(202, 58, 32);
        border: none;
    }

    .show_more_btn:focus {
        outline: none !important;
        border: none;
    }

@media (min-width: 992px) {
    .modal-dialog {
        max-width: 80%;
    }
}

/* contact form */
#mymap {
    height: 100%;
    min-height: 900px;
}

.inquiries_h {
    margin-top: 2rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
}

.theme_color_bg {
    background: #fc3726 url(../images/form-bg.jpg) no-repeat center;
    background-size: cover;
}
.padding_0 {
    padding: 0 !important;
}

.contact_section {
    /* background-image: url("../images/blog4.jpg"); */
    /* background-size: 50% auto; */
    /* background-repeat: no-repeat; */
    /* background-position: left center; */
}

.full {
    width: 100%;
}

.contact_form {
    /* background: #fff; */
    /* background-size: cover; */
    background-position: center center;
    min-height: auto;
    padding: 45px 65px 65px;
    /* max-width: 770px; */
    margin: 20px 0 0;
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); */
}

@media (max-width: 991px) and (min-width: 768px) {
    .contact_form {
        padding: 35px 35px 35px 35px;
        margin: 50px 35px 0;
        max-width: 300px
    }
}

.contact_form_inner {
    /* padding: 35px 35px 35px 50px; */
}

.field input {
    width: 100%;
    background: #fff;
    min-height: 50px;
    border: none;
    margin: 16px 0 0 0;
    color: #000;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    padding: .5rem 1.25rem;
}

.field textarea {
    width: 100%;
    background: #fff;
    min-height: 120px;
    border: none;
    margin: 16px 0 0 0;
    color: #000;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    padding: .5rem 1.25rem;
}

.contact_form_inner button {
    min-width: 100px;
    height: 50px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: ease all 0.5s;
    background: #ef4023;
    text-transform: none;
    border: 1px solid #fff;
    border-radius: 0.25rem;
}
@media (min-width: 992px) {
    .contact_form_inner button {
        width: 210px;
    }
}
    .contact_form_inner button.btn-dark {
        color: #fff !important;
        background-color: #343a40 !important;
        border-color: #343a40 !important;
    }

    .contact_form_inner button:hover,
    .contact_form_inner button:focus {
        color: #fff;
        background: #050000;
        border: 1px solid #050000;
    }

/* footer */



footer.footer-box .heading_main h2 {
    text-transform: none;
    border-bottom: solid #fff 1px;
    width: 100%;
    padding: 0 0 40px 0;
}

.footer_blog {
    padding-left: 45px;
}

.heading_main {
    justify-content: flex-start;
    margin-bottom: 40px;
}

.company_adress {
    color: rgba(255, 255, 255, 0.8);
    /* font-size: 12px; */
}

.f_icon_1 {
    background-image: url('../images/f_icon1.png');
    background-repeat: no-repeat;
    background-position: top right;
}

.f_icon_2 {
    background-image: url('../images/f_icon2.png');
    background-repeat: no-repeat;
    background-position: top right;
}

.f_icon_3 {
    background-image: url('../images/f_icon3.png');
    background-repeat: no-repeat;
    background-position: top right;
}


/* blog */
.icon-bar {
    /* width: 90px; */
    /* background-color: #555; */
}

    .icon-bar a {
        /* display: block; */
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: red;
        font-size: 20px;
    }

        .icon-bar a:hover {
            background-color: #000;
        }

/*.active {
    background-color: #4caf50;
}*/

.footer_bottom {
    background: #0f1521;
    padding: 0 0;
    width: 100%;
    min-height: 60px;
    float: left;
    text-align: center;
}

    .footer_bottom p.crp {
        float: left;
        margin: 0;
        color: #fff;
        font-size: 17px;
        text-align: center;
        width: 100%;
        line-height: 60px;
        padding-top: 2px;
    }



#scroll-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 25px;
    /* display: none; */
    font-size: 25px;
    border-radius: 0;
    transition: .2s;
    letter-spacing: 1px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-weight: 900;
    border-radius: 100%;
}

@media (max-width: 767px) {
    #scroll-to-top {
        bottom: 65px;
    }
}

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: #ef4023;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff;
    width: 165px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

    .hvr-radial-out::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ef4023;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-radial-out:hover::before,
    .hvr-radial-out:focus::before,
    .hvr-radial-out:active::before {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

a.hvr-radial-out:hover,
a.hvr-radial-out:focus {
    color: #fff;
}


.carousel-itemm img {
    height: 70vh;
    width: 100%;
    /*  min-height: 300px;*/
    opacity: .8;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (max-width: 600px) {

    a.d-none, .navbar-nav a {
        display: inline-block !important;
    }

    .mobile-nav__item a, .dropdown-btn {
        width: auto !important
    }

    a.dropdown-toggle::after {
        display: none !important;
    }
}

li {
    display: block !important
}

nav a {
    display: inline-block !important;
}

.dropdown-menu a {
    color: #000 !important;
}

/*.navbar-nav .dropdown-menu {
    position: relative !important;
    display:block;
    background-color: transparent;
    float: left;
    border: none;
}

    .navbar-nav .dropdown-menu a:hover {
        background-color: red;
    }*/


/*
    added by mmsanad
*/
#top_area {
    background: #303030;
    color: #fff;
    font-size: 14px;
}

.top_area_social a {
    color: #fff;
    margin: 5px;
}

#top_area a {
    color: #fff;
}

#top_area .fa-phone, #top_area .fa-envelope {
    color: #FF0000;
    margin: 0 8px;
}

#top_area .language_dropdown {
    margin-top: 0;
}

@media (min-width: 992px) {
    #top_area .fa-phone, #top_area .fa-envelope {
        margin: 0 8px 0 32px;
    }
}

#top_area .dropdown-menu {
    border: 0 !important;
    background: #fff !important;
    box-shadow: rgba(0,0,0,.25) 0 0 8px;
}

    #top_area .dropdown-menu a {
        font-size: 14px;
        padding: 0.25rem 0;
        background: #f5f5f5;
        margin-bottom: .125rem;
        border-radius: .25rem;
    }

@media (max-width: 991px) {
    #top_area .dropdown-menu {
        width: calc( 100% - 30px ) !important;
    }

    #top_area .language_dropdown {
        margin: .5rem 0
    }
}


.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(255,0,0,1);
}

.top_search {
    margin: 0 2rem;
    background: #E2E2E2;
    border-radius: 1.5rem;
}

    .top_search input[type='search'] {
        background: transparent;
        border: 0;
        outline: 0;
        box-shadow: none !important;
    }

    .top_search button {
        border: 0;
        color: #f00;
        padding: 0 1rem;
        font-size: 1rem;
        background: transparent !important;
    }

@media (min-width: 992px) {
    .main-nav .nav-link {
        font-size: 17px;
        padding: .5rem .75rem !important;
    }
}

@media (min-width: 1200px) {
    .main-nav .nav-link {
        font-size: 17px;
        padding: .5rem 1.5rem !important;
    }
}

.carousel-indicators li {
    height: 10px;
    border-radius: 5px;
}

.carousel-caption h2 {
    font-weight: 700;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
    opacity: .8
}

    .carousel-control-next:hover, .carousel-control-prev:hover {
        background: rgb(0 0 0 / 10%);
    }

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

.half-gutters {
    margin-right: -7px;
    margin-left: -7px;
}

    .half-gutters > .col, .half-gutters > [class*=col-] {
        padding-right: 7px;
        padding-left: 7px;
    }


.branches-bg .fa-map-marker {
    margin-right: 1rem;
}
.branches-bg .fa-map-marker {
    margin-left: 1rem;
}

.mr-2, .mx-2 {
    margin-left: .5rem !important;
}
.field input, .field textarea {
    direction: rtl;
}


@media (min-width: 992px) {
    #top_area .fa-phone, #top_area .fa-envelope {
        margin: 0 32px 0 8px;
    }
}
.mobile-nav .closebtn {
    right: initial;
    margin-left: 0;

    left: 25px;
    margin-right: 50px;
}