:root {
--primary-color: #304751;
}
html {
line-height: 1.15; -webkit-text-size-adjust: 100%; scroll-behavior: smooth;
}  * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
font-family: Krasar, sans-serif !important;
font-size: 14px;
line-height: 24px;
font-weight: 400;
color: var(--primary-color);
}
.grecaptcha-badge {
display: none !important;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
outline: 0 !important;
}
a:focus {
outline: none;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}   button,
input { overflow: visible;
}
button:active,
button:focus {
outline: none;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
font-size: 14px;
line-height: 24px;
}
html[lang="zh-hant"] body {
font-size: 14px;
line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin-bottom: 15px;
letter-spacing: 0.5px;
font-weight: 300 !important;
}
h1,
h2,
h3 {
color: var(--primary-color);
font-weight: 400;
}
p {
margin-bottom: 15px;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee; font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var { font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
hr {
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 50px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 50px;
padding: 5px 10px;
max-width: 100%;
width: 100%;
font-size: 14px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
border-radius: 50px;
padding: 7px 10px;
max-width: 100%;
width: 100%;
}
select:active,
select:focus,
.form-control:focus {
outline: none; box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}
textarea {
width: 100%;
}
textarea:focus,
input:focus {
outline: none;
}  a {
color: var(--primary-color);
}
a:visited {
}
a:hover,
a:focus,
a:active {
color: #333333;
text-decoration: none;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 50px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.post,
.page {
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
}
@media (min-width: 1280px) {
.container {
max-width: 1200px;
}
} header {
}
.top-header {
background-color: #eeeeee;
padding-top: 10px;
padding-bottom: 10px;
}
.top-header-left {
width: 50%;
display: inline-block;
}
.top-header-right {
display: inline-block;
width: auto;
float: right;
max-width: 50%;
}
.top-header-logo {
display: inline-block;
padding-left: 5px;
}
.top-header-logo img {
height: 25px;
}
.bottom-header {
background-color: var(--primary-color);
position: relative;
top: 0;
left: 0;
width: 100%;
transition: 0.3s;
}
.bottom-header.scroll-header {
position: fixed;
z-index: 50;
transition: 0.3s;
}
.ad-site-header {
display: block;
z-index: 50;
transition: 0.3s;
}
.header-column {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding-top: 0px;
padding-bottom: 0px;
}
.header-col-left { -webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: left;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.header-col-center { text-align: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.header-col-right { -webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: right;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
display: none;
}
.header-menu {
}
.header-menu ul {
padding-left: 0;
margin-left: 0;
list-style-type: none;
}
.header-menu ul li {
display: inline-block;
position: relative;
padding-top: 30px;
padding-bottom: 30px;
}
.header-menu ul li a {
padding-left: 13px;
padding-right: 13px;
border-right: solid 1px #8e8e8e;
text-transform: uppercase;
color: #ededed;
font-size: 13px;
height: 11px;
line-height: 13px;
display: inline-block;
}
.header-menu ul li.current-menu-item a,
.header-menu ul li.current_page_item a,
.header-menu ul li.current_page_ancestor a {
font-weight: bold;
color: #fff;
position: relative;
}
.header-menu ul li.current_page_ancestor ul.sub-menu li a {
font-weight: normal !important;
}
.header-menu ul li.current_page_ancestor ul.sub-menu li.current_page_item a {
font-weight: bold !important;
}
.header-menu ul li:last-child a {
border-right: solid 0px #ffffff;
}
.header-menu ul ul.sub-menu {
display: none !important;
position: absolute;
top: 0;
right: 0;
z-index: 10;
background-color: #eeeeee;
border: solid 1px #eeeeee;
border-bottom: solid 3px #304750;
width: auto;
min-width: 265px;
display: block;
text-align: left;
padding: 15px 20px;
margin-right: 0;
transition: 0.3s;
margin-top: 85px;
}
.header-menu ul li:hover ul.sub-menu {
display: block !important;
transition: 0.3s;
}
.header-menu ul ul.sub-menu:before {
content: "";
border-width: 10px;
border-color: transparent transparent #f6f6f6 transparent;
border-style: solid;
height: 0;
width: 0;
position: absolute;
top: -20px;
left: 80%;
margin-left: -10px;
display: block;
}
.header-menu ul ul.sub-menu li {
display: block;
padding-top: 0px;
padding-bottom: 0px;
}
.header-menu ul ul.sub-menu li a {
display: block;
color: var(--primary-color);
padding-left: 0;
padding-right: 0;
border-right: none;
border-bottom: solid 1px #dddddd;
padding-top: 15px;
padding-bottom: 15px;
height: auto;
transition: 0.3s;
}
.header-menu ul li.current_page_item ul.sub-menu li a {
font-weight: normal;
}
.header-menu ul ul.sub-menu li:hover a,
.header-menu ul li.current_page_item ul.sub-menu li:hover a {
opacity: 0.7;
transition: 0.3s;
}
.header-menu ul ul.sub-menu li.current_page_item a {
font-weight: bold !important;
}
.header-menu ul ul.sub-menu li:last-child a {
border-bottom: solid 0px #dddddd;
}
.header-menu .primary-menu .menu-item-has-children a {
}
.header-column {
position: relative;
z-index: 30;
background-color: var(--primary-color);
}
.header-column a {
color: #ffffff;
}
.header-column a:hover {
text-decoration: none;
}
.header-logo {
min-width: 120px;
}
.header-logo img {
height: 55px;
width: auto;
transition: 0.3s;
}
.header-logo-light {
display: block;
transition: 0.3s;
}
.header-logo-dark {
display: none;
transition: 0.3s;
}
.top-header-right {
text-align: right;
}
.top-header-right .wpml-ls-legacy-dropdown {
margin-left: auto;
}
.hamburger-inner,
.header-language {
display: inline-block;
}
.header-language {
margin-left: 70px;
}
.site-left-language.header-language {
display: none;
}
.header-language .wpml-ls-legacy-list-horizontal a {
padding: 0px 0px;
color: #f1f0f0;
}
.header-language .wpml-ls-legacy-list-horizontal li a:after {
content: "/";
color: #f1f0f0;
padding-left: 8px;
padding-right: 8px;
}
.header-language .wpml-ls-legacy-list-horizontal li:last-child a:after {
content: "";
}
.header-language .wpml-ls-legacy-list-horizontal li a .wpml-ls-native {
color: #ffffff;
}
.header-language .wpml-ls-legacy-list-horizontal li a .wpml-ls-native:before {
content: "";
border-bottom: solid 1px #ffffff;
width: 15px;
position: relative;
bottom: -20px;
left: 0;
display: block;
}
.header-language .wpml-ls-legacy-list-horizontal {
padding: 0;
}
.hamburger-container {
display: flex;
position: relative;
z-index: 40;
}
.hamburger--squeeze {
position: relative;
top: 2px;
}
.hamburger-box {
width: 30px;
height: 15px;
position: relative;
display: inline-block;
top: 9px;
}
.hamburger-box-inner,
.hamburger-box-inner:before,
.hamburger-box-inner:after {
position: absolute;
-webkit-transition: -webkit-transform 0.15s ease;
-moz-transition: -moz-transform 0.15s ease;
transition: transform 0.15s ease;
height: 2px;
width: 25px;
background-color: #004d32;
border-radius: 0;
}
.hamburger-box-inner:before {
content: "";
top: -8px;
}
.hamburger-box-inner:after {
content: "";
bottom: -8px;
}
.hamburger-box-label {
padding-left: 4px;
}
.header-side-menu {
position: fixed;
top: 0;
left: 0; width: 350px;
height: 100%;
padding: 30px 30px 60px 30px;
background-color: #ffffff;
z-index: 60; -webkit-transform: translateX(-101%);
-moz-transform: translateX(-101%);
-ms-transform: translateX(-101%);
-o-transform: translateX(-101%);
transform: translateX(-101%);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 0.1, 0.2, 1);
-moz-transition: -moz-transform 0.3s cubic-bezier(0.5, 0.1, 0.2, 1);
transition: transform 0.3s cubic-bezier(0.5, 0.1, 0.2, 1);
}
.header-side-menu-close {
font-size: 30px;
font-weight: 300;
text-align: right;
padding-bottom: 20px;
opacity: 0.6;
}
.header-side-menu-close #header-side-menu-close:active,
.header-side-menu-close #header-side-menu-close:focus {
opacity: 0.3;
}
.header-side-menu ul {
padding-left: 0;
margin-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.header-side-menu ul li {
position: relative;
}
.header-side-menu ul li a {
color: var(--primary-color);
padding: 10px 0;
font-size: 14px;
line-height: 24px;
display: block;
position: relative;
text-transform: uppercase;
border-bottom: solid 1px #dddddd;
}
.header-side-menu ul li.current-menu-item a:before,
.header-side-menu ul li a:hover:before,
.header-side-menu ul ul.sun-menu li a:hover:before {
content: "" !important;
width: 40px !important;
height: 1.5px;
background-color: var(--primary-color) !important;
position: absolute !important;
left: 0 !important;
top: 30px !important;
}
.header-side-menu ul li:hover ul li a:before {
content: none;
}
.header-side-menu ul li.current-menu-item a:before {
background-color: var(--primary-color) !important;
}
.header-side-menu ul li ul.sub-menu {
margin-left: 20px;
}
.menu-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 55;
background-color: rgba(0, 0, 0, 0.4);
cursor: pointer;
}
.menu-open.hamburger-open .header-side-menu { -webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
}
.menu-open.hamburger-open .header-col-left a {
color: #555555;
}
.menu-open.hamburger-open .hamburger-box-inner:before,
.menu-open.hamburger-open .hamburger-box-inner:after {
background-color: #333333;
}
.menu-open.hamburger-open .hamburger-box-inner {
background-color: transparent !important;
top: 9px;
}
.menu-open.hamburger-open .hamburger-box-inner:before {
opacity: 1;
content: "";
top: -8px;
width: 25px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition-delay: 0.12s;
-moz-transition-delay: 0.12s;
transition-delay: 0.12s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-open.hamburger-open .hamburger-box-inner:after {
opacity: 1;
content: "";
top: -8px;
width: 25px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition-delay: 0.12s;
-moz-transition-delay: 0.12s;
transition-delay: 0.12s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-open.hamburger-open .header-language a .wpml-ls-native {
color: #333333;
}
.menu-open.hamburger-open
.header-language
.wpml-ls-legacy-list-horizontal
li
a:after {
color: #777777;
}
.menu-open.hamburger-open .header-language a {
color: #777777;
}
.menu-open.hamburger-open
.header-language
.wpml-ls-legacy-list-horizontal
li
a
.wpml-ls-native:before {
border-bottom: solid 2px #333333;
} .header-right-menu {
transition: 0.3s;
}
.header-right-menu ul {
padding-left: 0;
margin-left: 0;
margin-bottom: 0;
display: inline-block;
list-style-type: none;
}
.header-right-menu ul li:first-child a:before {
content: "";
border-bottom: solid 1px #ffffff;
width: 15px;
position: relative;
bottom: -21px;
left: 0;
display: block;
}
.ad-site-header.scroll-header {
background-color: #ffffff;
box-shadow: 0px 2px 5px 0px rgba(70, 70, 70, 0.41);
transition: 0.3s;
}
.ad-site-header.scroll-header .header-logo-light {
display: none;
transition: 0.3s;
}
.ad-site-header.scroll-header .header-logo-dark {
display: block;
transition: 0.3s;
}
.ad-site-header.scroll-header .header-logo img {
height: 55px;
transition: 0.3s;
}
.ad-site-header.scroll-header .header-column a {
color: #555555;
transition: 0.4s;
}
.header-side-menu ul li.current-menu-item a {
color: var(--primary-color) !important;
font-weight: bold;
}
.ad-site-header.scroll-header .header-right-menu ul li:first-child a:before {
background-color: #555555;
}
.ad-site-header.scroll-header .hamburger-box-inner,
.ad-site-header.scroll-header .hamburger-box-inner:before,
.ad-site-header.scroll-header .hamburger-box-inner:after {
background-color: #555555;
}
.ad-site-header.scroll-header
.header-language
.wpml-ls-legacy-list-horizontal
li
a:after {
color: #848484;
}
.ad-site-header.scroll-header
.header-language
.wpml-ls-legacy-list-horizontal
li
a
.wpml-ls-native {
color: #555555;
}
.ad-site-header.scroll-header
.header-language
.wpml-ls-legacy-list-horizontal
li
a
.wpml-ls-native:before {
content: "";
border-bottom: solid 1px #555555;
}
.ad-site-header.scroll-header .header-right-menu ul li:first-child a:before {
border-bottom: solid 1px #555555;
}
.top-header-language .wpml-ls-legacy-dropdown-click a {
border: 0px solid #cdcdcd00;
background-color: transparent !important;
padding: 0 20px 0 0px;
line-height: 33px;
text-transform: uppercase;
}
.top-header-language
.wpml-ls-legacy-dropdown-click
a.wpml-ls-item-toggle:after {
right: 0;
}
.top-header-language .wpml-ls-legacy-dropdown-click ul {
background-color: transparent;
}
.top-header-language .wpml-ls-legacy-dropdown-click ul li {
}
.top-header-language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
}
.top-header-language {
position: relative;
}
.img-icon {
display: inline-block;
height: 17px;
}
.top-header-language .img-icon {
position: absolute;
bottom: 12px;
left: 0;
}
.top-header-language .wpml-ls-legacy-dropdown-click {
width: auto;
max-width: 100%;
padding-left: 25px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
width: 170px;
left: -70px;
}
.top-header-language .js-wpml-ls-sub-menu.wpml-ls-sub-menu li {
background-color: #ffffff;
margin: 0;
width: 170px;
list-style-type: none;
text-align: center;
margin-left: 0px;
}
.top-header-language .js-wpml-ls-sub-menu.wpml-ls-sub-menu li a {
padding: 5px 15px;
border-top: solid 1px #ddd;
}
.top-header-language
.wpml-ls-legacy-dropdown-click
a.wpml-ls-item-toggle:after {
top: calc(50% - 0.375em);
} .bottom-header .container {
position: relative;
}
.header-book-widget {
position: absolute;
top: 115px;
right: 15px;
z-index: 7;
transition: 0.5s; }
@media (min-width: 571px) {
.header-book-widget.header-book-widget-sub .h-w-book-tab-pane {
display: none;
}
}
.header-book-widget.header-book-widget-down {
top: 0px;
transition: 0.5s; }
.header-book-widget-inner {
width: 350px;
max-width: 100%;
background-color: var(--primary-color);
margin-left: auto;
color: #ffffff;
}
.h-w-book-nav {
display: flex;
width: 100%;
}
.h-w-book-nav li {
flex: 1;
display: block;
background-color: #fee537;
color: var(--primary-color);
text-align: center;
font-size: 16px;
text-transform: uppercase;
}
.h-w-book-nav li a {
display: block;
padding: 5px 0;
height: 45px;
line-height: 40px;
}
.h-w-book-nav li a.active {
color: #ffffff;
background-color: var(--primary-color);
}
.h-w-book-tab-content {
color: #ffffff;
}
.h-w-book-tab-pane {
display: none;
color: #ffffff;  padding: 15px;
}
.h-w-book-form-body {
}
.h-w-book-form {
text-align: center;
}
.h-w-book-form .row {
margin-right: -10px;
margin-left: -10px;
}
.h-w-book-form .row div[class*="col-"] {
padding-left: 10px;
padding-right: 10px;
}
.h-w-form-title {
font-size: 16px;
border-bottom: solid 1px #ffffff;
padding-bottom: 8px;
margin-bottom: 8px;
text-align: center;
}
.h-w-book-f-field-group {
margin-bottom: 10px;
}
.h-w-book-f-field-group label {
font-size: 13px;
margin-bottom: 0;
text-align: center;
}
.h-w-book-f-field {
background-color: transparent;
text-align: center;
font-size: 13px !important;
color: #ffffff !important;
}
.h-w-book-f-submit {
width: 100%;
display: block;
}
.h-w-book-f-field-date-group {
margin-bottom: 10px;
}
.h-w-book-f-field-date-group .col-6:first-child {
border-right: solid 1px #ffffff;
}
.h-w-book-f-field-date-group .col-6 {
margin-bottom: 5px;
margin-top: 5px;
}
.h-w-book-f-field-date-group-l {
margin-bottom: 5px;
}
.h-w-book-f-field-date-group .h-w-book-f-field-group .h-w-book-f-field-d {
padding: 0 !important;
}
.h-w-book-f-field-d {
position: relative;
}
.foopicker {
width: 300px;
}
.foopicker__day {
width: 35px;
}
.foopicker__day--today {
color: #ffffff;
border-radius: 0;
}
.foopicker__day:hover {
background: #fee537;
}
.h-w-book-f-field-d-i {
color: #ffffff;
position: absolute;
top: 2px;
right: 15px;
z-index: 1;
}
.h-w-book-f-field-date-group-f {
border: solid 1px #ffffff;
border-radius: 50px;
}
.h-w-book-f-field-date-group-f .h-w-book-f-field {
border: 0px !important;
}
.h-w-book-f-field-date-group .h-w-book-f-field-group {
margin-bottom: 0;
}
.h-w-book-f-field-n {
position: relative;
}
.h-w-book-f-field-spinner {
display: block;
height: 36px;
width: 30px;
line-height: 40px;
cursor: pointer;
font-size: 13px !important;
}
.h-w-book-f-field-spinner:active {
opacity: 0.7;
}
.h-w-book-f-field-spinner-dwn {
position: absolute;
left: 0;
top: 0;
}
.h-w-book-f-field-spinner-up {
position: absolute;
right: 0;
top: 0;
} .ad-h-offer-carousel {
padding-left: 15px;
padding-right: 15px;
position: relative;
}
.ad-h-offer-carousel .owl-nav {
position: absolute;
top: 50%;
left: 0;
margin-top: -20px;
width: 100%;
font-size: 20px;
}
.ad-h-offer-carousel .owl-nav .owl-prev {
float: left;
margin-left: -10px;
}
.ad-h-offer-carousel .owl-nav .owl-next {
float: right;
margin-right: -10px;
}
.ad-h-offer-carousel .owl-dot span {
height: 8px;
width: 15px;
background-color: #ffffff;
display: inline-block;
margin: 3px;
}
.ad-h-offer-carousel .owl-dots {
text-align: center;
}
.ad-h-offer-carousel .owl-dot.active span {
background-color: #fee537;
}
.ad-h-offer-item {
margin-bottom: 15px;
}
.ad-h-offer-item-title {
font-size: 16px;
line-height: 24px;
color: #ffffff;
margin-bottom: 5px;
}
.ad-h-offer-item .row {
margin-left: -8px;
margin-right: -8px;
}
.ad-h-offer-item .row div[class*="col-"] {
padding-right: 8px;
padding-left: 8px;
}
.ad-h-offer-item-content {
}
.ad-h-offer-item-desc {
color: #dddddd;
font-size: 13px;
}  .elementor-column-gap-default
> .elementor-row
> .elementor-column
> .elementor-element-populated {
padding: 0 15px !important;
}
.elementor-widget:not(:last-child) {
margin-bottom: 15px;
}
.elementor-widget:not(:last-child) {
margin-bottom: 15px;
} .ad-main-header-slider {
min-height: 400px;
}
.ad-header-slider {
position: relative;
}
.ad-header-slider .owl-item .item {
width: 100%;
height: 400px;
overflow: hidden;
background-color: #000000;
}
.item-image {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
}           .ad-header-slider-content {
position: absolute;
z-index: 5;
width: 100%;
height: 100%;
left: 0;
top: 0;
display: flex;
padding: 10px;
}
.ad-header-slider-content-inner {
background-color: rgba(48, 71, 81, 0.6);
width: auto;
height: auto;
display: block;
margin: auto;
padding: 60px 120px;
text-align: center;
color: #ffffff;
}
.ad-header-slider-content-inner .top-title {
font-size: 20px;
line-height: 20px;
font-weight: 300;
padding-bottom: 20px;
}
.ad-header-slider-content-inner .title {
font-size: 45px;
line-height: 45px;
font-weight: 400 !important;
padding-bottom: 20px;
color: #ffffff !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.ad-header-slider-content-inner .sub-title {
font-size: 18px;
line-height: 18px;
padding-bottom: 20px;
font-weight: 300;
}
.ad-header-slider-content-inner .bottom-title {
font-size: 20px;
line-height: 20px;
padding-top: 20px;
position: relative;
font-weight: 300;
}
.ad-header-slider-content-inner .bottom-title:before {
content: "";
border-top: solid 1px #ffffff;
width: 200px;
margin: 0 auto;
position: relative;
height: 2px;
top: -20px;
display: block;
} .ad-main-header-slider.ad-main-header-video-slider {
height: calc(100vh - 130px);
}
.ad-main-header-video-slider .sp-hero-video {
width: 100%;
height: 100%;
object-fit: cover; } .ad-main-header-video-slider .hero-container {
width: 100%;
height: 50vh; overflow: hidden;
position: relative;
} .ad-main-header-video-slider .ad-header-slider-content-inner {
background-color: transparent !important;
margin-bottom: 0px;
}
.foopicker__date select {
width: auto;
border-radius: 0px;
} .ad-heading-title {
text-align: center;
}
.ad-heading-title h4 {
font-weight: bold;
font-size: 14px;
color: #666666;
text-transform: uppercase;
font-family: "Oswald", sans-serif;
}
.ad-heading-title h1 {
font-size: 40px;
font-weight: 400;
text-transform: uppercase;
color: var(--primary-color);
margin-top: 0;
margin-bottom: 0;
letter-spacing: 1.5px;
} .ad-content-box {
}
.ad-content-box .ad-content-box-img {
width: 100%;
height: auto;
}
.ad-content-box-desc {
padding: 20px 30px;
}
.ad-content-box-title {
font-size: 40px;
font-weight: 100;
text-transform: uppercase;
color: var(--primary-color);
margin-bottom: 15px;
}
.ad-content-box-desc ul,
.elementor-text-editor ul,
.single-section-content ul,
.elementor-tab-content ul {
padding-left: 15px;
margin-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.ad-content-box-desc ul li,
.elementor-text-editor ul li,
.single-section-content ul li,
.elementor-tab-content ul li {
position: relative;
}
.ad-content-box-desc ul li:before,
.elementor-text-editor ul li:before,
.single-section-content ul li:before,
.elementor-tab-content ul li:before {
content: "-";
position: absolute;
left: -15px;
top: 0px;
}
.elementor-accordion .elementor-tab-title {
padding: 20px 20px !important;
color: var(--primary-color);
font-size: 18px;
font-weight: 400 !important;
}
.elementor-tab-title a {
line-height: 28px;
}
.ad-content-box.ad-dining-item-2 .ad-dining-item-content {
padding-top: 15px;
padding-left: 10px;
}
.ad-content-box-modal {
}
.ad-content-box-modal .modal-content img {
width: 100%;
height: auto !important;
padding: 0 !important;
}
.ad-content-box-modal .modal-lg {
max-width: 1000px;
}
.ad-content-box-modal .modal-content {
margin-left: 15px;
margin-right: 15px;
}
.ad-content-box-modal button.close {
position: absolute;
background-color: var(--primary-color);
right: -15px;
top: -18px;
font-size: 24px;
color: #fff;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
border-radius: 50px;
padding: 2px;
opacity: 1;
} .bg-gray {
background-color: #f8f8f8;
}
.ph-bg-1:before {
content: ""; background-image: url(//sensoryparkhotel.com/wp-content/themes/angkordesign/assets/images/pierrehotelspa-logo-bg-icon-2.png);
background-position: top left;
background-repeat: no-repeat;
background-size: 140px 93px;
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
opacity: 0.8;
}
.ph-bg-1:after {
content: "";
background-image: url(//sensoryparkhotel.com/wp-content/themes/angkordesign/assets/images/pierrehotelspa-logo-bg-icon-4.png);
background-position: bottom right;
background-repeat: no-repeat;
background-size: 140px 83px;
position: absolute;
right: 0;
bottom: 0;
z-index: -1;
width: 100%;
height: 100%;
opacity: 0.8;
}
.ph-bg-2:before {
content: "";
background-image: url(//sensoryparkhotel.com/wp-content/themes/angkordesign/assets/images/pierrehotelspa-logo-bg-icon-3.png);
background-position: top right;
background-repeat: no-repeat;
background-size: 140px 93px;
position: absolute;
top: 0;
right: 0;
z-index: -1;
width: 100%;
height: 100%;
opacity: 0.8;
}
.ph-bg-2:after {
content: "";
background-image: url(//sensoryparkhotel.com/wp-content/themes/angkordesign/assets/images/pierrehotelspa-logo-bg-icon-1.png);
background-position: bottom left;
background-repeat: no-repeat;
background-size: 140px 83px;
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
opacity: 0.8;
} .ad-offer-list {
position: relative;
}
.ad-offer-item {
margin-bottom: 30px;
position: relative;
text-align: left;
height: 500px;
width: 100%;
overflow: hidden;
}
.ad-offer-item-img {
height: 100%;
width: 100%;
background-size: cover;
background-position: center;
transition: 0.4s;
}
.ad-offer-item:hover .ad-offer-item-img {
transform: scale(1.1);
transition: 0.4s;
}
.ad-offer-item-content {
background-image: linear-gradient(
rgba(0, 0, 0, 0.02),
rgba(0, 0, 0, 0.65),
rgba(0, 0, 0, 0.9)
);
padding: 30px;
text-align: left;
color: #ffffff;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.ad-offer-item-title {
color: #ffffff;
font-size: 22px;
margin-bottom: 10px;
font-weight: 500;
}
.ad-offer-item-price {
}
.ad-offer-item-price .label {   font-size: 16px;
font-weight: 200;
letter-spacing: 1px;
text-transform: uppercase;
}
.ad-offer-item-price .price {  font-size: 34px;
text-transform: uppercase;
}
.ad-offer-item-desc {
color: #d6d6d6;
}
.ad-offer-item-btn {
}
.ad-offer-item-btn a {      }
.btn-style-1 {
color: var(--primary-color) !important;
border: solid 1px #ffffff;
background-color: #ffffff;
height: 45px;
min-width: 140px;
text-align: center;
line-height: 45px;
font-size: 14px;
display: inline-block;
padding: 0px 20px;
border-radius: 0px;
transition: 0.3s;
text-transform: uppercase;
font-weight: bold;
}
.btn-style-1:hover {
color: var(--primary-color);
border: solid 1px #e2e2dc;
background-color: #e2e2dc;
transition: 0.3s;
}
.btn-style {
color: var(--primary-color);
border: solid 1px var(--primary-color);
background-color: transparent !important;
height: 40px;
min-width: 150px;
text-align: center;
line-height: 40px;
font-size: 13px;
display: inline-block;
padding: 0px 30px;
transition: 0.3s;
border-radius: 50px;
text-transform: uppercase;
transition: 0.3s;
}
.btn-style-2 {
color: #ffffff;
border: solid 1px var(--primary-color);
background-color: var(--primary-color);
height: 40px;
min-width: 150px;
text-align: center;
line-height: 40px;
font-size: 13px;
display: inline-block;
padding: 0px 20px;
transition: 0.3s;
border-radius: 50px;
text-transform: uppercase;
}
.btn-style-2 img {
height: 15px !important;
position: relative;
top: -2px;
right: 5px;
transition: 0.3s;
}
.btn-style-2:hover,
.btn-style-2:active,
.btn-style-2:focus {
color: #ffffff;
opacity: 0.7;
transition: 0.3s;
text-decoration: none !important;
}
.btn-style-2:active,
.btn-style-2:focus {
color: #ffffff;
opacity: 0.7;
transition: 0.3s;
}
.btn-style-3 {
color: var(--primary-color);
border: solid 1px var(--primary-color);
background-color: transparent !important;
height: 40px;
min-width: 150px;
text-align: center;
line-height: 40px;
font-size: 13px;
display: inline-block;
padding: 0px 30px;
transition: 0.3s;
border-radius: 50px;
text-transform: uppercase;
transition: 0.3s;
}
.btn-style-3:hover,
.btn-style-3:active,
.btn-style-3:focus {
color: #ffffff;
border: solid 1px var(--primary-color);
background-color: var(--primary-color) !important;
transition: 0.3s;
text-decoration: none !important;
}
.btn-style-2 i,
.btn-style-3 i,
.btn-style i {
padding-left: 10px;
}
.btn-style-y {
background-color: #fee537 !important;
border-color: #fee537 !important;
color: var(--primary-color);
}
.btn-style:hover {
opacity: 0.7;
transition: 0.3s;
}
.btn-submit {
color: #ffffff !important;
border: solid 1px var(--primary-color) !important;
background-color: var(--primary-color) !important;
height: 43px;
min-width: 230px;
text-align: center;
line-height: 40px;
font-size: 15px !important;
display: inline-block;
padding: 0px 20px;
transition: 0.3s;
border-radius: 50px !important;
text-transform: uppercase;
}
.btn-submit:active,
.btn-submit:focus {
opacity: 0.8 !important;
}
.nice-select .list {
max-height: 350px;
overflow-y: scroll;
} .ad-rooms-item {
position: relative;
background-color: #ffffff;
}
.ad-rooms-item-img {
width: 100%;
transition: 0.5s;
}
.ad-rooms-item:hover .ad-rooms-item-img {
opacity: 0.8;
transition: 0.5s;
}
.ad-rooms-item-desc {
padding-top: 20px;
padding-right: 20px;
}
.ad-rooms-item-title {
font-size: 22px;
margin-bottom: 10px;
font-weight: 500;
}
.ad-room-item-price {
margin-top: 10px;
}
.ad-room-item-price .label {   color: var(--primary-color);
font-size: 16px;
font-weight: 200;
letter-spacing: 1px;
text-transform: uppercase;
font-family: "Oswald", sans-serif;
}
.ad-room-item-price .price {
font-size: 34px;
font-weight: 500;
color: var(--primary-color);
font-family: "Oswald", sans-serif;
}
.ad-room-item-btn {
margin-top: 15px;
}
.ad-room-item-btn .btn-style-2,
.ad-room-item-btn .btn-style-y {
min-width: 205px;
}
.ad-room-item-btn .btn-style-1 {
float: left;
border-color: var(--primary-color);
color: var(--primary-color);
margin-right: 15px;
text-transform: uppercase;
}
.ad-room-item-btn .btn-style-1:hover {
border-color: var(--primary-color);
color: #ffffff;
background-color: var(--primary-color);
}
.ad-room-item-btn .btn-style-y {
float: right;
}
.ad-rooms-item-desc:before {
content: "";
width: 0;
height: 0;
border-top: 20px solid transparent;
border-right: 20px solid white;
border-bottom: 20px solid transparent;
position: absolute;
top: 40px;
left: -35px;
}
.ad-room-list .ad-rooms-item-desc:before {
content: none;
}
.ad-room-lis .ad-room-item-price {
margin-top: 15px;
} .ad-main-review-slider {
position: relative;
}
.ad-review-slider {
width: 1000px;
max-width: 100%;
margin-right: auto;
margin-left: auto;
padding: 20px;
border: solid 1px #b9b9b9;
}
.ad-reivew-item {
display: flex;
}
.ad-review-item-icon {
width: 245px;
display: flex;
float: left;
opacity: 0.5;
}
.ad-review-item-icon img {
width: 100%;
margin: auto;
opacity: 0.7;
}
.ad-reivew-item-content {
border-left: solid 1px #b9b9b9;
padding-left: 20px;
margin-left: 30px;
}
.ad-reivew-item-content h4 {
font-weight: 200;
text-transform: uppercase;
color: var(--primary-color);
margin-bottom: 5px;
}
.ad-reivew-item-content .star {
color: #b3a06d;
padding-right: 3px;
margin-bottom: 10px;
margin-bottom: 5px;
display: block;
}
.ad-review-slider .owl-nav {
position: absolute;
width: 100%;
left: 0;
bottom: -30px;
text-align: center;
}
.ad-review-slider .owl-nav button {
font-size: 24px !important;
font-weight: 100 !important;
color: var(--primary-color) !important;
margin-left: 5px !important;
margin-right: 5px !important;
}
.ad-review-slider .owl-nav .owl-next {  }
.ad-review-slider .owl-nav .owl-prev {  }
.form-contact {
}
.wpcf7-form-control-wrap {
max-width: 100%;
}
.wpcf7-form-control {
border-radius: 3px !important;
}
red {
color: red;
} .ad-feature-room {
}
.has-feature-room-item {
position: relative;
margin-bottom: 30px;
}
.ad-feature-room-img {
display: inline-block;
}
.ad-feature-room-img img {
width: 50%;
display: inline-block;
float: left;
}
.ad-feature-room-content {
padding-top: 15px;
padding-right: 20px;
}
.ad-feature-room-content .h-title {
font-size: 22px;
margin-bottom: 10px;
font-weight: 500;
}
h3.h-title {
font-size: 22px;
margin-bottom: 10px;
font-weight: 500;
} .ad-dining-list {
}
.ad-dining-item {
position: relative;
margin-bottom: 30px;
display: inline-block;
}
.ad-dining-item-img {
width: 50%;
float: left;
padding-right: 50px;
}
.ad-dining-item-img img {
width: 100%;
}
.ad-dining-item-content {
width: 50%;
float: right;
padding-top: 30px;
padding-right: 30px;
}
.ad-dining-item-btn {
margin-top: 15px;
}
.ad-dining-list .ad-dining-item:nth-child(even) .ad-dining-item-img {
float: right;
padding-right: 0;
padding-left: 50px;
}
.ad-dining-list .ad-dining-item:nth-child(even) .ad-dining-item-img img {
}
.ad-dining-list .ad-dining-item:nth-child(even) .ad-dining-item-content {
float: left;
text-align: right;
padding-right: 0px;
padding-left: 30px;
} .ad-dining-item-2 {
margin-bottom: 10px;
}
.ad-dining-item-2 .ad-dining-item-img {
padding-right: 20px;
}
.ad-dining-item-2 .ad-dining-item-content {
padding-top: 0px;
padding-right: 0px;
}
.ad-dining-item-content table {
margin-bottom: 5px;
width: 100%;
}
.ad-dining-item-content table tr {
border-bottom: solid 1px #dddddd;
}
.ad-dining-item-content table tr td {
padding: 7px 7px 7px 0px;
min-width: 100px;
}
.ad-dining-item-content a {
font-weight: 500;
}
.ad-dining-item-content a:hover {
text-decoration: underline;
}
.ad-dining-item-content p {
margin-bottom: 10px;
}
.ad-dining-item-2 .ad-dining-item-btn {
margin-top: 0;
}
.ad-dining-item-2 .ad-dining-item-btn .btn-style-2:hover {     text-decoration: none;
}
.ad-dining-item-2 .ad-dining-item-btn img {
height: 24px;
padding-right: 10px;
display: inline-block;
}
.ad-dining-item-2 .ad-dining-item-btn table tr:last-child {
border-bottom: none;
}
.ad-dining-item-2.style-2 .ad-dining-item-img {
float: right;
padding-right: 0;
padding-left: 20px;
}
.ad-dining-item-2.style-2 .ad-dining-item-content {
float: left;
}
.ad-dining-item-content ul {
padding-left: 0px;
list-style-type: none;
margin-bottom: 15px;
column-count: 2;
column-gap: 0;
}
.ad-dining-item-content ul li {
position: relative;
padding-left: 20px;
line-height: 24px;
}
.ad-dining-item-content ul li:before {
content: "";
background-image: url(//sensoryparkhotel.com/wp-content/themes/angkordesign/assets/images/group-icon.svg);
background-size: 15px;
background-repeat: no-repeat;
position: absolute;
width: 15px;
height: 15px;
z-index: 1;
display: inline-block;
left: 0;
top: 5px;
} .ad-dining-item-3 {
width: 100%;
margin-bottom: 50px;
}
.ad-dining-item-3 .ad-dining-item-img {
width: 85%;
float: right !important;
padding-right: 0px;
margin-top: 50px;
}
.ad-dining-item-3 .ad-dining-item-content {
width: 350px;
max-width: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #e2e2dc;
padding: 35px;
border-radius: 15px;
}
.ad-dining-item-3 .ad-dining-item-content .h-title {
text-align: center;
position: relative;
margin-bottom: 20px;
font-size: 20px;
}
.ad-dining-item-3 .ad-dining-item-content .h-title:after {
content: "";
border-bottom: solid 1px #707070;
position: relative;
width: 100px;
margin: 0 auto;
bottom: -10px;
display: block;
}
.ad-dining-item-3 .ad-dining-item-img {
position: relative;
overflow: hidden;
}
.ad-dining-item-3 .ad-dining-item-img img {
transition: 1.7s;
}
.ad-dining-item-3:hover .ad-dining-item-img img {
transform: scale(1.05);
transition: 1.7s;
}
.ad-dining-item-3-open {
background-color: rgba(0, 0, 0, 0.5);
padding: 15px;
border-radius: 50px;
width: 65%;
color: #ffffff;
text-align: center;
position: absolute;
right: 60px;
bottom: 20px;
}
.ad-dining-item-3-open p {
margin-bottom: 0;
}
.ad-dining-list-3
.ad-dining-item-3
.ad-dining-item-content
.ad-dining-item-btn {
display: flex;
}
.ad-dining-list-3 .ad-dining-item-3 .ad-dining-item-content .btn-style-2 {
min-width: 205px;
margin-left: auto;
margin-right: auto;
display: block;
}
.ad-dining-list-3 .ad-dining-item-3:nth-child(even) .ad-dining-item-img {
float: left !important;
padding-right: 0;
padding-left: 0px !important;
}
.ad-dining-list-3 .ad-dining-item-3:nth-child(even) .ad-dining-item-content {
right: 0;
left: auto;
text-align: left;
padding: 35px !important;
}
.ad-dining-list-3 .ad-dining-item-3:nth-child(even) .ad-dining-item-3-open {
right: auto;
left: 60px;
}
.ad-dining-list-3 .ad-dining-item-3:last-child {
margin-bottom: 0;
} .ad-text-column .ad-dining-item-content {
width: 100%;
float: none;
} .ad-icon-list {
position: relative;
margin-left: 0;
margin-bottom: 0;
list-style-type: none;
padding-left: 0px;
}
.ad-icon-list li {
line-height: 28px;
font-size: 16px;
position: relative;
padding-left: 40px;
padding-bottom: 20px;
}
.ad-icon-list li img {
position: absolute;
top: 4px;
left: 0px;
width: 25px;
height: auto;
} .ad-icon-inline {
position: relative;
}
@media (min-width: 992px) {
.ad-icon-inline .row {
margin-right: -10px;
margin-left: -10px;
}
.ad-icon-inline .col-lg-1-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 11.11%;
flex: 0 0 11.11%;
max-width: 11.11%;
padding-left: 10px;
padding-right: 10px;
}
}
.ad-icon-inline-item {
position: relative;
text-align: center;
font-size: 12px;
line-height: 18px;
text-transform: uppercase;
margin-bottom: 20px;
}
.ad-icon-inline-item-img {
width: 65px;
height: 65px;
margin: auto;
display: flex;
border: solid 1px var(--primary-color) !important;
padding: 15px;
border-radius: 5px !important;
margin-bottom: 10px;
}
.ad-icon-inline-item-img img {
width: 30px;
height: auto !important;
display: flex;
margin: auto;
} .ad-feature-tab {
}
.ad-feature-tab-btn {
text-align: center;
margin-bottom: 15px;
}
.ad-feature-tab-heading {
}
.ad-feature-tab-heading .btn-style-2 {
min-width: 200px;
}
.ad-feature-tab-heading [aria-expanded="false"] .fa-chevron-up:before {
content: "\f078" !important;
}
.btn-style-3[aria-expanded="true"] {
color: #ffffff;
border: solid 1px var(--primary-color);
background-color: var(--primary-color) !important;
transition: 0.3s;
}
.ad-feature-tab-body {
position: relative;
}
.ad-feature-tab-body .content-body {
padding-top: 40px;
}
.ad-feature-tab-body .content-body ul {
column-count: 3;
column-gap: 0;
}
.ad-feature-tab-body .content-body table ul {
column-count: 1;
column-gap: 0;
}
.ul-icon ul {
padding-left: 0px;
list-style-type: none;
margin-bottom: 15px;
}
.ul-icon ul li {
position: relative;
padding-left: 20px;
line-height: 28px;
}
.ul-icon ul li:before {
content: "";
background-image: url(//sensoryparkhotel.com/wp-content/themes/angkordesign/assets/images/group-icon.svg);
background-size: 15px;
background-repeat: no-repeat;
position: absolute;
width: 15px;
height: 15px;
z-index: 1;
display: inline-block;
left: 0;
top: 5px;
} .ad-check-in-out {
position: relative;
display: flex;
}
.ad-check-in-out-inner {
display: inline-flex;
}
.ad-check-in-out.align-center .ad-check-in-out-inner {
margin-left: auto;
margin-right: auto;
}
.ad-check-in-out.align-right .ad-check-in-out-inner {
margin-left: auto;
}
.ad-check-in-out.align-left .ad-check-in-out-inner {
margin-right: auto;
}
.ad-check-in-out-icon {
opacity: 0.9;
padding-top: 5px;
}
.ad-check-in-out-icon svg {
max-width: 45px;
max-height: 45px;
fill: var(--primary-color);
}
.ad-check-in-out-icon i {
font-size: 45px;
line-height: 45px;
color: var(--primary-color);
}
.ad-check-in-out-content {
display: flex;
margin-left: 5px;
}
.ad-check-in-col {
padding: 0 10px;
border-right: solid 1px #dddddd;
text-align: center;
}
.ad-check-out-col {
padding: 0 10px;
text-align: center;
}
.ad-check-in-out-content p {
margin-bottom: 5px;
font-size: 16px;
text-transform: uppercase;
font-weight: 500;
}
.ad-check-in-out-content span {
color: #333333;
}
.tab-pane.ad-gallery-tab-pane.all-active {
display: block;
}
.tab-pane.ad-gallery-tab {
}
.ad-gallery-tab-item .row {
margin: 0 -10px -10px 0;
}
.ad-gallery-tab-item .gallery-item {
padding: 0 10px 10px 0;
}
.ad-gallery-tab-item .gallery-item a {
cursor: zoom-in;
}
.ad-gallery-tab-item .gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.ad-gallery-tab-item .gallery-columns-3 .gallery-item a {
display: block;
}
.ad-gallery-tab-item .gallery-columns-3 .gallery-item img {
width: 100%;
}
.ad-tab-pane-gallery-content {
position: relative;
}
.ad-tab-pane-gallery-content .ti-col-1 .ti-review-item {
position: relative;
left: 0 !important;
-ms-flex: 0 0 50% !important;
flex: 0 0 50% !important;
max-width: 50% !important;
float: left;
margin-bottom: 30px;
}
.ad-tab-pane-gallery-content .ti-reviews-container-wrapper {
display: inline-block !important;
-ms-flex-wrap: inherit !important;
flex-wrap: inherit !important;
}
.ad-tab-pane-gallery-content .ti-review-item > .inner {
border-width: 1px !important;
border-color: #dddddd !important;
background: #eeeeee;
border-radius: 0 !important;
padding: 15px;
}
.ad-tab-pane-gallery-content .ti-controls {
display: none !important;
} .ad-tab-header { }
ul.ad-nav-tab {
text-align: center;
display: block;
}
.ad-nav-tab li {
padding-left: 15px;
padding-right: 15px;
display: inline-block;
}
.ad-nav-tab li a {
font-size: 28px;
line-height: 55px;
font-weight: 400;
text-transform: uppercase;
color: var(--primary-color);
margin-top: 0;
margin-bottom: 0;
letter-spacing: 0;
}
.ad-nav-tab li a.active:after {
content: "";
border-bottom: solid 2px #304750;
position: relative;
width: 150px;
margin: 0 auto;
bottom: 0px;
display: block;
}
.ad-tab-content {
padding-top: 40px;
}
.ad-gallery-header {
}
ul.ad-nav-tab-gallery {
text-align: center;
display: block;
}
.ad-nav-tab-gallery li {
padding-left: 3px;
padding-right: 3px;
padding-bottom: 10px;
display: inline-block;
}
.ad-nav-tab-gallery li a {
font-size: 13px;
line-height: 35px;
font-weight: 400;
text-transform: uppercase;
color: var(--primary-color);
border: solid 1px var(--primary-color);
border-radius: 50px;
margin-top: 0;
margin-bottom: 0;
letter-spacing: 0;
padding: 0px 25px;
height: 35px;
display: block;
}
.ad-nav-tab-gallery li a.active {
background-color: var(--primary-color);
color: #ffffff;
}
.ad-gallery-tab-content {
padding-top: 50px;
}
.ad-gallery-tab-item {
margin-bottom: 50px;
}
.ad-gallery-tab-item .ad-heading-title {
margin-bottom: 20px;
}
.ad-gallery-tab-content.all-active .ad-gallery-tab { } .ad-desc-plan-tab-content {
padding-top: 30px;
}
.ad-desc-item {
margin-bottom: 40px;
}
.ad-desc-item-img {
padding-bottom: 15px;
}
.ad-desc-item-img img {
width: 100%;
}
.ad-desc-item h3 {
font-size: 20px;
font-weight: 500;
margin-bottom: 10px;
}
.ad-desc-item .ad-desc-item-content {
}
.ad-desc-item .ad-desc-item-content ul {
list-style-type: none;
}
.ad-desc-item .ad-desc-item-content ul li {
width: 100%;
display: flex;
border-bottom: solid 1px #dddddd;
padding: 7px 0;
}
.ad-desc-item .ad-desc-item-content ul li:last-child {
border-bottom: solid 0px #dddddd;
}
.ad-desc-item .ad-desc-item-content ul li p {
display: inline-block;
}
.ad-desc-item .ad-desc-item-content ul li strong {
padding-right: 15px;
min-width: 90px;
}
.ad-desc-item-content img {
height: 20px !important;
margin-right: 5px;
}
.ad-desc-item-content a:hover {
text-decoration: underline;
}
.ad-career-grid .row {
margin-left: -30px;
margin-right: -30px;
}
.ad-career-grid .row .ad-career-col {
padding-left: 30px;
padding-right: 30px;
}
.ad-career-item .btn-style-2 {
min-width: 150px;
}
.ad-career-item .btn-style-2:last-child {
float: right;
}
.ti-widget[data-layout-id="4"][data-set-id="light-background"]
.ti-review-item
> .inner {
border-radius: 0 !important;
} .single-section-header {
display: block;
width: 100%;
height: 400px;
background-size: cover;
background-position: center;
}
.single-section-content {
padding-top: 120px;
padding-bottom: 60px;
position: relative;
}
.single-section-title-header {
display: block;
margin-top: 30px;
margin-bottom: 20px;
}
.single-section-title {
margin-top: 50px;
margin-bottom: 20px;
}
.single-section-btn {
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
}
.single-section-title h1 {
margin-top: 0px;
font-size: 40px;
line-height: 40px;
}
.single-section-content .ad-heading-title {
margin-bottom: 15px;
}
.single-section-price {
margin-bottom: 20px;
}
.single-section-price .label { font-size: 16px;
letter-spacing: 1px; text-transform: uppercase;
color: var(--primary-color);
font-family: "Oswald", sans-serif;
}
.single-section-price .price {
font-size: 34px;
font-weight: 500;
color: #ce0e00;
font-family: "Oswald", sans-serif;
}
.single-section-desc {
margin-bottom: 40px;
}
.single-section-desc h2 {
font-size: 26px;
font-weight: 500;
}
.single-section-desc h3 {
font-size: 22px;
font-weight: 400;
}
.ad-single-offer .single-section-desc h3 {
text-align: center;
text-transform: uppercase;
}
.ad-single-offer .room_amenity ul {
column-count: 1;
}
.single-section-box {
border: solid 1px #dddddd;
background-color: #eeeeee;
padding: 40px;
margin-bottom: 40px;
}
.single-section-box .col-md-6:first-child {
border-right: solid 1px #dddddd;
}
.gallery-slider .owl-nav {
position: absolute;
width: 100%;
left: 0;
bottom: 50%;
text-align: center;
margin-top: -33px;
}
.gallery-slider.owl-carousel .owl-nav button {
font-size: 20px !important;
color: #ffffff !important;
margin-left: 0px !important;
margin-right: 0px !important;
background-color: rgba(48, 71, 81, 0.6) !important;
padding: 20px 10px !important;
border-radius: 0px;
}
.gallery-slider .owl-nav button:hover,
.gallery-slider .owl-nav button:active {
opacity: 0.7;
}
.gallery-slider .owl-nav button.owl-prev {
float: left;
}
.gallery-slider .owl-nav button.owl-next {
float: right;
}
.gallery-slider .owl-dots {
position: absolute;
z-index: 10;
bottom: 0;
width: 100%;
text-align: center;
}
.gallery-slider .owl-dots .owl-dot span {
background-color: #ffffff;
border: solid 1px #ffffff;
width: 25px;
height: 10px;
display: inherit;
margin: 3px;
border-radius: 50px;
}
.gallery-slider .owl-dots .owl-dot.active span {
background-color: transparent;
border: solid 1px #ffffff;
}
.ad-gallery-carousel .owl-dots {
counter-reset: slides-num;
position: relative;
top: 0;
left: 50%;
margin-top: 15px;
width: 60px;
margin-left: -30px;
}
.ad-gallery-carousel .owl-dots:after {
content: counter(slides-num);
display: inline-block;
font-size: 16px;
font-weight: 500;
vertical-align: middle;
padding-left: 5px;
}
.ad-gallery-carousel .owl-dot {
display: inline-block;
counter-increment: slides-num; margin-right: 5px;
}
.ad-gallery-carousel .owl-dot span {
display: none !important;
}
.ad-gallery-carousel .owl-dot.active:before {
content: counter(slides-num) " of"; display: inline-block;
vertical-align: middle;
font-size: 16px;
position: absolute;
left: 0;
top: 0;
}
.single-section-other {
}
.single-section-other .ad-heading-title {
margin-bottom: 20px;
}
.ad-heading-title {
position: relative;
}
.ad-heading-title h2 {
font-size: 24px;
line-height: 38px;
font-weight: 300;
text-transform: uppercase;
color: var(--primary-color);
margin-top: 0;
margin-bottom: 0;
letter-spacing: 0;
}
.ad-heading-title.title-style-1:after {
content: "";
border-bottom: solid 1px #dddddd;
position: relative;
width: 150px;
margin: 0 auto;
bottom: -5px;
display: block;
}
.ad-heading-title.title-style-2 h2 { line-height: 28px;
z-index: 2;
}
.ad-heading-title.title-style-2 .richtext {
padding-left: 13px;
padding-right: 13px;
background-color: #ffffff;
display: inline-block;
position: relative;
}
.ad-heading-title.title-style-2:before {
content: "";
border-bottom: solid 1px #dddddd;
position: absolute;
width: 100%;
margin: 0;
bottom: 50%;
display: block;
z-index: 0;
}
.ad-heading-title.title-style-2.title-bg-gray .richtext {
background-color: #eeeeee;
}
.ad-heading-title.ad-heading-title-img.title-style-2:before {
bottom: 18px;
}
.ad-heading-title-img .ad-heading-title-img-icon {
z-index: 2;
position: relative;
}
.ad-heading-title-img img {
padding-left: 13px;
padding-right: 13px;
background-color: #ffffff;
position: relative;
height: 65px !important;
width: auto;
}
.ad-heading-title.heading-m h2 {
font-size: 24px;
line-height: 40px;
}
.ad-heading-sm.ad-heading-title h2 {
font-size: 22px;
}
.ad-heading-sm.title-style-1:after {
width: 600px;
max-width: 70%;
bottom: 0px;
}
.room_amenity ul {
column-count: 3;
}
.room_amenity ul li:before {     }
@media (min-width: 768px) {
}
.main-booking-form {
width: 800px;
max-width: 100%;
margin-right: auto;
margin-left: auto;
padding: 30px;
background-color: #ffffff;
}
.wpcf7-form-control {
margin-bottom: 15px;
width: 100%;
}
.wpcf7-form h4 {
font-size: 22px;
font-weight: 400;
color: var(--primary-color);
margin-top: 10px;
margin-bottom: 20px;
letter-spacing: 1.5px;
}
.single-section-other .ad-offer-item-img { }
.ad-hotel-gallery {
}
.ad-hotel-gallery .gallery-columns-1 {
column-count: 4;
column-gap: 0;
}
.wprs_unslider-arrow {
} .ad-text-editor table {
height: auto !important;
}
.ad-text-editor table tr td {
border: solid 1px var(--primary-color);
padding: 5px;
min-width: 80px;
text-align: center;
}
.error-404 {
}
.error-404 h1 {
font-size: 150px;
line-height: 150px;
font-weight: bold;
letter-spacing: 10px;
margin-top: 60px;
}
.error-404 p {
font-size: 18px;
font-weight: bold;
margin-bottom: 30px;
} .site-footer {
background-color: #eeeeee;
padding-top: 20px;
padding-bottom: 0px;
position: relative;
z-index: 0; border-top: solid 1px #dddddd;
}
.footer-content { padding-bottom: 10px;
}
.footer-content .widget {
margin-bottom: 10px;
}
.footer-content .footer-content-left {
width: 70%;
display: inline-block;
float: left;
text-align: left;
}
.footer-content .footer-content-right {
width: 30%;
display: inline-block;
float: right;
text-align: right;
}
.widget_infoaddress_widget {
margin-bottom: 0;
line-height: 35px;
}
.widget_social_widget {
margin-bottom: 0;
}
.footer-content a:hover {
text-decoration: underline;
}
.footer-bottom {
margin-top: 0px;
padding-top: 20px;
color: #ffffff;
background-color: var(--primary-color);
padding-bottom: 5px;
font-size: 13px;
line-height: 22px;
}
.footer-bottom a {
color: #ffffff;
text-decoration: underline;
}
.footer-bottom-left {
width: 70%;
display: inline-block;
float: left;
text-align: left;
}
.footer-bottom-right {
width: 30%;
display: inline-block;
float: right;
text-align: right;
}
.footer-content .widget_nav_menu {
margin-bottom: 10px;
}
.footer-content .widget_nav_menu ul {
padding-left: 0;
margin-left: 0;
list-style-type: none;
}
.footer-content .widget_nav_menu ul li {
display: inline-block;
}
.footer-content .widget_nav_menu ul li a {
padding-left: 13px;
padding-right: 13px;
border-right: solid 1px #8e8e8e;
color: var(--primary-color);
height: 11px;
line-height: 14px;
display: inline-block;
}
.footer-content .widget_nav_menu ul li:last-child a {
padding-right: 0;
border-right: 0;
}
.footer-column-2 {
text-align: right;
}
.footer-newsletter label {
font-size: 20px;
}
.footer-newsletter .form-group {
width: 330px;
max-width: 100%;
display: flex;
}
.footer-newsletter .form-group input {
border: none;
border-bottom: solid 1px #8e8e8e;
background-color: transparent !important;
padding-left: 0;
border-radius: 0;
height: 55px;
font-size: 16px;
}
.footer-newsletter .form-group input:active,
.footer-newsletter .form-group input:focus {
border-bottom: solid 2px #8e8e8e;
}
.footer-newsletter .btn-newsletter {
border: none !important;
background-color: transparent !important;
font-size: 20px;
padding: 0 10px;
cursor: pointer;
color: #8e8e8e;
}
.footer-content p {
margin-bottom: 5px;
}
.footer-column-4 {
text-align: right;
}
.footer-content .widget-title {
font-size: 14px;
margin-bottom: 5px;
} .widget-info-address {
position: relative;
display: block;
}
.widget-info-address ul {
padding-left: 0;
margin-left: 0;
margin-bottom: 0;
list-style-type: none;
display: inline-block;
}
.widget-info-address ul li {
display: inline-block;
}
.widget-info-address ul li {
color: #333333;
padding-right: 15px;
}
.widget-info-address ul li strong {
padding-right: 5px;
}
.footer-content .ad-heading-title-img .ad-heading-title-img-icon {
margin-bottom: 15px;
}
.footer-content .ad-heading-title-img img {
background-color: #eeeeee;
} .widget-social {
position: relative;
display: block;
}
.widget-social ul {
padding-left: 0;
margin-left: 0;
margin-bottom: 0;
list-style-type: none;
display: inline-block;
}
.widget-social ul li {
display: inline-block;
}
.widget-social ul li {
color: #333333;
}
.widget-social ul li a {
color: var(--primary-color);
border: solid 1px var(--primary-color);
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
display: inline-block;
margin-left: 5px;
transition: 0.3s;
border-radius: 50px;
}
.widget-social ul li a:hover {
opacity: 0.7;
transition: 0.3s;
} .ad-room-list .ad-rooms-item {
margin-bottom: 50px;
}
.ad-room-list .ad-rooms-item:after {
display: block;
clear: both;
content: "";
}
#cookie-law-info-bar {
z-index: 999999 !important;
} @media (max-width: 1366px) {
.header-side-menu { }
.wprs_unslider-arrow.next {
right: 0;
}
.wprs_unslider-arrow.prev {
left: 0;
}
}
@media (max-width: 1025px) {
.bottom-header .header-col-center {
display: none;
}
.scroll-header .header-column {
padding-top: 5px;
padding-bottom: 5px;
}
.header-column {
padding-top: 10px;
padding-bottom: 10px;
}
.header-col-right {
display: block;
}
.h-w-btn-calen {
font-size: 30px;
opacity: 0.9;
}
.header-book-widget {
display: none;
}
.ad-main-header-slider.ad-main-header-video-slider {
min-height: 550px;
height: 550px;
}
.header-book-widget {
top: 85px;
}
.ad-header-video-bg .youtube-background iframe {
max-width: inherit !important;
transition: opacity 500ms ease-in-out;
transition-delay: 250ms;
}
}
@media (max-width: 768px) {
.container {
max-width: 1140px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
width: 170px;
left: -85px;
}
.header-side-menu {
min-width: 40%; }
.header-column {
padding-top: 10px;
padding-bottom: 10px;
}
.header-language {
margin-left: 50px;
}
.ad-search-widget-form .form-group .btn-search {
margin-top: 15px;
}     .ad-content-box-desc {
padding: 20px 0px;
}
.home-offer .ad-offer-list .col-lg-4:nth-child(3) {
display: none;
}   .ad-offer-item-content {
}
.ad-offer-item-btn a {
width: 100%;
margin-top: 5px;
margin-left: 0;
margin-left: 0;
}
.ad-rooms-item-desc {
padding-top: 20px;
padding-bottom: 20px;
}
.ad-heading-title h1 {
font-size: 35px;
}
.single-section-content {
padding-top: 40px;
padding-bottom: 40px;
position: relative;
}
.single-section-other {
}
.ad-hotel-gallery .gallery-columns-1 {
column-count: 3;
column-gap: 0;
}
.ad-heading-title h2 {
font-size: 26px;
line-height: 40px;
}
.ad-dining-item-img {
padding-right: 20px;
}
.ad-dining-item-content {
padding-top: 0;
padding-right: 0;
}
.ad-dining-list .ad-dining-item:nth-child(even) .ad-dining-item-img {
padding-left: 20px;
}
.ad-dining-list .ad-dining-item:nth-child(even) .ad-dining-item-content {
padding-right: 0px;
padding-left: 0px;
}
.ad-header-slider-content-inner {
padding: 35px 45px;
}
.ad-header-slider-content-inner .title {
font-size: 40px;
line-height: 40px;
font-weight: 500;
padding-bottom: 15px;
}
.ad-header-slider-content-inner .top-title {
font-size: 18px;
line-height: 18px;
padding-bottom: 15px;
}
.ad-header-slider-content-inner .sub-title {
font-size: 16px;
line-height: 16px;
padding-bottom: 15px;
}
.ad-header-slider-content-inner .bottom-title {
font-size: 18px;
line-height: 18px;
padding-top: 15px;
position: relative;
}
.ad-feature-tab-btn .btn-style-3 {
min-width: 100%;
}
.ad-feature-tab-body .content-body {
padding-top: 20px;
}
.ad-feature-tab-body .content-body table {
width: 100%;
}
.ad-feature-tab-body .content-body table tr {
display: inline-block;
}
.ad-feature-tab-body .content-body table tr td {
width: 49% !important;
display: inline-block;
padding-right: 15px;
}
.ad-dining-item-2 .ad-dining-item-img {
padding-right: 0;
padding-left: 0;
width: 100%;
margin-bottom: 20px;
float: none;
}
.ad-dining-item-2.style-2 .ad-dining-item-img {
padding-right: 0;
padding-left: 0;
width: 100%;
margin-bottom: 0px;
float: none;
}
.ad-dining-item-2 .ad-dining-item-content {
padding-top: 0px;
padding-right: 0px;
width: 100%;
float: none;
}
.ad-tab-pane-gallery-content .ti-col-1 .ti-review-item {
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
max-width: 100% !important;
float: left;
}
.ad-nav-tab li a {
font-size: 26px;
line-height: 40px;
}
.room_amenity ul {
column-count: 2;
}
.ad-single-offer .room_amenity ul {
column-count: 1;
}
.single-section-box .col-md-6:first-child {
border-right: solid 0px #dddddd;
}
.ad-feature-tab-body .content-body ul {
column-count: 2;
}
.ad-room-item-btn {
margin-top: 15px;
}
.ad-room-item-btn a {
width: 100%;
margin-top: 5px;
}
.ad-room-item-btn a {
width: 100%;
margin-top: 5px;
}
.ad-dining-item-3-open {
right: 20px;
width: 50%;
padding: 10px;
}
.ad-dining-list-3 .ad-dining-item-3:nth-child(even) .ad-dining-item-3-open {
left: 20px;
}
.foopicker {
position: absolute;
right: 60px;
}
#foopicker-check-out,
#foopicker-check-in {
right: 0;
}
}
@media (max-width: 570px) {
.h-w-btn-calen {
font-size: 26px;
}
.header-book-widget {
top: 65px;
width: 100%;
background-color: rgb(255 255 255 / 75%);
right: 0;
left: 0;
height: 100vh;
padding: 30px 15px;
}
.header-book-widget-inner {
margin-left: auto;
margin-right: auto;
}
.scroll-header .header-book-widget {
top: 55px;
}
.ad-search-widget-form .form-group {
margin-bottom: 20px;
}
.ad-search-widget-form {
padding: 15px 20px 0px 20px;
}
.ad-form-title {
font-size: 40px;
font-weight: 100;
letter-spacing: -2px;
margin-bottom: 15px;
}
.ad-form-sub-title {
font-size: 13px;
margin-bottom: 10px;
}
.header-language {
display: none;
}
.header-logo img {
height: 45px;
}
.header-side-menu {
min-width: 70%;
}
.header-side-menu ul li a {
padding: 7px 0;
line-height: 26px;
}
.header-side-menu ul li.current-menu-item a:before,
.header-side-menu ul li:hover a:before {
top: 26px;
left: 0;
}
.header-column {
padding-top: 10px;
padding-bottom: 10px;
}      .header-right-menu .btn-style-1 {
font-size: 12px;
transition: 0.3s;
}
.scroll-header .header-right-menu .btn-style-1 {
height: 55px;
line-height: 55px;
border-radius: 0;
border-bottom: solid 1px #ddd;
transition: 0.3s;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
width: 140px;
left: -60px;
}
.top-header-language .js-wpml-ls-sub-menu.wpml-ls-sub-menu li {
width: 140px;
}
.scroll-header .header-column {
padding-top: 5px;
padding-bottom: 5px;
transition: 0.4s;
}       .ad-content-box-title {
font-size: 30px;
margin-bottom: 10px;
}
.ad-offer-item {
margin-bottom: 20px;
}
.ad-heading-title h1 {
font-size: 30px;
}
.ad-rooms-item-desc {
padding: 20px 0;
}
.ad-rooms-item-title {
font-size: 22px;
margin-bottom: 10px;
font-weight: 500;
}
.ad-room-item-btn a {
width: 100%;
margin-top: 5px;
}
.ad-reivew-item {
display: inline-block;
}
.ad-review-item-icon {
width: 50px;
display: block;
float: right;
opacity: 0.5;
margin-left: auto;
margin-right: auto;
margin-bottom: -35px;
}
.ad-reivew-item-content {
border-left: solid 0px #b9b9b9;
padding-left: 0px;
margin-left: 0px;
}
.widget-social ul li a {
margin-bottom: 4px;
}
.widget_infoaddress_widget {
margin-bottom: 0;
line-height: 30px;
}
.site-left-language.header-language {
position: absolute;
left: 0px;
bottom: 20px;
display: block;
}
.site-footer {
padding-top: 30px;
}
.ad-room-item-btn {
margin-top: 15px;
}
.ad-room-item-price {
margin-top: 15px;
}
.single-section-header {
height: 300px;
}
.home-offer .ad-offer-list .col-lg-4:nth-child(3) {
display: block;
} .ad-offer-list.home-offter .row {
overflow-x: auto;
white-space: nowrap;
flex: none;
display: block;
margin-left: -5px !important;
margin-right: -15px !important;
}
.ad-offer-list.home-offter .row > .col-sm-12 {
display: inline-block !important;
float: none !important;
width: 87% !important;
padding-left: 5px !important;
padding-right: 5px !important;
white-space: normal;
}
.ad-offer-item-content {
padding: 70px 15px 15px 15px;
min-height: auto;
}
.ad-offer-item-price .label {
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
}
.ad-offer-item-title {
font-size: 22px;
margin-bottom: 15px;
}
.ad-offer-item-price .price {
font-size: 30px;
}
.single-section-title h1 {
font-size: 30px;
}
.main-booking-form {
width: 800px;
max-width: 100%;
margin-right: auto;
margin-left: auto;
padding: 15px;
background-color: #ffffff;
}
.room_amenity ul {
column-count: 1;
}
.header-language .wpml-ls-legacy-list-horizontal li a .wpml-ls-native:before {
bottom: -27px;
}
.header-language {
margin-left: 45px;
}
.ad-hotel-gallery .gallery-columns-1 {
column-count: 2;
column-gap: 0;
}
.ad-feature-tab-body .content-body table tr td {
width: 100% !important;
display: inline-block;
padding-right: 15px;
}
.ad-dining-item-img,
.ad-dining-item-content {
width: 100%;
float: none;
}
.ad-dining-item-img {
padding-right: 0px;
}
.ad-dining-list .ad-dining-item:nth-child(even) .ad-dining-item-img {
padding-left: 0px;
}
.ad-dining-list .ad-dining-item:nth-child(even) .ad-dining-item-content {
text-align: left;
}
h3.h-title {
font-size: 20px;
margin-bottom: 5px;
font-weight: 500;
margin-top: 15px;
}
.ad-heading-title h2,
.ad-nav-tab li a {
font-size: 24px;
line-height: 34px;
}
.ad-heading-title.title-style-2 h2 {
font-size: 22px;
}
.home-gallery .elementor-image-gallery .gallery-item {
width: 50%;
display: none;
}
.home-gallery .elementor-image-gallery .gallery-item:nth-child(-n + 4) {
display: inline-block;
}
.footer-content {
padding-bottom: 20px;
}
.footer-column-2,
.footer-column-4 {
text-align: left;
}
.footer-column-1,
.footer-column-2,
.footer-column-3 {
border-bottom: solid 1px #dddddd;
}
.footer-column-4,
.footer-column-2,
.footer-column-3 {
padding-top: 15px;
}
.footer-content .widget_nav_menu ul li:first-child a {
padding-left: 0;
}
.ad-feature-room-content {
padding-top: 0px;
padding-right: 0px;
}
.ad-icon-inline .row {
margin-left: -10px;
margin-right: -10px;
}
.ad-icon-inline .col-4 {
padding-left: 10px;
padding-right: 10px;
}
.footer-bottom-left,
.footer-bottom-right {
width: 100%;
float: none;
text-align: center;
}
.ad-icon-list li {
font-size: 14px;
line-height: 24px;
padding-left: 30px;
}
.ad-icon-list li img {
width: 20px;
}
.ad-header-slider-content-inner {
padding: 35px 25px;
}
.ad-header-slider-content-inner .top-title {
font-size: 16px;
line-height: 16px;
}
.ad-header-slider-content-inner .title {
font-size: 36px;
line-height: 26px;
}
.ad-header-slider-content-inner .sub-title {
font-size: 14px;
line-height: 14px;
}
.ad-header-slider-content-inner .bottom-title {
font-size: 16px;
line-height: 16px;
}
.btn-style-3,
.btn-style-2 {
font-size: 12px;
}
.ad-icon-inline-item {
font-size: 12px;
}
.ad-feature-room-content .h-title {
font-size: 20px;
margin-bottom: 5px;
}
.gallery-slider.owl-carousel .owl-nav button {
font-size: 14px !important;
padding: 12px 8px !important;
}
.gallery-slider.owl-carousel .owl-nav {
margin-bottom: -24px;
}
.gallery-slider.owl-carousel .owl-dots .owl-dot span {
height: 10px;
}
.ad-gallery-carousel .owl-dots {
margin-top: 5px;
width: 55px;
margin-left: -26px;
}
.ad-gallery-carousel .owl-dot.active:before,
.ad-gallery-carousel .owl-dots:after {
font-size: 14px;
}
.ad-dining-item-content .ad-dining-item-btn table tr td {
width: 100%;
display: block;
}
.ad-dining-item-content ul {
column-count: 1;
}
.ad-gallery-tab-item {
margin-bottom: 30px;
}
.ad-nav-tab li {
padding-bottom: 20px;
}
.ad-tab-content {
padding-top: 30px;
}
.ad-gallery-tab-content {
padding-top: 30px;
}
.single-section-box {
padding: 30px 15px;
}
.single-section-desc {
margin-bottom: 30px;
}
.ad-feature-tab-body .content-body ul {
column-count: 1;
}
.ad-offer-item {
height: 400px;
}
.ad-feature-tab-heading .btn-style-2 {
display: block;
}
.ad-dining-item-3 .ad-dining-item-content,
.ad-dining-list .ad-dining-item:nth-child(even) .ad-dining-item-content {
position: relative;
padding: 15px !important;
border-radius: 0;
}
.ad-dining-item-3 .ad-dining-item-img {
width: 100%;
float: none !important;
padding-top: 0;
margin-bottom: 10px;
}
.ad-dining-item-3-open {
padding: 5px 25px;
font-size: 12px;
line-height: 18px;
bottom: 15px;
width: auto;
border-radius: 0;
right: 10px;
}
.ad-dining-list-3 .ad-dining-item-3:nth-child(even) .ad-dining-item-3-open {
left: auto;
right: 15px;
}
.ad-career-grid .row {
margin-left: -15px;
margin-right: -15px;
}
.ad-career-grid .row .ad-career-col {
padding-left: 15px;
padding-right: 15px;
}
.footer-bottom {
margin-top: 0;
}
.ad-main-header-slider.ad-main-header-video-slider {
min-height: 300px;
height: 300px;
}
.error-404 h1 {
font-size: 90px;
line-height: 90px;
font-weight: bold;
letter-spacing: 10px;
margin-top: 0px;
}
.error-404 p {
font-size: 16px;
font-weight: bold;
margin-bottom: 30px;
}
.footer-content .widget_nav_menu {
margin-bottom: 25px;
}
.ad-main-header-video-slider .ad-header-slider-content {
display: none;
}
}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}