/*
Theme Name: 
Theme URI: 
Author: Greenbyte
Author URI: http://www.green-byte-web.com/
Description: A free WordPress theme for blogs that are designed to have beautiful typography. It is developed using responsive design, ensuring that your blog will be no less beautiful when viewed on a smartphone or tablet.
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, pink, responsive-layout, full-width-template, one-column, two-columns, featured-images, translation-ready, right-sidebar, editor-style, custom-header, custom-background, custom-menu, threaded-comments
Text Domain: tribute
This theme, like WordPress, is licensed under the GPL.
*/

:root {
  --light-golden-color: #b98b53;
  --golden-color: #BE8005;
  --golden-hover-color: #a36e04;
  --white-color: #fff;
  --black-color: #000;
  --dark-orange-color: #FF9400;
  --dark-orange-hover-color: #cc7600;
  --font-muellerhoff: "Herr Von Muellerhoff", cursive;
  --font-lato: "Lato", sans-serif;
  --dark-gray: #222;
  --light-gray: #ccc;
  --font-playfair: "Playfair Display", serif;
}


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');

@font-face {
  font-family: 'FontAwesome';
  src: url(fonts/FontAwesome.otf);
}


::-webkit-input-placeholder {
  color: #0e0e0e;
  font-family: 14px;
  font-family: var(--font-lato);
  font-weight: 500;
}

:-moz-placeholder {
  color: #0e0e0e;
  font-family: 14px;
  font-family: var(--font-lato);
  font-weight: 500;
}

:-ms-input-placeholder {
  color: #0e0e0e;
  font-family: 14px;
  font-family: var(--font-lato);
  font-weight: 500;
}

.alignnone {
  margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
  margin: 5px auto
}

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

.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

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

a img.alignnone {
  margin: 5px 20px 20px 0
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
  color: #a6a6a6;
  font-style: italic;
}

p.wp-caption-text {
  color: #a6a6a6;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 15px;
  margin-top: 10px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

blockquote {
  background: #f9f9f9;
  color: #222222;
  overflow: hidden;
  border-left: 4px solid #cd2122;
  position: relative;
  font-size: 21px;
  font-style: italic;
  padding: 18px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
}

a,
button,
input:focus,
textarea:focus,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

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

::selection {
  background: #00aee4;
  color: #fff
}

a {
  color: var(--golden-color);
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--golden-hover-color);
  outline: 0;
}

ul li {
  font-weight: 400;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  line-height: 36px;
}

ol li {
  font-weight: 400;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  line-height: 36px;
}

ul {
  list-style: none;
  padding: 0px;
}

ul li a {
  color: var(--golden-color);
}
ul li a:hover {
  color: var(--golden-hover-color);
}

address {
  color: #fff;
  line-height: 26px;
  font-size: 13px;
  margin-bottom: 15px;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help
}

big {
  font-size: 125%
}

pre {
  background-color: #fff;
  border: #eaeaea solid 1px;
  color: #8a8a8a;
  font-size: 13px;
  line-height: 26px
}

label {
  color: #858585;
  font-size: 13px;
  font-weight: normal;
  display: block;
  margin-bottom: 0;
}

.form-control,
#comment,
label input {
  border: 1px solid #cccccc;
  height: 45px;
  box-sizing: border-box;
  border-radius: 0px;
  box-shadow: none;
  font-size: 13px;
  resize: none;
  background: #none;
  position: relative;
  width: 100%;
}

input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:focus {
  box-shadow: none;
  outline: 0;
}

button {
  outline: none;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 25px;
  border: 1px solid #fff;
  border-radius: 0px;
}

button:hover,
.search-submit:hover {
  background-color: #cd2122;
}

.btn {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: Lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .8333rem;
  padding: 1rem 3rem;
  letter-spacing: 3px;
  background-color: var(--black-color);
  color: var(--golden-color);
}

.btn-black {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: Lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .8333rem;
  padding: 1rem 3rem;
  letter-spacing: 3px;
  background-color: var(--black-color);
  color: var(--golden-color);
  border-color: var(--black-color);
}

.btn-black:hover {
  background-color: #1a1a1a;
  color: #be8005;
}


.btn-orange {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: Lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  padding: 1rem 3rem;
  letter-spacing: 3px;
  background-color: var(--dark-orange-color);
  color: var(--white-color);
  line-height: normal;
}

.btn-orange:hover {
  background-color: var(--dark-orange-hover-color);
  transition: all .3s ease-in-out;
  color: var(--white-color);
}

.btn:hover,
.btn:focus,
.btn:active:focus {
  background: var(--black-color);
  color: var(--golden-color);
  outline: none;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

input[type="text"],
input[type="email"],
textarea {
  border: 1px solid #9b9b9b;
  height: 45px;
  box-sizing: border-box;
  border-radius: 0px;
  box-shadow: none;
  font-size: 13px;
  resize: none;
  background: none;
  position: relative;
  width: 100%;
  padding-left: 14px;
  outline: none;
}

textarea {
  height: auto;
  padding: 10px 12px;
}

button,
input[type="submit"] {
  background: #fff;
  padding: 12px 30px;
  color: #272727;
  border: none;
  outline: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-appearance: default-button;
}

button,
input[type="submit"]:hover {
  background: #272727;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0;
  font-weight: 400;
}

h1 {
  font-size: 40px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px
}

h5 {
  font-size: 18px
}

h6 {
  font-size: 16px
}

p {
    font-size: 20px;
    font-family: var(--font-lato);
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
    color: var(--dark-gray);
}

body {
  color: #3f3f3f;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 1.625;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background-color: #f9f9fb;
}

/* Global Styling */

body img {
  max-width: 100%;
}

section {
  display: block;
  padding: 40px 0;
}

.row72 {
  width: 100%;
  max-width: 75%;
  margin: 0 auto;
}

.media-body550 {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

.section-heading149 {
  margin-bottom: 2rem;
  display: block;
}

.max-width800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.max-width770 {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}


.section-heading50 {
  margin-bottom: 2rem;
  display: block;
}

.section-heading50 h3 {
  font-size: 50px;
  font-family: var(--font-playfair);
  font-weight: 400;
  color: var(--black-color);
  line-height: 60px;
}

.banner-title {
  color: var(--white-color);
  font-size: 41px;
  line-height: 50px;
  font-family: var(--font-playfair);
  font-weight: 400;
  font-style: italic;
  padding: 0 15%;
}

.section-heading149 h3 {
  font-size: 149px;
  line-height: 149px;
  color: var(--golden-color);
  font-weight: 400;
  margin: 0 0 -.2em -.15em;
  font-family: var(--font-muellerhoff);
}

.section-heading149 h4 {
  font-size: 41px;
  line-height: 41px;
  color: var(--black-color);
  font-family: var(--font-playfair);
  text-transform: uppercase;
  letter-spacing: 3px;
}

.section-heading72 h1 {
  font-size: 72px;
  line-height: 86px;
  color: var(--dark-gray);
  font-family: var(--font-playfair);
  font-weight: 400;
  font-style: italic;
}

.section-heading35 {
  margin-bottom: 1rem;
}

.section-heading35 h3 {
  font-size: 35px;
  line-height: 41px;
  font-family: var(--font-playfair);
  color: var(--dark-gray);
}

.gray-divider {
  display: block;
  width: 100%;
  max-width: 230px;
  height: 1px;
  background-color: var(--light-gray);
  margin: 0 auto 20px auto;
}

.gray-divider100 {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 1px;
  background-color: var(--light-gray);
  margin: 0 auto 20px auto;
}

.gray-divider40 {
  display: block;
  width: 100%;
  max-width: 40%;
  height: 1px;
  background-color: var(--light-gray);
  margin: 0 auto 20px auto;
}

.min-width600 {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}

.container1440 {
  width: 100%;
  max-width: 1440px;
  position: relative;
  padding:0 15px;
  margin: 0 auto;
}

.light-gray-divider {
  display: block;
  width: 100%;
  max-width: 286px;
  height: 2px;
  background-color: #e8e8e8;
  margin: 40px auto 30px auto;
}

.light-gray-double-border {
    border: 1px solid #ccc;
    display: block;
    padding: 2px;
    margin: 45px auto;
    border-left: 0;
    border-right: 0;
}

.mob-hide {
  display: none;
}


.section-title257 {
  font-size: 252px;
  line-height: 282px;
  font-family: var(--font-muellerhoff);
  color: #e8e8e8;
  font-weight: 400;
}



.mb-1rem {margin-bottom: 1rem;}
.mb-2rem {margin-bottom: 2rem;}
.mb-3rem {margin-bottom: 3rem;}
.mb-4rem {margin-bottom: 4rem;}
.mb-5rem {margin-bottom: 5rem;}
.mb-6rem {margin-bottom: 6rem;}
.mb-7rem {margin-bottom: 7rem;}
.mb-8rem {margin-bottom: 8rem;}
.mb-9rem {margin-bottom: 9rem;}
.mb-10rem {margin-bottom: 10rem;}

.mt-1rem {margin-top: 1rem;}
.mt-2rem {margin-top: 2rem;}
.mt-3rem {margin-top: 3rem;}
.mt-4rem {margin-top: 4rem;}
.mt-5rem {margin-top: 5rem;}
.mt-6rem {margin-top: 6rem;}
.mt-7rem {margin-top: 7rem;}
.mt-8rem {margin-top: 8rem;}
.mt-9rem {margin-top: 9rem;}
.mt-10rem {margin-top: 10rem;}
.mt-15rem {margin-top: 15rem;}
.mt-16rem {margin-top: 16rem;}
.mt-17rem {margin-top: 17rem;}
.mt-18rem {margin-top: 18rem;}
.mt-19rem {margin-top: 19rem;}
.mt-20rem {margin-top: 20rem;}

/* Header */

.top-header .header-info {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
  padding-right: 40px;
}

.top-header .header-info .top-info {
  margin-right: 30px;
}

.top-header .header-info .top-info a {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  color: var(--white-color);
  letter-spacing: 2px;
  padding: 0 1.5rem;
}


.home .header .top-header {
  padding-top: 60px;
  padding-left: 50px;
}

.home .top-header .logo svg {
  max-height: 150px;
  width: 100%;
  max-width: 90%;
}

.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
  width: 100%;
  max-width: 100% !important;
}

.stellarnav.mobile > ul > li {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}








/* Global Banner */

.global-banner {
  margin-top: 19rem;
  display: block;
}


/*  Home Banner */

.home-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.home-banner .bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background-color: #000;
}

.home-banner .media-body {
  position: relative;
  z-index: 4;
    transform: translate(0%, 100%);
}

.home-banner::before {
  content: '';
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.4);
  top: 1.2rem;
  right: 1rem;
  bottom: 1.2rem;
  left: 1rem;
}

.home-banner::after {
  content: '';
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.4);
  top: 1rem;
  right: 1.2rem;
  bottom: 1rem;
  left: 1.2rem;
}

.home-banner .btn {
  position: relative;
  font-size: 17px;
}

.home-banner .btn:before {
  content: '';
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .4);
  top: -1px;
  right: -5px;
  bottom: -1px;
  left: -5px;
}

.home-banner .btn:after {
  content: '';
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .4);
  top: -5px;
  right: -1px;
  bottom: -5px;
  left: -1px;
}

.home-banner .btn:hover {
  background-color: #1a1a1a;
}

.home-banner .banner-title {
    margin-bottom: 40px;
}

/* Home Banner -- Below Section Statement */

.home-statement {
  background-color: var(--black-color);
  padding: 6rem 0rem;
}

.home-statement .media-body {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    align-items: center;
}

.home-statement h5 {
    font-size: 24px;
    line-height: 29px;
    color: white;
    margin-bottom: 0;
    font-family: var(--font-playfair);
    text-transform: uppercase;
    letter-spacing: 3px;
}

.home-statement .media-body p {
    margin-bottom: 0;
    color: #fff;
}


.home-statement .divider {
  font-size: 1.44rem;
  display: block;
  margin-bottom: 0;
  padding: 0 2rem;
  color: #be8005;
  font-family: "Playfair Display", Georgia, Cambria, "Times New Roman", Times, serif;
}

/* GLobal Form Layout */

.GlobalFormLayout {
    position: relative;
    overflow: hidden;
}

.GlobalFormLayout:before {
    position: absolute;
    top: 4rem;
    right: 0;
    bottom: 4rem;
    left: 0;
    background: var(--light-golden-color);
    content: '';
}

.GlobalFormLayout .min-width600 {
    padding: 2rem;
    background: var(--black-color);
    position: relative;
}

.GlobalFormLayout .field {
  position: relative;
}

.GlobalFormLayout .field label {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: .25rem;
  padding-left: .5rem;
  transition: color .4s ease, transform .2s ease-in-out, margin .2s ease-in-out, opacity .4s ease-in;
  z-index: 3;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  cursor: pointer;
  color: #525252;
}

.GlobalFormLayout input[type="text"], .GlobalFormLayout input[type="email"], .GlobalFormLayout input[type="tel"] {
  padding: 20px 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  background-color: var(--white-color);
  width: 100%;
  outline: none;
  border: 0px;
  border-bottom: 1px solid #ccc;
  padding-top: 2.8rem;
  padding-bottom: 1.8rem;
  color: #525252;
}

.GlobalFormLayout textarea {
  padding: 20px 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  height: 185px;
  background-color: var(--white-color);
  width: 100%;
  outline: none;
  border: 0px;
  border-bottom: 1px solid #ccc;
  border: 0px;
  border-bottom: 1px solid #ccc;
  padding-top: 2.8rem;
  padding-bottom: 1.8rem;
  color: #525252;
}

.GlobalFormLayout input[type="text"]:focus, .GlobalFormLayout input[type="email"]:focus, .GlobalFormLayout input[type="tel"]:focus, .GlobalFormLayout textarea:focus {
  background: #e0eeff;
}


.GlobalFormLayout input[type="submit"] {
  width: 100%;
  color: var(--white-color);
  background-color: var(--dark-orange-color);
  font-size: 17px;
  text-transform: uppercase;
  padding: 1rem 3rem;
  letter-spacing: 3px;
  margin-top: -10px;
}

.GlobalFormLayout input[type="submit"]:hover {
  background-color: var(--dark-orange-hover-color);
}

/* Global Four Column layout with Image */

.GlobalFourColumnlayoutwithImage .entry-post {
    text-align: center;
    border-right: 1px solid #fff;
}

.GlobalFourColumnlayoutwithImage .entry-img {
  padding: 5rem 0;
  background-color: var(--light-golden-color);
}

.GlobalFourColumnlayoutwithImage .entry-post:nth-child(2n) .entry-img {
  background-color: var(--black-color);
  position: relative;
  top: 2rem;
}

.hmcontact1 .GlobalContactInfowithForm {
  margin-top: 8rem;
}
.hmcontact1 .section-heading50 p {
  text-align: left;
}

















/* Global Image Layout With Content */

.globalImageLayoutWithContent .entry-post {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.globalImageLayoutWithContent .entry-post .entry-img {
  position: relative;
  overflow: hidden;
  display: block;
}

.globalImageLayoutWithContent .entry-post .entry-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.globalImageLayoutWithContent .entry-post .entry-overlay h6 {
  letter-spacing: 3px;
  font-size: 20px;
  line-height: 36px;
  color: var(--golden-color);
  margin-bottom: 0px;
  background-color: rgba(0,0,0,.8);
  padding: .7rem .3rem;
  text-transform: uppercase;
}

.globalImageLayoutWithContent .entry-post .entry-overlay h6:hover {
  color: var(--golden-hover-color);
}

.globalImageLayoutWithContent .media-body {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
}

.globalImageLayoutWithContent .section-heading35 h3 {
  line-height: 55px;
  font-style: italic;
}

.globalImageLayoutWithContent .flex-row-reverse .entry-post {
    margin-left: -15px;
}


/*  Global Content With Layout - 1 */

.globalContentwithImageLayout .media-body {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.globalContentwithImageLayout .title-wrapper {
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex-order: 2;
    order: 2;
    max-width: 42%;
    margin-bottom: 2rem;
}

.globalContentwithImageLayout .left-image {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    -ms-flex-order: 1;
    order: 1;
    max-width: 33%;
    margin-right: -7%;
}

.globalContentwithImageLayout .right-image {
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    -ms-flex-order: 3;
    order: 3;
    max-width: 42%;
    margin-left: -10%;
}

.globalContentwithImageLayout .title-wrapper .section-heading35 {
    background-color: rgba(185,139,83,.8);
    padding: 3rem;
    position: relative;
    text-align: center;
    z-index: 4;
    margin-bottom: 0px;
}

.globalContentwithImageLayout .title-wrapper .section-heading35 h3 {
  color: var(--white-color);
  margin-bottom: 10px;}

.globalContentwithImageLayout .left-image, .globalContentwithImageLayout .right-image {
  position: relative;
}

.globalContentwithImageLayout .left-image::after {
  content: '';
  position: absolute;
  background: #000;
  z-index: -1;
  top: 7%;
  left: 88%;
  width: 100%;
  height: 83%;
}

.globalContentwithImageLayout .right-image:after {
  content: '';
  position: absolute;
  background: #000;
  right: 0;
  bottom: -15%;
  width: 22%;
  height: 30%;
}

/* Home Integrity */


.home-integrity .media-body {
    padding-left: 30px;
}

.home-integrity .media-body1 {
    position: relative;
}

.home-integrity .media-body1:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    border: 1px solid white;
    height: 100%;
    padding: 1px;
    border-top: 0;
    border-bottom: 0;
}

.home-integrity .media-body {
  margin-top: 2rem;
}

.home-integrity .section-title257 {
  position: absolute;
  right: 0px;
  top: 0px;
}

.home-integrity .media-square {
  position: relative;
  height: 100%;
}

.home-integrity .media-square:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: inherit;
  bottom: 90px;
  right: 0;
  left: inherit;
  height: 11rem;
  width: 17rem;
  background: #000;
}

.home-integrity .media-square:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: inherit;
  bottom: 50px;
  right: 50%;
  width: 51%;
  height: 8rem;
  background: rgba(185, 139, 83, .8);
}

.home-integrity .media-body .media-txt {
    padding-right: 20px;
}

.home-integrity .media-body2 blockquote {
  border-color: transparent;
  padding: 3rem 6rem;
  width: 100%;
  max-width: 800px;
}

.home-integrity .media-body2 blockquote p {
  font-size: 35px;
  line-height: 62px;
  color: #808080;
  font-family: var(--font-playfair);
}

.home-integrity1 .gray-divider100 {
  max-width: 55%;
  margin: 0;
}


.home-integrity1 .media-square::before,.home-integrity1 .media-square::after {
  bottom: -50px;
}

.home-integrity1 blockquote cite {
  font-size: 17px;
  line-height: 30px;
  font-family: var(--font-playfair);
  font-weight: 700;
  color: var(--golden-color);
}

.home-integrity .media-body2 blockquote {
  max-width: 70%;
}


.home-integrity .media-body2 {
  margin-top: 4rem;
}


/* Global Content With Layout-3  */

.globalContentwithLayout3 {
  position: relative;
}

.globalContentwithLayout3 .media-body1 {
  position: relative;
  z-index: 1;
  width: 74%;
  margin: 0 0 0 auto;
  margin-bottom: -2rem;
}

.globalContentwithLayout3 .media-body1:before {
    content: '';
    position: absolute;
    top: 10%;
    left: -30%;
    width: 71%;
    height: 62%;
    background: #000;
}

.globalContentwithLayout3 .media-body1 figure {
  position: relative;
}


.globalContentwithLayout3 .media-body1 figure::after {
  content: '';
  position: absolute;
  z-index: 3;
  width: 40%;
  height: 38%;
  background: rgba(185, 139, 83, .8);
  bottom: -10%;
  left: -14%;
}

.globalContentwithLayout3 .welcome-title {
    font-size: 257px;
    line-height: 308px;
    font-family: var(--font-muellerhoff);
    color: #e8e8e8;
    position: absolute;
    bottom: 0;
    top: auto;
    right: auto;
    left: 0;
    transform: translate(30%, 81%);
    z-index: 9;
}


.globalContentwithLayout3 .media-body {
    padding-left: 45px;
}


.globalContentwithLayout3 .media-body p {
  color: #222;
}


/* Inner Banner */

.inner-banner {
  padding-top: 22rem;
}

/* procedure page */

.procedure-page .media-list {
  border-top: 1px solid #ccc;
}

.procedure-page .image-wrapper figure {
  margin-bottom: 0px;
  width: 100%;
  position: relative;
}

.procedure-page .image-wrapper figure::after {
  content: '';
  position: absolute;
  z-index: 2;
  border: 0 solid #f6f6f6;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  top: 0;
  bottom: -1px;
  width: 6px;
  border-width: 0 1px;
  right: 1rem;
}

.procedure-page .media-list .image-wrapper figure img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  -o-object-fit:cover;
}

.procedure-page .media-list .desc-wrapper {
  width: 100%;
  max-width: 50%;
}

.procedure-page .media-list .image-wrapper {
  width: 100%;
  max-width: 600px;
}


.procedure-page .desc-wrapper {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  display: block;
}

.procedure-page .desc-wrapper h3 a {
  color: var(--black-color);
}

.procedure-page .desc-wrapper p {
  margin-bottom: 30px;
  padding: 0 15px;
}

.procedure-page .desc-wrapper .gray-divider100 {
  width: 100%;
  max-width: 50%;
  display: block;
  margin: 30px auto;
}

.procedure-page .desc-wrapper .btn {
  font-size: 17px;
  font-weight: 700;
  padding: 1.2rem 3.7rem;
  color: var(--white-color);
}

.procedure-page .desc-wrapper .btn:hover {
  color: var(--golden-color);
}








/* Global Location */


.global-location .location-info {
  margin-top: 1rem;
  position: relative;
}
.global-location .location-info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  bottom: 0;
  background-color: var(--light-golden-color);
  height: 80%;
  width: 100%;
}

.global-location .info-wrapper1 {
  display: flex;
  align-items: center;
  background: black;
}


.global-location .info-wrapper1 .info {
  padding: 2rem  3rem;
  width: 100%;
}

.global-location .info-wrapper1 .info .location-title a {
  font-size: 35px;
  line-height: 41px;
  color: var(--golden-color);
}

.global-location .info-wrapper1 .info address span {
  font-size: 20px;
  line-height: 26px;
  color: var(--white-color);
  text-align: center;
}

.global-location .info-wrapper1 .locations-btns .btn-orange {
  width: 100%;
  border: 0px;
}

.global-location .map-info {
  height: 100%;
}

.global-location .map-info img {
  height: 100%;
  width: 100%;
}

.global-location .time-box {
  display: flex;
}

.global-location .time-box span {
  color: var(--white-color);
}

.global-location .time-box  .week {
  flex: 1;
  text-align: right;
  padding-left: .5rem;
  margin-right: 11px;
}
.global-location .location-timing {
  text-align: center;
}

.global-location .time-box .time {
  flex: 2;
  padding-left: .5rem;
  text-align: left;
}

.global-location p {
  color: var(--white-color);
}

.global-location address {
  margin-bottom: 0px;
}


.page-id-263 .global-location .section-heading149 h3 {
  font-size: 72px;
  color: var(--dark-gray);
  font-family: 'Playfair Display', sans-serif !important;
  font-style: italic;
  line-height: 86px;
}

.global-location .locations-btns .icon {
  font-size: 17px;
  margin-right: 4px;
}


/* Global Social -- Layout */

.global-social {
  padding: 5rem 0;
}

.global-social .social ul {
  display: flex;
}

.global-social .social ul li {
  margin-right: 20px;
}

.global-social .section-heading35 h3 {
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

.global-social .section-heading35 h3::after {
  position: absolute;
  top: 0;
  right: -40px;
  bottom: 0;
  font-style: normal;
  content: '/';
  color: var(--dark-gray);
}

.global-social .section-heading35 {
  margin-right: 70px;

}

.global-social .social .fa {
  font-size: 45px;
  line-height: 40px;
}

.global-social .social a {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  border: 2px solid var(--golden-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.global-social .social ul li:last-child .fa {
  font-size: 30px;
}









/*

font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', sans-serif;
font-family: "Herr Von Muellerhoff", cursive;
*/

.global-pages blockquote {
  border-left: 0px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem 0;
  border: 1px solid var(--light-gray);
  border-width: 1px 0;
}

.global-pages blockquote p {
  font-size: 29px;
  line-height: 52px;
  font-style: italic;
  color: var(--dark-gray);
  font-family: var(--font-playfair);
}


.global-pages ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
  column-gap: 1rem;
  column-count: 2;
}
.global-pages ul li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: .5rem 0 .5rem .8rem;
  border-left-width: 2rem;
  break-inside: avoid-column;
  position: relative;
  padding: .3rem 0;
  padding-left: .5rem;
  list-style-position: inside;
  border-left: 1.5rem solid #b98b53;
  border-left-width: 2.2rem;
}

.global-pages ul li:before {
  content: '';
  bottom: 0;
  top: 1em;
  background-size: .6rem;
  left: -2rem;
  width: 2rem;
  background-image: url(https://d1l9wtg77iuzz5.cloudfront.net/assets/3715/121063/original_square.svg?1441385563);
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  color: #fff;
  text-align: center;
}

.global-pages h3 {
  font-size: 50px;
  line-height: 60px;
  font-family: var(--font-playfair);
  color: var(--dark-gray);
  position: relative;
  padding-bottom: 1rem;
  margin: 2rem 0 1rem;
}

.global-pages h3:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}


.global-pages figure {
  background: transparent;
  border-color: transparent;
}

.global-pages figcaption {
  background: #000;
  color: white;
  padding: 1rem 3rem;
  width: 100%;
}

.global-pages figure img {
  max-width: 100%;
}





/* sticky */
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
}

.header.sticky {
  top: 0px;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: auto;
  background: var(--black-color) !important;
  padding: 0px;
}

.header.sticky .top-header {
  padding: 10px 0;
}
.header.sticky .top-header .logo svg {
  max-width: 35%;
}

.header.sticky .top-header .header-info .top-info a {
  color: var(--golden-color);
}

.header.sticky .logo {
  padding-left: 10%;
}

.header.sticky .stellarnav .menu-toggle span.bars .menu-title {
  color: var(--golden-color);
}

.header.sticky .stellarnav.dark .menu-toggle span.bars span {
  background-color: var(--golden-color);
}


/* validation-errors */
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {border: 2px solid #f7e700; clear: both; color: #a94442; background-color: #f2dede; border-color: #ebccd1; margin-left: 0px;}
.wpcf7-not-valid { border-color: red !important;}
span.wpcf7-not-valid-tip {display: none;}
div.wpcf7-mail-sent-ok { border: 2px solid #398f14;   color: #3c763d;    background-color: #dff0d8;    border-color: #d6e9c6;  clear: both;  margin-left: 0px;}
.wpcf7-spinner {display: none !important;}
.wpcf7-response-output {display: none;}

/* footer */

.site-footer {
  background-color: var(--black-color);
  padding: 40px 0;
}

.site-footer p {
  color: #fff;
}

.global-popop {
  background-color: var(--black-color);
}

.global-popop .modal-body {
  padding: 0 !important;
}

.global-popop .popup-body {
  text-align: center;
  padding: 1rem 1.5rem;
  background: #333;
}
.global-popop .popup-body h3 {
  margin-bottom: 10px;
}

.global-popop .popup-body p {
  color: var(--white-color);
  line-height: 31px;
  font-size: 24px;
}

.global-popop .popup-body .location-btn .btn-black {
  display: block;
}

.popup-box .map-info img {
  width: 100%;
  height: 184px;
  object-fit: cover;
  -o-object-fit: cover;
}


.global-popop .close {
  color: white !important;
  font-family: var(--font-lato);
  font-size: 20px;
  font-weight: 500;
  opacity: 1;
  letter-spacing: 1px;
  position: absolute;
  right: 40px;
  top: 20px;
}

.global-popop .close:hover {
  background-color: transparent;
}

.global-popop .modal-footer {
  background-color: var(--black-color);
  border-color: var(--black-color);
  border-radius: 0px;
  justify-content: center;
  text-align: center;
}


.error404  header, .page-template-default .header, .page-template-flexible-content .header {
  background: var(--black-color);
}

.error404 .top-header, .page-template-default .top-header, .page-template-flexible-content .top-header {
  padding: 20px;
}

.error404 .top-header .logo, .page-template-default .top-header .logo, .page-template-flexible-content .top-header .logo {
  padding: 0;
  position: relative;
  left: 20px;
}

.error404 .top-header svg, .page-template-default .top-header svg, .page-template-flexible-content .top-header svg {
  max-width: 96%;
}

.error404 .top-header .top-info a, .page-template-default .top-header .top-info a, .page-template-flexible-content .top-header .top-info a {
  color: var(--golden-color);
}

.error404 .stellarnav .menu-toggle span.bars .menu-title,    .page-template-default .stellarnav .menu-toggle span.bars .menu-title, .page-template-flexible-content .stellarnav .menu-toggle span.bars .menu-title {
  color: var(--golden-color);
}

.error404 .stellarnav.dark .menu-toggle span.bars span,
.page-template-default .stellarnav.dark .menu-toggle span.bars span, .page-template-flexible-content  .stellarnav.dark .menu-toggle span.bars span {
  background-color: var(--golden-color);
}

.home .header {
  background: transparent;
}

.home .top-header .top-info a {
  color: var(--white-color);
}

.home .stellarnav .menu-toggle span.bars .menu-title {
  color: var(--white-color);
}

.home .stellarnav.dark .menu-toggle span.bars span {
  background-color: var(--white-color);
}

.page-template-default .top-header .header-info, .page-template-flexible-content .top-header .header-info {
  padding-right: 25px;
}

.page-template-default .header.sticky .top-header .logo, .page-template-flexible-content .header.sticky .top-header .logo {
  left: 40px;
}

.sub-menu-toggle {display: none;}

.page-id-492 .aioseo-html-page-sitemap ul {
  column-count: 1;
}


/* Sitemap */

.sitemap-page .section-heading72 h1 {
  font-size: 35px;
  line-height: 41px;
  font-style: normal;
}

.sitemap-page .max-width800 .light-gray-divider {
  max-width: 80%;
}

.sitemap-page ul {
  margin-bottom: 35px;
}

.sitemap-page ul ul li {
  margin-bottom: 10px;
}

.sitemap-page ul > li > a {
  font-size: 29px;
  line-height: 35px;
  text-transform: uppercase;
}
.sitemap-page ul ul li > a {
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize
}


/* Header Popup 2 */

.top-header .header-info .top-nav .open-btn {
  margin: 0;
  padding: 0 1.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 2px;
}

.top-header .header-info .top-nav .open-btn:hover {
  background-color: transparent;
}


.popup{
  position:fixed;
  inset:0;
  background:#000;
  transform:translateY(-100%);
  transition:.5s ease;
  z-index:999;
  overflow-y:auto;
}

.popup.active{
  transform:translateY(0);
}

  /* Close */
.popup2 .close{
  position:absolute;
  top:20px;
  right:30px;
  color:#fff;
  cursor:pointer;
  letter-spacing:2px;
  font-size:14px;
}

  /* Container */
.popup2 .right{
    max-width:520px;
    margin:auto;
    padding:120px 40px 60px;
}

.popup2 .tabs {
    display:flex;
    gap:30px;
    margin-bottom:40px;
    flex-wrap:wrap;
    justify-content: space-between;
  }

.popup2 .tab {
  color: var(--golden-color);
  cursor: pointer;
  font-size: 17px;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 0;
  border-bottom: 4px solid var(--black-color);
  padding: 0 0 .2rem;
}

.popup2 .tab.active {
  color:var(--white-color);
  border-bottom: 4px solid #fff;
}

.popup2 .tab.active::after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:2px;
  background:var(--gold);
}

.popup2 .tab-content{
  display:none;
}

.popup2 .tab-content.active{
  display:block;
}

/* Accordion Menu */
.popup2 .menu-item{
  padding:1rem;
  border-bottom: 1px solid rgba(204,204,204,.4);
  color:var(--golden-color);
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

.popup2 .menu-item:first-child {
  border-top: 1px solid rgba(204,204,204,.4);
}

.popup2 .menu-item .icon i{
  color:#fff;
  transition:.3s;
}

.popup2 .menu-item:hover .icon i{
  color:var(--golden-color);
}

/* Submenu */

.popup2 .submenu{
  max-height:0;
  overflow:hidden;
  transition:max-height .4s ease;
}

.popup2 .submenu a{
  display:block;
  padding:12px 0 12px 20px;
  color:#bbb;
  text-decoration:none;
  font-size: 20px;
  line-height: 34px;
}

.popup2 .submenu a:hover{
  color:var(--golden-color);
}

/* Simple Menu */
.popup2 .simple-menu a {
  display:block;
  padding:1rem;
  border-bottom: 1px solid rgba(204,204,204,.4);
  color:var(--golden-color);
  text-decoration:none;
  font-size: 24px;
  line-height: 34px;
}

.popup2 .simple-menu a.active {
  background-color: var(--white-color);
  color: var(--black-color);
}

.popup2 .simple-menu a:first-child {
  border-top: 1px solid rgba(204,204,204,.4);
}

.simple-menu a:hover{
  background-color:var(--white-color);
  color: var(--black-color);
}

/* Responsive */
@media (max-width:768px){
  .right{
    padding:100px 25px 50px;
  }
  .menu-item{
    font-size:16px;
  }
  .simple-menu a{
    font-size:16px;
  }
}

@media (max-width:480px){
  .tabs{
    gap:15px;
  }
  .tab{
    font-size:13px;
  }
  .menu-item{
    padding:16px 0;
  }
}

.popup2 .close {
  color: #fff;
  opacity: 1;
  font-size: 17px;
  font-weight: 400;
}

.popup2 .close:hover {
    color: white;
    opacity: 1;
}
 



/* ==============================
   MENU BASE
============================== */
 


/* ==============================
   DROPDOWN
============================== */
.popup2 .simple-menu3 .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: transparent;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: none;
    z-index: 99;
}

.popup2 .simple-menu3 .sub-menu.open {
    display: block;
}
 

.popup2 .simple-menu3 .menu-item-has-children > a::after {
  margin-left: 6px;
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.popup2 .simple-menu3 .menu-item-has-children.parentMenuActive > a::after {
  margin-left: 6px;
  content: "\f00d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}











/* ==============================
   MOBILE
============================== */
@media (max-width: 768px) {
    .simple-menu3 > ul > li {
        display: block;
    }

    .simple-menu3 .sub-menu {
        position: relative;
        box-shadow: none;
    }
}


.simple-menu3 .parentMenuActive .sub-menu {
  display: block;
  position: relative;
}
.popup2 .simple-menu3 .menu-item.parentMenuActive {
  flex-direction: column;
  justify-content: start;
  width: 100%;
  flex: 1;
}
.popup2 .simple-menu3 .menu-item.parentMenuActive a {
  width: 100%;
}
.popup2 .simple-menu3 .menu-item.parentMenuActive .sub-menu {
  width: 100%;
}

.main-menu .dropdown-menu {
    display: none; /* Initially hidden */
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

.main-menu .menu-item {
    position: relative;
}

.main-menu .dropdown-menu li {
    padding: 5px 10px;
}

.popup2 .simple-menu3 ul ul li {
  border: 0;
  padding: 0px;
}

.popup2 .simple-menu3 ul ul li a {
  font-size: 20px;
  line-height: 34px;
  display: block;
}

.popup2 .simple-menu1 ul li a {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

.popup2 .simple-menu1 ul li a:hover {
  color: var(--golden-hover-color);
}


.popup2 .simple-menu3 ul ul li:first-child {
    border-top: 0;
}

.related-menu-title {
  font-size: 41px;
  line-height: 75px;
  font-family: var(--font-playfair);
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  color: var(--white-color);
}


.popup2 .simple-menu2 ul li .menu-parent-name {
  display: block;
  width: 100%;
  padding: 1rem;
}

.popup2 .simple-menu2 ul li {
  flex-direction: column;
  align-items: start;
}

.popup2 .simple-menu2 ul ul {
  width: 100%;
  text-align: left;
}

.popup2 .simple-menu2 ul li {
  padding: 0;
  border: 0;
}

.popup2 .simple-menu2 ul li {
  padding: 0;
  border: 0;
}

.popup2 .simple-menu2 ul ul li a {
  padding: 10px;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(204,204,204,.4);
}


.header.sticky .top-header .header-info .top-nav .open-btn {
  color: var(--golden-color);
}




.popup2 .simple-menu1 ul li {
  padding: 0;
}

.popup2 .simple-menu1 ul li a {
  padding: 1rem;
  display: block;
  width: 100%;
}

.popup2 .simple-menu1 ul li.current_page_item > a {
  background-color: var(--white-color);
  color: var(--black-color);
}

.popup2 .simple-menu3 ul li {
    padding:0px;
}


.popup2 .simple-menu3 ul li a {
  display: block;
  width: 100%;
  padding: 1rem;
}


.popup2 .simple-menu3 ul li.current_page_item > a, .popup2 .simple-menu2 ul li.current_page_item > a {
  background-color: var(--white-color);
  color: var(--black-color);
}

.page-template-flexible-content header.sticky .top-header .header-info .top-nav .open-btn {
  color: var(--golden-color);
}


.page-template-flexible-content .header .top-header .header-info .top-nav .open-btn {
  color: var(--golden-color);
}

.page-template-default .header .top-header .header-info .top-nav .open-btn, .error404 .header .top-header .header-info .top-nav .open-btn {
  color: var(--golden-color);
}

.error-page .page-title {
  font-size: 41px;
  line-height: 41px;
  color: var(--black-color);
  font-family: var(--font-playfair);
  text-transform: uppercase;
  letter-spacing: 3px;
}


.home .header .top-header .header-info .top-nav .open-btn {
  color: white;
}



















