/*
Theme Name: Luna 2026
Author: Anonymous
Author URI:
Version: 1
Description: Luna 2026 theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Luna 2026
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.packages-block .package ul:not([class]), .twocols-content ol:not([class]), .twocols-content ul:not([class]), .social-networks, .widget ul, .woocommerce-account .woocommerce-MyAccount-navigation ul, .accordion, .form-area ul, .form-area .gform_fields, .text-block ol, .text-block ul, .main-nav.desktop ul, .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation-single:after, .post-password-form p:after, .search-form:after, .widget:after, dl:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #232021;
  background: #fff;
  font: 17px/1.5294117647 "ABC Marist", serif;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1023px) {
  body {
    font-size: 17px;
    line-height: 26px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

a {
  -webkit-transition: color linear 0.3s, opacity linear 0.3s, background-color linear 0.3s, border-color linear 0.3s;
  transition: color linear 0.3s, opacity linear 0.3s, background-color linear 0.3s, border-color linear 0.3s;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.5294117647em;
}

blockquote {
  border-left: 4px solid #F7577D;
  padding-left: 0.5em;
  margin-left: 1.5294117647em;
}

th, td {
  border: 1px solid #F7577D;
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul, ol {
  padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}
dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=date],
textarea, select, input[type=number] {
  height: 56px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
  line-height: 24px;
  border: solid 1px #848080;
  padding: 10px 22px;
  border-radius: 8px;
  outline: none;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #232021;
  background-color: #fff;
  font-family: "Luna Semi-Round", sans-serif;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder {
  color: #676767;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=date]::-moz-placeholder,
textarea::-moz-placeholder, select::-moz-placeholder, input[type=number]::-moz-placeholder {
  opacity: 1;
  color: #676767;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=date]:-moz-placeholder,
textarea:-moz-placeholder, select:-moz-placeholder, input[type=number]:-moz-placeholder {
  color: #676767;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type=number]:-ms-input-placeholder {
  color: #676767;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=url].placeholder,
input[type=date].placeholder,
textarea.placeholder, select.placeholder, input[type=number].placeholder {
  color: #676767;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=date]:focus,
textarea:focus, select:focus, input[type=number]:focus {
  border-color: #386159;
}

select, .select2-container--default .select2-selection--single {
  background: #fff url("images/select-bg.png");
  background-size: 54px 54px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  padding-right: 40px;
}

.select2-container--default .select2-selection--single {
  font-size: 17px;
  line-height: 24px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 14px 22px;
  border-radius: 0;
  outline: none;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #232021;
  background-color: #fff;
}

.select2-dropdown {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

textarea {
  resize: vertical;
  vertical-align: top;
  height: 180px !important;
  resize: none;
}

button, .btn,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit], .button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 20px;
  min-height: 46px;
  text-align: center;
  border-radius: 6px;
  outline: none;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  color: #fff;
  background: #386159;
  border: 1px solid transparent;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  transition: linear 0.4s;
  background-size: 150% 100%;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: "Luna Semi-Round", sans-serif;
  text-transform: none;
}
@media (min-width: 1360px) {
  button, .btn,
  input[type=button],
  input[type=reset],
  input[type=file],
  input[type=submit], .button {
    font-size: 22px;
    line-height: 24px;
    padding: 14px 25px 12px;
  }
}
button:hover, .btn:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=file]:hover,
input[type=submit]:hover, .button:hover {
  opacity: 1;
  color: #fff;
  background: rgb(37.3333333333, 64.6666666667, 59.3333333333);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
button.btn-secondary, .btn.btn-secondary,
input[type=button].btn-secondary,
input[type=reset].btn-secondary,
input[type=file].btn-secondary,
input[type=submit].btn-secondary, .button.btn-secondary {
  background: #F7577D;
  color: #fff;
  position: relative;
}
button.btn-secondary:before, .btn.btn-secondary:before,
input[type=button].btn-secondary:before,
input[type=reset].btn-secondary:before,
input[type=file].btn-secondary:before,
input[type=submit].btn-secondary:before, .button.btn-secondary:before {
  content: "\e902";
  font-family: icomoon;
  margin: 0 10px 0 0;
}
button.btn-secondary:hover, .btn.btn-secondary:hover,
input[type=button].btn-secondary:hover,
input[type=reset].btn-secondary:hover,
input[type=file].btn-secondary:hover,
input[type=submit].btn-secondary:hover, .button.btn-secondary:hover {
  background: #386159;
}
button.btn-primary-v2, .btn.btn-primary-v2,
input[type=button].btn-primary-v2,
input[type=reset].btn-primary-v2,
input[type=file].btn-primary-v2,
input[type=submit].btn-primary-v2, .button.btn-primary-v2 {
  background: #40d1b5;
  color: #000;
}
button.btn-primary-v2:hover, .btn.btn-primary-v2:hover,
input[type=button].btn-primary-v2:hover,
input[type=reset].btn-primary-v2:hover,
input[type=file].btn-primary-v2:hover,
input[type=submit].btn-primary-v2:hover, .button.btn-primary-v2:hover {
  background: #386159;
  color: #fff;
}
button.btn-white, .btn.btn-white,
input[type=button].btn-white,
input[type=reset].btn-white,
input[type=file].btn-white,
input[type=submit].btn-white, .button.btn-white {
  background: #fff;
  color: #232021;
}
button.btn-white:hover, .btn.btn-white:hover,
input[type=button].btn-white:hover,
input[type=reset].btn-white:hover,
input[type=file].btn-white:hover,
input[type=submit].btn-white:hover, .button.btn-white:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}
button.btn-white-outline, .btn.btn-white-outline,
input[type=button].btn-white-outline,
input[type=reset].btn-white-outline,
input[type=file].btn-white-outline,
input[type=submit].btn-white-outline, .button.btn-white-outline {
  background: none;
  color: #fff;
  border-color: #fff;
}
button.btn-white-outline:hover, .btn.btn-white-outline:hover,
input[type=button].btn-white-outline:hover,
input[type=reset].btn-white-outline:hover,
input[type=file].btn-white-outline:hover,
input[type=submit].btn-white-outline:hover, .button.btn-white-outline:hover {
  background: #fff;
  color: #232021;
}
button.btn-primary-outline, .btn.btn-primary-outline,
input[type=button].btn-primary-outline,
input[type=reset].btn-primary-outline,
input[type=file].btn-primary-outline,
input[type=submit].btn-primary-outline, .button.btn-primary-outline {
  background: none;
  color: #386159;
  border-color: #386159;
}
button.btn-primary-outline:hover, .btn.btn-primary-outline:hover,
input[type=button].btn-primary-outline:hover,
input[type=reset].btn-primary-outline:hover,
input[type=file].btn-primary-outline:hover,
input[type=submit].btn-primary-outline:hover, .button.btn-primary-outline:hover {
  background: #386159;
  color: #fff;
}

.pulsing-btn {
  -webkit-animation: pulse 2.5s infinite;
          animation: pulse 2.5s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(247, 87, 125, 0.6);
            box-shadow: 0 0 0 0 rgba(247, 87, 125, 0.6);
  }
  75% {
    -webkit-transform: scale(1.035);
            transform: scale(1.035);
    -webkit-box-shadow: 0 0 0 18px rgba(247, 87, 125, 0);
            box-shadow: 0 0 0 18px rgba(247, 87, 125, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(247, 87, 125, 0);
            box-shadow: 0 0 0 0 rgba(247, 87, 125, 0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(247, 87, 125, 0.6);
            box-shadow: 0 0 0 0 rgba(247, 87, 125, 0.6);
  }
  75% {
    -webkit-transform: scale(1.035);
            transform: scale(1.035);
    -webkit-box-shadow: 0 0 0 18px rgba(247, 87, 125, 0);
            box-shadow: 0 0 0 18px rgba(247, 87, 125, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(247, 87, 125, 0);
            box-shadow: 0 0 0 0 rgba(247, 87, 125, 0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fancybox-button {
  min-height: inherit;
  padding: 0;
}
.fancybox-button:hover {
  background: #000;
}

.field_sublabel_below .gfield_label {
  margin-bottom: 6px;
  display: block;
}

input[type=file] {
  border-bottom: 0;
  background-color: #386159;
  color: #fff;
}

.main-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-cols #content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.main-cols #sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 320px;
  margin-left: 20px;
}

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paging .nav-links {
  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;
}
.paging .nav-links .prev, .paging .nav-links .next {
  padding: 8px 20px;
}

.paging {
  clear: both;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 0;
}

.paging .nav-links a, .paging .nav-links span {
  color: #232021 !important;
  text-decoration: none;
  background: none;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
  font-size: 17px;
  line-height: 24px;
  margin: 2px 4px;
  border-radius: 100%;
  font-family: "ABC Marist", serif;
  border: solid 1px #386159;
  border-radius: 0;
  display: block;
  width: 40px;
  height: 40px;
  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;
}

.paging .nav-links span.current {
  background: #DDDEE0;
  border-color: #DDDEE0;
}
.bg-gray .paging .nav-links span.current {
  background: #fff;
  border-color: #fff;
}

.paging .nav-links a:hover {
  background: none;
  color: #386159 !important;
}

.paging .nav-links .next, .paging .nav-links .prev {
  font-size: 0;
  line-height: 0;
  padding: 0;
  background: #386159;
  color: #000 !important;
  border-color: #386159;
}
.paging .nav-links .next {
  text-align: center;
}
.paging .nav-links .next:before {
  font-size: 20px;
  line-height: 24px;
  display: block;
  content: "\f105";
  font-family: "icomoon";
}
.paging .nav-links .prev {
  text-align: center;
}
.paging .nav-links .prev:before {
  font-size: 20px;
  line-height: 24px;
  display: block;
  content: "\f104";
  font-family: "icomoon";
}

.fancybox-button:after {
  display: none;
}

.widget {
  margin-bottom: 1.5294117647em;
}
.widget ul {
  padding-left: 2em;
}
.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}
.comment-form textarea,
.comment-form input[type=text] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}
.comment-form input[type=submit] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}
.post-password-form input[type=password] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  margin-bottom: 15px;
}
.search-form input {
  width: 100%;
}
.search-form input[type=search] {
  width: 100%;
  margin-bottom: 14px;
}

.post-password-form input {
  width: 100%;
}
.post-password-form input[type=password] {
  width: 100%;
  max-width: 100%;
  margin-bottom: 14px;
}

.comment-form input[type=submit],
.post-password-form input[type=submit],
.search-form input[type=submit] {
  background: #F0E6D9;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}
.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
.search-form input[type=submit]:hover {
  background: #F7577D;
}

.commentlist {
  margin: 0 0 1.5294117647em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.5294117647em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.5294117647em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.5294117647em;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
}
@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #F0E6D9;
  color: #fff;
  padding: 18px 20px 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  border-radius: 5px;
}
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  background: #F7577D;
}

.navigation-single {
  margin-bottom: 1.5294117647em;
}
.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 48%;
  background: #F0E6D9;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.navigation-single .next:hover,
.navigation-single .prev:hover {
  background: #F7577D;
}
.navigation-single .next a,
.navigation-single .prev a {
  display: block;
  background: #F0E6D9;
  color: #fff;
  padding: 18px 20px 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  border-radius: 5px;
}
.navigation-single .next a:hover,
.navigation-single .prev a:hover {
  background: #F7577D;
}
.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: 0.4em;
  margin-bottom: 1.5294117647em;
}
.wp-caption img {
  margin: 0;
  vertical-align: top;
}
.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.5294117647em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.5294117647em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.5294117647em;
}

.mejs-container {
  margin-bottom: 1.5294117647em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

@media (max-width: 1023px) {
  iframe {
    width: 100%;
  }
}

#wp-calendar tbody td {
  text-align: center;
}
#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999;
}

.widget_calendar table {
  width: 100%;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Luna Semi-Round", sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em;
  line-height: 1.2;
  display: block;
}

h1, .h1 {
  font-size: 35px;
}
@media (min-width: 576px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 45px;
  }
}
@media (min-width: 1440px) {
  h1, .h1 {
    font-size: 50px;
  }
}

h2, .h2 {
  font-size: 31px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 31px;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 40px;
  }
}

h3, .h3 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 30px;
  }
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #386159;
}
a:hover, a:focus {
  text-decoration: none;
}

@font-face {
  font-family: "Modern Era";
  src: url("fonts/ModernEra-Regular.woff2") format("woff2"), url("fonts/ModernEra-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Luna Semi-Round";
  src: url("fonts/Luna-semi-round.woff2") format("woff2"), url("fonts/Luna-semi-round.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Marist";
  src: url("fonts/ABCMarist-Regular.woff2") format("woff2"), url("fonts/ABCMarist-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?w9yjup");
  src: url("fonts/icomoon.eot?w9yjup#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?w9yjup") format("truetype"), url("fonts/icomoon.woff?w9yjup") format("woff"), url("fonts/icomoon.svg?w9yjup#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bath-tub:before {
  content: "\e92d";
}

.icon-bulb:before {
  content: "\e92e";
}

.icon-pound:before {
  content: "\e92f";
}

.icon-point:before {
  content: "\e930";
}

.icon-star:before {
  content: "\e931";
}

.icon-transport:before {
  content: "\e932";
}

.icon-university:before {
  content: "\e933";
}

.icon-headphones:before {
  content: "\e92c";
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-luna:before {
  content: "\e902";
}

.icon-logo:before {
  content: "\e903";
}

.icon-map:before {
  content: "\e904";
}

.icon-bed:before {
  content: "\e905";
}

.icon-building:before {
  content: "\e906";
}

.icon-area:before {
  content: "\e907";
}

.icon-x:before {
  content: "\e908";
}

.icon-plus-circle:before {
  content: "\e909";
}

.icon-rednote:before {
  content: "\e90a";
}

.icon-wechat:before {
  content: "\e90b";
}

.icon-tiktok:before {
  content: "\e90c";
}

.icon-icon-call:before {
  content: "\e90d";
}

.icon-icon-clock:before {
  content: "\e90e";
}

.icon-icon-email:before {
  content: "\e90f";
}

.icon-icon-quote:before {
  content: "\e910";
}

.icon-icon-quote2:before {
  content: "\e911";
}

.icon-icon-send:before {
  content: "\e912";
}

.icon-icon-user:before {
  content: "\e913";
}

.icon-arrow_right_alt:before {
  content: "\e914";
}

.icon-long-arrow-right:before {
  content: "\e915";
}

.icon-long-arrow-left:before {
  content: "\e916";
}

.icon-long-arrow-up:before {
  content: "\e917";
}

.icon-long-arrow-down:before {
  content: "\e918";
}

.icon-check_circle:before {
  content: "\e919";
}

.icon-location:before {
  content: "\e91a";
}

.icon-download:before {
  content: "\e91b";
}

.icon-arrow-right1:before {
  content: "\e91c";
}

.icon-arrow-left1:before {
  content: "\e91d";
}

.icon-envelope1:before {
  content: "\e91e";
}

.icon-home:before {
  content: "\e91f";
}

.icon-watch_later:before {
  content: "\e920";
}

.icon-youtube1:before {
  content: "\e921";
}

.icon-location1:before {
  content: "\e922";
}

.icon-arrow-bottom:before {
  content: "\e923";
}

.icon-arrow-top:before {
  content: "\e924";
}

.icon-info:before {
  content: "\e925";
}

.icon-check_circle1:before {
  content: "\e926";
}

.icon-paperplane:before {
  content: "\e927";
}

.icon-search1:before {
  content: "\e928";
}

.icon-search2:before {
  content: "\e929";
}

.icon-phone1:before {
  content: "\e92a";
}

.icon-facebook:before {
  content: "\e92b";
}

.icon-phone:before {
  content: "\e942";
}

.icon-star-empty:before {
  content: "\e9d7";
}

.icon-star-half:before {
  content: "\e9d8";
}

.icon-star-full:before {
  content: "\e9d9";
}

.icon-search:before {
  content: "\f002";
}

.icon-user:before {
  content: "\f007";
}

.icon-check:before {
  content: "\f00c";
}

.icon-times:before {
  content: "\f00d";
}

.icon-search-plus:before {
  content: "\f00e";
}

.icon-check1:before {
  content: "\f00f";
}

.icon-search-minus:before {
  content: "\f010";
}

.icon-redo:before {
  content: "\f01e";
}

.icon-sync:before {
  content: "\f021";
}

.icon-list:before {
  content: "\f03a";
}

.icon-list1:before {
  content: "\f03b";
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-check-circle1:before {
  content: "\f059";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-comment:before {
  content: "\f075";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-google-plus-g:before {
  content: "\f0d5";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin-in:before {
  content: "\f0e1";
}

.icon-envelope2:before {
  content: "\f0e2";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-ellipsis-h1:before {
  content: "\f143";
}

.icon-ellipsis-v1:before {
  content: "\f144";
}

.icon-play-circle:before {
  content: "\f145";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-long-arrow-down1:before {
  content: "\f175";
}

.icon-long-arrow-up1:before {
  content: "\f176";
}

.icon-long-arrow-left1:before {
  content: "\f177";
}

.icon-long-arrow-right1:before {
  content: "\f178";
}

.icon-vk:before {
  content: "\f189";
}

.icon-google:before {
  content: "\f1a0";
}

.icon-vine:before {
  content: "\f1ca";
}

.icon-yelp:before {
  content: "\f1e9";
}

.icon-pinterest-p:before {
  content: "\f231";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-vimeo-v:before {
  content: "\f27d";
}

.icon-envira:before {
  content: "\f299";
}

.icon-bath:before {
  content: "\f2cd";
}

.icon-facebook-f:before {
  content: "\f39e";
}

.icon-map-marker-alt:before {
  content: "\f3c5";
}

.icon-equals:before {
  content: "\f52c";
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  display: none;
  outline: none !important;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slide-pagination {
  overflow: hidden;
}

.slick-pagination {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.slick-pagination .slick-next {
  position: absolute;
  right: 0;
  top: 0;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 15px 0 0;
}
@media (min-width: 1024px) {
  .slick-dots {
    margin: 15px 0 0;
  }
}
.slick-dots li {
  padding: 0 3px;
  position: relative;
}
.slick-dots li button {
  background: #ccc;
  width: 14px;
  height: 14px;
  min-height: inherit;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  border-radius: 0;
}
.slick-dots li.slick-active button {
  background: #386159;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  font-size: 17px;
  left: 0;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #232021;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  font-weight: 600;
}
.slick-prev i,
.slick-next i {
  margin: -2px 3px 0;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .slick-prev i,
  .slick-next i {
    font-size: 17px;
  }
}
@media (min-width: 1360px) {
  .slick-prev i,
  .slick-next i {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .slick-prev i,
  .slick-next i {
    font-size: 20px;
  }
}
.slick-prev:hover,
.slick-next:hover {
  color: #F7577D;
}

.slick-next {
  left: auto;
  right: 0;
  color: #F7577D;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #03101f;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.85;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 20px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
@media (min-width: 768px) {
  .fancybox-slide {
    padding: 44px;
  }
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  min-width: inherit;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
  background: none !important;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.fancybox-content {
  border: solid 8px #fff;
}
@media (min-width: 768px) {
  .fancybox-content {
    border: solid 10px #fff;
  }
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #fff;
}

#header {
  position: relative;
  z-index: 1000;
  background: #F0E6D9;
  padding-top: 37px;
}
@media (min-width: 576px) {
  #header {
    padding-top: 0;
  }
}
#header:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  content: "";
  height: 5px;
  background: url(images/line3.png);
  background-size: 10px 5px;
}
@media (min-width: 1200px) {
  #header:before {
    background-size: 15px 5px;
  }
}
#header .container {
  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;
  max-width: none;
  padding: 22px 20px 27px;
}
@media (min-width: 576px) {
  #header .container {
    padding: 28px 20px;
  }
}
@media (min-width: 1024px) {
  #header .container {
    position: relative;
  }
}
@media (min-width: 1200px) {
  #header .container {
    padding: 13px 20px;
  }
}
@media (min-width: 1600px) {
  #header .container {
    padding: 15px 68px;
  }
}
#header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (max-width: 575px) {
  #header .btns {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
  }
  #header .btns .enquiry-dropdown + .btn {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
    width: 50%;
    border-radius: 0;
    margin: 0;
  }
  #header .btns .enquiry-dropdown {
    width: 50%;
    margin: 0 !important;
  }
  #header .btns .enquiry-dropdown .btn {
    width: 100%;
    border-radius: 0;
    margin: 0 !important;
  }
}
#header .btn {
  min-height: inherit;
  height: auto;
  padding: 8px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}
@media (min-width: 768px) {
  #header .btn {
    margin: 0 0 0 20px;
  }
}
#header .btn:after {
  content: "\e900";
  font-family: icomoon;
  margin: 0 0 0 10px;
  font-size: 9px;
}
@media (min-width: 768px) {
  #header .btn:after {
    font-size: 13px;
  }
}
#header .btn.btn-enquire:after {
  content: "\f107";
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 768px) {
  #header .btn.btn-enquire:after {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #header .btn {
    padding: 9px 15px 6px;
    font-size: 13px;
    margin: 0 0 0 15px;
  }
}
#header .btn.btn-secondary:before {
  display: none;
}
#header .logo {
  width: 150px;
}
@media (min-width: 768px) {
  #header .logo {
    width: 160px;
  }
}
#header .logo img {
  display: block;
  width: 100%;
  height: auto;
}

.enquiry-dropdown {
  position: relative;
  margin: 0 0 0 20px;
}
@media (max-width: 767px) {
  .enquiry-dropdown {
    margin: 0 0 0 15px;
  }
}
.enquiry-dropdown .btn {
  margin: 0 !important;
}
.enquiry-dropdown .btn:after {
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
}
.enquiry-dropdown .btn:hover {
  background: #fff;
  border-color: #386159;
  color: #386159 !important;
}
.enquiry-dropdown ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #386159;
  border-radius: 10px;
  color: #fff;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  border-radius: 0 0 8px 8px;
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
}
@media (min-width: 768px) {
  .enquiry-dropdown ul {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .enquiry-dropdown ul {
    border-radius: 0;
  }
}
.enquiry-dropdown ul li a {
  color: #fff;
  text-decoration: none;
  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;
  padding: 5px 10px;
  font-family: "Modern Era", sans-serif;
}
@media (min-width: 768px) {
  .enquiry-dropdown ul li a {
    padding: 5px 15px;
  }
}
.enquiry-dropdown ul li a i {
  margin: 0 10px 0 0;
}
.enquiry-dropdown ul li a:hover {
  background: rgb(46.6666666667, 80.8333333333, 74.1666666667);
}
.enquiry-dropdown.active .btn {
  border-radius: 8px 8px 0 0;
  background: #fff;
  border-color: #386159;
  color: #386159 !important;
}
.enquiry-dropdown.active .btn:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.enquiry-dropdown.active ul {
  opacity: 1;
  visibility: visible;
}

.main-nav {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Luna Semi-Round", sans-serif;
}
@media (min-width: 1200px) {
  .main-nav {
    display: none;
  }
  .main-nav.desktop {
    display: block;
  }
}
@media (min-width: 1360px) {
  .main-nav {
    font-size: 21px;
    line-height: 26px;
  }
}
.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .main-nav ul.d-hide {
    display: none;
  }
}
.main-nav.desktop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -18px;
}
@media (min-width: 1360px) {
  .main-nav.desktop ul {
    margin: 0 -19px;
  }
}
@media (min-width: 1440px) {
  .main-nav.desktop ul {
    margin: 0 -18px;
  }
}
@media (min-width: 1700px) {
  .main-nav.desktop ul {
    margin: 0 -22px;
  }
}
.main-nav.desktop ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.main-nav.desktop ul li a {
  display: block;
  padding: 20px 18px;
  color: #232021;
  text-decoration: none;
}
@media (min-width: 1360px) {
  .main-nav.desktop ul li a {
    padding: 20px 19.5px;
  }
}
@media (min-width: 1440px) {
  .main-nav.desktop ul li a {
    padding: 20px 19px;
  }
}
@media (min-width: 1600px) {
  .main-nav.desktop ul li a {
    padding: 20px 18px;
  }
}
@media (min-width: 1700px) {
  .main-nav.desktop ul li a {
    padding: 20px 23.5px;
  }
}
.main-nav.desktop ul li a:hover {
  color: #386159;
}
.main-nav.desktop ul li.active > a {
  color: #386159;
}
@media (min-width: 576px) {
  .main-nav.desktop ul li.d-hide {
    display: none;
  }
}
@media (min-width: 1200px) {
  .main-nav.desktop ul li.menu-item-has-children > a:after {
    display: inline-block;
    vertical-align: top;
    content: "\e909";
    font-family: "icomoon";
    margin: 0 0 0 6px;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    color: #386159;
  }
}
@media (min-width: 1200px) {
  .main-nav.desktop ul li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  .main-nav.desktop ul li.menu-item-has-children:hover > a {
    color: #386159;
  }
  .main-nav.desktop ul li.menu-item-has-children:hover > a:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (min-width: 1200px) {
  .main-nav.desktop ul ul {
    display: block;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 260px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
  }
}
@media (min-width: 1200px) {
  .main-nav.desktop ul ul li {
    border-top: solid 1px rgba(56, 97, 89, 0.1);
  }
}
.main-nav.desktop ul ul li ul {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
}
.main-nav.desktop ul ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1200px) {
  .main-nav.desktop ul ul li a {
    padding: 15px 15px;
    color: #232021;
  }
}
.main-nav .drop-opener {
  display: none;
}
@media (min-width: 1200px) {
  .main-nav:not(.desktop) {
    position: absolute;
    display: block;
    right: 20px;
    top: 100%;
    width: 260px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    text-align: center;
  }
  .main-nav:not(.desktop) ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-nav:not(.desktop) ul li {
    border-top: solid 1px rgba(56, 97, 89, 0.1);
  }
  .main-nav:not(.desktop) ul li.d-hide {
    display: none;
  }
  .main-nav:not(.desktop) ul a {
    padding: 15px 20px;
    display: block;
    text-decoration: none;
    color: #232021;
  }
  .main-nav:not(.desktop) ul a:hover {
    color: #386159;
  }
}
@media (min-width: 1600px) {
  .main-nav:not(.desktop) {
    right: 68px;
  }
}

@media (max-width: 1199px) {
  #header:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 100vh;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
  }
  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    overflow-y: auto;
    max-height: calc(100vh - 98px);
    font-size: 18px;
    background: #386159;
    margin-top: -5px;
  }
  .main-nav.desktop {
    display: none;
  }
  .main-nav ul {
    display: block;
    margin: 0;
  }
  .main-nav ul li {
    border-top: solid 1px rgba(255, 255, 255, 0.4);
  }
  .main-nav ul li a {
    padding: 0;
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #fff;
  }
  .main-nav ul li.menu-item-has-children > a:after {
    display: none;
  }
  .main-nav ul li.menu-item-has-children > a {
    padding-right: 80px;
  }
  .main-nav ul li ul {
    display: none;
    background: rgb(46.6666666667, 80.8333333333, 74.1666666667);
  }
  .main-nav ul li ul li {
    position: relative;
  }
  .main-nav ul li ul li a {
    padding: 15px 40px;
  }
  .main-nav ul li ul li ul {
    background: rgb(37.3333333333, 64.6666666667, 59.3333333333);
  }
  .main-nav ul li ul li ul li a {
    padding: 15px 60px;
  }
  .main-nav ul li.drop-active > .drop-opener .icon-plus:before {
    content: "\f068";
  }
  .main-nav ul .drop-opener {
    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;
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    height: 54px;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .main-nav {
    max-height: calc(100vh - 93px);
  }
}
@media (max-width: 575px) {
  .main-nav {
    max-height: calc(100vh - 122px);
  }
}
.menu-opener {
  display: block;
  width: 40px;
  height: 30px;
  position: relative;
  z-index: 3;
  margin: 0 0 0 15px;
}
@media (min-width: 768px) {
  .menu-opener {
    margin: 0 0 0 24px;
  }
}
.menu-opener span, .menu-opener:after, .menu-opener:before {
  position: absolute;
  left: 11px;
  right: 0;
  top: 0;
  -webkit-transition: all ease-in 0.4s;
  transition: all ease-in 0.4s;
  content: "";
  height: 5px;
  background: #232021;
  border-radius: 6px;
}
.menu-opener span {
  top: 11px;
  left: 0;
}
.menu-opener:after {
  top: 22px;
  left: 20px;
}

@media (max-width: 1023px) {
  .menu-active {
    overflow: hidden;
    height: 100%;
  }
}
.menu-active .menu-opener span {
  opacity: 0;
}
.menu-active .menu-opener:after, .menu-active .menu-opener:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 12px;
  left: 0;
}
.menu-active .menu-opener:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
}
.menu-active .main-nav {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .menu-active #header:after {
    opacity: 1;
    visibility: visible;
  }
}

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important;
}

.fixed-position #header {
  z-index: 1000;
  -webkit-box-shadow: 0 0 10px rgba(56, 97, 89, 0.2);
          box-shadow: 0 0 10px rgba(56, 97, 89, 0.2);
}
@media (max-width: 575px) {
  .fixed-position #header {
    padding-top: 0;
  }
  .fixed-position #header .btns {
    display: none;
  }
}
@media (max-width: 575px) {
  .fixed-position #header .main-nav {
    max-height: calc(100vh - 85px);
  }
}

.sub-nav-area {
  background: #fff7f5;
  font-size: 15px;
  font-family: "Modern Era", sans-serif;
  padding-top: 4px;
  position: relative;
}
@media (min-width: 1200px) {
  .sub-nav-area {
    font-size: 16px;
  }
}
@media (min-width: 1360px) {
  .sub-nav-area {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .sub-nav-area {
    font-size: 19px;
  }
}
@media (max-width: 1023px) {
  .sub-nav-area:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 100vh;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    z-index: 10;
  }
}
.sub-nav-area .container {
  padding: 0;
}
@media (min-width: 1024px) {
  .sub-nav-area .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .sub-nav-area .container {
    padding: 0 20px;
  }
}
@media (min-width: 1600px) {
  .sub-nav-area .container {
    padding: 0 68px;
  }
}
.sub-nav-area .sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-weight: 600;
}
.sub-nav-area .sub-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-nav-area .sub-nav ul li + li:before {
  content: "|";
  color: #b4bfba;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .sub-nav-area .sub-nav ul li + li:before {
    margin: 0 6px;
  }
}
@media (min-width: 1600px) {
  .sub-nav-area .sub-nav ul li + li:before {
    margin: 0 10px;
  }
}
.sub-nav-area .sub-nav ul li a {
  color: #6b6b6b;
  text-decoration: none;
  padding: 20px 13px;
  display: block;
}
@media (min-width: 1200px) {
  .sub-nav-area .sub-nav ul li a {
    padding: 20px 15px;
  }
}
@media (min-width: 1360px) {
  .sub-nav-area .sub-nav ul li a {
    padding: 20px 20px;
  }
}
.sub-nav-area .sub-nav ul li a:hover {
  color: #386159;
}
@media (max-width: 1023px) {
  .sub-nav-area .sub-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: rgb(235.6698113208, 222.7830188679, 206.0301886792);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .sub-nav-area .sub-nav ul {
    display: block;
  }
  .sub-nav-area .sub-nav ul li {
    margin: 0;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
  .sub-nav-area .sub-nav ul li:before {
    display: none;
  }
  .sub-nav-area .sub-nav ul li a {
    padding: 8px 20px;
  }
}
.sub-nav-area .sub-menu-opener {
  display: block;
  color: #232021;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  position: relative;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .sub-nav-area .sub-menu-opener {
    text-decoration: none;
  }
}
@media (min-width: 1200px) {
  .sub-nav-area .sub-menu-opener {
    font-size: 21px;
  }
}
@media (min-width: 1360px) {
  .sub-nav-area .sub-menu-opener {
    letter-spacing: 8px;
  }
}
@media (max-width: 1023px) {
  .sub-nav-area .sub-menu-opener {
    display: block;
    padding: 15px 20px;
  }
  .sub-nav-area .sub-menu-opener:before {
    position: absolute;
    right: 20px;
    top: 14px;
    content: "\f107";
    font-family: icomoon;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
  }
}

@media (max-width: 1023px) {
  .sub-menu-active .sub-nav-area:after {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1023px) {
  .sub-menu-active .sub-nav {
    opacity: 1;
    visibility: visible;
  }
  .sub-menu-active .sub-menu-opener:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

#footer {
  position: relative;
  text-align: center;
  background-color: #386159;
  color: #fff;
}
@media (min-width: 1024px) {
  #footer {
    text-align: left;
  }
}
#footer .container {
  position: relative;
  z-index: 1;
  max-width: 1250px;
}
@media (min-width: 1440px) {
  #footer .container {
    max-width: 1400px;
  }
}
#footer .logo {
  max-width: 150px;
  margin: 0 auto 15px;
}
@media (min-width: 576px) {
  #footer .logo {
    max-width: 170px;
  }
}
@media (min-width: 768px) {
  #footer .logo {
    max-width: 200px;
  }
}
@media (min-width: 1024px) {
  #footer .logo {
    margin: 0 0 25px;
    max-width: 180px;
  }
}
@media (min-width: 1360px) {
  #footer .logo {
    max-width: 200px;
  }
}
#footer .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer-top {
  padding: 40px 0 10px;
}
@media (min-width: 1024px) {
  #footer .footer-top {
    padding: 40px 0;
  }
}
@media (min-width: 1360px) {
  #footer .footer-top {
    padding: 70px 0 50px;
  }
}
@media (min-width: 1024px) {
  #footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px -20px;
  }
}
#footer .row .col {
  width: 100%;
  padding: 0 15px 20px;
}
@media (min-width: 1024px) {
  #footer .row .col {
    width: 28%;
  }
}
@media (min-width: 1360px) {
  #footer .row .col {
    width: 32%;
  }
}
@media (min-width: 1024px) {
  #footer .row .col:nth-child(2) {
    width: 72%;
  }
}
@media (min-width: 1360px) {
  #footer .row .col:nth-child(2) {
    width: 68%;
  }
}
#footer .heading {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
  display: block;
  font-family: "Modern Era", sans-serif;
}
@media (min-width: 1024px) {
  #footer .heading {
    margin: 0 0 10px;
  }
}
@media (min-width: 1200px) {
  #footer .heading {
    font-size: 21px;
  }
}
#footer .footer-text {
  font-size: 14px;
}
#footer .social-networks {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  #footer .social-networks {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  #footer .social-networks li a {
    width: 45px;
    height: 45px;
  }
}
#footer .open-close .text-slide {
  display: none;
}
#footer .open-close .read-more em {
  font-style: normal;
  display: none;
}
#footer .open-close.text-slide-active .read-more span {
  display: none;
}
#footer .open-close.text-slide-active .read-more em {
  display: inline;
}
#footer .contact-info {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 1200px) {
  #footer .contact-info {
    font-size: 18px;
  }
}
@media (min-width: 1360px) {
  #footer .contact-info {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  #footer .contact-info li {
    margin: 0 0 10px;
  }
}
#footer .contact-info li a {
  color: #F0E6D9;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Modern Era", sans-serif;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  #footer .contact-info li a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#footer .contact-info li a i {
  margin: 0 15px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
@media (min-width: 1024px) {
  #footer .contact-info li a i {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 1023px) {
  #footer .contact-info li a i {
    font-size: 22px;
  }
}
#footer .sub-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px;
  padding: 0 0 0;
}
@media (min-width: 768px) {
  #footer .sub-row {
    padding: 0 0 30px;
  }
}
#footer .sub-row .sub-col {
  padding: 0 15px 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  #footer .sub-row .sub-col {
    width: 33%;
    padding: 0 15px;
  }
}
#footer .sub-row .sub-col:nth-child(2) {
  width: 100%;
}
@media (min-width: 1024px) {
  #footer .sub-row .sub-col:nth-child(2) {
    width: 66%;
  }
}
@media (min-width: 1360px) {
  #footer .sub-row .sub-col:nth-child(2) {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #footer .sub-row .sub-col:nth-child(2) .footer-links ul {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
  }
}
#footer .footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
@media (min-width: 768px) {
  #footer .footer-links ul {
    font-size: 15px;
  }
}
@media (min-width: 1360px) {
  #footer .footer-links ul {
    font-size: 16px;
  }
}
#footer .footer-links ul li a {
  display: block;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
#footer .footer-links ul li a:hover {
  color: #F0E6D9;
}
@media (max-width: 1023px) {
  #footer .footer-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -6px;
  }
  #footer .footer-links ul li {
    margin: 0 6px 4px;
  }
  #footer .footer-links ul li a {
    border-bottom: dashed 1px #F0E6D9;
    text-decoration: none;
  }
}
#footer .accrdations-slider-holder {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding: 20px 50px 0;
}
@media (min-width: 1360px) {
  #footer .accrdations-slider-holder {
    padding: 30px 50px 0;
    border-top: solid 1px #fff;
  }
}
@media (max-width: 767px) {
  #footer .accrdations-slider-holder {
    margin: 0 -35px -35px;
    padding: 20px 75px;
  }
}
#footer .accrdations-slider-holder .accrdations-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px;
}
#footer .accrdations-slider-holder .accrdations-slider .slide {
  padding: 0 10px;
}
#footer .accrdations-slider-holder .accrdations-slider .slick-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#footer .accrdations-slider-holder .accrdations-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#footer .accrdations-slider-holder .slick-arrow {
  color: #fff;
  margin: 0 -50px;
}
@media (max-width: 575px) {
  #footer .accrdations-slider-holder .slick-arrow i {
    font-size: 15px;
  }
}
#footer .accrdations-slider-holder .accrdation-logo {
  text-align: center;
}
#footer .accrdations-slider-holder .accrdation-logo img {
  max-width: 80%;
  max-height: 70px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  display: inline-block;
  vertical-align: top;
}
#footer .footer-bottom {
  position: relative;
  padding: 20px 0;
  font-size: 15px;
  background-color: #fff;
  color: #386159;
}
@media (min-width: 576px) {
  #footer .footer-bottom {
    font-size: 16px;
    padding: 25px 0;
  }
}
@media (min-width: 1200px) {
  #footer .footer-bottom {
    padding: 20px 0;
  }
}
@media (min-width: 1360px) {
  #footer .footer-bottom {
    padding: 20px 0;
  }
}
#footer .footer-bottom:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  height: 5px;
  background: url(images/line.png);
  background-size: 10px 5px;
}
@media (min-width: 1200px) {
  #footer .footer-bottom:before {
    background-size: 15px 5px;
  }
}
@media (min-width: 768px) {
  #footer .footer-bottom .container {
    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;
  }
}
#footer .footer-bottom a {
  color: inherit;
}
@media (max-width: 1023px) {
  #footer .footer-bottom .copyright, #footer .footer-bottom .website-by {
    margin: 0 8px;
  }
}
@media (min-width: 768px) {
  #footer .footer-bottom-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
#footer .footer-bottom-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #footer .footer-bottom-links ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#footer .footer-bottom-links ul li a {
  color: #386159;
  text-decoration: underline;
}
#footer .footer-bottom-links ul li a:hover {
  text-decoration: none;
}
#footer .footer-bottom-links ul li + li:before {
  content: "";
  margin: 0 10px 0 10px;
}
@media (max-width: 767px) {
  #footer .footer-bottom-links ul li:first-child:before {
    display: none;
  }
}
#footer .footer-center {
  padding: 20px 20px;
  background: #fff;
  color: #232021;
  text-align: center;
}
@media (min-width: 768px) {
  #footer .footer-center {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  #footer .footer-center {
    line-height: 1.3;
  }
}
@media (min-width: 1200px) {
  #footer .footer-center .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer .footer-center .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Modern Era", sans-serif;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
}
@media (min-width: 576px) {
  #footer .footer-center .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  #footer .footer-center .title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #footer .footer-center .title {
    font-size: 26px;
    width: 35%;
    margin: 0 15px;
  }
}
@media (min-width: 1360px) {
  #footer .footer-center .title {
    font-size: 30px;
    width: 40%;
  }
}
@media (min-width: 1440px) {
  #footer .footer-center .title {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  #footer .footer-center .text {
    width: 60%;
    margin: 0 15px;
  }
}
@media (min-width: 1440px) {
  #footer .footer-center .text {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  #footer .footer-center .text {
    font-size: 15px;
  }
}
#footer .footer-center p {
  margin: 0;
}

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  background-color: #F7577D;
  color: #fff;
  font-size: 16px;
  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;
  z-index: 1000;
  display: none;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  text-decoration: none;
}
.back-to-top:hover {
  color: #fff;
  background-color: #000;
}

.fixed-position ~ .back-to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-block {
  margin: 0 0 20px;
}
.text-block h2 {
  margin: 0 0 15px;
  font-weight: 500;
}
.text-block h3 {
  margin: 0 0 15px;
}
.text-block a {
  text-decoration: underline;
}
.text-block a:hover {
  text-decoration: none;
}
.text-block p {
  margin: 0 0 18px;
}
.text-block ul {
  padding: 0 0 20px;
}
.text-block ul li {
  padding: 0 0 8px 18px;
  position: relative;
}
.text-block ul li:before {
  position: absolute;
  left: 0;
  top: 13px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  content: "";
  background-color: #386159;
}
.text-block ol {
  padding: 0 0 20px;
  counter-reset: item;
}
.text-block ol li {
  padding: 0 0 8px 20px;
  position: relative;
}
.text-block ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #386159;
  content: counters(item, ".") " ";
  counter-increment: item;
}
.text-block blockquote {
  border: 0;
  margin: 0 0 15px;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
}
.text-block blockquote q, .text-block blockquote p {
  quotes: none;
  font-style: italic;
  display: block;
  margin: 0 0 8px;
}
.text-block blockquote cite {
  display: block;
  font-weight: 400;
}

.btn-area {
  margin: 0 -10px 20px 0;
}
.btn-area .btn {
  margin: 0 10px 10px 0;
}

.slider-for .image, .slider-nav .image {
  display: block;
  padding-top: 55%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}

.slider-nav {
  margin: 0 -10px;
}
.slider-nav .slide {
  padding: 0 10px;
}

.slider-for {
  margin: 0 0 20px;
}
.slider-for .caption {
  position: absolute;
  left: 20px;
  max-width: calc(100% - 40px);
  bottom: 20px;
  background: #fff;
  border-radius: 8px;
  z-index: 1;
  font-size: 14px;
  line-height: 1.3;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .slider-for .caption {
    padding: 10px 10px;
    font-weight: 16px;
  }
}

.gallery-holder {
  margin: 0 0 30px;
  position: relative;
}
@media (min-width: 768px) {
  .gallery-holder {
    margin: 0 0 40px;
  }
}
.gallery-holder:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  height: 7px;
  background: #386159;
  z-index: 1;
}
.gallery-holder .slick-arrow {
  width: 50px;
  height: 50px;
  color: #000;
  background: #386159;
  border-radius: 100%;
  margin: 0 30px;
  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;
}

.iframe-holder {
  position: relative;
  padding-top: 56.2%;
  margin: 0 0 30px;
  background-color: #000;
}
@media (min-width: 768px) {
  .iframe-holder {
    margin: 0 0 40px;
  }
}
.iframe-holder iframe {
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.page-header.video {
  position: relative;
  overflow: hidden;
  position: relative;
  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;
  min-height: 190px;
}
@media (min-width: 768px) {
  .page-header.video {
    min-height: 370px;
  }
}
.page-header.video:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: #000;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
}
.page-header.video .container {
  position: relative;
  z-index: 4;
}
.page-header.video .container h1 {
  pointer-events: none;
}
.page-header .iframe-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.three-cols {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (min-width: 1024px) {
  .three-cols {
    margin: 0 -20px;
  }
}
.three-cols .col {
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .three-cols .col {
    width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .three-cols .col {
    padding: 0 20px;
  }
}

.gmap {
  position: relative;
  height: 397px;
  margin: 0 0 30px;
  background-color: #386159;
}
@media (min-width: 768px) {
  .gmap {
    margin: 0 0 40px;
  }
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.form-area ul, .form-area .gform_fields {
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.form-area ul li, .form-area ul .gfield, .form-area .gform_fields li, .form-area .gform_fields .gfield {
  width: 100%;
  padding: 0 8px 20px;
}
@media (min-width: 768px) {
  .form-area ul li, .form-area ul .gfield, .form-area .gform_fields li, .form-area .gform_fields .gfield {
    padding: 0 8px 30px;
  }
}
.form-area ul li.small, .form-area ul .gfield.small, .form-area .gform_fields li.small, .form-area .gform_fields .gfield.small {
  width: 100%;
}
@media (min-width: 768px) {
  .form-area ul li.small, .form-area ul .gfield.small, .form-area .gform_fields li.small, .form-area .gform_fields .gfield.small {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .form-area ul li.extra-small, .form-area ul .gfield.extra-small, .form-area .gform_fields li.extra-small, .form-area .gform_fields .gfield.extra-small {
    width: 33.33%;
  }
  .form-area ul li.medium, .form-area ul .gfield.medium, .form-area .gform_fields li.medium, .form-area .gform_fields .gfield.medium {
    width: 66.66%;
  }
}
.form-area .gfield_label {
  font-weight: 400;
  text-align: left;
  display: block;
  margin-bottom: 4px;
}
.form-area input[type=submit] {
  min-width: 100%;
}
.form-area input[type=file] {
  width: 100%;
}
.form-area .custom-checkboxes legend, .form-area .custom-checkboxes .gfield_label_before_complex {
  font-size: 20px;
  line-height: 24px;
  display: block;
  font-weight: 500;
  margin: 0 0 20px;
}
.form-area .ginput_container_checkbox:after {
  display: none;
}
.form-area input[type=text],
.form-area input[type=tel],
.form-area input[type=email],
.form-area input[type=search],
.form-area input[type=password],
.form-area input[type=url],
.form-area input[type=date],
.form-area textarea, .form-area select, .form-area input[type=number] {
  height: 50px;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 20px;
  border-color: #7f7b7b;
}
.form-area input[type=text]:focus,
.form-area input[type=tel]:focus,
.form-area input[type=email]:focus,
.form-area input[type=search]:focus,
.form-area input[type=password]:focus,
.form-area input[type=url]:focus,
.form-area input[type=date]:focus,
.form-area textarea:focus, .form-area select:focus, .form-area input[type=number]:focus {
  border-color: #F7577D;
}
.form-area select, .form-area .select2-container--default .select2-selection--single {
  background: #fff url("images/select-bg.png");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  padding-right: 40px;
}
.form-area .gfield--type-consent legend {
  display: none;
}
.form-area .gfield--type-consent .ginput_container_consent input {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: hidden;
}
.form-area .gfield--type-consent .ginput_container_consent input:checked ~ label:before {
  opacity: 1;
}
.form-area .gfield--type-consent .ginput_container_consent label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 34px;
}
.form-area .gfield--type-consent .ginput_container_consent label:after {
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  border: solid 1px #848080;
  content: "";
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
}
.form-area .gfield--type-consent .ginput_container_consent label:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 12px;
  height: 6px;
  border: solid 2px #232021;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 10px 0 0 6px;
  opacity: 0;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  z-index: 1;
}
.form-area .gfield_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px;
  text-align: left;
  font-size: 17px;
  line-height: 27px;
}
.form-area .gfield_checkbox .gchoice {
  width: calc(100% - 24px);
  margin: 0 10px 12px;
  position: relative;
  padding-left: 34px;
}
@media (min-width: 576px) {
  .form-area .gfield_checkbox .gchoice {
    width: calc(50% - 24px);
  }
}
.form-area .gfield_checkbox .gchoice input {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: hidden;
}
.form-area .gfield_checkbox .gchoice input:checked ~ label:before {
  opacity: 1;
}
.form-area .gfield_checkbox .gchoice label {
  display: block;
  cursor: pointer;
}
.form-area .gfield_checkbox .gchoice label:after {
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 22px;
  border: solid 1px #848080;
  content: "";
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
}
.form-area .gfield_checkbox .gchoice label:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 12px;
  height: 6px;
  border: solid 2px #232021;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 9px 0 0 5px;
  opacity: 0;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  z-index: 1;
}

.download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 1px #f3fafe;
  margin: 0 0 14px;
  padding: 17px 15px 17px 66px;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  background-color: #f3fafe;
  color: #232021;
  font-weight: 600;
}
.download-btn .download {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 0 10px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  padding: 17px 20px 17px;
  border-left: solid 1px rgb(219.4615384615, 240.1923076923, 252.0384615385);
  font-size: 18px;
}
@media (min-width: 768px) {
  .download-btn .download {
    display: block;
  }
}
.download-btn .download i {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 15px;
  font-size: 20px;
}
.download-btn .ext {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.download-btn .f-name {
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
}
.download-btn .name-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
.download-btn .icon-download {
  position: absolute;
  left: 20px;
  top: 16px;
  line-height: 1;
  font-size: 25px;
}
.download-btn:hover {
  color: #232021;
}

.downloads-list {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .downloads-list {
    margin: 0 0 40px;
  }
}

.accordion {
  margin: 0 0 25px;
}
@media (min-width: 576px) {
  .accordion {
    margin: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  .accordion {
    margin: 0 0 40px;
  }
}
.accordion li {
  border: solid 1px #4d494a;
  background: #fff;
  margin: 0 0 10px;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .accordion li {
    margin: 0 0 20px;
  }
}
.accordion li.active .opener:before {
  content: "\f068";
}
.accordion li:nth-child(4n+2) .opener:before {
  color: #40d1b5;
}
.accordion li:nth-child(4n+3) .opener:before {
  color: #f7577d;
}
.accordion li:nth-child(4n+4) .opener:before {
  color: #ffaa4f;
}
.accordion .opener {
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 50px 15px 20px;
  color: inherit;
  position: relative;
  font-weight: 400;
  font-family: "Modern Era", sans-serif;
  text-decoration: none;
  font-weight: 600;
}
@media (min-width: 576px) {
  .accordion .opener {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 768px) {
  .accordion .opener {
    font-size: 18px;
    line-height: 28px;
  }
}
.accordion .opener:before {
  position: absolute;
  right: 20px;
  top: 14px;
  content: "\f067";
  font-family: icomoon;
  color: #4a96bf;
  font-weight: 700;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
}
@media (min-width: 576px) {
  .accordion .opener:before {
    right: 22px;
  }
}
.accordion .slide-holder {
  padding: 0 20px 20px;
}
.accordion .slide-holder table {
  width: 100%;
}
.accordion .slide-holder p {
  margin: 0 0 15px;
}
.accordion .slide-holder ul, .accordion .slide-holder ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion .slide-holder ul li, .accordion .slide-holder ol li {
  width: 100%;
  border: 0;
  background: none;
  margin: 0;
}
.accordion .slide-holder ul {
  margin: 0 0 15px;
}
.accordion .slide-holder ul li {
  position: relative;
  overflow: visible;
  padding: 0 0 0 20px;
}
.accordion .slide-holder ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 6px;
  height: 6px;
  background: #386159;
  border-radius: 100%;
}
.accordion .slide-holder ol {
  margin: 0 0 15px;
  counter-reset: item;
}
.accordion .slide-holder ol li {
  position: relative;
  overflow: visible;
  padding: 0 0 0 20px;
}
.accordion .slide-holder ol > li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #386159;
  content: counters(item, ".") " ";
  counter-increment: item;
  font-weight: 700;
}

.validation_error {
  margin: 0 0 10px;
}

.gfield .validation_message {
  display: none;
}

.gfield_error input, .gfield_error textarea, .gfield_error select {
  border-color: #f00 !important;
}

.gform_footer {
  text-align: center;
  max-width: 230px;
  margin: 0 auto;
  position: relative;
}

.twocolumns {
  padding: 0 0 30px;
}
@media (min-width: 1024px) {
  .twocolumns {
    padding: 0 0 60px;
  }
}

.image-area {
  margin-bottom: 30px;
}
.image-area img {
  display: block;
  width: 100%;
}

.table-holder {
  margin: 0 0 30px;
}
.table-holder table {
  width: 100%;
  text-align: center;
  margin: 0;
}
.table-holder table thead {
  background: #F0E6D9;
  color: #232021;
  font-weight: 600;
}
.table-holder table th, .table-holder table td {
  padding: 10px 15px;
  text-align: center;
  border-color: #F0E6D9;
}
@media (max-width: 767px) {
  .table-holder {
    overflow-x: auto;
    border: 1px solid #F0E6D9;
    border-top: 0;
    border-bottom: 0;
  }
  .table-holder table {
    min-width: 580px;
    margin-left: -1px;
  }
}

.hidden_label .gfield_label {
  display: none;
}

.captcha-align {
  text-align: center;
}
.captcha-align .ginput_recaptcha {
  display: inline-block;
  vertical-align: top;
}

.main-content {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .main-content {
    padding: 60px 0;
  }
}

.file-input {
  padding-top: 20px;
}
.file-input label {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  outline: none;
  color: #fff;
  position: relative;
  display: block;
}
.file-input label span {
  font-size: 13px;
  color: #c1c1c1;
  font-style: italic;
  display: block;
}
.file-input label:before {
  display: block;
  content: "";
  background: url(images/icon-upload.png);
  background-size: 100% 100%;
  width: 53px;
  height: 40px;
  margin: 0 auto 10px;
}
.file-input input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -99999px;
  top: -99999px;
}
.file-input .gfield_required {
  display: inline;
  color: #386159;
}
.file-input.gfield_error .gfield_required {
  color: #f00;
}
.file-input.gfield_error .gfield_label {
  color: #f00;
}
.file-input .ginput_container_fileupload span {
  font-size: 13px;
  color: #c1c1c1;
  font-style: italic;
}
.file-input .gfield_label {
  display: block !important;
}

.gform_not_found {
  display: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #386159 !important;
  border-color: #386159 !important;
  color: #000 !important;
  font-weight: 600;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

.woocommerce-loop-category__title {
  font-size: 18px !important;
  line-height: 24px;
  display: block;
  font-weight: 400;
  margin: 0 0 6px;
}
.woocommerce-loop-category__title mark {
  background: none;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  -webkit-border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 13px 18px;
  min-height: 48px;
  text-align: center;
  border-radius: 0;
  outline: none;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  color: #000;
  background: #386159;
  border: 0;
  letter-spacing: 0.7px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  transition: linear 0.4s;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #000;
  opacity: 1;
  color: #fff;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 1.2em !important;
  opacity: 0.5;
}

.single_add_to_cart_button {
  width: 200px !important;
}

.woocommerce div.product form.cart div.quantity {
  margin-right: 10px;
}

.quantity input {
  min-height: 48px;
  height: 48px;
  width: 80px !important;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .quantity input {
    min-height: 48px;
  }
}

.woocommerce-message {
  padding: 15px 20px;
}
@media (min-width: 768px) {
  .woocommerce-message {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
.woocommerce-message:after, .woocommerce-message:before {
  display: none;
}
.woocommerce-message .button {
  float: none !important;
}
@media (max-width: 767px) {
  .woocommerce-message .button {
    display: block;
    width: 100%;
    margin: 0 0 10px !important;
  }
}

.product .flex-control-thumbs {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.woocommerce span.onsale {
  padding: 0 !important;
  background-color: #F7577D !important;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  text-decoration: none !important;
  color: #386159 !important;
  font-size: 22px !important;
  line-height: 24px !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #386159 !important;
  font-size: 22px !important;
  line-height: 24px !important;
  font-weight: 600;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  opacity: 1;
}

.product .price-holder .price del span {
  color: #505050;
  text-decoration: line-through;
}

.woocommerce-pagination {
  margin: 0 0 40px;
}

.woocommerce nav.woocommerce-pagination ul {
  margin: 0;
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  margin: 0 5px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  display: block;
  text-align: center;
  color: #212121;
  background-color: #f5f5f5;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #386159;
  color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev {
  font-size: 0;
  line-height: 0;
  position: relative;
}
.woocommerce nav.woocommerce-pagination ul li a.next:before, .woocommerce nav.woocommerce-pagination ul li a.prev:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\f109";
  font-size: 18px;
  line-height: 1;
  font-family: "icomoon";
}

.woocommerce nav.woocommerce-pagination ul li a.prev:before {
  content: "\f108";
}

.page-numbers {
  text-align: center;
}
.page-numbers li:first-child span, .page-numbers li:first-child a {
  border-radius: 2px 0 0 2px;
}
.page-numbers li:last-child span, .page-numbers li:last-child a {
  border-radius: 0 2px 2px 0;
}

.woocommerce nav.woocommerce-pagination ul {
  white-space: normal;
}

.woocommerce nav.woocommerce-pagination ul li {
  margin: 5px 5px;
  float: none;
}

.woocommerce-products-header {
  position: relative;
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .woocommerce-products-header {
    padding: 0 209px 30px 0;
  }
}
@media (min-width: 1024px) {
  .woocommerce-products-header {
    padding: 0 209px 30px;
  }
}
.woocommerce-products-header h1 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 1024px) {
  .woocommerce-products-header h1 {
    text-align: center;
  }
}

.col2-set {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  max-width: 100%;
  padding: 0 15px 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-EditAccountForm .form-row {
  margin: 0 0 8px !important;
}

.woocommerce form .form-row {
  display: block;
}

.woocommerce form .form-row {
  padding: 0;
}

.woocommerce form .form-row label {
  margin-bottom: 0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  border-color: #a46497 !important;
}

.main-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 19px;
  left: -3px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 181px;
  padding-left: 13px;
  height: 44px;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 1024px) {
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: auto;
}

.woocommerce-form-row + fieldset {
  margin: 30px 0 20px;
}

.woocommerce-form-row .woocommerce-Input {
  margin: 0 0 10px;
}

.woocommerce-form-row .woocommerce-Input + span em {
  font-size: 12px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #F7577D;
  color: #fff;
  float: none !important;
  width: 100% !important;
  padding: 17px !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #000 !important;
  background: #fff;
  padding: 8px 16px;
  display: block;
  color: #fff;
  border-radius: 0;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #000 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #386159;
  color: #000 !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
  padding: 20px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 30px;
  }
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  color: #fff !important;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table th {
  border-color: rgba(0, 0, 0, 0.1);
}

.woocommerce table.shop_table th {
  text-align: left;
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td, #add_payment_method .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
  border-top-width: 1px !important;
}

#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--single {
  color: #1a4064;
}

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
  background-color: #a88572 !important;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 150px !important;
  height: 50px !important;
}
@media (min-width: 768px) {
  #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    height: 50px !important;
    width: 180px !important;
  }
}

@media (max-width: 1198px) {
  .products.columns-4 .product {
    width: calc(33.3333333333% - 30px) !important;
  }
}
@media (max-width: 1022px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 10px;
  }
  .products.columns-4 .product {
    width: calc(50% - 30px) !important;
  }
}
@media (max-width: 574px) {
  .products.columns-4 .product {
    width: calc(100% - 30px) !important;
  }
  .woocommerce .woocommerce-ordering {
    float: none;
    width: 100%;
  }
  #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 100% !important;
    float: none !important;
  }
  .coupon button {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }
}
@media (max-width: 766px) {
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
  }
  h1, .h1 {
    font-size: 36px;
    margin: 0 0 20px;
  }
}
.woocommerce-MyAccount-navigation {
  width: 100%;
  float: none;
}
.woocommerce-MyAccount-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.woocommerce-MyAccount-navigation ul li {
  margin: 5px;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #fff;
  background-color: #386159;
  padding: 8px 12px;
}

@media (max-width: 575px) {
  .woocommerce-cart-form__contents .coupon .input-text {
    margin: 0 0 10px !important;
  }
}

#content > .woocommerce {
  background: #F6F7FF;
  border-radius: 0;
  padding: 25px;
  margin: 0 -20px;
}
@media (min-width: 768px) {
  #content > .woocommerce {
    padding: 40px;
    margin: 0;
    border-radius: 10px;
  }
}
#content > .woocommerce h2 {
  font-size: 25px;
}
@media (min-width: 768px) {
  #content > .woocommerce h2 {
    font-size: 30px;
  }
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: #386159 !important;
  color: #000;
  border-color: transparent !important;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
  color: #000;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
  color: #F7577D;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
  color: #000 !important;
  background: none !important;
  min-height: inherit !important;
  padding: 0 !important;
  font-weight: 600 !important;
}
.woocommerce-error .button:before, .woocommerce-info .button:before, .woocommerce-message .button:before {
  display: none !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #D4D7EE !important;
}

.woocommerce table.shop_table {
  background: #fff !important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: inherit;
}

.woocommerce-address-fields__field-wrapper {
  margin-bottom: 15px;
}

.page-shop #content > .woocommerce, .page-uncategorised #content > .woocommerce {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.page-shop #content > .woocommerce h2, .page-uncategorised #content > .woocommerce h2 {
  font-size: 25px;
}
@media (min-width: 768px) {
  .page-shop #content > .woocommerce h2, .page-uncategorised #content > .woocommerce h2 {
    font-size: 30px;
  }
}

.details-holder .meta {
  display: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 28px;
  color: #F7577D;
}

.main-ecommerce-area {
  padding: 30px 0 30px;
  background: #fff;
  position: relative;
  background: #DDDEE0;
}
@media (min-width: 768px) {
  .main-ecommerce-area {
    padding: 40px 0 40px;
  }
}
.main-ecommerce-area .ecommerce-holder {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}
@media (min-width: 1360px) {
  .main-ecommerce-area .ecommerce-holder {
    padding: 30px;
  }
}

.woocommerce ul.products li.product .price {
  font-size: 17px;
}

.added_to_cart.wc-forward {
  display: block !important;
  color: #F7577D;
}

.woocommerce-account:not(.logged-in) .main-ecommerce-area .container {
  max-width: 500px;
  text-align: center;
}
.woocommerce-account:not(.logged-in) .main-ecommerce-area .container button {
  display: block !important;
  float: none !important;
  margin: 10px 0 0 !important;
  width: 100% !important;
}

.is-large.wc-block-cart .wc-block-cart-items {
  margin: 0 !important;
}

.wc-block-components-product-name {
  color: #232021;
  font-weight: 600;
  text-decoration: none;
}
.wc-block-components-product-name:hover {
  color: #386159;
}

.is-large.wc-block-cart .wc-block-cart-items th {
  background: #DDDEE0 !important;
}

.is-large.wc-block-cart .wc-block-cart-items th.wc-block-cart-items__header-product {
  visibility: visible !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
  background: #DDDEE0 !important;
  padding: 8px 16px 8px !important;
}

.wc-block-cart-item__prices {
  color: #F94116;
  font-size: 17px;
  font-weight: 600;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:before {
  display: none;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  height: auto !important;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.wc-block-cart-item__remove-link {
  min-height: inherit !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.wc-block-components-button:not(.is-link) {
  -webkit-transition: linear 0.4s !important;
  transition: linear 0.4s !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  padding-right: 0 !important;
}

.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
  opacity: 1 !important;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
  border-color: #ccc !important;
}

.is-large.wc-block-cart .wc-block-cart-items td:first-child {
  padding-left: 0 !important;
}

.wc-block-cart table.wc-block-cart-items, .wc-block-cart table.wc-block-cart-items td, .wc-block-cart table.wc-block-cart-items th {
  margin: 0 !important;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.11) !important;
}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row:last-child, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row:last-child, .is-small table.wc-block-cart-items .wc-block-cart-items__row:last-child {
  border-bottom: 0 !important;
}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row:first-child, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row:first-child, .is-small table.wc-block-cart-items .wc-block-cart-items__row:first-child {
  padding-top: 0 !important;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
  margin: -4px 0 0 13px !important;
}

.is-medium.wc-block-components-sidebar-layout, .is-mobile.wc-block-components-sidebar-layout, .is-small.wc-block-components-sidebar-layout {
  margin-bottom: 0 !important;
}

.is-medium .wc-block-cart__sidebar, .is-mobile .wc-block-cart__sidebar, .is-small .wc-block-cart__sidebar {
  margin-bottom: 0 !important;
}

.is-large.wc-block-cart .wc-block-cart-items {
  border-bottom: 0 !important;
}

@media (max-width: 575px) {
  .wc-block-components-product-name {
    font-size: 14px !important;
  }
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  border-color: #ccc !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: none !important;
}

.wc-block-components-textarea {
  border-color: #ccc !important;
}

.wp-block-woocommerce-checkout {
  padding-top: 0 !important;
}

.wc-block-components-order-summary-item__description .wc-block-components-product-metadata__description {
  display: none !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item {
  padding-top: 0 !important;
}

@media (max-width: 1023px) {
  .wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-name {
    font-weight: 400 !important;
    margin: 0 !important;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    margin-top: 0 !important;
  }
}
.wp-block-woocommerce-checkout {
  overflow: hidden;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  overflow: hidden !important;
}

.wc-block-components-checkout-order-summary__title.is-open {
  border-top: 0 !important;
  padding-top: 0 !important;
}

.is-medium .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title, .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title, .is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  border-top: 0 !important;
  padding-top: 0 !important;
}

.woocommerce-Address-title.title h2, .woocommerce-MyAccount-content form h2 h2 {
  font-size: 26px !important;
}

.woocommerce-Address address {
  font-style: normal !important;
}

.woocommerce-account .addresses .title .edit {
  float: left !important;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  border-color: #ccc !important;
}

.select2-container--default, .select2-selection--single {
  padding: 0 !important;
  border-radius: 6px !important;
  font-size: 15px !important;
  border-color: #ccc !important;
}

.woocommerce form .form-row {
  margin: 0 0 10px;
}
.woocommerce form .form-row label {
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 6px;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  padding: 0.5em 1em !important;
}

fieldset legend {
  font-weight: 600;
  display: block;
  margin: 0 0 20px;
  font-size: 22px !important;
}

.woocommerce-MyAccount-content h2 {
  font-size: 26px !important;
}

.woocommerce div.product .product_title {
  font-size: 22px;
}
@media (min-width: 1024px) {
  .woocommerce div.product .product_title {
    font-size: 25px;
  }
}
@media (min-width: 1360px) {
  .woocommerce div.product .product_title {
    font-size: 33px;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #386159 !important;
  color: #000 !important;
  border: 0 !important;
  margin: 0 !important;
  font-weight: 400 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  font-weight: 600 !important;
}

.wc-block-cart__submit-button {
  background: #386159 !important;
  text-decoration: none !important;
  color: #000 !important;
  border-radius: 6px !important;
  font-weight: 600;
}

.wc-block-components-title.wc-block-components-title {
  color: #000;
}

.woocommerce-breadcrumb {
  padding: 20px 0 !important;
  margin: 0 !important;
  font-size: 14px !important;
}
.woocommerce-breadcrumb a {
  text-decoration: none;
  color: #F7577D !important;
}

.woocommerce-account:not(.logged-in) .main-ecommerce-area .container button.show-password-input {
  margin: 0 !important;
  width: auto !important;
  min-height: inherit !important;
  letter-spacing: 0 !important;
}

.woocommerce-Tabs-panel--description h2 {
  display: none !important;
}

.wc-block-cart__main .wc-block-cart-items th {
  padding-left: 10px !important;
}

.wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.container {
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1360px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1280px;
  }
}
.listing-block {
  padding: 40px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .listing-block {
    padding: 40px 0;
  }
}
@media (min-width: 1024px) {
  .listing-block {
    padding: 60px 0;
  }
}
@media (min-width: 1360px) {
  .listing-block {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .listing-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px;
  }
}
.listing-block .row .col {
  padding: 0 0 30px;
}
@media (min-width: 1024px) {
  .listing-block .row .col {
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  .listing-block .row #content {
    width: 66.66%;
  }
}
@media (min-width: 1024px) {
  .listing-block .row #sidebar {
    width: 33.33%;
  }
}
.listing-block.stories .row .col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1024px) {
  .listing-block.stories .row .col .posts-row .post-article {
    width: 33.33%;
  }
}

.posts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px 20px;
}
.posts-row .post-article {
  padding: 0 15px 30px;
  width: 100%;
}
@media (min-width: 576px) {
  .posts-row .post-article {
    width: 50%;
  }
}
.posts-row .cta-box {
  margin: 0 15px 30px;
  width: calc(100% - 30px);
}
@media (min-width: 576px) {
  .posts-row .cta-box {
    width: calc(50% - 30px);
  }
}

.post-article .featured-image {
  position: relative;
  padding-top: 75.13%;
  overflow: hidden;
}
.post-article .featured-image img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-article .text-block {
  padding: 20px 0 0;
  position: relative;
  margin: 0;
}
.post-article .text-block a {
  text-decoration: none;
}
.post-article h3, .post-article .h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .post-article h3, .post-article .h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.post-article h3 a, .post-article .h3 a {
  color: #232021;
}
.post-article h3 a:hover, .post-article .h3 a:hover {
  color: #386159;
}
.post-article .read-more {
  color: #386159;
  text-decoration: underline !important;
  font-size: 16px;
}
.post-article .read-more:hover {
  text-decoration: none !important;
}
.post-article p {
  margin: 0 0 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.widget {
  margin: 0 0 30px;
  background: #FFF;
  -webkit-box-shadow: 0px 5px 27px 4px #EEE;
          box-shadow: 0px 5px 27px 4px #EEE;
  padding: 20px;
}
.widget .widgettitle {
  display: block;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 12px;
  position: relative;
  padding: 0 0 0 20px;
  color: #000;
}
.widget .widgettitle:before {
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  content: "";
  width: 3px;
  background: #386159;
}
.widget ul {
  padding: 0;
}
.widget ul li + li {
  border-top: solid 1px #E9E9E9;
}
.widget ul li a {
  display: block;
  padding: 12px 0;
  text-decoration: none;
  font-weight: 500;
  color: #232021;
}
.widget ul li a:hover {
  color: #386159;
}
.widget .social-networks {
  padding-top: 10px;
}
.widget .widget-post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget .widget-post-list + .widget-post-list {
  margin: 15px 0 0 0;
}
.widget .widget-post-list .widget-posts-image {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin: 0 15px 0 0;
}
.widget .widget-post-list .widget-posts-image img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget .widget-post-list .widget-posts-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.widget .widget-post-list .widget-posts-title a {
  color: #232021;
}
.widget .widget-post-list .widget-posts-title a:hover {
  color: #386159;
}

.widget_categories ul {
  border-bottom: 0 !important;
}
.widget_categories ul li {
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.widget_categories ul li + li {
  border: 0;
}
.widget_categories ul li a {
  padding: 0 0 0 15px !important;
  position: relative;
  color: #F7577D;
}
.widget_categories ul li a:after {
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  width: 5px;
  height: 5px;
  background: #F7577D;
  border-radius: 100%;
}
.widget_categories .social-networks {
  margin: -3px;
}
.widget_categories .social-networks li {
  margin: 3px;
}
.widget_categories .social-networks li a {
  color: #386159;
}
.widget_categories .social-networks li a:after {
  display: none;
  padding: 0;
}

.widget_search .widgettitle, .widget_search h3, .widget_search .h3 {
  display: none;
}

.searchform {
  border-radius: 25px;
  background-color: #F1F1F1;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.searchform .screen-reader-text {
  display: none;
}
.searchform:before {
  position: absolute;
  right: 16px;
  top: 17px;
  content: "\e915";
  font-family: "icomoon";
  font-size: 18px;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
  color: #000;
}
.searchform > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchform input {
  height: 50px;
  margin: 0;
  padding: 15px 30px;
  border: 0;
  background: none;
  font-size: 14px;
  line-height: 20px;
  min-height: inherit;
}
.searchform input[type=text] {
  padding-left: 28px;
}
.searchform input[type=submit] {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  border: 0;
  padding: 0;
  min-height: inherit;
  position: relative;
  z-index: 1;
  background: #386159;
}

.social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -6px;
}
@media (min-width: 1200px) {
  .social-networks {
    margin: 0 -10px;
  }
}
.social-networks li {
  margin: 0 5px 10px;
}
@media (min-width: 1200px) {
  .social-networks li {
    margin: 0 10px 20px;
  }
}
.social-networks li a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  color: #fff;
  border: solid 1px #fff;
  background: none;
  font-size: 17px;
  border-radius: 100%;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .social-networks li a {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.social-networks li a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.social-networks li a:hover {
  opacity: 0.9;
}

.gallery-slider {
  margin: 0 -2px;
}
.gallery-slider .slide {
  float: left;
  width: 25%;
  padding: 0 2px;
}
.gallery-slider .image {
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 85%;
  display: block;
  position: relative;
}
.gallery-slider .image img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -8px 0;
}
@media (min-width: 1024px) {
  .gallery-nav {
    margin: 40px -8px 0;
  }
}
.gallery-nav .slick-arrow {
  background: #386159;
  position: static;
  display: block;
  -webkit-transform: none;
          transform: none;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  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;
  color: #232021;
  margin: 0 8px;
}
.gallery-nav .slick-arrow i {
  line-height: 1;
}
.gallery-nav .slick-arrow.slick-disabled {
  background: #386159;
  opacity: 0.5;
}

.details-holder h1 {
  font-size: 35px;
  line-height: 40px;
  color: #F7577D;
}
@media (min-width: 1024px) {
  .details-holder h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.details-holder h2 {
  color: #F7577D;
  font-size: 30px;
  line-height: 40px;
}
.details-holder h3 {
  color: #F7577D;
}
@media (max-width: 1023px) {
  .details-holder h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.details-holder .meta {
  display: block;
  font-weight: 600;
  margin: 0 0 20px;
  color: #386159;
}
.details-holder .alignleft {
  max-width: 350px;
}
@media (max-width: 767px) {
  .details-holder .alignleft {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    max-width: none;
  }
}
.details-holder .alignright {
  max-width: 350px;
}
@media (max-width: 767px) {
  .details-holder .alignright {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .details-holder .aligncenter {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    max-width: none;
  }
}

.post-prev-next {
  background: #F0E6D9;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.post-prev-next .navigation {
  padding: 0 20px;
  max-width: 1210px;
  margin: 0 auto;
}
.post-prev-next .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
.post-prev-next .nav-previous, .post-prev-next .nav-next {
  font-size: 0;
  line-height: 0;
}
.post-prev-next .nav-previous:after, .post-prev-next .nav-next:after {
  display: block;
  content: "";
}
.post-prev-next .nav-next a {
  color: #232021;
}
.post-prev-next .nav-next a:before {
  font-size: 18px;
  line-height: 20px;
  content: "Next";
  display: inline-block;
  vertical-align: top;
}
.post-prev-next .nav-next a:after {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 20px;
  content: "\f105";
  font-family: "icomoon";
  margin: 0 0 0 8px;
}
.post-prev-next .nav-previous a {
  color: #232021;
}
.post-prev-next .nav-previous a:after {
  font-size: 18px;
  line-height: 20px;
  content: "Prev";
  display: inline-block;
  vertical-align: top;
}
.post-prev-next .nav-previous a:before {
  font-size: 18px;
  line-height: 20px;
  content: "\f104";
  font-family: "icomoon";
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
}

.gform_validation_errors {
  display: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.contact-block {
  border-bottom: solid 1px #F1F1F1;
  padding: 40px 0 20px;
}
@media (min-width: 768px) {
  .contact-block {
    padding: 60px 0 30px;
  }
}
@media (min-width: 1024px) {
  .contact-block {
    padding: 80px 0;
  }
}
.contact-block .form-area {
  margin: 0 0 30px;
  border-radius: 10px;
  background: #DDDEE0;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .contact-block .form-area {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .contact-block .form-area {
    margin: 0 0 50px;
  }
}
.contact-block h3 {
  color: #F7577D;
}

.contact-info-box {
  margin: 0 0 30px;
}
.contact-info-box .contact-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  line-height: 1.5;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .contact-info-box .contact-information {
    margin: 0 -25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
@media (min-width: 1360px) {
  .contact-info-box .contact-information {
    margin: 0 -30px;
  }
}
@media (max-width: 1023px) {
  .contact-info-box .contact-information {
    font-size: 16px;
  }
}
.contact-info-box .contact-information li {
  margin: 0 15px 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .contact-info-box .contact-information li {
    margin: 0 25px;
    max-width: 400px;
    width: auto;
  }
}
@media (min-width: 1360px) {
  .contact-info-box .contact-information li {
    margin: 0 30px;
  }
}
@media (max-width: 1023px) {
  .contact-info-box .contact-information li:last-child {
    margin-bottom: 0;
  }
}
.contact-info-box .contact-information li a {
  color: #232021;
  text-decoration: none;
}
.contact-info-box .contact-information li a:hover {
  color: #386159;
}
@media (min-width: 1024px) {
  .contact-info-box .contact-information li + li:before {
    position: absolute;
    left: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 45px;
    content: "";
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1360px) {
  .contact-info-box .contact-information li + li:before {
    left: -50px;
  }
}
@media (max-width: 1023px) {
  .contact-info-box .contact-information li + li:after {
    position: absolute;
    left: 44px;
    top: -20px;
    content: "";
    height: 1px;
    background: #386159;
    width: 70px;
  }
}
.contact-info-box .contact-information li .title {
  display: block;
  color: #386159;
  font-weight: 600;
}
.contact-info-box .contact-information li .icon {
  color: #386159;
  font-size: 26px;
}
@media (min-width: 1024px) {
  .contact-info-box .contact-information li .icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.contact-information {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-information li {
  position: relative;
  padding: 0 0 0 43px;
}
.contact-information li + li {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .contact-information li + li {
    margin-top: 20px;
  }
}
.contact-information li .icon {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 24px;
}
.contact-information li .sub-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: block;
}
.contact-information li address {
  margin: 0;
  font-style: normal;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .contact-information li address {
    line-height: 29px;
  }
}

.wpcc-btn {
  min-height: inherit;
}

.gform_heading .gform_required_legend {
  display: none;
}

.gfield_required_asterisk {
  color: #f00;
}

@-webkit-keyframes rotateText {
  from {
    -webkit-transform: scale(1.45) rotate(0deg);
            transform: scale(1.45) rotate(0deg);
    @media (min-width: 1200px) {
      -webkit-transform: scale(1.5) rotate(0deg);
              transform: scale(1.5) rotate(0deg);
    }
  }
  to {
    -webkit-transform: scale(1.45) rotate(360deg);
            transform: scale(1.45) rotate(360deg);
    @media (min-width: 1200px) {
      -webkit-transform: scale(1.5) rotate(360deg);
              transform: scale(1.5) rotate(360deg);
    }
  }
}

@keyframes rotateText {
  from {
    -webkit-transform: scale(1.45) rotate(0deg);
            transform: scale(1.45) rotate(0deg);
    @media (min-width: 1200px) {
      -webkit-transform: scale(1.5) rotate(0deg);
              transform: scale(1.5) rotate(0deg);
    }
  }
  to {
    -webkit-transform: scale(1.45) rotate(360deg);
            transform: scale(1.45) rotate(360deg);
    @media (min-width: 1200px) {
      -webkit-transform: scale(1.5) rotate(360deg);
              transform: scale(1.5) rotate(360deg);
    }
  }
}
.hero-block {
  position: relative;
  background: #F0E6D9;
}
.hero-block:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url(images/bg-pattren.png);
  background-size: cover;
  background-position: 50% 0%;
  height: 367px;
}
.hero-block .container {
  max-width: 1380px;
}
@media (min-width: 1600px) {
  .hero-block .container {
    max-width: 1500px;
  }
}
@media (min-width: 1024px) {
  .hero-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -20px;
  }
}
@media (min-width: 1024px) {
  .hero-block .row .col {
    width: 50%;
  }
}
.hero-block .hero-slider-holder {
  width: 310px;
  height: 310px;
  margin: 0 auto 30px;
  position: relative;
}
@media (min-width: 450px) {
  .hero-block .hero-slider-holder {
    width: 370px;
    height: 370px;
  }
}
@media (min-width: 576px) {
  .hero-block .hero-slider-holder {
    width: 450px;
    height: 450px;
  }
}
@media (min-width: 768px) {
  .hero-block .hero-slider-holder {
    width: 500px;
    height: 500px;
  }
}
@media (min-width: 1024px) {
  .hero-block .hero-slider-holder {
    width: 400px;
    height: 400px;
    margin: 0 0 -136px 50px;
  }
}
@media (min-width: 1200px) {
  .hero-block .hero-slider-holder {
    margin: 0 0 -136px 60px;
  }
}
@media (min-width: 1360px) {
  .hero-block .hero-slider-holder {
    width: 500px;
    height: 500px;
    margin: 0 0 -136px 80px;
  }
}
@media (min-width: 1440px) {
  .hero-block .hero-slider-holder {
    width: 520px;
    height: 520px;
    margin: 0 0 -190px 80px;
  }
}
@media (min-width: 1700px) {
  .hero-block .hero-slider-holder {
    width: 620px;
    height: 620px;
    margin: 0 0 -190px;
  }
}
.hero-block .hero-slider-holder .hero-slider {
  height: 100%;
}
.hero-block .top-hero, .hero-block .svg-area {
  padding: 90px 0 50px;
}
@media (min-width: 1360px) {
  .hero-block .top-hero, .hero-block .svg-area {
    padding: 110px 0 60px;
  }
}
@media (min-width: 1700px) {
  .hero-block .top-hero, .hero-block .svg-area {
    padding: 150px 0 60px;
  }
}
.hero-block .svg-area {
  overflow: hidden;
  pointer-events: none;
}
.hero-block .curved-text {
  font-family: "Luna Semi-Round", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
}
.hero-block .svg-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.hero-block .btns-holder {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.hero-block .svg-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.hero-block .svg-holder svg {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.5) rotate(-90deg);
          transform: scale(1.5) rotate(-90deg);
  font-family: "Luna Semi-Round", sans-serif;
  font-size: 13px;
  color: #386159;
  font-weight: 900;
  /*text-shadow: 0 0 2px $primary, 0 0 2px $primary, 0 0 2px $primary;*/
}
@media (min-width: 1024px) {
  .hero-block .svg-holder svg {
    font-size: 10px;
    -webkit-animation: rotateText 10s linear infinite;
            animation: rotateText 10s linear infinite;
    -webkit-transform: scale(1.5) rotate(-130deg);
            transform: scale(1.5) rotate(-130deg);
  }
}
@media (min-width: 1360px) {
  .hero-block .svg-holder svg {
    font-size: 12px;
    -webkit-transform: scale(1.5) rotate(-130deg);
            transform: scale(1.5) rotate(-130deg);
  }
}
.hero-block .hero-slider {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #386159;
}
.hero-block .hero-slider .slick-list, .hero-block .hero-slider .slick-track, .hero-block .hero-slider .slide {
  height: 100%;
}
.hero-block .hero-slider .bg-image, .hero-block .hero-slider .bg-video-holder {
  width: 100%;
  height: 100%;
}
.hero-block .hero-slider .bg-image img, .hero-block .hero-slider .bg-image video, .hero-block .hero-slider .bg-image iframe, .hero-block .hero-slider .bg-video-holder img, .hero-block .hero-slider .bg-video-holder video, .hero-block .hero-slider .bg-video-holder iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-block .hero-slider .bg-video-holder iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  width: 180%;
  height: 180%;
}
.hero-block .caption {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .hero-block .caption {
    padding: 20px 0;
  }
}
@media (min-width: 1360px) {
  .hero-block .caption {
    padding: 40px 0;
  }
}
.hero-block .caption .container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 1500px;
}
.hero-block .caption .caption-holder {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  position: relative;
}
@media (min-width: 1024px) {
  .hero-block .caption .caption-holder {
    max-width: 395px;
    width: auto;
    margin: 0;
    background: none;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .hero-block .caption .caption-holder {
    max-width: 480px;
  }
}
@media (min-width: 1200px) {
  .hero-block .caption .caption-holder {
    max-width: 650px;
  }
}
@media (min-width: 1360px) {
  .hero-block .caption .caption-holder {
    max-width: 750px;
  }
}
@media (min-width: 1500px) {
  .hero-block .caption .caption-holder {
    max-width: 750px;
  }
}
.hero-block .caption .caption-holder:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  height: 30px;
  width: 1px;
  content: "";
  margin: 0 0 20px;
  background: #386159;
  -webkit-box-shadow: 18px 0 0 0 #386159;
          box-shadow: 18px 0 0 0 #386159;
}
@media (min-width: 1024px) {
  .hero-block .caption .caption-holder:before {
    left: 25px;
    -webkit-transform: none;
            transform: none;
    height: 50px;
  }
}
@media (min-width: 1360px) {
  .hero-block .caption .caption-holder:before {
    height: 80px;
  }
}
@media (min-width: 1700px) {
  .hero-block .caption .caption-holder:before {
    height: 139px;
  }
}
.hero-block .caption p {
  margin: 0 0 15px;
}
@media (min-width: 576px) {
  .hero-block .caption p {
    margin: 0 0 25px;
  }
}
.hero-block .caption p br {
  display: none;
}
.hero-block .caption .btns-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px -20px;
}
@media (max-width: 1023px) {
  .hero-block .caption .btns-holder {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-block .caption .btns-holder .btn {
  margin: 0 10px 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.hero-block .caption .btns-holder .btn.btn-primary-outline {
  background: #fff;
}
.hero-block .caption .btns-holder .btn.btn-primary-outline:hover {
  background: #386159;
}
.hero-block h1, .hero-block .h1 {
  font-weight: 700;
  margin: 0 0 15px;
}
@media (min-width: 576px) {
  .hero-block h1, .hero-block .h1 {
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .hero-block h1, .hero-block .h1 {
    margin: 0 0 30px;
  }
}
@media (min-width: 1360px) {
  .hero-block h1, .hero-block .h1 {
    font-size: 55px;
  }
}
@media (min-width: 1700px) {
  .hero-block h1, .hero-block .h1 {
    font-size: 57px;
  }
}
.hero-block h1 span, .hero-block .h1 span {
  /*display: block;
  color: $primary;*/
}
@media (max-width: 575px) {
  .hero-block h1, .hero-block .h1 {
    line-height: 1.1;
  }
}
.hero-block h1 span:not([class]), .hero-block .h1 span:not([class]) {
  color: #386159;
}
.hero-block.animate {
  opacity: 0;
}
.hero-block.animate.in-viewport {
  opacity: 1;
}

.btn-down {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  text-decoration: none;
  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;
  font-size: 20px;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}
@media (min-width: 576px) {
  .btn-down {
    bottom: 83px;
  }
}
@media (min-width: 1024px) {
  .btn-down {
    width: 50px;
    height: 50px;
    font-size: 30px;
    margin-left: -25px;
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media (min-width: 1024px) {
  .in-viewport .splitting .char {
    -webkit-animation: slide-in 0.1s cubic-bezier(0.3, 0, 0.7, 1) both;
            animation: slide-in 0.1s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(50ms * var(--char-index));
            animation-delay: calc(50ms * var(--char-index));
  }
}
@media (min-width: 1024px) {
  .in-viewport.splitting .char {
    -webkit-animation: slide-in 0.1s cubic-bezier(0.3, 0, 0.7, 1) both;
            animation: slide-in 0.1s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(50ms * var(--char-index));
            animation-delay: calc(50ms * var(--char-index));
  }
}

@media (min-width: 1024px) {
  .hero-block .in-viewport .splitting .char {
    -webkit-animation: slide-in 0.7s cubic-bezier(0.3, 0, 0.7, 1) both;
            animation: slide-in 0.7s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(50ms * var(--char-index));
            animation-delay: calc(50ms * var(--char-index));
  }
}
@media (min-width: 1024px) {
  .hero-block .in-viewport.splitting .char {
    -webkit-animation: slide-in 0.7s cubic-bezier(0.3, 0, 0.7, 1) both;
            animation: slide-in 0.7s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(50ms * var(--char-index));
            animation-delay: calc(50ms * var(--char-index));
  }
}

@-webkit-keyframes slide-in {
  from {
    -webkit-transform: scale(0.4) translateY(80%);
            transform: scale(0.4) translateY(80%);
    opacity: 0;
  }
}

@keyframes slide-in {
  from {
    -webkit-transform: scale(0.4) translateY(80%);
            transform: scale(0.4) translateY(80%);
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .fadeInUp {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: ease-in 0.75s;
    transition: ease-in 0.75s;
  }
}
@media (min-width: 1200px) {
  .fadeInUp {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@media (min-width: 1024px) {
  .fadeInUp.in-viewport {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (min-width: 1024px) {
  .fadeInRight {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    -webkit-transition: ease-in 1s;
    transition: ease-in 1s;
  }
}
@media (min-width: 768px) {
  .fadeInRight {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@media (min-width: 1024px) {
  .fadeInRight.in-viewport {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (min-width: 1024px) {
  .fadeInLeft {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    -webkit-transition: ease-in 1s;
    transition: ease-in 1s;
  }
}
@media (min-width: 768px) {
  .fadeInLeft {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@media (min-width: 1024px) {
  .fadeInLeft.in-viewport {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (min-width: 1024px) {
  .fadeIn {
    opacity: 0;
    -webkit-transition: ease-in-out 1s;
    transition: ease-in-out 1s;
    -webkit-transition-delay: 0.5;
            transition-delay: 0.5;
  }
}
@media (min-width: 1024px) {
  .fadeIn.in-viewport {
    opacity: 1;
  }
}

.ctas-block {
  background: #386159;
  color: #fff;
  padding: 100px 0 80px;
  overflow: hidden;
}
@media (min-width: 1360px) {
  .ctas-block {
    padding: 140px 0 80px;
  }
}
@media (min-width: 1700px) {
  .ctas-block {
    padding: 184px 0 80px;
  }
}
@media (min-width: 1024px) {
  .ctas-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 576px) {
  .ctas-block .row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .ctas-block .row .col {
    width: 50%;
  }
}
.ctas-block .row .col:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100%;
  height: 500px;
  width: 1px;
  content: "";
  margin: 0 0 20px;
  background: #F0E6D9;
  -webkit-box-shadow: 18px 0 0 0 #F0E6D9;
          box-shadow: 18px 0 0 0 #F0E6D9;
}
@media (min-width: 1024px) {
  .ctas-block .row .col:before {
    left: 25px;
    -webkit-transform: none;
            transform: none;
  }
}
.ctas-block .container {
  max-width: 1380px;
}
@media (min-width: 1600px) {
  .ctas-block .container {
    max-width: 1500px;
  }
}
.ctas-block .text {
  font-size: 15px;
}
@media (min-width: 576px) {
  .ctas-block .text {
    padding: 0 20px 0 0;
  }
}
@media (min-width: 1024px) {
  .ctas-block .text {
    padding: 0 10px 0 0;
  }
}
@media (min-width: 1200px) {
  .ctas-block .text {
    font-size: 16px;
    padding: 0 30px 0 0;
  }
}
@media (min-width: 1440px) {
  .ctas-block .text {
    padding: 0 80px 0 0;
    font-size: 18px;
  }
}
.ctas-block .ctas-slider-home .slick-list .slick-track {
  padding: 80px 0 0;
}
@media (min-width: 1024px) {
  .ctas-block .ctas-slider-home .slick-list .slick-track {
    padding: 105px 0 0;
  }
}
@media (min-width: 1700px) {
  .ctas-block .ctas-slider-home .slick-list .slick-track {
    padding: 120px 0 0;
  }
}
.ctas-block .control-btns {
  margin: 0 -10px;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 576px) {
  .ctas-block .control-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ctas-block .control-btns .slick-arrow {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  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;
  color: #fff;
  border: solid 1px #F0E6D9;
  font-size: 16px;
  font-weight: 400;
  -webkit-transform: none;
          transform: none;
  position: static;
}
@media (min-width: 1200px) {
  .ctas-block .control-btns .slick-arrow {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}
@media (min-width: 1360px) {
  .ctas-block .control-btns .slick-arrow {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
}
.ctas-block .ctas-slider-home .slick-list {
  padding: 0 80px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768px) {
  .ctas-block .ctas-slider-home .slick-list {
    padding: 0 100px;
  }
}
@media (min-width: 1024px) {
  .ctas-block .ctas-slider-home .slick-list {
    padding: 0 300px;
  }
}
.ctas-block .ctas-slider-home .slick-list .slick-track {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ctas-block .ctas-slider-home .slick-list .col {
  width: 280px !important;
}
@media (min-width: 576px) {
  .ctas-block .ctas-slider-home .slick-list .col {
    width: 300px !important;
  }
}
@media (min-width: 1200px) {
  .ctas-block .ctas-slider-home .slick-list .col {
    width: 380px !important;
  }
}
@media (min-width: 1360px) {
  .ctas-block .ctas-slider-home .slick-list .col {
    width: 410px !important;
  }
}
@media (min-width: 1700px) {
  .ctas-block .ctas-slider-home .slick-list .col {
    width: 475px !important;
  }
}
.ctas-block .ctas-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px;
}
@media (min-width: 576px) {
  .ctas-block .ctas-row {
    margin: 0 -20px;
  }
}
.ctas-block .ctas-row .col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 280px;
  height: 280px;
  margin: 0 10px;
  flex-shrink: 0;
}
@media (min-width: 576px) {
  .ctas-block .ctas-row .col {
    width: 300px;
    height: 300px;
    margin: 0 20px;
  }
}
@media (min-width: 1200px) {
  .ctas-block .ctas-row .col {
    width: 380px;
    height: 380px;
  }
}
@media (min-width: 1360px) {
  .ctas-block .ctas-row .col {
    width: 410px;
    height: 410px;
  }
}
@media (min-width: 1700px) {
  .ctas-block .ctas-row .col {
    width: 475px;
    height: 475px;
  }
}
.ctas-block .ctas-row .col:nth-child(even) {
  margin-top: 30px;
}
.ctas-block .cta-box {
  position: relative;
  height: 100%;
  display: block;
}
.ctas-block .cta-box .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  z-index: 1;
  color: #fff;
  font-family: "Luna Semi-Round", sans-serif;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  margin: 0 0 -18px;
  z-index: 2;
}
@media (min-width: 576px) {
  .ctas-block .cta-box .title {
    font-size: 35px;
    margin: 0 0 -23px;
  }
}
@media (min-width: 1200px) {
  .ctas-block .cta-box .title {
    font-size: 45px;
  }
}
@media (min-width: 1360px) {
  .ctas-block .cta-box .title {
    font-size: 50px;
  }
}
@media (min-width: 1700px) {
  .ctas-block .cta-box .title {
    font-size: 60px;
  }
}
.ctas-block .cta-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ctas-block .cta-box .image {
  position: relative;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}
.ctas-block .cta-box .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
}
.ctas-block .cta-box .image:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.ctas-block .cta-box .caption {
  position: absolute;
  left: 15px;
  bottom: 20px;
  background: #40d1b5;
  color: #232021;
  border-radius: 4px;
  padding: 12px 15px;
  max-width: calc(100% - 30px);
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 576px) {
  .ctas-block .cta-box .caption {
    padding: 12px 20px;
    border-radius: 8px;
  }
}
@media (min-width: 1200px) {
  .ctas-block .cta-box .caption {
    font-size: 15px;
  }
}
@media (min-width: 1700px) {
  .ctas-block .cta-box .caption {
    padding: 15px 20px;
  }
}
.ctas-block .cta-box .caption .heading {
  display: block;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .ctas-block .cta-box .caption .heading {
    font-size: 17px;
  }
}
@media (min-width: 1700px) {
  .ctas-block .cta-box .caption .heading {
    font-size: 20px;
  }
}
.ctas-block .cta-box .caption p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ctas-block.v2 {
  background: #F0E6D9;
  padding: 40px 20px;
  overflow: visible;
  position: relative;
}
@media (min-width: 768px) {
  .ctas-block.v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0;
  }
}
.ctas-block.v2:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url(images/bg-pattren2.png);
  background-size: cover;
  background-position: 50% 0%;
  height: 367px;
}
.ctas-block.v2 .ctas-holder {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .ctas-block.v2 .ctas-holder {
    margin-bottom: -50px;
    width: calc(100% - 300px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .ctas-block.v2 .ctas-holder {
    width: calc(100% - 400px);
  }
}
@media (min-width: 1700px) {
  .ctas-block.v2 .ctas-holder {
    width: calc(100% - 550px);
  }
}
@media (min-width: 768px) {
  .ctas-block.v2 .ctas-holder .ctas-row {
    width: 100% !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .ctas-block.v2 .text-frame {
    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;
  }
}
.ctas-block.v2 .text-frame p {
  margin: 0;
}
@media (max-width: 1439px) {
  .ctas-block.v2 .text-frame {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .ctas-block.v2 .text-frame {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .ctas-block.v2 .text-frame .ctas-nav {
    margin: 10px 0 0 -10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.ctas-block.v2 .cta-box .title {
  color: #232021;
  font-size: 30px;
  margin: 0 0 -13px;
}
@media (min-width: 1600px) {
  .ctas-block.v2 .cta-box .title {
    font-size: 35px;
  }
}
.ctas-block.v2 .cta-box .image:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
.ctas-block.v2 .cta-box .caption {
  font-size: 14px;
  padding: 11px 15px;
}
.ctas-block.v2 .cta-box .caption .heading {
  font-size: 16px;
}
.ctas-block.v2 .ctas-row .col {
  width: 285px;
  height: 285px;
}
.ctas-block.v2 .ctas-row .col:nth-child(even) {
  margin-top: 0;
}
.ctas-block.v2 .ctas-row {
  -webkit-animation: none;
          animation: none;
  display: block;
  width: auto;
}
.ctas-block.v2 .slick-list {
  padding: 40px 0 0 0;
  margin-right: 0;
}
@media (min-width: 576px) {
  .ctas-block.v2 .slick-list {
    padding: 40px 120px 0 0;
  }
}
@media (min-width: 768px) {
  .ctas-block.v2 .slick-list {
    padding: 50px 100px 0 0;
  }
}
@media (min-width: 1024px) {
  .ctas-block.v2 .slick-list {
    padding: 100px 70px 0 0;
  }
}
@media (min-width: 1200px) {
  .ctas-block.v2 .slick-list {
    padding: 100px 150px 0 0;
  }
}
@media (min-width: 1360px) {
  .ctas-block.v2 .slick-list {
    padding: 100px 250px 0 0;
  }
}
@media (min-width: 1440px) {
  .ctas-block.v2 .slick-list {
    padding: 130px 100px 0 0;
  }
}
@media (min-width: 1500px) {
  .ctas-block.v2 .slick-list {
    padding: 130px 150px 0 0;
  }
}
@media (min-width: 1600px) {
  .ctas-block.v2 .slick-list {
    padding: 130px 20px 0 0;
  }
}
@media (min-width: 1800px) {
  .ctas-block.v2 .slick-list {
    padding: 130px 100px 0 0;
  }
}
.ctas-block.v2 .text {
  color: #232021;
  padding: 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .ctas-block.v2 .text {
    width: 300px;
    padding: 140px 20px 35px;
  }
}
@media (min-width: 1024px) {
  .ctas-block.v2 .text {
    padding: 150px 20px 35px;
  }
}
@media (min-width: 1200px) {
  .ctas-block.v2 .text {
    padding: 200px 30px 35px;
    width: 400px;
  }
}
@media (min-width: 1700px) {
  .ctas-block.v2 .text {
    padding: 200px 60px 35px;
    width: 550px;
  }
}
.ctas-block.v2 .text h2 {
  color: #386159;
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .ctas-block.v2 .text h2 {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  .ctas-block.v2 .text h2 {
    font-size: 40px;
  }
}
@media (min-width: 1700px) {
  .ctas-block.v2 .text h2 {
    font-size: 50px;
  }
}
.ctas-block.v2 .text-holder {
  position: relative;
  margin: 0;
}
.ctas-block.v2 .text-holder p span {
  position: relative;
}
.ctas-block.v2 .text-holder p span:before {
  position: absolute;
  left: 100%;
  bottom: 8px;
  content: "";
  height: 1px;
  background: #386159;
  width: 46px;
  margin: 0 0 0 10px;
}
.ctas-block.v2 .ctas-nav, .ctas-block.v2 .cta-banner-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .ctas-block.v2 .ctas-nav, .ctas-block.v2 .cta-banner-nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.ctas-block.v2 .ctas-nav .slick-arrow, .ctas-block.v2 .cta-banner-nav .slick-arrow {
  width: 50px;
  height: 50px;
  padding: 0;
  border: solid 1px #386159;
  color: #386159;
  border-radius: 100%;
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.5);
  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;
  position: static;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 1440px) {
  .ctas-block.v2 .ctas-nav .slick-arrow, .ctas-block.v2 .cta-banner-nav .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
.ctas-block.v2 .ctas-nav .slick-arrow i, .ctas-block.v2 .cta-banner-nav .slick-arrow i {
  font-size: 17px;
}
@media (min-width: 1440px) {
  .ctas-block.v2 .ctas-nav .slick-arrow i, .ctas-block.v2 .cta-banner-nav .slick-arrow i {
    font-size: 20px;
  }
}
.ctas-block.v2 .ctas-nav .slick-arrow.slick-disabled, .ctas-block.v2 .cta-banner-nav .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.ctas-block.v2 .cta-banner-slider {
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .ctas-block.v2 .cta-banner-slider {
    margin: 40px 20px 0 0;
    width: calc(100% - 20px);
  }
}
@media (min-width: 1024px) {
  .ctas-block.v2 .cta-banner-slider {
    margin: 40px 20px 0 0;
    width: calc(100% - 20px);
  }
}
@media (min-width: 1700px) {
  .ctas-block.v2 .cta-banner-slider {
    margin: 40px 100px 0 0;
    width: calc(100% - 100px);
  }
}
.ctas-block.v2 .cta-banner-slider .slick-list {
  padding: 0;
}

@-webkit-keyframes marquee-horizontal {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee-horizontal {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.cta-banner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.cta-banner .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cta-banner .image:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 300px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.cta-banner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-banner .heading {
  position: absolute;
  left: 15px;
  top: 20px;
  background: #40d1b5;
  color: #232021;
  border-radius: 4px;
  padding: 12px 15px;
  max-width: calc(100% - 30px);
  font-size: 14px;
  line-height: 1.3;
  z-index: 2;
}
@media (min-width: 576px) {
  .cta-banner .heading {
    padding: 10px 15px;
    border-radius: 8px;
  }
}
@media (min-width: 1024px) {
  .cta-banner .heading {
    padding: 12px 20px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .cta-banner .heading {
    font-size: 17px;
  }
}
@media (min-width: 1700px) {
  .cta-banner .heading {
    padding: 15px 20px;
    font-size: 18px;
  }
}
.cta-banner .caption {
  padding: 55px 20px 20px;
  min-height: 300px;
  position: relative;
  z-index: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Luna Semi-Round", sans-serif;
  font-size: 14px;
  color: #F0E6D9;
  font-weight: 600;
}
@media (min-width: 576px) {
  .cta-banner .caption {
    padding: 50px 20px 20px;
    min-height: 240px;
  }
}
@media (min-width: 1024px) {
  .cta-banner .caption {
    min-height: 260px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .cta-banner .caption {
    font-size: 18px;
    min-height: 320px;
    padding: 100px 25px 35px;
  }
}
@media (min-width: 1360px) {
  .cta-banner .caption {
    min-height: 340px;
    font-size: 21px;
  }
}
@media (min-width: 1700px) {
  .cta-banner .caption {
    min-height: 350px;
  }
}
.cta-banner .caption .btn-white-outline {
  font-size: 14px;
  padding: 6px 20px;
  min-height: inherit;
}
@media (min-width: 1200px) {
  .cta-banner .caption .btn-white-outline {
    font-size: 16px;
    padding: 8px 25px;
  }
}
.cta-banner .title {
  font-family: "Luna Semi-Round", sans-serif;
  font-size: 25px;
  display: block;
  color: #fff;
  margin: 0 0 10px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .cta-banner .title {
    font-size: 30px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .cta-banner .title {
    font-size: 35px;
  }
}
@media (min-width: 1360px) {
  .cta-banner .title {
    font-size: 40px;
  }
}

.twocols-content {
  padding: 40px 0;
  position: relative;
}
@media (min-width: 768px) {
  .twocols-content {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .twocols-content {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .twocols-content {
    padding: 80px 0;
  }
}
.twocols-content.pt-0 {
  padding-top: 0 !important;
}
.twocols-content.pb-0 {
  padding-bottom: 0 !important;
}
.twocols-content.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.twocols-content.bg-gray {
  background: #FAFAFA;
}
.twocols-content + .twocols-content, .twocols-content + .faqs-block {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.twocols-content .open-close {
  margin: 0 0 30px;
}
.twocols-content .open-close .text-slide {
  display: none;
}
.twocols-content .open-close .read-more {
  font-weight: 500;
  color: #386159;
}
.twocols-content .open-close .read-more em {
  font-style: normal;
  display: none;
}
.twocols-content .open-close.text-slide-active .read-more span {
  display: none;
}
.twocols-content .open-close.text-slide-active .read-more em {
  display: inline;
}
.twocols-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px -30px;
}
@media (min-width: 1360px) {
  .twocols-content .row {
    margin: 0 -30px;
  }
}
.twocols-content .row .col {
  width: 100%;
  padding: 0 15px 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1360px) {
  .twocols-content .row .col {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .twocols-content .row .col {
    width: 50%;
  }
}
@media (min-width: 1360px) {
  .twocols-content .row .col {
    width: 47%;
  }
}
@media (min-width: 1024px) {
  .twocols-content .row .col:first-child {
    width: 50%;
  }
}
@media (min-width: 1360px) {
  .twocols-content .row .col:first-child {
    width: 53%;
  }
}
@media (max-width: 1023px) {
  .twocols-content .row .col:first-child {
    padding-bottom: 30px;
  }
}
.twocols-content h2, .twocols-content .h2, .twocols-content h3, .twocols-content .h3 {
  margin: 0 0 20px;
  position: relative;
  font-weight: 600;
  color: #000;
}
@media (min-width: 1200px) {
  .twocols-content h2, .twocols-content .h2, .twocols-content h3, .twocols-content .h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 1360px) {
  .twocols-content h2, .twocols-content .h2, .twocols-content h3, .twocols-content .h3 {
    font-size: 35px;
    line-height: 40px;
  }
}
.twocols-content span.h2 {
  color: #232021;
  margin: 0;
}
.twocols-content h3 {
  border-left: 0;
  padding: 0;
  color: #F7577D;
}
.twocols-content h4 {
  color: #F7577D;
}
.twocols-content h5 {
  color: #386159;
  font-size: 24px;
  line-height: 30px;
}
.twocols-content h3 {
  font-size: 20px;
  line-height: 25px;
}
@media (min-width: 1200px) {
  .twocols-content h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.twocols-content blockquote {
  margin: 0 0 30px;
  padding: 0;
  quotes: none;
  padding: 0 0 0 30px;
  border-color: #386159;
}
.twocols-content blockquote q {
  quotes: none;
}
.twocols-content p, .twocols-content q {
  margin: 0 0 20px;
}
.twocols-content p a, .twocols-content q a {
  text-decoration: underline;
  color: #F7577D;
}
.twocols-content p a:hover, .twocols-content q a:hover {
  text-decoration: none;
}
.twocols-content .btns-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -8px -15px;
}
.twocols-content .btns-holder .btn, .twocols-content .btns-holder .link {
  margin: 0 8px 15px;
}
@media (min-width: 768px) {
  .twocols-content .btn {
    min-width: 200px;
  }
}
.twocols-content .container {
  position: relative;
  z-index: 1;
}
.twocols-content .image {
  position: relative;
  padding-top: 75%;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .twocols-content .image {
    padding-top: 90%;
  }
}
@media (min-width: 1200px) {
  .twocols-content .image {
    padding-top: 85%;
  }
}
.twocols-content .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.twocols-content .image.has-video a {
  display: block;
}
.twocols-content .image.has-video a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
}
.twocols-content .image.scale-down {
  background: #DDDEE0;
  padding-top: 100%;
}
.twocols-content .image.scale-down img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.twocols-content .iframe-holder {
  position: relative;
  position: relative;
  padding-top: 75%;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}
@media (min-width: 1024px) {
  .twocols-content .iframe-holder {
    padding-top: 90%;
  }
}
@media (min-width: 1200px) {
  .twocols-content .iframe-holder {
    padding-top: 85%;
  }
}
.twocols-content .iframe-holder iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.twocols-content .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  z-index: 1;
  width: 70px;
  height: 70px;
  background: #386159;
  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;
  border-radius: 100%;
}
.twocols-content a:not([class]) {
  color: inherit;
}
.twocols-content ul:not([class]) {
  margin: 0 0 25px;
  font-weight: 600;
}
.twocols-content ul:not([class]) li {
  position: relative;
  padding: 0 0 10px 32px;
}
@media (min-width: 576px) {
  .twocols-content ul:not([class]) li {
    padding: 0 0 10px 30px;
  }
}
@media (min-width: 768px) {
  .twocols-content ul:not([class]) li {
    padding: 0 0 10px 30px;
  }
}
.twocols-content ul:not([class]) li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e901";
  font-family: icomoon;
  color: #386159;
}
.twocols-content ol:not([class]) {
  padding: 0 0 20px;
  counter-reset: item;
  font-weight: 500;
}
.twocols-content ol:not([class]) li {
  padding: 0 0 8px 20px;
  position: relative;
}
.twocols-content ol:not([class]) li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #386159;
  content: counters(item, ".") " ";
  counter-increment: item;
  font-weight: 800;
}
@media (min-width: 576px) {
  .twocols-content.bullet-twocols ul:not([class]) {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
  }
}
.twocols-content.reverse-order .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.twocols-content .link a {
  color: #F7577D;
  font-weight: 600;
}
.twocols-content.additional {
  text-align: center;
}
.twocols-content.additional .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.twocols-content.additional .row .col {
  max-width: 1100px;
}
.twocols-content.additional h4, .twocols-content.additional .h4 {
  font-size: 22px;
  color: #232021;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .twocols-content.additional h4, .twocols-content.additional .h4 {
    margin: 0;
  }
}
.twocols-content.additional .open-close {
  margin: 0;
}
.twocols-content .btn-holder .animate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px -20px;
}
.twocols-content .btn-holder .animate .btn {
  font-size: 22px;
  margin: 0 10px 20px;
}
.twocols-content.welcome {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #ffffff), to(#F0E6D9));
  background: linear-gradient(to bottom, #ffffff 40%, #F0E6D9 100%);
  padding: 100px 0;
  position: relative;
  overflow: visible;
}
@media (min-width: 1200px) {
  .twocols-content.welcome {
    padding: 134px 0;
  }
}
.twocols-content.welcome.v2 {
  padding: 70px 0;
}
@media (min-width: 1200px) {
  .twocols-content.welcome.v2 {
    padding: 70px 0 100px;
  }
}
.twocols-content.welcome.v2 .container:after {
  height: 60px;
  margin: 0 0 70px;
}
.twocols-content.welcome.v2 .container:before {
  height: 50px;
}
@media (min-width: 1200px) {
  .twocols-content.welcome.v2 .container:before {
    height: 50px;
  }
}
.twocols-content.welcome .moving-heading {
  margin-bottom: -100px;
}
@media (min-width: 1024px) {
  .twocols-content.welcome .moving-heading {
    margin-bottom: -134px;
  }
}
.twocols-content.welcome .container {
  position: relative;
}
.twocols-content.welcome .container:after {
  position: absolute;
  left: 20px;
  bottom: 100%;
  height: 34px;
  width: 1px;
  content: "";
  margin: 0 0 100px;
  background: #fff;
  -webkit-box-shadow: 18px 0 0 0 #fff;
          box-shadow: 18px 0 0 0 #fff;
  z-index: 1;
}
@media (min-width: 1200px) {
  .twocols-content.welcome .container:after {
    height: 60px;
    margin: 0 0 134px;
  }
}
.twocols-content.welcome .container:before {
  position: absolute;
  left: 20px;
  bottom: 100%;
  height: 80px;
  width: 1px;
  content: "";
  margin: 0 0 20px;
  background: #000;
  -webkit-box-shadow: 18px 0 0 0 #000;
          box-shadow: 18px 0 0 0 #000;
  z-index: 2;
}
@media (min-width: 1200px) {
  .twocols-content.welcome .container:before {
    height: 114px;
  }
}
.twocols-content.welcome:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url(images/bg-pattren2.png);
  background-size: cover;
  background-position: 50% 0%;
  height: 367px;
}
.twocols-content.welcome .container {
  max-width: 1300px;
}
@media (min-width: 1700px) {
  .twocols-content.welcome .container {
    max-width: 1500px;
  }
}
@media (max-width: 1359px) {
  .twocols-content.welcome .row .col {
    width: 60%;
  }
  .twocols-content.welcome .row .col:nth-child(2) {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .twocols-content.welcome .row .col {
    width: 100%;
  }
  .twocols-content.welcome .row .col:nth-child(2) {
    width: 100%;
  }
}
.twocols-content.welcome h2, .twocols-content.welcome .h2 {
  font-size: 35px;
  margin: 0 0 20px;
}
@media (min-width: 576px) {
  .twocols-content.welcome h2, .twocols-content.welcome .h2 {
    font-size: 40px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1700px) {
  .twocols-content.welcome h2, .twocols-content.welcome .h2 {
    font-size: 50px;
  }
}
.twocols-content.welcome .text-holder {
  padding: 0 0 15px;
}
@media (min-width: 576px) {
  .twocols-content.welcome .text-holder {
    padding: 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .twocols-content.welcome .text-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.twocols-content.welcome .btn-frame .animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px -15px;
}
.twocols-content.welcome .btn-frame .animate .btn {
  margin: 0 10px 15px;
}
.twocols-content.welcome .btn-holder {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.twocols-content.welcome .btn-holder .btn-frame {
  position: relative;
}
.twocols-content.welcome .btn-holder .btn-frame:after {
  position: absolute;
  left: 100%;
  width: 700px;
  top: 50%;
  margin: 0 0 0 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  height: 5px;
  background: url(images/line2.png);
  background-size: 20px 5px;
  z-index: -1;
}
@media (min-width: 1700px) {
  .twocols-content.welcome .btn-holder .btn-frame:after {
    width: 800px;
  }
}
.twocols-content.welcome .features {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (min-width: 1200px) {
  .twocols-content.welcome .features {
    margin: 0 0 0 30px;
    width: 260px;
    display: block;
  }
}
@media (min-width: 1700px) {
  .twocols-content.welcome .features {
    width: 280px;
  }
}
.twocols-content.welcome .features li {
  margin: 0 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1200px) {
  .twocols-content.welcome .features li {
    margin: 0 0 15px;
  }
}
.twocols-content.welcome .features li .icon {
  width: 42px;
  height: 42px;
}
.twocols-content.welcome .features li .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.twocols-content.welcome .features li .title {
  display: block;
  padding: 8px 0 0 12px;
  font-family: "Luna Semi-Round", sans-serif;
  font-size: 20px;
}
.twocols-content.welcome .image {
  border-radius: 10px;
  padding-top: 70%;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .twocols-content.welcome .image {
    padding-top: 125%;
  }
}
@media (min-width: 1200px) {
  .twocols-content.welcome .image {
    padding-top: 90%;
  }
}
@media (min-width: 1700px) {
  .twocols-content.welcome .image {
    padding-top: 70%;
  }
}

.moving-heading {
  white-space: nowrap;
  padding: 30px 0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 576px) {
  .moving-heading {
    padding: 40px 0;
  }
}
@media (min-width: 1024px) {
  .moving-heading {
    padding: 60px 0 40px;
  }
}
@media (min-width: 1200px) {
  .moving-heading {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .twocols-content .moving-heading {
    padding: 100px 0 80px;
  }
}
.moving-heading h2, .moving-heading .h2 {
  margin: 0 !important;
  font-size: 50px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .moving-heading h2, .moving-heading .h2 {
    font-size: 65px !important;
  }
}
@media (min-width: 1200px) {
  .moving-heading h2, .moving-heading .h2 {
    font-size: 75px !important;
  }
}
.moving-heading h2 span, .moving-heading .h2 span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.moving-heading h2 {
  -webkit-animation: marquee-horizontal 20s linear infinite;
          animation: marquee-horizontal 20s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.moving-heading h2 span {
  padding: 0 5px;
}
.moving-heading.bg-gray {
  background: #F0E6D9;
}
.moving-heading.bg-gray-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(240, 230, 217)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(240, 230, 217) 100%);
}

.whyus-block {
  padding: 50px 0;
}
@media (min-width: 576px) {
  .whyus-block {
    padding: 70px 0;
  }
}
@media (min-width: 1024px) {
  .whyus-block {
    padding: 120px 0;
  }
}
@media (min-width: 1440px) {
  .whyus-block {
    padding: 150px 0;
  }
}
.whyus-block .container {
  max-width: 1300px;
}
@media (min-width: 1700px) {
  .whyus-block .container {
    max-width: 1500px;
  }
}
@media (min-width: 1024px) {
  .whyus-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -20px -40px;
  }
}
.whyus-block .row .col {
  width: 100%;
}
@media (min-width: 1024px) {
  .whyus-block .row .col {
    width: 62%;
    padding: 0 20px 40px;
  }
}
@media (min-width: 1024px) {
  .whyus-block .row .col:first-child {
    width: 38%;
  }
}
@media (max-width: 1023px) {
  .whyus-block .row .col:first-child {
    padding: 0 0 50px;
  }
}
.whyus-block .heading {
  display: block;
  font-family: "Luna Semi-Round", sans-serif;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 4px;
}
@media (min-width: 1200px) {
  .whyus-block .heading {
    font-size: 50px;
  }
}
@media (min-width: 1440px) {
  .whyus-block .heading {
    font-size: 60px;
  }
}
.whyus-block .logo {
  max-width: 200px;
  margin: 0 0 40px;
}
@media (min-width: 1200px) {
  .whyus-block .logo {
    max-width: 280px;
    margin: 0 0 80px;
  }
}
@media (min-width: 1440px) {
  .whyus-block .logo {
    max-width: 320px;
    margin: 0 0 80px;
  }
}
@media (min-width: 1700px) {
  .whyus-block .logo {
    max-width: 370px;
  }
}
.whyus-block .text {
  padding: 0 0 50px 55px;
  font-size: 16px;
  position: relative;
}
@media (min-width: 1440px) {
  .whyus-block .text {
    padding: 0 0 0 115px;
  }
}
.whyus-block .text:before {
  position: absolute;
  left: 15px;
  top: 15px;
  height: 1px;
  width: 30px;
  content: "";
  background: #000;
}
@media (min-width: 1440px) {
  .whyus-block .text:before {
    width: 85px;
  }
}
.whyus-block .text:after {
  position: absolute;
  left: 15px;
  bottom: 100%;
  content: "";
  width: 1px;
  background: #000;
  height: 40px;
  margin: 0 0 -15px;
}
@media (min-width: 1200px) {
  .whyus-block .text:after {
    height: 80px;
  }
}
.whyus-block .text h2 {
  font-size: 25px;
  margin: 0 0 15px;
  color: #386159;
}
@media (min-width: 576px) {
  .whyus-block .text h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .whyus-block .text h2 {
    font-size: 35px;
  }
}
.whyus-block .whyus-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -10px 20px;
}
@media (min-width: 576px) {
  .whyus-block .whyus-gallery {
    margin: 0 -10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1700px) {
  .whyus-block .whyus-gallery {
    margin: 0 -20px;
  }
}
.whyus-block .whyus-gallery .image-one, .whyus-block .whyus-gallery .image-two, .whyus-block .whyus-gallery .image-three {
  margin: 0 10px;
  width: calc(40% - 20px);
}
@media (min-width: 576px) {
  .whyus-block .whyus-gallery .image-one, .whyus-block .whyus-gallery .image-two, .whyus-block .whyus-gallery .image-three {
    width: calc(40% - 20px);
  }
}
@media (min-width: 768px) {
  .whyus-block .whyus-gallery .image-one, .whyus-block .whyus-gallery .image-two, .whyus-block .whyus-gallery .image-three {
    width: calc(33% - 20px);
  }
}
@media (min-width: 1024px) {
  .whyus-block .whyus-gallery .image-one, .whyus-block .whyus-gallery .image-two, .whyus-block .whyus-gallery .image-three {
    width: calc(40% - 20px);
  }
}
@media (min-width: 1200px) {
  .whyus-block .whyus-gallery .image-one, .whyus-block .whyus-gallery .image-two, .whyus-block .whyus-gallery .image-three {
    width: calc(28% - 20px);
  }
}
@media (min-width: 1700px) {
  .whyus-block .whyus-gallery .image-one, .whyus-block .whyus-gallery .image-two, .whyus-block .whyus-gallery .image-three {
    margin: 0 20px;
    width: calc(30% - 40px);
  }
}
.whyus-block .whyus-gallery .image-one .image, .whyus-block .whyus-gallery .image-two .image, .whyus-block .whyus-gallery .image-three .image {
  height: 350px;
}
@media (min-width: 1360px) {
  .whyus-block .whyus-gallery .image-one .image, .whyus-block .whyus-gallery .image-two .image, .whyus-block .whyus-gallery .image-three .image {
    height: 400px;
  }
}
@media (min-width: 1700px) {
  .whyus-block .whyus-gallery .image-one .image, .whyus-block .whyus-gallery .image-two .image, .whyus-block .whyus-gallery .image-three .image {
    height: 469px;
  }
}
.whyus-block .whyus-gallery .image-two {
  width: calc(60% - 20px);
  margin-top: -40px;
}
@media (min-width: 768px) {
  .whyus-block .whyus-gallery .image-two {
    margin-top: -20px;
    width: calc(40% - 20px);
  }
}
@media (min-width: 1024px) {
  .whyus-block .whyus-gallery .image-two {
    width: calc(60% - 20px);
  }
}
@media (min-width: 1200px) {
  .whyus-block .whyus-gallery .image-two {
    width: calc(40% - 20px);
    margin-top: 10px;
  }
}
@media (min-width: 1440px) {
  .whyus-block .whyus-gallery .image-two {
    margin-top: 50px;
  }
}
@media (min-width: 1700px) {
  .whyus-block .whyus-gallery .image-two {
    width: calc(40% - 20px);
  }
}
.whyus-block .whyus-gallery .image-two .image {
  height: 350px;
}
@media (min-width: 576px) {
  .whyus-block .whyus-gallery .image-two .image {
    height: 400px;
  }
}
@media (min-width: 1700px) {
  .whyus-block .whyus-gallery .image-two .image {
    height: 550px;
  }
}
.whyus-block .whyus-gallery .image-three {
  width: calc(27% - 20px);
}
@media (min-width: 1024px) {
  .whyus-block .whyus-gallery .image-three {
    width: calc(32% - 20px);
  }
}
@media (min-width: 1700px) {
  .whyus-block .whyus-gallery .image-three {
    width: calc(27% - 40px);
  }
}
.whyus-block .whyus-gallery .image-three .image {
  height: 275px;
}
@media (max-width: 1199px) {
  .whyus-block .whyus-gallery .image-three {
    display: none;
  }
}
@media (max-width: 1023px) {
  .whyus-block .whyus-gallery .image-three {
    display: block;
  }
}
@media (max-width: 767px) {
  .whyus-block .whyus-gallery .image-three {
    display: none;
  }
}
.whyus-block .whyus-gallery .image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.whyus-block .whyus-gallery .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.whyus-block .whyus-gallery .actions-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px -10px 0;
}
@media (min-width: 576px) {
  .whyus-block .whyus-gallery .actions-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .whyus-block .whyus-gallery .actions-btns {
    margin: 30px -10px 0;
  }
}
@media (min-width: 1440px) {
  .whyus-block .whyus-gallery .actions-btns {
    margin: 40px -10px 0;
  }
}
.whyus-block .whyus-gallery .actions-btns button {
  width: 60px;
  height: 60px;
  padding: 0;
  border: solid 1px #386159;
  color: #386159;
  border-radius: 100%;
  margin: 0 10px;
  background: none;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1440px) {
  .whyus-block .whyus-gallery .actions-btns button {
    width: 70px;
    height: 70px;
  }
}

.icons-bar {
  padding: 30px 0;
  position: relative;
  font-size: 14px;
}
@media (min-width: 768px) {
  .icons-bar {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .icons-bar {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .icons-bar {
    padding: 50px 0;
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .icons-bar {
    line-height: 22px;
  }
}
.icons-bar.pt-0 {
  padding-top: 0 !important;
}
.icons-bar.pb-0 {
  padding-bottom: 0 !important;
}
.icons-bar.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.icons-bar.bg-gray {
  background: #DDDEE0;
}
.icons-bar .row {
  background: #386159;
  border-radius: 0;
  color: #000;
  padding: 30px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .icons-bar .row {
    padding: 30px 10px 0;
  }
}
@media (min-width: 1024px) {
  .icons-bar .row {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .icons-bar .row {
    padding: 40px 10px;
  }
}
.icons-bar .row .col {
  margin: 0 auto;
  width: 100%;
  padding: 0 25px 30px;
}
@media (min-width: 768px) {
  .icons-bar .row .col {
    width: 33.33%;
    padding: 0 25px 30px;
    max-width: none;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .icons-bar .row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) {
  .icons-bar .row .col {
    padding: 0 40px;
  }
}
.icons-bar .row .col + .col {
  border-top: solid 1px rgba(247, 87, 125, 0.3);
  padding-top: 30px;
}
@media (min-width: 768px) {
  .icons-bar .row .col + .col {
    border-left: solid 1px rgba(247, 87, 125, 0.3);
    border-top: 0;
    padding-top: 0;
  }
}
.icons-bar .row .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto 20px;
  max-width: 50px;
}
@media (min-width: 1024px) {
  .icons-bar .row .icon {
    margin: 0 20px 0 0;
  }
}
.icons-bar .row .icon img {
  display: block;
  max-width: 100%;
}
.icons-bar .row .title {
  display: block;
  max-width: 250px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .icons-bar .row .title {
    max-width: none;
    margin: 0;
  }
}
.icons-bar .row .title strong {
  font-weight: 600;
}

.ctas-boxes {
  padding: 40px 0;
  position: relative;
  font-size: 16px;
}
@media (min-width: 768px) {
  .ctas-boxes {
    padding: 40px 0;
  }
}
@media (min-width: 1024px) {
  .ctas-boxes {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .ctas-boxes {
    padding: 80px 0;
  }
}
.ctas-boxes.pt-0 {
  padding-top: 0 !important;
}
.ctas-boxes.pb-0 {
  padding-bottom: 0 !important;
}
.ctas-boxes.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ctas-boxes.bg-gray {
  background: #DDDEE0;
}
@media (min-width: 1200px) {
  .ctas-boxes .container .cta-item {
    font-size: 16px;
  }
}
.ctas-boxes .sub-row {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (min-width: 576px) {
  .ctas-boxes .sub-row {
    padding: 30px 10px 0;
  }
}
@media (min-width: 1200px) {
  .ctas-boxes .sub-row {
    padding: 40px 20px 0;
  }
}
.ctas-boxes .sub-row .sub-col {
  width: 100%;
  padding: 0 20px 22px;
}
@media (min-width: 576px) {
  .ctas-boxes .sub-row .sub-col {
    padding: 0 20px 40px;
  }
}
@media (min-width: 1024px) {
  .ctas-boxes .sub-row .sub-col {
    width: 50%;
  }
}
.twocols-content .ctas-boxes .sub-row .sub-col {
  width: 100%;
}
.ctas-boxes .cta-item {
  display: block;
  text-decoration: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #232021;
  font-size: 14px;
}
@media (min-width: 576px) {
  .ctas-boxes .cta-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ctas-boxes .cta-item .cta-image {
  width: 100%;
  height: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 20px;
  display: block;
}
@media (min-width: 576px) {
  .ctas-boxes .cta-item .cta-image {
    margin: 0 20px 0 0;
    width: 200px;
    height: 140px;
  }
}
.ctas-boxes .cta-item .cta-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ctas-boxes .cta-item p {
  margin: 0 0 15px;
}
.ctas-boxes .cta-item .title {
  display: block;
  font-size: 17px;
  text-transform: uppercase;
  color: #386159;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 0 5px;
}
.ctas-boxes .cta-item .more {
  font-weight: 600;
  color: #F7577D;
  text-decoration: underline;
}
.ctas-boxes .cta-item:hover .more {
  text-decoration: none;
}

.quote-block {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 60px 0;
  background: #313131;
}
@media (min-width: 768px) {
  .quote-block {
    padding: 70px 0;
  }
}
@media (min-width: 1024px) {
  .quote-block {
    padding: 90px 0;
  }
}
.quote-block .container {
  position: relative;
  z-index: 1;
}
.quote-block .text-holder {
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .quote-block .text-holder {
    max-width: 800px;
  }
}
@media (min-width: 1360px) {
  .quote-block .text-holder {
    max-width: 950px;
  }
}
.quote-block h3, .quote-block .h3 {
  font-weight: 500;
  margin: 0 0 20px;
  font-size: 32px;
}
@media (min-width: 768px) {
  .quote-block h3, .quote-block .h3 {
    margin: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  .quote-block h3, .quote-block .h3 {
    font-size: 40px;
    margin: 0 0 40px;
  }
}
.quote-block h3 span:not([class]), .quote-block .h3 span:not([class]) {
  color: #386159;
}
.quote-block q {
  display: block;
  quotes: none;
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 20px;
}
@media (min-width: 576px) {
  .quote-block q {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .quote-block q {
    margin: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  .quote-block q {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (min-width: 1200px) {
  .quote-block q {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (min-width: 1360px) {
  .quote-block q {
    font-size: 24px;
    line-height: 36px;
  }
}
.quote-block cite {
  display: block;
  margin: 0;
  font-size: 14px;
  font-style: normal;
}
@media (min-width: 1024px) {
  .quote-block cite {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .quote-block cite {
    font-size: 22px;
  }
}

.cta-block {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  padding: 40px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #386159;
  color: #000;
  font-size: 18px;
}
@media (min-width: 576px) {
  .cta-block {
    padding: 40px 0;
  }
}
@media (min-width: 1024px) {
  .cta-block {
    font-size: 20px;
  }
}
@media (min-width: 1360px) {
  .cta-block {
    padding: 50px 0;
  }
}
.cta-block:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  border-style: solid;
  border-width: 0 100px 80px 0;
  border-color: transparent #000 transparent transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .cta-block:before {
    border-width: 0 160px 120px 0;
  }
}
.cta-block:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  border-style: solid;
  border-width: 60px 0 0 50px;
  border-color: transparent transparent transparent #F7577D;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  pointer-events: none;
}
.cta-block .container {
  position: relative;
  z-index: 1;
}
.cta-block h2, .cta-block .h2 {
  margin: 0 0 15px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .cta-block h2, .cta-block .h2 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .cta-block h2, .cta-block .h2 {
    font-size: 45px;
  }
}
@media (min-width: 1360px) {
  .cta-block h2, .cta-block .h2 {
    font-size: 46px;
  }
}
.cta-block p {
  font-weight: 300;
  margin: 0 0 24px;
}
@media (min-width: 1024px) {
  .cta-block p {
    margin: 0 0 30px;
  }
}
@media (min-width: 1360px) {
  .cta-block p {
    margin: 0 0 30px;
  }
}
.cta-block p a {
  color: inherit;
  text-decoration: underline;
}
.cta-block p a:hover {
  text-decoration: none;
}
.cta-block .text-holder {
  max-width: 615px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .cta-block .text-holder {
    max-width: 800px;
  }
}
.cta-block .btn-holder {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -6px -12px;
}
@media (min-width: 576px) {
  .cta-block .btn-holder {
    margin: 0 -10px -20px;
  }
}
.cta-block .btn, .cta-block .link {
  margin: 0 6px 12px;
}
@media (min-width: 576px) {
  .cta-block .btn, .cta-block .link {
    margin: 0 10px 20px;
  }
}
.cta-block .btn a, .cta-block .link a {
  color: #F7577D;
  font-weight: 600;
  text-decoration: none;
}

.faqs-block {
  padding: 40px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .faqs-block {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .faqs-block {
    padding: 80px 0;
  }
}
.faqs-block.pt-0 {
  padding-top: 0;
}
.faqs-block.pb-0 {
  padding-bottom: 0;
}
.faqs-block.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.faqs-block.bg-gray {
  background: #f7efec;
}
.faqs-block.bg-gray-gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgb(248, 240, 237)));
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(248, 240, 237) 100%);
}
.faqs-block h2, .faqs-block .h2 {
  margin: 0 0 25px;
}
@media (min-width: 576px) {
  .faqs-block h2, .faqs-block .h2 {
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) {
  .faqs-block h2, .faqs-block .h2 {
    margin: 0 0 40px;
  }
}
@media (max-width: 1023px) {
  .faqs-block h2 br, .faqs-block .h2 br {
    display: none;
  }
}
.faqs-block.bg-gray {
  background: #DDDEE0;
}
.faqs-block .container {
  max-width: 900px;
}
@media (min-width: 1024px) {
  .faqs-block .container {
    max-width: 900px;
  }
}
.faqs-block .btn-holder {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -6px -12px;
}
@media (min-width: 576px) {
  .faqs-block .btn-holder {
    margin: 0 -10px -20px;
  }
}
.faqs-block .btn, .faqs-block .tel {
  margin: 0 6px 12px;
}
@media (min-width: 576px) {
  .faqs-block .btn, .faqs-block .tel {
    margin: 0 10px 20px;
  }
}
.faqs-block .btn a, .faqs-block .tel a {
  color: #386159;
  font-weight: 600;
}
.faqs-block .btn.btn-secondary i, .faqs-block .tel.btn-secondary i {
  font-weight: 600;
  margin: 0 10px 0 0;
}
.faqs-block .btn.btn-secondary:before, .faqs-block .tel.btn-secondary:before {
  display: none;
}
.faqs-block .tel {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}
.faqs-block .tel a {
  text-decoration: none;
}
.faqs-block .tel span {
  color: #F7577D;
}
.faqs-block .accordion {
  text-align: left;
}
.faqs-block .accordion p + p {
  margin: 20px 0 0;
}
.faqs-block .accordion .slide a {
  color: #232021;
  text-decoration: underline;
}
.faqs-block .accordion .slide a:hover {
  text-decoration: none;
}
.faqs-block .btns-holder {
  margin: 0 0 -20px;
}
.faqs-block .btns-holder .btn {
  margin: 0 10px 20px;
}
@media (min-width: 768px) {
  .faqs-block .btns-holder .btn {
    min-width: 200px;
  }
}
.faqs-block .bottom-text {
  font-size: 16px;
}
.faqs-block .bottom-text p {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .faqs-block .bottom-text p {
    margin: 0 0 30px;
  }
}

.post-article .cta-item {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  border-radius: 0;
  overflow: hidden;
}
.post-article .cta-item .image {
  display: block;
  height: 246px;
  position: relative;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.post-article .cta-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-article .cta-item .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.post-article .cta-item .text .text-holder {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
}
@media (min-width: 1200px) {
  .post-article .cta-item .text .text-holder {
    padding: 25px;
  }
}
.post-article .cta-item .text h3 a {
  text-decoration: none;
}
.post-article .cta-item .btn {
  border-radius: 0;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.post-article .cta-item .btn:hover {
  text-decoration: none;
}
.post-article .cta-item .heading {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .post-article .cta-item .heading {
    font-size: 20px;
  }
}
.post-article .cta-item .info {
  display: block;
  margin: 0;
}
.post-article .cta-item .offer-price {
  display: block;
  font-weight: 700;
  margin: 0 0 20px;
}
.post-article .cta-item .info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-article .cta-item .info-list li {
  margin: 0 10px;
}
.post-article .cta-item .info-list .icon {
  color: #386159;
  margin: 0 5px 0 0;
  font-size: 24px;
}
.post-article .cta-item .info-list .counter {
  font-weight: 600;
}
.post-article .cta-item h3, .post-article .cta-item .h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .post-article .cta-item h3, .post-article .cta-item .h3 {
    font-size: 20px;
  }
}
@media (min-width: 1360px) {
  .post-article .cta-item h3, .post-article .cta-item .h3 {
    font-size: 23px;
  }
}
.post-article .cta-item p {
  margin: 0;
}

.form-block {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .form-block {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .form-block {
    padding: 100px 0;
  }
}
@media (min-width: 1360px) {
  .form-block {
    padding: 130px 0;
  }
}
.form-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -30px -30px;
}
.form-block .row .col {
  padding: 0 30px 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .form-block .row .col {
    width: 50%;
  }
}
.form-block + .our-accreditations {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.form-block h2 {
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .form-block h2 {
    font-size: 56px;
    margin: 0 0 40px;
  }
}
.form-block h2 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.form-block h2 span:before {
  position: absolute;
  left: 100%;
  bottom: 15px;
  margin: 0 0 0 20px;
  content: "";
  width: 80px;
  background: #386159;
  height: 1px;
}
@media (min-width: 576px) {
  .form-block h2 span:before {
    width: 100px;
    margin: 0 0 0 30px;
  }
}
.form-block .map-area {
  position: relative;
  height: 400px;
}
@media (min-width: 768px) {
  .form-block .map-area {
    height: 500px;
  }
}
@media (min-width: 1024px) {
  .form-block .map-area {
    height: 685px;
    margin-top: 30px;
  }
}
@media (min-width: 1360px) {
  .form-block .map-area {
    height: 717px;
  }
}
.form-block .map-area iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
}

.fancybox-close-small {
  background: none !important;
}

.popup-holder {
  overflow: hidden;
  max-height: 0;
}

.map-area {
  position: relative;
  height: 300px;
}
@media (min-width: 768px) {
  .map-area {
    height: 400px;
  }
}
.map-area iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
}

.logos-grid {
  padding: 40px 0;
  position: relative;
}
@media (min-width: 768px) {
  .logos-grid {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .logos-grid {
    padding: 80px 0;
  }
}
.logos-grid.pt-0 {
  padding-top: 0;
}
.logos-grid.pb-0 {
  padding-bottom: 0;
}
.logos-grid.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.logos-grid.bg-gray {
  background: #DDDEE0;
}
.logos-grid .container {
  position: relative;
  z-index: 1;
  max-width: 1050px;
}
.logos-grid .top-text {
  text-align: center;
  padding: 0 0 30px;
}
.logos-grid .top-text p {
  margin: 0 0 20px;
}
.logos-grid h2 {
  margin: 0;
  font-weight: 600;
}
.logos-grid h2 span {
  color: #386159;
}
.logos-grid .accreditations-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px -30px;
}
.logos-grid .accreditations-grid li {
  width: 50%;
  padding: 0 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 280px;
}
@media (min-width: 479px) {
  .logos-grid .accreditations-grid li {
    width: 50%;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .logos-grid .accreditations-grid li {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .logos-grid .accreditations-grid li {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .logos-grid .accreditations-grid li {
    width: 25%;
  }
}
.logos-grid .accreditations-grid .logo-holder {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  overflow: hidden;
  background: #fff;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
}
.logos-grid .accreditations-grid .logo-holder:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.logos-grid .accreditations-grid .image-holder {
  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;
  height: 120px;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .logos-grid .accreditations-grid .image-holder {
    height: 140px;
  }
}
@media (min-width: 1024px) {
  .logos-grid .accreditations-grid .image-holder {
    height: 170px;
  }
}
.logos-grid .accreditations-grid .image-holder img {
  display: block;
  max-width: 120px;
  max-height: 80px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media (min-width: 768px) {
  .logos-grid .accreditations-grid .image-holder img {
    max-width: 100px;
    max-height: 80px;
  }
}
@media (min-width: 1024px) {
  .logos-grid .accreditations-grid .image-holder img {
    max-width: 180px;
    max-height: 100px;
  }
}
.logos-grid .accreditations-grid .title {
  background: #386159;
  color: #fff;
  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;
  padding: 18px 15px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1024px) {
  .logos-grid .accreditations-grid .title {
    font-size: 18px;
    line-height: 26px;
  }
}

.logos-grid + .content-block {
  border-top: solid 1px rgba(0, 0, 0, 0.3);
}

.prperties-block + .content-block {
  border-top: solid 1px rgba(0, 0, 0, 0.3);
}
.prperties-block + .content-block.pt-0 {
  border-top: 0;
}

.common-popup {
  max-width: 800px;
  border: 0;
  padding: 30px;
}
@media (min-width: 768px) {
  .common-popup {
    padding: 44px;
  }
}

.reviews-block {
  padding: 40px 0;
  position: relative;
}
@media (min-width: 768px) {
  .reviews-block {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .reviews-block {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .reviews-block {
    padding: 100px 0;
  }
}
@media (min-width: 1360px) {
  .reviews-block {
    padding: 130px 0;
  }
}
.reviews-block .container:before {
  position: absolute;
  left: -9999px;
  right: -9999px;
  content: "";
  position: absolute;
  top: 0;
  content: "";
  height: 5px;
  background: url(images/line.png);
  background-size: 10px 5px;
}
@media (min-width: 1200px) {
  .reviews-block .container:before {
    background-size: 15px 5px;
  }
}
.reviews-block:after {
  position: absolute;
  left: 50%;
  top: 100%;
  height: 60px;
  width: 1px;
  content: "";
  margin: 0 0 0 -10px;
  background: #fff;
  -webkit-box-shadow: 18px 0 0 0 #fff;
          box-shadow: 18px 0 0 0 #fff;
  z-index: 1;
  display: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .reviews-block:after {
    display: block;
  }
}
@media (min-width: 1024px) {
  .reviews-block:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 80px;
    width: 1px;
    content: "";
    background: #000;
    -webkit-box-shadow: 18px 0 0 0 #000;
            box-shadow: 18px 0 0 0 #000;
    z-index: 2;
    margin: 0 0 0 -10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.reviews-block.pt-0 {
  padding-top: 0;
}
.reviews-block.pb-0 {
  padding-bottom: 0;
}
.reviews-block.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.reviews-block.bg-gray {
  background: #DDDEE0;
}
.reviews-block .reviews-slider {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .reviews-block .reviews-slider {
    margin: 0 -15px;
  }
}
.reviews-block .reviews-slider .slide {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .reviews-block .reviews-slider .slide {
    padding: 0 15px;
  }
}
.reviews-block .reviews-slider .review {
  background: #fff;
}
.reviews-block .reviews-slider .review img {
  display: block;
  width: 100%;
}
.reviews-block .slick-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.reviews-block .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (min-width: 768px) {
  .reviews-block .slick-track {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .reviews-block .slide:nth-child(even) .review {
    margin-top: 30px;
    margin-bottom: -30px;
  }
}
.reviews-block .reviews-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  .reviews-block .reviews-nav {
    padding: 40px 0 0;
  }
}
.reviews-block .reviews-nav .slick-arrow {
  width: 50px;
  height: 50px;
  padding: 0;
  border: solid 1px #386159;
  color: #386159;
  border-radius: 100%;
  margin: 0 6px;
  background: none;
  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;
  position: static;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 768px) {
  .reviews-block .reviews-nav .slick-arrow {
    margin: 0 10px;
  }
}
@media (min-width: 1024px) {
  .reviews-block .reviews-nav .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1360px) {
  .reviews-block .reviews-nav .slick-arrow {
    width: 70px;
    height: 70px;
  }
}
.reviews-block .review {
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 1440px) {
  .reviews-block .review {
    padding: 30px;
  }
}
.reviews-block .review .review-header {
  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;
  padding: 0 0 15px;
}
.reviews-block .review .logo {
  max-width: 100px;
  margin: 0 10px 0 0;
}
@media (min-width: 1440px) {
  .reviews-block .review .logo {
    max-width: 120px;
  }
}
.reviews-block .review .logo img {
  display: block;
  width: 100%;
  max-height: 54px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.reviews-block .review p {
  margin: 0;
}
.reviews-block .review .text:only-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.reviews-block .rating {
  margin: 0 0 3px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
}
.reviews-block .rating li {
  margin: 0 2px;
  color: #fbb735;
}
.reviews-block .reivew-by {
  font-size: 15px;
  line-height: 20px;
}
.reviews-block .heading {
  display: block;
  font-family: "Luna Semi-Round", sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 12px;
}
@media (min-width: 1360px) {
  .reviews-block .heading {
    font-size: 18px;
  }
}
.reviews-block.v2 {
  /*&:after {
  	position: absolute;
  	left: 0;
  	right: 0;
  	top: 0;
  	content: '';
  	height: 5px;
  	background: url(images/line.png);
  	background-size: 10px 5px;
  	width: auto;
  	@include media('>=x-desktop') {
  		background-size: 15px 5px;
  	}
  }
  &:before {
  	display: none;
  }*/
}

.reviews-grid .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px;
}
.reviews-grid .row .col {
  width: 100%;
  padding: 0 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 576px) {
  .reviews-grid .row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .reviews-grid .row .col {
    width: 50%;
  }
}
.reviews-grid .review {
  background: #fff;
  border-radius: 0;
  padding: 20px;
  display: block;
  font-size: 16px;
  overflow: hidden;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-left: solid 6px #386159;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 576px) {
  .reviews-grid .review {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .reviews-grid .review {
    font-size: 17px;
  }
}
.reviews-grid .review .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  margin: 0 0 20px;
  padding-top: 70%;
  position: relative;
}
@media (min-width: 576px) {
  .reviews-grid .review .image {
    margin: 0 20px 0 0;
    width: 130px;
    max-height: 200px;
    height: 100%;
    padding-top: 0;
  }
}
.reviews-grid .review .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-grid .review .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.reviews-grid .review .text p {
  margin: 0 0 20px;
}
.reviews-grid .review .text .text-holder {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.reviews-grid .review cite {
  font-style: normal;
  font-weight: 700;
}
.reviews-grid .review .stars {
  margin: 0 0 10px;
  display: block;
  max-width: 100px;
}
.reviews-grid .google-reviews {
  text-align: center;
  padding: 20px 0 0;
}
.reviews-grid .google-reviews .title {
  display: block;
}
.reviews-grid .google-reviews .title a {
  color: inherit;
}
.reviews-grid .google-reviews .rating {
  max-width: 216px;
  margin: 0 auto;
  display: block;
}

.packages-block {
  text-align: center;
  padding: 40px 0;
  position: relative;
}
@media (min-width: 768px) {
  .packages-block {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .packages-block {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .packages-block {
    padding: 100px 0;
  }
}
.packages-block.pt-0 {
  padding-top: 0;
}
.packages-block.pb-0 {
  padding-bottom: 0;
}
.packages-block.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.packages-block.bg-gray {
  background: #DDDEE0;
}
.packages-block.bg-primary {
  background: #386159;
}
.packages-block h2, .packages-block .h2 {
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .packages-block h2, .packages-block .h2 {
    margin: 0 0 30px;
  }
}
.packages-block h2 span:not([class]), .packages-block .h2 span:not([class]) {
  color: #386159;
}
.packages-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px -30px;
}
.packages-block .row .col {
  width: 100%;
  padding: 0 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .packages-block .row .col {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .packages-block .row .col {
    width: 33.33%;
  }
}
.packages-block .row .col:nth-child(2) .package .title-holder {
  border-color: #F79421;
}
.packages-block .row .col:nth-child(2) .package h3 {
  color: #F79421;
}
.packages-block .row .col:nth-child(2) .package ul:not([class]) li:before {
  color: #F79421;
}
.packages-block .row .col:nth-child(3) .package .title-holder {
  border-color: #4D4D4D;
}
.packages-block .row .col:nth-child(3) .package h3 {
  color: #4D4D4D;
}
.packages-block .row .col:nth-child(3) .package ul:not([class]) li:before {
  color: #4D4D4D;
}
.packages-block .row .col:nth-child(4) .package .title-holder {
  border-color: #C31E6C;
}
.packages-block .row .col:nth-child(4) .package h3 {
  color: #C31E6C;
}
.packages-block .row .col:nth-child(4) .package ul:not([class]) li:before {
  color: #C31E6C;
}
.packages-block .row .col:nth-child(5) .package .title-holder {
  border-color: #4d7dd7;
}
.packages-block .row .col:nth-child(5) .package h3 {
  color: #4d7dd7;
}
.packages-block .row .col:nth-child(5) .package ul:not([class]) li:before {
  color: #4d7dd7;
}
.packages-block .package {
  background: #fff;
  border: solid 1px #ccc;
  text-align: left;
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
@media (min-width: 1200px) {
  .packages-block .package {
    padding: 30px;
  }
}
.packages-block .package .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.packages-block .package .title-holder {
  margin: 0 0 25px;
  border-bottom: solid 1px #386159;
  padding: 0 0 15px;
}
.packages-block .package .title-holder h3 {
  font-size: 24px;
  margin: 0;
  color: #386159;
}
.packages-block .package .title-holder .price {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 10px 0 0 0;
  font-size: 24px;
  font-weight: 700;
}
.packages-block .package .note {
  margin: 0 0 20px;
}
.packages-block .package ul:not([class]) {
  margin: 0 0 25px;
}
.packages-block .package ul:not([class]) li {
  position: relative;
  padding: 0 0 10px 26px;
}
@media (min-width: 576px) {
  .packages-block .package ul:not([class]) li {
    padding: 0 0 10px 27px;
  }
}
@media (min-width: 768px) {
  .packages-block .package ul:not([class]) li {
    padding: 0 0 10px 27px;
  }
}
.packages-block .package ul:not([class]) li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e930";
  font-family: icomoon;
  color: #386159;
}
.packages-block .package .btn {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 25px;
  min-height: 44px;
}

.custom-product-gallery {
  width: 100%;
  float: left;
  padding: 0 0 40px;
}
@media (min-width: 1024px) {
  .custom-product-gallery {
    width: 48%;
  }
}
.custom-product-gallery .main-slider {
  margin: 0 0 10px;
}
.custom-product-gallery .main-slider .image {
  display: block;
  position: relative;
  padding-top: 85%;
}
.custom-product-gallery .main-slider .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-product-gallery .thumbnail-slider {
  margin: 0 -5px;
}
.custom-product-gallery .thumbnail-slider .slide {
  padding: 0 5px;
}
.custom-product-gallery .thumbnail-slider .image {
  display: block;
  position: relative;
  padding-top: 100%;
}
.custom-product-gallery .thumbnail-slider .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-product-gallery .slick-arrow {
  width: 50px;
  height: 50px;
  color: #000;
  background: #386159;
  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;
}

.content-area {
  background: #DDDEE0;
  padding: 0 0 40px;
}
.content-area .site-main {
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
}
.content-area .site-main > .product {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}
@media (min-width: 1024px) {
  .content-area .site-main > .product {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .content-area .site-main {
    max-width: 1100px;
  }
}
@media (min-width: 1360px) {
  .content-area .site-main {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .content-area .site-main {
    max-width: 1280px;
  }
}

.products-listing-header {
  padding: 0 0 20px;
}
@media (min-width: 576px) {
  .products-listing-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.products-listing-header h2 {
  margin: 0 0 8px;
  font-size: 29px;
  color: #000;
}
@media (min-width: 576px) {
  .products-listing-header p {
    margin: 0 !important;
  }
}
.products-listing-header .sort-by {
  width: 100%;
  margin: 0;
}
@media (min-width: 576px) {
  .products-listing-header .sort-by {
    width: 200px;
  }
}
.products-listing-header .sort-by select {
  border-radius: 5px;
  height: auto;
  background-size: 38px 38px;
  padding: 8px 30px 8px 15px;
  font-size: 14px;
  line-height: 20px;
}
.products-listing-header .sort-by .woocommerce-ordering {
  margin: 0;
}

.products-block {
  background: #DDDEE0;
  padding: 40px 0 40px;
}
.products-block .products-holder {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}
@media (min-width: 1200px) {
  .products-block .products-holder {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .products-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px;
  }
}
@media (min-width: 1024px) {
  .products-block .row .col {
    width: 280px;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .products-block .row .col.large {
    border: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.products-block .text-block {
  padding: 0;
}
.products-block .text-block .open-close .read-more {
  color: #386159;
  font-weight: 600;
}

.resources-block {
  padding: 40px 0;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .resources-block {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .resources-block {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .resources-block {
    padding: 100px 0;
  }
}
.resources-block.pt-0 {
  padding-top: 0 !important;
}
.resources-block.pb-0 {
  padding-bottom: 0 !important;
}
.resources-block.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.resources-block.bg-gray {
  background: #DDDEE0;
}
.resources-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px -30px;
}
.resources-block .row .col {
  width: calc(100% - 30px);
  margin: 0 15px 30px;
  background: #fff;
  border: solid 1px transparent;
  text-align: center;
  border-radius: 10px;
  padding: 25px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
@media (min-width: 768px) {
  .resources-block .row .col {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .resources-block .row .col {
    width: calc(33.33% - 30px);
  }
}
@media (min-width: 1200px) {
  .resources-block .row .col {
    padding: 30px;
  }
}
.resources-block .row .col .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0 15px;
}
.resources-block .row .col h3, .resources-block .row .col .h3 {
  color: #F7577D;
  font-size: 24px;
}
@media (min-width: 768px) {
  .resources-block .row .col h3, .resources-block .row .col .h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .resources-block .row .col h3, .resources-block .row .col .h3 {
    font-size: 25px;
  }
}
.resources-block h2, .resources-block .h2 {
  color: #F7577D;
  text-align: center;
  margin: 0 0 20px;
}
.resources-block .top-text, .resources-block .bottom-text {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .resources-block .top-text, .resources-block .bottom-text {
    padding: 0 0 30px;
  }
}
.resources-block .bottom-text {
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  .resources-block .bottom-text {
    padding: 30px 0 0;
  }
}

.subscribe-confirmation {
  font-size: 22px;
  font-weight: 700;
  color: #386159;
  display: block;
  margin: 0 0 25px;
}

.header-cta {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: none;
}
@media (min-width: 1024px) {
  .header-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-cta a {
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  background: #494d59;
  color: #fff;
  padding: 25px 10px;
  display: block;
  text-decoration: none;
  margin: 10px 0;
}
@media (min-width: 576px) {
  .header-cta a {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .header-cta a {
    background: #386159;
    color: #232021;
    font-size: 16px;
  }
}

.skew-gallery-wrapper {
  position: relative;
  height: 65vh;
  overflow: hidden;
  min-height: 600px;
}
@media (min-width: 1200px) {
  .skew-gallery-wrapper {
    height: 75vh;
  }
}
@media (min-width: 1360px) {
  .skew-gallery-wrapper {
    height: 80vh;
  }
}

.skew-gallery {
  width: 100%;
  height: 3211px;
  background-color: #386159;
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .skew-gallery {
    padding: 0 20px;
  }
}
@media (min-width: 1700px) {
  .skew-gallery {
    padding: 0 40px;
  }
}
.skew-gallery h2, .skew-gallery .h2 {
  font-size: 30px;
  line-height: 38px;
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .skew-gallery h2, .skew-gallery .h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (min-width: 1360px) {
  .skew-gallery h2, .skew-gallery .h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (min-width: 1700px) {
  .skew-gallery h2, .skew-gallery .h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (min-width: 1800px) {
  .skew-gallery h2, .skew-gallery .h2 {
    font-size: 60px;
    line-height: 65px;
  }
}

.text-column-block {
  text-align: center;
  background: #386159;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.text-column-block .text-content {
  padding: 50px 20px;
}
@media (min-width: 576px) {
  .text-column-block .text-content {
    padding: 50px 40px;
  }
}
@media (min-width: 1200px) {
  .text-column-block .text-content {
    padding: 60px 50px;
  }
}
@media (min-width: 1800px) {
  .text-column-block .text-content {
    padding: 60px 80px;
  }
}
.text-column-block .social-networks {
  padding: 0 0 25px;
}
@media (min-width: 1024px) {
  .text-column-block {
    display: none;
  }
}

.skew-gallery .skew-container {
  width: 50%;
  height: 65vh;
  float: left;
  position: relative;
  display: inline-block;
  z-index: 0;
}
@media (min-width: 1200px) {
  .skew-gallery .skew-container {
    height: 75vh;
  }
}
@media (min-width: 1360px) {
  .skew-gallery .skew-container {
    height: 80vh;
  }
}
@media (min-width: 1440px) {
  .skew-gallery .skew-container {
    height: 80vh;
  }
}
.skew-gallery .skew-container.text-column {
  color: #fff;
}
@media (min-width: 1024px) {
  .skew-gallery .skew-container.text-column {
    width: 40%;
    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;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .skew-gallery .skew-container.text-column {
    display: none;
  }
}
.skew-gallery .skew-container .text-content {
  padding: 50px 40px;
}
@media (min-width: 1200px) {
  .skew-gallery .skew-container .text-content {
    padding: 60px 50px;
  }
}
@media (min-width: 1800px) {
  .skew-gallery .skew-container .text-content {
    padding: 60px 80px;
  }
}
.skew-gallery .skew-container .social-networks {
  padding: 0 0 25px;
}

@media (min-width: 1024px) {
  .skew-gallery .skew-container {
    width: 30%;
  }
}
.skew-gallery .skew-image-container {
  width: 100%;
  padding: 0 0.5rem;
  position: absolute;
  height: 100vh;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.04, 0.72, 0.09, 0.99) !important;
          transition-timing-function: cubic-bezier(0.04, 0.72, 0.09, 0.99) !important;
}
@media (min-width: 1360px) {
  .skew-gallery .skew-image-container {
    height: 130vh;
  }
}
@media (min-width: 1440px) {
  .skew-gallery .skew-image-container {
    height: 150vh;
  }
}

.skew-gallery .image {
  position: relative;
  width: 100%;
  height: 33.33%;
  -webkit-transition: 1s cubic-bezier(0.04, 0.72, 0.09, 0.99);
  transition: 1s cubic-bezier(0.04, 0.72, 0.09, 0.99);
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.skew-gallery .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.social-block {
  background: #F0E6D9;
  padding: 50px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .social-block {
    padding: 80px 0;
    text-align: left;
  }
}
.social-block .social-header {
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  .social-block .social-header {
    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;
    padding: 0 0 40px;
  }
}
.social-block h3 {
  font-size: 30px;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .social-block h3 {
    font-size: 35px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .social-block h3 {
    font-size: 40px;
  }
}
.social-block .social-networks {
  margin: 0 -4px -8px;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.social-block .social-networks li {
  margin: 0 4px 8px;
}
.social-block .social-networks li a {
  border-color: #000;
  color: #000;
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.social-block .gallery-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .social-block .gallery-slider {
    margin: 0 -15px;
  }
}
.social-block .gallery-slider .slide {
  padding: 0 10px;
  width: 25%;
}
@media (min-width: 768px) {
  .social-block .gallery-slider .slide {
    padding: 0 15px;
  }
}
.social-block .gallery-slider .image {
  display: block;
  padding-top: 130%;
  position: relative;
}
.social-block .gallery-slider .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.social-block .slick-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 -500px 0 0;
  padding: 0 520px 0 0;
}
@media (min-width: 1024px) {
  .social-block .slick-list {
    padding: 0 600px 0 0;
  }
}

.gallery-footer {
  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;
  padding: 40px 0 0;
}
.gallery-footer .gallery-nav {
  margin: 0 -10px 0 20px;
}
@media (min-width: 768px) {
  .gallery-footer .gallery-nav {
    margin: 0 -10px 0 40px;
  }
}
.gallery-footer .gallery-nav .slick-arrow {
  width: 50px;
  height: 50px;
  padding: 0;
  border: solid 1px #386159;
  color: #386159;
  border-radius: 100%;
  margin: 0 10px;
  background: none;
  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;
  position: static;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 1200px) {
  .gallery-footer .gallery-nav .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1360px) {
  .gallery-footer .gallery-nav .slick-arrow {
    width: 70px;
    height: 70px;
  }
}
.gallery-footer .slick-dots {
  margin: 0;
  height: 1px;
  background: #386159;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gallery-footer .slick-dots li {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.gallery-footer .slick-dots li:before {
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  height: 6px;
  background: #386159;
  content: "";
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (min-width: 768px) {
  .gallery-footer .slick-dots li:before {
    height: 8px;
    top: -4px;
  }
}
.gallery-footer .slick-dots li:first-child:before {
  border-radius: 5px 0 0 5px;
}
.gallery-footer .slick-dots li:last-child:before {
  border-radius: 0 5px 5px 0;
}
.gallery-footer .slick-dots li button {
  display: none;
}
.gallery-footer .slick-dots li.slick-active ~ li:before {
  width: 0 !important;
}
.gallery-footer .gallery-paging {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.newsletter-block {
  background: #ffaa4f;
  padding: 40px 0;
  text-align: center;
  position: relative;
}
@media (min-width: 1024px) {
  .newsletter-block {
    padding: 50px 0;
  }
}
@media (min-width: 1360px) {
  .newsletter-block {
    font-size: 21px;
    padding: 70px 0;
  }
}
.newsletter-block:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url(images/bg-pattren2.png);
  background-size: cover;
  background-position: 50% 0%;
  height: 100%;
  opacity: 0.5;
}
.newsletter-block .container {
  position: relative;
  z-index: 1;
}
.newsletter-block .note {
  font-size: 16px;
  margin: 0 auto;
  max-width: 800px;
  padding: 20px 0 0;
}
.newsletter-block .note a {
  text-decoration: underline;
  color: inherit;
}
.newsletter-block .text {
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .newsletter-block .text {
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  .newsletter-block .text {
    margin: 0 30px;
  }
}
.newsletter-block .text p {
  margin: 0 0 15px;
}
@media (min-width: 1200px) {
  .newsletter-block .text p {
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .newsletter-block .text {
    font-size: 15px;
  }
}
.newsletter-block .title {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 7px;
  font-family: "Luna Semi-Round", sans-serif;
}
@media (min-width: 576px) {
  .newsletter-block .title {
    font-size: 29px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .newsletter-block .title {
    font-size: 40px;
    line-height: 45px;
  }
}

.newsletter-form {
  margin: 0 auto;
}
@media (min-width: 576px) {
  .newsletter-form {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .newsletter-form {
    width: 600px;
  }
}
@media (min-width: 1024px) {
  .newsletter-form {
    margin: 0 auto;
    width: 800px;
  }
}
@media (min-width: 1440px) {
  .newsletter-form {
    margin: 0 auto;
    width: 880px;
  }
}
.newsletter-form form {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
}
@media (min-width: 576px) {
  .newsletter-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.newsletter-form .gform_fields, .newsletter-form .gform-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.newsletter-form .gform_footer {
  width: 100%;
  margin: 0 0 0;
  max-width: none;
  position: relative;
}
@media (min-width: 576px) {
  .newsletter-form .gform_footer {
    width: 190px;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .newsletter-form .gform_footer {
    width: 230px;
  }
}
@media (min-width: 1024px) {
  .newsletter-form .gform_footer {
    width: 270px;
  }
}
.newsletter-form .gform_footer input[type=submit] {
  width: 100%;
  height: 65px;
  font-size: 16px;
  border-radius: 0;
  border-radius: 0;
  padding-right: 25px;
  background: #F7577D;
  color: #fff;
  font-size: 18px;
  padding-left: 50px;
}
@media (min-width: 768px) {
  .newsletter-form .gform_footer input[type=submit] {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .newsletter-form .gform_footer input[type=submit] {
    padding-left: 45px;
  }
}
.newsletter-form .gform_footer:before {
  position: absolute;
  left: 20px;
  top: 18px;
  color: #fff;
  font-size: 20px;
  content: "\e902";
  font-family: icomoon;
  margin: 0 10px 0 0;
}
@media (min-width: 768px) {
  .newsletter-form .gform_footer:before {
    left: 20px;
    top: 20px;
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .newsletter-form .gform_footer:before {
    top: 13px;
    left: 25px;
  }
}
@media (max-width: 575px) {
  .newsletter-form .gform_footer:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 0 0 -70px;
  }
}
.newsletter-form input[type=text], .newsletter-form input[type=tel],
.newsletter-form input[type=email], .newsletter-form input[type=search],
.newsletter-form input[type=password], .newsletter-form input[type=url],
.newsletter-form input[type=date], .newsletter-form textarea, .newsletter-form select, .newsletter-form input[type=number] {
  background: none;
  border: 0;
  height: 65px;
  border-radius: 0;
  font-size: 18px;
  color: #F7577D;
  font-weight: 700;
  font-family: "Luna Semi-Round", sans-serif;
}
.newsletter-form input[type=text]::-webkit-input-placeholder, .newsletter-form input[type=tel]::-webkit-input-placeholder,
.newsletter-form input[type=email]::-webkit-input-placeholder, .newsletter-form input[type=search]::-webkit-input-placeholder,
.newsletter-form input[type=password]::-webkit-input-placeholder, .newsletter-form input[type=url]::-webkit-input-placeholder,
.newsletter-form input[type=date]::-webkit-input-placeholder, .newsletter-form textarea::-webkit-input-placeholder, .newsletter-form select::-webkit-input-placeholder, .newsletter-form input[type=number]::-webkit-input-placeholder {
  color: #232021;
}
.newsletter-form input[type=text]::-moz-placeholder, .newsletter-form input[type=tel]::-moz-placeholder,
.newsletter-form input[type=email]::-moz-placeholder, .newsletter-form input[type=search]::-moz-placeholder,
.newsletter-form input[type=password]::-moz-placeholder, .newsletter-form input[type=url]::-moz-placeholder,
.newsletter-form input[type=date]::-moz-placeholder, .newsletter-form textarea::-moz-placeholder, .newsletter-form select::-moz-placeholder, .newsletter-form input[type=number]::-moz-placeholder {
  opacity: 1;
  color: #232021;
}
.newsletter-form input[type=text]:-moz-placeholder, .newsletter-form input[type=tel]:-moz-placeholder,
.newsletter-form input[type=email]:-moz-placeholder, .newsletter-form input[type=search]:-moz-placeholder,
.newsletter-form input[type=password]:-moz-placeholder, .newsletter-form input[type=url]:-moz-placeholder,
.newsletter-form input[type=date]:-moz-placeholder, .newsletter-form textarea:-moz-placeholder, .newsletter-form select:-moz-placeholder, .newsletter-form input[type=number]:-moz-placeholder {
  color: #232021;
}
.newsletter-form input[type=text]:-ms-input-placeholder, .newsletter-form input[type=tel]:-ms-input-placeholder,
.newsletter-form input[type=email]:-ms-input-placeholder, .newsletter-form input[type=search]:-ms-input-placeholder,
.newsletter-form input[type=password]:-ms-input-placeholder, .newsletter-form input[type=url]:-ms-input-placeholder,
.newsletter-form input[type=date]:-ms-input-placeholder, .newsletter-form textarea:-ms-input-placeholder, .newsletter-form select:-ms-input-placeholder, .newsletter-form input[type=number]:-ms-input-placeholder {
  color: #232021;
}
.newsletter-form input[type=text].placeholder, .newsletter-form input[type=tel].placeholder,
.newsletter-form input[type=email].placeholder, .newsletter-form input[type=search].placeholder,
.newsletter-form input[type=password].placeholder, .newsletter-form input[type=url].placeholder,
.newsletter-form input[type=date].placeholder, .newsletter-form textarea.placeholder, .newsletter-form select.placeholder, .newsletter-form input[type=number].placeholder {
  color: #232021;
}
@media (max-width: 575px) {
  .newsletter-form input[type=text], .newsletter-form input[type=tel],
  .newsletter-form input[type=email], .newsletter-form input[type=search],
  .newsletter-form input[type=password], .newsletter-form input[type=url],
  .newsletter-form input[type=date], .newsletter-form textarea, .newsletter-form select, .newsletter-form input[type=number] {
    border-radius: 0;
    background: #fff;
  }
}
@media (min-width: 1024px) {
  .newsletter-form input[type=text], .newsletter-form input[type=tel],
  .newsletter-form input[type=email], .newsletter-form input[type=search],
  .newsletter-form input[type=password], .newsletter-form input[type=url],
  .newsletter-form input[type=date], .newsletter-form textarea, .newsletter-form select, .newsletter-form input[type=number] {
    font-size: 20px;
  }
}
@media (min-width: 1360px) {
  .newsletter-form input[type=text], .newsletter-form input[type=tel],
  .newsletter-form input[type=email], .newsletter-form input[type=search],
  .newsletter-form input[type=password], .newsletter-form input[type=url],
  .newsletter-form input[type=date], .newsletter-form textarea, .newsletter-form select, .newsletter-form input[type=number] {
    font-size: 20px;
  }
}
.newsletter-form .gfield_error input[type=text], .newsletter-form .gfield_error input[type=tel],
.newsletter-form .gfield_error input[type=email], .newsletter-form .gfield_error input[type=search],
.newsletter-form .gfield_error input[type=password], .newsletter-form .gfield_error input[type=url],
.newsletter-form .gfield_error input[type=date], .newsletter-form .gfield_error textarea, .newsletter-form .gfield_error select, .newsletter-form .gfield_error input[type=number] {
  background: #ffdada;
}
.newsletter-form .gfield_error input[type=text]::-webkit-input-placeholder, .newsletter-form .gfield_error input[type=tel]::-webkit-input-placeholder,
.newsletter-form .gfield_error input[type=email]::-webkit-input-placeholder, .newsletter-form .gfield_error input[type=search]::-webkit-input-placeholder,
.newsletter-form .gfield_error input[type=password]::-webkit-input-placeholder, .newsletter-form .gfield_error input[type=url]::-webkit-input-placeholder,
.newsletter-form .gfield_error input[type=date]::-webkit-input-placeholder, .newsletter-form .gfield_error textarea::-webkit-input-placeholder, .newsletter-form .gfield_error select::-webkit-input-placeholder, .newsletter-form .gfield_error input[type=number]::-webkit-input-placeholder {
  color: #f00;
}
.newsletter-form .gfield_error input[type=text]::-moz-placeholder, .newsletter-form .gfield_error input[type=tel]::-moz-placeholder,
.newsletter-form .gfield_error input[type=email]::-moz-placeholder, .newsletter-form .gfield_error input[type=search]::-moz-placeholder,
.newsletter-form .gfield_error input[type=password]::-moz-placeholder, .newsletter-form .gfield_error input[type=url]::-moz-placeholder,
.newsletter-form .gfield_error input[type=date]::-moz-placeholder, .newsletter-form .gfield_error textarea::-moz-placeholder, .newsletter-form .gfield_error select::-moz-placeholder, .newsletter-form .gfield_error input[type=number]::-moz-placeholder {
  opacity: 1;
  color: #f00;
}
.newsletter-form .gfield_error input[type=text]:-moz-placeholder, .newsletter-form .gfield_error input[type=tel]:-moz-placeholder,
.newsletter-form .gfield_error input[type=email]:-moz-placeholder, .newsletter-form .gfield_error input[type=search]:-moz-placeholder,
.newsletter-form .gfield_error input[type=password]:-moz-placeholder, .newsletter-form .gfield_error input[type=url]:-moz-placeholder,
.newsletter-form .gfield_error input[type=date]:-moz-placeholder, .newsletter-form .gfield_error textarea:-moz-placeholder, .newsletter-form .gfield_error select:-moz-placeholder, .newsletter-form .gfield_error input[type=number]:-moz-placeholder {
  color: #f00;
}
.newsletter-form .gfield_error input[type=text]:-ms-input-placeholder, .newsletter-form .gfield_error input[type=tel]:-ms-input-placeholder,
.newsletter-form .gfield_error input[type=email]:-ms-input-placeholder, .newsletter-form .gfield_error input[type=search]:-ms-input-placeholder,
.newsletter-form .gfield_error input[type=password]:-ms-input-placeholder, .newsletter-form .gfield_error input[type=url]:-ms-input-placeholder,
.newsletter-form .gfield_error input[type=date]:-ms-input-placeholder, .newsletter-form .gfield_error textarea:-ms-input-placeholder, .newsletter-form .gfield_error select:-ms-input-placeholder, .newsletter-form .gfield_error input[type=number]:-ms-input-placeholder {
  color: #f00;
}
.newsletter-form .gfield_error input[type=text].placeholder, .newsletter-form .gfield_error input[type=tel].placeholder,
.newsletter-form .gfield_error input[type=email].placeholder, .newsletter-form .gfield_error input[type=search].placeholder,
.newsletter-form .gfield_error input[type=password].placeholder, .newsletter-form .gfield_error input[type=url].placeholder,
.newsletter-form .gfield_error input[type=date].placeholder, .newsletter-form .gfield_error textarea.placeholder, .newsletter-form .gfield_error select.placeholder, .newsletter-form .gfield_error input[type=number].placeholder {
  color: #f00;
}

.gform_submission_error {
  display: none !important;
}

.products-area {
  padding: 30px 0 40px;
}
@media (min-width: 1024px) {
  .products-area {
    padding: 100px 0;
  }
}
.products-area .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px;
}
.products-area .row .col {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .products-area .row .col {
    width: calc(100% - 320px);
  }
}
.products-area .row .col.sidebar {
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .products-area .row .col.sidebar {
    width: 320px;
    padding-bottom: 0;
  }
}
.products-area .container {
  max-width: 1600px;
}
.products-area .top-text-block {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 0 10px;
}
@media (max-width: 1359px) {
  .products-area .top-text-block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .products-area .top-text-block .col {
    width: 100%;
  }
}
.products-area .sub-row {
  padding: 20px 0 0;
}
@media (min-width: 1024px) {
  .products-area .sub-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
}
.products-area .sub-row h2 {
  color: #386159;
  margin: 0 0 10px;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .products-area .sub-row h2 {
    margin: 0 20px 0 0;
    width: 300px;
  }
}
@media (min-width: 1360px) {
  .products-area .sub-row h2 {
    margin: 0 25px 0 0;
    font-size: 25px;
    width: 350px;
  }
}
@media (min-width: 1500px) {
  .products-area .sub-row h2 {
    font-size: 30px;
    width: 400px;
  }
}

.sidebar .title {
  display: block;
  font-family: "Luna Semi-Round", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .sidebar .title {
    font-size: 24px;
    margin: 0 0 40px;
  }
}
.sidebar .accordion {
  font-family: "Luna Semi-Round", sans-serif;
  margin: 0 0 15px;
}
.sidebar .accordion .accordion-item {
  margin: 0 0 10px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}
@media (min-width: 576px) {
  .sidebar .accordion .accordion-item {
    margin: 0 0 20px;
  }
}
.sidebar .accordion .accordion-item.active .opener:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sidebar .accordion .opener {
  font-weight: 600;
}
.sidebar .accordion .opener:before {
  color: #232021;
  content: "\f107";
}
.sidebar .reset-btn {
  display: block;
}
.sidebar .filter-links {
  margin: 0;
  padding: 0 19px;
  list-style: none;
  font-size: 14px;
}
.sidebar .filter-links li {
  border: 0;
  margin: 0 0 13px;
  overflow: visible;
}
.sidebar .filter-links li a, .sidebar .filter-links li label {
  text-decoration: none;
  font-weight: 600;
  position: relative;
  padding-left: 26px;
  color: #386159;
}
.sidebar .filter-links li a span:before, .sidebar .filter-links li label span:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  content: "";
}
.sidebar .filter-links li a span:after, .sidebar .filter-links li label span:after {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  content: "";
  background: #386159;
  opacity: 0;
  z-index: 1;
}
.sidebar .filter-links li a input, .sidebar .filter-links li label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.sidebar .filter-links li a input:checked ~ span:after, .sidebar .filter-links li label input:checked ~ span:after {
  opacity: 1;
}
.sidebar .filter-links li.active a:after {
  opacity: 1;
}

.products-header {
  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;
  padding: 0 0 32px;
}
.products-header .right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products-header .sort-by-select {
  width: 140px;
  margin: 0 0 0 8px;
}
@media (min-width: 576px) {
  .products-header .sort-by-select {
    margin: 0 0 0 30px;
    width: 140px;
  }
}
.products-header .sort-by-select select {
  height: auto;
  font-size: 16px;
  background-size: 46px 46px;
}
.products-header .switch-view {
  text-decoration: none;
}
.products-header .switch-view i {
  font-size: 24px;
  margin: 0 10px 0 0;
}
.products-header .switch-view span {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .products-header .switch-view span {
    display: none;
  }
}
.products-header .counter {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  margin: 0 0 10px;
  display: block;
}
@media (min-width: 576px) {
  .products-header .counter {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 575px) {
  .products-header .counter {
    font-size: 14px;
  }
}
.products-header .counter span {
  position: relative;
}
@media (min-width: 576px) {
  .products-header .counter span:before {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 900px;
    content: "";
    background: #386159;
    height: 1px;
    margin: 0 0 0 20px;
  }
}

.products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px;
}
.products-list .product-col {
  padding: 0 15px 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .products-list .product-col {
    width: 50%;
  }
}
@media (min-width: 1360px) {
  .products-list .product-col {
    width: 33.33%;
  }
}

.product {
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product .image {
  position: relative;
  display: block;
  padding-top: 56.2%;
}
.product .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .text {
  padding: 20px;
}
.product .heading {
  display: block;
  font-family: "Luna Semi-Round", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px;
}
@media (min-width: 1600px) {
  .product .heading {
    font-size: 24px;
    line-height: 26px;
  }
}
.product .location {
  color: #386159;
}
.product .btn-holder {
  padding: 20px;
}
.product .btn-holder .btn {
  display: block;
  font-size: 20px;
  padding: 14px 20px;
}
.product .btn-holder .btn.btn-primary-outline {
  font-size: 16px;
  padding: 14px 20px;
  margin-top: 10px;
}
.product .info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F0E6D9;
  padding: 20px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Luna Semi-Round", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.product .info li {
  padding: 0 10px;
  width: 33.33%;
  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;
}
.product .info .icon {
  font-size: 25px;
  color: #386159;
  margin: 0 10px 0 0;
}
.product .info .icon.icon-building {
  font-size: 30px;
}

.load-more-btn {
  text-align: center;
}
.load-more-btn .btn {
  font-size: 17px;
  line-height: 20px;
  padding: 10px 25px;
  min-height: 42px;
}

.students-hero {
  position: relative;
}
.students-hero:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 40px;
  width: 1px;
  content: "";
  background: #F0E6D9;
  -webkit-box-shadow: 18px 0 0 0 #F0E6D9;
          box-shadow: 18px 0 0 0 #F0E6D9;
  z-index: 2;
}
@media (min-width: 1200px) {
  .students-hero:before {
    height: 90px;
  }
}
.students-hero .hero-slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.students-hero .hero-slider .slide {
  width: 100%;
  height: 100%;
}
.students-hero .hero-slider .bg-video-holder, .students-hero .hero-slider .bg-image {
  width: 100%;
  height: 100%;
}
.students-hero .hero-slider .bg-video-holder img, .students-hero .hero-slider .bg-video-holder iframe, .students-hero .hero-slider .bg-video-holder video, .students-hero .hero-slider .bg-image img, .students-hero .hero-slider .bg-image iframe, .students-hero .hero-slider .bg-image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.students-hero .hero-slider .bg-video-holder iframe, .students-hero .hero-slider .bg-image iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  width: 200%;
  height: 200%;
}
@media (min-width: 576px) {
  .students-hero .hero-slider .bg-video-holder iframe, .students-hero .hero-slider .bg-image iframe {
    width: 180%;
    height: 180%;
  }
}
.students-hero .hero-slider .slick-list, .students-hero .hero-slider .slick-track {
  width: 100%;
  height: 100%;
}
.students-hero .caption {
  min-height: 400px;
  background: rgba(0, 0, 0, 0.65);
  position: relative;
  z-index: 1;
  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;
  text-align: center;
  color: #fff;
  padding: 60px 20px;
}
@media (min-width: 576px) {
  .students-hero .caption {
    padding: 70px 20px;
  }
}
@media (min-width: 768px) {
  .students-hero .caption {
    min-height: 500px;
  }
}
@media (min-width: 1200px) {
  .students-hero .caption {
    min-height: 550px;
  }
}
@media (min-width: 1360px) {
  .students-hero .caption {
    min-height: 605px;
  }
}
.students-hero .caption .contianer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.students-hero h1, .students-hero .h1 {
  font-size: 40px;
  margin: 0 0 10px;
}
@media (min-width: 576px) {
  .students-hero h1, .students-hero .h1 {
    font-size: 45px;
  }
}
@media (min-width: 768px) {
  .students-hero h1, .students-hero .h1 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .students-hero h1, .students-hero .h1 {
    font-size: 60px;
  }
}
@media (min-width: 1440px) {
  .students-hero h1, .students-hero .h1 {
    font-size: 66px;
  }
}
.students-hero .sub-heading {
  display: block;
  font-size: 15px;
  font-family: "Luna Semi-Round", sans-serif;
  margin: 0 0 20px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (min-width: 576px) {
  .students-hero .sub-heading {
    font-weight: 700;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .students-hero .sub-heading {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  .students-hero .sub-heading {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .students-hero .sub-heading {
    font-size: 32px;
  }
}
.students-hero .btns-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.students-hero .btns-holder .btn {
  margin: 0 10px 15px;
}
@media (min-width: 576px) {
  .students-hero .btns-holder .btn {
    margin: 0 10px;
  }
}
.students-hero .play-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (min-width: 576px) {
  .students-hero .play-btn {
    font-size: 20px;
    margin: 0 0 30px;
  }
}
.students-hero .play-btn i {
  width: 30px;
  height: 30px;
  background: #386159;
  border-radius: 100%;
  margin: 0 15px 0 0;
  position: relative;
}
.students-hero .play-btn i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  border-style: solid;
  border-width: 5px 0px 5px 8px;
  margin-left: 1px;
  border-color: transparent transparent transparent #fff;
}
.students-hero .play-btn span {
  color: #fff;
  border-bottom: solid 1px #fff;
}

.detail-gallery {
  background: #386159;
  position: relative;
  color: #fff;
  padding: 50px 0 80px;
}
@media (min-width: 1200px) {
  .detail-gallery {
    padding: 30px 0 80px;
  }
}
.detail-gallery:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  height: 30px;
  width: 1px;
  content: "";
  background: #F0E6D9;
  -webkit-box-shadow: 18px 0 0 0 #F0E6D9;
          box-shadow: 18px 0 0 0 #F0E6D9;
  z-index: 2;
}
.detail-gallery:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  content: "";
  background: rgb(51.26, 88.54, 81.084);
}
.detail-gallery .container {
  position: relative;
  z-index: 1;
  max-width: 1300px;
}
@media (min-width: 1700px) {
  .detail-gallery .container {
    max-width: 1500px;
  }
}
.detail-gallery .detail-gallery-header {
  margin: 0 auto;
  padding: 0 0 40px;
}
@media (min-width: 576px) {
  .detail-gallery .detail-gallery-header {
    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;
  }
}
@media (min-width: 1440px) {
  .detail-gallery .detail-gallery-header {
    max-width: 1150px;
  }
}
@media (min-width: 1600px) {
  .detail-gallery .detail-gallery-header {
    max-width: 1100px;
  }
}
.detail-gallery .detail-gallery-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -10px;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  padding: 30px 0 25px;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}
@media (min-width: 576px) {
  .detail-gallery .detail-gallery-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0 0;
  }
}
.detail-gallery .detail-gallery-nav .slick-arrow {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  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;
  color: #fff;
  border: solid 1px #F0E6D9;
  font-size: 16px;
  font-weight: 400;
  -webkit-transform: none;
          transform: none;
  position: static;
}
@media (min-width: 1200px) {
  .detail-gallery .detail-gallery-nav .slick-arrow {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}
@media (min-width: 1360px) {
  .detail-gallery .detail-gallery-nav .slick-arrow {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
}
.detail-gallery .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 0 15px;
}
.detail-gallery .rating .rating-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 0 0;
}
.detail-gallery .rating .rating-list li {
  margin: 0 3px 0 0;
  color: #ffaa4f;
}
.detail-gallery .rating .rating-text {
  font-size: 15px;
  margin: 0 10px 0 0;
}
.detail-gallery .rating .rating-text a {
  color: #fff;
  text-decoration: underline;
}
.detail-gallery .rating .rating-text a:hover {
  text-decoration: none;
}
.detail-gallery .rating .address {
  margin: 0 0;
  color: rgba(255, 255, 255, 0.8);
}
.detail-gallery .rating .address br {
  display: none;
}
.detail-gallery .info-list {
  margin: 0 -5px -10px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.detail-gallery .info-list li {
  margin: 0 5px 10px;
  background: #2d4f48;
  border-radius: 10px;
  font-size: 15px;
  line-height: 18px;
  padding: 6px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail-gallery .info-list li i {
  margin: 0 8px 0 0;
  color: #F0E6D9;
}
.detail-gallery .detail-gallery-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px;
}
@media (min-width: 1024px) {
  .detail-gallery .detail-gallery-slider {
    margin: 0 -20px;
  }
}
.detail-gallery .detail-gallery-slider .slide {
  width: 33.33%;
  padding: 0 10px;
}
@media (min-width: 1024px) {
  .detail-gallery .detail-gallery-slider .slide {
    padding: 0 20px;
  }
}
.detail-gallery .detail-gallery-slider .image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-top: 65%;
}
.detail-gallery .detail-gallery-slider .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-gallery .detail-gallery-slider .image .caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: calc(100% - 40px);
  background: #40d1b5;
  color: #000;
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 15px;
}
@media (min-width: 1024px) {
  .detail-gallery .detail-gallery-slider .image .caption {
    font-size: 18px;
    padding: 10px 20px;
  }
}
.detail-gallery .slick-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768px) {
  .detail-gallery .slick-list {
    margin: 0 -400px 0 0;
    padding: 0 500px 0 0;
  }
}

.accommodation-info-box {
  background: rgba(255, 255, 255, 0.4);
  border: solid 1px #e8ddd9;
  border-radius: 10px;
  padding: 25px;
}
@media (min-width: 576px) {
  .accommodation-info-box {
    background: #f5eae6;
  }
}
@media (min-width: 1360px) {
  .accommodation-info-box {
    padding: 40px 25px 45px;
  }
}
@media (min-width: 1700px) {
  .accommodation-info-box {
    padding: 30px;
  }
}
.accommodation-info-box h3 {
  color: #232021 !important;
  margin: 0 0 20px;
  font-size: 20px !important;
}
@media (min-width: 1200px) {
  .accommodation-info-box h3 {
    margin: 0 0 30px;
    font-size: 20px !important;
  }
}
@media (min-width: 1360px) {
  .accommodation-info-box h3 {
    font-size: 23px !important;
  }
}
@media (min-width: 1700px) {
  .accommodation-info-box h3 {
    font-size: 29px !important;
  }
}
.accommodation-info-box .sub-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px;
}
.accommodation-info-box .sub-row .sub-col {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 576px) {
  .accommodation-info-box .sub-row .sub-col {
    width: calc(100% - 150px);
  }
}
@media (min-width: 1024px) {
  .accommodation-info-box .sub-row .sub-col {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .accommodation-info-box .sub-row .sub-col {
    width: calc(100% - 150px);
  }
}
@media (min-width: 1360px) {
  .accommodation-info-box .sub-row .sub-col {
    width: calc(100% - 230px);
  }
}
@media (min-width: 1700px) {
  .accommodation-info-box .sub-row .sub-col {
    width: calc(100% - 250px);
  }
}
.accommodation-info-box .sub-row .sub-col:nth-child(2) {
  width: 150px;
  display: none;
}
@media (min-width: 576px) {
  .accommodation-info-box .sub-row .sub-col:nth-child(2) {
    width: 150px;
    display: block;
  }
}
@media (min-width: 1024px) {
  .accommodation-info-box .sub-row .sub-col:nth-child(2) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .accommodation-info-box .sub-row .sub-col:nth-child(2) {
    display: block;
  }
}
@media (min-width: 1360px) {
  .accommodation-info-box .sub-row .sub-col:nth-child(2) {
    display: block;
    width: 230px;
  }
}
@media (min-width: 1700px) {
  .accommodation-info-box .sub-row .sub-col:nth-child(2) {
    width: 250px;
  }
}
.accommodation-info-box .sub-row .image {
  padding-top: 165%;
}
@media (min-width: 1360px) {
  .accommodation-info-box .sub-row .image {
    margin: 0 0 -70px;
  }
}
.accommodation-info-box .contact-info {
  margin: 0;
  padding: 0;
  font-size: 15px;
  list-style: none;
}
@media (min-width: 1360px) {
  .accommodation-info-box .contact-info {
    font-size: 16px;
  }
}
@media (min-width: 1700px) {
  .accommodation-info-box .contact-info {
    font-size: 18px;
  }
}
.accommodation-info-box .contact-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}
.accommodation-info-box .contact-info li:first-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.accommodation-info-box .contact-info li .icon {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: #386159;
  margin: 0 15px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 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;
  color: #fff;
}
@media (min-width: 1360px) {
  .accommodation-info-box .contact-info li .icon {
    width: 42px;
    height: 42px;
  }
}
.accommodation-info-box .contact-info li a {
  color: #232021;
  text-decoration: none;
}

.included-features {
  background: #386159;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}
@media (min-width: 576px) {
  .included-features {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .included-features {
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .included-features {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .included-features .features-header {
    padding: 0 0 60px;
    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;
  }
}
.included-features .features-header h2, .included-features .features-header .h2 {
  margin: 0 auto;
  font-size: 30px;
  max-width: 800px;
}
@media (min-width: 576px) {
  .included-features .features-header h2, .included-features .features-header .h2 {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  .included-features .features-header h2, .included-features .features-header .h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .included-features .features-header h2, .included-features .features-header .h2 {
    font-size: 45px;
  }
}
@media (min-width: 1600px) {
  .included-features .features-header h2, .included-features .features-header .h2 {
    font-size: 50px;
  }
}
@media (min-width: 1600px) {
  .included-features .container {
    max-width: 1440px;
  }
}
.included-features .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
}
@media (min-width: 576px) {
  .included-features .row {
    margin: 0 -25px;
  }
}
.included-features .row .col {
  padding: 0 15px 30px;
  width: 50%;
}
@media (min-width: 576px) {
  .included-features .row .col {
    padding: 0 25px 30px;
  }
}
@media (min-width: 768px) {
  .included-features .row .col {
    width: 33.3333333333%;
    padding: 0 15px 40px;
  }
}
@media (min-width: 1024px) {
  .included-features .row .col {
    width: 25%;
  }
}
@media (min-width: 1440px) {
  .included-features .row .col {
    width: 20%;
  }
}
.included-features .title {
  display: block;
}
.included-features .sub-title {
  color: #F0E6D9;
}
.included-features .icon {
  width: 80px;
  height: 70px;
  margin: 0 auto 20px;
  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;
}
.included-features .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.included-features .features-slider {
  position: relative;
}
@media (min-width: 1200px) {
  .included-features .features-slider:before {
    position: absolute;
    left: 0;
    width: 97px;
    top: 55px;
    content: "";
    height: 1px;
    background: #386159;
    z-index: 1;
  }
}
@media (min-width: 1440px) {
  .included-features .features-slider:before {
    width: 80px;
  }
}
@media (min-width: 1600px) {
  .included-features .features-slider:before {
    top: 65px;
    width: 80px;
  }
}
.included-features .features-slider .slick-track {
  position: relative;
}
.included-features .features-slider .slick-track:before {
  position: absolute;
  left: -50px;
  right: -50px;
  top: 45px;
  content: "";
  height: 1px;
  background: #F0E6D9;
  display: block;
}
@media (min-width: 576px) {
  .included-features .features-slider .slick-track:before {
    top: 55px;
  }
}
@media (min-width: 1200px) {
  .included-features .features-slider .slick-track:before {
    left: 0;
    right: 0;
  }
}
@media (min-width: 1600px) {
  .included-features .features-slider .slick-track:before {
    top: 65px;
  }
}
.included-features .features-slider .slick-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 20px;
  margin: 0 -20px;
}
@media (min-width: 1024px) {
  .included-features .features-slider .slick-list {
    padding: 0 400px 0 0;
    margin: 0 -400px 0 0;
  }
}
.included-features .features-slider .col {
  padding-bottom: 0;
  position: relative;
}
.included-features .features-slider .icon {
  width: 90px;
  height: 90px;
  border: solid 1px #F0E6D9;
  background: #2a4d47;
  border-radius: 100%;
  z-index: 3;
  position: relative;
}
@media (min-width: 576px) {
  .included-features .features-slider .icon {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 1600px) {
  .included-features .features-slider .icon {
    width: 130px;
    height: 130px;
  }
}
.included-features .features-slider .icon img {
  width: 50%;
  height: 50%;
}
@media (min-width: 576px) {
  .included-features .features-slider .icon img {
    width: 60%;
    height: 60%;
  }
}
.included-features .features-slider-nav {
  margin: 20px 0 20px;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}
@media (min-width: 768px) {
  .included-features .features-slider-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -10px;
  }
}
.included-features .features-slider-nav .slick-arrow {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  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;
  color: #fff;
  border: solid 1px #F0E6D9;
  font-size: 16px;
  font-weight: 400;
  -webkit-transform: none;
          transform: none;
  position: static;
}
@media (min-width: 1200px) {
  .included-features .features-slider-nav .slick-arrow {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}
@media (min-width: 1360px) {
  .included-features .features-slider-nav .slick-arrow {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
}

.room-options {
  padding: 30px 0 40px;
}
@media (min-width: 1024px) {
  .room-options {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .room-options {
    padding: 100px 0;
  }
}
.room-options.pt-0 {
  padding-top: 0;
}
.room-options.pb-0 {
  padding-bottom: 0;
}
.room-options.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.room-options .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px;
}
.room-options .row .col {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .room-options .row .col {
    width: calc(100% - 300px);
  }
}
.room-options .row .col.sidebar {
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .room-options .row .col.sidebar {
    width: 300px;
    padding-bottom: 0;
  }
}
.room-options .container {
  max-width: 1400px;
}
.room-options h2, .room-options .h2 {
  font-size: 35px;
  position: relative;
  padding: 0;
  text-align: center;
}
@media (min-width: 576px) {
  .room-options h2, .room-options .h2 {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .room-options h2, .room-options .h2 {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .room-options h2, .room-options .h2 {
    font-size: 45px;
    padding: 0 0 100px;
  }
}
@media (min-width: 1440px) {
  .room-options h2, .room-options .h2 {
    font-size: 50px;
  }
}
.room-options h2:before, .room-options .h2:before {
  position: absolute;
  left: 10px;
  bottom: -40px;
  height: 1px;
  width: 30px;
  content: "";
  background: #000;
  display: none;
}
@media (min-width: 1024px) {
  .room-options h2:before, .room-options .h2:before {
    display: block;
  }
}
@media (min-width: 1200px) {
  .room-options h2:before, .room-options .h2:before {
    bottom: 0;
  }
}
@media (min-width: 1440px) {
  .room-options h2:before, .room-options .h2:before {
    width: 200px;
  }
}
.room-options h2:after, .room-options .h2:after {
  position: absolute;
  left: 10px;
  bottom: -40px;
  content: "";
  width: 1px;
  background: #000;
  height: 40px;
  display: none;
}
@media (min-width: 1024px) {
  .room-options h2:after, .room-options .h2:after {
    display: block;
  }
}
@media (min-width: 1200px) {
  .room-options h2:after, .room-options .h2:after {
    bottom: 0;
    height: 90px;
  }
}

.twocols-content.highlight-block .row .col {
  width: 100%;
}
@media (min-width: 1024px) {
  .twocols-content.highlight-block .row .col {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .twocols-content.highlight-block .row .col:first-child {
    width: 55%;
    padding-top: 25px;
  }
}
.twocols-content.highlight-block h2, .twocols-content.highlight-block .h2 {
  font-size: 30px;
  margin: 0;
}
@media (min-width: 576px) {
  .twocols-content.highlight-block h2, .twocols-content.highlight-block .h2 {
    font-size: 35px;
  }
}
@media (min-width: 1440px) {
  .twocols-content.highlight-block h2, .twocols-content.highlight-block .h2 {
    font-size: 40px;
  }
}
@media (min-width: 1700px) {
  .twocols-content.highlight-block h2, .twocols-content.highlight-block .h2 {
    font-size: 45px;
  }
}
.twocols-content.highlight-block .heading-holder {
  margin: 0 0 35px;
}
@media (min-width: 576px) {
  .twocols-content.highlight-block .heading-holder {
    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;
  }
}
@media (min-width: 1440px) {
  .twocols-content.highlight-block .heading-holder {
    margin: 0 0 45px;
  }
}
@media (min-width: 320px) {
  .twocols-content.highlight-block .highlight-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 575px) {
  .twocols-content.highlight-block .highlight-text {
    font-size: 15px;
    line-height: 20px;
  }
}
.twocols-content.highlight-block .highlight-text .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto 15px;
  width: 80px;
  height: 80px;
}
@media (min-width: 320px) {
  .twocols-content.highlight-block .highlight-text .icon {
    margin: 0 15px 0 0;
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 576px) {
  .twocols-content.highlight-block .highlight-text .icon {
    width: 100px;
    height: 100px;
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1360px) {
  .twocols-content.highlight-block .highlight-text .icon {
    margin: 0 30px 0 0;
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 1600px) {
  .twocols-content.highlight-block .highlight-text .icon {
    width: 130px;
    height: 130px;
    margin: 0 40px 0 0;
  }
}
.twocols-content.highlight-block .highlight-text h3, .twocols-content.highlight-block .highlight-text .h3 {
  color: #232021;
  margin: 0 0 10px;
}
.twocols-content.highlight-block .btn-frame .animate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px -15px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.twocols-content.highlight-block .btn-frame .animate .btn {
  margin: 0 10px 15px;
}
.twocols-content.highlight-block .highlight-slider {
  padding: 0 0 20px;
}
@media (min-width: 1600px) {
  .twocols-content.highlight-block .highlight-slider {
    padding: 0 0 40px;
  }
}
.twocols-content.highlight-block .highlight-slider-image .image {
  display: block;
  border-radius: 10px;
  padding-top: 60%;
}
@media (min-width: 1024px) {
  .twocols-content.highlight-block .highlight-slider-image .image {
    padding-top: 85%;
  }
}
@media (min-width: 1440px) {
  .twocols-content.highlight-block .highlight-slider-image .image {
    padding-top: 70%;
  }
}
.twocols-content.highlight-block .highlight-slider-nav {
  margin: 0 -10px;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}
@media (min-width: 576px) {
  .twocols-content.highlight-block .highlight-slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
.twocols-content.highlight-block .highlight-slider-nav .slick-arrow {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  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;
  color: #386159;
  border: solid 1px #386159;
  font-size: 16px;
  font-weight: 400;
  -webkit-transform: none;
          transform: none;
  position: static;
}
@media (min-width: 1200px) {
  .twocols-content.highlight-block .highlight-slider-nav .slick-arrow {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}
@media (min-width: 1360px) {
  .twocols-content.highlight-block .highlight-slider-nav .slick-arrow {
    width: 70px;
    height: 70px;
  }
}

.explore-block {
  background: #386159;
  color: #fff;
  padding: 20px 0 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .explore-block {
    text-align: left;
    padding: 80px 0;
  }
}
.explore-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -20px;
}
.explore-block .row .col {
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .explore-block .row .col {
    width: 50%;
  }
}
.explore-block .row .map {
  position: relative;
  height: 300px;
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  .explore-block .row .map {
    height: 400px;
    margin: 0;
  }
}
.explore-block .row .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.explore-block .explore-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -20px;
  text-align: center;
  padding: 0 0 0;
  line-height: 1.2;
  font-size: 14px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 576px) {
  .explore-block .explore-features {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1360px) {
  .explore-block .explore-features {
    font-size: 16px;
    padding: 20px 0 0;
  }
}
@media (min-width: 576px) {
  .explore-block .explore-features:before {
    position: absolute;
    left: 100px;
    right: 100px;
    top: 35px;
    content: "";
    height: 1px;
    background: #F0E6D9;
    display: block;
  }
}
@media (min-width: 1360px) {
  .explore-block .explore-features:before {
    top: 69px;
  }
}
.explore-block .explore-features .col {
  width: 50%;
  padding: 0 20px 30px;
}
@media (min-width: 576px) {
  .explore-block .explore-features .col {
    width: 33.33%;
  }
}
@media (max-width: 575px) {
  .explore-block .explore-features .col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.explore-block .explore-features .icon {
  width: 70px;
  height: 70px;
  border: solid 1px #F0E6D9;
  background: #2a4d47;
  border-radius: 100%;
  z-index: 3;
  position: relative;
  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;
  margin: 0 auto 15px;
}
@media (min-width: 1360px) {
  .explore-block .explore-features .icon {
    width: 100px;
    height: 100px;
  }
}
.explore-block .explore-features .icon img {
  width: 50%;
  height: 50%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.explore-block .explore-features .title {
  display: block;
  font-family: "Luna Semi-Round", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 10px;
}
@media (min-width: 1360px) {
  .explore-block .explore-features .title {
    font-size: 18px;
    line-height: 22px;
  }
}
.explore-block .explore-features p {
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .explore-block .heading-holder {
    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;
    padding: 0 0 25px;
  }
  .explore-block .heading-holder h2 {
    margin: 0 20px 0 0;
  }
}
.explore-block .explore-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .explore-block .explore-nav {
    margin: 0;
  }
}
.explore-block .explore-nav .slick-arrow {
  margin: 0 8px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  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;
  color: #fff;
  border: solid 1px #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transform: none;
          transform: none;
  position: static;
}
@media (min-width: 1200px) {
  .explore-block .explore-nav .slick-arrow {
    width: 60px;
    height: 60px;
    font-size: 15px;
  }
}
.explore-block .explore-nav .slick-arrow i {
  font-size: inherit;
}

.news-block {
  padding: 40px 0;
  position: relative;
}
@media (min-width: 768px) {
  .news-block {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .news-block {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .news-block {
    padding: 100px 0;
  }
}
.news-block:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  height: 5px;
  background: url(images/line.png);
  background-size: 10px 5px;
  width: auto;
}
@media (min-width: 1200px) {
  .news-block:after {
    background-size: 15px 5px;
  }
}
.news-block h2, .news-block .h2 {
  font-size: 34px;
  margin: 0;
}
@media (min-width: 576px) {
  .news-block h2, .news-block .h2 {
    font-size: 38px;
  }
}
@media (min-width: 1360px) {
  .news-block h2, .news-block .h2 {
    font-size: 40px;
  }
}
.news-block .heading-holder {
  padding: 0 0 40px;
}
@media (min-width: 576px) {
  .news-block .heading-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1700px) {
  .news-block .container {
    max-width: 1400px;
  }
}
.news-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px;
}
@media (min-width: 1360px) {
  .news-block .row {
    margin: 0 -20px;
  }
}
.news-block .row .col {
  width: 33.33%;
  padding: 0 10px;
}
@media (min-width: 1360px) {
  .news-block .row .col {
    padding: 0 20px;
  }
}
@media (min-width: 576px) {
  .news-block .row .col:nth-child(even) .news-box {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .news-block .slick-list {
    margin: 0 -400px 0 0;
    padding: 0 500px 0 0;
  }
}
.news-block .news-slider-nav {
  margin: 0 -10px;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}
@media (min-width: 576px) {
  .news-block .news-slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
.news-block .news-slider-nav .slick-arrow {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  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;
  color: #386159;
  border: solid 1px #386159;
  font-size: 16px;
  font-weight: 400;
  -webkit-transform: none;
          transform: none;
  position: static;
}
@media (min-width: 1200px) {
  .news-block .news-slider-nav .slick-arrow {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}
@media (min-width: 1360px) {
  .news-block .news-slider-nav .slick-arrow {
    width: 70px;
    height: 70px;
  }
}

.news-box {
  text-decoration: none;
  display: block;
  border: solid 1px #4d494a;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
}
.news-box .image {
  display: block;
  padding-top: 100%;
  position: relative;
}
.news-box .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-box .text {
  padding: 20px;
}
.news-box .heading {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-family: "Luna Semi-Round", sans-serif;
  color: #232021;
  margin: 0 0 20px;
}
@media (min-width: 1360px) {
  .news-box .heading {
    font-size: 22px;
    line-height: 26px;
  }
}
.news-box .btn {
  min-height: inherit;
  padding: 10px 20px;
}

.single-hero-block {
  position: relative;
  z-index: 1;
  padding: 20px 20px;
}
@media (min-width: 768px) {
  .single-hero-block {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .single-hero-block {
    padding: 30px 20px 0;
  }
}
@media (min-width: 1360px) {
  .single-hero-block {
    padding: 30px 45px;
  }
}
.single-hero-block:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background: #F0E6D9;
}
@media (min-width: 1024px) {
  .single-hero-block:before {
    bottom: 30%;
    background: #F0E6D9 url(images/bg-pattren2.png);
    background-position: 50% 0%;
  }
}
.single-hero-block .btn-back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #232021;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .single-hero-block .btn-back {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1500px) {
  .single-hero-block .btn-back {
    font-size: 20px;
    line-height: 24px;
  }
}
.single-hero-block .btn-back i {
  margin: 0 10px 0 0;
}
.single-hero-block .btn-back span {
  border-bottom: solid 1px #232021;
}
.single-hero-block .holder {
  padding: 20px 0;
}
@media (min-width: 1360px) {
  .single-hero-block .holder {
    padding: 20px 48px;
  }
}
@media (min-width: 1024px) {
  .single-hero-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px;
  }
}
.single-hero-block .row .col {
  position: relative;
}
@media (min-width: 1024px) {
  .single-hero-block .row .col {
    padding: 0 15px;
    width: calc(100% - 320px);
  }
}
@media (min-width: 1200px) {
  .single-hero-block .row .col {
    width: calc(100% - 380px);
  }
}
@media (min-width: 1024px) {
  .single-hero-block .row .col:nth-child(2) {
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .single-hero-block .row .col:nth-child(2) {
    width: 380px;
  }
}
.single-hero-block .heading-holder {
  padding: 0 0 20px;
}
@media (min-width: 1200px) {
  .single-hero-block .heading-holder {
    padding: 10px 0 40px;
  }
}
@media (min-width: 1360px) {
  .single-hero-block .heading-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.single-hero-block .heading-holder h1, .single-hero-block .heading-holder .h1 {
  font-size: 36px;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .single-hero-block .heading-holder h1, .single-hero-block .heading-holder .h1 {
    font-size: 40px;
    margin: 0;
  }
}
@media (min-width: 1700px) {
  .single-hero-block .heading-holder h1, .single-hero-block .heading-holder .h1 {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  .single-hero-block .heading-holder {
    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;
  }
}
@media (max-width: 575px) {
  .single-hero-block .heading-holder {
    display: block;
  }
}
@media (max-width: 767px) {
  .single-hero-block .heading-holder {
    margin: 0 -10px;
  }
}
.single-hero-block .heading-holder .interactive-option {
  background: #ffaa4f;
  padding: 6px 15px;
  font-size: 13px;
  border-radius: 8px;
  margin: 10px 0 0 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .single-hero-block .heading-holder .interactive-option {
    padding: 12px 18px;
    font-size: 15px;
    margin: 10px 0 0 0;
  }
}
@media (min-width: 1360px) {
  .single-hero-block .heading-holder .interactive-option {
    margin: 0 15px;
    padding: 10px 15px;
    font-size: 17px;
  }
}
@media (min-width: 1700px) {
  .single-hero-block .heading-holder .interactive-option {
    padding: 13px 20px;
    border-radius: 8px;
    margin: 0 20px;
  }
}
.single-hero-block .image {
  position: relative;
  padding-top: 80%;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .single-hero-block .image {
    padding-top: 70%;
  }
}
@media (min-width: 1500px) {
  .single-hero-block .image {
    padding-top: 47%;
  }
}
@media (min-width: 1700px) {
  .single-hero-block .image {
    padding-top: 42%;
  }
}
.single-hero-block .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-hero-block .slider-nav-holder {
  padding: 0 0 25px;
}
@media (min-width: 768px) {
  .single-hero-block .slider-nav-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .single-hero-block .slider-nav-holder {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .single-hero-block .slider-nav-holder .slider-nav {
    width: calc(100% - 170px);
  }
}
@media (min-width: 1024px) {
  .single-hero-block .slider-nav-holder .slider-nav {
    width: calc(100% - 200px);
  }
}
.single-hero-block .slider-nav-holder .slider-nav .image {
  padding-top: 80%;
  cursor: pointer;
  border-radius: 6px;
}
@media (min-width: 1600px) {
  .single-hero-block .slider-nav-holder .slider-nav .image {
    padding-top: 60%;
  }
}
@media (max-width: 767px) {
  .single-hero-block .slider-nav-holder .slider-nav {
    position: static;
  }
}
@media (min-width: 768px) {
  .single-hero-block .slider-nav-holder .single-hero-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .single-hero-block .slider-nav-holder .single-hero-nav {
    width: 200px;
  }
}
.single-hero-block .single-hero-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 0 30px;
}
@media (min-width: 1700px) {
  .single-hero-block .single-hero-nav {
    padding: 0 0 0 30px;
  }
}
.single-hero-block .single-hero-nav .slick-arrow {
  margin: 0 8px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  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;
  color: #386159;
  border: solid 1px #386159;
  font-size: 16px;
  font-weight: 400;
  -webkit-transform: none;
          transform: none;
  position: static;
}
@media (min-width: 1200px) {
  .single-hero-block .single-hero-nav .slick-arrow {
    width: 60px;
    height: 60px;
    font-size: 15px;
  }
}
.single-hero-block .single-hero-nav .slick-arrow i {
  font-size: inherit;
}
@media (max-width: 767px) {
  .single-hero-block .single-hero-nav .slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12%;
    background: #F0E6D9;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .single-hero-block .single-hero-nav .slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
}
@media (max-width: 575px) {
  .single-hero-block .single-hero-nav .slick-arrow {
    margin-top: -15%;
  }
}
.single-hero-block .rows-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1360px) {
  .single-hero-block .rows-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.single-hero-block .rows-header .col {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.single-hero-block .rows-header .col:nth-child(2) {
  width: auto;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}
.single-hero-block .contact-info {
  margin: 0 -10px;
  padding: 0;
  font-size: 16px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1200px) {
  .single-hero-block .contact-info {
    margin: 0 -20px;
  }
}
@media (min-width: 1700px) {
  .single-hero-block .contact-info {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .single-hero-block .contact-info {
    font-size: 16px;
    line-height: 20px;
  }
}
.single-hero-block .contact-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px 15px;
}
@media (min-width: 1200px) {
  .single-hero-block .contact-info li {
    margin: 0 20px 20px;
  }
}
.single-hero-block .contact-info li:first-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single-hero-block .contact-info li .icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #386159;
  margin: 0 10px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 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;
  color: #fff;
}
@media (min-width: 768px) {
  .single-hero-block .contact-info li .icon {
    width: 42px;
    margin: 0 15px 0 0;
    height: 42px;
  }
}
@media (max-width: 767px) {
  .single-hero-block .contact-info li .icon {
    font-size: 14px;
  }
}
.single-hero-block .contact-info li a {
  color: #232021;
  text-decoration: none;
}
.single-hero-block .contact-info li .title {
  max-width: 220px;
}

.single-sidebar {
  background: #386159;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1200px) {
  .single-sidebar {
    padding: 30px;
  }
}
.single-sidebar .price {
  font-size: 25px;
  font-family: "Luna Semi-Round", sans-serif;
  font-weight: 700;
  padding: 0 0 15px;
  margin: 0 0 25px;
  position: relative;
  display: block;
}
@media (min-width: 576px) {
  .single-sidebar .price {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .single-sidebar .price {
    font-size: 22px;
    padding: 0 0 10px;
    margin: 0 0 15px;
  }
}
@media (min-width: 1200px) {
  .single-sidebar .price {
    font-size: 30px;
    padding: 0 0 15px;
    margin: 0 0 30px;
  }
}
.single-sidebar .price:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 5px;
  background: url(images/line4.png);
  background-size: 15px 5px;
  z-index: 1;
}
.single-sidebar .info {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .single-sidebar .info {
    font-size: 21px;
  }
}
.single-sidebar .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 25px;
}
.single-sidebar .info i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 25px;
  margin: 0 15px 0 0;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .single-sidebar .info i {
    font-size: 30px;
    margin: 0 20px 0 0;
    width: 50px;
  }
}
.single-sidebar .btns-holder {
  padding: 0 0 20px;
}
.single-sidebar .btns-holder .btn {
  display: block;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .single-sidebar .btns-holder .btn {
    font-size: 22px;
  }
}
.single-sidebar .btns-holder .btn + .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .single-sidebar .btns-holder .btn + .btn {
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  .single-sidebar .btns-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -10px -20px;
  }
  .single-sidebar .btns-holder .btn {
    margin: 0 10px 20px !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.single-sidebar .btn-secondary:hover {
  background: rgb(248.1590909091, 111.3409090909, 143.8352272727);
}

.twocols-content.map-block .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1200px) {
  .twocols-content.map-block .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .twocols-content.map-block .row .col {
    width: 62%;
  }
  .twocols-content.map-block .row .col:nth-child(2) {
    width: 38%;
  }
}
.twocols-content.map-block .image-scale-down {
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .twocols-content.map-block .image-scale-down {
    margin: 0;
    max-width: 400px;
  }
}
.twocols-content.map-block .image-scale-down img {
  display: block;
  width: 100%;
}

.howto-reserve {
  padding: 40px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .howto-reserve {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .howto-reserve {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .howto-reserve {
    padding: 80px 0;
  }
}
@media (min-width: 1360px) {
  .howto-reserve {
    padding: 100px 0;
  }
}
.howto-reserve h2, .howto-reserve .h2 {
  font-size: 38px;
  margin: 0 0 15px;
}
@media (min-width: 576px) {
  .howto-reserve h2, .howto-reserve .h2 {
    margin: 0 0 25px;
  }
}
@media (min-width: 768px) {
  .howto-reserve h2, .howto-reserve .h2 {
    font-size: 40px;
    margin: 0 0 40px;
  }
}
@media (min-width: 1200px) {
  .howto-reserve h2, .howto-reserve .h2 {
    font-size: 45px;
  }
}
@media (min-width: 1500px) {
  .howto-reserve h2, .howto-reserve .h2 {
    font-size: 50px;
  }
}
.howto-reserve .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px 10px;
  position: relative;
}
@media (min-width: 1200px) {
  .howto-reserve .row {
    margin: 0 -30px 10px;
  }
}
.howto-reserve .row .col {
  width: 50%;
  padding: 0 15px 30px;
  position: relative;
}
@media (min-width: 1024px) {
  .howto-reserve .row .col {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .howto-reserve .row .col {
    padding: 0 30px 40px;
  }
}
.howto-reserve .row .col:first-child:before {
  display: block;
}
@media (max-width: 1023px) {
  .howto-reserve .row .col:nth-child(3):before {
    display: block;
  }
}
@media (max-width: 1023px) {
  .howto-reserve .row .col:nth-child(5):before {
    display: block;
  }
}
.howto-reserve .row .col:before {
  display: none;
  position: absolute;
  left: -9999px;
  right: -9999px;
  content: "";
  position: absolute;
  top: 45px;
  content: "";
  height: 5px;
  background: url(images/line2.png);
  background-size: 10px 5px;
  z-index: -1;
}
@media (min-width: 576px) {
  .howto-reserve .row .col:before {
    top: 50px;
  }
}
@media (min-width: 1200px) {
  .howto-reserve .row .col:before {
    background-size: 15px 5px;
  }
}
@media (min-width: 1360px) {
  .howto-reserve .row .col:before {
    top: 65px;
  }
}
.howto-reserve .btns-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px -20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.howto-reserve .btns-holder .btn {
  margin: 0 10px 20px;
}
.howto-reserve .title {
  display: block;
  font-family: "Luna Semi-Round", sans-serif;
  font-size: 19px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .howto-reserve .title {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  .howto-reserve .title {
    font-size: 24px;
  }
}
.howto-reserve .icon {
  width: 90px;
  height: 90px;
  background: #386159;
  border-radius: 100%;
  color: #fff;
  margin: 0 auto 20px;
  padding: 25px;
  position: relative;
}
@media (min-width: 576px) {
  .howto-reserve .icon {
    width: 100px;
    height: 100px;
    padding: 25px;
  }
}
@media (min-width: 1360px) {
  .howto-reserve .icon {
    width: 130px;
    height: 130px;
    padding: 30px;
  }
}
.howto-reserve .icon:before {
  position: absolute;
  inset: 7px;
  border-radius: 100%;
  content: "";
  border: solid 2px #fff;
}
@media (min-width: 1360px) {
  .howto-reserve .icon:before {
    inset: 10px;
  }
}
.howto-reserve .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.btns-block {
  padding: 40px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .btns-block {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .btns-block {
    padding: 80px 0;
  }
}
.btns-block .btns-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px -20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btns-block .btns-holder .btn {
  margin: 0 10px 20px;
}

.faqs-block + .room-options {
  position: relative;
}
.faqs-block + .room-options:before {
  position: absolute;
  left: -9999px;
  right: -9999px;
  content: "";
  position: absolute;
  top: 0;
  content: "";
  height: 5px;
  background: url(images/line.png);
  background-size: 10px 5px;
}
@media (min-width: 1200px) {
  .faqs-block + .room-options:before {
    background-size: 15px 5px;
  }
}

.room-options-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .room-options-nav {
    padding: 0 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .room-options-nav {
    padding: 21px 0 0 30px;
  }
}
@media (min-width: 1700px) {
  .room-options-nav {
    padding: 20px 0 0 30px;
  }
}
.room-options-nav .slick-arrow {
  margin: 0 8px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  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;
  color: #386159;
  border: solid 1px #386159;
  font-size: 16px;
  font-weight: 400;
  -webkit-transform: none;
          transform: none;
  position: static;
}
@media (min-width: 1200px) {
  .room-options-nav .slick-arrow {
    width: 60px;
    height: 60px;
    font-size: 15px;
  }
}
.room-options-nav .slick-arrow i {
  font-size: inherit;
}

.slick-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.text-expander-content {
  overflow: hidden;
  max-height: 150px;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, black), to(transparent));
  mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
}
.text-expander-content.active {
  max-height: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.text-expander-controller em {
  display: none;
  font-style: normal;
}
.text-expander-controller.active em {
  display: inline;
}
.text-expander-controller.active span {
  display: none;
}