* {
  margin: 0;
  padding: 0;
  /* border: 0 solid transparent;
  box-sizing: content-box; */
}


body{
    word-wrap: break-word;
      font-family: "Cormorant Upright", Sans-serif;
    /* font-family: 'Lato', sans-serif; */
    font-size: 16px;
    font-weight: 300;
    color: #555555;
    line-height: 1.6;
    text-transform: none;
    background-color: #f5f2f2;
    overflow-x:hidden;
}

/*span{color: #fff !important;}
*/
.text_color{color: #0364cf;}

.bg{background-color: #00356e;}
.bg1{background-color: #faf9ff;}
/* 0364cf */
.top_margin{ margin-top: 82px;}

.center_line {
    width: 100px;
    height: 2px;
    border-radius: 3px;
    background-color: #D60D45;
    margin: auto;
}

.side_line {
    width: 130px;
    height: 2px;
    border-radius: 3px;
    background-color: #D60D45; margin-bottom: 20px;
}

.heading_title{font-size: 22px;
    font-family: "satisfy";
    margin-bottom: 10px;}
    .subheading_title{font-size: 22px;
        font-family: "satisfy";
        margin-bottom: 10px;}

.dubble_line{    display: inline-block;
    background: transparent;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin-bottom: 15px;}


/* ==================== Navbar=========================== */

.navbar{
    background-color: #02325a !important;
    /* background-color: rgba(0, 0, 0, 0.5) !important; */
    /* border-bottom: 1px solid; 
    border-bottom-color: rgba(255, 255, 255, 0.5); */
    box-shadow: 0 3px 16px #fff;
    z-index: 50;
}


  .navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    font-size: .975rem;
    font-weight: 700;
    text-transform: capitalize;
}

.navbar-brand {
    font-size: 1.25rem;
    max-width: 220px !important;
}
  
/*.nav-item{padding: 0px 4px;}*/

  .navbar-brand span{ font-weight: 300 !important;}


  @media screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }
    .dropdown .dropdown-menu {
      display: none;
    }
    .dropdown:hover .dropdown-toggle::after {
      border-top: 0;
      border-bottom: 0.3em solid;
    }
  }
  
  @media screen and (max-width: 991px) {
    .dropdown-toggle.show::after {
      border-top: 0;
      border-bottom: 0.3em solid;
    }
  }




  /* .navbar .dropdown-toggle::after {
        border: none;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        vertical-align: middle;
        margin-left: 8px;
      } */
      
      .navbar-light .navbar-nav .nav-link {
        margin-right: 30px;
        padding: 25px 0;
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        outline: none;
      }
      
      .navbar-light .navbar-nav .nav-link:hover,
      .navbar-light .navbar-nav .nav-link.active {
        color: blue;
      }
      
      @media (max-width: 991.98px) {
        .navbar-light .navbar-nav .nav-link  {
            margin-right: 0;
            padding: 10px 0;
        }
      
        .navbar-light .navbar-nav {
            border-top: 1px solid #EEEEEE;
        }
      }
      
      .navbar-light .navbar-brand,
      .navbar-light a.btn {
        height: 75px;
      }
      
      .navbar-light .navbar-nav .nav-link {
        color: black;
        font-weight: 500;
      }
      
      .navbar-light.sticky-top {
        top: -100px;
        transition: .5s;
      }
      
      @media (min-width: 992px) {
        .navbar .nav-item .dropdown-menu {
            display: block;
            border: none;
            margin-top: 0;
            top: 150%;
            opacity: 0;
            visibility: hidden;
            transition: .5s;
            
            font-size: .875rem;
    font-weight: 500;
    text-transform: capitalize;
    /* border-top: #4cbd89 2px solid !important; */
        }
      
        .navbar .nav-item:hover .dropdown-menu {
            top: 100%;
            visibility: visible;
            transition: .5s;
            opacity: 1;
        }
      }

/* ==================== Navbar=========================== */



/* ==================== Tabs Bar =========================== */


.nav .nav-item button.active {
    background-color: transparent;
    color: #D60D45 !important;
  }
  .nav .nav-item button.active::after {
    content: "";
    border-bottom: 1px solid #D60D45;
    width: 100%; font-size: 18px;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 5px 5px 0 0;
  }
  

/* ==================== Tabs Bar =========================== */


/* ==================== Cards Box =========================== */

.page-title {
    color: #9a3299;
    margin: 0 0 5px;
  }
  .page-description {
    font-size: 16px;
    color: #777;
    margin: 0 0 20px;
  }
  .food-card {
    /* width: 300px; */
    width: 100%;
    /*margin: 0 20px 30px;*/
    display: inline-block;
  }
  .card {
    position: relative;
    text-align: left;
  }
  .card-img {
    text-align: center;
    background-color: #000;
  }
  .card-img img {
    transition: transform 0.7s;
    opacity: 0.8;
    width: 100%;
    min-height: 100%;
  }
  .image-ratio {
    position: relative;
    overflow: hidden;
  }
  .image-ratio::before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .ratio-inner {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    width: 100%;
    height: 100%;
  }
  .cat-flag {
    position: absolute;
    top: 30px;
    left: -5px;
    z-index: 2;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 15px;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #D60D45;
  }
  .cat-flag:not(.style-2)::before,
  .cat-flag:not(.style-2)::after {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    border-right: 10px solid #D60D45;
  }
  .cat-flag:not(.style-2)::before {
    top: 0;
    border-bottom: 13px solid transparent;
  }
  .cat-flag:not(.style-2)::after {
    bottom: 0;
    border-top: 13px solid transparent;
  }
  .cat-flag.style-2 {
    left: -20px;
  }
  .cat-flag.style-2::after {
    content: '';
    border-right: 20px solid #184e84;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
  }
  .card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    z-index: 1;
  }
  .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    overflow: hidden;
  }
  .content {
    transition: transform 0.4s;
    transform: translateY(100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  }
  .title {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    transform: translateY(-100%);
    transition: transform 0.4s;
    margin: 0;
    padding: 0 15px 15px;
  }
  .description {
    padding: 0 15px;
    color: #fff;
    font-size: 13px;
    margin: 0;
  }
  .card:hover .content {
    transform: translateY(0);
    padding-bottom: 15px;
  }
  .card:hover .title {
    transform: translateY(0);
  }

/* ==================== Cards Box =========================== */

/* Will's Ticker */

.ticker-container {
    overflow: hidden;
    height: 39px;
  }
  
  #ticker {
    margin:30px auto 0 auto;
    padding: 35px 25px;
    clear: both;
    overflow: hidden;
    /* font-family copied from page's
       computed font-family */
      font-family: "arno-pro", Georgia, Times, serif; 
  }
  #ticker .arrow {
    width: 25px;
    height: 39px;
    position: absolute;
    /* Change from 1000 to 1 so that mouseover 
       actually speeds up scroll */
    z-index: 10;
    padding: 5px 0;
    display: block;
    cursor: pointer
  }
  
  #ticker .arrow a {
    color: #FFFFFF;
    text-decoration: none;
  }
  #ticker-left {
    left: -30px;
    top: 0px;
  }
  #ticker-right {
    right: -30px;
    top: 0px;
  }
  #ticker .arrow img:hover { opacity:50px }
  
  #ticker #records {
    list-style-type: none;
    position: absolute;
    width:100%;
    padding-left:0
  }
  #ticker li.record {
    float: left;
    margin-right: 0px;
    text-align:center
  }
  #ticker li.record.partial { 
    opacity:0.3 
  }
  #ticker span.name {
      margin: 7px 18px 0 0;
      display: inline-block;
  }
  #ticker span.name.tighten {
        letter-spacing: -1px;
      font-size: 17px;
  }
  #ticker span.name.widen {
    letter-spacing: 1px
  }
  #ticker li.record div {
    display: inline-block; background-color:#173a5c; color:#fff; padding:8px 13px; margin-right:0; border-radius:7px; font-weight:normal
  }
  #ticker span.change {
    font-size: 15px;
  }
  #ticker span.indicator {
    font-size: 13px;
    margin: 0 0 0 2px;
  }
  
  
  /* CSS below from http://www.smoothdivscroll.com/runningTicker.html
  */
  #scrollingText
      {
      /* Changed width to 30% because if
         data does not span across, there 
         will be no scrolling */
          width: 100%;
          height: 50px;
          position: relative;
          padding: 2px 0px;
          border-left: 1px solid #858585;
          border-right: 1px solid #858585
      }
      
  /* Changed p to * in this css rule to account
     for xml feed code using both div and p   */
      #scrollingText .scrollableArea *
      {
      /*
      display: block;
          float: left;
          margin: 0;
          padding-right: 7px;
          padding-top: 1px;
      */
          white-space: nowrap;
      }
  
  /* CSS below pasted from http://smoothdivscroll.com/css.html 
  since the smoothDivScroll.css referenced by the smoothDivScroll library is http:// and codepen complains and updated to replace relative references just to get it to work in this codepen.
  To use for client side, recommend copying
  the files over to Wordpress.
  */
  
  /* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */
  
  /* Invisible left hotspot */
  div.scrollingHotSpotLeft
  {
      /* The hotspots have a minimum width of 100 pixels and if there is room the will grow
      and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
      min-width: 75px;
      width: 10%;
      height: 100%;
      /* There is a big background image and it's used to solve some problems I experienced
      in Internet Explorer 6. */
      background-image: url(../../www.smoothdivscroll.com/images/big_transparent.html);
      background-repeat: repeat;
      background-position: center center;
      position: absolute;
      z-index: 200;
      left: 0;
      /*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
      cursor: url(../../www.smoothdivscroll.com/images/cursors/cursor_arrow_left.html), url(http://www.smoothdivscroll.com/images/cursors/cursor_arrow_left.cur),w-resize;
  }
  
  /* Visible left hotspot */
  div.scrollingHotSpotLeftVisible
  {
      background-image: url(../../www.smoothdivscroll.com/images/arrow_left.html);				
      background-color: #fff;
      background-repeat: no-repeat;
      opacity: 0.35; /* Standard CSS3 opacity setting */
      -moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
      filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
      zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
  }
  
  /* Invisible right hotspot */
  div.scrollingHotSpotRight
  {
      min-width: 75px;
      width: 10%;
      height: 100%;
      background-image: url(../../www.smoothdivscroll.com/images/big_transparent.html);
      background-repeat: repeat;
      background-position: center center;
      position: absolute;
      z-index: 200;
      right: 0;
      cursor: url(../../www.smoothdivscroll.com/images/cursors/cursor_arrow_right.html), url(http://www.smoothdivscroll.com/images/cursors/cursor_arrow_right.cur),e-resize;
  }
  
  /* Visible right hotspot */
  div.scrollingHotSpotRightVisible
  {
      background-image: url(../../www.smoothdivscroll.com/images/arrow_right.html);
      background-color: #fff;
      background-repeat: no-repeat;
      opacity: 0.35;
      filter: alpha(opacity = 35);
      -moz-opacity: 0.35;
      zoom: 1;
  }
  
  /* The scroll wrapper is always the same width and height as the containing element (div).
     Overflow is hidden because you don't want to show all of the scrollable area.
  */
  div.scrollWrapper
  {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%;
  }
  
  div.scrollableArea
  {
      position: relative;
      width: auto;
      height: 100%;
  }
/* ==================== background Fixed Box =========================== */

#hero2 {
    background: url('../images/banner.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
  
  .hero, .content {
    text-align: center;
    position: relative;
    width: 100%;
  }
  
  .inner {
    min-height: 600px;
    position: relative;
  }
  
  /* .hero .inner {
    background: rgba(0, 0, 0, 0.7) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;
  }
   */
  .copy {
    position: absolute;
    top: 50%;
    height: 10em;
    margin-top: -5em;
    width: 100%;
  }
  
  .hero h1,
  .hero p {
    color: #fff;
  }
  
  .content h1,
  .content p {
    color: #333;
  }


/* ==================== background Fixed Box =========================== */


.banner {
    background-color: rgba(0, 0, 0, 0.5) !important;
    /* background-image: url('../images/banner.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 400px; */
}
/* .banner_Over{background-color: rgba(0, 0, 0, 0.6) !important; width: 100% !important; height: 100% !important;
    min-height: 400px;
 } */




/* ==================== Button =========================== */
.button_ {
    color: #fff;
    background: linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 260% 100%;
    background-position: right bottom;
    border: 0;
    line-height: 1.92;
  }
  
  .btn_ {
    color: #fff;
    background: linear-gradient(150deg, #0364cf 0%, #D60D45 50%, #0364cf 100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 260% 100%;
    background-position: right bottom;
    border: 0;
    line-height: 1.92;
  }

  .btn_new{border: 1px solid #faf9ff;}
  
/* ==================== Button =========================== */
  
 
/* ==================== popular =========================== */
.popular_{position: relative;}

.popular_img {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    /* min-height: 400px;
    max-height: 400px; */
}

.popular_img img {
    width: 100%;
    transition: 0.4s all ease-in-out;
    height: 100%;
    object-fit: cover;
  }

.popular_ratings {
    position: absolute;
    top: 12px;
    right: 20px;
    background-color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
}

.popular_text {
    position: absolute;
    bottom: 12px;
    left: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    color: #000 !important;
    width: 90%;
    margin: auto;
    padding: 16px 18px;
    border-radius: 8px;
    /* opacity: 0; */
    transition: 0.4s all ease-in-out;
}

/* ==================== popular =========================== */


/* ==================== Footer =========================== */

.footer{background-color: #010b14; background-image: url('../images/map.png'); background-repeat: no-repeat;
    background-size: cover;
}
.footer h4{font-family: 'Open Sans', sans-serif; color: #f5f2f2;
    font-size: 22px; font-weight: 600; border-left: #D60D45 3px solid; padding-left: 20px;
    font-style: normal;}

    
.footer ul{list-style: none; margin-top: 30px;}
.footer ul li{ text-decoration: none !important; list-style: none; line-height: 35px;}
.footer li a{text-decoration: none !important; color: #f5f2f2; font-weight: 500; font-size: 18px;}
.footer li a:hover{color: #D60D45;}

/* ==================== Footer =========================== */

.owl-carousel .item {
    padding: 0 10px;
}

.card {
    width: 100%;
    max-width: 100%;
}

    .card img {
        height: 200px;
        object-fit: cover;
    }