* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus {
  outline: none;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  cursor: pointer;
}

input[type=file]::-o-file-upload-button {
  cursor: pointer;
}

input[type=file] {
  cursor: pointer;
}

html body {
  font-family: "Google Sans", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  padding: 0px 0 0 0;
  margin: 0px;
  position: relative;
}

*::-moz-selection {
  color: var(--white);
  background: var(--primary);
}

*::selection {
  color: var(--white);
  background: var(--primary);
}

*::-moz-selection {
  color: var(--white);
  background: var(--primary);
}

*::-webkit-selection {
  color: var(--white);
  background: var(--primary);
}

*::-ms-selection {
  color: var(--white);
  background: var(--primary);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Google Sans", sans-serif;
  border: 0;
  outline: 0;
  font-size: 100%;
}

b,
strong {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  font-family: "Google Sans", sans-serif;
  font-weight: normal;
  color: var(--title);
  text-decoration: none;
  outline: none !important;
  transition: all 0.5s;
}

body a:focus {
  outline: none !important;
}

body a:hover {
  color: var(--primary);
  outline: none !important;
  transition: all 0.5s;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li {
  list-style: none;
}

input,
select,
textarea,
.site textarea {
  font-family: "Google Sans", sans-serif;
  font-weight: normal;
  width: 100%;
  background: #fff;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
}

body p {
    padding-bottom: 10px;
    color: var(--title);
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
	letter-spacing: -0.2px;
}

body p a {
  color: var(--dark);
  font-weight: 600;
}

body p:last-child {
  padding-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Newsreader", serif !important;
}

h1 {
  color: var(--title);
  font-size: 72px;
  font-weight: 500;
  line-height: 119.444%;
  letter-spacing: -1.44px;
}

h2 { 
  color: var(--title);
  font-size: 54px;
  font-weight: 500;
  line-height: 111.111%;
  letter-spacing: -1.08px;
}

h3 {
  color: var(--title);
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}

h4 {
  color: var(--title);
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

h5 {
  color: var(--title);
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
}

h6 {
  color: var(--title);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
  color: var(--secondary);
  font-style: italic;
  font-family: "Newsreader", serif !important;
}

.gform_wrapper .gform_heading {
  display: none;
}

.gform_wrapper.gravity-theme form {
  position: relative;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
  background: rgb(255, 255, 255);
  height: 60px;
  padding: 5px 30px !important;
  color: var(--title);
  font-size: 16px !important;
  font-weight: 400;
  border-radius: 100px;
  font-family: "Google Sans", sans-serif !important;
  border: 1px solid #DFDCDB;
  line-height: unset !important;
  min-height: unset !important;
}

.gform_wrapper .gfield input::-moz-placeholder,
.gform_wrapper .gfield select::-moz-placeholder,
.gform_wrapper .gfield textarea::-moz-placeholder {
  color: rgba(44, 41, 38, 0.70);
  font-weight: 400;
}

.gform_wrapper .gfield input::placeholder,
.gform_wrapper .gfield select::placeholder,
.gform_wrapper .gfield textarea::placeholder {
  color: rgba(44, 41, 38, 0.70);
  font-weight: 400;
}

.gform_wrapper .gfield select {
  line-height: normal !important;
}

.gform_wrapper .gfield select option {
  color: #000;
}

.gform_wrapper .gfield input:focus,
.gform_wrapper .gfield select:focus,
.gform_wrapper .gfield textarea:focus {
  border-color: var(--primary);
}

.gform_wrapper .gfield_checkbox input,
.gform_wrapper input[type=checkbox] {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  height: 14px;
  width: 14px;
  line-height: 14px !important;
  padding: 0 !important;
  margin-right: 9px;
  position: relative;
  cursor: pointer;
  height: auto !important;
}

.gform_wrapper .gfield_error legend {
  color: #222 !important;
}

.gform_wrapper .gfield_error label {
  color: #999 !important;
}

.gform_wrapper .gfield .gfield_checkbox .gfield_label {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
}

.gform_wrapper .gfield_checkbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.gform_wrapper .gfield legend.gfield_label {
  margin-bottom: 20px;
}

.gform_wrapper .gfield legend.gfield_label .gfield_required {
  display: none;
}

.gform_wrapper .gfield_checkbox label {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: capitalize;
}

.gform_wrapper .gfield select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.gform_wrapper .gfield .ginput_container_select::before {
  position: absolute;
  content: "";
  background-image: url("../images/drop-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 9px;
  right: 20px;
  top: 0;
  pointer-events: none;
  bottom: 0;
  margin: auto 0;
}

html .gform_wrapper .gfield textarea {
  height: 120px !important;
  resize: none;
  padding: 20px 30px !important;
  border-radius: 30px;
}

.gform_wrapper .gfield div.ginput_container {
  background-color: transparent;
  width: 100%;
}

.gform_wrapper::-webkit-input-placeholder,
.gform_wrapper:-ms-input-placeholder,
.gform_wrapper::placeholder {
  color: #fff !important;
  opacity: 1 !important;
  font-weight: 400;
}

.gform_wrapper .gform_footer {
  position: relative;
  width: 100%;
}

.ginput_container_consent label.gfield_consent_label {
  color: #4D4D4D;
  font-size: 16px;
}

.gform_wrapper .gfield div.ginput_container {
  position: relative;
}

.ginput_container_consent label.gfield_consent_label a {
  color: var(--primary);
}

.ginput_container_consent label.gfield_consent_label a:hover {
  color: var(--dark);
}

.gform_wrapper .gform_footer .gform_button {
  text-align: center;
  appearance: none;
  z-index: 11;
  cursor: pointer;
  margin: 0 !important;
  width: 100%;
  letter-spacing: 0.48px;
  background-color: var(--primary);
  padding: 17px 32px 17px 32px;
  display: inline-block;
  border: 1px solid var(--primary);
  transition: all 0.5s;
  color: var(--white);
  border-radius: 100px;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: unset !important;
  min-height: unset !important;
}

.gform_wrapper .gform_footer .gform_button:hover {
    background: #96742a;
    border-color: #96742a;
}

.gform_wrapper input::-webkit-outer-spin-button,
.gform_wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.gform_wrapper input[type=radio] {
  height: 15px !important;
  width: 15px !important;
  margin-right: 5px;
  line-height: normal !important;
}

.gform_wrapper .gfield_radio {
  display: grid;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.gform_wrapper .gfield_radio>.gchoice {
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  padding: 10px 15px 10px 14px;
}

.gform_wrapper .gfield_radio label {
  color: #999;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
  white-space: nowrap;
}

.gform_validation_errors {
  background: transparent !important;
  border: 1px solid red !important;
  margin: 15px 0 !important;
  padding: 0 !important;
  text-align: center;
  height: auto !important;
  line-height: normal;
  box-shadow: unset !important;
}

.gform_validation_errors h2.gform_submission_error {
  padding: 10px !important;
  font-size: 12px !important;
  line-height: 120% !important;
  background: transparent;
  font-weight: 500 !important;
  margin-top: 0px !important;
  letter-spacing: 0.4px;
  color: red !important;
  text-align: center;
  margin: 0 !important;
  text-transform: capitalize;
}

.gform_validation_errors span.gform-icon.gform-icon--close {
  display: none !important;
}

.gfield_validation_message {
  background: transparent !important;
  border: 0 !important;
  font-size: 13px !important;
  padding: 0 !important;
  color: red !important;
  font-weight: 400;
  letter-spacing: 0.5px !important;
  text-align: left;
}

.instruction.validation_message {
  display: none;
}

.gform_confirmation_message h3 {
  padding: 20px 0 0;
  font-weight: 600;
}

.gform_confirmation_message p {
  font-size: 18px !important;
  color: var(--text);
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-gap: 15px 18px !important;
}

legend.gfield_label {
  color: #222;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: -0.4px;
}

.gform_confirmation_message img {
  margin-left: 0;
}

.gform_confirmation_message h3 {
  padding: 10px 0 0;
  font-weight: 600;
  font-size: 30px;
  color: #fff;
}

.gform_confirmation_message p {
  line-height: normal;
  font-size: 18px;
  color: var(--text);
}

.gform_confirmation_message {
  margin-top: 10px;
  color: green;
  font-weight: 700;
  font-size: 18px;
  background: #e1ffe1;
  padding: 20px 30px;
  text-align: center;
  border-radius: 5px;
}

.id-wrapper {
  margin-top: -120px;
  padding-top: 120px;
  display: block;
  width: 100%;
  pointer-events: none;
}

.for-mobile {
  display: none;
}
/* 
.fixed {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
} */

#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 888;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  background: transparent;
  margin: 0 auto;
  padding-top: 20px;
}


#header::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(32, 12, 46, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

#header ul.menu {
    display: flex;
    align-items: center;
    justify-content: right;
}
#header .header-main-menu {
    padding: 10px 20px;
    margin: 0 auto;
    position: relative;
    width: fit-content;
    border-radius: 100px;
    background: transparent;
}
#header.fixed .header-main-menu {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}

#header ul.menu li a {
    color: var(--title);
    position: relative;
    font-family: "Google Sans", sans-serif;
    cursor: pointer;
    line-height: normal;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    padding: 18px 30px;
    border-radius: 50px;
    background-color: transparent;
}

#header ul.menu li a:hover {
    background: #e9e9e9;
}
#header.fixed ul.menu li a:hover {
    background: #F6F6F5;
}

#header li.menu-logo-item {
    margin: 0px 10px;
}


#header ul.menu li a:hover::before,
#header ul.menu li.active a::before,
#header ul.menu li.menu-has-children:hover>a::before {
  opacity: 1;
}

#header ul.menu li.menu-item-has-children a::before {
  content: none;
}

#header ul.menu li.menu-has-children:hover>a {
  color: var(--primary);
}

#header .mobile-info-wrap {
  display: none;
}

#header ul.menu span.submenu-click-arrow {
  background: url("../images/ic-menu-dropdown-arrow-black.svg") no-repeat;
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  left: auto;
  right: 0px;
  top: 8px;
  cursor: pointer;
  transition: all ease 0.5s;
  background-size: contain;
  pointer-events: none;
}

#header ul.menu ul.sub-menu {
  background-color: var(--white);
  width: 240px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 10px;
  top: 40px;
  transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.5s;
  -webkit-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -moz-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -o-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform-origin: top;
  border-radius: 5px;
}

#header ul.menu ul.sub-menu li {
  width: 100%;
  height: auto;
  margin: 0 0 2px;
  position: relative;
  padding: 0px;
  text-align: left;
}

#header ul.menu ul.sub-menu li a {
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--dark);
  font-weight: 600;
  transition: none;
  cursor: pointer;
  transition: all 0.5s;
  line-height: 120%;
  border-radius: 5px;
}

#header ul.menu ul.sub-menu li:last-child a {
  border: 0;
}

#header ul.menu li.menu-item-has-children {
  padding-right: 20px;
}

#header ul.menu li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

#header ul.menu li.menu-item-has-children::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 20px;
  top: auto;
  bottom: -19px;
}


body:not(.home) #header ul.menu > li:hover>a,
#header ul.menu ul.sub-menu li:hover a {
  color: var(--primary) !important;
}

#header.fixed .wrapper ul.menu > li:hover>a {
  color: var(--primary) !important;
}

#header ul.menu > li:last-child {
  margin-right: 0px;
}

#header .right-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}



#header li.menu-logo-item .header-logo a {
    display: block;
    width: 140px;
    color: unset !important;
    position: unset !important;
    line-height: unset !important;
    font-size: unset !important;
    font-style: unset !important;
    font-weight: unset !important;
    text-transform: unset !important;
    padding: 0;
    border-radius: 0px;
    background: transparent !important;
}
#header.fixed li.menu-logo-item .header-logo a {
    width: 68px;
}

#header li.menu-logo-item .header-logo a img {
  width: 100%;
  max-height: unset;
  height: auto;
}

#header ul.menu ul.sub-menu li a:hover {
  color: var(--white) !important;
  background-color: var(--secondary);
}
#header.fixed ul.menu {
  gap: 0;
}

/**/
#header .res_navigation {
  cursor: pointer;
  display: none;
}

.res_navigation .nav-toggle {
  display: block;
  position: relative;
  transition: 0.3s ease;
  z-index: 9;
  width: 27px;
  height: 22px;
  top: 2px;
}

.res_navigation .nav-toggle span {
  position: absolute;
  height: 3px;
  border-radius: 10px;
  width: 100%;
  background: var(--dark);
  left: auto;
  right: 0;
  top: 0;
}

.res_navigation .nav-toggle span:first-child,
.res_navigation .nav-toggle span:nth-child(2) {
  transition: 0.2s ease-in-out;
  width: 25px;
}

.res_navigation .nav-toggle span:nth-child(2) {
  top: 8px;
}

.res_navigation .nav-toggle span:last-child {
  top: 16px;
  width: 16px;
  transition: opacity 0.2s ease-in-out;
}

.res_navigation .nav-toggle.active {
  transform: rotate(45deg);
}

.res_navigation .nav-toggle.active span:first-child {
  transform: translateX(-3%) rotate(90deg);
  top: 8px;
}

.res_navigation .nav-toggle.active span:last-child {
  opacity: 0;
}

#header.fixed .header-logo a {
  max-width: 150px;
}


.mobile-list-menu {
  display: none;
}

#header .header-btn-wrapper .btn-main.sm:hover {
  background: #d80005;
}

/* section css start */
.container {
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  float: none;
  padding: 0 15px;
}

:root {
  --primary: #BA9034;
  --secondary: #947873;
  --title: #2C2926;
  --dark: #2C2926;
  --white: #ffffff;
}

.text-center {
  text-align: center;
}

.btn-wrapper {
    display: inline-flex;
    margin: 0 auto;
    margin-top: 35px;
    gap: 20px;
	flex-wrap: wrap;
}

.btn-main {
    background: var(--primary);
    padding: 18px 35px;
    display: flex;
    border-radius: 100px;
    cursor: pointer;
    font-family: "Google Sans", sans-serif;
    color: var(--white);
    gap: 12px;
    align-items: center;
    width: fit-content;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    border: 1px solid var(--primary);
}

.btn-main:hover {
  background: var(--title);
  color: var(--white);
  border-color: var(--title);
}

.btn-main.btn-dark {
  background: var(--title);
  border-color: var(--title);
}

.btn-main.btn-dark:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.btn-main.btn-outline-white {
  background: transparent;
  border-color: var(--white);
}
.btn-main.btn-outline-white:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--title);
}
.btn-main.btn-outline-white.sm {
  padding: 13px 25px;
}
.btn-main.btn-outline-white img {
  transition: all 0.5s;
}
.btn-main.btn-outline-white:hover img{
  filter: brightness(0);
}

/* width */
::-webkit-scrollbar {
  height: 4px;
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2) !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

.mCSB_scrollTools {
  opacity: 1 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--secondary) !important;
}

.jump-link {
  display: block;
  width: 100%;
  margin-top: -110px;
  padding-top: 110px;
}

.page-not-found {
    padding: 210px 0px 50px;
    position: relative;
}
.page-not-found .btn-wrap {
    display: flex;
    justify-content: center;
}

.page-not-found h1 {
  color: #ee0000;
  margin-bottom: 40px;
  letter-spacing: normal;
  font-size: 40px;
  font-family: "Google Sans", sans-serif;
  line-height: 120%;
}

/* common-inner-banner-section */
/* .common-inner-banner-section {
  padding: 160px 0px 80px 0px;
  position: relative;
  background: var(--secondary);
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.common-inner-banner-section h1 {
  color: #ffffff;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 106.25%;
  text-transform: capitalize;
  letter-spacing: 0px;
}

.common-content-section {
  padding: 70px 0px 70px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.common-content-section .common-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.common-content-section .common-content-wrapper h1,
.common-content-section .common-content-wrapper h2,
.common-content-section .common-content-wrapper h3,
.common-content-section .common-content-wrapper h4,
.common-content-section .common-content-wrapper h5,
.common-content-section .common-content-wrapper h6 {
  margin: 10px 0px;
  line-height: 130%;
  text-align: left;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.common-content-section .common-content-wrapper p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 150%;
}

.common-content-section .common-content-wrapper ol {
  margin: 15px 0px;
  position: relative;
  padding-left: 30px;
}

.common-content-section .common-content-wrapper ol>li {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
  list-style: decimal !important;
}

.common-content-section .common-content-wrapper ul {
  position: relative;
  margin: 20px 0px;
}

.common-content-section .common-content-wrapper ul>li {
  position: relative;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
  padding-left: 20px;
}

.common-content-section .common-content-wrapper ul>li::before {
  content: "";
  height: 9px;
  width: 9px;
  display: block;
  position: absolute;
  left: 0px;
  top: 11px;
  border-radius: 50px;
  background: #000;
}

.common-content-section .common-content-wrapper h1 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
}

.common-content-section .common-content-wrapper h2 {
  color: #000;
  font-size: 37px;
  font-style: normal;
  font-weight: 800;
}

.common-content-section .common-content-wrapper h3 {
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
}

.common-content-section .common-content-wrapper h4 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
}

.common-content-section .common-content-wrapper h5 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.common-content-section .common-content-wrapper h6 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
}

.common-content-section .common-content-wrapper a {
  color: var(--primary);
  font-weight: 500;
}

.common-content-section .common-content-wrapper a:hover {
  color: #000;
} */

.entry-title {
  display: none;
}


section main#content {
    display: none;
}

.subtitle {
    color: var(--title);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
}
.main-banner-section {
  position: relative;
  background-color: #F7F6F5;
  padding: 222px 0px 0px 0px;
  background-image: url(../images/bg-shap.svg);
  background-repeat: no-repeat;
  background-position: top center;
}

.main-banner-section h1 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 15px;
}
.main-banner-section h1 img.balloons-bg-shap {
  position: absolute;
  right: -82px;
  top: -74px;
}
.main-banner-section .wrapper {
  position: relative;
}

.image-slider {
  padding: 75px 0px 120px 0px;
  position: relative;
}
.image-slider .splide__slide {
  height: 520px;
}
.image-slider .splide__slide img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}


.about-us-wrapper {
  position: relative;
  padding-bottom: 110px;
}
.about-us-wrapper .about-main-wrapper {
  display: grid;
  grid-template-columns: 540px auto;
  gap: 90px;
}
.about-us-wrapper .about-main-wrapper .left-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.about-us-wrapper .about-main-wrapper .right-col p {
  padding-bottom: 30px;
}
.about-us-wrapper .about-main-wrapper .right-col p:last-child {
  padding-bottom: 0px;
}
.about-us-wrapper .about-main-wrapper .right-col .btn-wrapper {
  margin-top: 40px;
}

.about-info-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.about-info-wrap h3 {
  font-family: "Google Sans", sans-serif !important;
  margin-bottom: 2px;
}
.about-info-wrap h3 span {
  color: #BA9034;
  font-style: normal;
  line-height: 50% !important;
  font-size: 45px;
  font-weight: bolder;
}
.about-info-wrap p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.logo-main-wrapper {
  position: relative;
}
.logo-main-wrapper h5 span {
  font-style: normal;
}
.logo-main-wrapper h5 {
  margin-bottom: 40px;
}


.logo-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.logo-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(223, 220, 219, 0.00) 0%, #DFDCDB 50%, #DFDCDB 75%, rgba(223, 220, 219, 0.00) 100%);
  height: 1px;
}
.logo-wrapper .logo-box {
  padding: 45px 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-right: 1px solid #DFDCDB;
}
.logo-wrapper .logo-box:last-child {
  border-right: 0px;
}
.logo-wrapper .logo-box img {
    mix-blend-mode: luminosity;
	transition: all 0.5s;
	cursor: pointer;
}
.logo-wrapper .logo-box img:hover {
    mix-blend-mode: unset;
}


.service-section {
  position: relative;
  padding: 100px 0px;
}
.service-listing {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.service-box {
  position: relative;
  height: 500px;
  width: 31.8%;
  overflow: hidden;
  border-radius: 20px;
  transition: transform 0.5s linear 0s;
}
.service-box .image {
  height: 100%;
  width: 100%;
}
.service-box .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s linear 0s;
}
.service-box:hover .image img {
  transition: transform 0.5s linear 0s;
  transform: scale(1.1);
}
.service-box .service-info-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 10;
}
.service-box:hover .service-info-wrap {
  height: 90%;
}
.service-box:hover .service-info-wrap::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 63.32%);
}
.service-box .service-info-wrap::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.service-box .service-info-wrap h4 {
  color: var(--white);
}
.service-box .service-info-wrap p {
  color: var(--white);
  font-size: 18px;
  line-height: 145%;
}
.service-box .service-info-wrap .btn-wrap {
  margin-top: 20px;
}
.service-listing .service-box:nth-last-child(-n + 2) {
  width: 48.8%;
}

.service-section h2 {
  margin-bottom: 40px;
}
.service-box .service-info-wrap .hide-element {
  margin-top: 18px;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
.service-box:hover .service-info-wrap .hide-element {
  max-height: 100%;
  opacity: 1;
}

.bg-image-one {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
.bg-image-two {
  position: absolute;
  right: 0;
  top: 14px;
  pointer-events: none;
  z-index: -1;
}


.testimonial-section {
  position: relative;
  background-color: #947873;
  padding: 100px 0px;
}
.testimonial-section h2 {
  color: var(--white);
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 45px;
}
.testimonial-section h2 img {
  position: absolute;
  right: -60px;
  top: -60px;
  max-height: unset;
}

.testimonial-box {
  background-color: #F7F6F5;
  padding: 30px 50px 30px 30px;
  position: relative;
  border-radius: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
}

.testimonial-slider {
  overflow: visible;
}
.testimonial-slider .swiper-wrapper {
  align-items: stretch;
}
.testimonial-slider .swiper-slide {
  opacity: .4;
  transition: opacity .4s ease;
  height: auto;
}
.testimonial-slider .swiper-slide-active {
  opacity: 1;
}
.testimonial-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.testimonial-navigation {
  display: flex;
  gap: 15px;
}
.testimonial-prev,
.testimonial-next {
  width: 54px;
  height: 54px;
  border: 1px solid var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--white);
  background-color: transparent;
  transition: all 0.5s;
}
.testimonial-prev:hover,
.testimonial-next:hover {
  background: var(--white);
}
.testimonial-prev:hover svg path,
.testimonial-next:hover svg path{
  stroke: var(--title);
}


.testimonial-box .image {
  height: 340px;
  width: 100%;
}
.testimonial-box .image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.testimonial-box .info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
.testimonial-box .info-wrapper p {
  font-size: 22px;
}
.testimonial-box .info-wrapper p img {
  margin: 0 15px 0px 0px;
  display: inline-block;
}
.testimonial-box .info-wrapper h6 {
  text-transform: uppercase;
  font-family: "Google Sans", sans-serif !important;
  margin-bottom: 4px;
}
.testimonial-box .info-wrapper .bottom-wrapper span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
}

.testimonial-section .testimonial-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
}


.contact-section {
  position: relative;
  padding: 100px 0px;
  background-color: #F6F3EF;
}
.contact-section .bg-image-one {
  z-index: 1;
}
.contact-section .row-wrapper {
  display: grid;
  grid-template-columns: auto 657px;
  gap: 70px;
  position: relative;
}
.contact-section h2 {
  margin-bottom: 20px;
}
.contact-form {
  background-color: var(--white);
  padding: 45px 30px 35px 30px;
  position: relative;
  border-radius: 30px;
  text-align: center;
}

.contact-form h3 {
  font-weight: 500;
  margin-bottom: 5px;
}
.contact-form p {
  font-size: 16px;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.testimonial-box .info-wrapper .more-info-wrap {
  height: 250px !important;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.arrow-image {
  margin-right: -36px;
  margin-top: 30px;
}
.contact-section .row-wrapper .left-wrapper {
  padding-top: 25px;
}
.instagram-section {
  padding-top: 100px;
  position: relative;
}

.instagram-section::after {
  content: "";
  height: 180px;
  width: 100%;
  background-color: #EADFDC;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: auto;
  pointer-events: none;
}

.instagram-section .title-wrapper span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.instagram-section .title-wrapper {
  margin-bottom: 50px;
	
    position: relative;
    z-index: 1;
}

.instagram-section .title-wrapper h3 a {
  color: #947873;
  font-family: "Newsreader", serif !important;
  text-transform: uppercase;
}
.instagram-section .title-wrapper h3 a:hover {
  color: var(--title);
}

.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}


footer.footer-sec {
  padding: 70px 0px;
  position: relative;
  background-color: #EADFDC;
}
.footer-top {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 35px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.footer-top a {
  font-size: 18px;
  font-weight: 500;
  line-height: 155.556%;
}
.footer-top .footer-sm-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
p.copyright {
  padding-bottom: 0px;
  font-size: 14px;
}

ul.social-list {
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
  width: fit-content;
  flex-wrap: wrap;
  gap: 10px;
}

ul.social-list li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid rgba(56, 52, 49, 0.40);
  padding: 6px;
  background-color: transparent;
}
ul.social-list li a:hover {
  background-color: var(--title);
}
ul.social-list li a svg{
  transition: all 0.5s;
}

ul.social-list li a:hover svg{
  filter: brightness(0) invert(1);
}

.footer-logo a {
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  width: 140px;
  display: block;
}


.contact-section .container {
  z-index: 5;
}

.instagram-gallery-feed.loaded .instagram-gallery__actions {
    display: none;
}
#header.fixed ul.menu li.highlight a {
    background: var(--dark);
    color: var(--white) !important;
}

body img.gform_ajax_spinner {
    display: none !important;
}
