﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    direction: rtl;
}

@font-face {
    font-family: 'TAJAWAL-EXTRABOLD';
    src: url('../../fonts/TAJAWAL-EXTRABOLD.ttf');
    src: url('../../fonts/TAJAWAL-EXTRABOLD.eot?#iefix') format('embedded-opentype'), url('../../fonts/TAJAWAL-EXTRABOLD.svg#TAJAWAL-EXTRABOLD') format('svg'), url('../../fonts/TAJAWAL-EXTRABOLD.ttf') format('truetype'), url('../../fonts/TAJAWAL-EXTRABOLD.woff') format('woff'), url('../../fonts/TAJAWAL-EXTRABOLD.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'TAJAWAL-REGULAR';
    src: url('../../fonts/TAJAWAL-REGULAR.ttf');
    src: url('../../fonts/TAJAWAL-REGULAR.eot?#iefix') format('embedded-opentype'), url('../../fonts/TAJAWAL-REGULAR.svg#TAJAWAL-REGULAR') format('svg'), url('../../fonts/TAJAWAL-REGULAR.ttf') format('truetype'), url('../../fonts/TAJAWAL-REGULAR.woff') format('woff'), url('../../fonts/TAJAWAL-REGULAR.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


::selection {
    color: #000;
    text-shadow: none
}

.container {
    max-width: 1250px !important;
}

body {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    background: #fff;
    font-family: 'TAJAWAL-REGULAR';
}

    body p {
        line-height: 24px;
        font-size: 18px;
        color: #000;
        font-family: 'TAJAWAL-REGULAR';
        margin-bottom: 14px;
    }



.w-break {
    word-break: break-word;
}

*,
a,
a:active,
a:focus,
a:hover,
button:focus {
    text-decoration: none;
    box-shadow: none;
    outline: 0;
}

button {
    cursor: pointer;
}

a {
    color: #000;
}

    a:hover {
        cursor: pointer;
        color: inherit
    }

.btn:focus,
.btn:hover {
    cursor: pointer;
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-family: 'TAJAWAL-EXTRABOLD';
}

.relative {
    position: relative
}

.of-hidden {
    overflow: hidden
}

.bg-none {
    background-color: transparent
}

.bg-black {
    background-color: #303030;
}

.bg-l-grey {
    background-color: #f9f9f9;
}

.bg-olive {
    background: #906d3c !important;
}

.bg-brown {
    background: #6d0b00 !important;
}

.box-shadow {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #101010 !important;
}

.text-red {
    color: #fe0000 !important;
}

.lightfont {
    font-family: 'TAJAWAL-REGULAR' !important;
}

.text-grey {
    color: #878787 !important;
}

.text-l-grey {
    color: #7f878a !important;
}

.text-brown {
    color: #6d0b00 !important;
}

.text-d-olive {
    color: #906d3c !important;
}

.font-thin {
    font-weight: 100 !important;
}

.font-light {
    font-weight: 300 !important;
}

.font-reg {
    font-weight: 400 !important;
}

.font-med {
    font-weight: 500 !important;
}

.font-semi {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 500 !important;
}

.lh-h4 {
    line-height: 34px
}

.lh-h5 {
    line-height: 30px
}

.lh-h6 {
    line-height: 26px
}

.py-lg {
    padding-top: 60px;
    padding-bottom: 60px
}

.modal-sm {
    max-width: 500px;
    width: 96%
}

.modal-md {
    max-width: 700px;
    width: 96%
}

.modal-lg {
    max-width: 900px;
    width: 96%
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.btn {
    font-size: 14px;
    border-radius: 5px;
    border: 0;
    transition: all 0.5s;
    font-family: 'TAJAWAL-REGULAR';
    padding: 14px 30px;
    border: 1px solid #6d0b00;
}

.btn-sm {
    padding: 8px 40px;
}

.btn-brown {
    background: #906d3c;
    color: #fff;
    border-radius: 10px;
    border: none;
    padding: 6px 34px;
    margin-top: 50px;
}

.orange {
    color: #d98519
}

.darkgreen {
    color: #1e5620
}

.white {
    color: #fff;
}

.red {
    color: #8b1b1b;
}

.btn-brown:hover {
    background: #6d522d !important;
    transition: 0.5s ease-in;
}

.btn-brown-outline {
    background: transparent;
    color: #906d3c;
}

.btn-brown:hover {
    background: #906d3c;
    color: #fff;
}

.btn-brown-outline:hover {
    background: #906d3c;
    color: #fff;
}

footer,
section {
    width: 100%;
    float: left;
    position: relative
}


.form-group {
    margin-bottom: 30px;
}

.form-control {
    height: 32px;
    font-size: 15px;
    outline: 0;
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 0 15px;
    font-weight: 500;
    color: #959595;
}

    .form-control:focus {
        color: #000;
        background-color: #fff;
        border-color: #9c7d52;
        outline: 0;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    }

textarea {
    font-size: 16px;
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
}

.form-control::-webkit-input-placeholder {
    color: #aaa;
    font-weight: 500;
    text-transform: capitalize;
}

.form-control::-moz-placeholder {
    color: #aaa;
    font-weight: 500;
    text-transform: capitalize;
}

.form-control:-ms-input-placeholder {
    color: #aaa;
    font-weight: 500;
    text-transform: capitalize;
}

.form-control:-moz-placeholder {
    color: #aaa;
    font-weight: 500;
    text-transform: capitalize;
}

small.form-text.text-red {
    font-size: 10px;
}

.container {
    max-width: 1280px;
}

.bdr-olive {
    border-color: #906d3c !important;
}

.bdr-grey {
    border-color: #acacac !important;
}

#day,
#month,
#year {
    max-width: 80px;
    font-family: 'Lato', sans-serif;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: transparent;
    position: relative;
}

.mobile-logo {
    position: absolute;
    z-index: 99999;
    top: 9px;
    left: 10px;
    width: 150px;
    height: auto;
}

    .mobile-logo img {
        width: 100%;
    }

/* ================================
navigation
================================ */

.navigation .navbar-brand {
    max-width: 270px;
    padding: 0;
}

ul.navbar-nav li.nav-item {
    color: grey;
}



    ul.navbar-nav li.nav-item a.nav-link {
        font-size: 13px;
        padding: 0 10px;
        color: #616161;
        font-weight: 500;
        transition: all 0.5s;
        line-height: 1.7;
        font-family: 'TAJAWAL-REGULAR' !important;
    }

.navigation ul.navbar-nav li.nav-item a.nav-link {
    font-size: 15px;
    padding: 0 10px;
    color: #707070;
    font-weight: 500;
    transition: all 0.5s;
    line-height: 1.7;
    font-family: 'TAJAWAL-REGULAR' !important;
    padding-right: 30px;
}
/* ================================
main nav
================================ */
section.main-nav {
    background: transparent;
    margin-top: -17px;
}

.menub {
    background-color: #e7ecf0;
    padding: 3px 0px;
}

.menubitems {
    margin: 0;
}

    .menubitems li {
        display: inline;
        padding: 3px 10px;
    }


        .menubitems li a {
            font-size: 12px;
            color: #727272;
        }

section.main-nav ul.navbar-nav li.nav-item a.nav-link {
    font-size: 15px;
    line-height: 50px;
    padding: 0 20px !important;
    transition: all 0.5s;
    color: #fff;
    font-family: 'TAJAWAL-EXTRABOLD' !important;
}

section.main-nav ul.navbar-nav li.nav-item .dropdown-menu {
    position: absolute;
    min-width: 235px;
    border-color: #e7e7e7;
    border-bottom: 5px solid #8d6b3c;
    box-shadow: 0px 5px 5px 0px rgba(214, 214, 214, 0.004);
    border-radius: 0;
    padding: 0 10px;
    margin: 0;
    border-top: none;
    left: 50%;
    transform: translateX(-50%);
}

section.main-nav ul.navbar-nav li.nav-item a.nav-link:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent;
    border-bottom: 10px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

section.main-nav ul.navbar-nav li.nav-item a.nav-link[aria-expanded="true"]:before {
    display: block;
}

section.main-nav ul.navbar-nav li.nav-item .dropdown-menu .dropdown-item {
    color: #212529;
    border-bottom: 1px solid #e7e7e7;
    padding: 16px;
    font-size: 15px;
    transition: all 0.5s;
}

    section.main-nav ul.navbar-nav li.nav-item .dropdown-menu .dropdown-item:hover {
        color: #420501;
        background: transparent;
    }

section.main-nav ul.navbar-nav li.nav-item a.nav-link:hover:after {
    display: block;
    content: '';
    position: relative;
    bottom: 10px;
    border-bottom: solid 3px #DE9003;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

section.main-nav ul.navbar-nav li.nav-item a.nav-link:hover:after {
    transform: scaleX(1);
}


h1:after {
    display: block;
    content: '';
    border-bottom: solid 3px #019fb6;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.navbar-brand {
    position: relative;
    top: -14px;
    /*top: -20px;
    right: 46px;*/
    padding-right: 50px;
    padding-top: 0;
}

section.main-nav ul li a:hover {
    color: #bc9962;
}

/*.dropdown-toggle::after {
    display: none;
}*/

.input-group-append button.dropdown-toggle::after {
    display: block;
}


/* ================================
news slider
================================ */
.news-ticker {
    padding: 6px 0;
    position: relative;
    bottom: 90px;
    z-index: 999;
    left: 10%;
    width: 80%;
}

.news-title {
    font-size: 17px;
    color: #fff;
}

.news-ticker span.divider {
    background: #a7abaf;
}

/* ================================
news ticker
================================ */
.newsdiv {
    background-color: #de901c;
    padding: 6px;
    text-align: center;
    border-radius: 0px 17px 12px 0px;
}

    .newsdiv span {
        display: inline-block;
    }

    .newsdiv img {
        padding-left: 15px;
    }

#newscontent {
    color: #404040 !important;
}

.tickercontent {
    background-color: #fff;
    border-radius: 20px;
}

#controls {
    float: left;
    height: 16px;
    position: relative;
    right: 10%;
}

    #controls a {
        padding: 0px 8px;
    }
/* ================================
product search content
================================ */
.Section2 {
    margin-bottom: 10%;
}

.help-items {
    width: 100%;
    margin: 0 auto;
}

.search-product-introduction {
    text-align: center;
    margin-bottom: 5%;
}

    .search-product-introduction h3 {
        color: #227402;
    }

    .search-product-introduction p {
        width: 65%;
        margin: 0 auto;
    }

.search-product-items {
    padding-top: 2%;
    background-image: url(../images/lines.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 150px;
}

.innercircle {
    border: 1px solid #E9C866;
    width: 40%;
    margin: 0 auto;
    height: 115px;
    border-radius: 50%;
}

.outercirlce {
    background-color: #F6F6F6;
    width: 110px;
    margin: 0 auto;
    right: 21px;
    bottom: 0px;
    height: 110px;
    position: relative;
    border-radius: 50%;
    box-shadow: 5px 10px 18px #00000078;
}

    .outercirlce img {
        /*margin: 25% 30%;*/
        margin: 30% 32%;
        width: 40px;
        height: 40px;
    }

.navigation {
    position: relative;
    top: 15px !important;
    z-index: 9999999999999;
}

.product-title {
    text-align: center;
}

.product-item {
    padding-top: 5%;
    text-align: center;
}

/* ================================
search in the market section
================================ */
.section3 {
    margin-bottom: 5%;
}

.responsivemap {
    display: none;
    width: 100%;
}

.col-sm-6 {
    flex: 1; /* additionally, equal width */
    padding: 1em;
}

.searchinthemarket {
    text-align: center;
    background: linear-gradient(rgba(26, 25, 26, 0.75), rgba(41, 79, 55, 0.65)), url(../images/formimage.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 35%;
    padding-bottom: 14px;
    height: 100%;
}

.search-form {
    background-image: url(../images/formimage.png);
    background-repeat: no-repeat;
    height: 100%;
}

.searchin-themarketcontent {
    background-color: #ececec;
}

.searchin-themarketcontent {
    /*min-height: 300px;*/
    padding-left: 20px;
}

.searchinthemarket h3 {
    color: #fff;
}

.searchinthemarket input {
    border: 1px solid #fff;
    width: 75%;
    padding: 6%;
    margin: 6% auto;
    color: #fff;
    border-radius: 20px;
    background-color: transparent;
    border: 1px solid #fff;
}

.searchformbtn button {
    border: 1px solid transparent;
    color: #fff;
    padding: 2% 0%;
    border-radius: 15px;
    width: 75%;
    background-color: #DE901C;
}

.form-control::placeholder {
    color: #fff;
}

.map {
    background-size: 150% 100% !important;
    height: 590px !important;
    background-image: url("../images/map.png");
}
/* ================================
help section
================================ */
.section4 {
    text-align: center;
}

.circle {
    border: 1px solid transparent;
    background-color: #EEEEEE;
    width: 100px;
    border-radius: 50%;
    height: 100px;
    margin: 0 auto;
    padding-top: 15%;
}

.help {
    max-width: 1000px;
    margin: 0 auto;
}

.copyrights {
    text-align: center;
}

/* ================================
product needs
================================ */
.latestnews {
    margin-bottom: 5%;
}

.productneedsoverlay::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/productneeds.png);
    background-size: 100% 103%;
}

.productneedbackground {
    text-align: center;
    
    background-repeat: no-repeat;
    padding-top: 7%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.productneeds-title h1 {
    color: #C8A013;
}

.productneeds-title, .productneed-breif {
    z-index: 9999999999999999;
    position: relative;
}

.productneed-breif {
    width: 75%;
    margin: 0 auto;
}

    .productneed-breif p {
        color: #fff;
    }

.playbutton {
    z-index: 999999999999999;
    position: relative;
}

.section-title {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.custom-arrow {
    margin-left: 7%;
}

    .custom-arrow p {
        margin-left: 20px;
    }

    .custom-arrow img {
        padding: 9px 2px;
        margin-right: 10px;
    }

.banneritem {
    width: 80% !important;
}

.custom-arrow .right, .custom-arrow .left {
    cursor: pointer;
    border: 1px solid #707070;
    width: 35px;
    height: 32px;
    border-radius: 7px;
}

.custom-arrow span {
    margin: 0px 5px;
}

.news-date {
    padding: 20px 5px;
}

    .news-date .date {
        padding-right: 10px;
    }

.newsarticle-title h5 {
    color: #393939;
    height: 40px;
}

/* ================================
footer social stripes 
================================ */

.social-strip {
    background: #272727;
    border-bottom: 2px solid #3DAB13;
}

    .social-strip ul {
        flex-direction: row;
        padding-right: 10px;
    }

        .social-strip ul li.nav-item a.nav-link {
            color: #fff;
            font-size: 15px;
            font-family: 'TAJAWAL-REGULAR' !important;
        }


/* ================================
footer
================================ */
.footer {
    background: #333333;
    color: #fff;
}

.social-strip a:hover {
    color: #e5bb7c !important;
}

.footer a:hover {
    color: #e5bb7c !important;
}

.footermenulinks {
    padding-top: 5%;
}

.copyright {
    color: #fff;
    padding-left: 0px !important;
}


.footer h5 {
    font-size: 15px;
    position: relative;
    padding-right: 20px;
    font-family: 'TAJAWAL-REGULAR' !important;
}

.footer a {
    font-size: 13px;
    color: #fff;
    font-family: 'TAJAWAL-REGULAR' !important;
}

span.square-bullet {
    width: 6px;
    height: 6px;
    background: #bc9962;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


/* ================================
copyright
================================ */
.footer p {
    color: #fff !important;
    font-size: 13px;
}

.main-nav .navbar-collapse .navbar-nav {
    background: transparent;
}

.Powered {
    padding-top: 30px;
}

/* ================================
info page - inner page title
================================ */
.page-title-template {
    /*padding: 50px 50px 0px 0px;*/
}

.inner-header-padding {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
}

.inner-title {
    position: relative;
    padding-bottom: 2%
}

    .inner-title h2 {
        font-size: 35px;
        font-weight: 400;
        color: #fff;
        line-height: 1.3;
    }

    .inner-title span.title-bullet {
        position: absolute;
        right: 0;
        top: calc(50% - 8px);
        transform: translateY(-50%) rotate(180deg);
    }

.breadcrumb {
    background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-left: .5rem;
    color: #6c757d;
    content: "||" !important;
    color: #fff;
}

.breadcrumb .breadcrumb-item a {
    font-size: 14px;
    color: #231f20;
    font-family: 'TAJAWAL-REGULAR' !important;
    color: #fff;
}

.list-inline-item:not(:last-child) {
    color: #fff;
}

.innerborder {
    border-top: 1px solid #beb9b9;
    border-bottom: 1px solid #beb9b9;
    margin-bottom: 2%;
}

.breadcrumb-item.active {
    color: #e5bb7c;
    font-size: 14px;
}

.page-title-template span.page-title-divider {
    display: block;
    width: 100%;
    height: 3px;
    background: #DCBC5D;
}

.page-body-template {
    padding: 30px 0 60px;
}

    .page-body-template .section-title h3 {
        font-size: 25px;
        font-weight: 400;
        color: #181818;
        line-height: 1.5;
    }

.sidebar .list-group-item.disabled,
.sidebar .list-group-item:disabled {
    color: #e5bb7c;
    background-color: transparent;
    font-size: 17px;
}

.sidebar .list-group-item:first-child {
    border-top: none;
}

.sidebar .list-group-item {
    border-color: #b7b7b7;
    border-left: none;
    border-right: none;
    font-size: 17px;
    color: #181818;
    border-radius: 0 !important;
    transition: all 0.5s;
    padding: 0;
}

    .sidebar .list-group-item a {
        padding: 19px 0;
        color: #000;
        transition: all 0.5s;
        display: block;
        font-size: 14px;
    }

.list-group-item:not(:first-child):hover a {
    /*padding-right: 15px;*/
    color: #420501;
}

#rateBox {
    display: inline-block;
}

.pagination .page-item .page-link {
    margin-left: 7px;
    padding: 0;
    color: #777;
    border: 1px solid #777;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 0 !important;
    transition: all 0.5s;
}

.pagination .page-item:nth-child(2) .page-link,
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,
.pagination .page-item {
    border: 1px solid transparent;
    line-height: 35px;
}

    .pagination .page-item:last-child .page-link span img,
    .pagination .page-item:nth-child(2) .page-link span img {
        transform: rotate(180deg);
        ;
    }

    .pagination .page-item .page-link:focus {
        box-shadow: none;
    }

    .pagination .page-item:not(:nth-child(2)) .page-link:hover {
        color: #fff;
        background: #6d0b00;
    }

    .pagination .page-item:first-child:hover .page-link,
    .pagination .page-item:last-child:hover .page-link,
    .pagination .page-item:nth-child(2):hover .page-link {
        border: 1px solid #6d0b00;
        background: transparent;
    }

.box.col-12 {
    height: 120px;
    text-align: center;
    line-height: 120px;
    border: 1px solid #a1a1a1;
    padding: 0;
}

    .box.col-12 label {
        color: #959595;
        font-weight: normal;
    }

.input-group-append button.dropdown-toggle {
    border: 1px solid #a1a1a1;
    border-right: 0;
    width: 100%;
}

.input-group-append {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    text-align: left;
}

    .input-group-append .dropdown-menu.show {
        display: block;
        width: 100%;
    }

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-right: auto;
}

.input-group-append:before {
    position: absolute;
    top: 2px;
    left: 25px;
    width: 1px;
    height: calc(100% - 4px);
    content: '';
    background: #a1a1a1;
}

.input-group-append {
    margin-right: 0;
}

.media.news-block .media-img {
    width: 250px;
}

.media.news-block .media-body .card-title {
    font-size: 16px;
    color: #000;
}

.card-news .card-deck .card {
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}

    .card-news .card-deck .card:hover {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
        transform: translateY(-5px);
    }


.page-body-template .content-body.card-news .card-title {
    font-size: 16px;
}

.page-body-template .content-body li.text-black img {
    transform: rotate(180deg);
}

.content-body p {
    color: #00000a;
}

.table-header {
    font-size: 16px;
}


.menubitems li a:hover {
    text-decoration: none;
    color: #bb7934;
    transition: 0.5s ease-in;
}

.mainmenu .navbar li a {
    font-family: 'TAJAWAL-REGULAR';
    font-size: 14px;
    color: black;
}


.mainmenu .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
}

.imgIn {
    position: relative;
    top: 0;
    float: right;
}

.textin {
    position: absolute;
    top: 200px;
    text-align: center;
    font-family: 'TAJAWAL-REGULAR';
    left: 25%;
    width: 50%;
}


    .textin p {
        font-size: 15px;
        font-family: 'TAJAWAL-REGULAR';
        color: white;
        margin: 0;
    }

.product-search img {
    position: relative;
    right: 25%;
    top: 10px;
}

.textin h4 {
    width: 90%;
    font-size: 25px;
    color: white;
}

    .textin h4::before {
        content: url(../images/q1.png);
        display: block;
    }

    .textin h4::after {
        content: url(../images/q2.png);
        display: inline;
    }


.sliderContent {
    position: relative;
    z-index: 3;
    color: white;
    height: 650px;
}

.search {
    background: transparent;
    color: #fff;
    border: 3px solid #fff;
    padding: 2%;
    font-family: 'TAJAWAL-EXTRABOLD';
    width: 30%;
    transition: 0.5s ease-in;
    border-radius: 20px;
}

    .search:hover {
        background-color: #de901c;
    }

.shadow {
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(../images/shadow.png);
    background-size: cover;
    z-index: 1;
    height: 650px;
    top: 0px
}

#slider-animation a {
    color: white;
}

#slider-animation h1 {
    font-size: 70px;
    font-family: 'Cairo-Regular';
}

#slider-animation a:hover {
    text-decoration: none;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    padding-left: 0;
    margin-right: 3%;
    margin-left: 0%;
    list-style: none;
    top: 40%;
    display: block;
    width: 10%;
}

    .carousel-indicators li {
        box-sizing: content-box;
        display: block;
        width: 12px;
        height: 12px;
        margin-right: 5px;
        margin-left: 2px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.4);
        background-repeat: no-repeat;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: 1;
        border-radius: 100%;
        border-radius: 100%;
    }

        .carousel-indicators li::after {
            bottom: 0px !important;
        }

    .carousel-indicators .active {
        background-color: transparent;
        opacity: 1;
        position: relative;
        ;
    }

        .carousel-indicators .active::after {
            content: "";
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #d26b03;
            background-repeat: no-repeat;
            position: absolute;
            left: 0px;
            right: 0px;
        }


.slide {
    background-size: cover;
    height: 650px;
}



#slider-animation {
    margin-top: -145px;
    z-index: 10;
}

.headerpostion {
    position: relative;
    z-index: 100;
    height: 131px;
}

.headerpostion2 {
    position: relative;
    z-index: 100;
    overflow:hidden;
    z-index: 0;
    height: 340px;
    background-position: center;
}


.no-gutter > [class*='col-'] {
    padding-right: 0px;
    padding-left: 0px;
}

.menb {
    position: relative;
    left: -34px;
}

.content-body {
    padding-left: 5%;
    padding-right: 5%;
    text-align: justify;
}

select {
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    width: 80%;
    margin-bottom: 3%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
    background-image: url(../images/DropDownArrowAR.png) !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
}

/*grid css*/
.txt-search {
    margin-bottom: 20px;
    width: 100%;
    height: 32px;
    font-size: 15px;
    outline: 0;
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 0 15px;
    font-weight: 500;
    color: #959595;
}

.btn-search {
    font-size: .875rem;
    margin-bottom: 5%;
    border: none !important;
    font-family: inherit !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    height: 32px !important;
    color: white !important;
    background-color: #7d5a2d;
    text-align: center !important;
    width: 100% !important;
    line-height: 1.5;
    border-radius: .2rem !important;
}

.row-fluid-space {
    margin-bottom: 13%;
}

.padding-0 {
    padding-right: 0;
    padding-left: 0;
}


.header-title {
    color: var(--theme-color);
    font-weight: bold;
    font-size: 18px;
}

.page-body-template table th {
    background: #f9f9f9;
    color: #000;
    padding: 18px !important;
    font-size: 14px;
    font-weight: normal;
    border: none !important;
    border-bottom: solid 1px #7d5a2d !important;
}

.page-body-template table head {
    border-bottom: solid 1px #7d5a2d !important;
}

.page-body-template table td {
    font-size: 14px;
    background: #fff;
    color: var(--theme-color);
    padding: 18px !important;
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
    border-bottom: 1px solid #d5d5d5 !important;
}

a:hover {
    color: #7d5a2d;
    font-weight: 400;
}

@media screen and (max-width: 670px) {
    /*table {
        border: 0;
    }

        table caption {
            font-size: 1.3em;
        }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table tr {
            display: block;
            margin-bottom: .625em;
        }

        table td {
            display: block;
            font-size: .8em;
            text-align: right;
        }


            table td::before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
            }

            table td:last-child {
                border-bottom: 0;
            }*/
}

.pagination .page-item .page-link {
    margin-left: 7px;
    padding: 0;
    color: #777;
    border: 1px solid #777;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 0 !important;
    transition: all 0.5s;
}

.pagination .page-item:nth-child(2) .page-link,
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,
.pagination .page-item {
    border: 1px solid transparent;
    line-height: 25px;
}

    .pagination .page-item:last-child .page-link span img,
    .pagination .page-item:nth-child(2) .page-link span img {
        transform: rotate(180deg);
        ;
    }

    .pagination .page-item .page-link:focus {
        box-shadow: none;
    }

    .pagination .page-item:not(:nth-child(2)) .page-link:hover {
        color: #fff;
        background: #835847;
    }

    .pagination .page-item:first-child:hover .page-link,
    .pagination .page-item:last-child:hover .page-link,
    .pagination .page-item:nth-child(2):hover .page-link {
        border: 1px solid #835847;
        background: transparent;
    }

.itemDirection {
    direction: ltr
}

.pagination {
    direction: rtl;
    padding: 16px;
    float: right;
}


.itemDirection .rotateImg {
    transform: rotate( 180deg ) !important;
    padding: 10px !important;
    float: right;
}

.CurrentPageClass {
    color: #fff !important;
    background: #835847;
    cursor: pointer;
}

    .CurrentPageClass:hover {
        color: #777;
        background: #fff;
        cursor: pointer;
    }

.NumericClass:hover {
    cursor: pointer !important;
    color: #fff;
    background: #835847;
    text-decoration: none;
    cursor: pointer;
}

.CurrentPageClass, .NumericClass {
    border: 1px solid #777;
    padding: 0px 8px 0px 8px;
    transition: all 0.5s;
    color: #777;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    height: 31px;
}
.search-box {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
    position: relative;
    margin: 2rem -15px 1rem;
    border: 2px solid #d2d2d299;
    box-shadow: 0px 1px 4px 0px #e8e8e8;
}



.Date-text {
    color: #ff6d00 !important;
    padding-bottom: 6px;
}
.Brif-text {
    font-size: 15px;
}
.news-image {
    height: 150px;
}
.More-text {
    font-size: 15px;
}

.Page-brif p {
    font-size: 15px;
}
.search-box {
    margin-left: 1px;
    margin-right: 1px;
}

.card .card-text {
    font-size: 15px;
    text-align: justify;
}
.block-card {
    min-height: 260px;
}
.design {
    min-height: 80px;
    padding: 10px;
}
.design img
{
    display:none;
}
    .design  .card-footer {
        display: none;
    }

.news-image img {
    height: 150px;
    width: 100%;
    border-radius: 15px;
}

.card-title {
    height: 50px;
    text-align: left;
}

.news-item .news-breif {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.block-card .card-body {
    padding: 15px 13px;
}

.accordion button:hover {
    color: #ee8c00;
    transition: 0.5s ease;
}