@charset "UTF-8";
/*-------------------------------------------------------*/
/* Table of Content

1. General
2. Typography
3. Navigation
4. Layout
5. Blog
6. Portfolio
7. Shortcodes
8. Restaurant demos
9. Footer
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.oh {
  overflow: hidden;
}

.relative {
  position: relative;
}

.section-wrap {
  padding: 140px 0;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mobile section {
  background-attachment: scroll !important;
}

.bg-dark {
  background-color: #1d1d1d;
}

.bg-light {
  background-color: #f7f7f7;
}

.bg-color {
  background-color: #c8b273;
}

.white {
  color: #fff;
}

.static {
  position: static;
}

.block {
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.valign {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.container-fluid.semi-fluid {
  padding: 0 50px;
}

.img-fw {
  width: 100%;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.last {
  margin-bottom: 0 !important;
}

@media (max-width: 991px) {
  .md-text-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .sm-text-center {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .xs-text-center {
    text-align: center;
  }
}
img.alignleft {
  float: left;
  margin: 10px 20px 10px 0;
}

img.alignright {
  float: right;
  margin: 10px 0 10px 20px;
}

::-moz-selection {
  color: #fff;
  background-color: #c8b273;
}

::-webkit-selection {
  color: #fff;
  background-color: #c8b273;
}

::selection {
  color: #fff;
  background-color: #c8b273;
}

a {
  text-decoration: none;
  color: #c8b273;
  outline: none;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #1d1d1d;
  outline: none;
}
a:focus {
  color: #c8b273;
  text-decoration: none;
  outline: none;
}

:focus {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: #fff;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #929292;
}
body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

video {
  height: 100%;
  width: 100%;
}

/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: #c8b273;
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader div {
  background-color: #c8b273;
  display: inline-block;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
  animation: ballPulseDouble 2s ease-in-out infinite;
}
.loader div:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ballPulseDouble {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Scroll Down icon
-------------------------------------------------------*/
.scroll-down {
  font-size: 16px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  text-align: center;
  line-height: 30px;
  z-index: 50 !important;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -15px;
}
.scroll-down a {
  line-height: 34px;
  position: relative;
  z-index: 50 !important;
}
.scroll-down i {
  color: #fff;
  -webkit-animation: scroll-down-icon 1s infinite;
  -moz-animation: scroll-down-icon 1s infinite;
  -o-animation: scroll-down-icon 1s infinite;
  animation: scroll-down-icon 1s infinite;
  position: absolute;
  left: 7px;
  font-size: 20px;
}

@-webkit-keyframes scroll-down-icon {
  0% {
    bottom: 3px;
  }
  50% {
    bottom: 8px;
  }
  100% {
    bottom: 3px;
  }
}
@-moz-keyframes scroll-down-icon {
  0% {
    bottom: 3px;
  }
  50% {
    bottom: 8px;
  }
  100% {
    bottom: 3px;
  }
}
@-o-keyframes scroll-down-icon {
  0% {
    bottom: 3px;
  }
  50% {
    bottom: 8px;
  }
  100% {
    bottom: 3px;
  }
}
@keyframes scroll-down-icon {
  0% {
    bottom: 3px;
  }
  50% {
    bottom: 8px;
  }
  100% {
    bottom: 3px;
  }
}
.row.row-4 {
  margin: 0 -2px;
}

.row.row-4 > div {
  padding: 0 2px;
}

.row.row-10 {
  margin: 0 -5px;
}

.row.row-10 > div {
  padding: 0 5px;
}

.row.row-12 {
  margin: 0 -6px;
}

.row.row-12 > div {
  padding: 0 6px;
}

.row.row-16 {
  margin: 0 -8px;
}

.row.row-16 > div {
  padding: 0 8px;
}

.row.row-20 {
  margin: 0 -10px;
}

.row.row-20 > div {
  padding: 0 10px;
}

.bg-pattern {
  background-image: url(../img/pattern.jpg);
  background-position: center;
  background-size: auto;
  background-repeat: repeat;
}

/* Magic Line
-------------------------------------------------------*/
#magic-line-wrap {
  position: relative;
}

#magic-line-wrap li {
  display: inline-block;
  position: static;
}

#magic-line {
  position: absolute !important;
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 3px;
  background: #c8b273;
}

/* Row multiple items
-------------------------------------------------------*/
.items-grid .col-xs-6:nth-child(2n + 3) {
  clear: left;
}

.items-grid .col-xs-4:nth-child(3n + 4) {
  clear: left;
}

.items-grid .col-xs-3:nth-child(4n + 5) {
  clear: left;
}

.items-grid .col-xs-2:nth-child(6n + 7) {
  clear: left;
}

.items-grid .col-xs-1:nth-child(12n + 13) {
  clear: left;
}

@media (min-width: 768px) {
  .items-grid .col-xs-6:nth-child(2n + 3) {
    clear: none;
  }

  .items-grid .col-xs-4:nth-child(3n + 4) {
    clear: none;
  }

  .items-grid .col-xs-3:nth-child(4n + 5) {
    clear: none;
  }

  .items-grid .col-xs-2:nth-child(6n + 7) {
    clear: none;
  }

  .items-grid .col-xs-1:nth-child(12n + 13) {
    clear: none;
  }

  .items-grid .col-sm-6:nth-child(2n + 3) {
    clear: left;
  }

  .items-grid .col-sm-4:nth-child(3n + 4) {
    clear: left;
  }

  .items-grid .col-sm-3:nth-child(4n + 5) {
    clear: left;
  }

  .items-grid .col-sm-2:nth-child(6n + 7) {
    clear: left;
  }

  .items-grid .col-sm-1:nth-child(12n + 13) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .items-grid .col-sm-6:nth-child(2n + 3) {
    clear: none;
  }

  .items-grid .col-sm-4:nth-child(3n + 4) {
    clear: none;
  }

  .items-grid .col-sm-3:nth-child(4n + 5) {
    clear: none;
  }

  .items-grid .col-sm-2:nth-child(6n + 7) {
    clear: none;
  }

  .items-grid .col-sm-1:nth-child(12n + 13) {
    clear: none;
  }

  .items-grid .col-md-6:nth-child(2n + 3) {
    clear: left;
  }

  .items-grid .col-md-4:nth-child(3n + 4) {
    clear: left;
  }

  .items-grid .col-md-3:nth-child(4n + 5) {
    clear: left;
  }

  .items-grid .col-md-2:nth-child(6n + 7) {
    clear: left;
  }

  .items-grid .col-md-1:nth-child(12n + 13) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .items-grid .col-md-6:nth-child(2n + 3) {
    clear: none;
  }

  .items-grid .col-md-4:nth-child(3n + 4) {
    clear: none;
  }

  .items-grid .col-md-3:nth-child(4n + 5) {
    clear: none;
  }

  .items-grid .col-md-2:nth-child(6n + 7) {
    clear: none;
  }

  .items-grid .col-md-1:nth-child(12n + 13) {
    clear: none;
  }

  .items-grid .col-lg-6:nth-child(2n + 3) {
    clear: left;
  }

  .items-grid .col-lg-4:nth-child(3n + 4) {
    clear: left;
  }

  .items-grid .col-lg-3:nth-child(4n + 5) {
    clear: left;
  }

  .items-grid .col-lg-2:nth-child(6n + 7) {
    clear: left;
  }

  .items-grid .col-lg-1:nth-child(12n + 13) {
    clear: left;
  }
}
/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  margin-top: 0;
  color: #212121;
  font-weight: 700;
  line-height: 1.5;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #212121;
  font-size: 70%;
  font-weight: bold;
}

b, strong {
  color: #212121;
}

p {
  font-size: 15px;
  color: #929292;
  font-weight: normal;
  line-height: 28px;
}

.heading {
  position: relative;
  margin-bottom: 7px;
}
.heading.large {
  font-size: 50px;
}

.heading-row {
  margin-bottom: 90px;
}
.heading-row.style-2 {
  margin-bottom: 60px;
}

.subheading {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 17px;
  line-height: 32px;
}

.large-heading {
  font-size: 80px;
  color: #ccc;
  line-height: 1;
  letter-spacing: -0.03em;
}
.large-heading.white {
  color: #fff;
}

.list-inline {
  margin: 0;
}

.h-line:after {
  border-bottom: 2px solid #c8b273;
  content: "";
  display: block;
  margin: 30px 0 0 0;
  position: relative;
  float: left;
  width: 64px;
  z-index: 1;
}

.bottom-line:after {
  content: "";
  display: block;
  width: 56px;
  border-bottom: 2px solid #c8b273;
  margin: 12px auto 24px;
  z-index: 1;
  position: relative;
}

.bottom-line.left-align:after {
  margin: 12px auto 24px 0;
}

.footer-widgets .bottom-line:before {
  border-color: #40434a;
}

.sliding-link {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
}
.sliding-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  -webkit-transition: width 0s ease, background 0.5s ease;
  -moz-transition: width 0s ease, background 0.5s ease;
  -ms-transition: width 0s ease, background 0.5s ease;
  -o-transition: width 0s ease, background 0.5s ease;
  transition: width 0s ease, background 0.5s ease;
}
.sliding-link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #c8b273;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.sliding-link:hover:before {
  width: 100%;
  background: #c8b273;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.sliding-link:hover:after {
  width: 100%;
  background: transparent;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}

.mobile .sliding-link:before,
.mobile .sliding-link:after,
.mobile .underline-link:after {
  display: none;
}

.underline-link {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  color: #212121;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.underline-link:after {
  content: "";
  display: block;
  border-bottom: 2px solid #c8b273;
  width: 100%;
  opacity: 1;
  bottom: -3px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.underline-link:hover {
  color: #c8b273;
}
.underline-link:hover:after {
  opacity: 0;
  bottom: -7px;
}
.underline-link i {
  margin-left: 5px;
}
.underline-link.white {
  color: #fff;
}

.mobile .underline-link {
  border-bottom: 2px solid #c8b273;
}

@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
.lead {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
}

p.large {
  font-size: 120%;
  line-height: 1.8;
}

.fsz-50 {
  font-size: 50px;
}

.fsz-16 {
  font-size: 16px;
}

blockquote {
  padding: 0 0 20px;
  margin: 0;
  border: none;
}
blockquote > p {
  font-size: 18px;
  line-height: 32px;
  font-family: "Merriweather", serif;
  margin-bottom: 5px !important;
  color: #212121;
  position: relative;
  font-style: italic;
}
blockquote > span {
  color: #c8b273;
  font-size: 13px;
}

.blockquote-style-1 {
  padding: 40px;
  background-color: #f7f7f7;
}
.blockquote-style-1 span {
  color: #c8b273;
}

.blockquote-style-2 {
  padding: 40px;
  border-left: 2px solid #c8b273;
}

.dropcap {
  font-family: "Poppins", sans-serif;
}

.dropcap.style-1 {
  float: left;
  color: #c8b273;
  font-size: 47px;
  line-height: 48px;
  padding-right: 10px;
}

.dropcap.style-2 {
  float: left;
  color: #fff;
  text-align: center;
  background-color: #c8b273;
  width: 38px;
  height: 38px;
  font-size: 24px;
  line-height: 40px;
  margin: 7px 10px 0 0;
}

.highlight {
  padding: 3px 5px;
  color: #fff;
  background-color: #c8b273;
}

.list li {
  line-height: 24px;
}
.list li i {
  line-height: 21px;
}

.bullets li,
.arrows li,
.checks li,
.numbers li {
  margin-bottom: 20px;
  color: #929292;
}

.bullets li:before {
  content: "•";
  font-size: 14px;
  color: #c8b273;
  padding-right: 0.5em;
}

.arrows i {
  margin-right: 5px;
}

.arrows i,
.checks i {
  color: #c8b273;
}

.checks i {
  font-size: 12px;
  margin-right: 7px;
  vertical-align: middle;
}

ol.numbers {
  padding-left: 20px;
}

.section-columns p {
  margin-bottom: 40px;
}

/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
.navbar {
  margin-bottom: 0;
  border: none;
  min-height: 100px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 120;
}

.navigation {
  width: 100%;
  line-height: 0;
}
.navigation.offset {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation.scrolling {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.navigation.sticky {
  position: fixed;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 120;
}
.navigation.sticky.scrolling {
  opacity: 1;
  visibility: visible;
}
.navigation.sticky .navbar-nav > li > a {
  line-height: 60px;
  color: #212121;
}
.navigation.sticky .menu-socials a {
  color: #212121;
}
.navigation.sticky .nav-right {
  color: #212121;
}
.navigation.sticky #nav-icon span {
  background-color: #212121;
}

.navigation-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  header.transparent .navbar {
    position: absolute;
    top: 0;
    width: 100%;
  }

  header.transparent .logo-dark,
header.transparent .navigation.scrolling .logo,
header.transparent .navigation-overlay.sticky .logo {
    display: none;
  }

  header.transparent .navigation.scrolling .logo-dark,
header.transparent .navigation-overlay.sticky .logo-dark,
header.transparent .logo {
    display: inline-block;
  }
}
.logo-container {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.logo-wrap {
  display: table;
  width: 100%;
}
.logo-wrap > a {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}
.logo-wrap.shrink > a {
  height: 60px;
}

.logo,
.navigation-overlay .logo-wrap > a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo,
.logo-dark {
  max-height: 25px;
}

.nav-type-4 .logo {
  max-height: 100%;
}

.navbar-header {
  width: 20%;
  padding-right: 15px;
}

.nav-wrap {
  width: 60%;
}

.navbar-nav {
  margin: 0;
  display: inline-block;
  float: none;
}
.navbar-nav > li > a {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #212121;
  font-size: 13px;
  padding: 0 16px;
  line-height: 100px;
}
.navbar-nav > li:last-child > a {
  padding-right: 0;
}

header.transparent .navbar-nav > li > a,
header.dark-bg .navbar-nav > li > a {
  color: #fff;
}

.navbar-collapse {
  border: none;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.navbar-collapse.in {
  overflow-x: hidden;
}

.navbar-nav > li > a:hover,
.navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover,
header.transparent .navigation.scrolling .navbar-nav > li > a:hover,
header.transparent .navigation.scrolling .navbar-nav > .active > a,
header.transparent .navigation.scrolling .navbar-nav > .active > a:focus,
header.transparent .navigation.scrolling .navbar-nav > .active > a:hover {
  color: #c8b273 !important;
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:focus,
.navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #c8b273;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  border-color: #ededed;
  text-decoration: none;
}

.navbar-nav .dropdown-menu {
  left: 0;
}

.navbar-nav .dropdown-menu.menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu {
  min-width: 200px;
  margin: 0;
  padding: 20px 0;
  border-top: 2px solid #c8b273;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: none;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.dropdown-menu li > a {
  padding: 9px 30px;
  color: #929292;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.dropdown-menu.megamenu, .dropdown-menu.megamenu-wide {
  padding: 0 20px;
}
.dropdown-menu .megamenu-wrap ul > li > a {
  display: block;
  clear: both;
  font-weight: 500;
  line-height: 1.42857143;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dropdown-menu .megamenu-wrap ul > li > a i {
  margin-right: 6px;
  width: 16px;
  text-align: center;
}

.menu-list li > a {
  border: none;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.megamenu .menu-list > li > a:hover,
.megamenu-wide .menu-list > li > a:hover {
  background-color: transparent;
  color: #c8b273;
}

.megamenu-item {
  border-right: 1px solid #ededed;
  padding: 30px;
}
.megamenu-item:last-child {
  border-right: none;
}

.megamenu-wrap .menu-list > li > a {
  padding: 9px 0;
}

.megamenu-wrap .menu-list > li:last-child > a {
  border-bottom: none;
}

.megamenu-item h6 {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.navbar .dropdown-menu {
  margin-top: 0;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: -20px;
  left: 100%;
  margin-top: -2px;
}
.dropdown-submenu > a:after {
  font-family: "FontAwesome";
  position: absolute;
  content: "";
  font-size: 16px;
  right: 20px;
  line-height: 1;
  color: #929292;
}

.navbar-nav .dropdown > i,
.navbar-nav .dropdown-submenu > i {
  display: none;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown > i,
.navbar-nav .dropdown-submenu > i {
    display: block;
    width: 51px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .dropdown-menu,
.dropdown-submenu > .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  .dropdown:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/*-------------------------------------------------------*/
/* Navigation Right Links
/*-------------------------------------------------------*/
.navigation.sticky #nav-icon .nav-icon-inner,
.navigation.sticky .nav-right li {
  height: 60px;
}

.nav-right {
  float: right;
  display: table;
  color: #212121;
  padding-right: 15px;
  padding-left: 10px;
}
.nav-right li {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  padding-right: 30px;
  height: 100px;
}
.nav-right li:last-child {
  padding-right: 0;
}
.nav-right.menu-socials a {
  font-size: 15px;
  color: #212121;
}
.nav-right.menu-socials a:hover {
  color: #c8b273;
}

header.transparent .nav-right,
header.transparent .menu-socials a {
  color: #fff;
}

/* Menu Search
-------------------------------------------------------*/
a.nav-search {
  position: relative;
  display: block;
  width: 21px;
  height: 21px;
  color: inherit;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background-color: #fff;
}
.search-wrap .search-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  display: table-cell;
  vertical-align: middle;
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}
.search-wrap .form-control {
  height: auto;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #ededed;
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  line-height: 2;
  margin-bottom: 0;
  color: #212121;
  position: relative;
}
.search-wrap input.form-control, .search-wrap input.form-control:focus {
  background-color: #fff;
}

input.main-search-input::-webkit-input-placeholder {
  color: #212121;
}

input.main-search-input:-moz-placeholder {
  color: #212121;
  opacity: 1;
}

input.main-search-input::-moz-placeholder {
  color: #212121;
  opacity: 1;
}

input.main-search-input:-ms-input-placeholder {
  color: #212121;
}

.search-close {
  position: absolute;
  top: 18px;
  right: 5px;
  font-size: 30px;
  color: #212121;
  cursor: pointer;
}

.mobile-links li > a {
  padding: 15px 0 15px 15px;
  line-height: 20px;
  border-bottom: 1px solid #ededed;
  color: #929292;
  display: block;
}
.mobile-links li > a:hover {
  color: #c8b273;
}

/* Navigation Toggle
-------------------------------------------------------*/
.navbar-toggle {
  margin-top: 13px;
  border: none;
  z-index: 50;
  margin-right: 5px;
}
.navbar-toggle .icon-bar {
  background-color: #212121;
  width: 18px;
}
.navbar-toggle:focus .icon-bar, .navbar-toggle:hover .icon-bar {
  background-color: #c8b273;
}
.navbar-toggle:focus, .navbar-toggle:hover {
  background-color: transparent;
}

.dark-bg .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* Nav Side Icon
-------------------------------------------------------*/
.nav-icon-trigger {
  position: relative;
  margin-left: 15px;
}

#nav-icon {
  display: table;
  width: 20px;
  height: 20px;
  padding: 0;
}
#nav-icon .nav-icon-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 100px;
  z-index: 300;
  cursor: pointer;
}
#nav-icon .nav-icon-wrap {
  height: 20px;
  position: relative;
  top: 3px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #212121;
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 6px;
}
#nav-icon span:nth-child(4) {
  top: 12px;
}
#nav-icon.open span:nth-child(1), #nav-icon.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Offset Sidenav
-------------------------------------------------------*/
.sidenav {
  background-color: #1d1d1d;
  padding: 60px 40px;
  height: 100%;
  width: 350px;
  position: fixed;
  right: -350px;
  z-index: 121;
  font-size: 13px;
  -webkit-transition: all 600ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -moz-transition: all 600ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -ms-transition: all 600ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: all 600ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: all 600ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.sidenav.opened {
  right: 0;
}
.sidenav p {
  font-size: 13px;
  margin-bottom: 0;
}
.sidenav address {
  line-height: 26px;
}
.sidenav a {
  color: #fff;
}
.sidenav a:hover {
  color: #c8b273;
}
.sidenav h6 {
  font-size: 18px;
  color: #fff;
}

#sidenav-close i {
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 40px;
  top: 40px;
}

.links-list li {
  display: block;
  padding: 3px 0;
}
.links-list li a {
  color: #929292;
}

.main-wrapper {
  position: relative;
  left: 0;
  -webkit-transition: all 600ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -moz-transition: all 600ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -ms-transition: all 600ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: all 600ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: all 600ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.main-wrapper.sidenav-opened {
  left: -350px;
}

/* Go to Top
-------------------------------------------------------*/
#back-to-top {
  display: block;
  z-index: 100;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 22px;
  position: fixed;
  bottom: -40px;
  right: 20px;
  line-height: 36px;
  background-color: rgba(33, 33, 33, 0.6);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  -webkit-box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.14), 1px 1.732px 3px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.14), 1px 1.732px 3px 0px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.14), 1px 1.732px 3px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.14), 1px 1.732px 3px 0px rgba(0, 0, 0, 0.12);
}
#back-to-top i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#back-to-top a {
  width: 40px;
  height: 40px;
  display: block;
  color: #fff;
}
#back-to-top.show {
  bottom: 20px;
}
#back-to-top:hover {
  background-color: #c8b273;
  bottom: 24px;
}
#back-to-top:hover i {
  color: #fff;
}

/*-------------------------------------------------------*/
/* Nav Type-2
/*-------------------------------------------------------*/
.nav-type-2 {
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 50;
  min-height: 60px;
}
.nav-type-2 .logo-container {
  display: table;
}
.nav-type-2 .logo-container > a {
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}

/*-------------------------------------------------------*/
/* Nav Type-3
/*-------------------------------------------------------*/
.nav-type-3 {
  padding: 50px 0;
}
.nav-type-3 .nav-wrap {
  width: 80%;
  float: right;
}
.nav-type-3 .nav-right {
  padding-right: 0;
}

/*-------------------------------------------------------*/
/* Nav Type-4 (Left Nav)
/*-------------------------------------------------------*/
.content-wrap {
  margin-left: 120px;
  position: relative;
  width: auto;
}

.vertical-nav .header-wrap {
  width: 260px;
  height: 100%;
  background-color: transparent;
  padding: 30px;
}

.nav-type-4 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  height: 100%;
  width: 120px;
}
.nav-type-4.dark-bg {
  background-color: #010101;
}
.nav-type-4 .navbar-header, .nav-type-4 .nav-wrap, .nav-type-4 .logo-container {
  width: 100%;
}
.nav-type-4 .navbar-header {
  padding: 0;
}
.nav-type-4 .navbar {
  min-height: 100%;
}
.nav-type-4 .logo-wrap > a {
  height: auto;
}
.nav-type-4 .nav {
  width: 100%;
  margin-top: 40px;
}
.nav-type-4 .navbar-nav {
  position: absolute;
  margin: 0 0 0 -300px;
  width: 600px;
  transform: rotate(-90deg);
  left: 43px;
  top: 350px;
  text-align: right;
}
.nav-type-4 .navbar-nav > li {
  float: none;
  display: inline-block;
}
.nav-type-4 .navbar-nav > li:last-child > a:after {
  display: none;
}
.nav-type-4 .navbar-nav > li > a {
  padding: 17px 10px;
  line-height: 1;
  font-size: 12px;
}
.nav-type-4 .navbar-nav > li > a:after {
  content: "•";
  margin-left: 24px;
  color: #c8b273;
}

.nav-item-toggle > a:after {
  font-family: "FontAwesome";
  position: absolute;
  content: "";
  right: 0;
  color: #929292;
}

.nav-item-submenu li a {
  display: block;
  padding: 7px 0;
  line-height: 1;
  color: #929292;
}
.nav-item-submenu li a:hover {
  color: #c8b273;
}

/*-------------------------------------------------------*/
/* Nav Type-5 (Fullscreen Nav)
/*-------------------------------------------------------*/
.nav-type-5 .navbar-fixed-top.sticky {
  min-height: 60px;
}
.nav-type-5 .navigation-overlay.sticky {
  background-color: #fff;
}
.nav-type-5 .navbar-fixed-top.sticky #nav-icon {
  top: 5px;
}
.nav-type-5 .logo-container {
  position: relative;
}
.nav-type-5.transparent .navbar {
  position: fixed;
}

.transparent #nav-icon span {
  background-color: #fff;
}

.transparent .sticky #nav-icon span {
  background-color: #212121;
}

.overlay-menu {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.overlay-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  position: relative;
}
.overlay-menu ul li {
  display: block;
  position: relative;
  opacity: 0;
  padding: 15px 0;
  display: table;
  width: 100%;
  padding: 0;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.overlay-menu ul li a {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  letter-spacing: -0.02em;
  color: #212121;
  padding: 15px 0;
  font-weight: 600;
  text-decoration: none;
}
.overlay-menu ul li.active > a, .overlay-menu ul li a:hover {
  color: #c8b273;
}
.overlay-menu .nav-socials {
  display: inline-block !important;
  margin-top: 50px;
}
.overlay-menu .nav-socials a {
  font-size: 20px;
  padding: 0;
  margin: 0 10px;
  display: inline-block;
}

#nav-icon {
  width: 50px;
  height: 50px;
  background-color: transparent;
  top: 25px;
  float: right;
  position: relative;
  right: auto;
  z-index: 502;
  cursor: pointer;
}

#nav-icon span {
  width: 40%;
  left: 30%;
  display: block;
  position: absolute;
  height: 2px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#nav-icon span:nth-child(1) {
  top: 18px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 24px;
}

#nav-icon span:nth-child(4) {
  top: 30px;
}

#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(4) {
  top: 24px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span {
  background-color: #212121;
}

body.fs-open {
  overflow: hidden;
}

.full-nav,
#nav-icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fs-menu,
.fs-menu.open,
#nav-icon,
#nav-icon span,
.overlay-menu ul li a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.fs-menu {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.fs-menu.open {
  visibility: visible;
  z-index: 501;
  opacity: 1;
}
.fs-menu.open li {
  -webkit-animation: fadeInUp 0.35s ease forwards;
  -moz-animation: fadeInUp 0.35s ease forwards;
  -ms-animation: fadeInUp 0.35s ease forwards;
  -o-animation: fadeInUp 0.35s ease forwards;
  animation: fadeInUp 0.35s ease forwards;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    bottom: 20%;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    bottom: 20%;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    bottom: 20%;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.vertical-nav .container {
  width: auto;
  max-width: 1170px;
}

/*-------------------------------------------------------*/
/* Promo Section
/*-------------------------------------------------------*/
.promo-section .row > div:last-child {
  padding-right: 15%;
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.promo-section .row > div:first-child {
  float: none;
  display: table-cell;
}
.promo-section .container-fluid {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}
.promo-section h2 {
  font-size: 36px;
  margin-bottom: 16px;
}
.promo-section .lead-text {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 37px;
}

.customNavigation .btn.prev,
.customNavigation .btn.next {
  width: auto;
  height: auto;
  font-size: 28px;
  padding: 0;
  border: none;
  margin-right: 14px;
  background-color: transparent;
  color: #929292;
}
.customNavigation .btn.prev:hover,
.customNavigation .btn.next:hover {
  color: #c8b273;
}

/*-------------------------------------------------------*/
/* Testimonials
/*-------------------------------------------------------*/
.testimonials h2 {
  font-size: 24px;
  margin-bottom: 41px;
}
.testimonials .testimonial-text {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  color: #212121;
  line-height: 48px;
  margin-top: 20px;
  font-weight: 400;
}
.testimonials .testimonial a, .testimonials .testimonial span {
  font-size: 20px;
  color: #212121;
  font-style: italic;
  display: inline-block;
  margin: 0 5px;
}
.testimonials .testimonial a {
  color: #c8b273;
}

.parallax-testimonials .parallax {
  background-image: url(../img/testimonials_bg.jpg);
}

.parallax {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
  z-index: -1;
}

.mobile .parallax {
  background-attachment: scroll !important;
  background-position: 50% 50% !important;
}

.parallax-testimonials {
  padding: 135px 0 115px;
}
.parallax-testimonials .owl-dots {
  bottom: 29px;
  position: absolute;
}
.parallax-testimonials #owl-testimonials {
  position: static;
}
.parallax-testimonials .testimonial-text, .parallax-testimonials .testimonial span, .parallax-testimonials .testimonial a {
  color: #fff;
}
.parallax-testimonials .owl-pagination {
  position: relative;
  bottom: 0;
  margin-top: 40px;
}

#owl-testimonials .container {
  width: auto;
  max-width: 1170px;
}

/*-------------------------------------------------------*/
/* Style-2
/*-------------------------------------------------------*/
.testimonials.style-2 .testimonial-box {
  background-color: #f7f7f7;
  padding: 20px;
  margin: 0 15px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ededed;
  position: relative;
}
.testimonials.style-2 .testimonial-box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 25px;
  width: 20px;
  height: 11px;
  background: url(../img/sprite.png) 0 0 no-repeat;
}
.testimonials.style-2 p {
  margin-bottom: 0;
}
.testimonials.style-2 .owl-pagination {
  position: relative;
  bottom: auto;
  margin-top: 30px;
}
.testimonials.style-2 .testimonial-author {
  margin: 30px 15px 0 15px;
}
.testimonials.style-2 .testimonial-author img {
  -webkit-border-radius: 70px;
  border-radius: 70px;
  margin-right: 20px;
  float: left;
}
.testimonials.style-2 .testimonial-author span {
  display: block;
  color: #212121;
}
.testimonials.style-2 .testimonial-author .testimonial-name {
  margin-top: 13px;
  margin-bottom: 2px;
}
.testimonials.style-2 .testimonial-author span:last-child {
  color: #979ba3;
  font-style: italic;
  font-size: 14px;
}
.testimonials.style-2 .owl-carousel img {
  width: auto;
  height: auto;
}

/*-------------------------------------------------------*/
/* Style-3
/*-------------------------------------------------------*/
.testimonials.style-3 .testimonial-box {
  margin: 0;
  padding: 30px;
  border: 1px solid #ededed;
  background-color: #f7f7f7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.testimonials.style-3 .testimonial-box:after {
  content: none;
}
.testimonials.style-3 .testimonial-author {
  margin: 0 0 10px 0;
}
.testimonials.style-3 .testimonial-author .testimonial-name {
  margin: 0 7px 0 0;
}
.testimonials.style-3 .testimonial-author span {
  display: inline-block;
  margin-right: 7px;
}
.testimonials.style-3 .owl-pagination {
  margin-top: 20px;
  text-align: left;
  position: relative;
  bottom: auto;
}

.owl-dark-dots .owl-page span {
  background-color: #929292;
}

.owl-white-dots .owl-page.active span {
  background-color: #fff;
}

.owl-carousel,
.slick-slider {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/*-------------------------------------------------------*/
/* Style-4
/*-------------------------------------------------------*/
.parallax-testimonials.style-4 > div {
  padding: 150px 15px 130px;
}
.parallax-testimonials.style-4 .parallax {
  background-image: url(../img/testimonials_bg_2.jpg);
}
.parallax-testimonials.style-4 img {
  width: auto;
  display: block;
  float: none;
  margin: 0 auto -35px auto;
  border-radius: 50%;
}
.parallax-testimonials.style-4 .testimonial-box {
  padding: 60px 35px 40px;
  margin: 0 15px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.parallax-testimonials.style-4 .testimonial-text {
  color: #212121;
  font-size: 21px;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 30px;
}
.parallax-testimonials.style-4 span {
  color: #929292;
}

/*-------------------------------------------------------*/
/* Service Tabs
/*-------------------------------------------------------*/
.services-tabs .nav.nav-tabs {
  border-bottom: 3px solid #ededed;
  margin-bottom: 0;
}
.services-tabs .nav.nav-tabs > li.active {
  margin-bottom: -2px;
}
.services-tabs .nav.nav-tabs > li.active:before {
  display: none;
}
.services-tabs .nav.nav-tabs > li > a,
.services-tabs .nav.nav-tabs > li.active > a {
  padding: 0;
  border: none;
}
.services-tabs .nav.nav-tabs > li > a i {
  font-size: 55px;
  display: block;
  margin-bottom: 50px;
}
.services-tabs .nav.nav-tabs > li > a h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.services-tabs .tab-content {
  border: none;
  padding: 65px 15px 0;
}
.services-tabs .tab-content p {
  font-size: 18px;
  line-height: 36px;
}

/*-------------------------------------------------------*/
/* Call To Action
/*-------------------------------------------------------*/
.call-to-action {
  position: relative;
  padding: 135px 0;
}
.call-to-action h3 {
  font-size: 20px;
  line-height: 34px;
  font-weight: normal;
  color: #929292;
  margin-bottom: 39px;
}

.cta-buttons a {
  margin: 5px;
}

/*-------------------------------------------------------*/
/* Call To Action Style-2
/*-------------------------------------------------------*/
.call-to-action.style-2 {
  padding: 56px 0;
}
.call-to-action.style-2 h2 {
  font-size: 28px;
  font-weight: 300;
  margin-top: 3px;
  margin-bottom: 0;
}

/*-------------------------------------------------------*/
/* Call To Action Style-3
/*-------------------------------------------------------*/
.call-to-action.style-3 {
  padding: 40px 0;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.call-to-action.style-3 h2 {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.call-to-action.style-3 i {
  font-size: 20px;
  color: #fff;
  margin-left: 10px;
}
.call-to-action.style-3:hover {
  background-color: #111;
}
.call-to-action.style-3:hover h2 {
  letter-spacing: 0.04em;
}

/*-------------------------------------------------------*/
/* Call To Action Style-4
/*-------------------------------------------------------*/
.call-to-action.style-4 {
  background-image: url(../img/cta_bg.jpg);
  padding: 200px 0;
}
.call-to-action.style-4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background-color: #1d1d1d;
}
.call-to-action.style-4 h2 {
  font-size: 54px;
}

/*-------------------------------------------------------*/
/* Call To Action Box
/*-------------------------------------------------------*/
.cta-box {
  background: url(../img/cta_box.jpg) center no-repeat;
  background-size: cover;
  padding: 15%;
}
.cta-box > p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
}

.newsletter-box {
  padding: 15% 20%;
}

/*-------------------------------------------------------*/
/* Intro
/*-------------------------------------------------------*/
.intro {
  padding: 150px 0;
}
.intro.style-2 {
  padding: 170px 0 150px;
}
.intro.style-2 .intro-text h2 {
  font-size: 40px;
  font-weight: normal;
  color: #212121;
}
.intro.style-2 .intro-text h2 strong {
  font-weight: 600;
}
.intro.style-3 .intro-heading {
  font-size: 42px;
  line-height: 56px;
  margin-bottom: 32px;
  margin-top: 67px;
}
.intro.style-4 .container-fluid {
  max-width: 1400px;
}
.intro.style-4 .row > div:first-child {
  padding-right: 80px;
}

.intro-heading {
  font-size: 38px;
  line-height: 56px;
  margin-bottom: 28px;
}

p.intro-text {
  font-size: 18px;
  line-height: 36px;
}

/*-------------------------------------------------------*/
/* iPad with Features
/*-------------------------------------------------------*/
.promo-section.style-2 {
  padding: 150px 0 50px;
}

.promo-device img {
  display: inline-block;
}

.features-icons .service-item-box {
  padding: 0;
  margin-bottom: 50px;
  background-color: transparent;
  position: relative;
}
.features-icons .service-item-box.feature-right {
  text-align: right;
}

/*-------------------------------------------------------*/
/* Team
/*-------------------------------------------------------*/
.team-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-img.rounded {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.team-img.rounded .overlay {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.team-img img {
  width: 100%;
}
.team-img .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 27, 31, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-img .overlay .social-icons a {
  margin-bottom: 0;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-img .team-details {
  position: absolute;
  overflow: hidden;
  padding: 30px;
  width: 100%;
  z-index: 2;
  bottom: 0;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-img .overlay.dark .team-title, .team-img .overlay.dark span {
  color: #fff;
}
.team-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.team-img:hover .team-details {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.team-img:hover .social-icons a {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.team-member {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.team-member .team-title {
  font-size: 18px;
  margin-bottom: 0;
  color: #212121;
}
.team-member span {
  font-size: 14px;
  font-style: italic;
  font-family: "Merriweather", serif;
  color: #929292;
}

#team-slider {
  margin: 0 -10px;
}
#team-slider .gallery-cell {
  width: 25%;
  padding: 0 10px;
}

#team-slider-2 {
  margin: 0 -70px;
}
#team-slider-2 .gallery-cell {
  width: 33.333%;
  padding: 0 70px;
  position: relative;
}
#team-slider-2 .gallery-cell .team-img {
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
#team-slider-2 .gallery-cell.is-selected .team-img {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#team-slider-2 .gallery-cell .team-img:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
#team-slider-2 .gallery-cell.is-selected .team-img:after, #team-slider-2 .gallery-cell .team-details {
  opacity: 0;
}
#team-slider-2 .gallery-cell.is-selected .team-details {
  opacity: 1;
}
#team-slider-2 .flickity-prev-next-button {
  top: 35%;
  opacity: 1;
  background-color: transparent;
}
#team-slider-2 .flickity-prev-next-button.previous {
  left: 31%;
}
#team-slider-2 .flickity-prev-next-button.next {
  right: 31%;
}

#owl-team-slider .team-wrap {
  padding: 0 15px;
}

#owl-team-slider .owl-pagination {
  position: relative;
  bottom: 0;
  margin-top: 40px;
}

/*-------------------------------------------------------*/
/* About Us Description
/*-------------------------------------------------------*/
.about-description h3 {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 25px;
}
.about-description p {
  font-size: 16px;
  line-height: 32px;
}

/*-------------------------------------------------------*/
/* Image With Features
/*-------------------------------------------------------*/
.img-box-holder {
  overflow: hidden;
  position: absolute;
  height: 100%;
  padding: 0;
  top: 0;
}
.img-box-holder.right-align {
  right: 0;
  left: auto;
}

.img-box {
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.img-box.img-1 {
  background-image: url(../img/about_us.jpg);
}

.text-box {
  padding: 20%;
}
.text-box.sm {
  padding: 12%;
}
.text-box.style-2 {
  padding: 10%;
}

.text-box-feature h4 {
  font-size: 18px;
}

/*-------------------------------------------------------*/
/* From Blog
/*-------------------------------------------------------*/
.from-blog .entry-item {
  position: relative;
  margin-bottom: 80px;
}
.from-blog.no-thumbs .entry {
  padding: 35px 0;
  border-bottom: 1px solid #ededed;
}
.from-blog.no-thumbs .entry:last-child {
  border-bottom: none;
}
.from-blog.no-thumbs .entry-title {
  margin-bottom: 3px;
  font-size: 24px;
}

.articles-list {
  padding: 43px 0 25px;
  border-bottom: 2px solid #ededed;
}

.entry-img {
  position: relative;
  overflow: hidden;
}
.entry-img img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.entry-meta {
  margin-bottom: 13px;
}

.entry-meta li {
  color: #929292;
  font-size: 16px;
  font-family: "Merriweather", serif;
  display: inline-block;
  margin-right: 20px;
}
.entry-meta li:last-child {
  margin-right: 0;
}
.entry-meta li a:hover {
  color: #c8b273;
}

.entry-content p {
  margin-bottom: 13px;
}

.hover-scale img {
  -webkit-transition: all 3s ease-in-out !important;
  -moz-transition: all 3s ease-in-out !important;
  -ms-transition: all 3s ease-in-out !important;
  -o-transition: all 3s ease-in-out !important;
  transition: all 3s ease-in-out !important;
}

.hover-scale:hover img {
  -webkit-transform: scale(1.5, 1.5) !important;
  -moz-transform: scale(1.5, 1.5) !important;
  -ms-transform: scale(1.5, 1.5) !important;
  -o-transform: scale(1.5, 1.5) !important;
  transform: scale(1.5, 1.5) !important;
}

.read-more {
  color: #212121;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
}
.read-more i {
  margin-left: 7px;
}
.read-more:hover {
  color: #c8b273;
}

/*-------------------------------------------------------*/
/* Twitter Slider
/*-------------------------------------------------------*/
.twitter-slider .twitter-icon {
  font-size: 40px;
  display: inline-block;
  background-color: #f7f7f7;
  color: #212121;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.twitter-slider #tweets .tweet {
  font-family: "Poppins", sans-serif;
  color: #212121;
  font-size: 24px;
  line-height: 40px;
}
.twitter-slider #tweets li {
  max-width: 800px;
  margin: auto;
}

/*-------------------------------------------------------*/
/* Twitter List
/*-------------------------------------------------------*/
#tweets li {
  padding: 8px 0;
}
#tweets li:first-child {
  padding-top: 0;
}
#tweets li:last-child {
  padding-bottom: 0;
}
#tweets .tweet {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}
#tweets .timePosted {
  font-size: 12px;
  color: #929292;
}

/*-------------------------------------------------------*/
/* Contact
/*-------------------------------------------------------*/
.parallax-contact {
  background-image: url(../img/contact_title_bg.jpg);
  padding: 120px 0;
}
.parallax-contact .contact-item p, .parallax-contact .contact-item span, .parallax-contact .contact-item a {
  color: #fff;
}

.contact-info h4 {
  font-size: 15px;
  margin-top: 40px;
}

.contact-item {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 28px;
}
.contact-item p, .contact-item span {
  font-size: inherit;
}
.contact-item a {
  color: #929292;
}
.contact-item a:hover {
  color: #c8b273;
}

.contact-icon {
  position: absolute;
  left: 0;
}
.contact-icon i {
  font-size: 16px;
  color: #929292;
  vertical-align: middle;
}

.parallax-contact input[type=text],
.parallax-contact input[type=email],
.parallax-contact textarea {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.parallax-contact input::-webkit-input-placeholder,
.parallax-contact textarea::-webkit-input-placeholder {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.parallax-contact input:-moz-placeholder,
.parallax-contact textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.parallax-contact input::-moz-placeholder,
.parallax-contact textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.parallax-contact input:-ms-input-placeholder,
.parallax-contact textarea:-ms-input-placeholder {
  color: #fff;
}

#contact-form .message {
  height: 50px;
  width: 100%;
  font-size: 13px;
  line-height: 50px;
  text-align: center;
  float: none;
  margin-top: 20px;
  display: none;
  color: #fff;
}

#contact-form .message.error {
  background-color: #ef5659;
}

#contact-form .message.success {
  background-color: #2cb8a5;
}

/*-------------------------------------------------------*/
/* Google Map
/*-------------------------------------------------------*/
.gmap {
  width: 100%;
  height: 450px;
}

/*-------------------------------------------------------*/
/* Home Classic
/*-------------------------------------------------------*/
.boxed .content-wrapper {
  margin: auto;
  max-width: 1170px;
}
.boxed .service-item-box.style-1 {
  padding: 0 30px;
}

/*-------------------------------------------------------*/
/* Play Button
/*-------------------------------------------------------*/
.play-btn-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.play-btn.hi-icon {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-color: #c8b273;
  position: relative;
  -webkit-transition: transform 2s linear;
  -moz-transition: transform 2s linear;
  -ms-transition: transform 2s linear;
  -o-transition: transform 2s linear;
  transition: transform 2s linear;
}

.play-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -11px 0 0 -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #ffffff;
}

/*Hi icon Effect 8*/
.icon-effect-8 .hi-icon {
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}

.icon-effect-8 .hi-icon:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.icon-effect-8 .hi-icon:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
  transform: scale(0.93);
}

.icon-effect-8 .hi-icon:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
  -moz-animation: sonarEffect 1.3s ease-out 75ms infinite;
  animation: sonarEffect 1.3s ease-out 75ms infinite;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.3);
    opacity: 0;
  }
}
/*-------------------------------------------------------*/
/* 5 columns
/*-------------------------------------------------------*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 767px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/*-------------------------------------------------------*/
/* Process
/*-------------------------------------------------------*/
.process-step {
  font-size: 50px;
  color: #dfdfdf;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.process-title {
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
}

/*-------------------------------------------------------*/
/* Page Title
/*-------------------------------------------------------*/
.page-title {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  display: block;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
}
.page-title .container {
  height: 560px;
}

.title-holder {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.title-holder .subheading {
  margin-bottom: 0;
}

.title-text {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.title-text h1 {
  margin: 20px 0 0;
  color: #fff;
  font-size: 55px;
  font-weight: bold;
}

.breadcrumb {
  width: auto;
  background-color: transparent;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
}

.page-title .breadcrumb a,
.page-title .breadcrumb > .active {
  color: #fff;
}

.page-title .breadcrumb > li + li:before {
  color: #fff;
  opacity: 0.5;
  padding: 0 1px 0 5px;
}

/*-------------------------------------------------------*/
/* Style-2
/*-------------------------------------------------------*/
.page-title.style-2 .title-holder {
  max-width: 860px;
  margin: auto;
}
.page-title.style-2 .title-text h1 {
  margin: 20px 0 0;
  color: #fff;
  font-size: 75px;
  font-weight: bold;
}
.page-title.style-2 .subheading {
  font-size: 26px;
  line-height: 50px;
}
.page-title.style-2 .breadcrumb {
  position: absolute;
  right: 0;
  width: auto;
  background-color: transparent;
  top: 50%;
  padding: 0;
  margin: -10px 0 0 0;
}
.page-title.style-2 .breadcrumb a, .page-title.style-2 .breadcrumb > li + li:before {
  color: #929292;
}
.page-title.style-2 .breadcrumb > .active, .page-title.style-2 .breadcrumb a:hover {
  color: #212121;
}

/*-------------------------------------------------------*/
/* Style-3
/*-------------------------------------------------------*/
.page-title.style-3 .container {
  height: 280px;
}
.page-title.style-3 .title-text h1 {
  color: #212121;
  margin-top: 0;
}

/*-------------------------------------------------------*/
/* Style-4
/*-------------------------------------------------------*/
.page-title.style-4 .container {
  height: 800px;
}

/*-------------------------------------------------------*/
/* 404
/*-------------------------------------------------------*/
.page-404 h1 {
  font-size: 200px;
  line-height: 1.2;
}

.page-404 a,
.page-404 p {
  font-size: 14px;
}

/*-------------------------------------------------------*/
/* Blog Standard
/*-------------------------------------------------------*/
.blog-standard > .container {
  max-width: 1280px;
  width: auto;
}

.entry-wrap {
  position: relative;
  padding-top: 60px;
}

.entry-title {
  font-size: 22px;
  margin-bottom: 13px;
  line-height: 32px;
}
.entry-title a:hover {
  color: #c8b273;
}

.entry-content {
  padding-left: 50px;
  border-left: 2px solid #ededed;
}

.blog-standard .post-content .entry-title {
  font-size: 22px;
}
.blog-standard .post-content .entry-img, .blog-standard .post-content .entry-slider, .blog-standard .post-content .entry-video {
  position: relative;
  overflow: hidden;
}

.blog-standard .entry-item {
  margin-bottom: 100px;
  position: relative;
}

/* Quote Post
-------------------------------------------------------*/
.entry .blockquote-style-1 {
  padding: 70px 70px 70px 130px;
}
.entry .blockquote-style-1 p:before {
  content: "“";
  font-size: 72px;
  position: absolute;
  left: -75px;
  margin-top: -15px;
  font-family: "Merriweather";
  font-style: normal;
  color: #dedede;
}
.entry .blockquote-style-1 a {
  color: #212121;
}
.entry .blockquote-style-1 a:hover {
  color: #c8b273;
}
.entry .blockquote-style-1 .entry-category a {
  color: #929292;
}
.entry .blockquote-style-1 span {
  font-family: "Poppins", sans-serif;
  color: #929292;
  font-size: 16px;
  margin-top: 15px;
  display: block;
}

/* Video Post
-------------------------------------------------------*/
.entry-video iframe {
  width: 100%;
  display: block;
  border: 0;
}

/*-------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------*/
.pagination {
  margin: 0 auto;
  border-radius: 0;
  display: block;
}

.pagination a,
.pagination span {
  background-color: #f7f7f7;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagination a {
  color: #212121;
  vertical-align: middle;
}
.pagination a:hover {
  background-color: #c8b273;
  border-color: transparent;
  color: #fff;
}
.pagination a > i {
  font-size: 32px;
}
.pagination a > i:before {
  line-height: 40px;
}
.pagination a:first-child, .pagination a:last-child {
  background-color: #fff;
}
.pagination a:first-child:hover, .pagination a:last-child:hover {
  color: #c8b273;
}
.pagination a:first-child {
  margin-right: 20px;
}
.pagination a:last-child {
  margin-left: 20px;
}

.pagination .current {
  color: #fff;
  background-color: #1d1d1d;
}

/*-------------------------------------------------------*/
/* Sidebar
/*-------------------------------------------------------*/
.left-sidebar {
  float: left;
}

.sidebar:not(.left-sidebar) {
  padding-left: 3.2%;
}
.sidebar .widget-title {
  margin-bottom: 20px;
  font-size: 18px;
}
.sidebar .widget {
  margin-top: 65px;
  margin-bottom: 0;
}
.sidebar .widget:first-child {
  margin-top: 0;
}
.sidebar .widget:last-child {
  margin-bottom: 30px;
}
.sidebar .widget > ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .widget > ul > li:first-child {
  padding-top: 0;
}

.list-dividers > li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}

.list-no-dividers > li {
  position: relative;
  padding: 7px 0;
}

.widget.categories ul li.active-cat a {
  color: #212121;
}

.widget.categories ul li a {
  color: #929292;
}
.widget.categories ul li a:hover {
  color: #c8b273;
}

.widget.categories li span {
  right: 0;
  position: absolute;
  color: #929292;
}

/* Entry List
-------------------------------------------------------*/
.post-small img {
  width: auto;
}

.entry-list ul > li a:hover {
  color: #c8b273;
}
.entry-list .entry-img {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.entry-list li .entry-meta {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-list ul > li {
  padding: 12px 0;
}
.entry-list ul > li:first-child {
  padding-top: 0 !important;
}
.entry-list ul > li:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.entry-list ul > li .entry-title {
  font-size: 14px;
  margin-bottom: 1px;
  font-weight: 600;
  line-height: 1.5;
}
.entry-list ul > li .entry-meta li:first-child {
  padding-left: 0;
}
.entry-list.w-thumbs ul > li {
  padding: 15px 0;
}

.sidebar .entry-meta li {
  font-size: 12px;
}
.sidebar .entry-meta li a {
  color: #929292;
}

/* Sidebar Search
-------------------------------------------------------*/
.widget.search .searchbox {
  background-color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #ededed;
}
.widget.search .searchbox:focus {
  border-color: #c8b273;
}

.search-button {
  position: absolute;
  top: 0;
  height: 100%;
  right: 10px;
  background-color: transparent;
  border: none;
}

.search-button i {
  width: 14px;
  font-size: 18px;
}
.search-button i:hover {
  color: #1d1d1d;
}

/* Tags
-------------------------------------------------------*/
.tags a {
  padding: 10px 13px;
  line-height: 1;
  margin: 0 10px 10px 0;
  font-size: 12px;
  color: #929292;
  background-color: #f7f7f7;
  display: inline-block;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tags a:hover {
  background-color: #c8b273;
  color: #fff;
  border-color: transparent;
}

/*-------------------------------------------------------*/
/* Blog Creative
/*-------------------------------------------------------*/
.blog-creative > .container {
  width: auto;
  max-width: 1580px;
}
.blog-creative .entry-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.blog-creative .entry-item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.blog-creative .hover-scale .background-cover {
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}
.blog-creative .hover-scale:hover .background-cover {
  -webkit-transform: scale(1.5, 1.5) !important;
  -moz-transform: scale(1.5, 1.5) !important;
  -ms-transform: scale(1.5, 1.5) !important;
  -o-transform: scale(1.5, 1.5) !important;
  transform: scale(1.5, 1.5) !important;
}
.blog-creative .entry.blockquote {
  display: table;
  background: #f7f7f7;
}
.blog-creative .blockquote-style-1 {
  display: table-cell;
  vertical-align: middle;
  padding: 50px;
}
.blog-creative .blockquote-style-1 p:before {
  display: none;
}
.blog-creative .blockquote-style-1 p > span {
  font-size: 72px;
  font-family: "Merriweather", serif;
  color: #dedede;
  pointer-events: none;
}
.blog-creative .blockquote-style-1,
.blog-creative .entry.blockquote {
  height: 100%;
}
.blog-creative .masonry-item {
  margin-bottom: 10px;
  height: 590px;
}
.blog-creative .masonry-item .background-cover {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}
.blog-creative .masonry-item .post-1 {
  background-image: url(../img/blog/post_img_1.jpg);
}
.blog-creative .masonry-item .post-2 {
  background-image: url(../img/blog/gallery_post_img_3.jpg);
}
.blog-creative .masonry-item .post-3 {
  background-image: url(../img/blog/gallery_post_img_2.jpg);
}
.blog-creative .masonry-item .post-4 {
  background-image: url(../img/blog/gallery_post_img_1.jpg);
}
.blog-creative .entry-wrap {
  position: absolute;
  bottom: 0;
  padding: 30px;
  text-align: center;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.blog-creative .entry-title,
.blog-creative .entry-meta li,
.blog-creative .entry-meta li a {
  color: #fff;
}
.blog-creative .entry-title {
  font-size: 18px;
  margin-bottom: 0;
}
.blog-creative .entry-meta li {
  font-size: 14px;
  margin: 0;
}
.blog-creative .entry-meta li:after {
  content: "/";
  margin: 0 4px 0 8px;
  display: inline-block;
}
.blog-creative .entry-meta li:last-child:after {
  display: none;
}

.dark-overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

/*-------------------------------------------------------*/
/* Blog Single
/*-------------------------------------------------------*/
.post-single .entry-content {
  padding: 0;
  border-left: none;
  max-width: 800px;
  margin: auto;
}
.post-single .article p {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 32px;
}
.post-single .entry-content .lead {
  font-size: 20px;
  line-height: 34px;
}

.entry-content .entry-tags span,
.entry-share span {
  display: inline-block;
  margin-right: 10px;
  font-size: 11px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  color: #212121;
}

.entry-content .entry-tags a {
  margin: 2px;
  padding: 7px 12px;
}

.entry-share {
  padding: 23px 0 60px;
  border-top: 1px solid #ededed;
}
.entry-share .social-icons {
  margin-top: 0;
  display: inline-block;
}
.entry-share .social-icons a {
  margin-bottom: 3px;
  margin-right: 1px;
  text-align: center;
}

.entry-author-box {
  padding: 50px 40px;
  background-color: #f7f7f7;
  position: relative;
  margin-bottom: 80px;
}

.entry-author-box .author-img {
  display: block;
  float: left;
  margin: 5px 25px 20px 0;
}

.entry-author-box .author-name,
.entry-comments .comment-author {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}

.author-name {
  font-size: 18px;
  font-weight: 600;
}

.author-info span {
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.entry-comments .comment-avatar {
  position: absolute;
  display: block;
}

.entry-comments .comment-content {
  padding-left: 100px;
  margin-top: 5px;
}

.entry-comments .comment-author {
  color: #212121;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 13px;
}

.entry-comments span {
  display: inline-block;
  margin-right: 10px;
}

.entry-comments span:last-of-type {
  margin-bottom: 10px;
}

.entry-comments .comment-content span a {
  font-size: 12px;
  color: #929292;
}

.entry-comments .comment-content p {
  margin-bottom: 10px;
}

.comment-reply {
  padding-left: 10%;
}

.comment-body {
  margin-bottom: 60px;
}

#comment {
  margin-bottom: 10px;
}

/*-------------------------------------------------------*/
/* Portfolio
/*-------------------------------------------------------*/
.works-grid.grid-5-col .work-item {
  width: 20%;
}

.works-grid.grid-4-col .work-item {
  width: 25%;
}

.works-grid.grid-3-col .work-item {
  width: 33.333%;
}

.works-grid.grid-2-col .work-item {
  width: 50%;
}

.works-grid.small-gutter {
  margin-left: 10px;
  margin-right: 10px;
}

.works-grid.small-gutter .work-item {
  padding: 0 3px;
}

.works-grid.gutter .work-item {
  padding: 0 15px;
}

.works-grid.no-gutter .work-item {
  padding: 0;
}

.works-grid.small-gutter .work-container {
  margin-bottom: 6px;
}

.works-grid.no-gutter .work-img {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.gallery-cell.work-item {
  width: 50%;
  margin: 0 2px;
}

#slider-3-items .gallery-cell.work-item {
  width: 33.333%;
  padding: 0 15px;
}

#slider-single .gallery-cell.work-item {
  width: 100%;
  margin: 0;
  padding: 0;
}

.owl-carousel .work-container {
  margin-bottom: 0;
}

.gallery-cell .work-container {
  margin-bottom: 0;
}

.works-grid.no-gutter .work-container,
.related-products .work-container,
#owl-featured-works .work-container {
  margin: 0;
}

.portfolio-filter {
  list-style: none;
  margin-bottom: 50px;
  cursor: default;
  font-size: 14px;
  font-weight: bold;
}
.portfolio-filter a {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  margin: 0 15px;
  color: #212121;
  text-decoration: none;
}
.portfolio-filter a.active, .portfolio-filter a:hover {
  color: #c8b273;
}
.portfolio-filter a:last-child {
  margin-right: 0;
}
.portfolio-filter.with-bg {
  background-color: #f7f7f7;
  padding: 38px 0;
  margin-bottom: 0;
  margin-top: 30px;
}

.best-works .portfolio-filter {
  margin-top: 30px;
  margin-bottom: 0;
}

.works-grid.with-title .work-description {
  position: relative;
  bottom: auto;
  padding: 30px 0 14px;
}
.works-grid.with-title .work-item:hover .work-img img {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.works-grid.with-title .work-item:hover .project-icons {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
}

.work-container {
  margin-bottom: 30px;
  overflow: hidden;
}

.work-item {
  position: relative;
  float: left;
}
.work-item img {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.work-item .work-description h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
}
.work-item .work-description h3 a:hover {
  color: #c8b273;
}
.work-item .work-description > span {
  color: #929292;
  font-size: 13px;
  font-style: italic;
}
.work-item .work-description i {
  font-size: 40px;
}
.work-item:hover .work-overlay {
  opacity: 1;
  visibility: visible;
}
.work-item:hover .project-icons {
  position: absolute;
  top: 40%;
  margin-top: -20px;
}
.work-item:hover .lightbox-icon:before, .work-item:hover .lightbox-icon:after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.work-item.hover-2 .work-description {
  top: 0;
  bottom: auto;
  padding: 30px;
  color: #fff;
  background-color: transparent;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: transform 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: transform 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: transform 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: transform 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: transform 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
.work-item.hover-2 .work-description h3, .work-item.hover-2 .work-description span {
  position: relative;
  color: #fff;
}
.work-item.hover-2:hover .work-description {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.work-item.hover-2:hover .work-img img, .work-item.hover-3:hover .work-img img {
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.work-item.hover-3 .work-description {
  top: 60%;
  bottom: auto;
  background-color: transparent;
  padding: 30px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.work-item.hover-3 .work-description h3, .work-item.hover-3 .work-description span {
  color: #fff;
}
.work-item.hover-3:hover .work-description {
  top: 50%;
}

.work-description {
  padding: 12px 20px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  display: block;
  left: 0;
  top: auto;
  z-index: 3;
  -webkit-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}

.work-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.work-img.rounded {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.work-img > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.with-title .work-item .work-description h3 {
  font-size: 16px;
  letter-spacing: normal;
}

.work-overlay {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.project-icons {
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.project-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  margin: 0 3px;
  line-height: 40px;
  text-align: center;
  color: #212121;
  background-color: #fff;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-icons a:hover {
  color: #fff;
  background-color: #c8b273;
}

.works-grid.with-title .work-item:hover .project-icons {
  top: calc(50% - 44px);
}

.lightbox-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lightbox-icon:before {
  content: "";
  height: 1px;
  display: block;
  width: 30px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.lightbox-icon:after {
  content: "";
  width: 1px;
  display: inline-block;
  height: 30px;
  background-color: #fff;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}

/*-------------------------------------------------------*/
/* Masonry
/*-------------------------------------------------------*/
#masonry-grid {
  width: 100%;
}
#masonry-grid .work-item {
  width: 50%;
  float: left;
}
#masonry-grid .work-item.quarter {
  width: 25%;
}

/*-------------------------------------------------------*/
/* Single Project
/*-------------------------------------------------------*/
.project-description {
  padding-left: 5%;
}

.product_meta .detail-wrap {
  display: table;
  table-layout: fixed;
}
.product_meta .detail-label,
.product_meta .detail-value {
  display: table-cell;
  line-height: 28px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.product_meta .detail-label {
  min-width: 110px;
  color: #212121;
}

.socials-share > span {
  font-family: "Poppins", sans-serif;
  color: #212121;
  display: inline-block;
  margin-right: 15px;
}

.socials-share .social-icons {
  display: inline-block;
}

/*-------------------------------------------------------*/
/* Prject Nav
/*-------------------------------------------------------*/
.project-nav {
  background-color: #f7f7f7;
  padding: 40px 0;
}
.project-nav li {
  line-height: 36px;
  position: relative;
}
.project-nav li a {
  font-family: "Poppins", sans-serif;
  color: #212121;
}
.project-nav li a:hover {
  color: #c8b273;
}
.project-nav .page-prev a,
.project-nav .page-next a {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-nav .page-prev i,
.project-nav .page-next i {
  font-size: 36px;
  position: absolute;
}
.project-nav .page-prev i {
  left: 0;
}
.project-nav .page-prev a {
  padding-left: 26px;
}
.project-nav .page-prev a:hover {
  padding-left: 20px;
}
.project-nav .page-next {
  text-align: right;
}
.project-nav .page-next i {
  right: 0;
}
.project-nav .page-next a {
  padding-right: 26px;
}
.project-nav .page-next a:hover {
  padding-right: 20px;
}
.project-nav .back-to-projects {
  text-align: center;
}

/*-------------------------------------------------------*/
/* Style-2
/*-------------------------------------------------------*/
.portfolio-single.style-2 .project-description {
  padding-left: 15px;
}

/*-------------------------------------------------------*/
/* Sliders
/*-------------------------------------------------------*/
.owl-carousel,
.flickity {
  overflow: hidden;
}

.owl-carousel img {
  width: 100%;
}

.owl-pagination {
  bottom: 30px;
  position: absolute;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
}

.owl-page {
  display: inline-block;
  padding: 5px;
  position: relative;
}
.owl-page.active span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0;
  opacity: 1;
  background: #c8b273;
}
.owl-page span {
  display: block;
  position: relative;
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #fff;
  z-index: 100;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-page span:hover {
  opacity: 1;
}

#owl-3-items .owl-pagination {
  position: relative;
  bottom: auto;
}

.owl-buttons {
  position: static;
}

.owl-prev,
.flex-direction-nav .flex-prev,
.flickity-prev-next-button.previous {
  left: -40px;
}

.owl-next,
.flex-direction-nav .flex-next,
.flickity-prev-next-button.next {
  right: -40px;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  opacity: 0;
}

.owl-prev,
.owl-next,
.flex-direction-nav a,
.flickity-prev-next-button {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  z-index: 10;
  width: 40px;
  height: 40px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flickity-prev-next-button,
.flex-direction-nav a {
  width: 40px;
  height: 60px;
  margin-top: -30px;
}

.flex-direction-nav a {
  background-color: #fff;
}
.flex-direction-nav a i {
  font-size: 26px;
  color: #212121;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-next:before,
#flexslider .flex-direction-nav .flex-next:before,
.flickity-prev-next-button:before {
  left: auto;
  right: 0;
}

.owl-prev i,
.owl-next i,
#thumbs a i {
  position: relative;
  font-size: 40px;
  color: #212121;
}

.light-arrows .owl-prev i,
.light-arrows .owl-next i,
#flexslider.light-arrows a i {
  color: #fff;
}

.light-arrows .flickity-prev-next-button .arrow {
  fill: #fff;
}

.owl-carousel:hover .owl-next,
#flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
}

.owl-carousel:hover .owl-prev,
#flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
}

.flickity-slider-wrap:hover .flickity-prev-next-button.previous {
  opacity: 1;
  left: 0;
}

.flickity-slider-wrap:hover .flickity-prev-next-button.next {
  opacity: 1;
  right: 0;
}

.flickity-prev-next-button,
.flickity-prev-next-button:hover {
  background-color: #fff;
}

.flickity-prev-next-button:focus {
  box-shadow: none;
}

.flickity-prev-next-button {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.flickity-prev-next-button .arrow {
  fill: #212121;
}

.flickity-page-dots {
  position: relative;
  bottom: auto;
  margin-top: 50px;
}

.flickity-page-dots .dot,
.flex-control-paging li a {
  height: 8px;
  width: 8px;
  opacity: 0.5;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none;
  background: #929292;
}

.flex-control-nav {
  bottom: 10px;
}
.flex-control-nav li {
  margin: 0;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #c8b273;
}

/*-------------------------------------------------------*/
/* Service Icons
/*-------------------------------------------------------*/
.service-item-box h3 {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 34px;
  margin-top: 0;
}
.service-item-box i {
  margin-right: 15px;
  font-size: 55px;
}
.service-item-box.style-1 {
  position: relative;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
}
.service-item-box.style-1 h3 {
  display: block;
  margin-bottom: 10px;
}
.service-item-box.style-1 i {
  color: #c8b273;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 35px;
}
.service-item-box .read-more {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-size: 14px;
}
.service-item-box .read-more:hover {
  color: #1d1d1d !important;
}

/*-------------------------------------------------------*/
/* Flip Cards
/*-------------------------------------------------------*/
.service-item-box.style-1 .back {
  background-color: #fff;
  padding: 80px 60px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item-box.style-1 .back li {
  padding: 7px 0;
}
.service-item-box.style-1 .back i {
  font-size: 15px;
  margin-right: 7px;
  margin-bottom: 0;
}

.service-item-box.style-1:hover .back {
  z-index: 2;
  -webkit-transform: rotateY(0deg) rotateX(0deg);
  -moz-transform: rotateY(0deg) rotateX(0deg);
  -ms-transform: rotateY(0deg) rotateX(0deg);
  -o-transform: rotateY(0deg) rotateX(0deg);
  transform: rotateY(0deg) rotateX(0deg);
}
.service-item-box.style-1:hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.front {
  background-color: #fff;
  padding: 60px 50px;
  z-index: 2;
  -webkit-transform: rotateY(0deg) rotateX(0deg);
  -moz-transform: rotateY(0deg) rotateX(0deg);
  -ms-transform: rotateY(0deg) rotateX(0deg);
  -o-transform: rotateY(0deg) rotateX(0deg);
  transform: rotateY(0deg) rotateX(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*-------------------------------------------------------*/
/* Style-2
/*-------------------------------------------------------*/
.features-icons {
  margin-top: 70px;
}

.features-text {
  padding-left: 75px;
}

.feature-right .features-text {
  padding-right: 75px;
  padding-left: 0;
}
.feature-right a {
  right: 0;
}

.service-item-box.style-2 .feature-line {
  width: 64px;
  height: 2px;
  left: 0;
  top: 13px;
  background-color: #c8b273;
  position: absolute;
}
.service-item-box.style-2.feature-right .feature-line {
  left: auto;
  right: 0;
}
.service-item-box.style-2 h5 {
  font-size: 18px;
  font-weight: 600;
}

/*Hi Icons*/
.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 15px 30px;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Effect 1 */
.icon-effect-1 .hi-icon {
  background: #c8b273;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-effect-1 .hi-icon:after {
  top: -5px;
  left: -5px;
  padding: 5px;
  box-shadow: 0 0 0 2px #1d1d1d;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  -moz-transition: -moz-transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  opacity: 0;
}

.icon-effect-1a .hi-icon:hover {
  background-color: #1d1d1d;
  color: #fff;
}
.icon-effect-1a .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/*-------------------------------------------------------*/
/* Pricing Tables
/*-------------------------------------------------------*/
.pricing-table {
  background-color: #fff;
  text-align: center;
  padding: 48px 0;
  margin-bottom: 20px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border: 1px solid #f7f7f7;
  position: relative;
}
.pricing-table.best {
  background-color: #c8b273;
  color: #fff;
}
.pricing-table.best .pricing-title h3 {
  background-color: #c8b273;
  color: #fff;
}
.pricing-table.best .pricing-price, .pricing-table.best .pricing-currency, .pricing-table.best .pricing-term, .pricing-table.best .pricing-features, .pricing-table.best .pricing-button a {
  color: inherit;
}
.pricing-table.best .pricing-button a:after {
  border-color: #fff;
}
.pricing-table.best .pricing-features {
  border-color: rgba(255, 255, 255, 0.14);
}

.pricing-title h3 {
  position: relative;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  color: #212121;
  font-family: "Merriweather", serif;
  font-weight: normal;
}

.pricing-price {
  padding-bottom: 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 70px;
  color: #212121;
  line-height: 1.3;
}

.pricing-currency {
  display: inline-block;
  vertical-align: top;
  margin: 8px -20px 0 0px;
  font-size: 40px;
}

.pricing-term {
  font-size: 13px;
  display: block;
  color: #babcc1;
  font-weight: normal;
}

.pricing-features {
  font-size: 15px;
  margin-bottom: 12px;
  padding-top: 20px;
  border-top: 2px solid #f7f7f7;
}
.pricing-features li {
  padding: 11px 0;
  font-family: "Poppins", sans-serif;
}
.pricing-features li i {
  margin-right: 5px;
}

/*-------------------------------------------------------*/
/* Progress Bars
/*-------------------------------------------------------*/
.progress-bar {
  -webkit-transition: width 2s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: width 2s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: width 2s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: width 2s cubic-bezier(0.86, 0, 0.07, 1);
  transition: width 2s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block;
  height: 3px;
  position: relative;
  background-color: #c8b273;
}

.progress-bars {
  margin-bottom: 30px;
}
.progress-bars h6 {
  color: #212121;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.progress-bars h6 span {
  color: #212121;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  float: right;
  font-weight: normal;
}
.progress-bars.dark .progress.meter {
  background-color: #313235;
}
.progress-bars.dark h6, .progress-bars.dark h6 span {
  color: #fff;
}

.progress.meter {
  height: 3px;
  border-radius: 0;
  position: relative;
  background: #f7f7f7;
  margin-bottom: 31px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.progress.meter:last-child {
  margin-bottom: 0;
}
.progress.meter.blue .progress-bar {
  background-color: #227fbb;
}
.progress.meter.red .progress-bar {
  background-color: #da6050;
}
.progress.meter.green .progress-bar {
  background-color: #6ba166;
}

.progress-percent {
  position: absolute;
  top: -32px;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  color: #212121;
  font-family: "Poppins", sans-serif;
}

/*-------------------------------------------------------*/
/* Accordions and Toggles
/*-------------------------------------------------------*/
.accordion .panel-default > .panel-heading {
  position: relative;
  background-color: #f7f7f7;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion .panel-default > .panel-heading:hover {
  background-color: #efefef;
}
.accordion.panel-group .panel {
  border: none;
  box-shadow: none;
  margin-top: 7px;
}
.accordion.panel-group .panel::first-child {
  margin-top: 0;
}
.accordion .panel-default > .panel-heading > a.minus {
  color: #fff;
  background-color: #c8b273;
  border-color: transparent;
}
.accordion .panel-heading > a > span {
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
  right: 18px;
  top: 25px;
  position: absolute;
}
.accordion .panel-heading > a.plus > span {
  background-color: #929292;
}
.accordion .panel-heading > a.plus > span:after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  position: absolute;
  top: 0;
  background-color: #929292;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.panel-content p {
  margin-bottom: 0;
}

.accordion .panel-default > .panel-heading + .panel-collapse > .panel-body,
.panel-content {
  border: 1px solid #ededed;
  border-top-color: transparent;
  padding: 20px 30px;
  line-height: 26px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.accordion .panel-default > .panel-heading > a,
.toggle > .acc-panel > a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 15px 20px;
  color: #212121;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordion .panel-default > .panel-heading > a {
  border: 1px solid #e5e5e5;
}

.toggle > .acc-panel > a {
  border-bottom: 1px solid #ededed;
  padding: 13px 0;
}
.toggle > .acc-panel > a:after {
  font-family: "Ionicons";
  position: absolute;
  content: "";
  right: 0;
  color: #929292;
  font-size: 14px;
}
.toggle > .acc-panel > a.active:after {
  content: "";
  color: #212121;
}

.toggle .panel-content {
  padding: 20px 0 10px;
  border: none;
}

/*-------------------------------------------------------*/
/* Tabs
/*-------------------------------------------------------*/
.nav-tabs {
  border-bottom: 1px solid #ededed;
  margin-bottom: -1px;
}

.nav.nav-tabs > li.active > a {
  border: 1px solid #ededed;
  background-color: #fff;
  border-bottom: 2px solid transparent;
}

.nav.nav-tabs > li.active > a,
.nav.nav-tabs > li.active > a:hover,
.nav.nav-tabs > li.active > a:focus,
.nav.nav-tabs > li > a,
.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a:focus {
  color: #c8b273;
}

.nav.nav-tabs > li.active:before {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #c8b273;
}

.nav-tabs > li {
  margin-bottom: -2px;
}

.nav.nav-tabs > li > a {
  padding: 14px 20px 13px;
  background-color: transparent;
  margin-right: -1px;
  border: 1px solid #ededed;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  color: #212121;
  font-size: 14px;
  font-weight: bold;
}

.tab-content {
  padding: 30px;
  border: 1px solid #ededed;
  overflow: hidden;
}
.tab-content > .tab-pane > p {
  margin-bottom: 0;
}

/* Border Bottom */
.tabs-bb .nav.nav-tabs > li.active:before {
  display: none;
}
.tabs-bb .nav.nav-tabs > li > a {
  border: none;
}
.tabs-bb .nav.nav-tabs > li.active > a {
  border: none;
  border-bottom: 2px solid #c8b273;
}
.tabs-bb .tab-content {
  padding: 24px 0;
  border: none;
}

/* Vertical */
.vertical .nav-tabs {
  float: left;
  width: 200px;
  position: relative;
  margin-right: -1px;
  border-right: 1px solid #ededed;
  border-bottom: none;
  z-index: 2;
}
.vertical .nav-tabs > li {
  float: none;
  border: 1px solid #ededed;
  border-right: 0;
  border-top: 0;
  margin-bottom: 0;
}
.vertical .nav-tabs > li:first-child {
  border-top: 1px solid #ededed;
}
.vertical .nav-tabs > li.active:before {
  height: 100%;
  width: 2px;
  left: -1px;
}

.vertical .nav.nav-tabs > li > a {
  padding: 14px 20px 13px;
  margin-right: 0;
  border: none;
}

.vertical .nav.nav-tabs > li.active > a {
  border-right: 1px solid #fff;
  right: -1px;
  padding-left: 19px;
}

/*-------------------------------------------------------*/
/* Pie Charts
/*-------------------------------------------------------*/
.pie-chart h6 {
  font-size: 16px;
  font-weight: bold;
}

.chart {
  position: relative;
  display: inline-block;
  width: 190px;
  height: 190px;
  text-align: center;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart i {
  line-height: 190px;
  font-size: 42px;
}

.percent {
  display: inline-block;
  line-height: 190px;
  z-index: 2;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  color: #212121;
  font-weight: bold;
}

.percent:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 0.9em;
}

/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.section-buttons .btn {
  margin-bottom: 20px;
}

.btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  letter-spacing: 0.14em;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn.btn-white {
  -webkit-box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
}
.btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.btn:focus {
  color: #fff;
  outline: none !important;
}
.btn.btn-icon > i {
  font-size: 12px;
  margin-left: 10px;
  position: relative;
  z-index: 3;
}
.btn.btn-sm.btn-icon > i {
  font-size: 10px;
}
.btn span {
  position: relative;
  z-index: 3;
}
.btn.btn-transparent:before {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}
.btn.btn-white {
  color: #1d1d1d;
  background-color: #fff;
}
.btn.btn-white:hover {
  color: #fff;
  background-color: #c8b273;
}
.btn.btn-stroke {
  background-color: transparent;
  color: #1d1d1d;
}
.btn.btn-stroke:before {
  border: 2px solid #c8b273;
}
.btn.btn-stroke:hover {
  background-color: transparent !important;
}
.btn.btn-color:before {
  background-color: #c8b273;
}
.btn.btn-dark:before {
  background-color: #1d1d1d;
}
.btn.btn-light {
  color: #212121;
}
.btn.btn-light:before {
  background-color: #f7f7f7;
  color: #1d1d1d;
}
.btn.btn-fill:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1d1d1d;
  content: "";
  z-index: 2;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn.btn-dark.btn-fill:after {
  background-color: #c8b273;
}
.btn.btn-fill:hover:after, .btn.btn-fill:active:after {
  width: 100%;
}

.btn.btn-stroke:hover,
.btn.btn-light:hover {
  background-color: #c8b273;
  border-color: transparent;
  color: #fff;
}

.btn-lg {
  font-size: 15px;
  padding: 0 34px;
}
.btn-lg span {
  line-height: 57px;
}

.btn-md {
  font-size: 12px;
  padding: 0 30px;
}
.btn-md span {
  line-height: 51px;
}

.btn-sm {
  font-size: 10px;
  padding: 0 25px;
}
.btn-sm span {
  line-height: 45px;
}

.rounded {
  -webkit-border-radius: 70px;
  border-radius: 70px;
}

.rounded:before {
  -webkit-border-radius: 70px;
  border-radius: 70px;
}

/*-------------------------------------------------------*/
/* Social Icons
/*-------------------------------------------------------*/
.social-icons a {
  margin: 0 3px 6px 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #929292;
  background-color: #f7f7f7;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.social-icons a:last-child {
  margin-right: 0;
}
.social-icons:not(.colored) a:hover {
  background-color: #c8b273 !important;
  color: #fff !important;
}
.social-icons.dark a {
  background-color: #252525;
  color: #929292;
}
.social-icons.large a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.social-icons.small a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  margin-right: 0px;
}
.social-icons.transparent a {
  background-color: transparent;
  color: #929292;
}

.rounded a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.social-icons.colored a {
  color: #fff;
}

.social-icons.colored a:hover {
  opacity: 0.9;
}

.colored .social-twitter {
  background-color: #00acee;
}

.colored .social-facebook {
  background-color: #3b5998;
}

.colored .social-google-plus {
  background-color: #dd4b39;
}

.colored .social-linkedin {
  background-color: #0e76a8;
}

.colored .social-vimeo {
  background-color: #1ab7ea;
}

.colored .social-youtube {
  background-color: #c4302b;
}

.colored .social-instagram {
  background-color: #3f729b;
}

.colored .social-pinterest {
  background-color: #c8232c;
}

.colored .social-rss {
  background-color: #f26522;
}

.colored .social-dribbble {
  background-color: #ea4c89;
}

.colored .social-skype {
  background-color: #00aff0;
}

.colored .social-soundcloud {
  background-color: #ff3300;
}

.colored .social-vk {
  background-color: #45668e;
}

.colored .social-delicious {
  background-color: #3399ff;
}

.colored .social-android {
  background-color: #a4c639;
}

.colored .social-digg {
  background-color: #000000;
}

.colored .social-reddit {
  background-color: #ff4500;
}

.colored .social-dropbox {
  background-color: #007ee5;
}

.colored .social-odnoklassniki {
  background-color: #ed812b;
}

.colored .social-github {
  background-color: #4183c4;
}

.colored .social-flickr {
  background-color: #ff0084;
}

.colored .social-lastfm {
  background-color: #d51007;
}

.colored .social-email {
  background-color: #242424;
}

/*-------------------------------------------------------*/
/* Form Elements
/*-------------------------------------------------------*/
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=search],
select,
textarea {
  height: 44px;
  border: 2px solid transparent;
  background-color: #f7f7f7;
  width: 100%;
  margin-bottom: 16px;
  font-size: 15px;
  padding: 0 16px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

textarea {
  height: auto;
  padding: 8px 16px;
  margin-bottom: 25px;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: #c8b273;
  background-color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/* Change Color of Placeholders */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #929292;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #929292;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #929292;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #929292;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 12px;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: 97% 50%;
}

select::-ms-expand {
  display: none;
}

#submit-message.btn {
  background-color: #1d1d1d;
  padding: 17px 30px;
  font-size: 12px;
}
#submit-message.btn:hover {
  background-color: #c8b273;
}

.row-12 input[type=text],
.row-12 input[type=email] {
  margin-bottom: 12px;
}

/* Checkboxes & Radio Buttons
-------------------------------------------------------*/
input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
  width: 18px;
  height: 18px;
  background-color: #ededed;
  content: "";
  display: inline-block;
  font-size: 13px;
  margin: -4px 12px 0 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ededed;
}

input[type=checkbox]:checked + label:before {
  content: "";
  font-family: "FontAwesome";
  color: #1d1d1d;
  font-size: 9px;
  line-height: 16px;
}

input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  text-transform: none;
  letter-spacing: normal;
  color: #212121;
  font-size: 14px;
}

.radio-buttons > li,
.checkboxes > li {
  padding: 7px 0;
}

input[type=radio] {
  display: none;
}

input[type=radio] + label:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ededed;
  border-radius: 40px;
  margin: -3px 10px 0 0;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 0;
}

input[type=radio]:checked + label:before {
  background-color: #1d1d1d;
  border: 5px solid #ededed;
  padding: 1px;
}

input[type=radio]:focus {
  outline: none;
}

label {
  font-weight: bold;
  color: #212121;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  vertical-align: middle;
}

/*-------------------------------------------------------*/
/* Lightboxes
/*-------------------------------------------------------*/
.mfp-iframe-holder .mfp-content {
  max-width: 1400px;
}

.modal-body,
.modal-footer {
  padding: 30px;
}

.modal-header {
  padding: 15px 30px;
}

/*-------------------------------------------------------*/
/* Tables
/*-------------------------------------------------------*/
table th {
  font-weight: normal;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #ededed;
  padding: 10px;
}

.shop_table thead {
  border-bottom: 2px solid #ededed;
}

.table > thead > tr > th {
  border-bottom: none;
}

.table thead tr th {
  font-size: 12px;
  color: #212121;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ededed;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

/*-------------------------------------------------------*/
/* Alert Boxes
/*-------------------------------------------------------*/
.alert {
  padding: 12px 18px;
  margin-bottom: 20px;
  border: none;
  color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.alert strong {
  color: inherit;
}

.alert-dismissible .close {
  right: 0;
  top: 0;
  color: inherit;
  position: relative;
}

.close {
  opacity: 1;
  text-shadow: none;
  font-weight: normal;
  font-size: 21px;
}

.alert-success {
  background-color: #6ba166;
}

.alert-info {
  background-color: #227fbb;
}

.alert-warning {
  background-color: #c8b273;
}

.alert-danger {
  background-color: #d05645;
}

/*-------------------------------------------------------*/
/* Counters
/*-------------------------------------------------------*/
.parallax-counters {
  padding: 150px 0;
}
.parallax-counters .statistic .timer, .parallax-counters .counter-text {
  color: #fff;
}
.parallax-counters .parallax {
  background-image: url(../img/results_bg.jpg);
}

.counters {
  padding: 40px 0;
}
.counters.bg-color {
  padding: 120px 0;
}
.counters.bg-color .statistic .timer, .counters.bg-color .counter-text {
  color: #fff;
}

.statistic .timer {
  display: inline-block;
  font-size: 48px;
  color: #212121;
  margin-right: 15px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.counter-text {
  display: inline-block;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  vertical-align: top;
  color: #929292;
  font-family: "Merriweather", serif;
  font-style: italic;
}

.statistic.with-icon .timer {
  display: block;
  margin: 20px 0;
}
.statistic.with-icon i {
  font-size: 46px;
  color: #c8b273;
  display: block;
  margin-bottom: 15px;
}

.alt-font {
  font-family: "Open Sans", sans-serif;
}
.alt-font h1, .alt-font h2, .alt-font h3, .alt-font h4, .alt-font h5, .alt-font h6 {
  font-family: "Playfair Display", serif;
  letter-spacing: -0.04em;
}
.alt-font .testimonials .testimonial-text {
  font-family: "Playfair Display", serif;
}
.alt-font p,
.alt-font .btn,
.alt-font .navbar-nav > li > a,
.alt-font .dropdown-menu li > a,
.alt-font .opening-hours p,
.alt-font .restaurant-menu .work-item .work-description h3 {
  font-family: "Open Sans", sans-serif;
}
.alt-font .subheading,
.alt-font .testimonials .testimonial a,
.alt-font .testimonials .testimonial span {
  font-style: normal;
}
.alt-font .underline-link {
  font-family: "Open Sans", sans-serif;
}

/*-------------------------------------------------------*/
/* Restaurant Demo 1
/*-------------------------------------------------------*/
.parallax-section {
  padding: 270px 0;
}

.newsletter {
  padding: 100px 0;
}
.newsletter .newsletter-form {
  width: 60%;
  display: inline-block;
  margin-right: 20px;
}

/*-------------------------------------------------------*/
/* Menu
/*-------------------------------------------------------*/
.menu-list li {
  position: relative;
  margin-bottom: 4px;
}
.menu-list .menu-title,
.menu-list .menu-price {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #929292;
  background-color: #fff;
  letter-spacing: normal;
}
.menu-list .menu-title {
  font-weight: normal;
  padding-right: 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.menu-list .menu-price {
  position: absolute;
  top: 0;
  right: 0;
  color: #929292;
}
.menu-list .dots {
  border-bottom: 2px dotted #bfbfbf;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 16px;
}

/*-------------------------------------------------------*/
/* Saying
/*-------------------------------------------------------*/
.restaurant-saying .parallax {
  background-image: url(../img/restaurant/restaurant_saying.jpg);
}

/*-------------------------------------------------------*/
/* Opening hours
/*-------------------------------------------------------*/
.opening-hours .parallax {
  background-image: url(../img/restaurant/opening_hours.jpg);
}
.opening-hours p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 38px;
}

/*-------------------------------------------------------*/
/* Special
/*-------------------------------------------------------*/
.special .parallax {
  background-image: url(../img/restaurant/special.jpg);
}
.special p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 38px;
}
.special .special-price {
  font-size: 24px;
  color: #fff;
}

/*-------------------------------------------------------*/
/* Menu Grid
/*-------------------------------------------------------*/
.restaurant-menu .work-item .work-description h3 {
  font-size: 16px;
  letter-spacing: normal;
}
.restaurant-menu .work-item .work-description span {
  font-style: normal;
  font-size: 12px;
}

/*-------------------------------------------------------*/
/* Reservation promo
/*-------------------------------------------------------*/
.reservation-promo .parallax {
  background-image: url(../img/restaurant/reservation.jpg);
}
.reservation-promo h2 {
  font-size: 50px;
}

/*-------------------------------------------------------*/
/* Reservation
/*-------------------------------------------------------*/
.underline-link.btn-submit {
  background-color: transparent;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 2px solid #c8b273;
  padding: 0;
}

/*-------------------------------------------------------*/
/* Fresh promo
/*-------------------------------------------------------*/
.fresh .parallax {
  background-image: url(../img/restaurant/fresh.jpg);
}

/*-------------------------------------------------------*/
/* Restaurant Promo
/*-------------------------------------------------------*/
.restaurant-promo .parallax {
  background-image: url(../img/restaurant/promo.jpg);
}
.restaurant-promo h3 {
  font-size: 40px;
}

/*-------------------------------------------------------*/
/* Reservation Page
/*-------------------------------------------------------*/
.img-box.img-2 {
  background-image: url(../img/restaurant/reservation_1.jpg);
}

.img-box.img-3 {
  background-image: url(../img/restaurant/reservation_2.jpg);
}

/*-------------------------------------------------------*/
/* Footer Type-1
/*-------------------------------------------------------*/
.footer-widgets {
  padding: 100px 0;
}
.footer-widgets h5 {
  margin-bottom: 36px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.footer-widgets a, .footer-widgets p {
  color: #fff;
  font-size: 15px;
}
.footer-widgets .h-line:after {
  margin-top: 14px;
}

.container-fluid .footer-widgets > .row > div[class^=col] {
  padding: 0 40px;
}

.footer-widgets a:hover,
.copyright a:hover,
.footer-entry .entry-meta li a:hover,
.bottom-footer-links li a:hover {
  color: #c8b273;
}

.footer-get-in-touch .info-holder {
  margin-top: 31px;
}
.footer-get-in-touch p, .footer-get-in-touch a {
  line-height: 32px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer-get-in-touch i {
  font-size: 15px;
  color: #5a5b5f;
  margin-right: 5px;
}

.footer-address {
  margin-bottom: 0;
  line-height: 32px;
  color: #fff;
}

.footer.bg-dark .entry-list ul > li {
  border-bottom: 1px solid #40434a;
}
.footer.bg-dark .entry-list ul > li .entry-meta li, .footer.bg-dark .entry-list ul > li .entry-meta li a {
  color: #848890;
  font-size: 12px;
}

.entry-li:first-child,
.footer-links li:first-child {
  padding-top: 0 !important;
}

.entry-li:last-child,
.footer-links li:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.footer-links ul > li {
  padding: 4px 0;
}

input[type=email].newsletter-input {
  border-color: #3f3f3f;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
}
input[type=email].newsletter-input:focus {
  border-color: #c8b273;
}

.newsletter-submit {
  background-color: transparent;
  position: absolute;
  color: #fff;
  height: 44px;
  font-size: 14px;
  top: 0;
  right: 0;
  border: none;
  font-family: "Linearicons-Free";
}
.newsletter-submit:before {
  content: "";
}

.bottom-footer {
  padding: 34px 0;
  border-top: 1px solid #303030;
}
.bottom-footer .social-icons a {
  margin-bottom: 0;
}

.copyright span {
  display: inline-block;
  font-size: 12px;
  line-height: 32px;
}
.copyright a {
  color: #929292;
}

/*-------------------------------------------------------*/
/* Footer Type-2
/*-------------------------------------------------------*/
.footer-type-2 .footer-widgets {
  padding: 150px 0 120px;
}

.footer-extra-links {
  margin-top: 50px;
}
.footer-extra-links li {
  display: inline-block;
  padding: 0 10px;
}

/*-------------------------------------------------------*/
/* Footer Type-3
/*-------------------------------------------------------*/
.footer-type-3 .footer-widgets {
  padding-top: 45px;
  border-top: 1px solid #ededed;
}
.footer-type-3 .footer-widgets a,
.footer-type-3 .footer-widgets p {
  color: #929292;
}

/*-------------------------------------------------------*/
/* Style Switcher
/*-------------------------------------------------------*/
#customizer {
  position: fixed;
  top: 0;
  z-index: 10000;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  width: 320px;
}

.corner {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: 100px;
  left: -40px;
  box-shadow: -3px 0px 8px -1px rgba(0, 0, 0, 0.1);
  line-height: 40px;
  text-align: center;
  border-radius: 3px 0 0 3px;
  font-size: 20px;
  color: #1e2023;
  font-family: Helvetica, sans-serif;
}

.s-close {
  right: -320px !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.s-open {
  right: 0 !important;
}

#options {
  padding: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}

.demo-list li {
  float: left;
  padding: 7px 4px;
  width: 50%;
}

.demo-list img {
  border: 1px solid #ededed;
}

.color-scheme a {
  display: block;
  height: 30px;
  width: 30px;
  margin: 0 4.25px 10px;
}

@media (max-width: 767px) {
  #customizer {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
