/**
* Template Name: Pugu - v1.0.0
* Author: Solution Agency (soluution.agency)
*/
/*FONTS*/
@font-face {
    font-family: ZingScriptRustL-Base;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/ZingScriptRustL-Base/ZingScriptRustL-Base.eot);
    src: url(../fonts/ZingScriptRustL-Base/ZingScriptRustL-Base.eot?#iefix) format("embedded-opentype"), url(../fonts/ZingScriptRustL-Base/ZingScriptRustL-Base.woff) format("woff"),
        url(../fonts/ZingScriptRustL-Base/ZingScriptRustL-Base.ttf) format("truetype");
}
@font-face {
    font-family: Futura;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/Futura/Futura-Medium/FuturaPT-Medium.eot);
    src: url(../fonts/Futura/Futura-Medium/FuturaPT-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Futura/Futura-Medium/FuturaPT-Medium.woff) format("woff"),
        url(../fonts/Futura/Futura-Medium/FuturaPT-Medium.ttf) format("truetype");
}
@font-face {
    font-family: Futura;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/Futura/Futura-Light/FuturaPT-Light.eot);
    src: url(../fonts/Futura/Futura-Light/FuturaPT-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Futura/Futura-Light/FuturaPT-Light.woff) format("woff"), url(../fonts/Futura/Futura-Light/FuturaPT-Light.ttf) format("truetype");
}
@font-face {
    font-family: Clarendon;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Clarendon/ClarendonLTStd.ttf) format("truetype");
    src: url(../fonts/Clarendon/ClarendonLTStd.eot);
    src: url(../fonts/Clarendon/ClarendonLTStd.eot?#iefix) format("embedded-opentype"), url(../fonts/Clarendon/ClarendonLTStd.woff) format("woff"),
        url(../fonts/Clarendon/ClarendonLTStd.ttf) format("truetype");
}
@font-face {
    font-family: Cubano;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/Cubano/Cubano/Cubano.ttf) format("truetype");
}
@font-face {
    font-family: Alegreya_Sans;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/Alegreya_Sans/AlegreyaSans-Regular.ttf) format("truetype");
}
@font-face {
    font-family: Alegreya_Sans;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Alegreya_Sans/AlegreyaSans-Medium.ttf) format("truetype");
}
@font-face {
    font-family: Alegreya_Sans;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/Alegreya_Sans/AlegreyaSans-ExtraBold.ttf) format("truetype");
}

@font-face {
    font-family: Roboto;
    font-weight: 100;
    font-style: normal;
    src: url(../fonts/Roboto/Roboto-Thin.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/Roboto/Roboto-Light.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/Roboto/Roboto-Medium.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/Roboto/Roboto-Bold.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-weight: 900;
    font-style: normal;
    src: url(../fonts/Roboto/Roboto-Black.ttf) format("truetype");
}


@font-face {
    font-family: TitilliumWeb;
    font-weight: 200;
    font-style: normal;
    src: url(../fonts/Titillium_Web/TitilliumWeb-ExtraLight.ttf) format("truetype");
}
@font-face {
    font-family: TitilliumWeb;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/Titillium_Web/TitilliumWeb-Light.ttf) format("truetype");
}
@font-face {
    font-family: TitilliumWeb;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Titillium_Web/TitilliumWeb-Regular.ttf) format("truetype");
}
@font-face {
    font-family: TitilliumWeb;
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/Titillium_Web/TitilliumWeb-SemiBold.ttf) format("truetype");
}
@font-face {
    font-family: TitilliumWeb;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/Titillium_Web/TitilliumWeb-Bold.ttf) format("truetype");
}
@font-face {
    font-family: TitilliumWeb;
    font-weight: 900;
    font-style: normal;
    src: url(../fonts/Titillium_Web/TitilliumWeb-Black.ttf) format("truetype");
}


/*FONTS*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  /*font-family: "Open Sans", sans-serif;*/
/*  font-family: Clarendon,sans-serif;*/
  font-family: Roboto,sans-serif;
  background: #fff;
  color: #fff
}

a {
  color: #b39576;
  text-decoration: none;
}

a:hover {
  color: #d9ba85;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: TitilliumWeb,sans-serif;
}

h1, h2, h3{
  font-weight: 700;
}
h4, h5, h6{
  font-weight: 400;
}
/*--------------------------------------------------------------
# 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: #b39576;
  border-bottom-color: #b39576;
  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;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 2px solid #b39576;
}*/

/*.back-to-top i {
  font-size: 28px;
  color: #b39576;
  line-height: 0;
}*/

/*.back-to-top:hover {
  background: #b39576;
  color: #1a1814;
}
*/
/*.back-to-top:hover i {
  color: #444444;
}*/

/*.back-to-top.active {
  visibility: visible;
  opacity: 1;
}*/

/*--------------------------------------------------------------
# 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;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #d9ba85;
}

#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #b39576;
}

#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: unset;
  transition: all 0.5s;
  z-index: 997;
  padding: 0;
  top: 0;
  position: fixed;
}

#header.header-scrolled {
  top: 0;
  /*background: rgba(0, 0, 0, 0.85);*/
  /*border-bottom: 1px solid #37332a;*/
  background: rgb(255 255 255 / 85%);
  border-bottom: 1px solid #ffffff;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 50px;
}

/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
  margin: 0 0 0 15px;
  /*border: 2px solid #b39576;*/
  /*color: #fff;*/
  border: 2px solid #000;
  color: #000;
  border-radius: 0;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.book-a-table-btn:hover {
  background: #b39576;
  color: #fff;
}

@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 15px 30px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
/*  font-size: 14px;*/
  font-size: 15px;
  text-transform: uppercase;
  font-family: TitilliumWeb,sans-serif;
  font-weight: 700;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #d9ba85;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #444444;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #b39576;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
/*  color: #000;*/
  font-size: 40px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x{
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  left: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  /*bottom: 15px;*/
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 20px;
  color: #1a1814;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #b39576;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #b39576;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100%;
  /*background: url("../img/hero-bg.jpg") top center;*/
  background-size: cover;
  position: relative;
  padding: 0;
}
.simple-section.video{
  overflow: hidden;
}

.hero .ytb-bg:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.5);*/
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.hero .ytb-bg video {
  width: 100vw;
  height: auto;
}
.hero.img-content:before{
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.t-center{
  text-align: center;
}
.jc-center{
  justify-content: center;
}
.hero .container {
  /*padding-top: 110px;*/
  padding-top: 0px;
}

@media (max-width: 992px) {
  .hero .container {
    padding-top: 98px;
  }
}
.text-right{
  text-align: right;
}
.hero h1 {
  margin: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
  color: #fff;
  padding-bottom: 3rem;
}

.hero h1 span {
  color: #b39576;
}

.hero h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
}

.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;*/
  border-radius: 0;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #b39576;
}

.hero .btn-menu:hover, .hero .btn-book:hover {
  background: #b39576;
  color: #fff;
}

.hero .btn-book {
  /*margin-left: 15px;*/
}

.hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#b39576 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 #b39576;
  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, .hero.img-content{
    background-attachment: fixed!important;
  }
}

@media (max-width: 992px) {
  .hero .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  .hero {
    height: auto;
  }
  .hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .hero h2 {
    font-size: 18px;
    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.video_bg.hero{
  overflow: hidden;
}


.section-bg {
  background-color: #1a1814;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: capitalize;
  color: #b39576;
  font-family: ZingScriptRustL-Base,sans-serif;
}

/*.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;
  color: #6f6f6f;
  font-weight: 300;
  font-size: 1.5rem;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #1d1b16;
  margin-top: 110px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 98px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #37332a;
  content: "/";
}

@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;
  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 #b39576;
  border-top: 5px solid #b39576;
  transition: .5s;
}

.about .about-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: '';
  border-right: 5px solid #b39576;
  border-bottom: 5px solid #b39576;
  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: #b39576;
}

.about .content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .about {
    background-attachment: fixed;
  }
}


/*--------------------------------------------------------------
# Events Section
--------------------------------------------------------------*/
.events .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #1a1814;
  background-size: cover;
  height: 20rem;
}
.events .box::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.events .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #b39576;
}

.events .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #fff;
  z-index: 2;
  position: relative;
}

.events .box p {
  color: #cfcfcf;
  font-size: 15px;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}

.events .box:hover {
  background: #b39576;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.events .box:hover span, .events .box:hover h4, .events .box:hover p {
  color: #fff;
}
.events .box .event-info {
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}
.events .box .event-info-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    transition: bottom 0.4s;
}
.event-info-content__button{
  margin: 0 0 0 15px;
    border: 2px solid #b39576;
    color: #fff;
    border-radius: 0;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s;
    margin-left: 0;
}
.event-info-content__button:hover {
    background: #b39576;
    color: #fff;
}
.events .box:hover .event-info{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
  z-index: 2;
  text-align: center;
}
.events .box:hover .event-info-content {
    bottom: 60px;
    transition: bottom 0.4s;
}
.jc-start{
  justify-content: flex-start;
}
.jc-end{
  justify-content: flex-end;
}
.events p{
    color: #6f6f6f;
    font-weight: 300;
    font-size: 1.5rem;
}
.events h2{
  color: #b39576;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
  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: #b39576;
}

.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;
}

.why-us .box:hover {
  background: #b39576;
  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;
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}

.menu #menu-flters li:hover, .menu #menu-flters li.filter-active {
  color: #b39576;
}

.menu #menu-flters li:last-child {
  margin-right: 0;
}

.menu .menu-item {
  margin-top: 50px;
}

.menu .menu-img {
  width: 70px;
  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;
}

.menu .menu-content a {
  padding-right: 10px;
  background: #1a1814;
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: white;
  transition: 0.3s;
}

.menu .menu-content a:hover {
  color: #b39576;
}

.menu .menu-content span {
  background: #1a1814;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
  color: #b39576;
}

.menu .menu-ingredients {
  margin-left: 85px;
  font-style: italic;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
# 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 #b39576;
  font-weight: 600;
  font-size: 15px;
}

.specials .nav-link:hover {
  color: #b39576;
}

.specials .nav-link.active {
  color: #1a1814;
  background: #b39576;
  border-color: #b39576;
}

.specials .nav-link:hover {
  border-color: #b39576;
}

.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;*/
  background: #ffffff;
}

/*.events::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
*/
.events .section-title h2 {
  /*color: #fff;*/
}

.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 h3 {
  font-weight: 600;
  font-size: 26px;
  color: #b39576;
}

.events .event-item .price {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

.events .event-item .price span {
  border-bottom: 2px solid #b39576;
}

.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: #b39576;
}

.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b39576;
}

/*--------------------------------------------------------------
# Book A Table
--------------------------------------------------------------*/
.book-a-table .php-email-form {
  width: 100%;
}

.book-a-table .php-email-form .form-group {
  padding-bottom: 8px;
}

.book-a-table .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .error-message br + br {
  margin-top: 25px;
}

.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.book-a-table .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #b39576;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.book-a-table .php-email-form input, .book-a-table .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  color: white;
}

.book-a-table .php-email-form input::-webkit-input-placeholder, .book-a-table .php-email-form textarea::-webkit-input-placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input::-moz-placeholder, .book-a-table .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input::placeholder, .book-a-table .php-email-form textarea::placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input:focus, .book-a-table .php-email-form textarea:focus {
  border-color: #b39576;
}

.book-a-table .php-email-form input {
  height: 44px;
}

.book-a-table .php-email-form textarea {
  padding: 10px 12px;
}

.book-a-table .php-email-form button[type="submit"] {
  background: #b39576;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.book-a-table .php-email-form button[type="submit"]:hover {
  background: #d3af71;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  flex-direction: row-reverse;
  display: flex;
  min-height: 250px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100%;
  position: relative;
  z-index: 2;
/*  object-fit: cover;*/
  object-fit: contain;
  height: 100%;
  margin: 0;
  position: relative;
  margin-right: 0;
  background-size: auto;
  object-position: left;
  top: -1rem;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 5px;
  color: #0c0b09;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
/*  color: rgba(255, 255, 255, 0.6);*/
  color: rgb(73 73 73);
  margin: 0px 0 5px 5px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #d3af71;
  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 .testimonial-item__desc {
  margin: 0px 0px 0 3px;
  padding: 20px 20px 20px 20px;
  background: #191919;
  position: relative;
  border-radius: 0 0.25rem 0.25rem 0;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b39576;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Chefs
--------------------------------------------------------------*/
.chefs .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.chefs .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.chefs .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}

.chefs .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.chefs .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.chefs .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}

.chefs .member .social a:hover {
  color: #b39576;
}

.chefs .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.chefs .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.chefs .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

.chefs .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #b39576;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bab3a6;
}

.contact .info .open-hours, .contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #b39576;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  color: white;
}

.contact .php-email-form input::-webkit-input-placeholder, .contact .php-email-form textarea::-webkit-input-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::-moz-placeholder, .contact .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::placeholder, .contact .php-email-form textarea::placeholder {
  color: #a49b89;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #b39576;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #b39576;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #d3af71;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer .footer-top {
  background: #0c0b09;
  border-top: 1px solid #0c0b09;
  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;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  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: #b39576;
  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: #b39576;
  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: #b39576;
}

#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: #b39576;
  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;
}

.gallery{
  background: #fff;
}


/*Footer*/
footer{
  background: #121212;
  padding: 0;
}
.footer__info{
  display: flex;
  align-items: self-start;
}
.footer__info--item{
    display: flex;
    justify-content: center;
}
.finfo-item-wrapper__content{
  text-align: center;
  color: #6f6f6f;
}
.footer__bottom{
  text-align: center;
  background: #121212;
  padding: 0.5rem;
  font-size: .65rem;
  text-transform: uppercase;
  margin-top: 0;
}
.finfo-item-wrapper__content--list li{
  list-style: none;
}
.finfo-item-wrapper__content--list{
  padding-left: 0;
}
.finfo-item-wrapper__content--list li a{
  color: #6f6f6f;
}
.finfo-item-wrapper__icon img{
  max-height: 3rem;
}
.finfo-item-wrapper__icon{
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
}
.finfo-item-wrapper__content span:first-child{
  font-weight: 800;
}
.hero, .hero.img-content{
    background-size: cover!important;
  }
@media (max-width: 1024px) {
  .ytb-bg{
    /*position: absolute!important;*/
    position: relative!important;
  }

}
@media (max-width: 420px) {
  .finfo-item-wrapper__content{
    font-size: .85rem;
  }
  .finfo-item-wrapper__icon img{
    max-height: 2rem;
  }
  .footer__info{
    flex-direction: column;
  }
  .footer__info--item{
    width: 100%;
    padding-bottom: 3rem;
  }
  .footer__info--item:last-child{
    padding-bottom: 0;
  }
}
.hero.video_bg h1{
  font-family: ZingScriptRustL-Base,sans-serif;
  text-transform: capitalize;
  font-size: 90px;
  font-weight: 500;
  line-height: 85px;
}
.events .section-title h2, .gallery .section-title h2{
  font-size: 5rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.events .row .col-lg-6{
  margin-bottom: 2rem;
}
section.contact{
  background: #fff;
  padding: 6rem 0;
  position: relative;
}
.contact .map-canvas{
  height: 400px;
}
.contact .map-canvas .map-data {
  font-family: Futura,sans-serif;
  font-size: 1.25rem;
  text-align: center;
  color: #6f6f6f;
  padding: 1rem;
}
.social-list{
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  justify-content: center;
}
.social-list li{
  padding-right: 1rem;
}
.social-list li:last-child{
  padding-right: 0;
}
.social-list li a{

}
.social-list li a .bi{
  color: #6f6f6f;
  font-size: 1.25rem;
}
#about h1{
  text-align: center;
}
/*WPML*/
.wpml-ls-legacy-dropdown a{
      background: none;
    border: none;
    /*color: #fff;*/
    color: #000;
}
.wpml-ls-legacy-dropdown{
  width: auto;
  transition: all 0.3s ease-in-out;
}
.header__right{
  display: flex;
  align-items: center;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover{
  background: none;
  color: #fff;
}
.wpml-ls-legacy-dropdown .wpml-ls-item{
  transition: all 0.3s ease-in-out;
}
.wpml-ls-legacy-dropdown .wpml-ls-item:hover{
  transition: all 0.3s ease-in-out;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
  border: none;
}
/*WPML END*/


.header__container{
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.header__container .logo{
  display: flex;
  justify-content: center;
}
.header__right{
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .header__container .navbar {
    order: 1!important;
    justify-content: flex-start;
    width: 3rem;
  }
  #header .logo {
    width: auto;
    margin-left: calc(50% - 4rem)!important;
    margin-right: auto!important;
  }
  .header__container .logo{
    order: 2;
    width: 100%;
  }
  .header__container .header__right{
    order: 3;
  }
}
.video_bg.hero{
  height: 100%;
  object-fit: cover;
  min-height: auto;
/*  max-height: 35rem;*/
}
.video_bg.hero .ytb-bg{
  position: relative;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .video_bg.hero{
    height: 55vh;
  }
  .hero .ytb-bg video{
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 992px) {
  .navbar li:first-child a{
    padding-left: 0;
  }
}
.bg_overlay{

}
.hero .ytb-bg.bg_overlay:before{
  content: "";
    /* background: rgba(0, 0, 0, 0.5); */
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.video_bg-image__overlay .img-fluid{
  height: 15rem;
}
.video_bg-image__overlay{
  position: absolute;
  z-index: 9;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 120%;
  align-items: center;
}
.content-blocks__top{
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
.section-title{
  color: #495d5d;
  font-family: TitilliumWeb,sans-serif;
}
.content-blocks__title{
  text-align: center;
}
.content-blocks__description{
/*  text-align: center;*/
  color: #000;
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
  .container-wide{
    max-width: 95%;
  }
  .h2, h2 {
    font-size: 2.5rem;
  }
}
.content-blocks__items{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4vw;
}
.wedo-item__description--more{
  display: none;
}
.wedo-item{
  padding: 2rem;
  min-height: 20rem;
  width: 100%;
/*  max-height: 20rem;*/
}
.wedo-item__title{
  text-align: center;
  margin-bottom: 1.5rem;
  color: #fff;
}
.wedo-item__read-more{
  font-family: TitilliumWeb,sans-serif;
  color: #fff;
  margin-top: 1.5rem;
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.wedo-item__read-more:hover{
  color: #ebebeb;
  transition: all 0.3s ease-in-out;
}
.wedo-item__description--more.show{
  display: block;
}
.wedo-item__description{
  display: none;
}
.wedo-item__description.show{
  display: block;
}
.content-blocks__items--item{
  position: relative;
  display: flex;
/*  align-items: center;*/
  min-width: 1px;
  max-height: 20rem;
  transition: all 0.5s ease-in-out;
}
.wedo-item{
  transition: all 0.5s ease-in-out;
}
.wedo-item__description{
  transition: all 0.5s ease-in-out;
}
.content-blocks__pattern{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-blocks{
  position: relative;
/*  padding: 10rem 0;*/
  padding: 5rem 0 5rem 0;
}
.wedo-section.content-blocks{
  position: relative;
/*  padding: 10rem 0;*/
/*  padding: 5rem 0 5rem 0;*/
  padding: 0;
}
.simple-section__wrapper img{
  width: 100%;
}
.simple-section__wrapper{
  width: 100%;
  position: relative;
  display: flex;
}
.simple-section__wrapper--box{
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
}
.simple-section__wrapper--box .row{
  width: 60%;
}
.simple-section__content-box p{
  font-size: 1.2rem;
  margin-bottom: 0;
  padding: 2rem 1rem;
}
.simple-section__wrapper .bg_overlay{
  width: 100%;
  height: ;
  display: flex;
}
.simple-section__wrapper--img{
  height: 600px;
  width: 100%;
  background-position: center!important;
  background-size: cover!important;
}
.grid-col-3{
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-col-2{
  grid-template-columns: 1fr 1fr;
}
.grid-col-4{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.content-blocks__items--item a{
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
/*  position: absolute;
  bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-left: -2rem;*/
}
.wedo-item .wedo-item__read-more{
  position: absolute;
  bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-left: -2rem;
}
.content-blocks__items--item .wedo-item{
    padding-bottom: 3rem;
}
.grid-section-item{
  padding: 2rem;
  min-height: 25rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.grid-section-item{
  background-color: rgba(0,0,0,.4);
  transition: all 0.3s ease-in-out;
  flex-direction: column;
}
.grid-section-item__description{
  opacity: 0;
  width: 100%;
  overflow-wrap: break-word;
}
.grid-section-item:hover .grid-section-item__description{
  opacity: 1;
  transition: all 0.3s ease-in-out;

}
.grid-section-item__title{
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  font-size: 2.5rem;
}
.wedo-item__description{
  display: block;
}
.grid-section-item__title{
  transition: all 0.3s ease-in-out;
}
.content-blocks__items--item a:hover .grid-section-item__title{
  padding-bottom: 1rem;
  transition: all 0.3s ease-in-out;
}
.contact__form .wpcf7-form{
  display: flex;
  justify-content: space-between;
  align-items: end;
  display: grid;
  grid-template-columns: 3fr 3fr 1fr;
  gap: 1rem;
}
.contact__form .wpcf7-form .form-group{
  min-width: 1px;
  padding-right: 1rem;
  display: flex;
  align-items: flex-end;
/*  width: 31%;*/
}
.contact__form .wpcf7-form select{
  width: 100%;
}
.wpcf7-form-control-wrap .select{
  width: 100%;
}
.contact__form .wpcf7-form .form-group.contact__form--button .btn-title{
  width: 100%;
}
.contact__form .wpcf7-form .form-group.contact__form--button{
/*  width: 5%;*/
}
.contact__form .wpcf7-form .form-group .field-inner{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact__form .wpcf7-form .contact__form--button{
  padding-right: 0;
  width: 8rem;
}
.contact__form .wpcf7-form .form-group input, .contact__form .wpcf7-form .form-group select{
  width: 100%;
  background: #495d5d;
  border: none;
  height: 2.75rem;
  color: #fff;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
  font-family: TitilliumWeb,sans-serif;
  font-size: 1rem;
  border-radius: 0.5rem;
}
.contact__form .wpcf7-form .form-group input.wpcf7-form-control::placeholder,
.contact__form .wpcf7-form .form-group input.wpcf7-form-control:-ms-input-placeholder,
.contact__form .wpcf7-form .form-group input.wpcf7-form-control::-ms-input-placeholder{
  color: #fff!important;
}
/*input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.email.wpcf7-not-valid::placeholder*/
.contact__form .wpcf7-form .form-group label{
  padding-bottom: 1rem;
  height: 2rem;
}
.contact-form-wrapper{
  padding: 0 1rem;
}
.contact__form--button .theme-btn{
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.contact-form-wrapper__title{
  padding-bottom: 1rem;
  font-size: 2.5rem;
}
.contact-form-wrapper .wpcf7-spinner{
  position: absolute;
}
.contact__form .wpcf7-form .contact__form--button input{
  display: block;
  padding: 0 1rem;
  background: #007636;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.contact__form .wpcf7-response-output{
    position: absolute;
    bottom: -5rem;
    margin: 0!important;
}
.contact__form .wpcf7-not-valid-tip{
  position: absolute;
}
section > .container.aos-init{
/*  padding-bottom: 10rem;*/
}
.news-section__items--item{
background: #bdb39f;
}
.news-section__items--item img{
  width: 100%;
}
.news-content-box{

}
.news-content-box__wrapper{
    padding: 1rem;
}
.news-section .section-title{
  color: #fff;
}
.news-content__button{

}
.news-content__button a{
  width: 100%;
  height: 2.5rem;
  padding: 0.7rem;
  display: flex;
  justify-content: center;
  background: #ed5a02;
  color: #fff;
  font-family: 'Alegreya_Sans';
  font-weight: 700;
  line-height: 1rem;
}
.news-content__title{
  font-family: 'Alegreya_Sans';
  font-weight: 300;
  padding: 0.5rem 0;
}
.news-content__date{
  font-family: 'Alegreya_Sans';
  font-weight: 700;
}
.content-blocks__items--item img{
/*  width: 100%;*/
/*  height: 60px;*/
  width: 6rem;
}
.no-colour{
  filter: grayscale(1);
}
/*FAQ section*/
.faq-section__items,.faq-section__items * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.faq-section__items {
/*    overflow: hidden;*/
    background: unset;
    margin: 40px 0;
    display: flex;
    flex-direction: column;

}

.accordion-section .accordion-section-title{
  background: #fff;
  margin: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 4rem;
  border: 1px solid;
}

.accordion-section-title {
  width: 100%;
  padding: 15px 5px;
  display: inline-block;
  position: relative;
  color: #495d5d;
  transition: all linear 0.15s;
  font-family: TitilliumWeb,sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.5rem;
}

.accordion-section-title:focus {
    color: #f9d442;
}
.accordion-section-title:hover{
/*  color: #f9d442;*/
}

.accordion-section-title .plus,.accordion-section-title .minus {
    position: relative;
    right: 0;
    width: 23px
}

.accordion-section-title .plus {
    display: inline-block;
    float: right
}

.accordion-section-title .minus {
    display: none
}


.accordion-section-title.active .minus {
    display: inline-block;
    float: right
}

.accordion-section-title.active .plus {
    display: none
}

.accordion-section-title.active,.accordion-section-title:hover {
    text-decoration: none
}

.accordion-section-content {
    padding: 1rem 2rem;
    display: none;
    color: #495d5d;
}

.accordion-section-content p {
    margin-top: 0
}

.accordion-section-content#accordion-3 p {
    margin-bottom: 2px;
    line-height: 1.2
}
.faq-title{
  color: #495d5d;
}
.faq-description{
  color: #495d5d;
}
.curve-edge-bottom:after{
  content: '';
  position: absolute;
  z-index: 100;
  clip-path: polygon(0% 110%, 0 0, 100% 100%);
  background-color: #ffffff;
  display: block;
  left: 0;
  height: 10rem;
  width: 100%;
/*  transform: rotateY(180deg);*/
  bottom: -1px;
}
.curve-edge-top:before{
  content: '';
  position: absolute;
  z-index: 100;
  clip-path: polygon(110% 0%, 0 0, 100% 100%);
  background-color: #ffffff;
  display: block;
  left: 0;
  height: 10rem;
  width: 100%;
/*  transform: rotateY(180deg);*/
  top: -1px;
}
.curve-edge-bottom.cb-left:after{
  transform: rotateY(180deg);
}
.curve-edge-top.ct-left:before{
  transform: rotateY(180deg);
}
/*.hero .ytb-bg.bg_overlay:before{
  bottom: 1px;
}*/
.content-blocks__pattern img{
  width: 100%;
}
.content-blocks.news-section{
  padding: 5rem 0;
}
.icons-section{
  padding: 5rem 0;
}
.icons-section .content-blocks__items--item{
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid#e4e4e4;
  height: 6rem;
  padding: 1rem;
  box-shadow: 0px 5px 15px 3px rgb(0 0 0 / 10%);
  border-radius: 0.7rem;
}
#header.header-scrolled{
  background: rgb(0 0 0 / 40%);
  border-bottom: none;
}
.contact-section__wrapper{
  padding: 2rem 2rem 2.5rem 2rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.accordion-section__pm{
  position: absolute;
  height: 100%;
  width: 3rem;
  left: 0;
  top: 0;
  color: #495d5d;
  padding: 0.5rem;
  border-right: 1px solid #495d5d;
}
.content-blocks__pattern img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accordion-section{
  margin-right: 1rem;
}
.rounded-1{
  border-radius: 0.7rem!important;
}
.accordion-section__pm.rounded-1{
  border-radius: 1rem 0rem 0rem 1rem!important;
}
.news-section .rounded-1{
  overflow: hidden;
}
.shadowee{
  box-shadow: 0rem 0.5rem 1.5rem 0.15rem rgb(0 0 0 / 30%);
}
.shadowee-light{
  box-shadow: 0rem 0.5rem 1.5rem 0.15rem rgb(0 0 0 / 10%);
}
.accordion-section-title.active .accordion-section__pm, .accordion-section-title:hover .accordion-section__pm{
  border-right: 1px solid #f9d442;
}
.item-video-bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rounded-1 .item-video-bg{
  border-radius: 0.7rem!important;
}
.z-2{
  z-index: 2;
}
.grid-section .content-blocks__items--item .item-video-bg{
  min-height: 25rem;  
}
.grid-section .content-blocks__items--item{
  min-height: 25rem;  
}
.icons-section .content-blocks__items--item{
  min-height: unset;
}


/*Preloader */
.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.preloader__wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 150px;
  border-radius: 20px;
  background-color: white;
/*  box-shadow: 0px 2px 24px 0px #00000014;*/
  -webkit-animation-name: preloaderWraper;
          animation-name: preloaderWraper;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.preloader__icon {
  position: absolute;
  -webkit-animation-name: preloader;
          animation-name: preloader;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
/*  -webkit-animation-duration: 1.8s;*/
/*          animation-duration: 1.8s;*/
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.preloader__title {
  font-size: 47px;
  font-weight: 600;
  line-height: 68px;
  letter-spacing: 0em;
  margin-top: 16px;
}

.preloader.-is-hidden {
  opacity: 0;
  pointer-events: none;
}

@-webkit-keyframes preloaderWraper {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: none;
  }
}

@keyframes preloaderWraper {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: none;
  }
}

@-webkit-keyframes preloader {
  0% {
    transform: translateY(150%) scale(1);
  }
  50% {
    transform: translateY(0%) scale(1.2) rotate(20deg);
  }
  100% {
    transform: translateY(-150%) rotate(-20deg);
  }
}

@keyframes preloader {
  0% {
    transform: translateY(150%) scale(1);
  }
  50% {
    transform: translateY(0%) scale(1.2) rotate(20deg);
  }
  100% {
    transform: translateY(-150%) rotate(-20deg);
  }
}
.preloader__icon img{
    width: 5rem;
/*    filter: brightness(0.25);*/
}
/*Preloader end*/


/*Image animations*/
@keyframes float-img {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
    transform: translatey(0px);
  }
}
.img-animated {
  transform: translatey(0px);
  animation: float-img 3s ease-in-out infinite;
}
/*Image animations end*/

.curved-bottom{
  position: relative;
  clip-path: polygon(0% 110%, 0 0, 100% 100%);
  background-color: #ffffff;
  display: block;
  left: 0;
  height: 10rem;
  width: 100%;
  bottom: -1px;
}
.curved-top{
  position: relative;
  clip-path: polygon(110% 0%, 0 0, 100% 100%);
  background-color: #ffffff;
  display: block;
  left: 0;
  height: 10rem;
  width: 100%;
  top: -1px;
}

.curved-bottom.cb-left{
  transform: rotateY(180deg);
}
.curved-top.ct-left{
  transform: rotateY(180deg);
}

.video_bg__title{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 100%;
  top: 5rem;
}
.video_bg__title.bottom{
  top: unset;
  bottom: 5rem;
}

.contact-section__wrapper{
  background-size: cover;
  background-position: center;
}
.wedo-section.content-blocks .container.aos-init.aos-animate{
  padding: 5rem 0 5rem 0;
}
.simple-section p:empty {
  display: none;
}

/*Flip cards*/
.flip-card {
  background-color: transparent;
/*  border: 1px solid #f1f1f1;*/
    width: 100%;
    height: 100%;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  min-height: 25rem;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
  cursor: pointer;
}

/* Style the back side */
.flip-card-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}
.flip-card .grid-section-item__description{
    opacity: 1;
    max-height: 350px;
    overflow: hidden;
}
.flip-card-back.rounded-1 {
    border-radius: 0.7rem!important;
}

.flip-card .grid-section-item__title{
/*  padding-bottom: 1rem;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
*/
  padding-bottom: 1rem;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: calc(50% - 2rem);
  overflow-wrap: break-word;
}
.flip-card-back .grid-section-item{
  background-color: unset;
}
/*Flip cards end*/


/*Custom selectors*/
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: black;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  font-weight: bold;
  background: rgba(32,124,204,0.72);
  width: 100%;
  border: none;
  height: 2.75rem;
  color: #fff;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
  font-family: TitilliumWeb,sans-serif;
  font-size: 1rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
}

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: 6px;
}

.styledSelect:active,
.styledSelect.active {
    filter: contrast(0.95);
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: none;
  background-color: rgba(32,124,204,0.72);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  margin-top: 0.2rem;
}

.options li {
  margin: 0 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.options li:hover {
  background-color: #39f;
  color: white;
}
.contact__form .wpcf7-form-control.wpcf7-select{
  opacity: 0;
}
/*Custom selectors end*/
section#contact{
/*  padding: 15rem 0;*/
}
/*Left/Right section*/
.left-right{

}
.lr-item__button--btn{
  padding: 0.7rem;
  justify-content: center;
  background: #ed5a02;
  color: #fff;
  font-family: 'Alegreya_Sans';
  font-weight: 700;
  line-height: 1rem;
}
.lr-item__button{
  width: 100%;
  display: flex;
}  
.lr-item__button.left{
  justify-content: flex-start;
} 
.lr-item__button.right{
  justify-content: flex-end;
} 
.lr-item__button.center{
  justify-content: center;
} 
.lr-item__description{

}
.lr-item__description p{
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.lr-item__title{
    text-align: left;
    width: 100%;
}
.lr-item__picture{

} 
.lr-item__picture.small{
  padding: 1rem;
}
.lr-item__picture.full{

}
.lr-item__picture img{

} 
.lr-item__picture.small img{
  max-width: 8rem;
}
.lr-item__picture.full img{
  width: 100%;
}
.left-right__grid--left,.lr-item{
    display: flex;
/*    align-items: center;*/
    min-width: 1px;
    padding: 0 3rem 0 0rem;
    flex-direction: column;
    align-items: flex-start;
}
.right-right__grid--right{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 0rem 0 4rem;
  min-width: 1px;
}
.right-right__grid--left{
  display: flex;
  align-items: center;
  justify-content: center;
}
/*Left/Right section end */
.grid-gap-2{
  grid-gap: 2vw;
}
.simple-section.curve-edge-top{
  padding-top: 7rem;
}
.simple-section.curve-edge-bottom{
  padding-bottom: 7rem;
}

/*Resp start*/
@media (max-width: 1024px){
  .content-blocks__top{
    padding-top: 2rem
  }
  .content-blocks__pattern{
    position: absolute!important;
  }
}
@media (max-width: 768px){
  .content-blocks__items{
    grid-template-columns: 1fr;
  }
  .curve-edge-top:before{
    height: 3rem;
    top: calc( 7rem + -1px);
  }
  .curve-edge-bottom:after{
    height: 4rem;
    bottom: calc(5rem - 1px );
  }
  .hero h2{
    line-height: 50px;
  }
  .accordion-section .accordion-section-title{
    font-size: 22px!important;
  }
  section.simple-section{
    max-height: unset!important;
  }
}
@media (max-width: 650px){
  .footer-top .row{
        flex-direction: row;
  }
  .footer-top__first,.footer-top__second,.footer-top__third{
    width: 100%;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
  }
  .footer-top__second,.footer-top__third{
    width: 50%;
  }
  .footer-top__slogan{
    padding: 2rem 1.5rem;
  }
  .contact__form .wpcf7-form{
    grid-template-columns: 1fr 1fr;
  }
  .contact__form .wpcf7-form .form-group.contact__form--button{
    order: 9;
    padding-right: 1rem;
    margin-top: 1rem;
    width: 100%;
  }
}
@media (max-width: 478px){
  .footer-top__second,.footer-top__third{
    width: 100%;
  }
  .contact__form .wpcf7-form .form-group.contact__form--button{
    order: 9;
    padding-right: 1rem;
    margin-top: 1rem;
    padding-right: 0;
  }
  .contact__form--button .theme-btn{
    width: 100%;
  }
  .contact__form .wpcf7-form{
    grid-template-columns: 1fr;
  }
 
} 

/*Resp end*/
.content-blocks__items--item.no-blocks{
  background: none!important;
  border: none;
  box-shadow: none;
  padding: 0;
}
.footer-top__img img{
/*  width: 10rem;*/
  max-height: 5rem;
  width: auto;
  margin-bottom: 1rem;
}
.footer-top__second ul{
  list-style: none;
  padding: 0;
}
section#contact{
  overflow: visible;
  z-index: 9;
}









/**/

.custom-shape-divider-top {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
/*    transform: rotate(180deg);*/
    z-index: 1;
}

.custom-shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(130% + 1.3px);
/*    height: 60px;*/
    height: 100px;
}

.custom-shape-divider-top-1688594318 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-bottom {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(130% + 1.3px);
    height: 60px;
}

.custom-shape-divider-bottom-1688594501 .shape-fill {
    fill: #FFFFFF;
}


/**/
.align-items-center{
  align-items: flex-center!important;
  justify-content: center!important;
}
.align-items-start{
  align-items: flex-start!important;
  justify-content: flex-start!important;
}
.align-items-end{
  align-items: flex-end!important;
  justify-content: flex-end!important;
}
.ytb-bg{
  width: 100%;
  display: flex;
}


@media (max-width: 768px){
  .video_bg.hero{
    max-height: 800px;
    height: 800px;
  }
  .video_bg-image__overlay .img-fluid{
    height: 100px!important;
  }
  .hero .ytb-bg video{
    width: auto;
  }
  header#header{
    padding: 1.5rem 0.5rem;
  }
  #header .logo{
    /*width: auto;
    margin-left: auto!important;
    margin-right: auto!important;*/
  }
  .left-right__grid{
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 5rem;
  }
  .right-right__grid--right{
    padding: 0;
  }
  .left-right__grid--left, .lr-item{
    padding: 0;
  }
  .simple-section__wrapper--img{
    max-height: unset!important;
  }
  .content-blocks.left-right{
    padding: 2rem 0 1rem 0;
  }
}
@media (max-width: 478px){
  .simple-section__wrapper--img {
    height: 900px;
    background-position: bottom!important;
  }
  .simple-section__wrapper{
    height: 900px;
  }
  .contact__form .wpcf7-form{
    flex-direction: column;
  }
  .contact__form .wpcf7-form .form-group{
    width: 100%;
    padding: 0;
  }
  .contact-form-wrapper{
    padding: 0;
  }
  .contact__form .wpcf7-form .form-group.contact__form--button{
    width: 100%;
    z-index: 2;
  }
  .contact__form .wpcf7-form .form-group .field-inner{
    align-items: center;
  }
  .contact__form .wpcf7-form .form-group.contact__form--button .btn-title{
/*    width: 6rem;*/
  }
  .form-group.contact__form--button{
    margin-top: 1rem;
  }
  .contact-section__wrapper:before{
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: rgba(0,0,0,0.2);
  }
  .contact-section__wrapper{
    position: relative;
    background-image: unset!important;
  }
  .contact__form .wpcf7-form .form-group label{
    z-index: 1;
  }
  .content-blocks__items{
    grid-gap: 10vw;
  }
  .custom-shape-divider-bottom{
    display: flex;
  }
  .custom-shape-divider-top{
    display: flex;
  }
  .simple-section__wrapper--box .row{
    width: 100%!important;
  }
  .content-blocks__description{
    padding: 1rem;
  }
  .simple-section__wrapper--box h2{
    margin-bottom: 2rem;
  }
  h3{
    font-size: 40px!important;
  }
  h2{
    font-size: 45px!important;
  }
  .simple-section__wrapper--box{
    padding: 0 2rem;
    justify-content: center!important;
  }
  .wpcf7-form-control-wrap{
    width: 100%;
  }
  .contact-form-wrapper__title{
    position: relative;
  }
  section{
    overflow: visible;
  }
  .video_bg.hero{
    overflow: hidden;
  }
  .simple-section__wrapper{
/*    height: 800px;*/
  }
  .hero h1{
    line-height: 100%;
  }
  .left-right__grid{
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .left-right__grid--left, .lr-item{
    padding: 0 1rem 0 1rem
  }
  .right-right__grid--right{
    padding: 0 1rem 0 1rem;
  }
  .wpcf7-form-control-wrap .select{
    width: 100%;
  }
  #header.header-scrolled{
    padding: 0.5rem 1rem;
  }

}

@media (max-width: 380px){
  .hero h1{
    line-height: 100%;
    font-size: 45px!important;
  }
  .hero h3{
    font-size: 30px!important;
  }
  .simple-section__content-box{
    margin-top: 1rem;
  }
}

/*Text section*/

.text-section__content-box{
  color: #000;
}
.text-section__wrapper--box > .row > h1{
  font-size: 3rem;
  color: #000;
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 2rem;
}
#header.common{
  background: rgba(0,0,0,0.9);
}
/*Menu*/
.navbar ul.sub-menu{
  display: none;
  position: absolute;
  background: rgba(0,0,0,0.7);
  padding: 0 2rem 1rem 2rem;
  left: -2rem;
  top: 50px;
  min-width: 140px;
  width: 100%;
}
.menu-item.menu-item-has-children:hover > .sub-menu{
  transition: all linear 0.15s;
  display: block;
}
.navbar li.menu-item-has-children .sub-menu li a{
  padding: 10px 0 5px 0;
  transition: all linear 0.15s;
}
.navbar li.menu-item-has-children .sub-menu li a:hover{
  padding-left: 0.5rem;
  transition: all linear 0.15s;
}
#header.common + section{
  margin-top: 4rem;
}
.navbar.navbar-mobile{
      width: 100%;
}
header .header__container{
  transition: all linear 0.15s;
}
header.header-scrolled .header__container{
  transition: all linear 0.15s;
  padding: 0.25rem 0;
}
.menu-item.menu-item-has-children .sub-menu-toggle{
  transition: all linear 0.15s;
  background: url(../img/icons/arrow.svg);
  position: absolute;
  top: 0.75rem;
  width: 2rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  right: 3rem;
  padding: 0rem;
  text-align: center;
  display: flex;
  z-index: 2;
}

.navbar-mobile .menu-item-has-children{
  display: flex;
  flex-direction: column;
}
.sub-menu-toggle.opened{
  transition: all linear 0.15s;
  transform: rotate(180deg);
}
.sub-menu.toggled{
  display: block!important;
}
@media (max-width: 992px){
  .menu-item.menu-item-has-children:hover > .sub-menu{
    background: none;
    left: 0;
    top: 0;
    max-width: unset;
    position: relative;
    display: none;
    padding: 0 2rem 1rem 1.5rem;
  }

}
@media (min-width: 992px){
  header .sub-menu-toggle{
    display: none!important;
  }
}

.lr-item__description p:last-child{
  padding-bottom: 0;
}
.flip-card:hover,.flip-card:active,.flip-card:focus,.flip-card:target{
  box-shadow:unset;
}
.news-page{
  margin-top: 50px;
}
.news-sidebar{
  padding-top: 60px;
}
.news-sidebar__list{
  padding: 0;
}
.news-sidebar__item{
    display: flex;
    margin-bottom: 1rem;
}
.news-sidebar__item img{
  width: 100%;
  border-radius: 0.25rem;
}
.news-sidebar__item--title{
  line-height: 1.1rem;
  padding-top: 1rem;
}
.text-section__banner{
  height: 500px;
  border-radius: 0.5rem;
  display: flex;
  width: 100%;
  align-items: end;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-position: center;
}
.text-section__banner:after{
  content: '';
  background: linear-gradient(0deg, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.1) 100%);
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
}
.text-section__title{
  z-index: 1;
}
.news-sidebar__title{
  line-height: 1.4rem;
}
.text-section__wrapper--box{
  padding: 0 0.5rem;
}
/*Footer social*/
.footer-socials{
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
}
.social-icon{
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  display: flex;
  background-size: contain!important;
}
.social-facebook{
  background: url(../img/icons/facebook.svg);
}
.social-instagram{
  background: url(../img/icons/instagram.svg);
}
.social-youtube{
  background: url(../img/icons/youtube.svg);
}
.social-twitter{
  background: url(../img/icons/twitter.svg);
}
.social-linkedin{
  background: url(../img/icons/linkedin.svg);
}
/*GDPR*/
.cookie-close{

}
.cookie-policy{
  position: fixed;
  left: 0rem;
  bottom: 0rem;
  width: 100%;
  max-width: 500px;
  padding: 20px 40px;
  font-size: 17px;
  color: #fff;
  background-color: rgba(29,28,28,0.95);
  z-index: 14;
  border: 1px solid#383838;
}
.text-gold{
    color: var(--gold);
}
.text-right{
    text-align: right;
}
.hide-cookie {
    display: none
}
.text-white{
    color: #fff;
}
@media (max-width: 768px){
  .news-page .text-section{
    margin-top: 3rem;
  }
  .news-sidebar__item span{
    width: 100%;
  }
}
@media (max-width: 768px){
  .news-page .text-section {
    margin-top: 3rem;
  }
}
@media (max-width: 478px){
  .news-sidebar__title{
    margin-bottom: 2rem;
    text-align: center;
  }

}

.text-section__content-box ol li{
  padding-bottom: 1rem;
}

h1.entry-title{
  color: #000;
}
@media (min-width: 1200px){
  .header__container{
    max-width: 90%;
  }
}
.faq-gutnbrg-blck .section-title{
  padding-bottom: 0;
}
.content-blocks__description{
  margin-bottom: 0;
}
.faq-gutnbrg-blck .faq-section__items{
    margin: 15px 0;
}
.news.type-news .entry-content{
  color: #000;
}

@media (min-width: 1200px){
  .h1, h1{
    font-size: 3rem;
    padding-bottom: 1rem;
  }
}

.items-start{
  align-items: flex-start!important;
}
.items-end{
  align-items: flex-end!important;
}
.items-center{
  align-items: center!important;
}

/*404*/
.no-page__title {
  font-size: 200px;
  font-weight: 600;
/*  line-height: 1.2;*/
  line-height: 200px;
}
.justify-between{
  justify-content: space-between !important;
}
.no-page{
  color: #191919;
}
.text-red{
  color: #8a191c;
}
.no-page__btn{
  background: #8a191c;
  padding: 1rem;
  display: flex;
  position: relative;
  border-radius: 0.25rem;
  margin-top: 1rem;
  color: #fff;
}
.pt-10{
  padding-top: 10rem;
}
.pb-10{
  padding-bottom: 10rem;
}
/*Testimonials*/
.testimonial-item{

}
.testimonials .testimonial-item .testimonial-item__desc{
/*  border-radius: 0 0.7rem 0.7rem 0;*/
  border-radius: 0.4rem;
  width: 70%;
}
.testimonial-item__img{
  width: 35%;
  height: auto;
  border-radius: 0.7rem 0 0 0.7rem;
  overflow: hidden;
  position: relative;
  display: flex;
}
.testimonials-section__wrapper h1{
  text-align: center;
  color: #0c0b09;
  padding-top: 3rem;
}
.swiper-button-next {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  right: -50px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  color: #000;
}
.swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -50px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  margin-top: 0px;
  color: #000;
}
.swiper-button-prev{
  background-image:url('/wp-content/themes/pugu/assets/img/icons/arrow-left.svg');
}
.swiper-button-next{
  background-image:url('/wp-content/themes/pugu/assets/img/icons/arrow-right.svg');
}
.testimonials-slider__wrapper{
  position: relative;
  padding-bottom: 2rem;
}
.content-blocks__show-more{
  text-align: center;
  margin-top: 2rem;
  cursor: pointer;
}
@media (max-width: 550px){
  .mobile-hidden{
    display: none!important;
  }
}
@media (min-width: 550px){
  .desktop-hidden{
    display: none!important;
  }
}
.back-to-top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  width: 55px;
  height: 55px;
  z-index: 9999;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  background: rgba(0,0,0,.4);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.back-to-top:hover{
    opacity: 0.7;
}


.back-to-top .bi{
  color: #fff;
  font-size: 1.5rem;
  height: 1.7rem;
}
@media (max-width: 768px){
  .morder-0{
    order: 0;
  }
  .morder-1{
    order: 1;
  }
  .content-blocks__items--item{
    max-height: unset;
  }
}
.testimonial-item__author{
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  z-index: 2;
  width: 100%;
  bottom: 1rem;
  text-align: center;
}
.testimonial-item__more{
  display: flex;
  justify-content: flex-end;
  font-family: 'TitilliumWeb';
  padding-top: 1rem;
  cursor: pointer;
  font-weight: 700;
}
.testimonial-item__desc--cont{
  max-height: 9rem;
  overflow: hidden;
  
}
.testimonial-item__desc--cont.showed{
  max-height: unset;
  overflow: visible; 
}
.testimonial-item__desc--cont.text-cursive{
    font-style: italic;
}
@media (min-width: 1200px){
  .news-content__title{
    height: 5rem;    
    margin-bottom: 1rem;
    overflow: hidden;
  }
}
.news-section__items.swiper-container{
  padding: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.news-section__items.swiper-container .shadowee {
    box-shadow: 0rem 0.5rem 0.5rem 0.15rem rgb(0 0 0 / 10%);
}

/*About us widget*/
.aboutus-section{

}
.aboutus-section__wrapper{

}
.aboutus-slider__wrapper{
    position: relative;
}
.aboutus-slider{

}
.aboutus-item{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1rem;
  box-shadow: 0px 3px 7px 1px rgba(0,0,0,0.1);
  border-radius: 0.5rem;
}
.aboutus-item__desc{

}
.aboutus-item__desc--cont{

}
.aboutus-item__img{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.aboutus-item__author{
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aboutus-item__author h3{
  color: #89191b;
}
.aboutus-img{
    width: 100%;
}
.aboutus-grid{
  
}
.aboutus-section__wrapper h1{
  text-align: center;
  color: #0c0b09;
  padding-bottom: 1rem;
}
.aboutus-item__img img{
    width: 150px;
    height: 150px;
    border-radius: 7rem;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}
.aboutus-slider__wrapper .swiper-slide{
  width: 300px;
  padding: 1rem;
}
.aboutus-item__img--wrapper{
  display: flex;
  position: relative;
  justify-content: center;
}
.aboutus-item__img--brash{
/*  background-image: url(wp-content/themes/pugu/assets/img/icons/brush-circle.svg);*/
  position: absolute;
  background-position: center;
  background-size: cover;
  fill: #fff;
  top: -5px;
  width: 180px;
  height: 180px;
  background-color: #fff;
  -webkit-mask-image: url(/wp-content/themes/pugu/assets/img/icons/brush-circle.svg);
  mask-image: url(/wp-content/themes/pugu/assets/img/icons/brush-circle.svg);
}
.aboutus-item__social{

}
.aboutus-item__social ul{
  display: flex;
  justify-content: center;
  padding: 0;
  gap: 1rem;
  list-style: none;
}
.aboutus-item__social ul li a{
  padding: 0.5rem;
  border-radius: 0.5rem;
  height: 100%;
  position: relative;
  display: flex;
  cursor: pointer;
  transition: all linear 0.15s;
}
.aboutus-item__social ul li a:hover{
  opacity: .9;
  transform: scale(1.05);
  transition: all linear 0.15s;
}
/*About us widget*/

/*Get In Touch*/
.getintouch-section__wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 3rem 0.5rem;
  gap: 3rem;
}
.getintouch-right__btn a{
  font-weight: 800;
}
.getintouch-right__btn{
  line-height: initial;
}
.getintouch-left{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
/*.getintouch-right__btn img{
  width: 10px;
}*/
.getintouch-right__btn span {
    animation: moveright 1s linear infinite;
    animation-play-state: paused;
}
.getintouch-right__btn a{
  cursor: pointer;
  display: flex;
}
.getintouch-right__btn:hover span {
    animation-play-state: running;
}
@keyframes moveright {
  0% {
     margin-left:15px;
  }
  50% {
    margin-left:0px;
  }
   100% {
    margin-left:15px;
  }
}
.getintouch-section{
  padding: 2rem 0;
}
.getintouch-section.image{
  object-fit: cover;
  background-size: cover!important;
  background-position: center!important;
}
/*Get In Touch*/


.content-blocks__show-more .show-more img{
  transform: rotate(180deg);
}
.content-blocks__show-more img{
  width: 2rem;
}
.share-block{
  position: relative;
  display: flex;
  width: 100%;
  gap: 1rem;
}
.share-block a{
  font-size: 1.5rem;
  color: #89191b;
}