﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


/*Start Root*/
:root {
    --main-color: #A6312F;
    --second-color: #2B83FD;
}
/*End Root*/


/*Start Global*/
@font-face {
    font-family: 'Bahij_TheSansArabic-Bold';
    src: url('../fonts/Bahij_TheSansArabic-Bold.ttf') format('truetype');
}




* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a, a:visited, a:hover {
    text-decoration: none
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

p {
    line-height: 1.5;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Bahij_TheSansArabic-Bold' !important;
}

.TahomaFonts {
    font-family: Tahoma !important
}

.img-reponsive {
    max-width: 100%;
    max-height: 100%
}

.text-center {
    text-align: center
}


.lnkWhatsapp, .lnkWhatsapp:visited {
    background-color: #25D366;
    -webkit-box-shadow: 4px 4px 10px #1d1d1d;
    box-shadow: 4px 4px 10px #1d1d1d;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: inline-block;
    font-size: 40px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    padding: 3px;
    z-index: 5000;
    -webkit-animation-name: whatsapp_animation;
    animation-name: whatsapp_animation;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

    .lnkWhatsapp:hover {
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
        width: 70px;
        height: 70px;
        font-size: 45px;
        padding: 5px;
        color: #fff;
    }

@-webkit-keyframes whatsapp_animation {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    to {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
}

@keyframes whatsapp_animation {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    to {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-50 {
    margin-bottom: 25px;
}

.margin-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media only screen and (max-width: 575px) {
    .hidden-xs {
        display: none !important;
    }

    .center-xs {
        text-align: center;
    }

    .margin-center-xs {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hidden-sm {
        display: none !important;
        background-color: green
    }

    .center-sm {
        text-align: center;
    }

    .margin-center-sm {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
        display: none !important;
        background-color: blue;
    }

    .center-md {
        text-align: center;
    }

    .margin-center-md {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg {
        display: none !important;
    }

    .center-lg {
        text-align: center;
    }

    .margin-center-lg {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (min-width: 1200px) {
    .hidden-xl {
        display: none !important;
    }

    .center-xl {
        text-align: center;
    }

    .margin-center-xl {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}




/*Start border-pagination */
.b-pagination-outer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.pagination {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0px;
}

.paginationli {
    display: inline;
}

.pagination li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #ddd;
    float: left;
}

.pagination li a {
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s
}

.pagination li.active a {
    background-color: var(--main-color);
    color: #fff;
}

.pagination li:hover:not(.active) {
    background: #ddd;
}
/*End border-pagination */

/*Start Main Nav*/
#main_nav {
    background-color: var(--main-color) !important;
}

    #main_nav .navbar-brand img {
        height: 80px;
        margin: 10px 100px 10px 15px;
        max-width: 100%;
        max-height: 100%
    }

    #main_nav.navbar-light .navbar-nav .nav-link {
        color: #fff !important;
    }

    #main_nav #navbarNav .navbar-nav .nav-item:nth-last-of-type(1) .nav-link {
        background-color: #fff;
        color: var(--main-color) !important;
        border-radius: 7px;
        width: 135px;
        text-align: center;
    }

    #main_nav #navbarNav .navbar-nav .nav-item:nth-last-of-type(2) {
        margin: 0px 70px 0px 20px;
    }

@media(max-width:1200px) {
    #main_nav #navbarNav .navbar-nav .nav-item {
        text-align: center;
    }

        #main_nav #navbarNav .navbar-nav .nav-item .nav-link {
            width: unset !important;
        }
}

@media(max-width:1200px) {
    #main_nav .navbar-brand img {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}
/*End Main Nav*/
/*Start Home Banner*/
#home_banner {
    background: url(../imgs/banner.png);
    height: 285px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

/*End Home Banner*/
/*Start Home Banner Services*/
.home_banner_services {
    background-color: #fff;
    border-radius: 63px;
    max-width: 700px;
    width: 95%;
    text-align: center;
    padding: 8px 0px;
    margin: 0px auto;
    -webkit-box-shadow: 1px 4px 4px #dbdada;
    box-shadow: 1px 4px 4px #dbdada;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

    .home_banner_services > p {
        color: #000
    }

    .home_banner_services > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .home_banner_services > div div {
            min-width: 100px;
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

            .home_banner_services > div div:hover {
                -webkit-transform: scale(1.08);
                -ms-transform: scale(1.08);
                transform: scale(1.08)
            }

        .home_banner_services > div img {
            display: block;
            width: 50px;
            margin: 0px auto;
        }

        .home_banner_services > div p {
            font-size: 13px;
            color: #000
        }
/*End Home Banner Services*/

/*Our Latest Work*/
#our_latest_work {
    margin-top: 25px;
}

    #our_latest_work .latest_work_item img {
        border-radius: 15px;
        border: 2px solid var(--main-color);
    }

    #our_latest_work .latest_work_item {
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

        #our_latest_work .latest_work_item:hover {
            -webkit-transform: scale(1.03);
            -ms-transform: scale(1.03);
            transform: scale(1.03)
        }

        #our_latest_work .latest_work_item div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 5px 0px;
        }

            #our_latest_work .latest_work_item div b:first-of-type {
                color: var(--main-color);
            }

            #our_latest_work .latest_work_item div b:last-of-type {
                color: #000;
            }

    #our_latest_work .section_title,
    #our_latest_work .section_suptitle {
        text-align: center;
        color: #383838
    }

    #our_latest_work .section_suptitle {
        font-size: 11px;
        margin-bottom: 35px;
    }
/*Our Latest Work*/
/*why are we*/
#why_are_we {
    margin-top: 60px;
}

    #why_are_we .section_title {
        text-align: center;
        margin-bottom: 50px;
    }

    #why_are_we .why_are_we_item {
        text-align: center;
    }

        #why_are_we .why_are_we_item img {
            width: 111px;
        }

        #why_are_we .why_are_we_item b {
            display: block;
            color: #1D1D1D;
            margin: 12px 0px;
        }

        #why_are_we .why_are_we_item p {
            font-size: 13px;
            color: #7c7c7c;
        }
/*why are we*/
/*Our Information*/
.our_information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 35px 0px;
}

    .our_information > div {
        width: 50%;
        padding: 45px 120px;
        color: #fff
    }

        .our_information > div h5 {
            margin-bottom: 20px;
        }

        .our_information > div:last-of-type {
            background-color: var(--main-color);
        }

        .our_information > div:first-of-type {
            background-color: var(--second-color);
        }

@media(max-width:1270px) {
    .our_information > div {
        padding: 45px;
    }
}

@media(max-width:950px) {
    .our_information {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .our_information > div {
            width: 100%;
        }
}

@media(max-width:550px) {
    .our_information > div {
        padding: 25px 10px
    }
}
/*Our Information*/
/*Statistics Counter*/
#statistics_counter {
    padding: 15px 0px;
}

    #statistics_counter .statistics_counter_item {
        text-align: center;
        color: #7C7C7C;
    }
/*Statistics Counter*/
/*Our Business*/
#our_business .section_title {
    text-align: center;
    margin: 10px 0px;
    color: #1D1D1D;
}

#our_business .owl-carousel {
    margin: 20px 0px;
}

    #our_business .owl-carousel .owl-prev,
    #our_business .owl-carousel .owl-next {
        font-size: 20px;
        background-color: #00000096;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        color: #fff;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #our_business .owl-carousel .owl-prev {
        right: 40px;
    }

    #our_business .owl-carousel .owl-next {
        left: 40px;
    }

    #our_business .owl-carousel .owl-item {
        padding: 0px 4px;
    }
/*Our Business*/
/*Our new*/
#our_new {
    margin: 40px 0px;
}

    #our_new img {
        max-height: 400px;
    }

    #our_new .container .row > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px 0px;
    }
/*Our new*/
/*Customers Rates*/
#customers_rates {
    height: 380px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

    #customers_rates .container > .row > div {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

#customer_rates_carousel {
    height: 60%;
}

@media(max-width:767px) {
    #customer_rates_carousel {
        height: unset;
    }
}

#customer_rates_carousel .owl-dots {
    margin-bottom: 30px;
    margin-top: unset !important
}

#customers_rates #customers_rates_data {
    padding: 10px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    #customers_rates #customers_rates_data p, #customers_rates #customers_rates_data h6 {
        color: #fff;
        padding: 0px;
        margin: 0px;
    }

    #customers_rates #customers_rates_data p {
        font-size: 11px;
    }

    #customers_rates #customers_rates_data #customers_rates_data_stars {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px 0px;
        gap: 10px;
    }

        #customers_rates #customers_rates_data #customers_rates_data_stars img {
            width: 30px;
        }



#customers_rates #customers_rates_view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#customers_rates #customers_rates_ordernow img {
    height: 55px;
}

#customers_rates #customers_rates_ordernow div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

#customers_rates #customers_rates_ordernow {
    color: #000;
    display: inline-block;
    margin: 20px 0px;
}

#customers_rates #customers_rates_image {
    width: 290px;
}

#customers_rates #customers_rates_background {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 380px;
    width: 100%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/*Customers Rates*/
/*Page Head Banner*/
.page_head_banner {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.employment_banner {
    background-image: url(../imgs/employment_page_head.png);
}

.news_banner {
    background-image: url(../imgs/news_page_head.png);
}

.signin_banner {
    background-image: url(../imgs/signin_page_head.png);
}

.priceoffer_banner {
    background-image: url(../imgs/priceoffer_page_head.png);
}
/*Page Head Banner*/
/*Article*/
#article_date {
    margin-top: 35px;
    margin-bottom: 35px;
}

    #article_date b {
        margin: 0px 5px;
    }

#article_containt {
    margin-bottom: 50px;
}

    #article_containt p {
        color: #6a6a6a;
        font-size: 13px;
        line-height: 2.5;
    }

    #article_containt h5 {
        margin-bottom: 30px;
    }
/*Article*/
/*News*/
#news_containt {
    margin: 80px 0px;
}

    #news_containt .news_item {
        border: 2px solid var(--main-color);
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px 0px
    }

        #news_containt .news_item div {
            padding: 5px;
        }

            #news_containt .news_item div:first-of-type {
                height: 110px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                #news_containt .news_item div:first-of-type img {
                    max-width: 80%;
                }

            #news_containt .news_item div:last-of-type {
                background-color: var(--main-color);
                color: #fff
            }

                #news_containt .news_item div:last-of-type p {
                    font-size: 13px;
                }
/*News*/
/*Gallry*/
#gallary {
    margin-top: 30px;
    margin-bottom: 30px;
}

    #gallary .gallary_item img {
        margin: 15px 0px;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        #gallary .gallary_item img:hover {
            -webkit-transform: rotate(5deg) scale(1.04);
            -ms-transform: rotate(5deg) scale(1.04);
            transform: rotate(5deg) scale(1.04)
        }
/*Gallry*/
/*Products Bar*/
#products_bar {
    margin: 50px 0px;
}

    #products_bar #search_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 1.5px solid #403f3f;
        border-radius: 14px;
        overflow: hidden;
    }

        #products_bar #search_container input {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            outline: none;
            border: none;
            height: 50px;
            width: calc(100% - 58px);
            padding: 0px 10px;
        }

        #products_bar #search_container button {
            outline: none;
            border: none;
            background-color: #403f3f;
            color: #fff;
            width: 60px;
            font-size: 25px;
        }

    #products_bar #filter_bar {
        width: 100%;
        background-color: #dad9d9;
        height: 100%;
        padding: 0px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        #products_bar #filter_bar select {
            height: 100%;
            background-color: transparent;
            outline: none;
            border: none;
        }

            #products_bar #filter_bar select:nth-child(1) {
                color: #505050;
            }

            #products_bar #filter_bar select:nth-child(2) {
                color: #ff0000;
            }

@media(max-width:767px) {
    #products_bar #filter_bar {
        margin-top: 15px;
    }
}
/*Products Bar*/
/*Products List*/
#products_list a {
    display: block;
    margin: 25px 0px;
}

#products_list .product_item {
    background-color: #fff;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--main-color);
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    #products_list .product_item img {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    #products_list .product_item:hover {
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
    }

        #products_list .product_item:hover img {
            -webkit-transform: rotate(2deg) scale(1.05);
            -ms-transform: rotate(2deg) scale(1.05);
            transform: rotate(2deg) scale(1.05);
        }

    #products_list .product_item h6 {
        padding: 5px 0px;
        background-color: var(--main-color);
        width: 100%;
        text-align: center;
        margin: 0px;
    }

/*Products List*/
/*Products Modal*/
#product_modal h6 {
    margin: 0px;
    background-color: var(--main-color);
    color: #fff;
    padding: 7px;
}

#product_modal .modal-body {
    padding: 0px;
}
/*Products Modal*/
/*Form Container*/
.form_container {
    margin: 100px 0px;
}

    .form_container button[type=submit] {
        width: 190px;
        background-color: #BC1219;
        color: #fff;
        outline: none;
        border: none;
        height: 40px;
        margin: 25px 0px;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        .form_container button[type=submit]:hover {
            background-color: var(--main-color);
            opacity: .7;
        }

    .form_container textarea {
        height: 120px;
    }

    .form_container .form-control {
        border-radius: 12px;
    }

    .form_container input[type=file] {
        padding: 3px 20px;
    }
/*Form Container*/
/*SignIn*/
#signin_tap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    #signin_tap li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
    }

#signin, #register {
    padding-top: 55px;
}

    #signin button[type=submit], #register button[type=submit] {
        margin: 30px auto 0px;
        display: block;
    }

#signin_tap.nav-tabs .nav-item.show .nav-link,
#signin_tap.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #BC1219;
}

#signin_tap.nav-tabs .nav-link {
    color: #000
}
/*SignIn*/
/*Main Footer*/
#main_footer {
    background-color: #1D1D1D;
    padding: 50px 0px 0px 0px;
}

    #main_footer a {
        color: #fff
    }

    #main_footer .main_footer_list h5 {
        color: var(--main-color);
        font-size: 16px;
    }

    #main_footer .main_footer_list ul li {
        margin: 5px 0px;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

        #main_footer .main_footer_list ul li:hover {
            -webkit-transform: scale(1.04);
            -ms-transform: scale(1.04);
            transform: scale(1.04)
        }

        #main_footer .main_footer_list ul li a {
            font-size: 15px;
        }

    #main_footer .main_footer_contact h5 {
        color: var(--main-color);
        font-size: 16px;
    }

    #main_footer .main_footer_contact > div {
        color: #fff;
        margin: 10px 0px;
    }

        #main_footer .main_footer_contact > div > a, #main_footer .main_footer_contact > div > p {
            color: #fff;
            font-size: 12px;
        }

    #main_footer .main_footer_contact .social_media ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        #main_footer .main_footer_contact .social_media ul li {
            background-color: var(--second-color);
            font-size: 20px;
            display: inline-block;
            width: 30px;
            height: 30px;
            text-align: center;
            border-radius: 50%;
            margin: 0px 10px;
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            padding: 2.5px;
        }

            #main_footer .main_footer_contact .social_media ul li:first-of-type {
                margin-left: 0px;
            }

            #main_footer .main_footer_contact .social_media ul li a {
                display: block;
            }

            #main_footer .main_footer_contact .social_media ul li:hover {
                -webkit-transform: scale(1.05);
                -ms-transform: scale(1.05);
                transform: scale(1.05);
            }

    #main_footer .main_footer_about img {
        max-height: 60px;
    }

    #main_footer .main_footer_about p {
        color: #fff;
        font-size: 12px;
        margin: 25px 0px;
        line-height: 2.3;
    }

    #main_footer .main_footer_contact,
    #main_footer .main_footer_about,
    #main_footer .main_footer_list {
        margin: 19px 0px;
    }

    #main_footer .main_footer_linkinfo {
        font-size: 12px;
        color: var(--second-color);
    }

@media(max-width:992px) {
    #main_footer .main_footer_contact, #main_footer .main_footer_about, #main_footer .main_footer_list {
        text-align: center;
    }

        #main_footer .main_footer_contact .social_media ul {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
}
/*Main Footer*/

/*Right to left*/
body.rtl {
    direction: rtl;
    text-align: right
}

    body.rtl #customers_rates #customers_rates_background {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    body.rtl #main_nav .navbar-brand img {
        margin: 10px 15px 10px 100px;
    }

    body.rtl #main_nav #navbarNav .navbar-nav .nav-item:nth-last-of-type(2) {
        margin: 0px 20px 0px 70px;
    }
/*Right to left*/
