@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap');

body {
    font-family: 'cairo', sans-serif;
    letter-spacing:-1px;
}

a:focus {
    outline-width: 0px;
    outline-color: transparent;
}

@media(min-width:769px) {
    .navbar-brand-centered {
        position: absolute;
        right: 50%;
        display: block;
        width: 280px;
        text-align: center;
        background-color: #eee;
        text-align: center;
        top: 20px;
    }

    .navbar > .container .navbar-brand-centered,
    .navbar > .container-fluid .navbar-brand-centered {
        margin-right: -120px;
    }

    .navbar-brand-centered img {
        width: 100%;
    }

    #navbar-brand-centered1 ul {
        text-align: center;
        border-top: 1px solid #e7e7e7;
        width: 100%;
    }

        #navbar-brand-centered1 ul li {
            float: none;
            display: inline-block;
        }
}

#navbar-brand-centered {
    padding: 30px 0px;
}

.navbar-brand.navbar-brand-centered {
    padding: 0px;
    background: transparent;
}

.navbar-default {
    background: #fff;
}

.search_nav {
    border-radius: 20px;
    padding-left: 20px;
    background: url('../images/search_blackicon.png')no-repeat left 15px center;
    font-size: 15px;
}

body header li .btn-group .btn1 {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    width: 45px;
    border-color: #be2c37;
    /* margin-left: -10px; */
}

    body header li .btn-group .btn1:focus,
    body header li .btn-group .btn2:focus,
    body header li .btn-group .btn1:hover,
    body header li .btn-group .btn2:hover {
        outline: 0px auto transparent;
        background: #be2c37;
        border-color: #be2c37;
        color: #fff;
    }

body header li .btn-group .btn2 {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    width: 45px;
    /* margin-right: -10px; */
    border-color: #be2c37;
}

body header li .btn-group {
    padding: 10px;
}

    body header li .btn-group .active {
        /* border-radius: 15px !important; */
        /* z-index: 9; */
        width: 45px;
        background: #be2c37;
        color: #fff;
    }

#navbar-brand-centered1 {
    padding: 0px;
}

header nav.navbar-default {
    border-bottom: 0px;
    margin-bottom: 0px;
}

#navbar-brand-centered1 ul.dropdown-menu li {
    float: right;
    width: 100%;
    text-align: right;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #444444;
    background: #fff;
    border-bottom: 5px solid #be2c37;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #444444;
    background: #fff;
    border-bottom: 5px solid #be2c37;
}

.navbar-center > li > a {
    text-transform: uppercase;
    padding: 15px 7px 10px 7px;

}
.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding: 15px;
}
/* ============= mainslider =============== */
#wrap {
    background-color: #ddd;
    /* padding: 50px 0; */
}

#slider {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #slider img {
        width: 100%;
        /*filter: bleftness(0.7);*/
    }

.slick-slider button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.slide-arrow {
    position: absolute;
    /* top: 50%; */
    margin-top: -15px;
}

.prev-arrow {
    left: 40px;
    width: 60px;
    height: 60px;
    background: #be2c37 !important;
    z-index: 9;
}

.next-arrow {
    right: 40px;
    width: 60px;
    height: 60px;
    background: #be2c37 !important;
    z-index: 9;
}

    .prev-arrow img,
    .next-arrow img {
        height: 100%;
        object-fit: contain;
        padding: 15px;
        filter: bleftness(1) !important;
    }

#slider .slick-track {
    margin: 0px;
}

#slider .slide-item {
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

    #slider .slide-item .caption {
        position: absolute;
        /* top: 0; */
        right: 0;
        left: 0;
        text-align: center;
    }

        #slider .slide-item .caption * {
            color: #fff;
        }

        #slider .slide-item .caption h1 {
            font-size: 40px;
            text-transform: uppercase;
            margin-bottom: 30px;
        }

        #slider .slide-item .caption p {
            font-size: 20px;
        }

ul.slick-dots {
    position: absolute;
    bottom: 30px;
    text-align: center;
    right: 0;
    left: 0;
    padding: 0;
    text-align: center;
}

    ul.slick-dots li {
        margin: 10px;
        display: inline-block;
        border-radius: 20px;
        width: 20px;
        height: 20px;
        background: #d9d9d9;
        cursor: pointer;
    }

        ul.slick-dots li.slick-active {
            background: #be2c37;
        }

        ul.slick-dots li button {
            display: none;
        }

/* ============= mainslider =============== */
/* HOME ABOUT SECTION */
.home_about {
    display: block;
    clear: both;
    padding: 50px 0px 40px;
}

.left_head h1 {
    font-size: 40px;
    text-transform: uppercase;
}

.left_head::after {
    content: "";
    display: block;
    clear: both;
    width: 100px;
    background: url(../images/redUL.png)no-repeat right bottom;
    height: 20px;
}

.newspaper {
    column-count: 2;
    font-size: 16px;
    text-align: justify;
    column-gap: 40px;
    color: #333333;
    margin-top: 110px;
}

.supportivetext {
    font-size: 17px;
    color: #999999;
    margin: 30px 0px 35px;
    line-height: 28px;
}

.btn-red {
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
    background: #be2c37;
    transition: 0.5s;
    clear: both;
    float: right;
    border: 1px solid #be2c37;
    text-decoration: none;
}

    .btn-red:hover {
        color: #be2c37;
        background: #fff;
        transition: 0.5s;
        border: 1px solid #be2c37;
        text-decoration: none;
    }

/* HOME ABOUT SECTION */
/*home Buisness segments  */
.white {
    color: #fff;
}

.left_head.white::after {
    background: url(../images/whiteUL.png)no-repeat right bottom;
}

.home_buisness_segs {
    background: url(../images/business_segs.jpg)no-repeat;
    background-size: cover;
    padding: 40px 0px;
    position: relative;
    transform: scaleX(-1);
}

section.home_buisness_segs .container {
    transform: scaleX(-1);
}

.home_buisness_segs::before {
    content: "";
    position: absolute;
    width: 100%;
    background: rgba(190, 44, 55, 0.6705882352941176);
    width: 43%;
    height: 100%;
    top: 0;
    left: 0;
}

.fs-15 {
    font-size: 15px;
}

.businesssegs_cols {
    padding: 5% 10% 5% 0;
    display: flex;
    flex-direction: row;
    top: 18px;
}

    .businesssegs_cols ul {
        display: flex;
        flex-wrap: wrap;
    }


        .businesssegs_cols ul li {
            flex: 1 1 32%;
            margin: 5px;
            padding: 35px;
            background-color: rgba(0, 0, 0, 0.63);
            border: 1px solid #be2c37;
            transition: 0.5s;
        }
            .businesssegs_cols ul li:first-child {
                flex: 1 1 100%;
            }

            .businesssegs_cols ul li a {
                color: #fff;
                display: flex;
                justify-content: center;
                flex-direction: row;
                align-items: center;
                text-decoration: none;
                font-size: 20px;
                height: 100%;
            }

                .businesssegs_cols ul li a img,
                .businesssegs_cols ul li a p {
                    float: right;
                    vertical-align: middle;
                    margin: 10px;
                }

            .businesssegs_cols ul li:hover {
                transform: scale(1.2);
                transition: 0.5s;
                background: #be2c37;
            }

            .businesssegs_cols ul li a img {
                width: 60px;
            }

            .businesssegs_cols ul li a p {
                width: 130px;
            }
            .businesssegs_cols ul li:first-child a p {
                width: auto;
            }
.btn-red.white {
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 20px;
    color: #be2c37;
    background: #fff;
    transition: 0.5s;
    clear: both;
    float: right;
    border: 1px solid #fff;
    text-decoration: none;
}

    .btn-red.white:hover {
        color: #fff;
        background: #be2c37;
        transition: 0.5s;
        border: 1px solid #be2c37;
        text-decoration: none;
    }

.col-md-4.other_BGX {
    padding-right: 0px;
}

/*home Buisness segments  */
/* news and media */

.left_head.center {
    text-align: center;
}

    .left_head.center::after {
        margin: 0 auto;
        background: url(../images/redUL.png)no-repeat bottom;
    }

.homenews_media {
    padding: 60px 0 20px;
    background: url(../images/patternleft.png)no-repeat right bottom, url(../images/patternleft.png)no-repeat left 50px;
    ;
}

    .homenews_media ul.slick-dots {
        position: relative;
        bottom: 0;
    }

.media-slider {
    padding: 20px 0;
}

    .media-slider a {
        color: #222222;
        text-decoration: none;
    }

        .media-slider a h1 {
            font-size: 19px;
            direction: rtl !important;
        }

        .media-slider a .date {
            font-size: 17px;
            color: #be2c37;
            margin: 15px 0px;
        }

        .media-slider a img {
            filter: bleftness(0.5);
            height: 260px;
            width: 100%;
            object-fit: cover;
            transition: 0.5s;
        }

        .media-slider a .date span {
            color: #999999;
            font-size: 16px;
            margin-right: 10px;
        }

.descrip {
    font-size: 15px;
}

.media-slider a:hover img {
    filter: bleftness(1);
    /* height: 260px; */
    /* width: 100%; */
    object-fit: cover;
    transition: 0.5s;
}

/* news and media */
/* Footer */
footer {
    background: url(../images/footer_shade.png);
    padding: 20px 0 20px 0;
    float: right;
    width: 100%;
    background-size: cover;
}

.footer-links a {
    text-decoration: none;
    line-height: 27px;
}

    .footer-links a.white:hover {
        color: #fff;
        text-decoration: none;
    }

.pb-20 {
    padding-bottom: 20px;
}

.f-16,
.f-16 a,
.footer-links a.f-16 {
    font-size: 16px !important;
}

    .footer-links a.f-16 i {
        vertical-align: bottom;
    }

.footer_bottom {
    padding: 30px 0px 10px;
    border-top: 1px solid #2b2b2b;
}

/* Footer */
/* tweaks */
/* start MDB tweaks */
.pt-3 {
    padding-top: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.pt-2 {
    padding-top: .5rem !important;
}

.pb-2 {
    padding-bottom: .5rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.pt-1 {
    padding-top: .25rem !important;
}

.pb-1 {
    padding-bottom: .25rem !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.pr-3 {
    padding-left: 1rem !important;
}

.pl-3 {
    padding-right: 1rem !important;
}

.mr-3 {
    margin-left: 1rem !important;
}

.ml-3 {
    margin-right: 1rem !important;
}

.pr-2 {
    padding-left: .5rem !important;
}

.pl-2 {
    padding-right: .5rem !important;
}

.mr-2 {
    margin-left: .5rem !important;
}

.ml-2 {
    margin-right: .5rem !important;
}

.pr-1 {
    padding-left: .25rem !important;
}

.pl-1 {
    padding-right: .25rem !important;
}

.mr-1 {
    margin-left: .25rem !important;
}

.ml-1 {
    margin-right: .25rem !important;
}

.full-width {
    width: 100%;
}

/* end MDB tweaks */
/* tweaks */
/* ABout us page */
.page_content {
    padding: 40px 0px 0;
}

.banner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-height: 360px;
    overflow: hidden;
}

    .banner img {
        filter: bleftness(0.8);
    }

    .banner h1 {
        position: absolute;
        /* top: 0; */
        right: 0;
        left: 0;
        color: #fff;
        font-size: 60px;
        text-transform: uppercase;
        text-shadow: 0px 0px 20px #000;
        margin: 0px;
    }

.bread {
    background: #be2c37;
    color: #fff;
}

    .bread .breadcrumb {
        background: #be2c37;
        color: #fff;
        margin-bottom: 0px;
        padding: 15px 0px;
    }

        .bread .breadcrumb a,
        .breadcrumb > .active {
            color: #fff;
            font-size: 18px;
            text-transform: uppercase;
            text-decoration: none;
        }

.breadcrumb > li + li:before {
    padding: 0px 10px;
    color: #fff;
    content: "";
    background: url(../images/bread-ar.png)no-repeat center center;
    background-size: contain;
    margin: 0px 10px;
}

.about_sub {
    padding: 40px 0px 80px;
    background: url(../images/abtcontent.jpg)no-repeat;
    background-size: cover;
    position: relative;
}

    .about_sub::before {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.87);
    }

.black {
    color: #000;
}

.red {
    color: #be2c37;
}

.left_head.red h1 {
    font-size: 31px;
}

.colx {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px;
}


    .colx .col-md-6 {
        flex: 1 1 34%;
        margin: 0;
        padding: 30px 0 0 45px;
    }

        .colx .col-md-6:nth-child(0n+2),
        .colx .col-md-6:nth-child(0n+4) {
            padding: 30px 45px 0 0;
        }

/* ABout us page */

/* privacypolicy */
.data-content {
    padding: 40px 0px 80px;
    position: relative;
}

.peras {
}

    .peras h1 {
        color: #be2c37;
        font-size: 18px;
        margin: 20px 0px;
        clear: both;
        float: right;
        display: block;
    }

    .peras p {
        font-size: 16px;
        margin: 15px 0;
        color: #000;
        clear: both;
        float: right;
        display: block;
    }

.full-width {
    width: 100%;
}

/* privacypolicy */
/* business segments */
.segs {
    float: right;
    display: block;
    clear: both;
    width: 100%;
    padding: 40px 0px 0px;
}

.segmet_head {
    position: relative;
    clear: both;
    float: right;
}

    .segmet_head span {
        position: absolute;
        width: 100%;
        display: block;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        vertical-align: middle;
        text-align: center;
        top: 0;
        /* background: rgba(190, 44, 55, 0.7); */
        background: rgba(0, 0, 0, 0.7);
    }

.segs:nth-child(2n+1) .segmet_head span {
    background: rgba(0, 0, 0, 0.7);
}

.segmet_head span img {
    float: right;
    vertical-align: middle;
    display: inline-block;
    height: auto;
    object-fit: contain;
    margin-left: 15px;
}

.peras .segmet_head span h1 {
    color: #fff;
    float: right;
    clear: none;
    vertical-align: middle;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 30px;
    text-transform: uppercase;
}

.seg_slider {
    clear: both;
    float: right;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.seg_sliderIN {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: unset;
    margin: 20px 130px;
}

    .seg_sliderIN li img {
        display: block;
        width: 100%;
        object-fit: contain;
        height: 150px;
        padding: 15px;
    }

.seg_sliderIN-x {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: unset;
    margin: 20px 130px;
}

    .seg_sliderIN-x li img {
        display: block;
        width: 100%;
        object-fit: contain;
        height: 150px;
        padding: 40px;
    }


/* business segments */

/* ourteam */
.ourteam_flexbox {
    /* display: flex;
    flex-wrap: wrap; */
    clear: both;
    margin: 30px 0px;
    float: right;
}
.ourTeam_css {
    padding: 0;
}

.paddLR0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.member {
    /* width: 100%; */
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
    margin: 15px 15px 50px 15px;  
    /* flex: 1 1 22%;
    margin: 2% 3%; */
}
.ourTeam_css .member {
    margin: 0 0 50px 0;
}
.ourTeam_css .member img.full-width {
    max-height: 215px;
    object-fit: cover;
}
.member_details {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.text-dtl {
    width: 100%;
    color: #fff;
}

    .text-dtl h1 {
        width: 100%;
        color: #fff;
        margin: 0px;
        font-size: 14px;
        font-weight: bolder;
    }

    .text-dtl p {
        width: 100%;
        color: #fff;
        margin: 0px;
        font-size: 14px;
    }

.member_details {
    background: #be2c37;
    padding: 15px;
}

    .member_details .link a img {
        width: 25px;
        height: 25px;
    }

    .member_details .link {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

/* ourteam */
/* our retail chains */

.store {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #000;
    margin: 15px 0px 30px;
}

.text_store {
    position: absolute;
    width: 100%;
}

/* .store::before{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5607843137254902);
    width: 100%;
    height: 100%;
} */

.store img {
    opacity: 0.4;
    object-fit: contain;
    width: 100%;
    transition: 0.5s;
}

.text_store h1 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 0 20px;
}

.dtlstr {
    padding: 20px;
    display: none;
}

    .dtlstr li {
        padding-right: 30px;
        margin: 5px 0;
        font-size: 14px;
        font-weight: bold;
        padding-left: 5px;
    }

        .dtlstr li::before {
            background-size: 20px 20px;
            content: "";
            width: 20px;
            height: 20px;
            position: absolute;
            right: 0;
            background: url(../images/loc_icn1.png)no-repeat;
            background-size: contain;
            background-position: bottom !important;
        }

        .dtlstr li:nth-child(2)::before {
            background: url(../images/locicn2.png)no-repeat;
            background-size: contain;
        }

        .dtlstr li:nth-child(3)::before {
            background: url(../images/locicn3.png)no-repeat;
            background-size: contain;
        }

        .dtlstr li:nth-child(4)::before {
            background: url(../images/locicn4.png)no-repeat;
            background-size: contain;
        }

        .dtlstr li:nth-child(5)::before {
            background: url(../images/loc_icn5.png)no-repeat;
            background-size: contain;
        }

.store:hover .dtlstr {
    display: block;
    transition: 0.5s;
}

.store:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.store {
    overflow: hidden;
}

/* our retail chains */

/* our retail chains2 */
.sec_stor .store {
    background: #be2c37;
}

/* our retail chains2 */
/* careers */
.carr_head {
    color: #fff !important;
    background: #be2c37;
    font-size: 25px !important;
    padding: 5px 15px;
}

.clearboth {
    clear: both;
}

.form-group input,
.form-group select,
.form-group textarea {
    border-color: transparent !important;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1803921568627451);
    border-radius: 0px;
    font-weight: 600;
    margin: 15px 0px;
    background-color: #fff;
}

.form-group select {
    color: #be2c37;
    font-weight: 600;
    padding-left: 30px;
    background: url(../images/dropdown_icn.png)no-repeat;
    background-size: contain;
    background-position: left 1px center;
    resize: none;
    background-color: #fff;
    -moz-appearance: none;
}

.file {
    visibility: hidden;
    position: absolute;
}

.upld li {
    vertical-align: middle;
}

.text_ulp {
    color: #be2c37;
    font-size: 18px !important;
}

.upld li,
.btn-red {
    padding: 5px 15px;
}

.m-auto {
    margin: 0 auto;
    float: none;
    display: block;
    padding: 6px 40px;
}

/* careers */
/* contactus */
.location_map {
    clear: both;
    display: block;
    width: 100%;
    float: right;
    margin: 15px 0px 0px;
}

    .location_map .col-md-6 {
        padding: 0px;
    }

.red-BG_con {
    background: #be2c37;
    color: #fff;
    padding: 20px !important;
}
.location_map .red-BG_con {
    height: 500px;
}

.red-BG_con .dtlstr {
    display: block;
    padding: 20px 0px;
}

    .red-BG_con .text_store {
        position: relative;
        display: block;
    }

    .red-BG_con .dtlstr li {
        font-size: 17px;
        font-weight: 400;
    }

    .red-BG_con .text_store h1 {
        font-size: 28px;
        text-transform: uppercase;
        margin: 25px 0px 10px;
    }

.dloctaxt {
    padding: 30px 0px 0px;
    margin: 0px;
    font-size: 18px;
    color: #fff;
    display: block;
    clear: both;
}

    .dloctaxt span {
        font-size: 22px;
        font-weight: 500;
    }

/* contactus */
/* faq */


/*================================
	Start FAQ Page
================================*/

.faq {
    padding: 50px 0;
}


    /* Acordeon styles */

    .faq .question {
        position: relative;
        margin-bottom: 1px;
        width: 100%;
        color: #be2c37;
        overflow: hidden;
    }

        .faq .question input {
            position: absolute;
            opacity: 0;
            z-index: -1;
        }

        .faq .question label {
            position: relative;
            display: block;
            padding: 0 0 0 1em;
            font-weight: bold;
            line-height: 3;
            cursor: pointer;
            background: #f8f8f8;
            font-size: 17px;
            padding-left: 40px;
        }

        .faq .question .tab-content {
            max-height: 0;
            overflow: hidden;
            -webkit-transition: max-height 0.35s;
            -o-transition: max-height 0.35s;
            transition: max-height 0.35s;
        }

            .faq .question .tab-content p {
                margin: 1em;
                font-size: 16px;
                color: #000;
            }


        /* :checked */

        .faq .question input:checked ~ .tab-content {
            max-height: 100vh;
        }


        /* Icon */

        .faq .question label::after {
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 3em;
            height: 3em;
            line-height: 3;
            text-align: center;
            -webkit-transition: all 0.35s;
            -o-transition: all 0.35s;
            transition: all 0.35s;
        }

        .faq .question input[type="radio"] + label::after {
            content: "\02335";
        }

        .faq .question input[type="radio"]:checked + label::after {
            transform: rotateX(180deg);
        }


/*================================
		End FAQ Page
================================*/

/* faq */
/* news_and_media */
.news_text h1 {
    text-transform: uppercase;
    font-weight: 900;
    margin: 0px;
}

.news_text .date {
    font-size: 17px;
    color: #be2c37;
    margin: 15px 0px;
}

    .news_text .date::after {
        content: "";
        display: block;
        clear: both;
        width: 100px;
        background: url(../images/redUL.png)no-repeat right bottom;
        height: 10px;
    }

    .news_text .date span {
        color: #999999;
        font-size: 16px;
        margin-right: 10px;
    }

.news_box {
    display: flex;
    flex-direction: row;
    position: relative;
    margin: 30px 0px;
    clear: both;
}

    .news_box:nth-child(2n) {
        flex-direction: row-reverse;
    }

.news_img {
    width: 40%;
}

    .news_img img {
        width: 100%;
    }

.news_text {
    width: 60%;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
}

.box-brd {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 30px 0px 30px 30px
}

.box-brd_inner {
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    /* background: #be2c37; */
    height: 100%;
    border: 1px solid #be2c37;
}

.news_box:nth-child(2n) .box-brd {
    padding: 30px 30px 30px 0px
}

/* news_and_media */
/* awardsPage */
.awdhead {
    font-size: 30px !important;
    font-weight: 500 !important;
}

.award_box {
    clear: both;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.moreawards_sidehead h1 {
    padding: 5px 15px;
    background: #be2c37;
    color: #fff;
    margin: 0px;
    width: 100%;
}

.moreawd {
    background: #e8e8e8;
    padding: 20px;
    width: 45%;
}

.awdpic {
    margin: 0px 0px 0px 15px;
    width: 55%;
}

    .awdpic .full-width {
        height: 100%;
        object-fit: cover;
    }

.award_more .date {
    font-size: 17px;
    color: #be2c37;
    margin: 15px 0px;
}

    .award_more .date span {
        color: #999999;
        font-size: 16px;
        margin-right: 10px;
    }

.award_more h1 {
    text-transform: uppercase;
    font-weight: 900;
    margin: 0px;
    color: #000;
}

.award_more {
    display: block;
    clear: both;
    margin: 25px 0px 5px 0px;
    float: right;
    width: 100%;
}

    .award_more .date::after {
        content: "";
        display: block;
        clear: both;
        width: 100px;
        background: url(../images/redUL.png)no-repeat right bottom;
        height: 10px;
    }

/* awardsPage */

.srchw-100 {
    width: 50% !important;
    float: right;
    padding: 20px 0px;
}

    .srchw-100 p {
        padding-left: 50px;
    }

        .srchw-100 p::after {
            content: '';
            display: block;
            width: 100%;
            border-bottom: 1px dashed #ccc;
            margin-top: 20px;
            /* margin-bottom: 30px; */
        }

.modal .peras {
    display: block;
    float: right;
    padding: 0;
}

    .modal .peras h1 {
        margin: 0px;
    }

.ret_part .member {
    width: 100%;
    height: 250px;
    margin: 15px 0px;
}

    .ret_part .member img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 35px;
    }

    .ret_part .member .member_details {
        padding: 2.5px;
    }


/* MEDIA QUERIES */
.lang_switcher_mobile {
    display: none;
    position: absolute;
    margin-bottom: 0px;
    top: 18px;
}

.lang_switcher_web {
    display: block;
}

.moreawd {
    height: 420px;
    overflow-y: scroll;
}
@media screen and (max-width: 992px) {
    .location_map .red-BG_con {
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    .moreawd {
        height: auto;
        overflow-y: unset;
    }

    .banner h1 {
        font-size: 30px;
    }

    #navbar-brand-centered1 ul li {
        display: block;
    }

    .navbar-collapse.collapse {
        height: 0px !important;
        display: none !important;
    }

    .navbar-toggle {
        display: block;
        left: 0;
        position: absolute;
        top: 20px;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
    }

    .navbar-brand-centered {
        top: 10px;
    }

    .navbar-header {
        margin: 0px;
        position: relative;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        margin: 0 auto;
        float: none;
    }

    #navbar-brand-centered {
        clear: both;
        width: 100%;
        /* display: block !important; */
        padding: 0px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }

    .navbar-nav {
        /* margin: 15px; */
        float: none !important;
    }

    .navbar-brand {
        height: 90px;
        float: none;
    }

    .navbar {
        min-height: 90px;
    }

    .navbar-nav > li {
        float: none;
        /* width: 100%; */
        display: block;
        clear: both;
    }

    .lang_switcher_web {
        display: none !important;
    }

    .lang_switcher_mobile {
        display: block;
    }

    .page_content {
        padding: 15px 0px 0px;
        padding-top: 100px;
    }

    .colx .col-md-6 {
        flex: 1 1 100%;
        margin: 0;
        padding: 15px !important;
    }

    ul.slick-dots {
        bottom: 0;
    }

    .slick-slider button {
    }

    .prev-arrow {
        right: 20px;
        width: 40px;
        height: 40px;
    }

    .next-arrow {
        left: 20px;
        width: 40px;
        height: 40px;
    }

    #slider .slide-item .caption h1 {
        margin: 0;
        font-size: 20px;
    }

    #slider .slide-item .caption p {
        font-size: 15px;
        width: 80%;
        margin: 0 auto;
    }

    .businesssegs_cols {
        clear: both;
        padding: 15px 0;
    }

    .home_buisness_segs::before {
        width: 100%;
        height: 51%;
    }

    .businesssegs_cols ul li:hover {
        transform: scale(1.1);
    }

    .award_box {
        flex-direction: column;
    }

    .awdpic {
        margin: 15px 0px;
        width: 100%;
    }

    .moreawd {
        width: 100%
    }

    .banner {
        max-height: 200px;
    }

    .segmet_head span img {
        height: 100%;
        padding: 10px;
    }

    .dtlstr li {
        display: flex;
        flex-direction: row;
        justify-content: center;
        text-align: center;
        padding-right: 0px;
    }

        .dtlstr li::before {
            position: relative;
            margin-left: 15px;
        }

    .store .dtlstr {
        display: block;
    }

    .news_box, .news_box:nth-child(2n) {
        flex-direction: column;
    }

    .news_img {
        width: 100%
    }

    .box-brd, .news_box:nth-child(2n) .box-brd {
        padding: 20px 20px 0px 20px;
    }

    .news_text {
        width: 100%;
        padding: 30px 40px;
    }

    .red-BG_con .text_store h1 {
        text-align: center;
    }

    header {
        position: fixed;
        top: 0;
        z-index: 9999999;
        width: 100%;
        box-shadow: 0 0 20px 0px #0000008f;
    }

    .bread .breadcrumb a, .breadcrumb > .active {
        font-size: 14px
    }

    .mainslider {
        padding-top: 100px;
    }

    .prev-arrow img, .next-arrow img {
        padding: 5px;
    }

    .media-slider a img {
        height: auto;
    }
}

@media(max-width:600px) {
    .navbar-brand.navbar-brand-centered {
        width: 48%;
        margin: 0 auto;
    }

        .navbar-brand.navbar-brand-centered img {
            width: 100%;
            margin-top: 15px;
            margin-left: -20px;
        }

    #navbar-brand-centered, .navbar-nav, #navbar-brand-centered1 {
        clear: both;
        width: auto;
        /* display: block !important; */
        padding: 0px;
        right: 0;
        left: 0;
        padding: 0px 15px;
        float: none;
    }

        .navbar-center > li > a, .navbar-nav > li > a {
            padding: 15px 7px 10px 7px !important;
        }

    .bread .breadcrumb a, .breadcrumb > .active {
        font-size: 13px
    }

    .banner h1 {
        font-size: 20px;
    }

    #slider .slide-item .caption h1 {
        font-size: 16px;
    }

    #slider .slide-item .caption p {
        font-size: 13px;
    }

    .prev-arrow {
        right: 10px;
        width: 25px;
        height: 25px;
    }

    .next-arrow {
        left: 10px;
        width: 25px;
        height: 25px;
    }

    ul.slick-dots {
        position: relative;
    }

    .newspaper {
        column-count: 1;
        clear: both;
        display: block;
        float: right;
        margin-top: 20px;
    }

    .home_about {
        padding: 20px 0px 30px;
    }

    .left_head h1 {
        font-size: 30px;
    }

    .left_head::after {
        height: 1.5px;
    }

    .supportivetext {
        font-size: 14px;
        margin: 15px 0px 20px;
    }

    .businesssegs_cols ul li {
        padding: 20px;
    }

    .ml-3 {
        margin-left: 0.5rem !important;
    }

    .mt-3 {
        margin-top: 0.5rem !important;
    }

    .mb-3 {
        margin-bottom: 0.5rem !important;
    }

    .mt-3 {
        margin-top: 0.5rem !important;
    }

    .pl-3 {
        padding-left: 0.5rem !important;
    }

    .pt-3 {
        padding-top: 0.5rem !important;
    }

    .pb-3 {
        padding-bottom: 0.5rem !important;
    }

    .pt-3 {
        padding-top: 0.5rem !important;
    }

    footer .pull-right {
        float: none !important;
    }

    .about_sub, .data-content {
        padding: 20px 0px 30px;
    }

    .left_head.red h1 {
        font-size: 20px;
        margin: 0 0px 5px;
    }

    .peras h1 {
        margin: 10px 0;
    }

    .awdhead {
        font-size: 18px !important;
    }

    .award_more {
        margin: 10px 0px 5px 0px;
    }

        .award_more .date {
            margin: 5px 0px;
        }

    .ourteam_flexbox {
        padding: 0px !important;
    }

    .member {
        margin: 20px 0px 30px;
    }

    .ourteam_flexbox .col-md-4 {
        padding: 0px;
    }

    .seg_sliderIN {
        margin: 10px 0px;
    }

    .peras .segmet_head span h1 {
        font-size: 20px;
    }

    .segmet_head span img {
        padding: 5px;
    }

    .text_store {
        height: 100%;
    }

        .text_store h1 {
            font-size: 20px;
        }

    .dtlstr li {
        padding-right: 15px;
        margin: 0 0;
        font-size: 13px;
        font-weight: bold;
    }

        .dtlstr li::before {
            width: 15px;
            height: 15px;
            margin-left: 5px;
        }

    .store .dtlstr {
        display: block;
        padding: 5px 0px;
    }

    .news_text h1 {
        font-size: 22px;
    }

    .m-auto {
        padding: 5px 15px;
    }
}

@media(min-width:992px) {
    .min-mob {
        height: 110px;
        object-fit: cover;
    }
}
/* MEDIA QUERIES */
.news_box p, .news_box p span, .news_box p span span, .media-slider li p, .media-slider li p span, .media-slider li p span span {
    white-space: unset !important;
}
@media(max-width:992px) {
    .stores.sec_stor .text_store {
        justify-content: center;
        display: flex;
        text-align: center;
        flex-direction: column;
    }

        .stores.sec_stor .text_store h1 {
            margin: 0px;
        }

    .home_buisness_segs::before {
        height: 48%;
        width: 100%;
    }

    .businesssegs_cols {
        clear: both;
        margin-top: 15px;
        display: block;
        clear: both;
        padding-top: 40px;
    }

    .col-md-4.other_BGX {
        float: left;
        z-index: 999;
    }
    .seg_sliderIN-x {
        display: block;
        flex-direction: unset;
        justify-content: unset;
        position: unset;
        margin: 20px 0px;
    }

        .seg_sliderIN-x .slick-track, .seg_sliderIN-x .slick-slide {
            width: 100% !important;
        }
}

@media(max-width:650px) {
    .home_buisness_segs::before {
        display: none;
    }

    .col-md-4.other_BGX::after {
        content: "";
        position: absolute;
        width: 105%;
        background: rgba(190, 44, 55, 0.6705882352941176);
        height: 110%;
        top: -2.5%;
        left: -2.5%;
        right: -2.5%;
        z-index: -1;
    }

    .col-md-4.other_BGX::after {
        top: 0;
    }

    .home_buisness_segs {
        padding-top: 0px;
    }
}
.stores .store .text_store{
    height:auto;
}
.data-content .peras ul, .data-content .peras ol {
    float: right;
}
    .data-content .peras ul.slick-initialized {
        float:none;
        padding:0px;
    }
    .peras p, .peras p span, .peras ul li, .peras ul li span, .peras ul li p, .peras ol li span, .peras ol li p {
        font-family: 'cairo', sans-serif !important;
    }
.cllall {
    display: block;
    direction: ltr;
}
    .cllall .laal {
        float:right;
    }