@font-face {
  font-family: "Enoway Pro";
  src: url("../css/fonts/EnowayPro-Regular.ttf") format("truetype"), url("../css/fonts/EnowayPro-Regular.otf") format("opentype"), url("../css/fonts/EnowayPro-Regular.woff") format("woff"), url("../css/fonts/EnowayPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Fonseca";
  src: url("../css/fonts/Fonseca-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  .container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 650px) {
  .container {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #051017;
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 1%;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

:focus {
  outline: 0;
}

.no-padding {
  padding-right: 0;
  padding-left: 0;
}

.no-scroll {
  overflow: hidden;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.mobile {
  display: none;
}

@media only screen and (max-width: 990px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: none;
  }
  .tablet {
    display: block;
  }
}
@media only screen and (max-width: 650px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin-bottom: 1em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
13.4 Plugins
--------------------------------------------------------------*/
/* Added to help with load issues */
.slick-load {
  height: 100vh;
}

.slick-load:after {
  content: "\f110";
  color: #799900;
  display: block;
  font-family: FontAwesome;
  font-size: 72px;
  font-style: normal;
  font-weight: normal;
  left: calc(50% - 36px);
  position: absolute;
  text-decoration: inherit;
  top: calc(50% - 36px);
  z-index: 888;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  visibility: visible;
  opacity: 1;
}

.slick {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 889;
}

.slick.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slick .slick-slide {
  display: none;
}

.slick .slick-slide:first-child {
  display: block;
  visibility: hidden;
}

.slick.slick-initialized .slick-slide {
  display: block;
  visibility: visible !important;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
label {
  display: inline-block;
  font-weight: 700;
  max-width: 475px;
  margin-bottom: 5px;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
select {
  background: #051017;
  color: #E8E8E8;
  border: 0px;
  font-family: "Lexend", sans-serif;
  border-radius: 0;
  width: 100%;
  padding-left: 0;
}

input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #E8E8E8;
  font-family: "Lexend", sans-serif;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #E8E8E8;
  font-family: "Lexend", sans-serif;
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #E8E8E8;
  font-family: "Lexend", sans-serif;
}

input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #E8E8E8;
  font-family: "Lexend", sans-serif;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #E8E8E8;
  font-family: "Lexend", sans-serif;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  color: rgba(232, 232, 232, 0.5);
  border: 0px;
  outline: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea {
  padding: 23px 26px;
}

textarea,
select {
  width: 100%;
}

.wpcf7 .row:not(.no-underline) p {
  border-bottom: 1px solid rgba(232, 232, 232, 0.3);
}

.wpcf7-spinner {
  position: absolute;
  top: 50px;
}

/*--------------------------------------------------------------
Desktop Nav
--------------------------------------------------------------*/
.desktop-navbar {
  position: relative;
  z-index: 99;
}
.desktop-navbar .dropdown-menu > li.open > a {
  background-color: #FFFFFF;
  color: #A8894D !important;
}
@media screen and (min-width: 1500px) {
  .desktop-navbar .container {
    max-width: 100% !important;
    padding: 0 38px;
  }
}

.navbar {
  padding: 26px 0;
  background-color: #051017;
  z-index: 2;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar a {
  font-family: "Fonseca", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar a:hover {
  color: #A8894D;
}
@media only screen and (max-width: 1200px) {
  .navbar a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .navbar #mobile-primary-navigation {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: block !important;
  }
  .navbar #mobile-primary-navigation .dropdown-menu {
    position: static !important;
  }
  .navbar #mobile-primary-navigation .nav.navbar-nav {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .navbar #primary-navigation {
    display: none !important;
  }
}
.navbar > .container .navbar-nav > .menu-item {
  font-size: 18px;
  margin: 10px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.navbar > .container .navbar-nav > .menu-item.show {
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .navbar > .container .navbar-nav > .menu-item {
    margin: 0px;
    padding: 15px 0 !important;
    display: block;
  }
}
.navbar > .container .dropdown > .dropdown-menu {
  border: 0px;
  margin: 0;
  background-color: #A8894D;
  padding: 0;
  z-index: 99;
}
.navbar > .container .dropdown > .dropdown-menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar > .container .dropdown > .dropdown-menu .menu-item:last-child {
  border-bottom: 0;
}
.navbar > .container .dropdown > .dropdown-menu .menu-item a {
  width: 100%;
  padding: 10px 20px;
  color: #FFFFFF;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-family: "Fonseca", sans-serif;
}
.navbar > .container .dropdown > .dropdown-menu .menu-item a:hover {
  color: #A8894D;
  background-color: #051017;
}
@media only screen and (max-width: 1024px) {
  .navbar > .container .dropdown > .dropdown-menu .menu-item a {
    padding: 10px 0px;
  }
}
.navbar .hamburger-inner,
.navbar .hamburger-inner::before,
.navbar .hamburger-inner::after {
  background-color: #A8894D;
}

.dropdown-toggle:after {
  content: "";
  border: 0px;
  margin-left: 5px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 0;
  background-image: url("../images/chevron-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#primary-navigation .dropdown.open > .dropdown-menu {
  display: block;
  border-radius: 0px;
  min-width: 275px;
  padding: 0;
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*--------------------------------------------------------------
Mobile Nav
--------------------------------------------------------------*/
.mobile-navbar {
  display: none;
}

.mobile-navbar {
  width: 100%;
  height: 100vh;
  right: 0;
  top: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.83);
  backdrop-filter: blur(8px);
  position: fixed;
  z-index: 99;
}
.mobile-navbar .mobile-wrapper {
  width: 77vw;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-left: auto;
  background: #A8894D;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-navbar .navbar {
  position: static;
  background: none;
}
.mobile-navbar .navbar li {
  position: relative;
  padding-right: 0 !important;
  border-bottom: 1px solid #E8E8E8;
}
.mobile-navbar .navbar li a {
  color: #FFFFFF;
  font-size: 28px;
  position: relative;
}
.mobile-navbar .navbar li.third-level-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile-navbar .navbar li.third-level-menu a:hover {
  color: #FFFFFF !important;
  background-color: transparent !important;
}
@media only screen and (max-width: 650px) {
  .mobile-navbar .navbar li a {
    font-size: 24px;
  }
}
.mobile-navbar .navbar .dropdown-menu {
  background: transparent !important;
  margin-left: 10px !important;
}
.mobile-navbar .navbar .dropdown-menu a {
  font-size: 20px;
}
@media only screen and (max-width: 650px) {
  .mobile-navbar .navbar .dropdown-menu {
    top: 0;
    left: 0;
  }
  .mobile-navbar .navbar .dropdown-menu a {
    font-size: 18px;
  }
}
.mobile-navbar .navbar .dropdown-toggle:after {
  content: "";
  border: 0px;
  margin-left: 5px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border: 0;
  background-image: url("../images/math-plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 5px;
}
.mobile-navbar .navbar .dropdown-toggle[aria-expanded=true]:after, .mobile-navbar .navbar .dropdown-toggle.opened:after {
  background-image: url("../images/math-minus.svg");
}
@media only screen and (max-width: 1024px) {
  .mobile-navbar .navbar {
    padding: 20px 30px;
  }
}
.mobile-navbar .social-icons {
  padding-bottom: 45px;
  padding-left: 20px;
}
.mobile-navbar .social-icons a {
  font-size: 16px;
  margin: 0 16px;
}
.mobile-navbar .social-icons a:last-child {
  margin-right: 20px;
}
@media only screen and (max-width: 650px) {
  .mobile-navbar .social-icons a {
    margin: 0 10px;
    font-size: 12px;
  }
}

.mobile-navbar .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/**
 * Controls the menu hamburger
**/
.toggle-section {
  display: none;
  height: 50px;
  width: 50px;
  position: relative;
  z-index: 100;
}

.toggle-section .navbar-toggle {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  text-shadow: none;
  z-index: 999;
  height: 100%;
  width: 100%;
  background: transparent;
  box-shadow: none;
}

.toggle-section .navbar-toggle:hover,
.toggle-section .navbar-toggle:focus {
  background-color: transparent;
  color: #A8894D;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0px;
}

.toggle-section .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
  position: absolute;
  height: 4px;
  width: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  left: 0px;
}

.toggle-section .navbar-toggle:hover .icon-bar,
.toggle-section .navbar-toggle:focus .icon-bar {
  background-color: #FFFFFF;
}

.toggle-section .navbar-toggle .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
  top: 15px;
}

.toggle-section .navbar-toggle .middle-bar {
  opacity: 0;
  top: 23px;
}

.toggle-section .navbar-toggle .bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
  bottom: 15px;
}

.toggle-section .navbar-toggle.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.toggle-section .navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}

.toggle-section .navbar-toggle.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

/**
 * Controls the back to top button
**/
.btt-top {
  display: inline-block;
  height: 75px;
  width: 75px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(168, 137, 77, 0.8) url(/wp-content/themes/costa-union-club-theme/images/btt-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 999;
}

.btt-top:hover {
  background-color: #a8894d;
  cursor: pointer;
}

.btt-top.cd-is-visible,
.btt-top.cd-fade-out,
.no-touch .btt-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.btt-top.cd-is-visible {
  /* The button becomes visible */
  visibility: visible;
  opacity: 1;
}

.btt-top.cd-fade-out {
  /* If the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}

.no-touch .btt-top:hover {
  background-color: rgb(255, 68, 35);
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .navbar-desktop {
    display: none;
  }
  .navbar-default {
    background-color: transparent;
    border: none;
  }
  .navbar-default .navbar-nav {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-nav {
    float: none !important;
    margin: 0;
  }
  .navbar-nav > li {
    float: none;
    padding: 15px 0;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 15px;
    font-size: 25px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  /* Since v3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
  .mobile-navbar {
    display: none;
  }
  .navigation-section > .row {
    position: relative;
  }
  .navbar-brand .logo {
    height: 45px;
    width: auto;
  }
  .navbar .navbar-brand {
    min-width: 0px;
    z-index: 9;
    margin-left: 15px;
  }
  .toggle-section {
    display: block;
    margin-right: 15px;
  }
  .toggle-section .navbar-toggle {
    margin: 0;
    padding: 0;
  }
  .navbar .nav .menu-item .dropdown-menu a {
    text-transform: revert;
  }
  .btt-top.cd-is-visible {
    visibility: hidden;
  }
}
.navbar-v2 .navbar {
  position: relative;
}
.navbar-v2 .navbar .toggle-section {
  display: block;
}
.navbar-v2 .navbar .navbar-brand {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1px;
}
.navbar-v2 .navbar a {
  color: #FFFFFF;
}
.navbar-v2 .mobile-navbar {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: rgba(0, 0, 0, 0.83);
}
.navbar-v2 .mobile-navbar .navbar {
  background-color: transparent;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.navbar-v2 .mobile-navbar .navbar .current-menu-item a {
  border-bottom: 0;
}
.navbar-v2 .mobile-navbar .navbar .navbar-nav {
  max-width: 1014px;
  margin: auto;
}
.navbar-v2 .mobile-navbar .navbar .navbar-nav > li {
  font-size: 32px;
  margin-bottom: 50px;
}
.navbar-v2 .mobile-navbar .navbar .navbar-nav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-v2 .mobile-navbar .navbar .navbar-nav > li > ul.dropdown-menu {
  font-size: 22px;
  background-color: transparent;
  position: absolute;
  top: 5px;
  font-size: 22px;
  left: 320px;
  margin-top: 0;
  padding: 0;
}
.navbar-v2 .mobile-navbar .navbar .navbar-nav > li.show .caret {
  height: 1px;
  width: 100px;
  background: white;
  margin-left: 25px;
}
.navbar-v2 .mobile-navbar.open-navbar {
  width: 100vw;
}

footer {
  padding-top: 70px;
  border-top: 1px solid rgba(232, 232, 232, 0.2);
}
footer h2 {
  font-weight: 400;
  margin-bottom: 21px;
}
@media only screen and (max-width: 990px) {
  footer h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 650px) {
  footer h2 {
    margin-top: 31px;
    margin-bottom: 10px;
  }
}
footer .top-footer {
  padding: 99px 0 111px;
}
@media only screen and (max-width: 650px) {
  footer .top-footer {
    padding: 50px 0 31px;
  }
}
footer .top-footer .map-container {
  height: 113px;
  width: 100%;
  max-width: 208px;
  background: #FFFFFF;
  margin: 0;
}
footer .footer-logo {
  margin-bottom: 50px;
}
footer .userful-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 86px;
}
footer .userful-links li {
  font-size: 18px;
  font-family: "Fonseca", sans-serif;
}
footer a, footer a * {
  color: #E8E8E8;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
footer a:hover, footer a *:hover {
  color: #A8894D;
}
footer .information {
  max-width: 1120px;
  margin: auto;
}
footer .information h2 {
  font-size: 20px;
  font-family: "Fonseca", sans-serif;
}
footer .information p, footer .information a {
  font-family: "Fonseca", sans-serif;
}
footer .information .email h2 {
  font-size: 32px;
  font-family: "Enoway Pro", sans-serif;
}
footer .information p {
  margin-bottom: 0;
}
footer .footer-bottom {
  border-top: 1px solid rgba(232, 232, 232, 0.2);
  margin-top: 70px;
}
footer .copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 650px) {
  footer .copyright {
    margin: 0;
  }
}
footer .copyright p {
  margin: 0;
  font-family: "Fonseca", sans-serif;
}
footer .copyright .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}
@media only screen and (max-width: 650px) {
  footer .copyright .social-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 650px) {
  footer .footer-links {
    -ms-flex-item-align: start;
        align-self: start;
  }
  footer .userful-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 10px;
    margin-bottom: 40px;
  }
  footer .information > div {
    padding: 0;
  }
  footer .copyright p {
    max-width: 200px;
  }
}

.btn {
  font-size: 18px;
  border-radius: 0px;
  text-transform: uppercase;
  border: 0px;
  padding: 20px 45px !important;
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Fonseca", sans-serif;
}
.btn:hover, .btn:focus, .btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (max-width: 650px) {
  .btn {
    padding: 20px 20px !important;
  }
}

.btn-solid-primary {
  color: #FFFFFF;
  background-color: #A8894D;
}
.btn-solid-primary:hover {
  color: #FFFFFF;
  background-color: #A8894D;
}

.btn-solid-primary.white-hover:hover {
  color: #A8894D;
  background-color: #FFFFFF;
}

.btn-solid-white {
  color: #051017;
  background-color: #E8E8E8;
}
.btn-solid-white:hover {
  color: #E8E8E8;
  background-color: #051017;
}

.btn-outline {
  border: 1px solid #A8894D;
  color: #A8894D;
}
.btn-outline:hover {
  background-color: #A8894D;
  color: #FFFFFF;
}

.btn-white-outline {
  border: 1px solid #FFF;
  color: #FFF;
}
.btn-white-outline:hover {
  background-color: #FFF;
  color: #A8894D;
}

.btn.primary path, .btn.primary svg {
  fill: #A8894D;
}

.btn.primary-2 path, .btn.primary-2 svg {
  fill: #E8E8E8;
}

.btn.primary-3 path, .btn.primary-3 svg {
  fill: #A8894D;
}

.btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.btn-arrow svg {
  width: 16px;
}
.btn-arrow.btn-solid-primary svg path {
  fill: #FFFFFF;
}
.btn-arrow.btn-solid-white svg path {
  fill: #A8894D;
}

section.center h2 {
  margin-bottom: 20px;
}
section .line-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section .line-wrapper .line {
  height: 100%;
  width: 1px;
  background-color: #E8E8E8;
}

.container {
  max-width: 1230px;
}
.container.wider {
  max-width: 1640px;
}
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1524px;
  }
}

.white {
  color: #FFFFFF !important;
}
.white p {
  color: #FFFFFF !important;
}

.primary {
  color: #A8894D !important;
}
.primary p {
  color: #A8894D !important;
}

.primary-2 {
  color: #E8E8E8 !important;
}
.primary-2 p {
  color: #E8E8E8 !important;
}

.primary-3 {
  color: #A8894D !important;
}
.primary-3 p {
  color: #A8894D !important;
}

.primary-dark {
  color: #A8894D !important;
}
.primary-dark p {
  color: #A8894D !important;
}

.secondary {
  color: #051017 !important;
}
.secondary p {
  color: #051017 !important;
}

.secondary-light {
  color: #051017 !important;
}
.secondary-light p {
  color: #051017 !important;
}

.secondary-dark {
  color: #051017 !important;
}
.secondary-dark p {
  color: #051017 !important;
}

.grey-bg {
  background-color: #F9F9F9;
}

.primary-bg {
  background-color: #A8894D;
}

.hidden {
  display: none;
}

.hidden {
  display: none;
}

.grey-box {
  padding: 21px;
}

.tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tags-list .tag-item {
  padding: 10px 34px;
  border-radius: 30px;
  margin-right: 10px;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

section:not(.home-hero) {
  padding: 100px 0;
}
@media only screen and (max-width: 650px) {
  section:not(.home-hero) {
    padding: 80px 0;
  }
}
section.center h2 {
  margin-bottom: 20px;
}
section .line-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section .line-wrapper .line {
  height: 100%;
  width: 1px;
  background-color: #E8E8E8;
}

.hero {
  height: 462px;
  background-color: #eee;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.hero h1 {
  color: #A8894D;
}
.hero .inner {
  max-width: 726px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 990px) {
  .hero .inner {
    max-width: 447px;
  }
}
@media only screen and (max-width: 650px) {
  .hero .inner {
    max-width: 100%;
  }
}
.hero .inner h1 {
  margin-bottom: 35px;
}
.hero .hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.hero .container {
  position: relative;
  z-index: 2;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h5 {
  color: #A8894D;
  margin-bottom: 15px;
}
.content img {
  width: 100%;
  height: auto;
  margin: 50px 0;
}

body {
  font-family: "Lexend", sans-serif;
  color: #E8E8E8;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Enoway Pro", sans-serif;
  font-weight: 300;
}

h1, .h1 {
  font-size: 62px;
  color: #E8E8E8;
}

h2, .h2 {
  font-size: 48px;
  color: #E8E8E8;
}

h3, .h3 {
  font-size: 42px;
  color: #E8E8E8;
}

h3.small {
  font-size: 32px;
  color: #E8E8E8;
}

h4, .h4 {
  font-size: 32px;
  color: #E8E8E8;
}

h4.small {
  font-size: 22px;
  color: #E8E8E8;
}

h5, .h5 {
  color: #E8E8E8;
  font-size: 28px;
  font-weight: 400;
}

h6, .h6 {
  font-size: 22px;
  color: #A8894D;
}

p {
  font-size: 18px;
  color: #E8E8E8;
  font-weight: 300;
}

.subheader-font {
  font-family: "Fonseca", sans-serif;
}

.italiana-font {
  font-family: "Italiana", sans-serif;
}

a,
a:active,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
  color: inherit;
}

.medium {
  font-size: 22px;
}
.medium p {
  font-size: 22px;
}

.large {
  font-size: 32px;
}
.large p {
  font-size: 32px;
}

.uppercase {
  text-transform: uppercase;
}

.main-font {
  font-family: "Lexend", sans-serif;
}

@media only screen and (max-width: 990px) {
  h1, .h1 {
    font-size: 52px;
  }
  h2, .h2 {
    font-size: 42px;
  }
  h3, .h3 {
    font-size: 32px;
  }
  h3.small {
    font-size: 28px;
  }
  h4, .h4 {
    font-size: 28px;
  }
  h4.small {
    font-size: 20px;
  }
  h5, .h5 {
    font-size: 20px;
  }
  h6, .h6 {
    font-size: 20px;
  }
  p, a {
    font-size: 18px;
  }
  .medium {
    font-size: 20px;
  }
  .medium p {
    font-size: 20px;
  }
  .large {
    font-size: 28px;
  }
  .large p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 650px) {
  h1, .h1 {
    font-size: 42px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  h3, .h3 {
    font-size: 28px;
  }
  h3.small {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 24px;
  }
  h4.small {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  h6, .h6 {
    font-size: 18px;
  }
  p, a {
    font-size: 16px;
  }
  .medium {
    font-size: 18px;
  }
  .medium p {
    font-size: 18px;
  }
  .large {
    font-size: 24px;
  }
  .large p {
    font-size: 24px;
  }
}
.home .hero {
  height: auto;
  padding: 100px 0;
}

.home-v1 .tablet-only, .home-v1 .mobile-only {
  display: none;
}
.home-v1 .h2 {
  font-size: 45px;
}
.home-v1 p {
  color: #6E6E6E;
}
.home-v1 .hero {
  background-color: #eee;
}
.home-v1 .hero h1 {
  margin-bottom: 20px;
}
.home-v1 .hero p {
  margin-bottom: 35px;
  color: #A8894D;
}
.home-v1 .hero .buttons-wrapper .btn:first-child {
  margin-right: 25px;
}
@media only screen and (max-width: 990px) {
  .home-v1 .hero {
    padding: 85px 0;
  }
}
.home-v1 .section-tag {
  color: #A8894D;
  font-size: 13px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 990px) {
  .home-v1 .check-items {
    margin-bottom: 35px;
  }
}
.home-v1 .check-items .check-item span {
  margin-right: 15px;
}
.home-v1 .check-items .check-item:first-child {
  margin-bottom: 15px;
}
.home-v1 .check-items .check-item:last-child {
  margin-bottom: 35px;
}
@media only screen and (max-width: 990px) {
  .home-v1 .check-items .check-item:last-child {
    margin-bottom: 0;
  }
}
.home-v1 .check-items .check-item svg, .home-v1 .check-items .check-item path {
  fill: #A8894D;
}
.home-v1 .check-items .check-item svg {
  max-width: 20px;
}
.home-v1 .section-1 h2 {
  margin-bottom: 20px;
}
.home-v1 .section-1 .text {
  margin-bottom: 35px;
}
.home-v1 .section-2 h2 {
  max-width: 720px;
  margin: auto;
  margin-bottom: 45px;
}
.home-v1 .section-2 .tiles-wrapper a {
  padding: 35px 15px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.home-v1 .section-2 .tiles-wrapper a:hover {
  background-color: #FFFFFF;
}
.home-v1 .section-2 .tiles-wrapper .single-tile h3 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 10px;
}
.home-v1 .section-2 .tiles-wrapper .single-tile .text {
  margin-bottom: 25px;
}
@media only screen and (max-width: 990px) {
  .home-v1 .section-2 .tiles-wrapper .single-tile .text {
    max-width: 224px;
    margin: 0 auto 25px;
  }
}
.home-v1 .section-2 .tiles-wrapper .single-tile > div img {
  margin-bottom: 35px;
}
.home-v1 .section-2 .tiles-wrapper .single-tile span {
  margin-left: 10px;
}
.home-v1 .section-3 h2 {
  margin-bottom: 30px;
}
.home-v1 .section-3 .left-side {
  margin-top: 60px;
}
@media only screen and (max-width: 990px) {
  .home-v1 .section-3 .left-side {
    margin-top: 0;
  }
}
.home-v1 .section-3 .right-side .img-wrapper {
  margin-bottom: 30px;
}
.home-v1 .section-3 .right-side .img-wrapper img {
  width: 100%;
}
.home-v1 .section-3 .right-side .sub-header {
  color: #A8894D;
  margin-bottom: 10px;
}
.home-v1 .section-3 .right-side > p {
  margin-bottom: 30px;
}
.home-v1 .primary-banner {
  background-color: #A8894D;
  padding: 50px 0;
}
.home-v1 .primary-banner h3.num.white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-v1 .primary-banner h3.num.white span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  top: 5px;
  left: 10px;
}
.home-v1 .primary-banner p {
  font-size: 20px;
  font-weight: 800;
  opacity: 0.75;
  margin-bottom: 0;
}
.home-v1 .section-4 h2 {
  margin-bottom: 45px;
}
.home-v1 .section-4 .col-lg-6:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home-v1 .section-4 .col-lg-6:last-child .img-wrapper:first-child {
  padding-right: 17.5px;
}
.home-v1 .section-4 .col-lg-6:last-child .img-wrapper:last-child {
  padding-left: 17.5px;
}
.home-v1 .section-5 h2 {
  margin-bottom: 35px;
}
.home-v1 .section-5 .buttons-wrapper {
  margin-bottom: 60px;
}
.home-v1 .section-5 .img-wrapper {
  position: relative;
}
@media only screen and (max-width: 990px) {
  .home-v1 .section-5 .img-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 81px;
  }
}
@media only screen and (max-width: 990px) {
  .home-v1 .section-5 .img-wrapper {
    display: block;
  }
}
.home-v1 .section-5 .img-wrapper .blocks-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #FFFFFF;
  padding: 35px;
}
.home-v1 .section-5 .img-wrapper .blocks-container .block-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-v1 .section-5 .img-wrapper .blocks-container .block-wrapper img {
  margin-right: 20px;
}
.home-v1 .section-5 .img-wrapper .blocks-container .block-wrapper > div {
  max-width: 291px;
}
.home-v1 .section-5 .img-wrapper .blocks-container .block-wrapper > div p {
  margin: 0;
}
.home-v1 .section-5 .img-wrapper .blocks-container .block-wrapper:first-child {
  padding-bottom: 35px;
  border-bottom: 1px solid #DADADA;
}
.home-v1 .section-5 .img-wrapper .blocks-container .block-wrapper:last-child {
  padding-top: 35px;
}
@media only screen and (max-width: 990px) {
  .home-v1 .section-5 h2 {
    margin-bottom: 40px;
  }
}
.home-v1 .section-6 h2 {
  margin-bottom: 20px;
}
.home-v1 .section-6 .col-lg-8 > p {
  margin-bottom: 35px;
}
.home-v1 .section-6 .col-lg-8 .tiles-wrapper {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 35px;
}
.home-v1 .section-6 .col-lg-8 .tiles-wrapper > a {
  padding: 15px;
}
.home-v1 .section-6 .col-lg-8 .tiles-wrapper > a .single-tile {
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.07);
  padding: 35px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.home-v1 .section-6 .col-lg-8 .tiles-wrapper > a h2, .home-v1 .section-6 .col-lg-8 .tiles-wrapper > a p {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.home-v1 .section-6 .col-lg-8 .tiles-wrapper > a:nth-child(odd) {
  padding-left: 0;
}
.home-v1 .section-6 .col-lg-8 .tiles-wrapper > a:hover .single-tile {
  background-color: #A8894D;
}
.home-v1 .section-6 .col-lg-8 .tiles-wrapper > a:hover .single-tile h4, .home-v1 .section-6 .col-lg-8 .tiles-wrapper > a:hover .single-tile p {
  color: #FFFFFF;
}
.home-v1 .section-6 .col-lg-8 .tiles-wrapper h2 {
  color: #A8894D;
  font-size: 20px;
}
.home-v1 .section-7 h2, .home-v1 .section-7 p {
  margin-bottom: 30px;
}
.home-v1 .grey-banner {
  padding: 50px 0;
  background-color: #A8894D;
}
.home-v1 .section-8 h2 {
  margin-bottom: 20px;
}
.home-v1 .section-8 .testimonials-container .single-outer-container {
  padding: 0 15px;
  margin-bottom: 30px;
}
.home-v1 .section-8 .testimonials-container .single-outer-container .single-testimonial {
  padding: 50px;
  background-color: #F9F9F9;
}
@media only screen and (max-width: 990px) {
  .home-v1 .section-8 .testimonials-container .single-outer-container .single-testimonial {
    margin-bottom: 30px;
  }
  .home-v1 .section-8 .testimonials-container .single-outer-container .single-testimonial:last-of-type {
    margin-bottom: 0;
  }
}
.home-v1 .section-8 .testimonials-container .single-outer-container .single-testimonial .comment-wrapper p {
  margin-bottom: 20px;
}
.home-v1 .section-8 .testimonials-container .single-outer-container .single-testimonial .bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-v1 .section-8 .testimonials-container .single-outer-container .single-testimonial .bottom-wrapper .img-wrapper {
  margin-right: 20px;
}
.home-v1 .section-8 .testimonials-container .single-outer-container .single-testimonial .bottom-wrapper .commenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-v1 .section-8 .testimonials-container .single-outer-container .single-testimonial .bottom-wrapper .commenter p {
  margin-bottom: 0;
  color: #A8894D;
}
.home-v1 .section-8 .testimonials-container .single-outer-container .single-testimonial .bottom-wrapper .commenter p.name {
  font-size: 18px;
}
.home-v1 .section-8 .testimonials-container .single-outer-container .single-testimonial .bottom-wrapper .commenter p.title {
  font-size: 13px;
}
.home-v1 .section-8 .testimonials-container .slick-dots {
  margin-top: 30px;
}
.home-v1 .section-8 .testimonials-container .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 7.5px;
}
.home-v1 .section-8 .testimonials-container .slick-dots li.slick-active {
  width: 35px;
  height: 15px;
}
.home-v1 .section-8 .testimonials-container .slick-dots li button:before {
  background-color: #D9D9D9;
  opacity: 1;
  width: 15px;
  height: 15px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  content: "";
}
.home-v1 .section-8 .testimonials-container .slick-dots li.slick-active button:before {
  background-color: #A8894D;
  opacity: 1;
  width: 35px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  height: 15px;
  content: "";
}
@media only screen and (max-width: 990px) {
  .home-v1 .desktop-only {
    display: none;
  }
  .home-v1 .tablet-only {
    display: block;
  }
  .home-v1 .h2 {
    font-size: 42px;
  }
  .home-v1 .section-3 .img-wrapper img {
    width: 100%;
  }
  .home-v1 .section-3 .right-side .img-wrapper {
    margin-bottom: 30px;
  }
  .home-v1 .primary-banner .tiles-wrapper {
    grid-template-columns: 1fr !important;
  }
  .home-v1 .primary-banner .tiles-wrapper .single-tile {
    margin-bottom: 30px;
  }
  .home-v1 .primary-banner .tiles-wrapper .single-tile:last-child {
    margin-bottom: 0;
  }
  .home-v1 .section-4 .col-lg-6.right-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-v1 .section-4 .col-lg-6.right-side .img-wrapper {
    width: 100%;
    padding: 0 !important;
  }
  .home-v1 .section-4 .col-lg-6.right-side .img-wrapper:first-child {
    margin-bottom: 30px;
  }
  .home-v1 .section-4 .col-lg-6.right-side .img-wrapper img {
    width: 100%;
  }
  .home-v1 .section-5 .img-wrapper .blocks-container {
    bottom: -250px;
    width: 280px;
    right: 20px;
  }
  .home-v1 .section-5 .img-wrapper .blocks-container .block-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-v1 .section-5 .img-wrapper .blocks-container .block-wrapper img {
    width: 35px;
  }
  .home-v1 .section-5 .img-wrapper .blocks-container .block-wrapper h2 {
    margin-bottom: 7px;
  }
  .home-v1 .section-5 .img-wrapper img {
    width: 100%;
  }
  .home-v1 .section-5 .row .row .col-sm-6:first-of-type {
    padding-right: 40px;
  }
  .home-v1 .section-5 .row .row .col-sm-6:last-of-type {
    padding-left: 40px;
    margin-top: 30px;
  }
  .home-v1 .tiles-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }
  .home-v1 .left-side {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 990px) and (max-width: 650px) {
  .home-v1 .left-side {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 990px) {
  .home-v1 .grey-banner .tiles-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .home-v1 .grey-banner .tiles-wrapper .single-tile:first-child {
    display: none;
  }
  .home-v1 .grey-banner .tiles-wrapper .single-tile > img {
    display: inline-block;
  }
}
@media only screen and (max-width: 650px) {
  .home-v1 .h2 {
    font-size: 32px;
  }
  .home-v1 .hero .buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-v1 .tablet-only {
    display: none;
  }
  .home-v1 .mobile-only {
    display: block;
  }
  .home-v1 .primary-banner .single-tile {
    padding: 10px 0;
  }
  .home-v1 .tiles-wrapper {
    grid-template-columns: 1fr !important;
  }
  .home-v1 .section-5 {
    padding-bottom: 100px;
  }
  .home-v1 .section-5 .col-lg-4 {
    margin-bottom: 60px;
  }
  .home-v1 .section-5 .col-lg-4 img {
    width: 100%;
  }
  .home-v1 .section-5 .img-wrapper .blocks-container {
    bottom: -250px;
    margin: auto;
    width: 280px;
  }
  .home-v1 .section-5 .img-wrapper img {
    width: 100%;
  }
  .home-v1 .section-6 .col-lg-8 .tiles-wrapper > a {
    padding: 15px 0;
  }
  .home-v1 .grey-banner .tiles-wrapper .single-tile:last-child {
    display: none;
  }
}

.home-v2 .tablet-only, .home-v2 .mobile-only {
  display: none;
}
.home-v2 section {
  margin: auto;
  max-width: 1230px;
  border-radius: 20px;
}
.home-v2 .hero {
  margin-top: 100px;
  padding-bottom: 224px;
}
.home-v2 .hero .container {
  max-width: 100%;
}
.home-v2 .hero .left-side {
  padding-left: 105px;
}
.home-v2 .hero .left-side h1 {
  margin-bottom: 36px;
}
.home-v2 .hero .left-side p {
  margin-bottom: 42px;
}
.home-v2 .section-1 .left-side {
  padding-left: 0;
}
.home-v2 .section-1 .left-side img {
  border-radius: 20px;
}
.home-v2 .section-1 .right-side h2 {
  font-size: 42px;
  margin-bottom: 48px;
}
.home-v2 .section-1 .right-side p {
  margin-bottom: 51px;
}
.home-v2 .section-1 .right-side h5 {
  color: #A8894D;
}
.home-v2 .section-1 .right-side .check-items {
  padding-left: 100px;
}
.home-v2 .section-1 .right-side .text {
  margin-bottom: 32px;
}
.home-v2 .section-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0;
}
.home-v2 .section-2 p {
  max-width: 342px;
  margin: auto;
}
.home-v2 .section-3 {
  padding-bottom: 0;
}
.home-v2 .section-3 .right-side h2 {
  margin-bottom: 24px;
}
.home-v2 .section-3 .right-side .list-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 38px;
}
.home-v2 .section-3 .right-side .list-item .item-num {
  font-size: 62px;
  margin-right: 34px;
  font-weight: 700;
}
.home-v2 .section-3 .right-side .list-item .item-text {
  margin: 0;
}
.home-v2 .section-3 .right-side .list-item .item-header {
  color: #A8894D;
  font-weight: 400;
}
.home-v2 .section-3 .right-side > p {
  margin-bottom: 38px;
}
.home-v2 .section-4 {
  margin-bottom: 74px;
  padding-bottom: 0;
}
.home-v2 .section-4 h2 {
  margin-bottom: 72px;
}
.home-v2 .section-5 .content-copy {
  margin-bottom: 22px;
}
.home-v2 .section-5 .arrow {
  width: 60px;
  height: 60px;
  background-color: #A8894D;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.home-v2 .section-5 .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-v2 .section-5 .left-side .img-wrapper {
  text-align: right;
}
.home-v2 .section-5 .left-side h2 {
  margin-bottom: 22px;
}
.home-v2 .section-5 .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-v2 .section-5 .right-side .quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 40px;
  position: relative;
}
@media only screen and (max-width: 990px) {
  .home-v2 .section-5 .right-side .quote {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 650px) {
  .home-v2 .section-5 .right-side .quote {
    margin-bottom: 0;
  }
}
.home-v2 .section-5 .right-side .quote .testimonial {
  margin-bottom: 37px;
  max-width: 313px;
}
.home-v2 .section-5 .right-side .quote .client {
  font-size: 32px;
  margin-bottom: 7px;
}
.home-v2 .section-5 .right-side .quote .title {
  margin-bottom: 72px;
}
.home-v2 .section-5 .right-side .quote .img-wrapper.quote-mark {
  position: absolute;
}
.home-v2 .section-5 .right-side .quote .img-wrapper.quote-mark img {
  display: inline-block;
}
.home-v2 .section-5 .right-side .quote .img-wrapper.quote-mark svg, .home-v2 .section-5 .right-side .quote .img-wrapper.quote-mark path {
  fill: #A8894D;
}
.home-v2 .section-5 .right-side .quote .img-wrapper.left-quote {
  top: 0;
  left: -115px;
}
.home-v2 .section-5 .right-side .quote .img-wrapper.right-quote {
  right: 0;
}
.home-v2 .section-5 .right-side .slider-for {
  overflow: hidden;
}
.home-v2 .section-5 .right-side .slider-for .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-v2 .section-5 .right-side .slider-wrapper .slider-nav {
  margin-left: 0;
  margin-right: auto;
}
.home-v2 .section-5 .slider-wrapper {
  text-align: right;
}
.home-v2 .section-5 .slider-wrapper .slider-nav {
  max-width: 210px;
  margin-left: auto;
}
@media only screen and (max-width: 990px) {
  .home-v2 .section-5 .slider-wrapper {
    position: absolute;
    right: 35vw;
    bottom: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .home-v2 .section-5 .slider-wrapper {
    position: static;
    text-align: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 990px) {
  .home-v2 .section-5 .right-side .quote .title {
    margin-bottom: 40px;
  }
  .home-v2 .section-5 .right-side .quote .testimonial {
    max-width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .home-v2 .section-5 .slider-for .slide > .img-wrapper {
    width: 100%;
  }
  .home-v2 .section-5 .right-side .slider-for .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-v2 .section-5 .right-side .slider-for .slide .img-wrapper img {
    width: 100%;
  }
}
.home-v2 .section-5 .slick-arrow::before {
  color: #A8894D;
}
.home-v2 .section-6 {
  padding: 126px 0;
}
.home-v2 .section-6 h2 {
  max-width: 683px;
  margin: auto;
  margin-bottom: 38px;
}
.home-v2 .section-6 form {
  max-width: 584px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-v2 .section-6 form > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-v2 .section-6 form > p input[type=email] {
  padding: 13px 20px;
  width: 416px;
  background: #FFFFFF;
}
.home-v2 .section-6 form > p input[type=submit] {
  padding: 13px 57px;
  border-radius: 0;
}
.home-v2 .section-7 h2 {
  margin-bottom: 28px;
}
.home-v2 .section-7 .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-v2 .section-7 .right-side > p {
  margin-bottom: 58px;
}
.home-v2 .section-7 .right-side form label {
  max-width: 100%;
}
.home-v2 .section-7 .right-side form input[type=text], .home-v2 .section-7 .right-side form input[type=email], .home-v2 .section-7 .right-side form input[type=tel], .home-v2 .section-7 .right-side form input[type=url], .home-v2 .section-7 .right-side form input[type=password], .home-v2 .section-7 .right-side form input[type=search], .home-v2 .section-7 .right-side form textarea {
  padding: 23px 26px;
  border-radius: 5px;
  border: 1px solid #A8894D;
  background-color: #FFFFFF;
}
.home-v2 .section-7 .right-side form input[type=text]:focus, .home-v2 .section-7 .right-side form input[type=tel]:focus, .home-v2 .section-7 .right-side form input[type=email]:focus, .home-v2 .section-7 .right-side form input[type=url]:focus, .home-v2 .section-7 .right-side form input[type=password]:focus, .home-v2 .section-7 .right-side form input[type=search]:focus, .home-v2 .section-7 .right-side form textarea:focus {
  border-radius: 5px;
}
.home-v2 .section-7 .right-side form input[type=submit] {
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .home-v2 .desktop-only {
    display: none;
  }
  .home-v2 .tablet-only {
    display: block;
  }
  .home-v2 section {
    margin: auto 50px;
    padding: 80px 0 !important;
  }
  .home-v2 .section-1 .left-side {
    margin-bottom: 50px;
    padding: 0;
  }
  .home-v2 .section-1 .right-side h2 {
    margin-bottom: 48px;
  }
  .home-v2 .section-1 .right-side .item-content .item-text {
    margin-bottom: 29px;
  }
  .home-v2 .section-1 .right-side .item-content .item-header {
    margin-bottom: 5px;
  }
  .home-v2 .section-1 .right-side .item-content:last-child .item-text {
    margin-bottom: 0;
  }
  .home-v2 .section-2 {
    padding: 157px 0 !important;
  }
  .home-v2 .section-3 {
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
  .home-v2 .section-3 .container {
    padding: 0;
  }
  .home-v2 .section-3 .container > div {
    padding: 0;
  }
  .home-v2 .section-3 .img-wrapper {
    text-align: center;
    margin-bottom: 67px;
  }
  .home-v2 .section-3 .right-side .list-item {
    margin-bottom: 20px;
  }
  .home-v2 .section-4 {
    padding-bottom: 0 !important;
    margin: 0 50px;
  }
  .home-v2 .section-4 h2 {
    margin-bottom: 48px;
  }
  .home-v2 .section-4 .container {
    padding: 0;
  }
  .home-v2 .hero {
    margin-top: 130px;
  }
  .home-v2 .hero .left-side {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .home-v2 .section-6 {
    margin: auto;
    padding: 50px 0 86px;
  }
  .home-v2 .section-6 form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-v2 .section-6 form > p {
    width: 100%;
    padding: 0 105px;
    max-width: 100%;
  }
  .home-v2 .section-6 form > p input, .home-v2 .section-6 form > p span {
    width: 100% !important;
    max-width: 100%;
  }
  .home-v2 .section-6 form > p .wpcf7-spinner {
    display: none;
  }
  .home-v2 .section-7 .container {
    padding: 0;
  }
  .home-v2 .section-7 .container > div {
    padding: 0;
  }
  .home-v2 .section-7 .left-side {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 116px;
    padding: 0;
  }
  .home-v2 .section-7 .right-side > p {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 650px) {
  .home-v2 section {
    margin: auto 50px;
    padding: 50px 0 !important;
  }
  .home-v2 .tablet-only {
    display: none;
  }
  .home-v2 .mobile-only {
    display: block;
  }
  .home-v2 section {
    margin: auto 18px !important;
  }
  .home-v2 .hero {
    margin: auto !important;
    padding-top: 103px !important;
    border-radius: 0;
  }
  .home-v2 .hero .left-side {
    padding: 0 18px;
  }
  .home-v2 .hero .left-side p {
    margin-bottom: 28px;
  }
  .home-v2 .hero .right-side {
    display: none;
  }
  .home-v2 .section-1 .right-side {
    padding: 0;
  }
  .home-v2 .section-1 .right-side .check-items {
    padding-left: 77px;
  }
  .home-v2 .section-5 .right-side {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-v2 .section-5 .right-side .left-quote {
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .home-v2 .section-5 .right-side .quote {
    margin-left: 0;
    margin-top: 48px;
  }
  .home-v2 .section-6 form > p {
    padding: 0 48px;
  }
}
@media only screen and (max-width: 375px) {
  .home-v2 .section-5 .right-side .quote .img-wrapper.right-quote {
    margin-bottom: 0;
  }
}

.home-v3 .tablet-only, .home-v3 .mobile-only {
  display: none;
}
.home-v3 .container {
  margin: auto;
  z-index: 2;
}
.home-v3 .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-v3 .hero {
  padding: 140px 0 !important;
  position: relative;
}
.home-v3 .hero h1 {
  color: #FFFFFF;
  margin-bottom: 40px;
  max-width: 451px;
}
@media only screen and (max-width: 990px) {
  .home-v3 .hero h1 {
    max-width: 100%;
  }
}
.home-v3 .hero .overlay {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #A8894D), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #A8894D 50%, transparent 50%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-v3 .section-1 .right-side h2 {
  margin-bottom: 32px;
}
.home-v3 .section-1 .right-side p {
  margin-bottom: 30px;
}
.home-v3 .section-2 h2 {
  max-width: 451px;
}
.home-v3 .section-6 h2 {
  max-width: 451px;
  margin-left: auto;
}
@media only screen and (max-width: 990px) {
  .home-v3 .section-6 h2 {
    max-width: 100%;
    padding: 0px 10px;
  }
}
.home-v3 .section-6 .buttons-wrapper {
  text-align: right;
  margin-right: 322px;
  margin-top: 117px;
}
@media only screen and (max-width: 990px) {
  .home-v3 .section-6 .buttons-wrapper {
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
  }
}
.home-v3 .section-7 {
  background: -webkit-gradient(linear, left top, right top, from(#D80F52), to(#FF6903));
  background: linear-gradient(90deg, #D80F52 0%, #FF6903 100%);
}
.home-v3 .section-7 h2 {
  margin-bottom: 53px;
}
.home-v3 .section-7 .container {
  max-width: 722px;
  margin: auto;
}
.home-v3 .tablet-background-section {
  display: none;
}
@media only screen and (max-width: 990px) {
  .home-v3 .desktop-only, .home-v3 .mobile-only {
    display: none;
  }
  .home-v3 .tablet-only {
    display: block;
  }
  .home-v3 section:not(.home-hero) {
    padding: 80px 0;
  }
  .home-v3 .tablet-background-section {
    height: 500px;
    display: block;
  }
  .home-v3 .hero .overlay {
    background-image: none;
  }
  .home-v3 .hero .container {
    padding: 0 25px;
  }
  .home-v3 .section-1 .container {
    max-width: 100%;
  }
  .home-v3 .section-1 .img-wrapper {
    margin-bottom: 50px;
  }
  .home-v3 .section-1 .right-side {
    text-align: center;
  }
  .home-v3 .section-2 {
    background-image: none !important;
    background: #A8894D;
  }
  .home-v3 .section-2 h2 {
    text-align: center;
    margin: auto;
    max-width: 100%;
    padding: 0px 10px;
  }
  .home-v3 .section-3 {
    padding-bottom: 50px !important;
  }
  .home-v3 .section-3 .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    max-width: 424px;
    margin: 0 auto 50px;
  }
  .home-v3 .section-3 .d-lg-flex .left-side, .home-v3 .section-3 .d-lg-flex .right-side {
    margin-bottom: 30px;
  }
  .home-v3 .section-3 img {
    margin-bottom: 30px;
  }
  .home-v3 .section-4 {
    padding-bottom: 50px !important;
    padding-top: 0 !important;
  }
  .home-v3 .section-4 .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    max-width: 424px;
    margin: 0 auto 50px;
  }
  .home-v3 .section-4 .d-lg-flex .left-side, .home-v3 .section-4 .d-lg-flex .right-side {
    margin-bottom: 30px;
  }
  .home-v3 .section-4 img {
    margin-bottom: 30px;
  }
  .home-v3 .section-5 {
    padding-bottom: 50px !important;
    padding-top: 0 !important;
  }
  .home-v3 .section-5 .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    max-width: 424px;
    margin: 0 auto 50px;
  }
  .home-v3 .section-5 .d-lg-flex .left-side, .home-v3 .section-5 .d-lg-flex .right-side {
    margin-bottom: 30px;
  }
  .home-v3 .section-5 img {
    margin-bottom: 30px;
  }
  .home-v3 .section-6 {
    background-image: none !important;
    background: #A8894D;
  }
  .home-v3 .section-6 h2 {
    margin: auto;
    text-align: center;
  }
  .home-v3 .section-7 {
    margin-bottom: 0;
  }
  .home-v3 .section-7 h2 {
    max-width: 100%;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
  }
}
@media only screen and (max-width: 650px) {
  .home-v3 .tablet-only, .home-v3 .desktop-only {
    display: none;
  }
  .home-v3 .mobile-only {
    display: block;
  }
  .home-v3 .hero-v3 .container {
    max-width: 221px;
    padding: 0;
    margin: auto;
  }
}

.home-v4 .tablet-only, .home-v4 .mobile-only {
  display: none;
}
.home-v4 .hero {
  background-color: #eee;
  height: 685px;
  overflow: hidden;
  position: relative;
}
.home-v4 .hero .container {
  position: relative;
  z-index: 2;
}
.home-v4 .hero .container .text-wrapper {
  max-width: 667px;
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .home-v4 .hero .container .text-wrapper {
    max-width: 563px;
  }
}
.home-v4 .hero .container .text-wrapper h1 {
  margin-bottom: 20px;
}
.home-v4 .hero .container .text-wrapper p {
  margin-bottom: 35px;
  color: #A8894D;
}
.home-v4 .hero .container .text-wrapper .buttons-wrapper .btn:first-child {
  margin-right: 25px;
}
.home-v4 .hero .home-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0;
}
.home-v4 .hero .home-slider .slick-list {
  height: 100%;
}
.home-v4 .hero .home-slider .slick-list .slick-track {
  height: 100%;
}
.home-v4 .hero .home-slider .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-v4 .hero .home-slider .slick-dots {
  bottom: 30px;
}
.home-v4 .hero .home-slider .slick-dots > li > button {
  width: 14px;
  height: 14px;
  border: 1px solid #FFFFFF;
  border-radius: 100%;
  opacity: 1;
  background: transparent;
}
.home-v4 .hero .home-slider .slick-dots > li > button:before {
  display: none;
}
.home-v4 .hero .home-slider .slick-dots > li.slick-active > button {
  background: #FFFFFF;
}
@media only screen and (max-width: 650px) {
  .home-v4 .hero {
    height: 777px;
    padding: 80px 0;
  }
}
.home-v4 .section-1 .inner-text {
  margin-left: 171px;
  margin-top: 34px;
}
@media only screen and (max-width: 990px) {
  .home-v4 .section-1 .inner-text {
    margin-left: 44px;
  }
}
@media only screen and (max-width: 650px) {
  .home-v4 .section-1 .inner-text {
    margin-left: 0px;
    margin-top: 12px;
  }
}
.home-v4 .section-1 .list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 23px;
}
@media only screen and (max-width: 650px) {
  .home-v4 .section-1 .list-wrapper {
    gap: 20px;
  }
}
.home-v4 .section-1 .list-wrapper > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-v4 .section-1 .list-wrapper > a svg {
  margin-right: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-v4 .section-1 .list-wrapper > a svg path {
  fill: #A8894D;
}
@media only screen and (max-width: 650px) {
  .home-v4 .section-1 .list-wrapper > a svg {
    margin-right: 0;
  }
}
.home-v4 .section-1 .list-wrapper > a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-v4 .section-1 .list-wrapper > a:hover svg {
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-v4 .section-2 {
  padding-top: 0;
}
.home-v4 .section-2 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-v4 .section-2 .content-inner {
  position: relative;
  width: 100%;
}
.home-v4 .section-2 .content-inner .top-img {
  position: absolute;
  width: 496px;
  height: 310px;
  top: 60px;
  right: 33px;
  z-index: 2;
}
@media only screen and (max-width: 990px) {
  .home-v4 .section-2 .content-inner .top-img {
    width: 319px;
    height: 287px;
    top: 78px;
    right: 0px;
  }
}
@media only screen and (max-width: 650px) {
  .home-v4 .section-2 .content-inner .top-img {
    position: static;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    max-width: unset;
    height: 258px;
    margin-bottom: -25px;
  }
}
.home-v4 .section-2 .content-inner .bot-img {
  width: 945px;
  height: 520px;
  display: block;
  margin: 0 0 auto 0;
  z-index: 1;
}
@media only screen and (max-width: 990px) {
  .home-v4 .section-2 .content-inner .bot-img {
    width: 608.244px;
    height: 334.671px;
  }
}
@media only screen and (max-width: 650px) {
  .home-v4 .section-2 .content-inner .bot-img {
    position: static;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    max-width: unset;
    height: 413px;
    margin-top: -25px;
  }
}
.home-v4 .section-2 .content-inner .card-content {
  position: relative;
  background: #FAFAFA;
  max-width: 554px;
  padding: 58px 43px;
  margin-bottom: -52px;
  margin-left: 49px;
  z-index: 2;
}
@media only screen and (max-width: 990px) {
  .home-v4 .section-2 .content-inner .card-content {
    max-width: 357px;
    padding: 47px 28px;
    margin-left: 31px;
  }
}
.home-v4 .section-2 .content-inner .card-content h2 {
  margin-bottom: 34px;
}
@media only screen and (max-width: 990px) {
  .home-v4 .section-2 .content-inner .card-content h2 {
    margin-bottom: 20px;
  }
}
.home-v4 .section-2 .content-inner .card-content .btn {
  display: inline-block;
  margin-top: 34px;
}
@media only screen and (max-width: 990px) {
  .home-v4 .section-2 .content-inner .card-content .btn {
    margin-bottom: 20px;
  }
}
.home-v4 .section-3 {
  padding-top: 0;
}
.home-v4 .section-3 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-v4 .section-3 .content-inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 650px) {
  .home-v4 .section-3 .content-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.home-v4 .section-3 .content-inner .top-img {
  position: absolute;
  width: 453px;
  height: 701px;
  top: 232px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 990px) {
  .home-v4 .section-3 .content-inner .top-img {
    width: 291.607px;
    height: 451.251px;
    top: 343px;
  }
}
@media only screen and (max-width: 650px) {
  .home-v4 .section-3 .content-inner .top-img {
    width: 266px;
    height: 389px;
    position: static;
    margin-left: -20px;
    margin-bottom: -25px;
  }
}
.home-v4 .section-3 .content-inner .bot-img {
  position: relative;
  width: 851px;
  height: 645px;
  margin-bottom: 0;
  display: block;
  z-index: 2;
}
@media only screen and (max-width: 990px) {
  .home-v4 .section-3 .content-inner .bot-img {
    width: 547.81px;
    height: 415.202px;
  }
}
@media only screen and (max-width: 650px) {
  .home-v4 .section-3 .content-inner .bot-img {
    width: 100%;
    height: 401px;
    position: static;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -25px;
    max-width: unset;
  }
}
.home-v4 .section-3 .content-inner .card-content {
  position: relative;
  background: #FAFAFA;
  max-width: 554px;
  padding: 58px 43px;
  margin-bottom: 61px;
  margin-right: 74px;
  z-index: 3;
}
@media only screen and (max-width: 990px) {
  .home-v4 .section-3 .content-inner .card-content {
    max-width: 357px;
    padding: 47px 28px;
    margin-bottom: 38.8px;
    margin-right: 47px;
  }
}
@media only screen and (max-width: 650px) {
  .home-v4 .section-3 .content-inner .card-content {
    margin-right: -20px;
    max-width: 352px;
    margin-left: 20px;
    margin-bottom: 0;
  }
}
.home-v4 .section-3 .content-inner .card-content h2 {
  margin-bottom: 34px;
}
@media only screen and (max-width: 990px) {
  .home-v4 .section-3 .content-inner .card-content h2 {
    margin-bottom: 20px;
  }
}
.home-v4 .section-3 .content-inner .card-content .btn {
  display: inline-block;
  margin-top: 34px;
}
@media only screen and (max-width: 990px) {
  .home-v4 .section-3 .content-inner .card-content .btn {
    margin-bottom: 20px;
  }
}
.home-v4 .section-4 {
  padding: 0;
}
.home-v4 .section-4 .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 67px;
  margin-top: 50px;
}
@media only screen and (max-width: 990px) {
  .home-v4 .section-4 .cards-wrapper {
    gap: 43px;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 650px) {
  .home-v4 .section-4 .cards-wrapper {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}
.home-v4 .section-4 .cards-wrapper .inner-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #C4C4C4;
  height: 522px;
}
@media only screen and (max-width: 990px) {
  .home-v4 .section-4 .cards-wrapper .inner-card {
    height: 336px;
  }
}
@media only screen and (max-width: 650px) {
  .home-v4 .section-4 .cards-wrapper .inner-card {
    height: 522px;
  }
}
.home-v4 .section-4 .cards-wrapper .inner-card .title {
  padding: 0 20px 13px;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.home-v4 .section-5 .inner-text {
  max-width: 870px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 990px) {
  .home-v4 .section-5 .inner-text {
    max-width: 658px;
  }
}
.home-v4 .section-5 .inner-text h2 {
  margin-bottom: 16px;
}
.home-v4 .section-5 .wpcf7 {
  max-width: 970px;
  margin: 50px auto 0;
}
.home-v4 .section-5 .wpcf7 input[type=text], .home-v4 .section-5 .wpcf7 input[type=email], .home-v4 .section-5 .wpcf7 input[type=tel], .home-v4 .section-5 .wpcf7 input[type=url], .home-v4 .section-5 .wpcf7 input[type=password], .home-v4 .section-5 .wpcf7 input[type=search], .home-v4 .section-5 .wpcf7 textarea, .home-v4 .section-5 .wpcf7 select {
  background: transparent;
  border-bottom: 1px solid #A8894D;
  padding: 10px 12px;
}

.innerpage-v1 .white-bg {
  color: #000;
  background: #E0E0E0;
}
.innerpage-v1 .white-bg p {
  color: #000;
}
.innerpage-v1 .top-section .top-wrapper > img {
  width: 100%;
  border-radius: 18.53px;
  margin-bottom: 94px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .top-section .top-wrapper > img {
    margin-bottom: 20px;
  }
}
.innerpage-v1 .top-section .top-wrapper > h2 {
  width: 100%;
  max-width: 880px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .top-section .top-wrapper > h2 {
    max-width: 100%;
  }
}
.innerpage-v1 .top-section .top-wrapper .two-column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .top-section .top-wrapper .two-column {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.innerpage-v1 .top-section .top-wrapper .two-column > p {
  max-width: 357px;
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .top-section .top-wrapper .two-column > p {
    max-width: 50%;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .top-section .top-wrapper .two-column > p {
    max-width: 100%;
  }
}
.innerpage-v1 .top-section .top-wrapper .two-column > p:first-of-type {
  margin-right: 30px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .top-section .top-wrapper .two-column > p:first-of-type {
    margin: 0 0 10px;
  }
}
.innerpage-v1 .top-section .top-wrapper .three-image-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  gap: 60px;
  margin-top: 94px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .top-section .top-wrapper .three-image-grid {
    gap: 40px;
    margin-top: 0px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .top-section .top-wrapper .three-image-grid {
    gap: 20px;
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
.innerpage-v1 .top-section .top-wrapper .three-image-grid img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 18.53px;
}
.innerpage-v1 .top-section .top-wrapper .three-image-grid .left > img {
  width: 476px;
  height: 453px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .top-section .top-wrapper .three-image-grid .left > img {
    width: 320.385px;
    height: 304.904px;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .top-section .top-wrapper .three-image-grid .left > img {
    width: 163.026px;
    height: 155.148px;
  }
}
.innerpage-v1 .top-section .top-wrapper .three-image-grid .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .top-section .top-wrapper .three-image-grid .right {
    gap: 40px;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .top-section .top-wrapper .three-image-grid .right {
    gap: 20px;
  }
}
.innerpage-v1 .top-section .top-wrapper .three-image-grid .right > .top-img {
  width: 476px;
  height: 313px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .top-section .top-wrapper .three-image-grid .right > .top-img {
    width: 320.385px;
    height: 304.904px;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .top-section .top-wrapper .three-image-grid .right > .top-img {
    width: 163.026px;
    height: 107.2px;
  }
}
.innerpage-v1 .top-section .top-wrapper .three-image-grid .right > .bottom-img {
  width: 556px;
  height: 390px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .top-section .top-wrapper .three-image-grid .right > .bottom-img {
    width: 374.231px;
    height: 262.5px;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .top-section .top-wrapper .three-image-grid .right > .bottom-img {
    width: 190.425px;
    height: 133.571px;
  }
}
.innerpage-v1 .top-section .bottom-content {
  margin-top: 94px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .top-section .bottom-content {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .top-section .bottom-content {
    margin-top: 50px;
  }
}
.innerpage-v1 .top-section .bottom-content h2 {
  width: 100%;
  margin-bottom: 30px;
}
.innerpage-v1 .middle-section-1 .top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .middle-section-1 .top-wrapper {
    gap: 32px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .middle-section-1 .top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.innerpage-v1 .middle-section-1 .top-wrapper > img {
  width: 536px;
  height: 505px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 18.53px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .middle-section-1 .top-wrapper > img {
    width: 417.898px;
    height: 505px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .middle-section-1 .top-wrapper > img {
    width: 100%;
  }
}
.innerpage-v1 .middle-section-1 .top-wrapper .inner {
  max-width: 652px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .middle-section-1 .top-wrapper .inner {
    -ms-flex-negative: unset;
        flex-shrink: unset;
    max-width: 100%;
  }
}
.innerpage-v1 .middle-section-1 .top-wrapper .inner h2 {
  margin-bottom: 30px;
}
.innerpage-v1 .middle-section-1 .icon-section > .inner {
  max-width: 967px;
  margin: 94px auto 0;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .middle-section-1 .icon-section > .inner {
    max-width: 100%;
    margin: 20px 0 0;
  }
}
.innerpage-v1 .middle-section-1 .icon-section > .inner h2 {
  margin-bottom: 30px;
}
.innerpage-v1 .middle-section-1 .icon-section .icon-wrapper {
  max-width: 810px;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 90px;
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .middle-section-1 .icon-section .icon-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0px auto 0;
  }
}
.innerpage-v1 .middle-section-1 .icon-section .icon-wrapper .icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.innerpage-v1 .middle-section-1 .icon-section .icon-wrapper .icon-row > .icon {
  height: 60px;
  margin-right: 30px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #F00;
  font-size: 55.585px;
  color: transparent;
}
.innerpage-v1 .middle-section-1 .icon-section .icon-wrapper .icon-row svg {
  fill: #A8894D;
  max-width: 63px;
  margin-right: 30px;
  height: auto;
  width: 100%;
}
.innerpage-v1 .middle-section-1 .icon-section .icon-wrapper .icon-row svg path {
  fill: #A8894D;
}
.innerpage-v1 .middle-section-2 .container {
  max-width: 1276px;
}
.innerpage-v1 .middle-section-2 .container .top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 58px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .middle-section-2 .container .top-wrapper {
    gap: 33px;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .middle-section-2 .container .top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.innerpage-v1 .middle-section-2 .container .top-wrapper > img {
  width: 536px;
  height: 505px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 18.53px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .middle-section-2 .container .top-wrapper > img {
    width: 417.898px;
    height: 505px;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .middle-section-2 .container .top-wrapper > img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.innerpage-v1 .middle-section-2 .container .top-wrapper h3 {
  margin-bottom: 30px;
}
.innerpage-v1 .middle-section-2 .container .bottom-wrapper {
  margin-top: 94px;
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .middle-section-2 .container .bottom-wrapper {
    margin-top: 20px;
  }
}
.innerpage-v1 .middle-section-2 .container .bottom-wrapper > img {
  width: 100%;
  border-radius: 18.53px;
  margin-bottom: 94px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .middle-section-2 .container .bottom-wrapper > img {
    margin-bottom: 40px;
  }
}
.innerpage-v1 .middle-section-2 .container .bottom-wrapper > h2 {
  width: 100%;
  max-width: 880px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .middle-section-2 .container .bottom-wrapper > h2 {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.innerpage-v1 .middle-section-2 .container .bottom-wrapper .two-column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .middle-section-2 .container .bottom-wrapper .two-column {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.innerpage-v1 .middle-section-2 .container .bottom-wrapper .two-column > p {
  max-width: 357px;
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .middle-section-2 .container .bottom-wrapper .two-column > p {
    max-width: 50%;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .middle-section-2 .container .bottom-wrapper .two-column > p {
    max-width: 100%;
  }
}
.innerpage-v1 .middle-section-2 .container .bottom-wrapper .two-column > p:first-of-type {
  margin-right: 30px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .middle-section-2 .container .bottom-wrapper .two-column > p:first-of-type {
    margin: 0 0 10px;
  }
}
.innerpage-v1 .middle-section-3 .top-wrapper > img {
  width: 100%;
  border-radius: 18.53px;
}
.innerpage-v1 .middle-section-3 .top-wrapper .inner {
  max-width: 967px;
  margin: 94px auto 0;
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .middle-section-3 .top-wrapper .inner {
    margin-top: 20px;
  }
}
.innerpage-v1 .middle-section-3 .top-wrapper .inner h2 {
  margin-bottom: 30px;
}
.innerpage-v1 .middle-section-3 .icon-section .icon-wrapper {
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 32px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .middle-section-3 .icon-section .icon-wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .middle-section-3 .icon-section .icon-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0px auto 0;
  }
}
.innerpage-v1 .middle-section-3 .icon-section .icon-wrapper .icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.innerpage-v1 .middle-section-3 .icon-section .icon-wrapper .icon-row > .icon {
  height: 60px;
  margin-right: 30px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #F00;
  font-size: 55.585px;
  color: transparent;
}
.innerpage-v1 .middle-section-3 .icon-section .icon-wrapper .icon-row svg {
  height: 61px;
  width: auto;
  fill: #A8894D;
  margin-right: 30px;
}
.innerpage-v1 .middle-section-3 .icon-section .icon-wrapper .icon-row svg path {
  fill: #A8894D;
}
.innerpage-v1 .bottom-section .container {
  max-width: 1276px;
}
.innerpage-v1 .bottom-section .container .top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 58px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .bottom-section .container .top-wrapper {
    gap: 32px;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .bottom-section .container .top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.innerpage-v1 .bottom-section .container .top-wrapper > img {
  width: 536px;
  height: 505px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 18.53px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .bottom-section .container .top-wrapper > img {
    width: 418px;
    height: 547px;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .bottom-section .container .top-wrapper > img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.innerpage-v1 .bottom-section .container .top-wrapper h2 {
  margin-bottom: 30px;
}
.innerpage-v1 .bottom-section .container .middle-wrapper {
  margin-top: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 58px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .bottom-section .container .middle-wrapper {
    gap: 32px;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .bottom-section .container .middle-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
    margin-top: 20px;
  }
}
.innerpage-v1 .bottom-section .container .middle-wrapper > img {
  width: 536px;
  height: 505px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 18.53px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .bottom-section .container .middle-wrapper > img {
    width: 418px;
    height: 547px;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .bottom-section .container .middle-wrapper > img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.innerpage-v1 .bottom-section .container .middle-wrapper h2 {
  margin-bottom: 30px;
}
.innerpage-v1 .bottom-section .container .bottom-wrapper {
  max-width: 916px;
  margin: 94px auto 0;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .bottom-section .container .bottom-wrapper {
    width: 100%;
    margin: 20px 0 0;
  }
}
.innerpage-v1 .bottom-section .container .bottom-wrapper .inner h2 {
  margin-bottom: 42px;
}
.innerpage-v1 .bottom-section .container .bottom-wrapper .check-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .bottom-section .container .bottom-wrapper .check-wrapper {
    gap: 20px;
  }
}
.innerpage-v1 .bottom-section .container .bottom-wrapper .check-wrapper .icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 650px) {
  .innerpage-v1 .bottom-section .container .bottom-wrapper .check-wrapper .icon-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.innerpage-v1 .bottom-section .container .bottom-wrapper .check-wrapper .icon-row > img {
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.innerpage-v1 .bottom-section .container .bottom-wrapper .check-wrapper .icon-row svg {
  width: 63px;
  height: auto;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #A8894D;
}
.innerpage-v1 .bottom-section .container .bottom-wrapper .check-wrapper .icon-row svg path {
  fill: #A8894D;
}
.innerpage-v1 .bottom-section .container .btn-wrapper {
  margin-top: 110px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v1 .bottom-section .container .btn-wrapper {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 990px) {
  .innerpage-v2 .main-section {
    padding: 40px 0;
  }
}
.innerpage-v2 .main-section .outer-row-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 72px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v2 .main-section .outer-row-wrapper {
    gap: 80px;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v2 .main-section .outer-row-wrapper {
    gap: 50px;
  }
}
.innerpage-v2 .related-section {
  background: #F8F8F8;
}
@media only screen and (max-width: 990px) {
  .innerpage-v2 .related-section {
    padding: 80px 0;
  }
}
.innerpage-v2 .related-section .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 69px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v2 .related-section .top {
    margin-bottom: 37px;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v2 .related-section .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .innerpage-v2 .related-section .top .btn {
    display: inline-block;
    top: 10px;
  }
}
.innerpage-v2 .related-section .card-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v2 .related-section .card-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v2 .related-section .card-wrapper {
    grid-template-columns: 1fr;
  }
}
.innerpage-v2 .related-section .card-wrapper .inner-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.innerpage-v2 .related-section .card-wrapper .inner-card img {
  width: 100%;
  margin-bottom: 30px;
}
.innerpage-v2 .related-section .card-wrapper .inner-card .large {
  margin-bottom: 30px;
}
.innerpage-v2 .related-section .card-wrapper .inner-card p {
  margin: 0;
}
.innerpage-v2 .related-section .card-wrapper .inner-card .btn {
  display: inline-block;
  margin-top: 22px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v2 .contact-section {
    padding: 80px 0;
  }
}
.innerpage-v2 .contact-section .inner-text {
  max-width: 870px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 990px) {
  .innerpage-v2 .contact-section .inner-text {
    max-width: 100%;
  }
}
.innerpage-v2 .contact-section .inner-text h2 {
  margin-bottom: 16px;
}
.innerpage-v2 .contact-section .wpcf7 {
  max-width: 970px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 990px) {
  .innerpage-v2 .contact-section .wpcf7 {
    max-width: 100%;
  }
}
.innerpage-v2 .contact-section .wpcf7 input[type=text], .innerpage-v2 .contact-section .wpcf7 input[type=email], .innerpage-v2 .contact-section .wpcf7 input[type=tel], .innerpage-v2 .contact-section .wpcf7 input[type=url], .innerpage-v2 .contact-section .wpcf7 input[type=password], .innerpage-v2 .contact-section .wpcf7 input[type=search], .innerpage-v2 .contact-section .wpcf7 textarea, .innerpage-v2 .contact-section .wpcf7 select {
  background: transparent;
  border-bottom: 1px solid #A8894D;
  padding: 10px 12px;
}

.innerpage-v3 h2 {
  margin-bottom: 20px;
  font-weight: 600;
}
.innerpage-v3 .sidebar-content {
  position: sticky;
  top: 0;
}
.innerpage-v3 .sidebar-content .img-wrapper {
  margin-bottom: 18px;
}
.innerpage-v3 .sidebar-content .img-wrapper img {
  width: 100%;
}
.innerpage-v3 .sidebar-content .btn.primary-3 {
  padding: 0;
}
.innerpage-v3 .sidebar-content .sidebar-section {
  margin-bottom: 50px;
}
.innerpage-v3 .sidebar-content .sidebar-section .social-icons-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.innerpage-v3 .sidebar-content .sidebar-section .social-icons-share a svg {
  width: 30px;
  fill: #A8894D;
}
.innerpage-v3 .sidebar-content .sidebar-section .social-icons-share a svg path {
  fill: #A8894D;
}
.innerpage-v3 .sidebar-content .sidebar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #CDCDCD;
  padding: 18px 0;
}
.innerpage-v3 .sidebar-content .sidebar-item p {
  margin-left: 19px;
}
.innerpage-v3 .sidebar-content .sidebar-item:first-child {
  padding-top: 0;
}
.innerpage-v3 .sidebar-content .sidebar-item:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 990px) {
  .innerpage-v3 .sidebar-content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .innerpage-v3 .sidebar-content .sidebar-section:nth-child(odd) {
    padding-right: 25px;
  }
  .innerpage-v3 .sidebar-content .sidebar-section:nth-child(even) {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v3 .sidebar-content {
    display: block;
  }
  .innerpage-v3 .sidebar-content .sidebar-section:nth-child(odd) {
    padding-right: 0;
  }
  .innerpage-v3 .sidebar-content .sidebar-section:nth-child(even) {
    padding-left: 0;
  }
  .innerpage-v3 .sidebar-content .sidebar-section:last-child {
    margin-bottom: 0;
  }
}
.innerpage-v3 .bottom-section {
  padding: 71px 50px;
  margin-top: 50px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v3 .bottom-section {
    padding: 80px 32px;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v3 .bottom-section {
    padding: 80px 20px;
  }
  .innerpage-v3 .bottom-section .bottom-section h4 {
    margin-bottom: 30px;
  }
}
.innerpage-v3 .border-line {
  width: 1px;
  background: #CDCDCD;
  height: 100%;
  margin: auto;
}
@media only screen and (max-width: 990px) {
  .innerpage-v3 .border-line {
    width: 100%;
    height: 1px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 990px) {
  .innerpage-v3 .middle-section {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.innerpage-v3 .container .sidebar-images img {
  margin: 15px 0;
}
@media only screen and (max-width: 990px) {
  .innerpage-v3 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .innerpage-v3 .container .right-sec {
    margin-top: 50px;
  }
  .innerpage-v3 .container .right-sec .sidebar-content {
    margin-bottom: 30px;
  }
  .innerpage-v3 .container .right-sec .sidebar-content:last-child {
    margin-bottom: 0;
  }
  .innerpage-v3 .container .sidebar-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .innerpage-v3 .container .sidebar-images img {
    width: 40%;
  }
}
@media only screen and (max-width: 650px) {
  .innerpage-v3 .container .right-sec {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}

.innerpage-v4 .top-section {
  padding-bottom: 50px;
}
@media only screen and (max-width: 650px) {
  .innerpage-v4 .top-section .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .innerpage-v4 .top-section .d-flex ul {
    margin: 30px 0 !important;
  }
}
@media only screen and (max-width: 990px) {
  .innerpage-v4 .middle-sec {
    padding: 40px 0 0;
  }
}
.innerpage-v4 .middle-sec .middle-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 100px;
}
@media only screen and (max-width: 990px) {
  .innerpage-v4 .middle-sec .middle-section .row {
    padding-bottom: 80px;
  }
}
.innerpage-v4 .middle-sec .middle-section .row h2 {
  margin-bottom: 10px;
}
.innerpage-v4 .middle-sec .middle-section .row .left-sec {
  padding-left: 0;
}
.innerpage-v4 .middle-sec .middle-section .row .right-sec {
  padding-right: 0;
}
.innerpage-v4 .middle-sec .middle-section .row .left-sec img, .innerpage-v4 .middle-sec .middle-section .row .right-sec img {
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .innerpage-v4 .middle-sec .middle-section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .innerpage-v4 .middle-sec .middle-section .row > div {
    padding: 0;
  }
  .innerpage-v4 .middle-sec .middle-section .row .img-container {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .innerpage-v4 .middle-sec .middle-section .row .img-wrapper {
    margin-bottom: 30px;
  }
  .innerpage-v4 .middle-sec .middle-section .row .left-sec img, .innerpage-v4 .middle-sec .middle-section .row .right-sec img {
    width: 100%;
  }
}
.innerpage-v4 .bottom-section {
  padding: 80px 0;
}
.innerpage-v4 .bottom-section .container {
  max-width: 828px;
  margin: auto;
}
.innerpage-v4 .bottom-section .container h2 {
  margin-bottom: 10px;
}
.innerpage-v4 .bottom-section .container p {
  margin-bottom: 35px;
}

.landing-page h2 {
  margin-bottom: 40px;
}
@media screen and (min-width: 1500px) {
  .landing-page h2 {
    font-size: 63px;
  }
}
.landing-page .hero {
  height: auto;
  aspect-ratio: 1920/943;
  background-color: unset;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.landing-page .hero p {
  font-size: 24px;
  margin-bottom: 90px;
}
@media screen and (min-width: 1500px) {
  .landing-page .hero h1 {
    font-size: 119px;
  }
}
.landing-page .section-2 .tiles-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}
.landing-page .section-2 .tiles-wrapper .tile-wrapper {
  text-align: center;
  padding: 30px;
  border: 1px solid #E8E8E8;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.landing-page .section-2 .tiles-wrapper .tile-wrapper .img-wrapper {
  margin-bottom: 20px;
}
.landing-page .section-2 .tiles-wrapper .tile-wrapper h5 {
  font-size: 30px;
  margin-bottom: 12px;
  color: #E8E8E8;
}
.landing-page .section-2 .tiles-wrapper .tile-wrapper:hover {
  cursor: pointer;
  background-color: #E8E8E8;
}
.landing-page .section-2 .tiles-wrapper .tile-wrapper:hover * {
  color: #051017 !important;
}
@media screen and (max-width: 1024px) {
  .landing-page .section-2 .d-lg-flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .landing-page .section-2 .d-lg-flex .col-lg-6 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .landing-page .section-2 .tiles-wrapper {
    grid-template-columns: 1fr;
  }
}
.landing-page .section-3 {
  height: 782px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.landing-page .section-3 .container .center-box {
  max-width: 1139px;
  margin: auto;
  padding: 81px 150px;
  background-color: rgba(232, 232, 232, 0.8);
  text-align: center;
}
.landing-page .section-3 .container .center-box h2, .landing-page .section-3 .container .center-box p {
  color: #051017;
}
.landing-page .section-3 .container .center-box p {
  margin-bottom: 45px;
}
@media screen and (max-width: 990px) {
  .landing-page .section-3 {
    background-position-x: -200px;
  }
  .landing-page .section-3 .container .center-box {
    padding: 81px 50px;
  }
}
@media screen and (max-width: 475px) {
  .landing-page .section-3 {
    background-position-x: -320px;
  }
}
.landing-page .section-4 .container {
  max-width: 1026px;
}
.landing-page .section-4 .container .tile-wrapper {
  position: relative;
}
.landing-page .section-4 .container .tile-wrapper h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.landing-page .section-4 .container .tile-wrapper img {
  width: 100%;
}
.landing-page .section-4 .container .tile-wrapper p {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .landing-page .section-4 .container {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .landing-page .section-4 .container {
    margin-bottom: 30px;
  }
}
.landing-page .contact-section-1 .copy-text {
  margin-bottom: 50px;
}
.landing-page .contact-section-2 .left-side {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 100px;
}
.landing-page .contact-section-2 .top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.landing-page .contact-section-2 .bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.landing-page .form-wrapper {
  padding: 63px;
  border: 1px solid rgba(232, 232, 232, 0.15);
}
.landing-page .form-wrapper .btn {
  color: #051017 !important;
  margin-top: 40px;
}
@media screen and (max-width: 990px) {
  .landing-page .hero {
    padding-bottom: 80px !important;
  }
  .landing-page .left-side {
    margin-bottom: 30px;
  }
  .landing-page section:not(.section-2) {
    padding-bottom: 0;
  }
  .landing-page section:last-child {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 650px) {
  .landing-page .form-wrapper {
    padding: 63px 20px;
  }
  .landing-page .hero p {
    margin-bottom: 40px;
  }
}

.events h2 {
  margin-bottom: 50px;
}
.events .img-side > a {
  height: 100%;
  display: inline-block;
}
.events .img-side > a > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.events .single-post .btn-wrapper {
  margin-top: 15px;
}
@media only screen and (max-width: 990px) {
  .events .single-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .events .single-post img {
    width: 100%;
  }
}

.single-events .social-icons-share a {
  margin: 0px 10px;
}
.single-events .social-icons-share a:first-of-type {
  margin-left: 0;
}
.single-events .social-icons-share a:last-of-type {
  margin-right: 0;
}
.single-events .social-icons-share a svg {
  width: 30px;
  fill: #A8894D;
}
.single-events .social-icons-share a svg path {
  fill: #A8894D;
}

.gallery-page .top-section {
  padding-bottom: 0;
}
.gallery-page .top-section .inner {
  max-width: 726px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 990px) {
  .gallery-page .top-section .inner {
    max-width: 100%;
  }
}
.gallery-page .top-section .inner h1 {
  margin-bottom: 35px;
}
.gallery-page .top-section .inner p {
  margin-bottom: 0;
}
.gallery-page .gallery-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media only screen and (max-width: 990px) {
  .gallery-page .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
@media only screen and (max-width: 650px) {
  .gallery-page .gallery-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.gallery-page .gallery-wrapper .img-wrapper img {
  width: 100%;
  height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 990px) {
  .gallery-page .gallery-wrapper .img-wrapper img {
    height: 297px;
  }
}

.blog .single-post {
  padding-bottom: 50px;
}
.blog .single-post p.big {
  margin-bottom: 0;
}
.blog .single-post h3 {
  margin-top: 15px;
  margin-bottom: 8px;
}
.blog .single-post h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog .blogs-wrapper .single-post-wrapper img {
  width: 100%;
}
.blog .sidebar-wrapper {
  position: sticky;
  top: 0;
}
.blog .sidebar-wrapper ul {
  margin: 0;
  padding: 0;
}
.blog .sidebar-wrapper .wp-block-latest-posts__list li {
  height: 93px;
  padding: 20px 0;
  border-bottom: 1px solid #F3F3F3;
}
.blog .sidebar-wrapper .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
  margin-right: 22px;
}
.blog .sidebar-wrapper .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
  height: 53px;
  width: auto;
}
.blog .sidebar-wrapper .wp-block-latest-posts__list li .wp-block-latest-posts__post-date {
  color: #A8894D;
}
.blog .sidebar-wrapper .wp-block-latest-posts__list li:first-of-type {
  padding-top: 0;
  height: 73px;
}
.blog .sidebar-wrapper .wp-block-latest-posts__list li:last-of-type {
  border-bottom: 0px;
  padding-bottom: 0;
  height: 73px;
}
.blog .sidebar-wrapper .wp-block-categories-list {
  list-style: none;
}
.blog .sidebar-wrapper .wp-block-tag-cloud {
  margin-left: -5px;
}
.blog .sidebar-wrapper .wp-block-tag-cloud .tag-cloud-link {
  padding: 10px 37px;
  background: #F3F3F3;
  border-radius: 30px;
  font-size: 18px !important;
  margin: 0 5px 22px;
}
.blog .row img {
  width: 100%;
}
.blog h2.related-articles-header {
  margin-top: 50px;
  margin-bottom: 15px;
}
.blog .inner-content .single-post {
  padding-bottom: 0;
}
.blog .inner-content .single-post img {
  margin-bottom: 20px;
}
.blog .related-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog .related-articles .grid-item {
  max-width: 50%;
  padding: 0 17.5px;
}
.blog .related-articles .grid-item:first-child {
  padding-left: 0;
}
.blog .related-articles .grid-item:last-child {
  padding-right: 0;
}
.blog.blog-v2 .related-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog.blog-v2 .related-articles .grid-item {
  max-width: 33%;
  padding: 0 17.5px;
}
.blog.blog-v2 .related-articles .grid-item:first-child {
  padding-left: 0;
}
.blog.blog-v2 .related-articles .grid-item:last-child {
  padding-right: 0;
}
.blog .sidebar-wrapper .recent-posts {
  margin-bottom: 50px;
}
.blog .sidebar-wrapper .recent-posts .recent-post-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #f4f4f4;
}
.blog .sidebar-wrapper .recent-posts .recent-post-link .img-wrapper {
  max-width: 52px;
  margin-right: 22px;
}
.blog .sidebar-wrapper .recent-posts .recent-post-link .post-info p {
  margin-bottom: 0;
}
.blog hr {
  border: 0px;
  width: 100%;
  height: 1px;
  background: #E8E8E8;
  margin-top: 35px;
}
.blog .pagination {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 18px;
}
.blog .pagination a {
  color: #A8894D;
}
.blog .pagination a span {
  margin: 0px 13px;
}
.blog #loadMore {
  display: none;
  margin: 20px 0;
}
.blog .sidebar-wrapper .categories-list {
  margin-bottom: 50px;
}
.blog .sidebar-wrapper .h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0em;
}
.blog .sidebar-wrapper .tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog .sidebar-wrapper .tag-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 3.5px;
}
.blog .sidebar-wrapper .tag-link {
  padding: 15px 30px;
  border: 2px solid #F4F4F4;
  border-radius: 40px;
  background-color: #F4F4F4;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.blog .sidebar-wrapper .tag-link:hover {
  background-color: #A8894D;
  border: 2px solid #A8894D;
  color: #F4F4F4;
}
.blog .v3 .featured-img {
  border-radius: 18.53px;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 990px) {
  .blog .v3 .featured-img {
    margin-top: 40px;
  }
}
.blog .v3 .inner-content {
  max-width: 1037px;
  margin: 0 auto;
}
.blog .v3 .author {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  font-weight: 700;
}
.blog .v3 .author img {
  width: 82px;
  height: 82px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.blog .v3 .top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
@media only screen and (max-width: 650px) {
  .blog .v3 .top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.blog .v3 .top-wrapper .share-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 25px;
}
.blog .v3 .top-wrapper .share-wrapper .social-icons-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 25px;
}
.blog .v3 .top-wrapper .share-wrapper .social-icons-share a {
  display: inline-block;
}
.blog .v3 .top-wrapper .share-wrapper .social-icons-share a svg {
  width: 20px;
  fill: #A8894D;
}
.blog .v3 .top-wrapper .share-wrapper .social-icons-share a svg path {
  fill: #A8894D;
}
.blog .v3 .pagination .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 29px;
  width: 50%;
}
.blog .v3 .pagination .arrow.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.blog .v3 .pagination .arrow svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.blog .v3 .pagination .arrow.one {
  width: 100%;
}
.blog .v3 .pagination .line {
  height: 94px;
  width: 2px;
  margin: 0px 10px;
  background-color: #A8894D;
}

@media only screen and (max-width: 990px) {
  .blog .pagination {
    margin: 18px 0;
  }
  .blog .related-articles, .blog .related-articles-header {
    display: none;
  }
  .blog .sidebar-wrapper {
    display: none;
  }
  .blog .blogs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog .blogs-wrapper .single-post-wrapper img {
    width: 100%;
  }
  .blog.blog-v2 .single-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog.blog-v2 .single-post img {
    width: 100%;
  }
}
.blog-v3 .blog-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 43px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 123px;
}
@media only screen and (max-width: 650px) {
  .blog-v3 .blog-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.blog-v3 .blog-split .img-wrapper {
  max-width: 620px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 990px) {
  .blog-v3 .blog-split .img-wrapper {
    max-width: 406px;
    height: 100%;
    display: inline-block;
  }
}
.blog-v3 .blog-split .img-wrapper img {
  width: 100%;
  border-radius: 18.528px;
}
@media only screen and (max-width: 990px) {
  .blog-v3 .blog-split .img-wrapper img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.blog-v3 .blog-split .img-wrapper .btn {
  display: inline-block;
}
.blog-v3 .blog-split .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-v3 .post-loop-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.blog-v3 .post-loop-top h2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.blog-v3 .post-loop-top .line {
  height: 3px;
  width: 100%;
  background-color: #A8894D;
  margin-left: 24px;
}
@media only screen and (max-width: 650px) {
  .blog-v3 .post-loop-top .line {
    margin-left: 10px;
  }
}
.blog-v3 .post-loop {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 44px 40px;
  margin-top: 60px;
}
@media only screen and (max-width: 990px) {
  .blog-v3 .post-loop {
    grid-template-columns: 1fr 1fr;
    gap: 31px;
  }
}
@media only screen and (max-width: 650px) {
  .blog-v3 .post-loop {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-top: 30px;
  }
}
.blog-v3 .post-loop .card-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #A8894D;
}
.blog-v3 .post-loop .card-post img {
  border-radius: 18.528px;
  margin-bottom: 29px;
  margin-top: 0;
}
@media only screen and (max-width: 650px) {
  .blog-v3 .post-loop .card-post img {
    margin-bottom: 20px;
  }
}
.blog-v3 .post-loop .card-post .bottom-btn {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-v3 .post-loop .card-post .bottom-btn svg {
  width: 24px;
  margin-left: 10px;
  fill: #A8894D;
}
.blog-v3 .post-loop .card-post .bottom-btn svg path {
  fill: #A8894D;
}

.contact h2 {
  margin-bottom: 10px;
}
.contact .wpcf7 {
  max-width: 970px;
  margin: 40px auto 0px;
}
.contact .wpcf7 .row {
  margin-bottom: 30px;
}
.contact .wpcf7 .submit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .wpcf7 .submit-wrapper .wpcf7-spinner {
  margin-top: 20px;
  position: absolute;
  left: 124px;
}
.contact .wpcf7 .submit-wrapper > p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 990px) {
  .contact .wpcf7 {
    margin: 20px auto 0px;
  }
  .contact .wpcf7 .row {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 650px) {
  .contact .wpcf7 {
    margin: 20px auto 0px;
  }
}
.contact-v2 .top-section {
  padding-bottom: 0;
}
.contact-v2 .top-section .inner {
  max-width: 726px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 990px) {
  .contact-v2 .top-section .inner {
    max-width: 100%;
  }
}
.contact-v2 .top-section .inner h1 {
  margin-bottom: 35px;
}
.contact-v2 .top-section .inner p {
  margin-bottom: 0;
}
.contact-v2 .contact-v2-inner h1 {
  margin-bottom: 14px;
}
.contact-v2 .contact-v2-inner .wpcf7 {
  max-width: 970px;
  margin: 40px auto 0px;
}
@media only screen and (max-width: 990px) {
  .contact-v2 .contact-v2-inner .wpcf7 {
    margin-top: 0;
  }
}
.contact-v2 .contact-v2-inner .wpcf7 input[type=text], .contact-v2 .contact-v2-inner .wpcf7 input[type=email], .contact-v2 .contact-v2-inner .wpcf7 input[type=tel], .contact-v2 .contact-v2-inner .wpcf7 input[type=url], .contact-v2 .contact-v2-inner .wpcf7 input[type=password], .contact-v2 .contact-v2-inner .wpcf7 input[type=search], .contact-v2 .contact-v2-inner .wpcf7 textarea, .contact-v2 .contact-v2-inner .wpcf7 select {
  background: transparent;
  border-bottom: 1px solid #A8894D;
  padding: 10px 12px;
}
.contact-v2 .contact-v2-inner .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: 30px;
}
.contact-v2 .contact-v2-inner .social-icons svg {
  width: 25px;
  fill: #A8894D;
}
.contact-v2 .contact-v2-inner .social-icons svg path {
  fill: #A8894D;
}
@media only screen and (max-width: 990px) {
  .contact-v2 .contact .wpcf7 {
    margin: 20px auto 0px;
  }
  .contact-v2 .contact .wpcf7 .row {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 650px) {
  .contact-v2 .contact .wpcf7 {
    margin: 20px auto 0px;
  }
}

.team h2 {
  color: #A8894D;
  margin-bottom: 10px;
}
.team .team-wrapper {
  width: 100%;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.team .team-wrapper .team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 20%;
  width: 100%;
  margin-bottom: 40px;
}
.team .team-wrapper .team-member .img-wrapper {
  width: 162px;
  height: 162px;
  border-radius: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: #F3F3F3;
  margin-bottom: 10px;
}
.team .team-wrapper .team-member p {
  margin: 0;
}
.team .team-wrapper .team-member p.big {
  margin-bottom: 5px;
}

@media only screen and (max-width: 990px) {
  .team .team-wrapper .team-member {
    max-width: 50%;
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .team .team-wrapper {
    margin-top: 20px;
  }
  .team .team-wrapper .team-member {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .team .team-wrapper .team-member {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .team .team-wrapper .team-member:last-of-type {
    margin-bottom: 0;
  }
}
.team-v2 .top-section {
  padding-bottom: 0;
}
.team-v2 .top-section .inner {
  max-width: 726px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 990px) {
  .team-v2 .top-section .inner {
    max-width: 100%;
  }
}
.team-v2 .top-section .inner h1 {
  margin-bottom: 35px;
}
.team-v2 .top-section .inner p {
  margin-bottom: 0;
}
.team-v2 .team-wrapper {
  width: 100%;
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px 45px;
}
@media only screen and (max-width: 990px) {
  .team-v2 .team-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 45px 31px;
    padding: 0px 50px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 650px) {
  .team-v2 .team-wrapper {
    grid-template-columns: 1fr;
  }
}
.team-v2 .team-wrapper .team-member {
  height: 370px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px;
}
.team-v2 .team-wrapper .team-member .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5))), #C4C4C4;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), #C4C4C4;
  z-index: 1;
}
.team-v2 .team-wrapper .team-member .content {
  width: 100%;
  position: relative;
  z-index: 2;
}
.team-v2 .team-wrapper .team-member .content p {
  margin: 0;
}
.team-v2 .team-wrapper .team-member .content .name {
  margin-bottom: 10px;
  font-weight: 700;
}

.error404 {
  padding-top: 0 !important;
}
.error404 footer {
  display: none;
}

.error {
  background-color: #A8894D;
}
.error .content {
  height: 100vh;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error .content .container {
  max-width: 782px;
}
.error .content img {
  width: auto;
  margin: 0;
}
.error .content h1 {
  font-size: 231.091px;
  line-height: 277px;
  font-weight: 700;
  margin: 0;
}
@media only screen and (max-width: 990px) {
  .error .content h1 {
    font-size: 100px;
    line-height: 120px;
  }
}
.error .content h2 {
  margin: 0px 0px 40px;
}

.search .hero {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search .search-form {
  position: relative;
  max-width: 1101px;
  margin: auto;
  width: 100%;
  margin-top: 26px;
}
.search .search-form input[type=search] {
  padding: 14px 0;
  border: 0;
}
.search .search-form label {
  position: relative;
  max-width: 100%;
}
.search .search-form label:before {
  content: url(/wp-content/uploads/2023/05/search.svg);
  position: absolute;
  top: 16px;
  left: 5px;
}
.search .search-form input[type=submit] {
  background: transparent;
  color: #E8E8E8;
  border: 0;
  position: absolute;
  display: block;
  right: 15px;
  bottom: 20px;
}
.search .container .row {
  padding-bottom: 50px;
}
.search .container .row img {
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .search .blog {
    padding-top: 0;
  }
  .search .search-form {
    padding: 0 50px;
  }
  .search .search-form input[type=submit] {
    right: 65px;
  }
  .search .container .row > div {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 650px) {
  .search .search-form {
    padding: 0 50px;
  }
  .search .search-form input[type=submit] {
    right: 65px;
  }
  .search .container .row > div {
    padding: 0 15px;
  }
}

.single-event .event-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-event .top-section, .single-event .middle-section, .single-event .bottom-section {
  margin-bottom: 50px;
}
.single-event .row {
  margin-left: 0;
  margin-right: 0;
}
.single-event .grey-box {
  background-color: #F9F9F9;
}
.single-event .tags-list .tag-item {
  background-color: #f4f4f4;
}
@media only screen and (max-width: 990px) {
  .single-event .top-section .btn-wrapper {
    margin-bottom: 30px;
  }
  .single-event .middle-section > div:first-child {
    margin-bottom: 30px;
  }
  .single-event .tags-and-social-section > div:first-child {
    margin-bottom: 50px;
  }
}