@import url("https://fonts.googleapis.com/css?family=Solway:300,400,500,700&display=swap");
@keyframes autofill {
  100% {
    background: #fff;
    color: #231f20; } }
@-webkit-keyframes autofill {
  100% {
    background: #fff;
    color: #231f20; } }
@-webkit-keyframes animateTime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes animateTime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #231f20;
  opacity: 1;
  /* Firefox */
  font-weight: 400; }
:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #231f20;
  opacity: 1;
  /* Firefox */
  font-weight: 400; }
::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #231f20;
  opacity: 1;
  /* Firefox */
  font-weight: 400; }
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #231f20;
  opacity: 1;
  /* Firefox */
  font-weight: 400; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #231f20;
  font-weight: 400; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #231f20;
  font-weight: 400; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #231f20; }

a {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #542012; }
  a:hover {
    text-decoration: none;
    color: #542012; }

.form-group {
  margin-bottom: 20px; }
  .form-group label {
    margin-bottom: 0;
    font-size: 14px;
    color: #542012; }

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid rgba(84, 32, 18, 0.9); }

.btn,
.form-control {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px; }
  .btn:focus, .btn:active,
  .form-control:focus,
  .form-control:active {
    outline: none; }

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.form-control {
  border-radius: 0;
  font-size: 14px;
  color: #231f20;
  border: 0px;
  height: 40px;
  line-height: 40px;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid rgba(119, 112, 114, 0.8);
  text-align: left; }
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #542012;
    color: #231f20; }
  .form-control::-webkit-input-placeholder {
    color: #231f20; }
  .form-control:-ms-input-placeholder {
    color: #231f20; }
  .form-control::-ms-input-placeholder {
    color: #231f20; }
  .form-control::placeholder {
    color: #231f20; }

textarea.form-control {
  height: auto; }

html {
  font-size: 16px; }

body {
  font-family: 'Solway', serif;
  background: #fff;
  color: #777072;
  font-size: 16px; }

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #542012; }

h1 {
  font-size: 36px; }
  @media (max-width: 991.98px) {
    h1 {
      font-size: 32px; } }
  @media (max-width: 767.98px) {
    h1 {
      font-size: 28px; } }
  @media (max-width: 575.98px) {
    h1 {
      font-size: 24px; } }

h2 {
  font-size: 26px; }
  @media (max-width: 991.98px) {
    h2 {
      font-size: 24px; } }
  @media (max-width: 767.98px) {
    h2 {
      font-size: 22px; } }
  @media (max-width: 575.98px) {
    h2 {
      font-size: 20px; } }

h3 {
  font-size: 22px; }
  @media (max-width: 991.98px) {
    h3 {
      font-size: 20px; } }
  @media (max-width: 767.98px) {
    h3 {
      font-size: 19px; } }
  @media (max-width: 575.98px) {
    h3 {
      font-size: 18px; } }

h4 {
  font-size: 20px; }
  @media (max-width: 767.98px) {
    h4 {
      font-size: 18px; } }
  @media (max-width: 575.98px) {
    h4 {
      font-size: 17px; } }

h5 {
  font-size: 18px; }
  @media (max-width: 767.98px) {
    h5 {
      font-size: 17px; } }
  @media (max-width: 575.98px) {
    h5 {
      font-size: 16px; } }

h6 {
  font-size: 16px; }

p {
  font-size: 18px;
  color: #777072;
  font-weight: 300; }
  @media (max-width: 767.98px) {
    p {
      font-size: 16px; } }
  @media (max-width: 575.98px) {
    p {
      font-size: 14px; } }

button:focus {
  outline: 0px auto -webkit-focus-ring-color; }

img {
  max-width: 100%; }

@-webkit-keyframes effect {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  25% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  75% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes effect {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  25% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  75% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.col_white {
  color: #fff !important; }

.col_color1 {
  color: #542012 !important; }

.col_color2 {
  color: #e1aa26 !important; }

.col_color3 {
  color: #777072 !important; }

.bg_white {
  background: #fff !important; }

.bg_color1 {
  background: #542012 !important; }

.bg_color2 {
  background: #e1aa26 !important; }

.bg_color3 {
  background: #777072 !important; }

.bo-all {
  border: 1px solid rgba(0, 0, 0, 0.2) !important; }

.bo-t {
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important; }

.bo-r {
  border-right: 1px solid rgba(0, 0, 0, 0.2) !important; }

.bo-b {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; }

.bo-l {
  border-left: 1px solid rgba(0, 0, 0, 0.2) !important; }

.bo-0 {
  border: 0px solid !important; }

.bo-t-0 {
  border-top: 0px solid !important; }

.bo-r-0 {
  border-right: 0px solid !important; }

.bo-b-0 {
  border-bottom: 0px solid !important; }

.bo-l-0 {
  border-left: 0px solid !important; }

.fs-i {
  font-style: italic; }

.fw-no {
  font-weight: normal; }

.fw-100 {
  font-weight: 100; }

.fw-200 {
  font-weight: 200; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

.fw-900 {
  font-weight: 900; }

.fw-bold {
  font-weight: bold; }

.fs-0 {
  font-size: 0px; }

.fs-10 {
  font-size: 10px !important; }

.fs-11 {
  font-size: 11px !important; }

.fs-12 {
  font-size: 10px !important; }

.fs-13 {
  font-size: 13px !important; }

.fs-14 {
  font-size: 14px !important; }

.fs-15 {
  font-size: 15px !important; }

.fs-16 {
  font-size: 16px !important; }

.fs-17 {
  font-size: 17px !important; }

.fs-18 {
  font-size: 18px !important; }

.fs-19 {
  font-size: 19px !important; }

.fs-20 {
  font-size: 20px !important; }

.fs-21 {
  font-size: 21px !important; }

.fs-22 {
  font-size: 22px !important; }

.fs-23 {
  font-size: 23px !important; }

.fs-24 {
  font-size: 24px !important; }

.fs-25 {
  font-size: 25px !important; }

.fs-26 {
  font-size: 26px !important; }

.fs-27 {
  font-size: 27px !important; }

.fs-28 {
  font-size: 28px !important; }

.fs-29 {
  font-size: 29px !important; }

.fs-30 {
  font-size: 30px !important; }

.fs-31 {
  font-size: 31px !important; }

.fs-32 {
  font-size: 32px !important; }

.fs-33 {
  font-size: 33px !important; }

.fs-34 {
  font-size: 34px !important; }

.fs-35 {
  font-size: 35px !important; }

.fs-36 {
  font-size: 36px !important; }

a.btn {
  line-height: 40px; }
  @media (max-width: 767.98px) {
    a.btn {
      height: 36px !important;
      line-height: 36px !important; } }

.btn {
  font-size: 13px;
  display: inline-block;
  text-align: center;
  padding: 0px 18px;
  border-radius: 0px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 40px;
  line-height: 1;
  margin-bottom: 2px;
  border: 0px;
  text-transform: uppercase;
  letter-spacing: 3px; }
  @media (max-width: 575.98px) {
    .btn {
      height: 35px; } }
  @media (max-width: 767.98px) {
    .btn {
      height: 36px; } }

.re-none {
  resize: none; }

.red_btn {
  color: #fff;
  background: #542012;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 0px solid #542012; }
  .red_btn:before, .red_btn:after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #542012;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .red_btn:before {
    top: -4px;
    left: -4px;
    border-width: 1px 0 0 1px;
    z-index: 5; }
  .red_btn:after {
    bottom: -4px;
    right: -4px;
    border-width: 0 1px 1px 0; }
  .red_btn:hover, .red_btn.active {
    color: #fff;
    background: #542012;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 0px solid #542012; }
    .red_btn:hover:before, .red_btn:hover:after, .red_btn.active:before, .red_btn.active:after {
      width: 30px;
      height: 30px;
      border-color: #542012; }
  .red_btn:focus {
    color: #fff;
    background: #542012;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 0px solid #542012; }

.yellow_btn {
  color: #fff;
  background: #e1aa26;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 0px solid #e1aa26; }
  .yellow_btn:before, .yellow_btn:after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #e1aa26;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .yellow_btn:before {
    top: -4px;
    left: -4px;
    border-width: 1px 0 0 1px;
    z-index: 5; }
  .yellow_btn:after {
    bottom: -4px;
    right: -4px;
    border-width: 0 1px 1px 0; }
  .yellow_btn:hover, .yellow_btn.active {
    color: #fff;
    background: #e1aa26;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 0px solid #e1aa26; }
    .yellow_btn:hover:before, .yellow_btn:hover:after, .yellow_btn.active:before, .yellow_btn.active:after {
      width: 30px;
      height: 30px;
      border-color: #e1aa26; }
  .yellow_btn:focus {
    color: #fff;
    background: #e1aa26;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 0px solid #e1aa26; }

.black_btn {
  color: #fff;
  background: #777072;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  outline: 1px solid #777072; }
  .black_btn:hover, .black_btn.active {
    color: #777072;
    background: #fff;
    outline: 1px solid #777072; }
  .black_btn:focus {
    outline: 1px solid #777072;
    color: #777072;
    background: #fff; }

/*
 * Stellarnav.js 2.5.0
 * Responsive, lightweight, multi-level dropdown menu.
 * Copyright (c) 2018 Vinny Moreira - http://vinnymoreira.com
 * Released under the MIT license
 */
/* all nav */
.stellarnav {
  position: relative;
  width: 100%;
  z-index: 9900;
  line-height: normal; }

.stellarnav ul {
  margin: 0;
  padding: 0;
  text-align: left; }

.stellarnav li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle; }

.stellarnav li a {
  display: block;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.stellarnav .mega ul {
  background: #ebebeb; }

/* main level */
.stellarnav > ul > li {
  display: inline-block; }

/* first level dd */
.stellarnav ul ul {
  top: auto;
  width: 250px;
  position: absolute;
  z-index: 9900;
  text-align: left;
  display: none; }

.stellarnav li li {
  display: block; }

/* second level dd */
.stellarnav ul ul ul {
  top: 0;
  /* dd animtion - change to auto to remove */
  left: 250px; }

.stellarnav > ul > li:hover > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0; }

/* .drop-left */
.stellarnav > ul > li.drop-left > ul {
  right: 0; }

.stellarnav li.drop-left ul ul {
  left: auto;
  right: 250px; }

/* sticky nav */
.stellarnav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999; }

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.stellarnav-noscroll-x {
  overflow-x: hidden; }

/* general styling */
.stellarnav li.has-sub > a:after {
  content: '';
  margin-left: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  display: inline-block; }

.stellarnav li li.has-sub > a:after {
  margin-left: 10px;
  float: right;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  position: relative;
  top: 4px; }

.stellarnav li.drop-left li.has-sub > a:after {
  float: left;
  margin-right: 10px;
  border-left: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fff; }

.stellarnav.hide-arrows li.has-sub > a:after,
.stellarnav.hide-arrows li li.has-sub > a:after,
.stellarnav.hide-arrows li.drop-left li.has-sub > a:after {
  display: none; }

.stellarnav .menu-toggle,
.stellarnav .close-menu,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
  display: none;
  text-transform: uppercase;
  text-decoration: none; }

.stellarnav .dd-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 9999;
  border: 0; }

.stellarnav.desktop li.has-sub a {
  padding-right: 5px; }

.stellarnav.desktop.hide-arrows li.has-sub a {
  padding-right: 15px; }

.stellarnav.mobile > ul > li > a.dd-toggle {
  padding: 0; }

.stellarnav li.call-btn-mobile,
.stellarnav li.location-btn-mobile {
  display: none; }

/* svg icons */
.stellarnav svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  position: relative;
  top: 2px; }

/* svg icons */
.stellarnav a.dd-toggle .icon-plus {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 12px;
  height: 100%;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #fff; }

.stellarnav a.dd-toggle .icon-plus:before {
  content: '';
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 3px #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: width 0.3s;
  transition: width 0.3s; }

.stellarnav a.dd-toggle .icon-plus:after {
  content: '';
  display: block;
  width: 12px;
  height: 0px;
  top: 50%;
  border-bottom: solid 3px #fff;
  position: absolute; }

.stellarnav li.open > a.dd-toggle .icon-plus {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.stellarnav a.dd-toggle .icon-plus:before {
  border-color: #fff; }

.stellarnav a.dd-toggle .icon-plus:after {
  border-color: #fff; }

.stellarnav .icon-close {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block; }

.stellarnav .icon-close:before {
  content: '';
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 3px #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.stellarnav .icon-close:after {
  content: '';
  display: block;
  width: 12px;
  height: 0px;
  top: 50%;
  border-bottom: solid 3px #fff;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.stellarnav .icon-close:before {
  border-color: #fff; }

.stellarnav .icon-close:after {
  border-color: #fff; }

/* mobile nav */
.stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile,
.stellarnav .close-menu {
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.stellarnav .menu-toggle span.bars {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 3px; }

.stellarnav .menu-toggle span.bars span {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 6px;
  background: #fff;
  margin: 0 0 3px; }

.stellarnav .full {
  width: 100%; }

.stellarnav .half {
  width: 50%; }

.stellarnav .third {
  width: 33%;
  text-align: center; }

.stellarnav .location-btn-mobile.third {
  text-align: center; }

.stellarnav .location-btn-mobile.half {
  text-align: right; }

.stellarnav .third,
.stellarnav .half {
  border-left: 1px solid rgba(0, 0, 0, 0.15); }

.stellarnav.left .third,
.stellarnav.left .half {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.stellarnav.right .third,
.stellarnav.right .half {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.stellarnav .third:first-child,
.stellarnav .half:first-child {
  border-left: 0; }

.stellarnav.left .menu-toggle,
.stellarnav.right .menu-toggle {
  border-bottom: 0; }

.stellarnav.mobile {
  position: static; }

.stellarnav.mobile.fixed {
  position: fixed; }

.stellarnav.mobile ul {
  position: relative;
  display: none; }

.stellarnav.mobile.active {
  padding-bottom: 0; }

.stellarnav.mobile.active > ul {
  display: block; }

.stellarnav.mobile ul {
  text-align: left; }

.stellarnav.mobile > ul > li {
  display: block; }

.stellarnav.mobile ul ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: auto;
  display: none;
  -webkit-transition: none;
  transition: none; }

.stellarnav.mobile ul ul ul {
  left: auto;
  top: auto; }

.stellarnav.mobile li.drop-left ul ul {
  right: auto; }

.stellarnav.mobile li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.stellarnav.mobile > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.15); }

.stellarnav.mobile li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.stellarnav.mobile > ul {
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.stellarnav.mobile li a.dd-toggle {
  border: 0;
  background: #00718f; }

.stellarnav.mobile .menu-toggle,
.stellarnav.mobile .dd-toggle,
.stellarnav.mobile .close-menu,
.stellarnav.mobile .call-btn-mobile,
.stellarnav.mobile .location-btn-mobile {
  display: inline-block; }

.stellarnav.mobile li.call-btn-mobile {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.stellarnav.mobile li.call-btn-mobile,
.stellarnav.mobile li.location-btn-mobile {
  display: inline-block;
  width: 50%;
  text-transform: uppercase;
  text-align: center; }

.stellarnav.mobile li.call-btn-mobile.full,
.stellarnav.mobile li.location-btn-mobile.full {
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-right: 0;
  text-align: left; }

.stellarnav.mobile ul {
  background: white; }

.stellarnav.mobile li.call-btn-mobile {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.stellarnav.mobile.top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999; }

.stellarnav.mobile li.has-sub > a:after,
.stellarnav.mobile li li.has-sub > a:after,
.stellarnav.mobile li.drop-left li.has-sub > a:after {
  display: none; }

/* left and right positions */
.stellarnav.mobile.right > ul,
.stellarnav.mobile.left > ul {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.stellarnav.mobile.right > ul {
  right: 0; }

.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {
  display: inline-block;
  text-align: right; }

.stellarnav.mobile.left > ul {
  left: 0; }

.stellarnav.mobile.right .location-btn-mobile.half,
.stellarnav.mobile.right .call-btn-mobile.half,
.stellarnav.mobile.right .close-menu.half {
  text-align: center; }

.stellarnav.mobile.right .location-btn-mobile.third,
.stellarnav.mobile.right .call-btn-mobile.third,
.stellarnav.mobile.right .close-menu.third {
  text-align: center; }

.stellarnav.mobile.left .location-btn-mobile.half,
.stellarnav.mobile.left .call-btn-mobile.half,
.stellarnav.mobile.left .close-menu.half {
  text-align: center; }

.stellarnav.mobile.left .location-btn-mobile.third,
.stellarnav.mobile.left .call-btn-mobile.third,
.stellarnav.mobile.left .close-menu.third {
  text-align: center; }

.stellarnav.mobile.left .menu-toggle.half,
.stellarnav.mobile.left .menu-toggle.third,
.stellarnav.mobile.right .menu-toggle.half,
.stellarnav.mobile.right .menu-toggle.third {
  text-align: left; }

.stellarnav.mobile.left .close-menu.third span,
.stellarnav.mobile.right .close-menu.third span {
  display: none; }

/* left and right positions */
/* mega dd */
.stellarnav.desktop li.mega ul ul {
  background: none; }

.stellarnav.desktop li.mega li {
  display: inline-block;
  vertical-align: top;
  margin-left: -4px; }

.stellarnav.desktop li.mega li li {
  display: block;
  position: relative;
  left: 4px; }

.stellarnav.desktop li.mega ul ul {
  width: auto; }

.stellarnav.desktop > ul > li.mega {
  position: inherit; }

.stellarnav.desktop > ul > li.mega > ul {
  width: 100%;
  max-width: 100%; }

.stellarnav.desktop > ul > li.mega > ul li.has-sub ul {
  display: block;
  position: relative;
  left: auto; }

.stellarnav.desktop > ul > li.mega > ul > li {
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.stellarnav.desktop li.mega li li a {
  padding: 5px 15px; }

.stellarnav.desktop li.mega li.has-sub a:after {
  display: none; }

.stellarnav.desktop > ul > li.mega > ul > li > a {
  color: #000; }

/* mega dd */
/* Fallback for slow javascript load */
@media (max-width: 767.98px) {
  .stellarnav {
    overflow: hidden;
    display: block; }

  .stellarnav ul {
    position: relative;
    display: none; } }
/* mobile nav */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 0px 0 30px; }
  @media (max-width: 767.98px) {
    header {
      position: relative; } }
  header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    left: 0;
    top: 0; }
  header .navbar-toggler {
    padding: 5px 10px;
    font-size: 25px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff; }
  header .top-header {
    background-color: transparent;
    width: 100%;
    padding: 30px 0;
    padding-bottom: 0px; }
    @media (max-width: 1199.96px) {
      header .top-header {
        padding-bottom: 30px; } }
    @media (max-width: 767.98px) {
      header .top-header {
        padding-bottom: 0px; } }
    header .top-header .logo {
      max-width: 380px; }
      @media (max-width: 767.98px) {
        header .top-header .logo img {
          padding: 7px 0 20px 0; } }
      @media (max-width: 575.98px) {
        header .top-header .logo img {
          padding: 7px 0 10px 0; } }
      @media (max-width: 1199.96px) {
        header .top-header .logo {
          max-width: 320px; } }
      @media (max-width: 991.98px) {
        header .top-header .logo {
          max-width: 300px; } }
      @media (max-width: 767.98px) {
        header .top-header .logo {
          max-width: 240px; } }
      @media (max-width: 575.98px) {
        header .top-header .logo {
          max-width: 200px; } }
  header .rightbtn {
    font-size: 0px;
    text-align: right; }
    header .rightbtn .loginbtn {
      padding-top: 0px;
      margin: 0 auto;
      display: inline-block; }
      header .rightbtn .loginbtn .btn {
        float: left; }
  header .callusbtn {
    display: inline-block;
    text-align: left; }
    header .callusbtn a {
      width: 100%;
      display: block;
      float: left; }
    header .callusbtn i {
      font-size: 20px;
      border-radius: 100px;
      border: 1px solid #e1aa26;
      padding: 10px;
      display: inline-block;
      float: left; }
    header .callusbtn span {
      display: inline-block;
      margin-right: 20px;
      margin-left: 10px;
      line-height: 18px;
      float: left; }
      header .callusbtn span p {
        margin-bottom: 0px;
        font-weight: 800;
        font-size: 14px;
        text-transform: uppercase;
        color: #e1aa26; }
      header .callusbtn span strong {
        margin-bottom: 0px;
        font-weight: 400;
        font-size: 24px;
        color: #542012; }
  header .mainmenu {
    background-color: rgba(227, 220, 222, 0); }
  header .stellarnav {
    padding: 0px 0px;
    margin-top: -15px;
    background: transparent; }
    header .stellarnav .full {
      width: auto;
      float: right; }
      @media (max-width: 767.98px) {
        header .stellarnav .full {
          float: left;
          background: #542012;
          width: 50px;
          height: 51px;
          padding: 0;
          text-align: center;
          position: absolute;
          right: 19px;
          top: 19px; }
          header .stellarnav .full span.bars {
            margin-right: 0;
            color: #fff;
            font-size: 24px;
            top: 10px; } }
      @media (max-width: 575.98px) {
        header .stellarnav .full {
          right: 15px;
          top: 15px;
          width: 40px;
          height: 40px; }
          header .stellarnav .full span.bars {
            font-size: 18px;
            top: 10px; } }
    header .stellarnav.fixed {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      background-color: #e3dcde;
      padding: 0 20px; }
    header .stellarnav.mobile.active .linkmenu {
      -webkit-transition: width ease 6s;
      transition: width ease 6s;
      right: 0;
      -webkit-transform: translate3d(0px, 0, 0);
              transform: translate3d(0px, 0, 0);
      -webkit-animation-timing-function: 1s ease-in;
              animation-timing-function: 1s ease-in;
      display: block !important;
      transition: all 0.8s;
      -webkit-transition: all 0.8s; }
    header .stellarnav.mobile .linkmenu {
      width: 300px;
      height: auto;
      position: fixed;
      top: 0;
      background-color: #f8e8d0;
      right: -300px;
      min-height: 100vh;
      display: block !important;
      transition: all 0.8s;
      -webkit-transition: all 0.8s;
      z-index: 9;
      padding-top: 30px; }
    header .stellarnav.mobile ul {
      background: #f9f4e9;
      height: auto;
      overflow: auto;
      padding-bottom: 0px; }
      header .stellarnav.mobile ul li a {
        text-transform: uppercase;
        font-weight: 800;
        font-size: 16px;
        color: #542012;
        padding: 10px 30px; }
        header .stellarnav.mobile ul li a.dd-toggle {
          background: #542012; }
      header .stellarnav.mobile ul li ul {
        background-color: #542012;
        border: 0px;
        border-radius: 0px;
        padding: 0px;
        margin-top: 0px;
        border: 0px solid rgba(119, 112, 114, 0.5);
        height: auto;
        overflow: unset; }
        header .stellarnav.mobile ul li ul:after, header .stellarnav.mobile ul li ul:before {
          display: none; }
        header .stellarnav.mobile ul li ul li {
          border-bottom: 1px solid #fff; }
          header .stellarnav.mobile ul li ul li a {
            color: #fff;
            padding: 10px 15px;
            font-size: 14px;
            border-bottom: 0px solid rgba(119, 112, 114, 0.5);
            padding-left: 30px; }
            header .stellarnav.mobile ul li ul li a.dd-toggle {
              padding: 0; }
            header .stellarnav.mobile ul li ul li a:hover {
              color: #fff;
              background-color: #542012; }
            header .stellarnav.mobile ul li ul li a:focus {
              color: #fff;
              background-color: #542012; }
          header .stellarnav.mobile ul li ul li ul {
            background: #fff;
            text-align: center; }
            header .stellarnav.mobile ul li ul li ul li {
              border: 0px; }
              header .stellarnav.mobile ul li ul li ul li img {
                width: 200px; }
    header .stellarnav ul li a {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 14px;
      padding: 0px 15px;
      color: #542012; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        header .stellarnav ul li a {
          font-size: 13px;
          padding: 0px 10px; } }
      header .stellarnav ul li a:hover, header .stellarnav ul li a.active {
        color: #e1aa26; }
    header .stellarnav ul li:last-child a {
      padding-right: 0px; }
    header .stellarnav ul li ul {
      background-color: #fff;
      border-radius: 0px;
      -webkit-box-shadow: 0px 10px 20px 0px rgba(8, 6, 89, 0.1);
      box-shadow: 0px 10px 20px 0px rgba(8, 6, 89, 0.1);
      padding: 0px;
      margin-top: 10px; }
      header .stellarnav ul li ul:before, header .stellarnav ul li ul:after {
        content: '';
        display: block;
        position: absolute;
        border: 1px solid #fff;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: calc(100% + 8px);
        height: calc(100% + 8px);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      header .stellarnav ul li ul:before {
        top: -4px;
        left: -4px;
        border-width: 1px 0 0 1px;
        z-index: 5; }
      header .stellarnav ul li ul:after {
        bottom: -4px;
        right: -4px;
        border-width: 0 1px 1px 0; }
      header .stellarnav ul li ul li {
        z-index: 9999; }
        header .stellarnav ul li ul li a {
          color: #542012;
          padding: 10px 15px; }
          header .stellarnav ul li ul li a:hover {
            color: #fff;
            background-color: #542012; }
    header .stellarnav ul.linkmenu {
      display: inline-block;
      float: right; }
    header .stellarnav.desktop ul li.mega img {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 1s ease-in-out;
      transition: 1s ease-in-out; }
      header .stellarnav.desktop ul li.mega img:hover {
        -webkit-transform: scale(1.3);
        transform: scale(1.3); }
    header .stellarnav.desktop ul li.mega ul {
      text-transform: uppercase; }
      header .stellarnav.desktop ul li.mega ul.megamain {
        background: #fff;
        -webkit-box-shadow: 0px 20px 20px 0px rgba(35, 31, 32, 0.2);
                box-shadow: 0px 20px 20px 0px rgba(35, 31, 32, 0.2);
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px; }
        header .stellarnav.desktop ul li.mega ul.megamain:before {
          content: "";
          margin-left: 10px;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-bottom: 8px solid #fff;
          left: 130px;
          position: absolute;
          top: -6px; }
      header .stellarnav.desktop ul li.mega ul .left {
        width: calc(100% - 250px) !important;
        float: left;
        padding: 0px 40px;
        margin: 40px 0; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          header .stellarnav.desktop ul li.mega ul .left {
            padding: 0px 15px;
            margin: 15px 0; } }
        header .stellarnav.desktop ul li.mega ul .left li {
          width: 25%;
          padding: 0 7px 20px;
          left: 0; }
          @media (min-width: 768px) and (max-width: 991.98px) {
            header .stellarnav.desktop ul li.mega ul .left li {
              width: 33.33%; } }
          header .stellarnav.desktop ul li.mega ul .left li:hover a {
            color: #542012; }
          header .stellarnav.desktop ul li.mega ul .left li a {
            color: #000;
            font-size: 16px;
            padding: 0px 10px;
            min-height: 40px;
            line-height: 1; }
            @media (min-width: 768px) and (max-width: 991.98px) {
              header .stellarnav.desktop ul li.mega ul .left li a {
                min-height: 22px;
                font-size: 13px; } }
          header .stellarnav.desktop ul li.mega ul .left li ul {
            border-top: 0px solid #542012; }
            header .stellarnav.desktop ul li.mega ul .left li ul li {
              width: 100%;
              padding: 0 10px;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box; }
              header .stellarnav.desktop ul li.mega ul .left li ul li a {
                color: #542012;
                font-size: 16px;
                width: 100%;
                height: 200px;
                background: #fff;
                border: 1px solid #d7d8d8;
                padding: 0px;
                border-radius: 5px;
                overflow: hidden; }
                @media (min-width: 768px) and (max-width: 991.98px) {
                  header .stellarnav.desktop ul li.mega ul .left li ul li a {
                    height: 100px;
                    width: 100px; } }
                header .stellarnav.desktop ul li.mega ul .left li ul li a img {
                  width: 100%;
                  height: 100%;
                  -o-object-position: top center;
                     object-position: top center;
                  -o-object-fit: cover;
                     object-fit: cover; }
      header .stellarnav.desktop ul li.mega ul .right {
        width: 250px !important;
        float: left;
        padding: 0px 40px;
        margin: 40px 0;
        text-align: left;
        border-left: 1px solid #e3dcde;
        height: 100%; }
        header .stellarnav.desktop ul li.mega ul .right li {
          width: auto;
          padding: 0 0px 20px; }
          header .stellarnav.desktop ul li.mega ul .right li a {
            color: #777072;
            font-size: 16px;
            padding: 0px 0 0px 0;
            font-weight: 800;
            line-height: 1; }
            @media (min-width: 768px) and (max-width: 991.98px) {
              header .stellarnav.desktop ul li.mega ul .right li a {
                font-size: 13px; } }
            header .stellarnav.desktop ul li.mega ul .right li a:hover {
              color: #542012; }
    header .stellarnav.desktop ul li.has-sub a:after {
      border-top: 7px solid #542012;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    header .stellarnav.desktop ul li.has-sub a:hover:after {
      border-top: 7px solid #e1aa26;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  header .bottom-header {
    background-color: transparent;
    width: 100%;
    padding: 10px 0; }

footer.footer {
  background: #fcf7ea;
  padding-top: 50px; }
  footer.footer p {
    color: #231f20;
    font-weight: 400; }
  footer.footer strong {
    font-weight: bold; }
  @media (max-width: 767.98px) {
    footer.footer .border_top {
      border-top: 1px solid #d7d8d8;
      padding-top: 20px;
      margin-bottom: 0px !important; } }
  @media (max-width: 575.98px) {
    footer.footer .border_top {
      border-top: 0px solid #d7d8d8;
      padding-top: 2px; } }
  footer.footer .border_right {
    border-right: 1px solid #d7d8d8; }
    @media (max-width: 767.98px) {
      footer.footer .border_right:nth-child(2) {
        border-right: 0px solid #d7d8d8; } }
    @media (max-width: 575.98px) {
      footer.footer .border_right {
        border-right: 0px solid #d7d8d8;
        border-bottom: 1px solid #d7d8d8; } }
  footer.footer .top {
    padding-bottom: 50px; }
    footer.footer .top h2 {
      color: #231f20;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 35px; }
    @media (max-width: 767.98px) {
      footer.footer .top {
        padding-bottom: 0px !important;
        padding-top: 0px !important; } }
    footer.footer .top .f-logo {
      margin-bottom: 30px; }
    footer.footer .top .f_address p {
      font-size: 16px;
      margin-bottom: 10px; }
      @media (max-width: 1199.96px) {
        footer.footer .top .f_address p {
          font-size: 13px; } }
      @media (max-width: 767.98px) {
        footer.footer .top .f_address p {
          font-size: 12px; } }
    footer.footer .top .sitemap ul li {
      width: 48%;
      display: inline-block;
      padding-bottom: 30px; }
      @media (max-width: 575.98px) {
        footer.footer .top .sitemap ul li {
          width: 32%;
          padding-bottom: 5px; } }
      footer.footer .top .sitemap ul li a {
        font-size: 16px;
        font-weight: bold; }
        @media (max-width: 1199.96px) {
          footer.footer .top .sitemap ul li a {
            font-size: 13px; } }
        @media (max-width: 767.98px) {
          footer.footer .top .sitemap ul li a {
            font-size: 12px; } }
        footer.footer .top .sitemap ul li a:hover {
          color: #e1aa26; }
    footer.footer .top .Followus {
      margin-top: 20px; }
      footer.footer .top .Followus h2 {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        color: #542012; }
      footer.footer .top .Followus ul li {
        display: inline-block; }
        footer.footer .top .Followus ul li a {
          background: transparent;
          padding: 0;
          height: 40px;
          width: 40px;
          text-align: center;
          line-height: 40px;
          font-weight: normal;
          font-size: 18px;
          margin-left: 1px;
          display: block;
          color: #542012;
          border-radius: 100px;
          border: 1px solid #e1aa26; }
          footer.footer .top .Followus ul li a:hover, footer.footer .top .Followus ul li a.active {
            color: #fff;
            background: #e1aa26; }
    footer.footer .top .callusbtn {
      display: inline-block;
      text-align: left;
      margin-top: 20px; }
      footer.footer .top .callusbtn a {
        width: 100%;
        display: block;
        float: left; }
      footer.footer .top .callusbtn i {
        font-size: 20px;
        border-radius: 100px;
        border: 1px solid #e1aa26;
        padding: 10px;
        display: inline-block;
        float: left; }
      footer.footer .top .callusbtn span {
        display: inline-block;
        margin-right: 20px;
        margin-left: 10px;
        line-height: 18px;
        float: left; }
        @media (max-width: 1199.96px) {
          footer.footer .top .callusbtn span {
            margin-right: 5px;
            margin-left: 10px; } }
        footer.footer .top .callusbtn span p {
          margin-bottom: 0px;
          font-weight: bold;
          font-size: 16px;
          text-transform: uppercase;
          color: #542012; }
        footer.footer .top .callusbtn span strong {
          margin-bottom: 0px;
          font-weight: 400;
          font-size: 24px;
          color: #542012; }
    @media (max-width: 767.98px) {
      footer.footer .top .sellerlogin {
        display: inline-block;
        float: left; }
        footer.footer .top .sellerlogin .btn {
          letter-spacing: 0px;
          padding: 0px 10px; }
      footer.footer .top .callusbtn {
        display: inline-block;
        float: left;
        margin-top: -5px;
        padding-left: 25px; }
        footer.footer .top .callusbtn span p {
          font-size: 14px; }
        footer.footer .top .callusbtn span strong {
          font-size: 20px; }
      footer.footer .top .Followus {
        display: inline-block;
        float: left;
        margin-top: -6px;
        padding-left: 25px;
        padding-top: 0px !important; }
        footer.footer .top .Followus h2 {
          font-size: 14px;
          margin-bottom: 3px; } }
    @media (max-width: 575.98px) {
      footer.footer .top .sellerlogin {
        display: block;
        float: none;
        padding-bottom: 10px !important; }
        footer.footer .top .sellerlogin .btn {
          letter-spacing: 0px;
          padding: 0px 10px; }
      footer.footer .top .callusbtn {
        display: block;
        float: left;
        width: 100%;
        margin-top: 15px;
        padding-left: 0px;
        padding-bottom: 10px !important; }
        footer.footer .top .callusbtn span p {
          font-size: 14px; }
        footer.footer .top .callusbtn span strong {
          font-size: 20px; }
      footer.footer .top .Followus {
        display: block;
        float: left;
        width: 100%;
        margin-top: 15px;
        padding-left: 0px;
        padding-bottom: 10px !important; }
        footer.footer .top .Followus h2 {
          font-size: 14px;
          margin-bottom: 3px; } }
  @media (max-width: 767.98px) {
    footer.footer .buttom {
      text-align: center; } }
  footer.footer .buttom .border_top {
    border-top: 1px solid #d7d8d8;
    padding: 35px 0; }
  footer.footer .buttom ul.social_link {
    float: right; }
    @media (max-width: 767.98px) {
      footer.footer .buttom ul.social_link {
        width: 100%; } }
    footer.footer .buttom ul.social_link li {
      display: inline-block;
      width: auto;
      float: left; }
      @media (max-width: 767.98px) {
        footer.footer .buttom ul.social_link li {
          float: none; } }
      footer.footer .buttom ul.social_link li a {
        font-size: 14px;
        border-right: 1px solid #777072;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 15px;
        display: block;
        width: 100%; }
        footer.footer .buttom ul.social_link li a:hover {
          color: #e1aa26; }
      footer.footer .buttom ul.social_link li:last-child a {
        border-right: 0px solid #777072;
        padding-right: 0px; }
  footer.footer .buttom p {
    color: #231f20;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 400; }
    @media (max-width: 767.98px) {
      footer.footer .buttom p {
        padding: 15px 0;
        padding-top: 0px; } }

.back-to-top {
  position: fixed;
  right: 1%;
  bottom: -7.5%;
  height: 15px;
  width: 40px;
  padding: 3px 5px;
  font-size: 16px;
  font-weight: bold;
  color: transparent;
  opacity: 0.8;
  z-index: 3;
  visibility: hidden;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #e1aa26; }
  .back-to-top:hover, .back-to-top:focus {
    opacity: 1;
    text-decoration: none;
    height: 50px;
    color: #fff;
    text-transform: unset; }
  .back-to-top:focus {
    outline: thin dotted; }
  .back-to-top:before, .back-to-top:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 0; }
  .back-to-top:before {
    top: -20px;
    z-index: 4;
    border-bottom: 20px solid #e1aa26; }
  .back-to-top:after {
    bottom: 0;
    z-index: 5;
    border-bottom: 20px solid #542012; }
  .back-to-top.show-back-to-top {
    display: block;
    bottom: 62px;
    visibility: visible; }

.home-slider .owl-item {
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  opacity: .2; }
  .home-slider .owl-item.active {
    opacity: 1; }
    .home-slider .owl-item.active h1 {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeInDown;
              animation-name: fadeInDown;
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
    .home-slider .owl-item.active p {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeInDown;
              animation-name: fadeInDown;
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
    .home-slider .owl-item.active .btn {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeInUp;
              animation-name: fadeInUp;
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
.home-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: none; }
  .home-slider .owl-nav .owl-prev,
  .home-slider .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -10px;
    opacity: 1;
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
    .home-slider .owl-nav .owl-prev:hover, .home-slider .owl-nav .owl-prev:focus, .home-slider .owl-nav .owl-prev:active,
    .home-slider .owl-nav .owl-next:hover,
    .home-slider .owl-nav .owl-next:focus,
    .home-slider .owl-nav .owl-next:active {
      outline: none;
      opacity: 1; }
    .home-slider .owl-nav .owl-prev span:before,
    .home-slider .owl-nav .owl-next span:before {
      font-size: 40px; }
  .home-slider .owl-nav .owl-prev {
    left: 30px !important; }
  .home-slider .owl-nav .owl-next {
    right: 30px !important; }
.home-slider .owl-dots {
  text-align: center;
  display: none; }
  .home-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: none;
    background: #fff;
    opacity: .5; }
    .home-slider .owl-dots .owl-dot.active {
      opacity: 1; }
.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding-top: 50.63157894736842%; }
  @media (max-width: 991.98px) {
    .home-slider .slider-item {
      min-height: 500px; } }
  @media (max-width: 575.98px) {
    .home-slider .slider-item {
      min-height: 320px; } }
  .home-slider .slider-item .cover {
    padding: 0px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(225, 170, 38, 0.2);
    padding-top: 110px; }
    @media (max-width: 767.98px) {
      .home-slider .slider-item .cover {
        padding-top: 0px; } }
    .home-slider .slider-item .cover .header-content {
      position: relative;
      padding: 0px; }
      .home-slider .slider-item .cover .header-content h1 {
        font-size: 48px;
        font-weight: 300;
        margin: 5px 0 5px;
        line-height: 50px;
        color: #542012;
        padding-bottom: 25px; }
        @media (max-width: 767.98px) {
          .home-slider .slider-item .cover .header-content h1 {
            font-size: 40px;
            line-height: 40px;
            padding-bottom: 30px; } }
        @media (max-width: 575.98px) {
          .home-slider .slider-item .cover .header-content h1 {
            font-size: 34px;
            line-height: 36px;
            padding-bottom: 10px; } }
      .home-slider .slider-item .cover .header-content p {
        font-size: 18px;
        font-weight: 300;
        color: #777072;
        padding-bottom: 10px;
        margin-bottom: 0px; }
        @media (max-width: 767.98px) {
          .home-slider .slider-item .cover .header-content p {
            font-size: 16px;
            padding-bottom: 10px; } }
        @media (max-width: 575.98px) {
          .home-slider .slider-item .cover .header-content p {
            font-size: 14px;
            padding-bottom: 10px; } }

.pagetitle {
  margin-bottom: 20px; }
  .pagetitle h1 {
    color: #542012;
    font-size: 36px;
    letter-spacing: 5px;
    font-weight: 300; }
    @media (max-width: 991.98px) {
      .pagetitle h1 {
        font-size: 32px; } }
    @media (max-width: 767.98px) {
      .pagetitle h1 {
        font-size: 28px; } }
    @media (max-width: 575.98px) {
      .pagetitle h1 {
        font-size: 24px; } }

.ourstory_section {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid rgba(119, 112, 114, 0.1); }
  @media (max-width: 991.98px) {
    .ourstory_section {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .ourstory_section {
      padding-top: 70px; } }
  @media (max-width: 575.98px) {
    .ourstory_section {
      padding-top: 35px; } }

.best_deals_section {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 50px 0px; }
  @media (max-width: 767.98px) {
    .best_deals_section {
      padding: 40px 0px; } }
  @media (max-width: 575.98px) {
    .best_deals_section {
      padding: 30px 0px; } }
  .best_deals_section .owl-item {
    padding: 5px; }
  .best_deals_section .featured-item {
    background: #f9f4e9;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    padding: 0px;
    height: 100%;
    text-align: center;
    z-index: 1; }
    .best_deals_section .featured-item:before, .best_deals_section .featured-item:after {
      content: '';
      display: block;
      position: absolute;
      border: 1px solid rgba(84, 32, 18, 0.2);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: calc(100% + 8px);
      height: calc(100% + 8px);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .best_deals_section .featured-item:before {
      top: -4px;
      left: -4px;
      border-width: 1px 0 0 1px;
      z-index: 5; }
    .best_deals_section .featured-item:after {
      bottom: -4px;
      right: -4px;
      border-width: 0 1px 1px 0; }
    .best_deals_section .featured-item .item-body {
      padding: 15px;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      text-align: center;
      position: relative;
      z-index: 6; }
      @media (max-width: 991.98px) {
        .best_deals_section .featured-item .item-body {
          padding: 10px; } }
      @media (max-width: 767.98px) {
        .best_deals_section .featured-item .item-body {
          padding: 15px; } }
      .best_deals_section .featured-item .item-body h1 {
        font-weight: 300;
        font-size: 18px;
        color: #542012;
        min-height: 42px; }
        @media (max-width: 991.98px) {
          .best_deals_section .featured-item .item-body h1 {
            min-height: 45px; } }
        @media (max-width: 767.98px) {
          .best_deals_section .featured-item .item-body h1 {
            min-height: unset; } }
      .best_deals_section .featured-item .item-body .btn {
        font-size: 12px;
        letter-spacing: 2px;
        margin-top: 30px;
        position: relative; }
    .best_deals_section .featured-item .item-img {
      text-align: center;
      background: #fff;
      overflow: hidden;
      position: relative;
      z-index: 6; }
      .best_deals_section .featured-item .item-img img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
        width: 100%;
        height: 190px;
        padding: 0px 0px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
        @media (max-width: 767.98px) {
          .best_deals_section .featured-item .item-img img {
            height: 240px; } }
    .best_deals_section .featured-item:hover {
      -webkit-box-shadow: 0px 10px 20px 0px rgba(8, 6, 89, 0.1);
              box-shadow: 0px 10px 20px 0px rgba(8, 6, 89, 0.1);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      background: rgba(225, 170, 38, 0.3); }
      .best_deals_section .featured-item:hover .item-img img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }
  .best_deals_section .owl-dots {
    display: block;
    text-align: center;
    padding-top: 40px; }
    .best_deals_section .owl-dots .owl-dot {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 5px 3px;
      border-radius: 20px;
      background: #e3dcde; }
      .best_deals_section .owl-dots .owl-dot.active {
        background: #542012; }

.bg_testimonial_reviews {
  background-color: #e1aa26;
  padding: 50px 0px; }
  @media (max-width: 767.98px) {
    .bg_testimonial_reviews {
      padding: 40px 0px; } }
  @media (max-width: 575.98px) {
    .bg_testimonial_reviews {
      padding: 30px 0px; } }
  .bg_testimonial_reviews:before {
    content: "";
    background: url(../images/testi_bg.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-size: 100%;
    width: 100%;
    background-position: bottom;
    z-index: -1;
    background-repeat: repeat; }
  .bg_testimonial_reviews .testimonial_box {
    background: #f9f4e9;
    position: relative;
    padding: 40px 0px; }
    @media (max-width: 767.98px) {
      .bg_testimonial_reviews .testimonial_box {
        padding: 30px 0px; } }
    @media (max-width: 575.98px) {
      .bg_testimonial_reviews .testimonial_box {
        padding: 20px 0px; } }
    .bg_testimonial_reviews .testimonial_box h1 {
      font-weight: 300;
      letter-spacing: 5px; }

.testimonial_slider {
  position: unset; }
  .testimonial_slider .testimonial .testimonial-content {
    padding: 30px;
    position: relative;
    width: 80%;
    margin: 0 auto; }
    @media (max-width: 767.98px) {
      .testimonial_slider .testimonial .testimonial-content {
        width: 96%;
        padding: 20px; } }
    @media (max-width: 575.98px) {
      .testimonial_slider .testimonial .testimonial-content {
        width: 96%;
        padding: 10px; } }
    .testimonial_slider .testimonial .testimonial-content p {
      margin-bottom: 0px;
      color: #231f20;
      font-size: 20px; }
      @media (max-width: 767.98px) {
        .testimonial_slider .testimonial .testimonial-content p {
          font-size: 14px; } }
      @media (max-width: 575.98px) {
        .testimonial_slider .testimonial .testimonial-content p {
          font-size: 12px; } }
  .testimonial_slider .testimonial .testimonial-profile {
    width: 100%;
    display: block;
    padding-top: 0px;
    padding-left: 0px; }
    .testimonial_slider .testimonial .testimonial-profile h3 {
      color: #231f20;
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 0px; }
      @media (max-width: 575.98px) {
        .testimonial_slider .testimonial .testimonial-profile h3 {
          font-size: 13px; } }
  .testimonial_slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .testimonial_slider .owl-stage .owl-item {
      -ms-flex-item-align: center;
          align-self: center; }
  .testimonial_slider .owl-dots {
    display: block;
    text-align: center;
    padding-top: 40px; }
    .testimonial_slider .owl-dots .owl-dot {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 5px 3px;
      border-radius: 20px;
      background: rgba(119, 112, 114, 0.3); }
      .testimonial_slider .owl-dots .owl-dot.active {
        background: #542012; }
  .testimonial_slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 47%; }
    .testimonial_slider .owl-nav .owl-prev,
    .testimonial_slider .owl-nav .owl-next {
      position: absolute;
      width: 40px;
      height: 40px;
      text-align: center;
      border-radius: 100px;
      background-color: #e1aa26 !important; }
      .testimonial_slider .owl-nav .owl-prev span,
      .testimonial_slider .owl-nav .owl-next span {
        font-size: 40px;
        line-height: 40px;
        color: #fff;
        font-weight: 100; }
    .testimonial_slider .owl-nav .owl-prev {
      left: -20px; }
    .testimonial_slider .owl-nav .owl-next {
      right: -20px; }

.nav-mask {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.25s, width 0s 0.25s, height 0s 0.25s;
  transition: opacity 0.25s, width 0s 0.25s, height 0s 0.25s; }

.has-active-menu .nav-mask {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.has-active-menu {
  overflow: hidden; }

.respbtn {
  display: none; }

.navbar-close {
  float: left;
  background: #542012;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0;
  display: none;
  border-radius: 100px; }

.subpagebanner .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding-top: 25%; }
  @media (max-width: 1199.96px) {
    .subpagebanner .slider-item {
      padding-top: 35%; } }
  @media (max-width: 767.98px) {
    .subpagebanner .slider-item {
      padding-top: 20%; } }
  .subpagebanner .slider-item .cover {
    padding: 0px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(225, 170, 38, 0.2);
    padding-top: 0px; }

.loginbox {
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(8, 6, 89, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(8, 6, 89, 0.1); }
  .loginbox .tab-content {
    padding: 40px; }
    .loginbox .tab-content .tab-pane {
      width: 60%;
      margin: 0 auto; }
  .loginbox .nav-tabs {
    border-bottom: 0px; }
  .loginbox .nav-link {
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    color: #fff;
    background-color: rgba(225, 170, 38, 0.8);
    border: 0px solid rgba(225, 170, 38, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 3px; }
    .loginbox .nav-link:hover, .loginbox .nav-link.active {
      color: #fff;
      background: rgba(84, 32, 18, 0.8);
      border: 0px solid #e3dcde; }
      .loginbox .nav-link:hover:focus, .loginbox .nav-link.active:focus {
        color: #fff;
        background: rgba(84, 32, 18, 0.8);
        border: 0px solid #e3dcde; }
    .loginbox .nav-link:focus {
      color: #777072;
      background-color: rgba(225, 170, 38, 0.8);
      border: 0px solid rgba(225, 170, 38, 0.8); }

.custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer; }
.custom-checkbox label {
  position: relative;
  cursor: pointer;
  color: #777072; }
.custom-checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #777072;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  margin-top: -3px; }
.custom-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 6px;
  height: 6px;
  background: #542012; }

.cmspage ul {
  list-style: unset;
  margin-left: 20px; }

.loader-bg {
  position: fixed;
  background: #e3dcde;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9; }

.loader {
  border: 16px solid #e1aa26;
  border-radius: 50%;
  border-top: 16px solid #542012;
  border-bottom: 16px solid #542012;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%;
  margin: 0 auto;
  z-index: 999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@media (max-width: 767.98px) {
  header {
    padding: 10px 0; }
    header .top-header {
      padding: 0px 0; }

  .rightbtn {
    display: none; }

  .stellarnav.mobile.active .navbar-close {
    display: block; }

  .stellarnav.mobile.active .linkmenu {
    overflow: visible;
    overflow-y: auto;
    height: 100%; }

  .respbtn {
    display: block;
    text-align: center; }
    .respbtn .callusbtn {
      margin-bottom: 20px; }
    .respbtn .loginbtn {
      margin-bottom: 20px; } }

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