
body {
    background: #fff;
    color: #666666;
/*    font-family: "Bellefair",Arial,Helvetica,sans-serif;*/
/*    font-family: 'PT Sans Narrow', sans-serif;*/
      font-family: 'Tajawal', sans-serif;
    /* letter-spacing: -1px; */
    overflow-x: hidden;
}

a {
    color: #41100b;
    transition: 0.5s;
    text-decoration: none;
/*    -webkit-text-stroke: medium;*/
}

    a:hover, a:active, a:focus {
        color: #029cd8;
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0 0 30px 0;
/* font-family: 'Old Standard TT'; */
font-family: 'Tajawal', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
   /* font-family:'Roboto'; */
/*    font-family: "Bellefair", serif;*/
    /* font-family: 'Old Standard TT'; */
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}


.et-header {
    direction: rtl;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 3em;
    height: 75px;
    z-index: 2;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    /* padding: 9px; */
    color: #0e6ca6;
    font-weight: 500;
  }
  .et-header--scrolled {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  .et-header--move-up {
    transform: translateY(0);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 15;
  }
  .et-header__logo {
    color: #000;
    unicode-bidi: plaintext;
  }
  .et-header__link {
    margin-left: 1em;
    color: #000;
  }
  
  .et-header__left{text-align: right;}
  
  .et-hero-tabs,
  .et-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    background: #eee;
    text-align: center;
    padding: 0 2em;
  }
  .et-hero-tabs h1,
  .et-slide h1 {
    font-size: 1rem;
    margin: 0;
    /* letter-spacing: 1rem; */
    font-size: 1rem;
    /* letter-spacing: 0.2rem; */
    /* opacity: 0; */
    color: #262626;
    position: relative;
    font-weight: 900;
  }
  .et-hero-tabs h3,
  .et-slide h3 {
    /* letter-spacing: 0.2rem; */
    /* opacity: 0; */
    color: #262626;
    position: relative;
    font-weight: 900;
    color: #444444;
    margin: 10px 0;
    font-size: 20px!important;
  }

  .et-hero-tabs.inner_hero h3{font-size: 15px!important;}
  
  .et-hero-tabs-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #660d0d;
    z-index: 25;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0 15%;
    direction: rtl;
  }
  .et-hero-tabs-container--top-first {
    position: fixed;
    top: 75px;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .et-hero-tabs-container--top-second {
    position: fixed;
    top: 0;
  }
  
  .et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #fff;
    /* letter-spacing: 0.1rem; */
    transition: all 0.5s ease;
    font-size: 0.8rem;
  }

  .overlay-home{
background-color: #cdcdcded;
position: absolute;
z-index: 0;
left: 0;
right: 0;
top: 0;
bottom: 0; 
content: '';}

.et-hero-tabs h1 img{position: relative;}

  .et-hero-tab:hover {
    color: white;
    background:rgb(72 10 10);
    transition: all 0.5s ease;
  }
  
  .et-hero-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 6px;
    background: #66B1F1;
    transition: left 0.3s ease;
  }
  
  @media (min-width: 800px) {
    .et-hero-tabs h1,
  .et-slide h1 {
      font-size: 2rem;
    }
    .et-hero-tabs h3,
  .et-slide h3 {
      font-size: 1rem;
    }
  
    .et-hero-tab {
      font-size: 0.9rem;
    }
  }
  


  .bg1-pattern {
    background-color: #dfdbe1;

}
.p-b-105 {
    padding-bottom: 105px;
}
.p-t-120 {
    padding-top: 120px;
}

.p-b-30 {
    padding-bottom: 30px;
}
.p-t-45 {
    padding-top: 45px;
}
.tit2 {
    font-size: 30px;
    line-height: 1.2;
    color: #d61c22;}

    .tit3 {
        font-weight: 700;
        font-size: 50px;
        line-height: 1.2;
        color: #222222;
        text-transform: uppercase;
        /* letter-spacing: 6px; */
    }

        .size3 {
            max-width: 513px;
        }
        .t-center {
            text-align: center;
        }
        .m-l-r-auto {
            margin-left: auto;
            margin-right: auto;
        }
        .m-b-22 {
            margin-bottom: 22px;
        }

        .txt4 {
    /* font-family: Montserrat; */
    font-weight: 400;
    font-size: 17px;
            color: #222222;
            text-transform: uppercase;
            /* letter-spacing: 1px; */
        }

        .m-l-10 {
            margin-left: 10px;
        }
        .bo-rad-10 {
            border-radius: 10px;
        }

        .hov-img-zoom {
            display: block;
            overflow: hidden;
        }
        .size2 {
            max-width: 390px;
        }

        .hov-img-zoom img {
            width: 100%;
            -webkit-transition: all 0.6s;
            -o-transition: all 0.6s;
            -moz-transition: all 0.6s;
            transition: all 0.6s;
        }



        .slider {
            float: right;
            position: relative;
            width: 100%;
            height: auto;
            min-height: 40vh;
            z-index: 0;
          }
          .slider li {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            transition: clip .7s ease-in-out, z-index 0s .7s;
            clip: rect(0, 100vw, 100vh, 100vw);
            display: table;
          }
          .center-y {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            color: #fff;
          }
          .slider h3 {
            font-size: 5rem;
            font-style: italic;
          }
          .slider h3 + a {
            font-size: 1.6rem;
            display: inline-block;
            color: #fff;
            margin-top: 2rem;
          }
         .slider h3, h3 + a {
            opacity: 0;
            transition: opacity .7s 0s, transform .5s .2s;
            transform: translate3d(0, 50%, 0);
          }
          li.current h3, li.current h3 + a {
            opacity: 1;
            transition-delay: 1s;
            transform: translate3d(0, 0, 0);
          }
          li.current {
            z-index: 1;
            clip: rect(0, 100vw, 100vh, 0);
          }
          li.prev {
            clip: rect(0, 0, 100vh, 0);
          }
          .slider nav {
            position: absolute;
            bottom: 5%;
            left: 0;
            right: 0;
            text-align: center;
            z-index: 10;
          }
          /* nav a {
            display: inline-block;
            border-radius: 50%;
            width: 1.2rem;
            height: 1.2rem;
            min-width: 12px;
            min-height: 12px;
            background: #fff;
            margin: 0 1rem;
            transition: transform .3s;
          } */
          a.current_dot {
            transform: scale(1.4);
          }
          @media screen and (max-width: 700px) {
            .left {
              width: 100%;
              height: 30%;
            }
            .slider {
              width: 100%;
              height: 70%;
            }
          }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #666666;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #666666;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #f2f2f2;
        border-top: 6px solid #666666;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    background: rgba(0, 0, 0, 0.9);
   /* height: 120px; */
    height: 250px;
    display: none!important;
}


.fixed-top {
    position: fixed;
}

#header.header-transparent {
    /* background: #fff; */
}

#header.header-scrolled {
    background: rgb(122 16 16);
    height: 65px;
}

#header .logo {
    margin-top: 0;
    margin: 0 auto;
    padding-top: 12px;
}

    #header .logo a {
        color: #fff;
    }

/*    #header .logo img {
        width: 50%;
    }*/

@media (max-width: 992px) {
    #header .logo {
        font-size: 28px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}


.nav-menu {
    margin: 0 auto;
}


.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}


/* .navbar li:last-child{margin-left: 3%;} */


.navbar a {
/*
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
*/
/*    font-family: "Montserrat", sans-serif;*/
/*
    font-family: 'Old Standard TT';
    font-size: 15px;
    font-weight: 600;
*/
/*    -webkit-text-stroke: aliceblue;*/
/*
    color: #7f150e;
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
*/
    
/*     
        display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px 20px 40px; */
    /* font-family: "Montserrat", sans-serif; */
    /* font-family: 'Old Standard TT';
    font-size: 17px; */
    /* font-weight: 600; */
    /* -webkit-text-stroke: aliceblue; */
    /* color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s; */
    /* letter-spacing: 0; */
}

    .navbar a i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover, .navbar .active, .navbar li:hover > a {
/*        color: #a17e3c;*/
        color: #7f150e;
    }

.navbar .dropdown ul {
    /*    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: 0.3s;
    width: 600px;*/

    display: block;
    position: absolute;
/*    left: -374%;*/
    left: -300%;
    right: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: 0.3s;
    width: 1040px;
}

    .navbar .dropdown ul li {
        /*  min-width: 200px;*/
        /*min-width: 110px;*/
        float: left;
        display: flex;
        /*width: 23%;*/
        /*margin: 9px 10px;*/
        /*background-color: #bdbdbd3b;*/

        width: 100%;
        margin: 0px 0;
    }


   .social-nav{   
        right: 7%;
    position: absolute;
    width: auto;
    padding-top: 0;
    margin: 1% 0;}

    .btn-social.language { width: 20%;background-color: #fff;color: #005488;}

.products {
    float: left;
    width: 22%;
    padding: 4% 6%;
    list-style: circle;
    color: #78150d;
}

.navbar .dropdown ul a {
    padding: 6px 0;
    text-transform: none;
    color: #7a150d;
    font-size: 16px;
/*    -webkit-text-stroke: thin;*/
    font-weight: 600;
    display: list-item;
}

    .navbar .dropdown ul a i {
        font-size: 6px;
        margin-right: 14%;
    }

        .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
            color: #9f853b;
        }

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}





    /**
* Mobile Navigation 
*/
    .mobile-nav-toggle {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(26, 26, 26, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color:#ffffffd6;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile ul li {    border-bottom: 1px solid #e7e7e7;}

    #header .align-items-center {
        text-align: center;}

    .navbar-mobile a {
        padding: 15px 20px;
        font-size: 18px;
        color: #111111;
        display: block;
        text-align: center;
        text-align: right;
    }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color:#7f150e;
        }

    .navbar-mobile .getstarted {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 7px 5px;
            font-size: 14px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: #9f853b;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

.btn-social {
    color: #fff;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 4px 4px 3px 5px;
    border-radius: 6px;
    margin: 2px;
/*    -webkit-text-stroke: thin;*/
}

    .btn-social:hover {
        color: #fff;
        background-color: #9f853b;
    }


/* .container {
    max-width: 1440px;
    width: 1440px;
} */

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background: #000;
    overflow: hidden;
    position: relative;
}



@media (max-height: 500px) {
    #hero {
        height: 150vh;
    }

    #hero-banner {
        height: 150vh;
    }
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    #hero .carousel-item::before {
        content: '';
        background-color: rgb(0 0 0 / 56%);
    }

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 70px;
    left: 50px;
    right: 50px;
}

#hero .container {
    text-align: center;
}

#hero h2 {
    color: #fff;
    margin-bottom: 7px;
    font-size: 60px;
    font-weight: lighter;
    text-transform: capitalize;
    /* -webkit-text-stroke: thin; */
    font-family: 'Old Standard TT';
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
    }
}

#hero p {
    font-size: 22px;
    width: 80%;
    margin: 0 auto 20px auto;
    color: #fff;
}

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }
}

#hero .carousel-fade {
    overflow: hidden;
}

    #hero .carousel-fade .carousel-inner .carousel-item {
        transition-property: opacity;
    }

    #hero .carousel-fade .carousel-inner .carousel-item,
    #hero .carousel-fade .carousel-inner .active.carousel-item-start,
    #hero .carousel-fade .carousel-inner .active.carousel-item-end {
        opacity: 0;
    }

    #hero .carousel-fade .carousel-inner .active,
    #hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
    #hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
        opacity: 1;
        transition: 0.5s;
    }

        #hero .carousel-fade .carousel-inner .carousel-item-next,
        #hero .carousel-fade .carousel-inner .carousel-item-prev,
        #hero .carousel-fade .carousel-inner .active.carousel-item-start,
        #hero .carousel-fade .carousel-inner .active.carousel-item-end {
            left: 0;
            transform: translate3d(0, 0, 0);
        }

#hero .carousel-control-prev, #hero .carousel-control-next {
    width: 10%;
}

@media (min-width: 1024px) {
    #hero .carousel-control-prev, #hero .carousel-control-next {
        /*width: 5%;*/
        width: 10%;
    }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
    display: inline-block;
    border: 1px solid #fff;
    font-size: 25px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    opacity: .9;
}

#hero .carousel-indicators li {
    cursor: pointer;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    background-color: darkgray;
}


#hero .btn-get-started {
font-family: 'Old Standard TT';
    /* font-weight: 500; */
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    padding:8px 29px 4px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    /* -webkit-text-stroke: thin; */
    background: #fff;
    color: #79150d;
}

    #hero .btn-get-started:hover {
        color: #ffffff;
        background: #18d26e00;
    }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

section {
    overflow: hidden;
}



/*banner header
--------------------------------*/

#hero-banner{ width: 100%;
    height: 40vh;
    background: #000;
    overflow: hidden;
    position: relative;
}

.banner{height: 100%;background-size: cover;}

#hero-banner .bannertext-container{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;}

   #hero-banner .container {
       text-align: center;
   }

   #hero-banner h2 {
    color: #fff;
    margin-bottom: 7px;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    /* -webkit-text-stroke: thin; */
    /*   */
    /* font-family: 'Old Standard TT'; */
    background-color: #15151585;
    width: 28%;
    padding: 2% 0 13px;
    margin: 0 auto;
   }



   .row.product-row{    margin-bottom: 25px;}

   .products-category{  margin-bottom: 2%;}

   .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
  }
  
  .hovereffect .overlay {
    width: 90%;
    height: 90%;
    position: absolute;
    overflow: hidden;
    top: 12px;
    left: 17px;
    background-color: rgb(0 0 0 / 0%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  border: 1px solid #ffffff;
  }
  
  .hovereffect:hover .overlay {
    background-color: transparent;
  }
  
  .hovereffect img {
    display: block;
    position: relative;
    width: 100%;
  }
  
  .hovereffect h2 {
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    text-align: center;
    position: relative;
    font-size: 21px;
    padding: 0;
    background: rgb(10 10 10 / 85%);
    /* -webkit-transform: translatex(74px); */
    -ms-transform: translateY(45px);
    /* transform: translate(68%,39px); */
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /* font-family: 'Old Standard TT'; */
    border-radius: 1%;
    width: 300px;
    height: 175px;
    display: block;
    padding-top: 20%;
    margin: 9% auto;
    justify-content: center;
    vertical-align: middle;
    justify-items: center;
  }
  
  .hovereffect:hover h2 {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  

  .hovereffect h2:hover {
    background-color: #f3a60500;
    /* border: 2px solid white; */
    /* border-radius: 5px; */
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);}


  .hovereffect a.info {

    display: block;
    text-decoration: none;
    padding: 4px 0;
    text-transform: uppercase;
    color: #000;
    /* border: 1px solid #ffffff57; */
    background-color: #ffffff99;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    margin: -8% 0 0 0;

  }
  
  .hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  .hovereffect a.info:hover {
    /* box-shadow: 0 0 5px #fff; */
  }



  .tm-dishbox-wrapper.dishbox-style2 .tm-box-content.inner{
      text-align: center;
      display: block; 
         background-color: #c8c6d1;
  }

  .sidebar{float: right;width: 25%;}
  .menu.item{width: 75%;float:left;direction: rtl;}

aside{   
    border-right: 2px solid;
    padding-right: 0;
    border-color: #025081;
    margin-left: 10%;
    background-color: #025081;
    text-align: right;}

  .side-menu ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    display: block;
    padding: 7px 10px;
    margin-bottom: 0;
    background: none;
    border: none;
    border-bottom: 1px solid #ffffff2e;
    /* font-family: 'Old Standard TT'; */
}

    .side-menu ul{list-style: none;padding-left: 0;}
 
    .side-menu ul li i{
        font-size: 13px;
        /* font-family: 'FontAwesome'; */
        /* content: "\f054"; */
        float: left;
        margin-left: 4%;
        line-height: 2.5;
    }

    .side-menu ul li a.active {
        color: #005488;
        background-color: #ffffff;
    }

    #menu-page {
        padding: 60px 0;
        background-color: #ffffffbd;}

        #menu-page  .tm-dishbox-wrapper.dishbox-style2 .tm-box-content {padding: 17px 0 14px;}



/* Sections Header
--------------------------------*/
.section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

    .section-header h3::before {
        content: '';
        position: absolute;
        display: block;
        width: 120px;
        height: 1px;
        background: #ddd;
        bottom: 1px;
        left: calc(50% - 60px);
    }

    .section-header h3::after {
        content: '';
        position: absolute;
        display: block;
        width: 40px;
        height: 3px;
        background: #18d26e;
        bottom: 0;
        left: calc(50% - 20px);
    }

.section-header p {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
    background: #f7f7f7;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0;
    background-color: #f7f7f7;
    min-height: 40px;
    margin-top: 80px;
}

    .breadcrumbs h2 {
        font-size: 24px;
        margin-bottom: 0;
        font-weight: 400;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #6c757d;
                content: "/";
            }

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

        .breadcrumbs ol li {
            display: inline-block;
        }
}



.section.product-section {
    padding: 35px 2em;
    direction: rtl;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .wrapper > * {
        margin: 20px;
    }

.media {
    width: 412px;
    height: auto;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.media:before{  
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background:rgb(8 8 8 / 66%);
}

.media:hover{background-color: transparent;}

    .media img {
        max-width: 100%;
        height: auto;
        transition: all 0.9s ease;
    }

        .media img:hover {
            transform: scale(1.3);
            transition: 0.9s;
        }



    .media .bottom-left {
   
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: #fff;
        font-size: 35px;
        font-weight: 400;
        text-align: center;
        top: 42%;
    }

.layer {
    opacity: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10px;
    height: 20%;
    background: #FFF;
    color: #151E3F;
    transition: all 0.9s ease;
}

    .layer p {
        transition: all 0.9s ease;
        transform: scale(0.1);
    }

p {
        text-align: center;
    font-size: 18px;
    /* letter-spacing: -1px; */
    word-spacing: 1px;
/*
    text-align: center;
    font-size: 19px;
     
*/
}

.media:hover .layer {
    opacity: 0.8;
    width: 30%;
    transition: all 0.5s ease;
}

    .media:hover .layer p {
        transform: scale(1);
        transition: all 0.9s ease;
    }


@media (max-width: 600px) {
    .wrapper {
        display: block;
    }

        .wrapper > * {
            margin: 10px;
        }
}


.meal-img img{width: 50px;}


/* Featured Services Section
--------------------------------*/
#featured-services {
    background: #000;
}

    #featured-services .box {
        padding: 30px 20px;
    }

    #featured-services .box-bg {
        background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
    }

    #featured-services i {
        color: #18d26e;
        font-size: 48px;
        display: inline-block;
        line-height: 1;
    }

    #featured-services h4 {
        font-weight: 400;
        margin: 15px 0;
        font-size: 18px;
    }

        #featured-services h4 a {
            color: #fff;
        }

            #featured-services h4 a:hover {
                color: #18d26e;
            }

    #featured-services p {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        margin-bottom: 0;
    }

/* About Us Section
--------------------------------*/
#about {
    background: url("../img/about-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
    direction: rtl;
}

    #about::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.92);
        z-index: 9;
    }

    #about .container {
        position: relative;
        z-index: 10;
    }

    #about .about-col {
        background: #fff;
        border-radius: 0 0 4px 4px;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
        margin-bottom: 20px;
    }

        #about .about-col .img {
            position: relative;
        }

            #about .about-col .img img {
                border-radius: 4px 4px 0 0;
            }

        #about .about-col .icon {
            width: 64px;
            height: 64px;
            text-align: center;
            position: absolute;
            background-color: #18d26e;
            border-radius: 50%;
            border: 4px solid #fff;
            left: calc( 50% - 32px);
            bottom: -30px;
            transition: 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #about .about-col i {
            font-size: 28px;
            line-height: 0;
            color: #fff;
            transition: 0.3s;
        }

        #about .about-col:hover .icon {
            background-color: #fff;
        }

        #about .about-col:hover i {
            color: #18d26e;
        }

        #about .about-col h2 {
            color: #000;
            text-align: center;
            font-weight: 700;
            font-size: 20px;
            padding: 0;
            margin: 40px 0 12px 0;
        }

            #about .about-col h2 a {
                color: #000;
            }

                #about .about-col h2 a:hover {
                    color: #18d26e;
                }

        #about .about-col p {
            font-size: 14px;
            line-height: 24px;
            color: #333;
            margin-bottom: 0;
            padding: 0 20px 20px 20px;
        }


   
/* About Us Page
--------------------------------*/   
        
       #about-page{
        padding: 40px 0px;
        position: relative;
        background-color: whitesmoke;}

        .about.item{
            width: 75%;
            float: left;
            direction: rtl;
            background-color: white;
            padding: 2%;
            
        }

    #about-page h3{     
        color: #7f150e;
        font-weight: 400;}   

       #about-page .cntainer-white{    
        background-color: #e4dbdb00;
        width: 65%;
        padding: 0%;} 

        .container.about-images{display: flex;}

        .about-images .box-images.image {
            width: 50%;
            margin:auto
        }
.about-images .box {
    width: 55%;
    display: inline-table;
    margin: 0 1%;
    text-align: center;
    position: relative;
    height: 700px;
    background-size: cover;
  }

  .about-images .box::before{  
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(19 19 19 / 85%);
}

    .about-images .box .text{    
        position: absolute;
        bottom: 0;
        color: #ffff;
        top: 0%;
        padding: 4%;
        direction: rtl;}


  .about-images .box img{
    width: 100%;
  }

  .about-images .box .text h3{
       margin: 3% 0;
    color: #ffffff!important;
    font-weight: 600;}

  .about-images .box p{
    font-size: 18px;;
    text-align: justify;
  }


  .line-divided{width: 80%;
margin: 0 auto;
background-color: #c4c4c4;}

/* Services Section
--------------------------------*/
#services {
    background: #fff;
    background-size: cover;
    padding: 60px 0 40px 0;
}

    #services .box {
        margin-bottom: 30px;
    }

    #services .icon {
        float: left;
    }

        #services .icon i {
            color: #18d26e;
            font-size: 36px;
            line-height: 0;
            transition: 0.5s;
        }

    #services .title {
        margin-left: 60px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        #services .title a {
            color: #111;
        }

    #services .box:hover .title a {
        color: #18d26e;
    }

    #services .description {
        font-size: 14px;
        margin-left: 60px;
        line-height: 24px;
        margin-bottom: 0;
    }

/* About Action Section
--------------------------------*/
#about-section {
    background: linear-gradient(rgb(0 142 99 / 7%), rgb(0 0 0 / 10%)), url(../img/pattern.png) fixed center center;
    background-size: contain;
    padding: 60px 0;
    position: relative;
}

    #about-section:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgb(62 11 5 / 95%);
    }

.cntainer-white {
    background-color: #e4dbdb;
    width: 75%;
    padding: 4%;
}

#about-section h3 {
    color: #660d0d;
    font-size: 35px;
    font-weight: 700;
}

#about-section p {
    color: #660d0d;
}

#about-section .cta-btn {
/*
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
*/
    transition: 0.5s;
    margin-top: 10px;
/*
    border: 2px solid #660d0d;
    color: #41100b;
*/
    
        text-transform: uppercase;
    font-weight: 900;
    font-size: 17px;
     
    display: inline-block;
    padding:8px 29px 4px;
    border-radius: 25px;
    transition: 0.5s;
/*    margin-top: 0;*/
    border: 2px solid #660d0d;
    color: #41100b;
/*
    width: 16%;
    margin: 6px auto;
*/
    font-family: 'Old Standard TT';
}

    #about-section .cta-btn:hover {
        background: rgb(62 11 5 / 95%);
        color: #fff;
        border: 2px solid rgb(62 11 5 / 95%);
    }







/* location Action Section
--------------------------------*/
#location-section {
    background: linear-gradient(rgb(0 142 99 / 7%), rgb(0 0 0 / 10%)), url(../img/contact.jpg) fixed center center;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    background-position: top;
}

    #location-section:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgb(8 8 8 / 78%);
    }


    .large-block-grid-3.location-sec>li {
        width: 100%;
        padding: 0 0.625em 1.25em;
        display: inline-grid;
        height: auto;
        float: left;
        margin: 0;
    }

    .large-block-grid-3.location-sec .contact-icon-box {
        float: left;
        text-align: center;
        padding: 25px;
        margin-bottom: 0;
        border-radius: 7px;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        -webkit-box-shadow: 0 20px 60px 0 rgb(40 93 251 / 16%);
        box-shadow: none;
        min-height: 250px;
        background-color: #e6e6e6;}
    
.location{    
    float: left;
    text-align: left;}

   .location h4{  
    text-transform: uppercase;
    color: #ffffff;
    background-color: #005488;
    width: 50%;
    padding: 2% 0 6px;
    text-align: center;
    border-radius: 7px;} 

    .location ul {padding-left: 0}

   .location ul li{
    list-style: inside;
    font-family: 'Old Standard TT';
    font-size: 17px;
    list-style: none;
    /* letter-spacing: 0; */
    line-height: 1.6;}

       .location ul li span{   
            font-weight: 800;
        color: #8a150e;
    } 

    .location ul li i{    
        color: #8a150e;
        margin-right: 1%;}


        ul.social-icons {
            margin: 0px 0 0 0;
            padding: 0;}
            
            ul.social-icons li {
                display: inline-block;
                margin: 0 8px 8px 0;
                padding: 0;}

                ul.social-icons li a, ul.social-icons li a i { color: #696969 ;}

                ul.social-icons li a:hover {background-color: #fff;  border: 2px solid #7f150e;}
                ul.social-icons li a, ul.social-icons li a i:hover { color: #7f150e ;}


                    ul.social-icons li a {
                        background-color: #ffffff;
                        border: 2px solid #696969;
                        /* color: #fff; */
                        display: inline-block;
                        font-size: 1.2em;
                        height: 35px;
                        border-radius: 14%;
                        line-height: 35px;
                        margin: 0;
                        padding: 0;
                        text-align: center;
                        width: 35px;}

        iframe{float: right;}

.cntainer-white {
    background-color: #e4dbdb;
    width: 75%;
    padding: 4%;
}

#location-section h3 {
    color: #660d0d;
    font-size: 30px;
    font-weight: 700;
}

#location-section p {
    color: #660d0d;
}

#location-section .cta-btn {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    font-weight: 900;
    font-size: 17px;
    /* letter-spacing: 1px; */
    display: inline-block;
    padding: 8px 29px 5px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 0px;
    border: 2px solid #b79b6c;
    color: #b79b6c;
    line-height: 25px;
}

    #location-section .cta-btn:hover {
        background: rgb(62 11 5 / 95%);
        color: #fff;
        border: 2px solid rgb(62 11 5 / 95%);
    }


.tm-custom-heading1 {
    text-align: center;
    font-size: 30px;
    line-height: 20px;
    color: #c5a572;
    font-family: 'Old Standard TT';
    font-weight: 700;
    text-transform: uppercase;
}


.tm-custom-heading2 {
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
}






/* Portfolio Section
--------------------------------*/
#portfolio {
    padding: 60px 0;
}

    #portfolio #portfolio-flters {
        padding: 0;
        margin: 5px 0 35px 0;
        list-style: none;
        text-align: center;
    }

        #portfolio #portfolio-flters li {
            cursor: pointer;
            margin: 15px 15px 15px 0;
            display: inline-block;
            padding: 10px 20px;
            font-size: 15px;
            line-height: 20px;
            color: #6d6d6d;
            border-radius: 4px;
            text-transform: uppercase;
            /* background: #005488; */
            margin-bottom: 5px;
            transition: all 0.3s ease-in-out;
/*            -webkit-text-stroke: 1px;*/
            font-weight: 400;
        }

            #portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
                background: #ffffff;
                color: #9f853b;
                font-weight: bolder;
            }

            #portfolio #portfolio-flters li:last-child {
                margin-right: 0;
            }

    #portfolio .portfolio-wrap {
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
        transition: 0.3s;
    }

        #portfolio .portfolio-wrap:hover {
            box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
        }

    #portfolio .portfolio-item {
        position: relative;
        height: 360px;
        overflow: hidden;
    }

        #portfolio .portfolio-item figure {
            background: #000;
            overflow: hidden;
            height: 240px;
            position: relative;
            border-radius: 4px 4px 0 0;
            margin: 0;
        }

            #portfolio .portfolio-item figure:hover img {
                opacity: 0.4;
                transition: 0.3s;
            }

            #portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
                position: absolute;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                opacity: 0;
                line-height: 1;
                text-align: center;
                width: 36px;
                height: 36px;
                background: #fff;
                border-radius: 50%;
                transition: 0.2s linear;
            }

                #portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
                    font-size: 22px;
                    color: #333;
                    line-height: 0;
                }

                #portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
                    background: #18d26e;
                }

                    #portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
                        color: #fff;
                    }

            #portfolio .portfolio-item figure .link-preview {
                left: calc(50% - 38px);
                top: calc(50% - 18px);
            }

            #portfolio .portfolio-item figure .link-details {
                right: calc(50% - 38px);
                top: calc(50% - 18px);
            }

            #portfolio .portfolio-item figure:hover .link-preview {
                opacity: 1;
                left: calc(50% - 44px);
            }

            #portfolio .portfolio-item figure:hover .link-details {
                opacity: 1;
                right: calc(50% - 44px);
            }

        #portfolio .portfolio-item .portfolio-info {
            background: #fff;
            text-align: center;
            padding: 30px;
            height: 90px;
            border-radius: 0 0 3px 3px;
        }

            #portfolio .portfolio-item .portfolio-info h4 {
                font-size: 18px;
                line-height: 1px;
                font-weight: 700;
                margin-bottom: 18px;
                padding-bottom: 0;
            }

                #portfolio .portfolio-item .portfolio-info h4 a {
                    color: #333;
                }

                    #portfolio .portfolio-item .portfolio-info h4 a:hover {
                        color: #18d26e;
                    }

            #portfolio .portfolio-item .portfolio-info p {
                padding: 0;
                margin: 0;
                color: #b8b8b8;
                font-weight: 500;
                font-size: 14px;
                text-transform: uppercase;
            }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #18d26e;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #18d26e;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(51, 51, 51, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }



/* Testimonials Section
--------------------------------*/
#testimonials {
    padding: 60px 0;
}

    #testimonials .section-header {
        margin-bottom: 40px;
    }

    #testimonials .testimonial-item {
        text-align: center;
    }

        #testimonials .testimonial-item .testimonial-img {
            width: 120px;
            border-radius: 50%;
            border: 4px solid #fff;
            margin: 0 auto;
        }

        #testimonials .testimonial-item h3 {
            font-size: 20px;
            font-weight: bold;
            margin: 10px 0 5px 0;
            color: #111;
        }

        #testimonials .testimonial-item h4 {
            font-size: 14px;
            color: #999;
            margin: 0 0 15px 0;
        }

        #testimonials .testimonial-item .quote-sign-left {
            margin-top: -15px;
            padding-right: 10px;
            display: inline-block;
            width: 37px;
        }

        #testimonials .testimonial-item .quote-sign-right {
            margin-bottom: -15px;
            padding-left: 10px;
            display: inline-block;
            max-width: 100%;
            width: 37px;
        }

        #testimonials .testimonial-item p {
            font-style: italic;
            margin: 0 auto 15px auto;
        }

@media (min-width: 992px) {
    #testimonials .testimonial-item p {
        width: 80%;
    }
}

#testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    #testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #18d26e;
    }

    #testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #18d26e;
    }



/* Contact Section
--------------------------------*/

.large-block-grid-3>li {
    width: 25%;
    padding: 0 0.625em 1.25em;
    display: inline;
    height: auto;
    /* margin: 0 1%; */
    float: right;

}

.get-direction{    
    border: 0;
    padding: 10px 30px;
    color: #862414!important;
    transition: 0.4s;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Old Standard TT';
    /* letter-spacing: 0; */
    display: inline-block;
    padding: 4px 16px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 0px;
    line-height: 25px;
    background-color: #f7f7f7;
    border: 1px solid;}

    .get-direction:hover {
        background-color: #691914;
        color: #fff!important;}

    .contact-icon-box {
        text-align: center;
        padding: 25px;
        margin-bottom: 0;
        border-radius: 5px;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        -webkit-box-shadow: 0 20px 60px 0 rgb(40 93 251 / 16%);
        box-shadow: 0 20px 60px 0 rgb(97 99 106 / 16%);
        min-height: 250px;
        }

    .contact-icon-box .contact-icon {
        border-right: 5px dashed #09ace1;
        border-bottom: 5px solid #09ace1;
        display: inline-block;
        margin-bottom: 22px;
        padding: 14px;
        border-radius: 50%;}

    .contact-icon-box .contact-icon svg {
    text-align: center;
    fill: #09ace1;
    display: inline-block;
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 120px;
    font-size: 50px;
    background-color: transparent;}

    .contact-icon-box h3 {
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 0;
    margin-bottom: 10px;
    text-align: center !important;
    text-transform: uppercase;}

    .contact-body p {
        text-align: center !important;}

        .contact-body p a{
            text-align: center !important;
            color: #666666;}  

#contact {
    direction: rtl;
    text-align: right;
    padding: 40px 0 0;
    position: relative;
    margin-bottom: 0;}

#contact h3 , h4{   
     color: #525252;
    font-weight: 400;}

    #contact .cntainer-white {
        background-color: #e4dbdb00;
        width: 75%;
        padding: 0%;
    }

    #contact .contact-info {
        margin-bottom:50px;
        text-align: center;
    }
/* 
        #contact .contact-info i {
            font-size: 48px;
            display: inline-block;
            margin-bottom: 10px;
            color: #18d26e;
        } */

        #contact .contact-info address, #contact .contact-info p {
            margin-bottom: 0;
            color: #5d5d5d;
        }

        #contact .contact-info h3 {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: 400;
            text-transform: uppercase;
            color: #045e95;
        }

        #contact .contact-info a {
            color: #5d5d5d;
        }

            #contact .contact-info a:hover {
                color: #005488;
            }

    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        margin-bottom: 20px;
    }

@media (min-width: 768px) {
    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        padding: 20px 0;
    }
}

@media (min-width: 768px) {
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

#contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background: #fff;
}

    #contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #7f150e;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        #contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    #contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #005488;
        text-align: center;
        padding: 15px;
        font-weight: 500;
        font-family: -webkit-pictograph;
    }

    #contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        #contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #7f150e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    #contact .php-email-form .form-group {
        margin-bottom: 20px;
    }

    #contact .php-email-form input, #contact .php-email-form textarea {
        padding: 10px 14px;
        border-radius: 0;
        box-shadow: none;
        /* font-size: 15px; */
        display: block;
        width: 100%;
        /* padding: .375rem .75rem; */
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        /* font-family: 'Old Standard TT'; */
        color: #545454;
        background-color: #f7f7f7;
        background-clip: padding-box;
        border: 1px solid #eaeaea;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .25rem;
        transition: border-color 0.15s ease-in-out,box-shadow .15s ease-in-out;
    }

        #contact .php-email-form textarea:focus {
            background-color: #fff;
            box-shadow: 0 0 0 0.25rem rgb(230 230 230);        }

        #contact .php-email-form input:focus {
            background-color: #fff;
            box-shadow: 0 0 0 0.25rem rgb(230 230 230);}

    #contact .php-email-form button[type="submit"] {
        border: 0;
        padding: 10px 30px;
        color: #fff;
        transition: 0.4s;
        cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    /* font-family: 'Old Standard TT'; */
    /* letter-spacing: 1px; */
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 0px;
    /* border: 2px solid #b79b6c;
    color: #b79b6c; */
    line-height: 25px;
    background-color: #7f150e;
}


        #contact .php-email-form button[type="submit"]:hover {
            border: 2px solid #b79b6c;
            color: #b79b6c;
            background-color: transparent;
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #41100b;
    background: #045e95;
    padding: 0 0 12px 0;
    font-size: 14px;
}

    #footer .footer-top {
        background: #e6e6e6;
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 18px;
                /* font-weight: bold; */
                color: #660d0d;
                text-transform: uppercase;
                position: relative;
                padding-bottom: 10px;
/*                -webkit-text-stroke-width: thin;*/

            }

            #footer .footer-top .footer-info p {
                font-size: 18px;
                line-height: 24px;
                margin-bottom: 0;
                color: #171717;
                text-align: justify;
                margin-right: 16%;
            }

        #footer .footer-top .social-links a {
            display: inline-block;
            background: #005488;
            color: #fff;
            line-height: 1;
            margin-right: 4px;
            border-radius: 25%;
            width: 36px;
            height: 36px;
            transition: 0.3s;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

            #footer .footer-top .social-links a i {
                line-height: 0;
                font-size: 16px;
            }

            #footer .footer-top .social-links a:hover {
                background: #41100b;
                color: #fff;
            }

        #footer .footer-top h4 {
            font-size: 18px;
             font-weight: bold; 
            color: #660d0d;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 10px;
/*            -webkit-text-stroke-width: medium;*/
        }

            #footer .footer-top h4::before, #footer .footer-top h4::after {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                height: 2px;
            }

            #footer .footer-top h4::before {
                right: 0;
                background: #555;
                width: 25%;
            }

        /*
#footer .footer-top h4::after {
  background: #18d26e;
  width: 60px;
}
*/

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 8px;
                    color: #43120d;
                }

                #footer .footer-top .footer-links ul li {
                    border-bottom: 1px solid #afafaf;
                    padding: 4px 0;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #44140f;
                    font-size: 18px;
                    /* -webkit-text-stroke: thin; */
                    font-family: 'Old Standard TT';
                    font-weight: 400;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #005488;
                    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact p {
                line-height: 0.8;
                text-align: left;
                margin-bottom: 20px;
            }

b, strong {
    font-weight: bolder;
/*    -webkit-text-stroke-width: thin;*/
}

#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

    #footer .footer-top .footer-newsletter input[type="email"] {
        border: 0;
        padding: 6px 8px;
        width: 65%;
    }

    #footer .footer-top .footer-newsletter input[type="submit"] {
        background: #18d26e;
        border: 0;
        width: 35%;
        padding: 6px 0;
        text-align: center;
        color: #fff;
        transition: 0.3s;
        cursor: pointer;
    }

        #footer .footer-top .footer-newsletter input[type="submit"]:hover {
            background: #13a456;
        }

#footer .copyright {
    /* text-align: center; */
    padding-top: 12px;
    color: #fff;
    font-size: 17px;
        font-family: 'Old Standard TT';
    font-weight: 400;
    word-spacing: 1px;
    /* letter-spacing: 0; */

}



    #footer .copyright strong {
        font-weight: 400;
    }


#footer .credits {
    text-align: center;
    font-size: 17px;
    color: #fff;
        font-family: 'Old Standard TT';
    font-weight: 400;
    word-spacing: 1px;
    /* letter-spacing: 0; */

}



    #footer .credits a {
        font-weight: 400;
    }











/*

.flat-row.flat-tab-menu {
    padding-top: 94px;
    padding-bottom: 79px;
}

.flat-tabs ul.menu-tab {
    text-align: center;
    margin-bottom: 63px;
    margin-top: 50px;
}

.flat-tabs .bg-tabs {
    background-image: url(../images/tabmenu/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 9px;
}

.flat-tabs ul.menu-tab li {
    position: relative;
    display: inline-block;
}

.flat-tabs ul.menu-tab li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 22px;
    padding-right: 22px;
}

.flat-tabs ul.menu-tab li.active a {
    color: #e44c2a;;
}

.flat-tabs .content-tab ul.menu-fd > li {
    padding-left: 0;
    margin-bottom: 60px;
    padding-top: 25px;
    list-style: none
}

.flat-tabs .content-tab .content-inner {
    margin-left: -15px;
    margin-right: -15px
}

.flat-tabs .content-tab ul li .media-body h6 {
    font-weight: 400;
    text-transform: uppercase;
    float: left;
    background: #ffffff;
    padding-right: 12px;
    display: inline;
    margin-bottom: 9px;
    max-width: 80%;
    position: relative;
    z-index: 10;
}

.flat-tabs .content-tab ul li .media-body span {
    float: right;
    color: #73231a;
    background: #fff;
    padding-left: 7px;
    font-weight: 400;
    display: block;
    margin-top: 6px;
    position: relative;
    z-index: 10;
}

.flat-tabs .content-tab ul li .media-body {
    position: relative;
    padding-right: 31px;
}

.flat-tabs .content-tab ul li .menu-in {
    overflow: hidden;
}

.flat-tabs .content-tab ul li .media-body:after {
    border-top: 1px dotted #b5b5b5;
    content: '';
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 30px;
}

.flat-tabs .content-tab ul li .media-body .dotted-bg {
    border-top: 1px dotted #b5b5b5;
    left: 0;
    position: absolute;
    top: 16px;
    z-index: -1;
    right: 30px;
}

.flat-tabs .content-tab ul li .media-wrap a img {
    margin-top: -20px;
    margin-right: 0;
    width: 100%;
    display: block;
    padding: 4px;
}


.flat-tabs .content-tab ul li .media-wrap  ul.menu-in li {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    margin-right: 16px;

}

.flat-tabs .content-tab ul li .media-wrap ul.menu-in li:first-child:before {
    content: "";
    width: 0;
    left: 0;
}

.flat-tabs .content-tab ul li .media-wrap ul.menu-in li:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 11px;
    background-color: #999999;
    top: 6px;
    left: -12px;

}

.media-wrap{display: flex;}

.box-menu{width: 49%;
    display: inline-block;}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}



*/




.title-section {
    text-align: center;
}







/******************menu *********************/

#menu {
    padding: 60px 0;
    background-color: #d9d8e6;
    direction: rtl;
}

    #menu .cta-btn {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 17px;
        display: inline-block;
        padding: 8px 0 8px;
        border-radius: 25px;
        transition: 0.5s;
        margin-top: 0;
        border: 2px solid #660d0d;
        color: #41100b;
        width: 22%;
        margin: 6px auto;
    }

        #menu .cta-btn:hover {
            background: rgb(62 11 5 / 95%);
            color: #fff;
            border: 2px solid rgb(62 11 5 / 95%);
        }


       #cateogry .cta-btn{   
            text-transform: uppercase;
        font-weight: 900;
        font-size: 17px;
         
        display: inline-block;
        padding: 8px 0;
        border-radius: 25px;
        transition: 0.5s;
        margin-top: 0;
        border: 2px solid #660d0d;
        color: #41100b;
        width: 12%;
        margin: 6px auto;
        font-family: 'Old Standard TT';} 

        #cateogry .cta-btn:hover {
            background: rgb(62 11 5 / 95%);
            color: #fff;
            border: 2px solid rgb(62 11 5 / 95%);
        }


.tm-dishbox-wrapper.dishbox-style2 .tm-dishitem-content .tm-dishbox-image {
    position: relative;
    overflow: hidden;
    
}

.about.item .tm-dishbox-wrapper.dishbox-style2 .tm-dishitem-content .tm-dishbox-image {
     border: 1px solid #e8e8e8;}

     .about.item .tm-dishbox-wrapper.dishbox-style2 .tm-box-content.inner .tm-box-title h3 {
        font-size: 17px;}

        .about.item .tm-dishbox-wrapper.dishbox-style2 .tm-box-content {
            padding: 10px 0 10px;}

    .tm-dishbox-wrapper.dishbox-style2 .tm-dishitem-content .tm-dishbox-image img {
        width: 100%;
        transform: scale(1.01);
        transition: all 700ms ease;
    }



.tm-dishbox-wrapper.dishbox-style2:hover .tm-dishitem-content .tm-dishbox-image img {
    transform: scale(1.07) rotate(0.5deg);
}

.tm-dishbox-wrapper.dishbox-style2:hover .tm-box-content .tm-box-title h3 {
    color: #045e95;
}


.tm-dishbox-wrapper.dishbox-style2 .tm-box-content {
    padding: 17px 13px 14px;
    border: none;
    display: flex;
    justify-content: space-between;
    background-color: #cca34b;
    border-bottom: 2px solid #c5a572;
}

.tm-box-col-wrapper {
    margin-bottom: 30px;
}


.tm-dishbox-wrapper.dishbox-style2 .tm-box-content {
    border-color: transparent;
}

.tm-dishbox-wrapper.dishbox-style2 .tm-box-content.inner .tm-box-title h3 {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 0;
    color: #094f7c;
    font-weight: 600;
}


.tm-dishbox-wrapper.dishbox-style2 .tm-box-content.inner .tm-dish-price {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 0;
    color: #660d0d;
    font-weight: 500;
}

.tm-dishbox-wrapper.dishbox-style2 .tm-box-title h3 {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 0;
    color: #fff;
}


.tm-dishbox-wrapper.dishbox-style2 .tm-dish-price {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;

}

.tm-dish-price:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #121d27;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}




.populer-meal li {
    display: inline-block;
    width: 49.8%;
    margin-bottom: 0px;
}

.meal-container {
    display: flex;
}

.meal-price a {
    width: 75%;
    float: right;
    text-align: center;
    background: #005488;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    /* font-weight: 600; */
    border-radius: 7px;

/*    -webkit-text-stroke: thin;*/
}

.meal-container div {
    padding: 10px;
}
/*.meal-container div img{width: 30%;}*/

.meal-container a:hover {
    color: #005488;
}

.meal-price a:hover {
    color: #fff;
    background: #41100b;
}

.meal-container .line {
    width: 12%;
    padding: 0 !important;
}

    .meal-container .line hr {
        color: #4a4a4a;
        border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
        border-top: 2px dashed;
        margin: 30px 0;
        padding: 0;
        background-color: #a52a2a00;
    }

.meal-price span {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 600;
}

.meal-content, .meal-container .line, .meal-price {
    margin-top: 15px;
    width: 10000px;
}

    .meal-content h5 {
        font-size: 20px;
        width: 280px;
    }

.title-menu {
    color: #660d0d;
    font-size: 35px;
        font-weight: 700;
/*    -webkit-text-stroke: thin;*/
}

.top-section{font-size: 20px;}

/************FeedBack*********************/

#feedback-section
{
    background: linear-gradient(rgb(0 142 99 / 7%), rgb(0 0 0 / 10%)), url(../img/pattern.png) fixed center center;
    background-size: contain;
    /* padding: 60px 0; */
    position: relative;
/*background: linear-gradient(rgb(0 142 99 / 7%), rgb(0 0 0 / 10%));*/
padding: 60px 0;
position: relative;}

.image-feedback{ position: absolute; width: 22%; float: right; right: -8%; bottom: -34px; filter: drop-shadow(0px 4px 6px); color: #262726;}


.title-feedback {
    color: #651911;
    font-size: 35px;
        font-weight: 700
/*    -webkit-text-stroke: thin;*/
}

.cntainer-black {
    background-color: #e6e6e6;
    width: 75%;
    padding: 2%;


}

#feedback-section::before {
    background: #005488e0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
}

    .testimonial .pic {
    width: 22%;
    padding: 20px 0;
    margin: 0 6% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}

        .testimonial .pic:before,
        .testimonial .pic:after {
            content: "";
            width: 130px;
            height: 150px;
            background: #651911;
            position: absolute;
            z-index: -1;
            font-family: "Font Awesome 5 Free";
        }

    .testimonial .pic:before {
        /* top: 0;
        right: -20px; */
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        z-index: 1;
        content: "\f10d";
        font-weight: 900;
        font-size: 40px;
        padding: 4% 7%;
        display: inline-flex;
        color: white;
    }

    .testimonial .pic:after {
        /* bottom: 0;
        left: -20px; */
        bottom: 30px;
        right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    }

        .testimonial .pic img {
            width: 90%;
            height: auto;
            /* border: 5px solid #ffffff; */
            /* border-radius: 50%; */
        }

.testimonial .testimonial-content {
    width: 70%;
    float: right;
}

.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #a38a42;
    margin: 0;
    text-transform: uppercase;
    padding-top: 25px;
    padding-left: 15px;
    text-align:left;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #651911;
    text-transform: capitalize;
    margin-bottom: 15px;
    padding-left: 15px;
    text-align: left;
}

.testimonial .description {
    /* font-size: 18px;
    color: #fff;
    padding: 0 15px;
    margin: 0;
    position: relative;
    text-align: left; */
    font-size: 18px;
    color: #272727;
    padding: 0 22% 0 16px;
    margin: 0px 0;
    position: relative;
    text-align: justify;
}

    .testimonial .description:before,
    .testimonial .description:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 17px;
        color: #a88e4f;
        position: relative;
    }

    .testimonial .description:before {
        content: "\f10d";
        margin-right: 5px;
        top: 0;
        left: 0;
    }

    .testimonial .description:after {
        content: "\f10e";
        margin-left: 5px;
        position: relative;
        bottom: 0;
        right: 0;
    }

.owl-theme .owl-controls {
    width: 70%;
    margin: 0;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

    .owl-theme .owl-controls .owl-buttons div {
        /*width: 70px;*/
        height: 90px;
        line-height: 90px;
        background: transparent;
        border-radius: 0;
        opacity: 1;
        position: relative;
        font-size: 21px;
        color:#651911;
    }

.owl-prev:before,
.owl-next:before {
    content: "";
    font-family: "fontawesome";
    font-size: 45px;
    font-weight: 900;
    color: #ddd;
    position: absolute;
    top: 0;
    left: 25%;
}

.owl-next:before {
    content: "";
}

.owl-next:after {
    content: " / ";
    font-size: 40px;
    color: #651911;
    position: absolute;
    top: 0;
    left: -10px;
}

@media only screen and (max-width: 990px) {
    .testimonial {
        text-align: center;
    }

        .testimonial .pic {
            width: 200px;
            margin: 0 auto;
            float: none;
        }

            /* .testimonial .pic:before,
            .testimonial .pic:after {
                width: 80px;
                height: 100px;
            } */

        .testimonial .testimonial-content {
            width: 100%;
            float: none;
        }

        .testimonial .title {
            padding: 15px 0 0 0;
        }

        .testimonial .post {
            padding: 0;
            margin-bottom: 10px;
        }

    .owl-theme .owl-controls {
        width: 100%;
        position: static;
        text-align: center;
    }

        .owl-theme .owl-controls .owl-buttons div {
            height: 50px;
            line-height: 50px;
        }
}



/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
    background-color: #ffffff;
    color: #00a8f7;
    padding: 0;
    border: none;
    cursor: pointer;
    opacity: 1;
    position: fixed;
    bottom: 0;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.4s;
    text-align: center;
    font-size: 35px;
    line-height: 1.7;
}

    .open-button:hover {
        opacity: 0.8!important;
    }

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}

/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
    max-height: 500px;
    height: 500px;
    width: 500px;
}

    /* Full-width textarea */
    .form-container textarea {
        width: 100%;
        padding: 15px;
        margin: 5px 0 22px 0;
        border: none;
        background: #f1f1f1;
        resize: none;
        min-height: 200px;
    }

        /* When the textarea gets focus, do something */
        .form-container textarea:focus {
            background-color: #ddd;
            outline: none;
        }

    /* Set a style for the submit/send button */
    .form-container .btn {
        background-color: #04AA6D;
        color: white;
        padding: 16px 20px;
        border: none;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
        opacity: 0.8;
    }

    /* Add a red background color to the cancel button */
    .form-container .cancel {
        width: 30px;
        height: 30px;
        float: right;
        background-color: #090909;
        padding: 0;
        color: #fff;
    }

    /* Add some hover effects to buttons */
    .form-container .btn:hover, .open-button:hover {
        opacity: 1;
    }




/* events */
#events{background-color: #045e95;
    padding:4% 0 3%;}

    .wrapper2{  padding-bottom: 2%;  background-color: #3d83b1db;}

 #events .title-events{padding-top: 2%;
color: #fff;
font-size: 32px;}   

    .icon {
        display: inline-block;
        width: 1em;
        height: 1em;
        stroke-width: 0;
        stroke: currentColor;
        fill: currentColor;
      }
      
      .background {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
      }
      .background:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(45deg, rgba(209, 0, 42, 0.6) 0%, #0E5DC4 100%);
        opacity: 0.9;
      }
      .background img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
        user-select: none;
      }
      
      .item-bg {
        width: 300px;
        height: 500px;
        position: absolute;
        top: 30px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
        opacity: 0;
        transition: all 0.3s;
        left: -30px;
        display: none;
      }
      .item-bg.active {
        left: 0;
        top: 0;
        opacity: 1;
      }
      
      .news-slider {
        /* z-index: 2; */
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
        /* margin-top: 60px; */
      }
      @media screen and (max-width: 1300px) {
        .news-slider {
          max-width: 1000px;
        }
      }
      @media screen and (max-width: 576px) {
        .news-slider {
          margin-top: 45px;
        }
      }
      .news-slider__wrp {
        display: flex;
        align-items: flex-start;
        position: relative;
        z-index: 2;
      }
      .news-slider__item {
        width: 400px;
        flex-shrink: 0;
      }
      @media screen and (max-width: 992px) {
        .news-slider__item {
          width: 340px;
        }
      }
      .news-slider__item.swiper-slide {
        direction: rtl;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s;
      }
      .news-slider__item.swiper-slide-active, .news-slider__item.swiper-slide-prev, .news-slider__item.swiper-slide-next {
        opacity: 1;
        pointer-events: auto;
      }
      .news-slider__ctr {
        /* position: relative; */
        z-index: 12;
      }
      .news-slider__arrow {
        background: #fff;
        border: none;
        display: inline-flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        z-index: 12;
        cursor: pointer;
        outline: none !important;
      }
      .news-slider__arrow:focus {
        outline: none !important;
      }
      .news-slider__arrow .icon-font {
        display: inline-flex;
      }
      .news-slider__arrow.news-slider-prev {
        /* left: 15px; */
        left: -25px;
        transform: translateY(-50%);
      }
      .news-slider__arrow.news-slider-next {
        /* right: 15px; */
        right: -25px;
        transform: translateY(-50%);
      }
      .news-slider__pagination {
        text-align: center;
        /* margin-top: 50px; */
      }
      .news-slider__pagination .swiper-pagination-bullet {
        width: 13px;
        height: 10px;
        display: inline-block;
        background: #fff;
        opacity: 0.2;
        margin: 0 5px;
        border-radius: 20px;
        transition: opacity 0.5s, background-color 0.5s, width 0.5s;
        transition-delay: 0.5s, 0.5s, 0s;
      }
      .news-slider__pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #ffffff;
        width: 100px;
        transition-delay: 0s;
      }
      @media screen and (max-width: 576px) {
        .news-slider__pagination .swiper-pagination-bullet-active {
          width: 70px;
        }
      }
      .news__item {
        padding: 40px;
        color: #fff;
        border-radius: 10px;
        display: block;
        transition: all 0.3s;
        margin-bottom: 2%;
        text-align: right;
      }
      @media screen and (min-width: 800px) {
        .news__item:hover {
          color: #222222;
          transition-delay: 0.1s;
          background-color: #fff;
        }
        .news__item:hover .news-date, .news__item:hover .news__title, .news__item:hover .news__txt {
          opacity: 1;
          transition-delay: 0.1s;
        }
        .news__item:hover .news__img {
          box-shadow: none;
        }
      }
      .news__item.active {
        color: #222222;
      }
      .news__item.active .news-date, .news__item.active .news__title, .news__item.active .news__txt {
        opacity: 1;
      }
      .news__item.active .news__img {
        box-shadow: none;
      }
      @media screen and (max-width: 992px) {
        .news__item {
          padding: 30px;
        }
      }
      @media screen and (max-width: 576px) {
        .news__item {
          padding: 20px;
        }
      }
      .news-date {
        /* padding-bottom: 20px; */
        margin-bottom: 20px;
        border-bottom: 2px solid;
        display: inline-block;
        opacity: 0.7;
        transition: opacity 0.3s;
      }
      @media screen and (max-width: 576px) {
        .news-date {
          margin-bottom: 0;
          display: inline-flex;
          align-items: center;
          padding-bottom: 0;
        }
      }
      .news-date__title {
        /* display: block; */
        font-size: 32px;
        margin-bottom: 0;
        font-weight: 500;
      }
      @media screen and (max-width: 576px) {
        .news-date__title {
          margin-right: 10px;
        }
      }
      .news-date__txt {
        font-size: 16px;
      }
      .news__title {
        font-size: 25px;
        font-weight: 500;
        /* opacity: 0.7; */
        margin-top: 10px;
        margin-bottom: 15px;
        transition: opacity 0.3s;
      }
      @media screen and (max-width: 576px) {
        .news__title {
          font-size: 22px;
          margin-bottom: 10px;
        }
      }
      .news__txt {
        margin: 10px 0;
        /* line-height: 1.6em; */
        font-size: 15px;
        /* opacity: 0.7; */
        transition: opacity 0.3s;
        text-align: right;
      }
      .news__img {
        border-radius: 10px;
        box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
        /* height: 200px; */
        margin-top: 30px;
        width: 100%;
        transition: all 0.3s;
        transform-origin: 0% 0%;
      }
      @media screen and (max-width: 576px) {
        .news__img {
          height: 180px;
          margin-top: 20px;
        }
      }
      .news__img img {
        max-width: 100%;
        border-radius: 10px;
        height: auto;
        width: 100%;
      }





      #tsum-tabs h1 {
        padding: 50px 0;
        font-weight: 400;
        text-align: center;
      }
     
      
      #tsum-tabs main {
        min-width: 50%;
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
        background: #fff;
        direction: rtl;
      }
     
      #tsum-tabs main .nav-tabs .nav-item {
        margin-bottom: -1px;
        width: 22%;
        text-align: center;
        margin: 0% 5px;
        }

        #tsum-tabs main  .nav-tabs .nav-link {
        padding: 5%;
        color: #000;
        font-weight: 500;
        background-color: #d5d5d5;
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;}

        #tsum-tabs main .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
        background-color: #dba13a;
        color: #fff;
        }

        .tab-content{   
        padding: 2% 16px;
        border: 1px solid #bbbbbb;}

        #tsum-tabs main .nav-tabs {
        border-bottom: 1px solid #ddd;
        padding-right: 0;}


        .et-hero-tabs.inner_hero{height: 50vh;}
        .et-hero-tabs.inner_hero h1 img {
            width: 40%;
            margin-top: -13%;
        }

            .et-hero-tabs.inner_hero h1 {
                font-size: 1.3rem;
            }


            /* about page  */

            .about-images .box-images {
                width: 47%;
                display: flex;
                margin: 0 1%;
                text-align: center;
                position: relative;
                height: auto;
                background-size: cover;
                float: right;
            }

            .about-images .box-images::before {
                content: '';
                position: absolute;
                bottom: 0;
                top: 0;
                left: 0;
                right: 0;
                background: transparent;}


                .about-images .box-images.image::before {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    top: 50px;
                    left: 0;
                    right: 24px;
                    background: #c0e5ff;
                    z-index: -1;
                    width: 90%;
                    height: 90%;
                    border-bottom-left-radius: 20px;
                }


                .about-images .box-images.image img {
                    width:90%;
                    border-bottom-left-radius: 20px;
                    box-shadow: 0 7px 20px #cecece;
                }

                .about-images .box-images .text p{
                    text-align: justify;
                    direction: rtl;
                    color: #2d2d2d;
                }

                .about-images .box-images .text h4{
                    text-align: right;
                    color: #045e95;
                }


                .about-images .box-images .text {
                    padding: 5%;
                }


                .about-images .box-images.manager {
                    width: 100%;
                }                


 /********** event pages  **************/

                .news__item.inner {
                color: #045e95;
                background-color: #fff;
                text-align: right;
                padding: 15px;}


                #events2{    
                background-color: white;
                padding: 60px 0;
                direction: rtl;}


                .news__item.inner.old {    background-color: #f2f2f2;
                }

/*********** event details  ************/

                .news__item.inner.details{padding: 15px 40px;}
                .news__item.inner.details .news__img{
                width:80%;
                }

                .news__item.inner.details .news-date{margin-bottom: 0;}

                .news__item.inner.details .news__title{margin-bottom: 0;}

                .news__item.inner.details .news__txt.details hr{    color: #d9d8e6;}


                .news__item.inner.details .news__txt.details p{   
                     text-align: right;
                    color: #202020;
                    margin-bottom: 10px;}

                .news__item.inner.details .news__txt.details h3{    
                    margin-bottom: 3px;
                    color: #660d0d;}

                .news__item.inner.details .news__txt.details ul{   
                     padding-right: 15px;
                    list-style: disc;
                }

                .box-details {   
                     background-color: #045e95;
                    color: #f9c321;
                    text-align: right;
                    padding: 10px;}

                    .box-details p{text-align: right;
                    margin-bottom: 3px;}


                    .textmenu-details {
                        text-align: right;
                        margin: 7% 10px;
                        color: #045e95;
                    }

                    .textmenu-details a{color: #00a8f7;}

                   .fa-calendar{font-size: 20px;}




                   .topnav {
                    /* overflow: auto; */
                    background-color: #a0282e;
                    position: relative;
                    width: 100%;
                }
                .topnav{
                    /* flex-direction: row; */
                    position: absolute;
                    bottom: 0px;
                    width: 100%;
                    height: 60px;
                    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
                    z-index: 25;
                    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
                    padding: 0 0%;
                    direction: rtl;
                }
                
                /* Hide the links inside the navigation menu (except for logo/home) */
                .topnav #myLinks {
                    display: none;
                }
                
                /* Style navigation menu links */
                .topnav a {
                    color: #fff;
                    padding: 12px 0px;
                    text-decoration: none;
                    font-size: 20px;
                    display: block;
                    width: 100%;
                }
                .topnav #myLinks a{
                    border-bottom: 1px solid #14516c;
                    background-color: #0c69a2;
                }
                
                .topnav a.icon{
                    border-bottom: 1px solid #14516c;
                }
                
                /* Style the hamburger menu */
                .topnav a.icon {
                    /* background: black; */
                    display: block;
                    position: absolute;
                    right: 0px;
                    top: 0;
                    height: 55px;
                    width: 70px;
                }
                
                /* Add a grey background color on mouse-over */
                .topnav a:hover {
                    background-color: #a0282e;
                    color: black;
                }
                
                /* Style the active link (or home/logo) */
                .topnav a.active {
                    background-color: #a0282e;
                    color: white;
                }



                .et-header__center{text-align: center;}

                .mobile-menu {
                    display:block;
                    width:100%;
                  line-height: 1.6em;
                  font-weight: 400;
                  width:100%;
                  text-align:center;
                      position: relative;
                    margin:0 auto;
                  }
                  /*Strip the ul of padding and list styling*/
                  .mobile-menu ul {
                      list-style-type:none;
                    margin: 0 auto;
                    padding-left:0;
                    text-align:center;
                    width:100%;
                    position: absolute;
                    background: #7f150e;
                    padding-right: 0;
                  }
                  
                  /*Create a horizontal list with spacing*/
                  .mobile-menu li {
                      display:inline-block;
                      /*float: left;
                      margin-right: 1px;*/
                  }
                  
                  /*Style for menu links*/
                  .mobile-menu li a {
                    display: block;
                    min-width: 140px;
                    text-align: center;
                    color: #fff;
                    text-transform: uppercase;
                    background: transparent;
                    text-decoration: none;
                    border-radius: 0;
                    margin-right: 0;
                    text-align: right;
                    padding: 7px 35px 0;
                    -webkit-transition: all 0.4s ease 0s;
                    -moz-transition: all 0.4s ease 0s;
                    -ms-transition: all 0.4s ease 0s;
                    -o-transition: all 0.4s ease 0s;
                    transition: all 0.4s ease 0s;
                  }
                  
                  /*Hover state for top level links*/
                  .mobile-menu li:hover a {
                    color: #ffffff;
                    background-color: #5d0d08;
                    height: 40px;
                  }
                  
                  /*Style for dropdown links*/
                  .mobile-menu li:hover ul a {
                      background: #f3f3f3;
                      color: #2f3036;
                      height: 40px;
                      line-height: 40px;
                  }
                  
                  /*Hover state for dropdown links*/
                  .mobile-menu li:hover .mobile-menu ul a:hover {
                      color: #4db3ff;
                  }
                  
                  /*Hide dropdown links until they are needed*/
                  .mobile-menu li ul {
                      display: none;
                  }
                  
                  /*Make dropdown links vertical*/
                  .mobile-menu li ul li {
                      display: block;
                      float: none;
                  }
                  
                  /*Prevent text wrapping*/
                  .mobile-menu li ul li a {
                      width: auto;
                      min-width: 100px;
                      padding: 0 20px;
                  }
                  
                  
                  /*Style 'show menu' label button and hide it by default*/
                  .mobile-menu .show-menu {
                      text-decoration: none;
                      color: #fff;
                      text-align: center;
                      padding: 10px 15px;
                      display: none;
                    cursor: pointer;
                    text-transform: uppercase;
                  }
                  
                  .mobile-menu .show-menu span{
                     padding-left: 25px;
                  }
                  
                  /*Hide checkbox*/
                  .mobile-menu input[type=checkbox]{
                      display: none;
                  }
                  
                  /*Show menu when invisible checkbox is checked*/
                  .mobile-menu input[type=checkbox]:checked ~ #menu2{
                      display: block;
                  }
                  
                  /*Responsive Styles*/
                  
                  @media screen and (max-width : 800px){
                    .mobile-menu .lines {
                        border-bottom: 15px double #040404;
                        border-top: 5px solid #000000;
                        content: "";
                        height: 25px;
                        width: 25px;
                        padding-right: 0;
                        float: right;
                  }
                      /*Make dropdown links appear inline*/
                      .mobile-menu ul {
                        position: fixed;
                        display: none;
                        width: 100%;
                        left: 0;
                        right: 0;
                      }
                      /*Create vertical spacing*/
                      .mobile-menu li {
                          margin-bottom: 0;
                          height: 40px;
                          border-bottom: 1px solid #844444;
                      }
                      /*Make all menu links full width*/
                      .mobile-menu ul li, .mobile-menu li a {
                          width: 100%;
                      }
                      /*Display 'show menu' link*/
                      .mobile-menu .show-menu {
                          display:block;
                      }
                  }