/*portfolio/**
* Template Name: Restaurantly - v1.2.1
* Template URL: https://bootstrapmade.com/restaurantly-restaurant-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  /*background: #0c0b09;*/
  background: #FFFFFF;
  color: #000000;
}


a {
  color: #cda45e;
}

a:hover {
  color: #d9ba85;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
}

.bg-img{
	background: url("../img/bg/Savin-NY-Website-Background-Web.jpg") center center no-repeat;
  	background-size: cover;
  	position: relative;
}
@media (min-width: 992px) {
    .bg-img {
        background-attachment:fixed;
    }
}

.bg-grey{
	background: rgba(245, 245, 245,1);
}

.skills .col-lg-4:hover .skill{
  padding: 1px;
}

.skills .col-lg-4:hover .fa-play-circle{
  opacity: 1;
}

.skills .col-lg-4 .fa-play-circle{
  position: relative;
  font-size: 50px;
  color: white;
  left: 41%;
  top: -46%;
  cursor: pointer;
  transition: 0.5s;
  opacity: 0;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #1a1814;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1a1814;
  border-top-color: #cda45e;
  border-bottom-color: #cda45e;
  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);
  }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 995;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  /* color: #cda45e; */
  transition: all 0.4s;
  border: 2px solid #cda45e;
}

.back-to-top i:hover {
  background: #cda45e;
}.up_arrow_alt{
  color: transparent;
}.up_arrow_alt:hover{
  font-weight: 700;
  color: #1a1814;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
	
  background: rgba(12, 11, 9, 0.4);
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info {
  color: white;
}

#topbar .contact-info i {
  color: #d9ba85;
  padding-right: 4px;
}

#topbar .contact-info i + i {
  margin-left: 15px;
}

#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #cda45e;
}

#topbar .languages ul a {
  color: white;
}

#topbar .languages ul li + li {
  padding-left: 10px;
}

#topbar .languages ul li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  content: "/";
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  background: rgba(12, 11, 9, 0.4);
  border-bottom: 1px solid rgba(12, 11, 9, 0.1);
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
}

#header.header-scrolled {
  top: 0;
  /*background: rgba(0, 0, 0, 0.85);*/
  background: rgba(238,238,238,1);
  /*border-bottom: 1px solid #37332a;*/
}

#header .logo {
	font-size: 20px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
	font-family: "Poppins", sans-serif;

	transition: all 2s;

	-webkit-filter: drop-shadow(1px 0px 0 white); /*right*/
			  /*drop-shadow(-1px -1px 0 white); /*left*/
	/*filter: drop-shadow(1px 1px 0 white)
			/*drop-shadow(-1px -1px 0 white); */
}


#header .logo a:hover {
	color: #cda45e;
	padding-left: 50px;
}

#header .logo img {
   max-height: 65px;

}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
  align-items: center;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding-left: 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: black;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.nav-menu .dropdown > ul {
    color: #d9ba85;
	background-color:rgb(255 ,255, 255, 0.80);
    font-size: 10px;
}

.nav-menu .headli.active > ul{
    background-color:rgb(0 0 0 / 0.50);
    font-size: 10px;
}

.nav-menu a:hover, .nav-menu li:hover > a {
    color: #d9ba85;
}

.nav-menu .active > a{
	color: white;
}

.nav-menu .book-a-table a {
  border: 2px solid #cda45e;
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.nav-menu .book-a-table a:hover {
  background: #cda45e;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #1a1814;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #cda45e;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}


@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #cda45e;
}

.mobile-nav {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  width:300px;
  z-index: 9999;
  overflow-y: auto;
  color: white;
  background: #1a1814;
  border: 2px solid rgba(255, 255, 255, 0.1);
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav .mobile-nav-close {
  margin: 0 15px 0 auto;
  display: block;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
}

.mobile-nav .mobile-nav-close:hover {
  color: #fff;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  transition: 0.3s;
}

.mobile-nav ul li a{
	color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    display: block;
    outline: none;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.mobile-nav a:hover, .mobile-nav li:hover > a {
  color: #cda45e;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .book-a-table a {
  color: #fff;
  border: 2px solid #cda45e;
  border-radius: 50px;
  margin: 20px 0 0 0;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  display: inline-block;
}

.mobile-nav .book-a-table a:hover {
  background: #cda45e;
  color: #fff;
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.mobile-nav .dropdown-menu li{
	line-height: 0.5;
}
.mobile-nav #btnInquiry{
	float:left;
}
.mobile-nav .dropdown-menu{
	background: rgba(100,100,100);
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 50px;
  padding-left: 50px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 98px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  color: #cda45e;
}

#hero .slogon {
  color: #eee;
  margin-bottom: 10px;
  font-size: 22px;
  margin-left: 50px;
}

#hero .btns {
  margin-top: 30px;
}

#hero .btn-menu, #hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#hero .btn-book{
  padding-left: 40px;
  padding-right: 40px;
}

#hero .btn-menu:hover, #hero .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#hero .btn-book {
  margin-left: 15px;
}

#hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#hero .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero .play-btn {
    margin-top: 30px;
  }
  #hero .slogon {
    margin-left: 0px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: auto;
  }
  #hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 811px){
  #hero .btn-book, #hero .btn-menu{
    margin-left: 0px;
    margin-top: 20px;
  }
}

@media (max-width: 772px) {
  #hero h1 {
    font-size: 35px;
    line-height: 36px;
  }
  #hero .slogon {
    font-size: 15px;
    line-height: 24px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 10px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-heading{
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.full-width-section {
            background-color: #f2f2f2; 
            box-sizing: border-box; 
        }




.step p:last-child {
  margin-bottom: 0px;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #cda45e;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: rgba(12, 11, 9, 0.3);;
  margin-top: 136px;
  transition: all 0.5s;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 136px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: url("../img/about-bg.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}

.about:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.about .about-img {
  position: relative;
  transition: .5s;
}

.about .about-img img {
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.about .about-img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: '';
  border-left: 5px solid #cda45e;
  border-top: 5px solid #cda45e;
  transition: .5s;
}

.about .about-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: '';
  border-right: 5px solid #cda45e;
  border-bottom: 5px solid #cda45e;
  transition: .5s;
}

.about .about-img:hover {
  transform: scale(1.03);
}

.about .about-img:hover::before {
  left: 10px;
  top: 10px;
}

.about .about-img:hover::after {
  right: 10px;
  bottom: 10px;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}

.about .content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .about {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
  height: 100%;
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #1a1814;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #cda45e;
  transition: all ease-in-out 0.4s;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.8);
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
  transition: all ease-in-out 0.4s;
}

.why-us .box:hover {
  background: #cda45e;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
  color: #fff;
}

.why-us .section-title h2 {
    font-size: 24px;
    color: #cda45e;
}
.why-us .section-title h2::after {
    background: rgba(11,12,10,0.5);
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.menu.section-bg{
	background: rgba(238, 238, 238,1);
}

.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  font-family: "Playfair Display", serif;
}

.menu #menu-flters li:hover, .menu #menu-flters li.filter-active {
  color: #cda45e;
}

.menu #menu-flters li:last-child {
  margin-right: 0;
}

.menu .menu-item {
  margin-top: 50px;
}

.menu .menu-img {
  width: 120px;
  height:120px;
  object-fit: contain;
  border-radius: 50%;
  float: left;
  border: 5px solid rgba(255, 255, 255, 0.2);
}

.menu .menu-content {
  margin-left: 85px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.menu .menu-content::after {
  content: "......................................................................"
 "...................................................................."
 "....................................................................";
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #bab3a6;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.menu .menu-content a {
  padding-right: 10px;
  background: rgba(238,238,238);
  color: #cda45e;
  position: relative;
  z-index: 3;
  font-weight: 700;
  transition: 0.3s;
}

.menu .menu-content a:hover {
  color: #bb8a35;
}

.menu .menu-content span {
  background: #1a1814;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
  color: #cda45e;
}

.menu .menu-ingredients {
  margin-left: 85px;
  font-style: italic;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: rgba(30, 30, 30, 0.4);
}

/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}

.specials .nav-tabs {
  border: 0;
}

.specials .nav-link {
  border: 0;
  padding: 12px 15px;
  transition: 0.3s;
  color: #fff;
  border-radius: 0;
  border-right: 2px solid #cda45e;
  font-weight: 600;
  font-size: 15px;
}

.specials .nav-link:hover {
  color: #cda45e;
}

.specials .nav-link.active {
  color: #1a1814;
  background: #cda45e;
  border-color: #cda45e;
}

.specials .nav-link:hover {
  border-color: #cda45e;
}

.specials .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.specials .details p {
  color: #aaaaaa;
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events {
  background: url(../img/events-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.events::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  /*background-color: rgba(238,238,238,0.5);*/
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.events .section-title h2 {
  font-size: 24px;
	color: white;
}

.events .section-title h2::after {
  color:rgba(255,255,255,0.8);
}

.events .container {
  position: relative;
}

@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}

.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}

.events .event-item {
  color: #fff;
}

.events .event-item.main{
  padding: 5% 0 5% 0;
}

.events .event-item.row{
  margin-top: 5%;
}

.events .event-item .content{
  margin-top: 5%;
}

.events .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #cda45e;
}

.events .event-item .price {
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.events .event-item .price span {
  border-bottom: 2px solid #cda45e;
}

.events .event-item ul {
  list-style: none;
  padding: 0;
}

.events .event-item ul li {
  padding-bottom: 10px;
}

.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}

.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .owl-nav, .events .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.events .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.events .owl-dot.active {
  background-color: #cda45e !important;
}

@media (min-width: 992px) {
  .events .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 3px solid rgba(238, 238, 238, 0.5);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: white;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #80C31E;
  font-size: 26px;
}
.testimonials#testimonialsPOS .testimonial-item .quote-icon-left, .testimonials#testimonialsPOS .testimonial-item .quote-icon-right {
  color: #FE9905;
}


.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 {
  height: 150px;
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: rgba(238,238,238,0.5);
  position: relative;
  border-radius: 6px;
  border: solid #dddddd ;
  position: relative;
  z-index: 1;
}


.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #cda45e !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
	
	
}
.testimonials.section-bg{
		background: white;
	}
.testimonials .section-title p{
	color: #80C31E;
}

.testimonials#testimonialsPOS .section-title p{
	color: #FE9905;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #0c0b09;
  border-top: 1px solid #37332a;
  border-bottom: 1px solid #28251f;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #28251f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #cda45e;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#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: 2px;
  color: #cda45e;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #cda45e;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #28251f;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #454035;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: #28251f;
  color: white;
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #cda45e;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #d3af71;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .footer-links h4::after{
  content: "";
  width: 80%;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
}

#footer .footer-contact h4::after{
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
}
/*--------------------------------------------------------------
.eventsacc
--------------------------------------------------------------*/
.eventsacc {
    background: url("../img/bg/accounting_bg.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
}

.eventsacc::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}


.eventsacc .container {
    position: relative;
}

@media (min-width: 1024px) {
    .eventsacc {
        background-attachment: fixed;
    }
}

.eventsacc .events-carousel {
    background: rgba(255, 255, 255, 0.15);
    padding: 30px;
}


.eventsacc .event-item h4 {
    margin-bottom: 30px;
    color: white;
}

.eventsacc .event-item h3 {
    font-weight: 600;
    font-size: 26px;
    color: #cda45e;
}

.eventsacc .event-item .price {
    font-size: 26px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.eventsacc .event-item .price span {
    border-bottom: 2px solid #cda45e;
}

.eventsacc .event-item ul {
    list-style: none;
    padding: 0;
}

.eventsacc .event-item ul li {
    padding-bottom: 10px;
}

.eventsacc .event-item ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #cda45e;
}

.eventsacc .event-item p:last-child {
    margin-bottom: 0;
}

.eventsacc .owl-nav, .events .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.eventsacc .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #cccccc !important;
}

.eventsacc .owl-dot:first-child{
	margin-left: 40%;
}

.eventsacc .owl-dot.active {
	background-color: #cda45e !important;
}

@media (min-width: 992px) {
    .eventsacc .testimonial-item p {
        width: 80%;
    }
}


/*--------------------------------------------------------------
.PosRetailEvent, .PosFBEvent
--------------------------------------------------------------*/
.PosRetailEvent, .PosFBEvent {
    background: url("../img/bg/retail pos system.jpeg") center center no-repeat;
    background-size: cover;
    position: relative;
}

.PosRetailEvent::before , .PosFBEvent::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.PosRetailEvent .section-title h2 , .PosFBEvent .section-title h2{
    color: #fff;
    font-size: 30px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}

.PosRetailEvent .container, .PosFBEvent .container{
    position: relative;
}

@media (min-width: 1024px) {
    .PosRetailEvent, .PosFBEvent {
        background-attachment: fixed;
    }
}

.PosRetailEvent .events-carousel , .PosFBEvent .events-carousel {
    background: rgba(255, 255, 255, 0.2);
    padding: 30px;
}

.PosRetailEvent .event-item , .PosFBEvent .event-item{
    color: #fff;
    margin-left: auto;
    margin-right:auto;
}

.PosRetailEvent .event-item img , .PosFBEvent .event-item img{
  margin-left: 53%;
}

.PosRetailEvent .event-item h3, .PosFBEvent .event-item h3{
    font-weight: 600;
    font-size: 26px;
    color: #cda45e;
}

.PosRetailEvent .event-item .price, .PosFBEvent .event-item .price{
    font-size: 26px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.PosRetailEvent .event-item .price span, .PosFBEvent .event-item .price span {
    border-bottom: 2px solid #cda45e;
}

.PosRetailEvent .event-item ul, .PosFBEvent .event-item ul{
    list-style: none;
    padding: 0;
}

.PosRetailEvent .event-item ul li, .PosFBEvent .event-item ul li {
    padding-bottom: 10px;
}

.PosRetailEvent .event-item ul i , .PosFBEvent .event-item ul i{
    font-size: 20px;
    padding-right: 4px;
    color: #cda45e;
}

.PosRetailEvent .event-item p:last-child, .PosFBEvent .event-item p:last-child{
    margin-bottom: 0;
}

.PosRetailEvent .owl-nav, .events .owl-dots, .PosFBEvent .owl-nav{
    margin-top: 5px;
    text-align: center;
}

.PosRetailEvent .owl-dot, .PosFBEvent .owl-dot{
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #cccccc !important;
}

.PosRetailEvent .owl-dot.active, .PosFBEvent .owl-dot.active{
    background-color: #cda45e !important;
}

@media (min-width: 992px) {
  .PosRetailEvent .testimonial-item p, .PosFBEvent  .testimonial-item p{
      width: 80%;
  }
}

.PosRetailEvent .owl-dot:first-child, .PosFBEvent .owl-dot:first-child{
	margin-left: 45%;
}

.PosRetailEvent .event-item h4, .PosFBEvent .event-item h4{
	margin-bottom: 30px;
}


#portfolio.section-bg{
	background: rgba(245, 245, 245,1);
}


table tr:hover{
	background: #dddddd;
}


/*--------------------------------------------------------------
#video.modal
--------------------------------------------------------------*/
.modal-open #video.modal{
  overflow-y: hidden;
}
#video.modal{
  position: fixed;
  height: 130%;
}

#video .modal-header span{
  font-size: 30px;
  color: white;
}

#video .modal-content{
  background: transparent;
  border: 0;
  margin-bottom: 30%;
  padding: 0;
}
#video .modal-header{
  border-bottom: 0;
  padding:0;
}

.modal-backdrop {
  z-index: -1;
  display: none;
}

/*--------------------------------------------------------------
#social-sharing
--------------------------------------------------------------*/
.social-sharing {
  display: block;
  position: fixed;
  width: 90%;
  left: 5%;
  bottom: 0;
}

.social-sharing ul.menu-social {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrapwrap;
  flex-wrap: nowrap;
}

.social-sharing ul.menu-social li {
  flex: 0 1 40px;
  height: 40px;
}

.social-sharing ul.menu-social li.whatsapp {
  flex: 1 1 auto;
  line-height: 40px;
  position: relative;
}

.social-sharing ul.menu-social li.facebook {
  flex: 1 1 auto;
  line-height: 40px;
  position: relative;
}

.social-sharing ul.menu-social li.email {
  flex: 1 1 auto;
  line-height: 40px;
  position: relative;
}

ul.menu-social li a::before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 40px;
}

.facebook {
  background: #3B5998;
  color: white;
  flex: 1 1 auto;
}

.inquiry {
  background: #55ACEE;
  color: white;
  flex: 1 1 auto;
}

.whatsapp {
  background: #25D366;
  color: white;
  flex: 1 1 auto;
  cursor: pointer;
}

.phoneNum{
  background: #25D366;
  color: white;
  width:100%;
  border: 1px solid #075E54;
}

.phoneNum:hover{
  background: #20ba59
}

#popupWhatsapp .modal-dialog{
  position: fixed;
  bottom: 0;
  left: 15%;
  width: 30%;
}

#popupWhatsapp .modal-content{
  background: transparent;
  border: 0;
}

/*enable the page to be scrolled after click on the WhatSapp Button*/
body.modal-open.w{
  overflow: auto;
  overflow-x:hidden;
}

@media (max-width: 576px){
  #popupWhatsapp .modal-dialog{
    left: -20px;
    bottom: 18px;
    width: 63%;
    font-size: .8rem;
  }

  #popupWhatsapp .modal-body{
    padding: 1rem 0;
  }
}


/*--------------------------------------------------------------
#plug-in
--------------------------------------------------------------*/
#plug-in .col-md-4 div:hover{
  background: rgba(255,255,255,0.5);
}

#plug-in ul li:hover{
  background: rgba(10,12,10,0.1);
}


/*--------------------------------------------------------------
#plug-in
--------------------------------------------------------------*/
.custom {
  background: url(../img/SystemCustomization/customization2.png) center center no-repeat;
  background-size: cover;
  position: relative;
}

@media (min-width: 992px) {
  .custom {
      background-attachment:fixed;
  }
}

.custom::before {
  content: '';
  /*background-color: rgba(0, 0, 0, 0.5);*/
  background-color: rgba(238,238,238,0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.custom .event-item div{
  margin-top: 20px;
  left: 17%;
  background: rgba(238,238,238,0.5);
}

.custom .event-item h3{
  margin-top: 20px;
  margin-bottom: 20px;
}

.custom .owl-nav, .custom .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.custom .owl-dot {
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.custom .owl-dot.active {
  background-color: #cda45e !important;
}