body {
  color: #010100;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
text-decoration: none !important;
color: #c4060d;
}

button {
  cursor: pointer;
}

button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.btn-primary {
  color: #fff !important;
}
.section-margin {
  margin: 65px 0;
}
.section-padding {
  padding: 65px 0;
}
@media (min-width: 992px) {
  .section-margin {
      margin: 130px 0;
  }
  .section-padding {
      padding: 130px 0;
  }
}

@media (min-width: 1200px) {
  .pb-xl-70 {
      padding-bottom: 70px;
  }
}

#notification {
  top: 64px !important;
}
.pac-container {
  z-index: 99999 !important;
}

.bg-app {
  --bs-bg-opacity: 1;
  background-color: #efedea !important;
}

a.btn-app-empty {
  padding: 7px 12px;
  color: #242e30;
  display: inline-flex;
  align-items: center;
  border: 1px solid #242e30;
  border-radius: 12px;
}

a.btn-app-empty:hover {
  color: #c4060d;
  font-weight: 600;
}

.count {
  min-width: 20px;
  min-height: 20px;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 12px;
  box-sizing: border-box;
  position: absolute;
  border-radius: 50%;
  color: #fff;
  background-color: #333333;
  font-weight: 600;
  margin-left: -33px;
  top: 5px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.infos-btn {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-color: #ece8e4;
  border: 0;
}

.infos-btn:hover {
  background-color: #dcd4cd;
}

.default-delivery-btn {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-color: #c4060d;
  border: 0;
}

.default-delivery-btn:hover {
  background-color: #c4060d;
}

.input-group.postcode-group.locate-address {
  display: inline-flex;
  align-items: center;
  padding: 2px;
  border: 1px solid #242e30;
  border-radius: 12px;
}

.locate-address-button {
  display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    color: #1d1b1b;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 0;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
}

.locate-address-button:hover:active:focus {
  background-color: transparent;
  border: 0 !important;
}

.togg-btn {
  font-weight: 600 !important;
  border: 0;
  font-size: 13px !important;
  box-shadow: none !important;
}

.togg-btn:hover:active:focus {
  box-shadow: none !important;
}

#openinghours .card.card-body {
  margin-top: 35px;
  width: 100%;
}

.localbox-buttons {
  display: grid;
  gap: 0.5rem;
  float: right;
}

#deliveryModal {
  top: 60px;
}

@media (min-width: 991px) {
  #infosModal {
    top: 60px;
  }
  
}

/***** Menu Page *****/ 

#infosModal .modal-content .modal-body .togg-btn img {
  transition: 0.3s transform ease-in-out;
}
#infosModal .modal-content .modal-body .togg-btn.collapsed img {
  transform: rotate(180deg);
}
.menu-group .menu-group-item .category-title img {
  transition: 0.3s transform ease-in-out;
    }
.menu-group .menu-group-item .category-title.collapsed img {
    transform: rotate(180deg);
  }
.app-group {
  padding: 3px;
  border: 1px solid #242e30;
  border-radius: 12px;
}
.appicon-button {
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  color: #1d1b1b;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 0;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.btn-apps {
  display: inline-block;
    height: auto;
    padding: 10px 20px;
    background: #c4060d;
    color: #fff !important;
    letter-spacing: 0.03em;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    border: 1px solid #c4060d;
    border-radius: 12px;
}   
.btn-apps:hover {
  border-color: #d7b454;
  background: #d7b454;
  color: #000000 !important;
  font-weight: 800;
  transition: all 0.5s;
}

.button-additem {
    background: #fff;
    top: 8px;
    right: 16px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    align-items: center;
    border: 2px solid #dbd9d7;
    border-color: #dbd9d7;
    border-radius: 50rem;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    justify-content: center;
    text-align: center;
    user-select: none;
    vertical-align: middle;
}
.button-additem:hover {
    background-color: #e7e3df;
    transition: 0.15s;
}

#cart-box-modal {
    top: 60px !important;
    padding-bottom: 60px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(231, 231, 231, 0.7);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #c4060d;
  border-top-color: #fce0d8;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: animate-preloader 0.3s linear infinite;
  animation: animate-preloader 0.3s 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 Section Start */
.scrolled-down{
transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
transform:translateY(0); transition: all 0.3s ease-in-out;
}

.header_area {
  transition: background 0.4s, all 0.3s linear;
}

.header_area .navbar-brand {
  margin-right: 30px;
  padding: 0;
}

.header_area .navbar-brand img {
  height: 146px;
}

.header_area .menu_nav {
  width: 100%;
}

.header_area .navbar {
  background: transparent;
  border: 0px;
  border-radius: 0px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-nav {
  align-items: center;
}

.header_area .navbar .nav-right {
  min-width: 200px;
}

.header_area .navbar .nav .nav-item {
  margin-right: 35px;
}

.header_area .navbar .nav .nav-item .nav-link {
  display: block;
  color: #fff;
  padding: 12px 20px;
  border: 1px solid transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.header_area .navbar .nav .nav-item .nav-link:after {
  display: none;
}
.header_area .navbar .nav .nav-item .nav-link:hover {
  color: #c4060d;
}
.header_area .navbar .nav .nav-item .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
  opacity: 1;
}

.button-nv {
  display: block;
  color: #fff;
  padding: 12px 20px;
  border: 1px solid #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.button-nv:hover {
  background-color: #fff;
  color: #c4060d;
}

.header_area .navbar .nav .nav-item.submenu {
  position: relative;
}

.header_area .navbar .nav .nav-item .nav-link.dropdown-toggle span {
  padding-right: 8px;
}

.header_area .navbar .nav .nav-item .nav-link.dropdown-toggle i {
  font-weight: 600;
}

.header_area .navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  background: #fff;
  text-align: center;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu ul {
      position: absolute;
      top: 120%;
      left: 0px;
      min-width: 200px;
      text-align: left;
      opacity: 0;
      transition: all 300ms ease-in;
      visibility: hidden;
      display: block;
      border: none;
      padding: 0px;
      border-radius: 0px;
      box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
  }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #ededed;
  margin-left: 0px;
  transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  color: #c4060d !important;
  padding: 15px 10px;
  transition: all 150ms linear;
  display: block;
  margin-right: 0px;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
  background-color: #c4060d;
  color: #fff !important;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu:hover ul {
      visibility: visible;
      opacity: 1;
      top: 100%;
  }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
  margin-right: 0px;
}

.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 99;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header_area.navbar_fixed .main_menu .navbar {
  background: #fff;
}

.header_area.navbar_fixed .main_menu .navbar .navbar-brand img {
  content: url(../assets/media/uploads/logo.png);
  max-height: 70px;
}

.header_area.navbar_fixed .main_menu .navbar .navbar-brand img {
  height: 64px;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 20px;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link,
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item.active .nav-link {
  color: #010100;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item:hover .nav-link {
  color: #c4060d;
}

.header_area.navbar_fixed .main_menu .navbar .navbar-toggler span {
  background-color: #c4060d;
}

.header_area.navbar_fixed .main_menu .navbar .button-nv {
  display: block;
  color: #010100;
  padding: 12px 20px;
  border: 1px solid #010100;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.header_area.navbar_fixed .main_menu .navbar .button-nv:hover {
  color: #fff;
  border: 1px solid #c4060d;
  background-color: #c4060d;
}

@media (min-width: 992px) {
  .header_area.white_menu .navbar .navbar-brand img {
      display: none;
  }

  .header_area.white_menu .navbar .navbar-brand img+img {
      display: inline-block;
  }
}

@media (max-width: 991px) {
  .header_area.white_menu .navbar .navbar-brand img {
      display: inline-block;
  }

  .header_area.white_menu .navbar .navbar-brand img+img {
      display: none;
  }
  .header_area .navbar .nav .nav-item:last-child {
    margin-top: 12px;
  }
}

.header_area.white_menu .navbar .nav .nav-item .nav-link {
  color: #010100;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img {
  display: inline-block;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img+img {
  display: none;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 70px;
}

/* ---------- */
@media (max-width: 1200px) {
  .header_area .navbar .nav .nav-item {
      margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .navbar-toggler {
      border: none !important;
      border-radius: 0px;
      padding: 0px;
      cursor: pointer;
  }

  .header_area .navbar .nav-item.active .nav-link {
      color: #fff !important;
  }

  .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
      opacity: 1;
      width: 20px;
  }

  .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
      opacity: 0;
  }

  .navbar-toggler[aria-expanded="true"] span:first-child {
      transform: rotate(-45deg);
      position: relative;
      top: 9.2px;
  }

  .navbar-toggler[aria-expanded="true"] span:last-child {
      transform: rotate(45deg);
      bottom: 7.2px;
      position: relative;
  }

  .navbar-toggler span {
      display: block;
      width: 24px;
      height: 1.6px;
      background: #fff;
      margin-bottom: 7px;
      transition: all 400ms linear;
      cursor: pointer;
  }

  .navbar-toggler span:last-child {
      margin-bottom: 0px;
  }

  .navbar .container {
      padding-left: 15px;
      padding-right: 15px;
  }

  .nav {
      padding: 10px 0px 40px 0px;
      align-content: center;
      align-items: center;
  }

  .header_top .nav {
      padding: 0px;
  }

  .header_area .navbar .nav .nav-item .nav-link {
      color: #010100;
      padding: 12px 20px;
      margin-right: 0px;
      display: block;
      border-bottom: 1px solid #010100;
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      font-weight: 500;
      line-height: 20px !important;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      -webkit-transition: opacity 300ms ease;
      -moz-transition: opacity 300ms ease;
      -ms-transition: opacity 300ms ease;
      transition: opacity 300ms ease;
  }

  .header_area .navbar .nav .nav-item .nav-link:hover {
      color: #c4060d;
      border-bottom: 1px solid #c4060d;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
  }

  .header_area .navbar-collapse {
      background-color: #fff;
      max-height: 100vh;
  }

  .header_area .navbar-collapse .button-nv {
      color: #010100;
      border: 1px solid #010100;
  }

  .header_area .navbar-collapse .button-nv:hover {
      background-color: #c4060d;
      color: #fff;
      border: 1px solid #c4060d;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
  }

  .header_area .navbar .nav .nav-item.submenu ul {
      background: #fff;
      box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
  }

  .header_area .navbar .nav .nav-item.submenu ul .nav-item {
      border-bottom: 1px solid #010100;
  }
  .header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background-color: #c4060d;
    color: #fff !important;
}
  .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link:last-child {
      border-bottom: none;
  }

  .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
      color:#010100 !important;
      padding: 10px;
  }

  .header_area .navbar .nav .nav-item {
      margin-right: 0px;
      padding: 4px 0px;
  }

  .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
      line-height: 20px;
  }

  .header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
      line-height: 40px;
  }

  .header_area.white_menu .navbar .nav .nav-item .nav-link {
      color: #010100;
  }
}

@media (max-width: 767px) {
  .navbar-toggler {
      padding: 0px !important;
  }
}

/*--------------------------------------------------------------
# Home-Banner Section
--------------------------------------------------------------*/
#home-banner {
  width: 100%;
  height: 100vh;
  background: url("../assets/media/uploads/chicken-curry.jpg") top center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 0;
}

#home-banner::before {
  content: "";
  background: rgba(0, 0, 0, 0.50);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#home-banner .container {
  width: 100%;
  padding: 80px 20px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  justify-content: center;
}

#home-banner #home-favimg {
margin-bottom: 10px;
max-width: 200px;
}
#home-banner h2 {
  margin: 0 0 10px 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  line-height: 1.15;
}

#home-banner h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 30px;
  color: #fff;
}

#home-banner h4 {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.8px;
  line-height: 15px;
  text-transform: uppercase;
}

#home-banner .btn-get-started {
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  background: #fff;
  color: #010100;
  letter-spacing: 0.03em;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid #fff;
}

#home-banner .btn-get-started:hover {
  border-color: #c4060d;
  background: #c4060d;
  color: #fff;
  transition: 0.5s;
  font-weight: 600;
}

#home-banner .btn-bro {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.15em;
  margin: 15px auto;
  display: inline-block;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline !important;

}

#home-banner .btn-bro:hover {
  color: #c4060d;
  text-decoration: none !important;
}

.fb-scroll,
.text-image:after {
  position: absolute;
  left: 50%
}

.fb-scroll {
  bottom: 30px;
  transform: translateX(-50%);
  animation-name: b;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

@keyframes b {
  0 {
      transform: translate(-50%, 20px)
  }

  25% {
      transform: translate(-50%, 10px)
  }

  50% {
      transform: translate(-50%)
  }

  75% {
      transform: translate(-50%, 10px)
  }
}


@media (max-width: 991px) {
  #home-banner .hero-container {
      padding-left: 30px;
  }

  #home-banner h2 {
      font-size: 44px;
  }
}

@media (max-width: 767px) {
  #home-banner .hero-container {
      padding-left: 10px;
  }

  #home-banner h2 {
      font-size: 32px;
  }
  #home-banner h3 {
  font-size: 20px;
  }
}
@media (max-width: 567px) {
  #home-banner {
		width: 100%;
		height: 100vh;
		background: url("../assets/media/uploads/chicken-curry.jpg") top center;
		background-size: cover;
		background-attachment: fixed;
		position: relative;
		padding: 0;
  }
  #home-banner .btn-get-started {
      padding: 12px 18px;
      line-height: unset;
  }    
  #home-banner .btn-bro {
      margin-left: 10px;
  }
  #home-banner #home-favimg {
    max-width: 140px;
  }
  
}
/* ----------------------------------
# page-banner
------------------------------------*/
.banner {
  height: 50.00vh;
  background-size: cover;
  position: relative;
  background-position: center center;
}
.banner::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.banner .container {
  position: relative;
  padding: 75px 15px;
}
.banner .container .intro-content {
  padding: 75px 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .container .intro-content .intro-title {
color: #fff;
text-transform: uppercase;
font-weight: 800;
font-size: 42px;
line-height: 48px;
margin-bottom: 0;
}

.banner.accnt {
  background: url("../assets/media/uploads/biryani.jpg") fixed center center no-repeat !important;
}

.banner.deflt {
  background: url("../assets/media/uploads/indian-menu.jpeg") fixed center center no-repeat !important;
}

.banner.lomnu {
  background: url("../assets/media/uploads/chicken-curry.jpg") fixed center center no-repeat !important;
}

.banner.pgs {
  background: url("../assets/media/uploads/rice.jpg") fixed center center no-repeat !important;
}

@media (max-width: 768px) {
  .banner .container .intro-content .intro-title {
    font-size: 32px;
  }
}

/* --------------------------------- 
* About Section 
------------------------------------ */
.img-styleBox {
  position: relative;
}
.img-styleBox .styleBox-img1 {
width: 600px;
box-shadow: 4px 12px 16px 4px rgba(0, 0, 0, 0.25);
}
.img-styleBox .styleBox-img2 {
  position: absolute;
  width: 240px;
  bottom: -98px;
  right: -15px;
  
}

.section-intro {
  max-width: 460px;
}

.section-intro .intro-title {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #c4060d;
  padding-right: 115px;
  position: relative;
  margin-bottom: 15px;
  letter-spacing: 1.8px;
  line-height: 15px;
}

.section-intro h3 {
  color: #010100;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
}

.btn-black {
  color: #010100;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.15em;
  margin: 15px auto;
  display: inline-block;
  transition: 0.5s;
  text-decoration: underline !important;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .about-text {
      padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .section-margin {
      padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .img-styleBox .styleBox-img2 {
      right: -5px;
  }

  .about-text {
      padding-left: 0;
      margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .section-margin {
      margin: 100px 0;
  }

  .section-intro h3 {
      font-size: 24px;
  }
}

/*----------------------------------
# Offer Section
-----------------------------------*/
#offer {
  background: url("../assets/media/uploads/kathmandu-palace-menu.png") fixed center center no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#offer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
#offer .container {
  padding-bottom: 140px;
}
#offer .title-tripadvisor img {
  position: absolute;
  right: 30px;
  width: 140px;
  max-width: 100%;
  margin-top: -32px;
}

#offer .title-section {
  padding: 40px 0;
}

#offer .title-section .title {
  margin-top: 0px;
  margin-bottom: 0.6em;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  line-height: 15px;
  position: relative;
}

#offer .content {
  padding-top: 100px;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
#offer .content .fb-discount {
  padding: 75px 30px;
  width: 50%;
  top: 0;
  left: 0;
  float: right;
  align-items: center;
}
#offer .content .fb-discount h2 {
  color: #fff;
  font-size: 80px;
  font-weight: 800;
  line-height: 1.15;
  text-shadow: 0 0 2px #fff;
  margin: 0 0 10px 0;
  text-align: right;
}
#offer .content .fb-discount h2 sup {
  color: #fff;
  font-size: 50px;
}
#offer .content .fb-discount h2 span {
  color: #fff;
  font-family: 'Cormorant', serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 1.15;
  text-shadow: 0 0 1px #121d24;
  margin: 0 0 10px 0;
  text-align: right;
}
#offer .content .fb-discount .del-details {
  float: right;
  text-align: right;
  color: #fff;
}
#offer .content .fb-discount .del-details h3 {
  font-weight: 500;
  color: #fff;
  font-family: 'Cormorant',Arial,serif;
}
#offer .content .fb-discount .del-details h3 span {
  color: #fff;
  font-weight: 800;
  font-family: 'Montserrat',sans-serif;
}
#offer .content .fb-discount .del-details h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}
#offer .content .fb-discount .del-details p {
  color: #fff;
  font-size: 13px;
}

#offer .content .line {
  border-left: 3px solid #fff;
  height: 300px;
  left: 50%;
  margin: 20px 10px;
  top: 0;
}
#offer .content .discount-details {
  padding: 0 30px;
  width: 50%;
}
#offer .content .discount-details h3 {
  font-weight: 500;
  color: #fff;
  font-family: 'Cormorant',Arial,serif;
}
#offer .content .discount-details h3 span {
  color: #fff;
  font-weight: 800;
  font-family: 'Montserrat',sans-serif;
}
#offer .content .discount-details h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}
#offer .content .discount-details p {
  color: #fff;
  font-size: 13px;
}
#offer .btn-discount {
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  background: #fff;;
  color: #121d24;
  letter-spacing: 0.03em;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid #fff;
}   
#offer .btn-discount:hover {
  border-color: #c4060d;
  background: #c4060d;
  color: #fff;
  font-weight: 600;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  #offer .content .line {
      height: 320px;
    }
}
@media (max-width: 567px) {
  #offer .container {
      padding-bottom: 80px;
  }
  #offer .title-tripadvisor img {
      right: 4px;
      width: 90px;
      max-width: 80%;
      margin-top: -20px;
  }
  #offer .content {
    padding: 30px 0px 0px 0px;
  }  
  #offer .content .fb-discount {
    padding: 35px 10px;
  } 
  #offer .content .fb-discount .del-details h2 {
      font-size: 58px;
      line-height: 1.0;
    }
    #offer .content .fb-discount .del-details h2 sup {
      font-size: 40px;
    }
    #offer .content .fb-discount .del-details h2 span {
      font-size: 48px;
    } 
    #offer .content .fb-discount .del-details h3 span {
      font-weight: 900;
      font-size: 18px;
    }
    #offer .content .fb-discount .del-details h5 {
      font-size: 14px;
      letter-spacing: 1px;
    }

  #offer .content .discount-details {
    padding: 75px 10px;
  }
  #offer .content .fb-discount h2 {
    font-size: 58px;
    line-height: 1.0;
  }
  #offer .content .fb-discount h2 sup {
    font-size: 40px;
  }
  #offer .content .fb-discount h2 span {
    font-size: 48px;
  }
  #offer .content .line {
  border-left: 2px solid #fff;
  height: 280px;
  }
  #offer .content .discount-details h3 span {
    font-weight: 900;
    font-size: 18px;
  }
  #offer .content .discount-details h5 {
    font-size: 14px;
    letter-spacing: 1px;
  }
  #offer .content .discount-details .btn-discount {
    padding: 10px 20px;
    letter-spacing: 0.02em;
  }
}

/* Sp-Offer ---------------- **/
#sp-offer {
background-image: linear-gradient(#fff, #c4060d);
}
#sp-offer .container {
padding-bottom: 140px;
}

#sp-offer .title-section {
padding: 40px 0;
}

#sp-offer .title-section .title {
margin-top: 0px;
margin-bottom: 0.6em;
color: #121d24;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1.8px;
line-height: 15px;
position: relative;
}

#sp-offer .content {
padding-top: 100px;
position: relative;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
align-items: center;
}
#sp-offer .content .fb-discount {
padding: 75px 30px;
width: 100%;
top: 0;
left: 0;
float: right;
align-items: center;
}
@media (max-width: 567px) {
#sp-offer .container {
    padding-bottom: 80px;
}
#sp-offer .content {
  padding: 30px 0px 0px 0px;
}  
#sp-offer .content .fb-discount {
  padding: 35px 10px;
} 
}

/* Delivery Section ----------- **/
#delivery {
  background-color: #fff;
  position: relative;
}

#delivery .card {
  padding: 90px 20px 40px 20px;
  text-align: center;
}
 #delivery .card .card-title {
  padding-bottom: 20px;
    padding-top: 6px;
    letter-spacing: 1.9px;
    font-weight: 600;
 }

#delivery .card .card-text {
  line-height: 25px;
    letter-spacing: .39px;
    font-size: 14px;
    margin-bottom: 20px;
}
#delivery .card .card-body .btn-del {
  color: #c4060d;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.15em;
  margin: 15px auto;
  display: inline-block;
  transition: 0.5s;
  text-decoration: underline !important;
  text-transform: uppercase;
}

#delivery .card .card-body .btn-del:hover {
  color: #010100;
}

#delivery .delivery-content {
  padding-top: 90px;
  padding-bottom: 130px;
  text-align: center;
  color: #121d24;
  position: relative;
}
#delivery .title-tripadvisor img {
  position: absolute;
  right: 30px;
  width: 140px;
  max-width: 100%;
  margin-top: -32px;
}
#delivery .delivery-content .title {  
  padding-bottom: 4px;  
  margin-top: 0px;
  margin-bottom: 0.6em;
  color: #c4060d;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  line-height: 15px;
  }

#delivery .delivery-content h4 {
  padding-bottom: 30px;
  letter-spacing: 1.9px;
  font-weight: bold;
  }    
#delivery .delivery-content h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 40px;
}    
#delivery .delivery-content p {
  line-height: 25px;
  letter-spacing: .39px;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 40px;
}
#delivery .delivery-content .btn-del {
  background-color: #c4060d;
  border: 2px #c4060d solid;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  letter-spacing: 4px;
  font-size: 12px;
  font-weight: 500;
  padding: 16px 36px 16px 42px !important;
}

#delivery .delivery-content .btn-del:hover {
  background-color: #c4060d;
  color: #010100;
  border: 2px #c4060d solid;
}
@media (max-width: 767px) {
  #delivery .delivery-content {
      padding-top: 90px;
      padding-bottom: 130px;
      text-align: left;
      color: #121d24;
      position: relative;
  }
  #delivery .delivery-content h2 {
      font-size: 30px;
      line-height: 36px;
      font-weight: 700;
      letter-spacing: 1.2px;
  }    
  #delivery .delivery-content p {
      line-height: 25px;
      letter-spacing: .39px;
      font-size: 14px;
      margin-top: 40px;
      margin-bottom: 40px;
  }
  
}

#delivery .column img {
  transition: filter 0.3s ease;
  width: 100%;
  border-radius: 8px;
  }
            #delivery .column:hover img {
                filter: blur(5px);
            }
            #delivery .text-container {
              position: absolute;
              width: 100%;
              top: 50%;
              left: 0;
              text-align: center;
              background-color: rgba(0, 0, 0, 0.5);
              color: white;
              transition: opacity 0.3s ease;
              opacity: 0;
              transform: translateY(-50%);
            }
            #delivery .column:hover .text-container {
              opacity: 1;
            }
            #delivery .text-container h3 {
                font-size: 30px;
                line-height: 35px;
                text-transform: uppercase;
                letter-spacing: 1.2px;
                margin-top: 20px;
                margin-bottom: 20px;
                font-weight: 400;
            }
            #delivery .btn-featured {
                border-radius: 0;
                font-weight: 500;
                margin-bottom: 20px;
                cursor: pointer;
                display: inline-block;
                height: auto;
                padding: 14px 30px;
                background: #c4060d;
                color: #fff;
                letter-spacing: 0.03em;
                font-family: 'Montserrat', sans-serif;
                font-size: 12px;
                line-height: 1;
                text-transform: uppercase;
                border: 2px solid #c4060d;
            }
#delivery .btn-featured:hover {
    background-color: transparent;
    border: 2px #c4060d solid;
    transition: 0.5s;
}
            

@media (max-width: 767px) {
  #delivery .card {
    padding: 90px 20px 0px 0px;
    text-align: left;
  }
  #delivery .card .card-body {
    padding: 1rem 0rem;
  }
  #delivery .text-container {
    text-align: left;
  }

}
@media (max-width:567px) {
  #delivery .title-tripadvisor img {
    right: 4px;
    width: 90px;
    max-width: 80%;
    margin-top: -20px;
  }
  #delivery .delivery-content h2 {
      font-size: 24px;
      line-height: 30px;
      font-weight: 700;
      letter-spacing: 1.1px;
  }    
  #delivery .delivery-content p {
      line-height: 22px;
      letter-spacing: 1px;
  }
  
}


/* Dine in section ----------- **/
.dine-in {
  background: url("../assets/media/uploads/kathmandu-palace-menu.png") fixed center center no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.dine-in::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.dine-in .title-tripadvisor img {
  position: absolute;
  right: 30px;
  width: 140px;
  max-width: 100%;
  margin-top: -32px;
}

.dine-in .title-section {
  padding: 40px 0;
}

.dine-in .title-section .title {
  margin-top: 0px;
  margin-bottom: 0.6em;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  line-height: 15px;
  position: relative;
}

.dine-in .content {
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
}

.dine-in .content .text-area {
  max-width: 58%;
}

.dine-in .content .text-area h2 {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
}

.dine-in .content .text-area p {
  font-size: 16px;
  color: #fff;
  margin: 0 0 36px;
  font-weight: 400;
  letter-spacing: 1px;
}

.dine-in .content .btn-dine {
  background-color: #fff;
  border: 2px #fff solid;
  text-transform: uppercase;
  color: #010100;
  border-radius: 0;
  letter-spacing: 4px;
  font-size: 12px;
  font-weight: 500;
  padding: 16px 36px 16px 42px !important;
}

.dine-in .content .btn-dine:hover {
  background-color: #c4060d;
  color: #fff;
  border: 2px #c4060d solid;
}

@media (max-width: 991px) {
  .dine-in .content .text-area h2 {
      font-size: 30px;
      line-height: 36px;
      font-weight: 700;
      letter-spacing: 1.2px;
  }

  .dine-in .content .text-area {
      max-width: 70%;
  }
}

@media (max-width: 767px) {
  .dine-in .content .text-area {
      max-width: 100%;
  }
}

@media (max-width: 567px) {
  .dine-in .title-tripadvisor img {
      right: 4px;
      width: 90px;
      max-width: 80%;
      margin-top: -20px;
  }

  .dine-in .content .text-area h2 {
      font-size: 24px;
      line-height: 30px;
      font-weight: 700;
      letter-spacing: 1.1px;
  }

  .dine-in .content .text-area p {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
  }
  .dine-in .content .btn-dine {
    padding: 12px 15px !important;
    letter-spacing: 0.02em;
}
}

/*---------------------------------
# Award secton
----------------------------------*/
#award {
  padding: 50px 0;
}
#award .title-tripadvisor img {
  position: absolute;
  right: 30px;
  width: 140px;
  max-width: 100%;
  margin-top: -82px;
}
#award .contents {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 40px;
  display: flex;
  align-items: center;
}

#award .contents .award-photo {
  background: url("../assets/media/uploads/certificate-tripadvisor22.jpg")center center no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  width: 50%;
  height: 700px;
  top: 0;
  left: 0;
  float: right;
  align-items: center;
}

#award .contents .award-texts {
  margin-left: -125px;
  padding: 54px;
  padding-right: 8px;
  background: rgba(255, 255, 255, 1.2);
  z-index: 667;
}

#award .contents .award-texts h4 {
  margin-top: 0px;
  font-family: 'Cormorant', Arial, serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  font-size: 30px;
  line-height: 30px;
}

#award .contents .award-texts p {
  line-height: 25px;
  letter-spacing: .39px;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 40px;
}

#award .contents .award-texts .black-btn {
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  background: transparent;
  color: #000;
  letter-spacing: 0.03em;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid #010100;
}

#award .contents .award-texts .black-btn:hover {
  background: #c4060d;
  color: #fff;
  border: 1px solid #c4060d;
  transition: all 0.4s;
}

@media (max-width: 991px) {
  #award .contents .award-texts {
      margin-left: -70px;
      padding: 36px 4px 36px 36px;
      background: rgba(255, 255, 255, 0.9);
      z-index: 667;
  }

  #award .contents .award-texts p {
      line-height: 24px;
      letter-spacing: .39px;
      font-size: 14px;
      margin-top: 20px;
      margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  #award .contents {
      display: block;
      margin-top: 50px;
  }

  #award .contents .award-photo {
      width: 70%;
      height: 540px;
      float: none;
  }

  #award .contents .award-texts {
      padding-top: 54px;
      padding-bottom: 4px;
      padding-right: calc(var(--bs-gutter-x) * .5);
      padding-left: calc(var(--bs-gutter-x) * .5);
      margin-right: auto;
      margin-left: auto;
  }

  #award .contents .award-texts p {
      line-height: 25px;
      letter-spacing: .39px;
      font-size: 14px;
      margin-top: 20px;
      margin-bottom: 40px;
  }
}
@media (max-width: 567px) {
  #award .title-tripadvisor img {
    right: 4px;
    width: 90px;
    max-width: 80%;
    margin-top: -64px;
  }
  #award .contents .award-photo {
    width: 80%;
    height: 500px;
}
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  background-color: #fff;
}
.contact .section-title {
  padding-top: 90px;
  text-align: center;
  color: #010100;
}
.contact .section-title h3 {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #c4060d;
  margin-bottom: 15px;
  letter-spacing: 1.8px;
  line-height: 15px;
}
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 14px;
  color: #010100;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.15em;
  margin: 15px auto;
  display: inline-block;
  transition: 0.5s;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #010100;
}

.contact .info ul {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  list-style: none;
}
.contact .info li a {
  color: #010100;
}
.contact .info li a:hover {
  color: #c4060d;
}
@media (max-width: 767px) {
  .contact .section-title {
      text-align: left;
  }
  .contact .info-wrap {
      box-shadow: 0px 2px 15px rgb(0 0 0 / 4%);
      padding-left: 0px;
      
  }
  .contact .info h4 {
      padding: 0px;
  }
  .contact .info p {
      padding: 0px;
  }
  .contact .info ul {
      padding: 0px;
  }

}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  background: url("../assets/media/uploads/kathmandu-palace-menu.png") fixed center center no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 90px;
  padding-bottom: 50px;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.testimonials .title-text {
  margin-bottom: 70px;
}
.testimonials .title-text h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
}
.testimonials .title-text p {
  color: #7e7570;
  font-weight: 500;
}  
.testimonials .title-text p strong {
  color: #7e7570;
  font-weight: 700;
  font-size: 24px;
}
.carousel-inner {
  height: 280px;
}
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
  font-family: 'Montserrat', sans-serif;
}

.testimonials .testimonial-item .stars {
  color: #ffb03b;
  margin-bottom: 10px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  margin: 0 auto 15px auto;
  color: #eee;
  letter-spacing: 1px;
}

.testimonials .carousel-indicators {
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  border-top: 0;
  border-bottom: 0;
}

.testimonials .carousel-indicators .btn-ind {
  border-top: 0;
  border-bottom: 0;
  height: 8px;
  width: 8px;
  margin-right: 5px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #fff;
  opacity: 1;
  position: relative;
  margin: 0 11px!important;
  display: inline-block;
  border-radius: 100%;
}
.testimonials .carousel-indicators .btn-ind::before {
  content: '';
  border: 1px solid #c4060d;
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.testimonials .carousel-indicators .btn-ind:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.testimonials .carousel-indicators .btn-ind.active {
  background-color: #c4060d;
}
.testimonials .carousel-indicators .btn-ind.active::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .testimonials .title-text {
      text-align: left !important;
  }
  .testimonials .testimonial-item {
      text-align: left;
  }
  .carousel-indicators {
      justify-content: left !important;
      margin-left: 0 !important;
  }

}
@media (max-width: 567px) {
  .testimonials .title-text h2 {
    font-size: 30px;
    font-weight: 700;
  }
}
/*----------------------
# Photo Gallery
------------------------*/
.gallery .section-title {
  align-items: center;
  padding-bottom: 40px;
}
.gallery .section-title h2 {
  text-align: center;
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: 30px;
  line-height: 36px;
}
.gallery .gallery-item {
  overflow: hidden;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.gallery .gallery-item img {
  border: 4px solid rgba(255, 255, 255, 0.3);
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.glightbox-mobile .goverlay {
  background: rgba(0,0,0,.92) !important;
}

@media (max-width: 767px) {
  .glightbox-clean .gnext {
    top: 45%;
    right: 20px;
  }
  .glightbox-clean .gprev {
    top: 45%;
    left: 20px;
  }
  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0,0,0,.32);
  }
}

@media (max-width: 567px) {
  .gallery .section-title h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .gallery .section-title {
    padding-bottom: 10px;
  }  
  .glightbox-clean .gnext {
    top: 45%;
    right: 15px;
  }
  .glightbox-clean .gprev {
    top: 45%;
    left: 15px;
  }
  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0,0,0,.32);
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #08313A !important;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.footer .footer-top {
  background: #08313A;
  padding: 30px 0 30px 0;
}
.footer .footer-top .footer-navigations {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 10px 0;
}
.footer .footer-top .footer-navigations a {
  color: #fff !important;
  font-size: 13px;
  letter-spacing: 2px;
}
.footer .footer-top .footer-navigations a:hover {
  color: #c4060d !important;
}
.footer .footer-top .footer-navigations li:last-child {
  margin-right: 20px;
  margin-left: 20px;
}
.footer .footer-top .footer-navigations li:not(:last-child) {
  margin-right: 20px;
  margin-left: 20px;
}
 
.footer .footer-top .social-links {
  margin: 0 0 30px 0;
}

.footer .footer-top .social-links a {
  font-size: 22px;
  display: inline-block;
  background: #fff;
  color: #010100;
  line-height: 1;
  padding: 8px 0;
  margin-right: 6px;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  background: #c4060d;
}

.footer .footer-top .social-links .twitter .twitter-svg {
  width: 22px !important;
  height: 22px;
}

.footer .footer-bottom {
  background-color: #001f1a;
  margin: 0 0 5px 0;
}
.footer .copyright {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
}
.footer .copyright a {
  color: #fff !important;
}
.footer .copyright a:hover {
  color: #c4060d !important;
}

@media (max-width: 767px) {
  .footer .footer-top .social-links {
      text-align: left;
  }
  .footer .footer-top .footer-navigations {
      justify-content: left;
  }
  .footer .footer-top .footer-navigations li:first-child {
      margin-left: 0px;
  }
  .footer .footer-top .app-links {
    text-align: left;
  }
  .footer .copyright {
      text-align: left;
  }
}