/* Media Query */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,700&family=Crimson+Text:wght@400;600;700&family=Mrs+Saint+Delafield&display=swap");
:root {
  --container-padding: 5rem;
  --section-padding: 100px;
  --facebook-color: #4267b2;
  --insta-color: #3f729b;
  --youtube-color: #ff0000;
  --twitter-color: #1da1f2;
  --linkedin-color: #0077b5;
  --pinterest-color: #e60023;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  :root {
    --4k-ratio: 22;
    --container-padding: 6.54%;
    --section-padding: 4.543vw;
  }
}
@media (max-width: 1440.98px) {
  :root {
    --container-padding: 5.594rem;
  }
}
@media (max-width: 1199.98px) {
  :root {
    --container-padding: 50px;
    --section-padding: 80px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --container-padding: 30px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --container-padding: 25px;
    --section-padding: 50px;
  }
}
@media (max-width: 374.98px) {
  :root {
    --container-padding: 20px;
  }
}

.portlet-title-text {
  display: none !important;
}

/**
 * @deprecated As of Mueller (7.2.x)
 */
/**
 * @deprecated As of Mueller (7.2.x)
 */
/**
 * @deprecated As of Mueller (7.2.x)
 */
/**
 * @deprecated As of Mueller (7.2.x)
 */
.breadcrumb-horizontal {
  font-size: 0.875rem;
  padding: 0;
}

.loadingmask-message {
  background: transparent;
  border-width: 0;
  display: block;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  width: 1em;
}
.loadingmask-message .loadingmask-message-content {
  -webkit-animation: loading-animation 1.2s infinite ease-out;
  animation: loading-animation 1.2s infinite ease-out;
  background: transparent;
  border-radius: 50%;
  border-width: 0;
  clear: both;
  color: transparent;
  height: 1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 1em;
}

.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%;
}

/* ---------- Separator ---------- */
.separator {
  border-top: 1px solid #cdced9;
}

/* ---------- Status ---------- */
.entry-status {
  border-left: 4px solid transparent;
}

span.alert {
  display: inline-block;
}

/* ---------- Update manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left;
}

.quick-access-nav {
  position: absolute;
  top: -1000px;
  width: 100%;
  z-index: 1000;
}
.quick-access-nav a {
  background: #333;
  background: rgba(51, 51, 51, 0.9);
  border: 1px solid #fff;
  left: 0;
  outline: none;
  padding: 8px;
  position: absolute;
  right: 0;
  text-align: center;
}
.quick-access-nav a:focus {
  color: #fff;
  top: 1000px;
}

@media (max-width: 991.98px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%;
  }
  .responsive-table-horizontal:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .responsive-table-horizontal tbody {
    display: block;
    overflow-x: auto;
    position: relative;
    white-space: nowrap;
    width: auto;
  }
  .responsive-table-horizontal tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .responsive-table-horizontal tbody tr td {
    display: block;
    margin-bottom: 20px;
  }
  .responsive-table-horizontal tbody tr td:first-child {
    text-align: left;
  }
  .responsive-table-horizontal thead {
    display: block;
    float: left;
    margin-right: 10px;
  }
  .responsive-table-horizontal thead:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .responsive-table-horizontal thead th {
    display: block;
    margin-bottom: 20px;
    text-align: right;
  }
  .responsive-table-horizontal thead th:first-child {
    text-align: right;
  }
  .ie9 .responsive-table-horizontal thead {
    float: none;
  }
}
.important {
  font-weight: bold;
}

.highlight {
  background: #ffc;
  font-weight: bold;
  margin: 0 1px;
}

.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  /*Webkit and IE7 let clipped content change the scroll height of the page*/
  /*Scale webkit to 0*/
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  /*Change IE7 to using fixed*/
  *position: fixed !important;
  /*...And reset back to absolute for IE6*/
  _position: absolute !important;
}

.force-offset {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important;
}

.unselectable,
.unselectable * {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup,
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  background: transparent;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  background: transparent;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  border-color: #a6a6a6;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

.lfr-asset-category-container .no-matches {
  color: #999;
}

.lfr-asset-category-search-container {
  background-color: #d3dadd;
  border-bottom-color: #aeb8bc;
}

.lfr-asset-category-list a.selected {
  background-color: #eee;
}

.lfr-categories-selector-search-results-path {
  color: #575757;
  font-size: 0.9em;
  text-align: right;
  width: 25%;
}

.lfr-asset-column-actions-content {
  background-color: #d7f1ff;
}

.lfr-asset-column-actions .lfr-asset-column-actions-content {
  border-color: #88c5d9;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right-color: #999;
  color: #999;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}

.lfr-asset-panels .lfr-panel.lfr-extended,
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border-color: #ccc;
}

.lfr-form-row {
  border-bottom-color: #ccc;
}

.lfr-form-row:hover {
  border-bottom-color: #ccc;
}

.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
}

.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
  background-color: #fff;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::-webkit-input-placeholder {
  color: #a7a9bc;
  font-style: italic;
}
.form-control-inline:-ms-input-placeholder {
  color: #a7a9bc;
  font-style: italic;
}
.form-control-inline::-ms-input-placeholder {
  color: #a7a9bc;
  font-style: italic;
}
.form-control-inline::placeholder {
  color: #a7a9bc;
  font-style: italic;
}

.definition-of-terms dt {
  color: #333;
  font-weight: normal;
  width: 100%;
  word-break: break-word;
}
@media (min-width: 576px) {
  .definition-of-terms dt {
    width: auto;
  }
}

.lfr-code {
  background: #fff;
  border-color: #777;
  font-family: monospace;
}
.lfr-code tr td.line-numbers {
  background: #fafafa;
}
.lfr-code tr td.line-numbers:before {
  color: #aaa;
  text-shadow: 1px 1px #fff;
}

.popup-alert-notice .countdown-timer {
  font-size: 1.1em;
  font-weight: bold;
}

.lfr-token {
  background-color: #b3daef;
  border-color: #5fa8ff;
  color: #444;
  text-decoration: none;
}
.lfr-token:hover {
  background-color: #d1e5ef;
}

.lfr-token-primary {
  font-weight: bold;
}
.lfr-token-primary, .lfr-token-primary:hover {
  background-color: #b3daef;
}

.lfr-token-close:hover {
  text-decoration: none;
}

.lfr-button {
  background: no-repeat 0 50%;
}

.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-checkbox-preselected {
  opacity: 0.5;
}

.lfr-header-row {
  border-bottom-color: #7b7b7b;
}
.lfr-header-row .lfr-search-combobox {
  border-color: #5f5f5f;
}

.openid-login input[type=text] {
  background: url(../images/common/openid.gif) no-repeat;
  background-color: #fff;
  background-position: 0 50%;
  color: #000;
}

.page-extra-settings .lfr-panel-titlebar .lfr-panel-title {
  font-size: 1em;
}

.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  color: #333;
  font-weight: normal;
}

.lfr-panel.lfr-extended,
.lfr-panel-container,
.lfr-floating-container {
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}

.lfr-panel-container,
.lfr-floating-container {
  background: #fff;
}

.lfr-panel-titlebar .lfr-panel-title {
  font-size: 1.2em;
  font-weight: bold;
}
.lfr-panel-titlebar .lfr-panel-button {
  background: url(../images/application/panel_header_toggler_close.png) no-repeat 0 0;
}
.lfr-panel-titlebar .lfr-panel-button:hover {
  background-position: 0 100%;
}

.lfr-panel.lfr-collapsible .lfr-panel-titlebar {
  background: url(../images/arrows/05_down.png) no-repeat 2px 50%;
}
.lfr-panel.lfr-collapsed .lfr-panel-titlebar {
  background-image: url(../images/arrows/05_right.png);
}
.lfr-panel.lfr-collapsed .lfr-panel-titlebar .lfr-panel-button {
  background-image: url(../images/application/panel_header_toggler_open.png);
}
.lfr-panel.lfr-extended .lfr-panel-titlebar {
  background: #d6d6d6 url(../images/application/panel_header.png) repeat-x 0 0;
  border-bottom-color: #cdcdcd;
}

.lfr-panel-container .lfr-extended.lfr-collapsible .lfr-panel-titlebar {
  border-top-color: #cecece;
}

.js .lfr-floating-trigger {
  background-image: url(../images/arrows/05_down.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  text-decoration: none;
}

.lfr-panel-page .panel-page-content {
  border-left-color: #ccc;
}
.lfr-panel-page .lfr-add-content h2 {
  border-color: #ccc;
}
.lfr-panel-page .lfr-add-content h2 span {
  background: #efefef;
}
.lfr-panel-page .lfr-add-content .lfr-content-category h2 {
  border-bottom-color: #ccc;
}
.lfr-panel-page .lfr-add-content .lfr-content-category h2 span {
  background: none;
}

.lfr-panel-content .paginator-container {
  background: #cfd2d5;
  border-bottom-color: #dcdee0;
  border-top-color: #dcdee0;
}
.lfr-panel-content .paginator-page-container .paginator-page-link {
  background: none;
  border-color: #cfd2d5;
}
.lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page {
  background: #99a7b3 url(../images/application/current_page_hover_bg.png) repeat-x 0 0;
  border-color: #6b7785 #7c8994 #919fa9;
  color: #fff;
  font-weight: bold;
}
.lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page:hover {
  background: #5094d7 url(../images/application/current_page_bg.png) repeat-x 0 0;
  border-color: #31659c #396ea8 #4c8ccb;
}

#portlet-set-properties fieldset fieldset legend {
  font-size: 1.1em;
}

.lfr-preview-file-content {
  border-bottom-color: #6d6d6e;
}

.lfr-preview-file-image-current-column,
.lfr-preview-file-video-current-column {
  background: url(../images/common/checkerboard.png);
}

.lfr-preview-file-toolbar {
  background: #333;
  opacity: 0.5;
}
.lfr-preview-file-toolbar .icon-arrow-1-l {
  background: url(../images/document_library/preview_left.png) no-repeat 0 50%;
}
.lfr-preview-file-toolbar .icon-arrow-1-r {
  background: url(../images/document_library/preview_right.png) no-repeat 0 50%;
}
.lfr-preview-file-toolbar .icon-zoomin {
  background: url(../images/document_library/preview_zoom.png) no-repeat 0 50%;
}

.lfr-preview-file-image-current-column:hover .lfr-preview-file-toolbar {
  opacity: 1;
}

.lfr-preview-file-info {
  background: #333;
  color: #fff;
  opacity: 0.5;
}
.lfr-preview-file-info:hover {
  opacity: 1;
}

.lfr-preview-file-index {
  font-weight: bold;
}

.lfr-preview-file-image-current {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
}

.lfr-preview-file-image img {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
  border-color: #aeb8bc;
}

.lfr-preview-file-image-selected img,
.lfr-preview-file-image:hover img {
  border-color: #00a2ea;
}

.lfr-preview-file-loading-indicator {
  background: #333;
  color: #fff;
}

.lfr-preview-file-image-overlay-content {
  background: url(../images/common/checkerboard.png);
  border-color: #555;
}

.firefox .lfr-preview-video-content div.video-node {
  height: 100%;
}

textarea.lfr-editor-textarea {
  font-family: monospace;
}

.lfr-rich-editor.ace_editor {
  border-color: #a1a2a4;
}

.lfr-plain-editor textarea,
.lfr-rich-editor.ace_editor {
  font-family: "Monaco", "Menlo", "Droid Sans Mono", "Courier New", monospace;
  font-size: 12px;
}

.sidebar-sm {
  font-size: 0.875rem;
}
.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-group {
  margin-bottom: 1rem;
}
.sidebar-sm .form-control {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.5;
  min-height: auto;
  padding: 0.25rem 0.75rem;
}
.sidebar-sm .form-control.form-control-tag-group {
  height: auto;
}
.sidebar-sm .form-control.form-control-tag-group .form-control-inset {
  margin-bottom: 0;
  margin-top: 0;
}
.sidebar-sm .form-control.form-control-tag-group .label {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm select.form-control:not([size]) {
  height: 2rem;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled) {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.15;
  padding: 0.4375rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled).close {
  padding: 0.4375rem;
}
.sidebar-sm .btn.btn-monospaced, .sidebar-sm .btn.btn-monospaced.btn-sm {
  height: 2rem;
  padding: 0.1875rem 0;
  width: 2rem;
}
.sidebar-sm .input-group-item .input-group-text {
  font-size: 0.875rem;
  height: 2rem;
  min-width: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.sidebar-sm .input-group-item .btn .btn-section {
  font-size: 0.5625rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-spa-loading-bar {
  background: #2fa4f5;
}

.lfr-tag-selector-popup label {
  border-bottom-color: #eee;
}
.lfr-tag-selector-popup .no-matches {
  color: #999;
}

.lfr-toolbar {
  background-color: #e5e4e8;
}
.lfr-toolbar .lfr-button:focus {
  border-color: #000;
}
.lfr-toolbar .lfr-button:hover {
  border-color: #ccc #777 #777;
}
.lfr-toolbar .lfr-separator {
  border-left-color: #fff;
  border-right-color: #ccc;
  font-size: 12px;
}

.lfr-toolbar .lfr-button,
.lfr-emoticon-container .lfr-button {
  border-color: #e5e4e8;
}

.lfr-emoticon-container {
  background: #e5e4e8;
  border-color: #ccc;
}

.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}

.lfr-tree a {
  text-decoration: none;
}

.tree-drag-helper {
  z-index: 1035;
}

.lfr-upload-container .upload-target {
  border-color: #ddd;
}
.lfr-upload-container .upload-target h4 span {
  text-transform: lowercase;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.lfr-upload-container a.browse-button {
  background-image: url(../images/common/add.png);
  background-repeat: no-repeat;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}
.lfr-upload-container a.clear-uploads {
  background-image: url(../images/common/remove.png);
  background-repeat: no-repeat;
}
.lfr-upload-container a.cancel-uploads {
  background-image: url(../images/common/close.png);
  background-repeat: no-repeat;
}
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #869cad;
}
.lfr-upload-container .delete-button {
  color: #869cad;
}
.lfr-upload-container .file-added .success-message {
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #fdd url(../images/messages/error.png) no-repeat 5px 5px;
  border-color: #900;
  color: #900;
  font-weight: normal;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
}
.lfr-upload-container .file-uploading {
  background-color: #ffc;
}
.lfr-upload-container .progress-bar {
  background: #fff;
  margin-top: 25px;
  text-align: left;
  width: 100%;
}
.lfr-upload-container .progress {
  background: #8db2e3;
}

.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #ddedde;
  border-color: #7d7;
  border-style: dashed;
}

/* ---------- Input file ---------- */
/* ---------- Table ---------- */
.app-view-entry:hover .entry-thumbnail {
  border-color: #7abfdd;
}
.app-view-entry.selected .entry-thumbnail {
  border-color: #057cb0;
}
.app-view-entry.selected .entry-metadata dt,
.app-view-entry.selected .entry-metadata dd,
.app-view-entry.selected .entry-metadata .entry-categories,
.app-view-entry.selected .entry-metadata .entry-tags,
.app-view-entry.selected .entry-metadata .entry-description {
  color: #f0f0f0;
}
.app-view-entry .entry-title {
  font-weight: bold;
}
.app-view-entry .entry-link {
  text-decoration: none;
}
.app-view-entry .entry-metadata dt,
.app-view-entry .entry-metadata dd,
.app-view-entry .entry-metadata .entry-categories,
.app-view-entry .entry-metadata .entry-tags,
.app-view-entry .entry-metadata .entry-description {
  color: #333;
  word-wrap: break-word;
}
.app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary {
  font-weight: bold;
}
.app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary .asset-category {
  font-weight: normal;
}
.app-view-entry.selected, .app-view-entry.selected:hover {
  background-color: #00a2ea;
}
.app-view-entry.selected a, .app-view-entry.selected a:focus, .app-view-entry.selected a:hover {
  color: #fff;
}
.app-view-entry.selected a .lfr-icon-menu-arrow {
  color: #333;
}
.app-view-entry.active-area, .app-view-entry.active-area.hover, .app-view-entry.active-area td {
  background-color: #5ad300;
}
.app-view-entry:hover, .app-view-entry.hover {
  background-color: #d3e8f1;
}
.app-view-entry a.entry-link:hover {
  text-decoration: none;
}
.app-view-entry a.entry-link:hover .entry-metadata .entry-title .entry-title-text {
  text-decoration: underline;
}

.app-view-entry-taglib.entry-display-style.display-icon .entry-title {
  font-weight: normal;
}

.app-view-search-entry-taglib .entry-discussion a,
.app-view-search-entry-taglib .entry-attachment a {
  text-decoration: none;
}
.app-view-search-entry-taglib .entry-discussion:hover,
.app-view-search-entry-taglib .entry-attachment:hover {
  background-color: #d3e8f1;
}
.app-view-search-entry-taglib .entry-folder {
  color: #999;
}
.app-view-search-entry-taglib .entry-link .entry-thumbnail-image {
  color: #000;
  text-decoration: none;
}
.app-view-search-entry-taglib.alt {
  background-color: #edf0f3;
}
.app-view-search-entry-taglib.search {
  background-color: #fff;
}
.app-view-search-entry-taglib.search.alt {
  background-color: #e2e5e8;
}

.app-view-taglib .display-style .icon {
  background-image: url(../images/application/layouts.png);
  background-repeat: no-repeat;
}
.app-view-taglib .icon-display-descriptive {
  background-position: -32px 0;
}
.app-view-taglib .icon-display-icon {
  background-position: -16px 0;
}
.app-view-taglib .icon-display-list {
  background-position: 0 0;
}
.app-view-taglib .state-active .icon-display-descriptive {
  background-position: -32px 100%;
}
.app-view-taglib .state-active .icon-display-icon {
  background-position: -16px 100%;
}

@media (max-width: 767.98px) {
  .navbar .nav-display-style-buttons .display-style-buttons > .dropdown > .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }
}
.navbar .nav-display-style-buttons .display-style-buttons-container .dropdown-toggle .caret {
  border-bottom-color: #333;
  border-top-color: #333;
}

.taglib-asset-metadata .metadata-entry-label {
  font-weight: normal;
}
.taglib-asset-metadata .metadata-author {
  font-weight: bold;
}
.taglib-asset-metadata .metadata-entry {
  color: #999;
}
.taglib-asset-metadata .metadata-author .asset-user-info .user-info {
  color: #009ae5;
  font-size: 14px;
  line-height: 14px;
}
.taglib-asset-metadata .metadata-author .asset-user-info .date-info {
  color: #8c8c8c;
  font-size: 13px;
}

.taglib-calendar table {
  border-color: #999;
}
.taglib-calendar tr th,
.taglib-calendar tr td {
  border-bottom-color: #999;
}
.taglib-calendar tr.portlet-section-header th,
.taglib-calendar tr td {
  border-color: #999;
}
.taglib-calendar a:hover,
.taglib-calendar a:focus {
  background-color: #ccc;
}
.taglib-calendar .calendar-inactive {
  color: #999;
}
.taglib-calendar .has-events a span {
  background: url(../images/calendar/event_indicator.png) no-repeat 50% 95%;
}
.taglib-calendar .has-events.calendar-current-day a span {
  background-image: url(../images/calendar/event_indicator_current.png);
}

.cal-golf-btn {
  padding: 5px 25px !important;
  line-height: 1.42857143 !important;
  border-radius: 5px !important;
}

.toolbar-content .ersg-close-btn {
  color: white;
  background-color: #ff4967 !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff4967), to(#ff4967)) !important;
}

.toolbar-content .cal-golf-btn {
  margin-left: 5px !important;
}

.toolbar-content .ersg-register-btn {
  color: white;
  background-color: #0d1f34 !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d1f34), to(#0d1f34)) !important;
}

.toolbar-content .ersg-list-current-regist-btn {
  border-color: #000000 !important;
  border: 1px solid !important;
}

.cal-legend-inner-cont div, .cal-legend-inner-cont div img {
  margin-right: 5px;
}

#golfEventDetailDialog .close {
  display: none;
}

#golfEventDetailDialog .scheduler-event-recorder-content {
  width: 100% !important;
  padding: 3px 0px 0px 7px !important;
}

#golfEventDetailDialog .modal-body, #golfEventDetailDialog .modal-header, #golfEventDetailDialog .modal-footer {
  padding: 0.5rem;
}

#golfEventDetailDialog .modal-footer {
  padding: 60px 0.5rem 0px 0px;
}

@media (min-width: 1200px) {
  .ersg-main-container .span2 {
    margin-left: 0px !important;
  }
  .ersg-main-container .span2 {
    width: 17% !important;
  }
}
.taglib-diff-addedline,
#taglib-diff-results ins {
  background: #e6ffe6;
}

.taglib-diff-context {
  background: #eee;
}

.taglib-diff-deletedline,
#taglib-diff-results del {
  background: #ffe6e6;
}

.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  opacity: 0.55;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border-color: #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border-color: #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border-color: #fdc6c6;
}

.diff-version-comparator .taglib-diff-html .diff-html-changed {
  background-image: none;
  border-bottom-color: #009ae5;
}
.diff-version-comparator .taglib-diff-html .diff-html-changed img {
  border-color: #009ae5;
}
.diff-version-comparator .diff-target-selector {
  border-left-color: #e5e5e5;
}
.diff-version-comparator .diff-version-filter {
  background-color: #f9f9f9;
}

.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-actions li a,
.taglib-discussion .lfr-discussion-actions li a span {
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-actions li a:hover span, .taglib-discussion .lfr-discussion-actions li a:focus span {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-form-container .lfr-discussion-form {
  background: #ddd;
  border-radius: 4px;
}
.taglib-discussion .lfr-discussion-form-container .lfr-discussion-form .taglib-user-display .user-profile-image .avatar {
  background-size: 40px;
}

.lfr-discussion-reply.popover .lfr-discussion-reply-user-name {
  font-weight: bold;
}

.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}

.drop-here-info .drop-icons span:nth-of-type(1),
.drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
}
.drop-here-info .drop-text {
  color: #fff;
}

.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.lfr-ddm-field-group {
  margin-bottom: 20px;
}

.lfr-ddm-field-group-inline {
  display: inline-block;
  vertical-align: bottom;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  background: transparent;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active {
  background: transparent;
  opacity: 1;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:focus {
  background: transparent;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .message {
  color: #000;
  opacity: 0.7;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .number {
  background: #333;
  font-size: 18px;
  opacity: 1;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .tab-icon {
  color: #333;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label {
  background: transparent;
  outline: 0;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus {
  text-decoration: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  opacity: 1;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  background: #ccc;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.6;
  text-decoration: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .message {
  color: #000;
  font-size: 12px;
}

.taglib-header {
  border-bottom-color: #c8c9ca;
  color: #555;
}
.taglib-header .header-back-to a {
  font-weight: bold;
  text-decoration: none;
}

a.taglib-icon, a.taglib-icon:focus, a.taglib-icon:hover {
  text-decoration: none;
}
a.taglib-icon:focus .taglib-text, a.taglib-icon:hover .taglib-text {
  text-decoration: underline;
}
a.taglib-icon.btn:focus .taglib-text, a.taglib-icon.btn:hover .taglib-text {
  text-decoration: none;
}

.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.taglib-icon-label {
  margin-left: 12px;
}

.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized.input-localized-focused .palette-item-inner .lfr-input-localized-flag {
  opacity: 1;
}
.input-localized .palette-item-inner {
  border-color: #666;
}
.input-localized .palette-item,
.input-localized .palette-item-inner,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background: #ff0047;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
}

.taglib-image-selector .change-image-controls {
  background: #fff;
}
.taglib-image-selector .icon-check {
  background: #fff;
  opacity: 0;
  z-index: -1;
}
.taglib-image-selector .progress-wrapper .progressbar {
  background: #b0b4bb;
  opacity: 0.7;
}
.taglib-image-selector.check-active .icon-check {
  opacity: 1;
  z-index: 0;
}
.taglib-image-selector.drop-active {
  outline-width: 0;
}
.taglib-image-selector.drop-active .browse-image-controls {
  opacity: 0;
}
.taglib-image-selector.drop-active .icon-check {
  opacity: 0;
}
.taglib-image-selector.drop-active .image-wrapper {
  opacity: 0.15;
}
.taglib-image-selector.drop-active .error-wrapper {
  opacity: 0;
}
.taglib-image-selector.progress-active .image-wrapper {
  opacity: 0.15;
}
.taglib-image-selector.progress-active .browse-image-controls {
  opacity: 0;
}
.taglib-image-selector.progress-active .drop-here-info {
  opacity: 0;
}
.taglib-image-selector.progress-active .icon-check {
  opacity: 0;
}

.dialog-iframe-popup {
  background-color: #fff;
}

.portlet-item-selector .management-bar {
  border-bottom-color: #e7e7ed;
  border-top: 1px solid #e7e7ed;
}

.item-selector .card-row {
  align-items: center;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
}

.lfr-tree-display-page .tree-node .tree-node-over .tree-label {
  text-decoration: none;
}
.lfr-tree-display-page .tree-label {
  cursor: default;
}
.lfr-tree-display-page .tree-label a {
  color: black;
}
.lfr-tree-display-page .tree-label .layout-page-invalid {
  color: #aaa;
  font-style: italic;
}
.lfr-tree-display-page .tree-label .layout-page-invalid:hover {
  cursor: default;
  text-decoration: none;
}

.lfr-tree-radio.lfr-tree-root-node-hidden .lfr-root-node + .tree-container {
  margin-left: 0;
}

.lfr-map {
  border-color: #ccc;
}
.lfr-map .search-controls {
  font-size: 15px;
}

.navbar .navbar-search {
  background-color: #f3f3f3;
}
@media (min-width: 576px) {
  .navbar .navbar-search {
    background-color: transparent;
  }
}

.taglib-portlet-preview.show-borders {
  border-color: #828f95;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a {
  color: #272833;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6B6C7E;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #272833;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item:nth-last-child(2) {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6,
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 400;
}
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 400;
}
.lfr-search-container-wrapper .list-group .list-group-item .checkbox {
  margin-top: 0;
}
.lfr-search-container-wrapper .list-group + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

.lfr-asset-type-column,
.lfr-author-column,
.lfr-city-column,
.lfr-country-column,
.lfr-email-address-column,
.lfr-job-title-column,
.lfr-region-column,
.lfr-removed-by-column,
.lfr-replier-column,
.lfr-scope-column,
.lfr-screen-name-column,
.lfr-type-column,
.lfr-user-column,
.lfr-users-column {
  word-break: break-all \9 ;
  word-wrap: break-word;
}
@media (min-width: 576px) {
  .lfr-asset-type-column,
  .lfr-author-column,
  .lfr-city-column,
  .lfr-country-column,
  .lfr-email-address-column,
  .lfr-job-title-column,
  .lfr-region-column,
  .lfr-removed-by-column,
  .lfr-replier-column,
  .lfr-scope-column,
  .lfr-screen-name-column,
  .lfr-type-column,
  .lfr-user-column,
  .lfr-users-column {
    max-width: 125px;
    min-width: 100px;
  }
}

.lfr-completion-date-column,
.lfr-create-date-column,
.lfr-date-column,
.lfr-display-date-column,
.lfr-expiration-date-column,
.lfr-last-post-date-column,
.lfr-modified-date-column,
.lfr-removed-date-column,
.lfr-reply-date-column,
.lfr-revision-column,
.lfr-size-column {
  white-space: nowrap;
}

.lfr-description-column,
.lfr-role-column {
  max-width: 375px;
  min-width: 375px;
}

.lfr-email-address-column,
.lfr-name-column,
.lfr-parent-organization-column,
.lfr-screen-name-column,
.lfr-title-column,
.lfr-url-column,
.lfr-wiki-column {
  max-width: 200px;
  min-width: 200px;
}

.lfr-email-column,
.lfr-mobile-column,
.lfr-website-column {
  min-width: 100px;
}
@media (min-width: 576px) {
  .lfr-email-column,
  .lfr-mobile-column,
  .lfr-website-column {
    min-width: 115px;
  }
}
.lfr-email-column .checkbox-container .form-group,
.lfr-mobile-column .checkbox-container .form-group,
.lfr-website-column .checkbox-container .form-group {
  margin-bottom: 0;
}

.user-info .user-details .date-info {
  color: #8c8c8c;
}
.user-info .user-details .user-name {
  color: #009ae5;
}

.taglib-search-toggle .toggle-advanced {
  color: inherit;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border-color: #ddd;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .btn.close {
  margin-right: 5px;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}

.taglib-social-activities .day-separator {
  border-bottom-color: #ccc;
}

.taglib-social-bookmarks a.social-bookmark-link {
  background-repeat: no-repeat;
}

.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}

.js .taglib-webdav.visible {
  background: #f0f5f7;
}
.js .taglib-webdav table {
  border-color: #828f95;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}

/* ---------- Cards ---------- */
/* ---------- Cards horizontal ---------- */
/* ---------- Dialogs ---------- */
/* ---------- Splitter ---------- */
/* ---------- Toggle card ---------- */
/* ---------- File icons colors ---------- */
/* ---------- File icons text colors ---------- */
/* ---------- User icons background colors ---------- */
/* ---------- User icons border color ---------- */
/* ---------- User icons colors ---------- */
.aspect-ratio.aspect-ratio-8-to-3 {
  padding-bottom: 37.5%;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.liferay-autocomplete-input-mirror {
  left: -9999px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: -9999px;
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.card-tab-group .card-tab:nth-child(n+2) {
  border-left: 4px solid #65b6f0;
  padding-left: 20px;
}
.card-tab-group .card-tab:nth-child(n+2) .card-tab {
  border-left: 4px solid #93ccf5;
  padding-left: 20px;
}
.card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab {
  border-left-color: #c2e2f9;
}
.card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab .card-tab {
  border-left-width: 0;
  padding-left: 0;
}

.hsv-palette .hsv-view-container .hsv-label-value-hex .hsv-value {
  width: 95px;
}
.hsv-palette .hsv-view-container .hsv-value {
  width: 56px;
}

.yui3-color-picker-popover .palette-container {
  border-collapse: separate;
}

.dialog-iframe-popup .hsv-palette-modal.modal-dialog {
  bottom: 0 !important;
  left: 0 !important;
  margin: 0;
  max-width: none;
  right: 0 !important;
  top: 0 !important;
  width: 100%;
}
@media (min-width: 768px) {
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog {
    bottom: auto !important;
    height: 100%;
    left: 50% !important;
    max-height: 375px;
    max-width: 650px;
    right: auto !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
  bottom: 0;
  left: 0;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
    border-radius: 0;
    border-width: 0;
  }
}
@media (max-width: 767.98px) {
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .modal-body {
    padding: 1rem;
  }
}
.dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-default-size.hsv-container {
  width: 100%;
}
.dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-image-container {
  margin: 0;
}

.dialog-bd {
  min-height: 30px;
}

.dialog-content {
  border: 1px solid #c8c9ca;
  padding: 5px;
}

.dialog-iframe-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.dialog-iframe-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.dialog-iframe-popup .lfr-form-content {
  padding: 15px;
}
.dialog-iframe-popup .portlet-body,
.dialog-iframe-popup .portlet-boundary,
.dialog-iframe-popup .portlet-column,
.dialog-iframe-popup .portlet-layout {
  height: 100%;
}
.dialog-iframe-popup .portlet-column {
  position: static;
}
.dialog-iframe-popup .dialog-body > .container-fluid-1280,
.dialog-iframe-popup .dialog-body .container-view,
.dialog-iframe-popup .export-dialog-tree > .container-fluid-1280,
.dialog-iframe-popup .export-dialog-tree .container-view,
.dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280,
.dialog-iframe-popup .lfr-dynamic-uploader .container-view,
.dialog-iframe-popup .lfr-form-content > .container-fluid-1280,
.dialog-iframe-popup .lfr-form-content .container-view,
.dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280,
.dialog-iframe-popup .portlet-configuration-body-content .container-view,
.dialog-iframe-popup .process-list > .container-fluid-1280,
.dialog-iframe-popup .process-list .container-view,
.dialog-iframe-popup .roles-selector-body > .container-fluid-1280,
.dialog-iframe-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.dialog-iframe-popup .dialog-body > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .dialog-body > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .dialog-body .container-view > .nav-tabs-default,
.dialog-iframe-popup .dialog-body .container-view .nav-tabs-underline,
.dialog-iframe-popup .export-dialog-tree > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .export-dialog-tree > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .export-dialog-tree .container-view > .nav-tabs-default,
.dialog-iframe-popup .export-dialog-tree .container-view .nav-tabs-underline,
.dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .lfr-dynamic-uploader .container-view > .nav-tabs-default,
.dialog-iframe-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.dialog-iframe-popup .lfr-form-content > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .lfr-form-content > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .lfr-form-content .container-view > .nav-tabs-default,
.dialog-iframe-popup .lfr-form-content .container-view .nav-tabs-underline,
.dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .portlet-configuration-body-content .container-view > .nav-tabs-default,
.dialog-iframe-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.dialog-iframe-popup .process-list > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .process-list > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .process-list .container-view > .nav-tabs-default,
.dialog-iframe-popup .process-list .container-view .nav-tabs-underline,
.dialog-iframe-popup .roles-selector-body > .container-fluid-1280 > .nav-tabs-default,
.dialog-iframe-popup .roles-selector-body > .container-fluid-1280 .nav-tabs-underline,
.dialog-iframe-popup .roles-selector-body .container-view > .nav-tabs-default,
.dialog-iframe-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -20px;
}
.dialog-iframe-popup .dialog-body > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .export-dialog-tree > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .lfr-form-content > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .process-list > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .roles-selector-body > .lfr-nav + .container-fluid-1280 {
  padding-top: 0;
}
.dialog-iframe-popup .login-container {
  padding: 1.5rem;
}
.dialog-iframe-popup .management-bar-default,
.dialog-iframe-popup .navbar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0;
}
.dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
.dialog-iframe-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
  .dialog-iframe-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.dialog-iframe-popup .navigation-bar > .container-fluid {
  margin-left: 24px;
  margin-right: 24px;
  padding: 0;
}
.dialog-iframe-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.dialog-iframe-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.dialog-iframe-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.dialog-iframe-popup .lfr-dynamic-uploader,
.dialog-iframe-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .dialog-iframe-popup .lfr-dynamic-uploader,
  .dialog-iframe-popup .process-list {
    top: 48px;
  }
}
.dialog-iframe-popup .portlet-export-import-publish-processes {
  top: 0;
}

@media (min-width: 768px) {
  .dialog-with-footer #main-content,
  .dialog-with-footer #wrapper {
    height: calc(100% - 60px);
  }
}
.dialog-with-footer .button-holder.dialog-footer,
.dialog-with-footer .sheet-footer.dialog-footer {
  background-color: #FFF;
  border-top: 1px solid #E7E7ED;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .dialog-with-footer .button-holder.dialog-footer,
  .dialog-with-footer .sheet-footer.dialog-footer {
    position: fixed;
  }
}
.dialog-with-footer .button-holder.dialog-footer .btn,
.dialog-with-footer .sheet-footer.dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
@media (min-width: 768px) {
  .dialog-with-footer .dialog-body,
  .dialog-with-footer .lfr-dynamic-uploader,
  .dialog-with-footer .lfr-form-content,
  .dialog-with-footer .portlet-configuration-body-content,
  .dialog-with-footer .roles-selector-body {
    padding-bottom: 60px;
  }
}
.dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.dialog-with-footer .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative;
}
.lfr-editable:after {
  background: #68bb30 url(../images/common/edit_white.png) no-repeat 50%;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
}
.lfr-editable:focus:after {
  display: none;
}
.lfr-editable:focus:hover {
  background-color: transparent;
}
.lfr-editable:hover {
  background-color: rgba(255, 255, 255, 0.3);
  outline-color: #519226;
}
.lfr-editable:hover:after {
  background-color: #519226;
}

.lfr-editable-notice-close {
  margin-left: 1em;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.alloy-editor-container .alloy-editor {
  outline: 0;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder {
  color: #2b4259;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #dbdde1;
  color: #b0b4bb;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder.readonly {
  color: #ccc;
}
.alloy-editor-container .alloy-editor-icon {
  color: #869cad;
}

.has-error .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #cc6677;
}

.cke_dialog .cke_dialog_ui_input_text {
  height: auto;
}

.cke_editable_inline a {
  cursor: pointer;
}

.cke_panel.cke_combopanel {
  width: 220px;
}

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0;
}
.cke_panel_block .cke_panel_list {
  margin-left: 0;
}
.cke_panel_block .cke_panel_list .cke_panel_listItem {
  line-height: initial;
}
.cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
  text-decoration: none;
}

/* ---------- CKEditor table ---------- */
.cke_show_border {
  width: 500px;
}
.cke_show_border td {
  height: 15px;
}

/* ---------- CKEditor image resizer ---------- */
.cke_widget_image .cke_image_resizer {
  bottom: -15px;
  height: 5px;
  outline-color: transparent;
  padding: 5px;
  right: -15px;
  width: 5px;
}

.html-editor.portlet {
  background: #fff;
  color: #000;
  line-height: 1;
  padding: 1em;
  text-align: start;
}

.html-editor.portlet-message-boards {
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  word-wrap: break-word;
}
.html-editor.portlet-message-boards blockquote {
  background: #eef0f2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
  border: 1px solid #777;
  padding: 5px 45px;
}
.html-editor.portlet-message-boards blockquote:after {
  background: url(../images/message_boards/quoteright.png) no-repeat 50%;
  content: "";
  display: block;
  float: right;
  height: 24px;
  margin-right: -35px;
  margin-top: -25px;
  width: 31px;
  z-index: 999;
}
.html-editor.portlet-message-boards blockquote cite {
  display: block;
  font-weight: bold;
}
.html-editor.portlet-message-boards pre {
  background: #f9f9f9;
  border: 1px solid #777;
  padding: 0.5em;
}

.lfr-source-editor {
  border-color: #ccc;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "\f0d7";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "\f0da";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border-color: #ccc;
}

.mce-content-body {
  text-align: start;
}

.file-icon-color-0 {
  background-color: #FFF;
  color: #6b6c7e;
}

.file-icon-color-1 {
  background-color: #FFF;
  color: #a7a9bc;
}

.file-icon-color-2 {
  background-color: #FFF;
  color: #50d2a0;
}

.file-icon-color-3 {
  background-color: #FFF;
  color: #af78ff;
}

.file-icon-color-4 {
  background-color: #FFF;
  color: #ffb46e;
}

.file-icon-color-5 {
  background-color: #FFF;
  color: #ff5f5f;
}

.file-icon-color-6 {
  background-color: #FFF;
  color: #4b9bff;
}

.file-icon-color-7 {
  background-color: #FFF;
  color: #272833;
}

.lfr-item-viewer .image-viewer-base {
  outline: none;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
}
.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}

.image-viewer-caption {
  color: #777;
}

.image-viewer-footer-control, .image-viewer-footer-control:focus, .image-viewer-footer-control:hover {
  color: #777;
}

@media (min-width: 576px) {
  .image-viewer-sidenav-menu {
    background-color: transparent;
    border-left-width: 0;
  }
}

.image-viewer-sidenav dd {
  color: #8b8b8b;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .image-viewer-sidenav dd {
    color: #777;
  }
}
.image-viewer-sidenav .h5 {
  color: #869cad;
  margin-bottom: 3px;
}
@media (min-width: 576px) {
  .image-viewer-sidenav .h5 {
    color: #fff;
  }
}
.image-viewer-sidenav .nav-tabs-default > li {
  padding-left: 20px;
}
.image-viewer-sidenav .nav-tabs-default > li:first-child {
  padding-left: 0;
}
.image-viewer-sidenav .nav-tabs-default > li:first-child > a {
  padding-left: 0;
}
.image-viewer-sidenav .nav-tabs-default > li > a {
  border-color: transparent;
  color: #777;
  padding-left: 0;
  padding-right: 0;
}
.image-viewer-sidenav .nav-tabs-default > li > .active {
  background-color: transparent;
}
.image-viewer-sidenav .nav-tabs-default > li > .active, .image-viewer-sidenav .nav-tabs-default > li > .active:focus, .image-viewer-sidenav .nav-tabs-default > li > .active:hover {
  border-color: transparent;
  color: #777;
}
@media (min-width: 576px) {
  .image-viewer-sidenav .nav-tabs-default > li > .active, .image-viewer-sidenav .nav-tabs-default > li > .active:focus, .image-viewer-sidenav .nav-tabs-default > li > .active:hover {
    color: #fff;
  }
}
.image-viewer-sidenav .nav-tabs-default > li > .active:after {
  background-color: #65b6f0;
  bottom: -10px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: relative;
  right: 0;
}

.image-viewer-sidenav-body {
  padding-top: 0;
}

.lfr-item-viewer .lfr-item-viewer-close {
  color: #fff;
  opacity: 1;
}
.lfr-item-viewer .lfr-item-viewer-close, .lfr-item-viewer .lfr-item-viewer-close:focus, .lfr-item-viewer .lfr-item-viewer-close:hover {
  color: #fff;
}
.lfr-item-viewer .lfr-item-viewer-close .icon-monospaced {
  color: #777;
}

.lfr-item-viewer-icon-info {
  color: #fff;
}

.nav.list-group li > a:focus, .nav.list-group li > a:hover {
  background-color: #e5f5fc;
  color: #009ae5;
}
.nav.list-group > .active {
  border-width: 1px 0 0 0;
}
.nav.list-group > .active > a, .nav.list-group > .active > a:focus, .nav.list-group > .active > a:hover {
  background-color: #60bfef;
  border: 1px solid #60bfef;
  color: #fff;
}
.nav.list-group .list-group-item {
  padding: 0;
}
.nav.list-group .list-group-item.nav-header {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 10px;
}

.lfr-page-templates li a {
  padding: 0;
}
.lfr-page-templates li a label {
  cursor: pointer;
  display: block;
  padding: 5px 0 5px 5px;
}

.menu {
  position: absolute;
  width: auto;
}
.menu .notice-message {
  background-image: none;
  margin: 3px;
  padding: 6px;
}

.menu-content {
  background: #fff;
  list-style: none;
  min-width: 150px;
}
.menu-content li {
  margin: 0;
  padding: 0;
}
.menu-content li .disabled {
  color: #999;
}

.menu-content {
  background: #ccc9c9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #aeafb1 #777879 #777879 #aeafb1;
  padding: 2px 0;
}

.menugroup-content .menu-label {
  background: #d2d6de;
  color: #5b677d;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #fff;
}

.menugroup-content ul {
  display: block;
  min-width: 0;
}

.menu-content li {
  border-bottom: 1px solid #bcbbbb;
  border-top: 1px solid #eee;
  display: block;
  margin: 0;
  padding: 0;
}
.menu-content li.first {
  border-top-width: 0;
}
.menu-content li.last {
  border-bottom-width: 0;
}

.menu-content li a,
.menu-content li .disabled {
  color: #2c2f34;
  display: block;
  padding: 4px 5px;
  text-decoration: none;
}

.menu-content li a.focus,
.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.app-view-drop-active {
  background-color: #00a2ea;
  font-weight: bold;
}
.category-portlets .app-view-drop-active {
  background-color: #00a2ea;
  color: #fff;
}

.basecelleditor [class~=form-validator-message] {
  clip: rect(auto auto auto auto);
  width: auto;
}

.document-library-file-entry-cell-editor-hidden {
  display: none;
}

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle;
}

.has-control-menu .lfr-asset-anchor {
  height: 74px;
  margin-top: -74px;
}

.lfr-asset-anchor {
  display: block;
  height: 10px;
  margin-top: -10px;
  position: relative;
  z-index: -1;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal.card,
.lfr-page-layouts input[type=radio]:checked + .card-horizontal .card {
  background-color: #F7F8F9;
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  background-color: #0B5FFF;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  transition: height 0.15s ease-in-out;
}
.lfr-page-layouts .card-horizontal.card,
.lfr-page-layouts .card-horizontal .card {
  border-width: 1px;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.lfr-page-layouts .card-horizontal.card:hover,
.lfr-page-layouts .card-horizontal .card:hover {
  background-color: #F7F8F9;
  text-decoration: none;
}
.lfr-page-layouts .card-horizontal.card:focus,
.lfr-page-layouts .card-horizontal .card:focus {
  background-color: #F7F8F9;
  box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #719AFF;
}
.lfr-page-layouts .card-horizontal.card:active, .lfr-page-layouts .card-horizontal.card.active,
.lfr-page-layouts .card-horizontal .card:active,
.lfr-page-layouts .card-horizontal .card.active {
  background-color: #F1F2F5;
}
.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  transition: height 0.15s ease-in-out;
}
.lfr-page-layouts .card-horizontal:hover::after, .lfr-page-layouts .card-horizontal.hover::after {
  background-color: #0B5FFF;
  height: 4px;
}
.lfr-page-layouts .card-horizontal:focus::after, .lfr-page-layouts .card-horizontal.focus::after {
  background-color: #0B5FFF;
  height: 4px;
}
.lfr-page-layouts .card-horizontal:active::after, .lfr-page-layouts .card-horizontal.active::after {
  background-color: #0B5FFF;
  height: 4px;
}
.dialog-iframe-popup:not(.article-preview) #main-content,
.dialog-iframe-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}

.modal {
  display: block;
  margin: 0;
  overflow: hidden;
  position: fixed;
}

.modal-body {
  overflow: auto;
}
.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: none;
  }
}
.modal-dialog.modal-dialog-sm {
  max-width: 600px;
}

.modal-hidden {
  display: none;
}

.modal-open .modal {
  overflow: hidden;
}

.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

.dragging .portlet-column.customizable {
  background-color: #cffccf;
  outline: 3px solid #5eaf3d;
}

.customizable-layout-column-content {
  background-color: #c92c3c;
}
.customizable-layout-column-content.yui3-widget-content-expanded {
  margin: 0 15px;
}

.layout-customizable-controls {
  background-color: rgba(201, 44, 60, 0.8);
}

.customizable .customizable-layout-column-content {
  background-color: #5eaf3d;
}
.customizable .layout-customizable-controls {
  background-color: rgba(94, 175, 61, 0.8);
}

.layout-customizable-controls-container {
  margin: 0 15px;
  position: relative;
}

.layout-customizable-controls {
  font-size: 1.5em;
  padding: 4px 16px;
  position: absolute;
  width: 100%;
  z-index: 15;
}
.layout-customizable-controls label {
  color: #fff;
}

.paginator-link {
  background: #eee no-repeat scroll 50% 1px;
  border: 1px solid #f0f1f2;
  border-color: #f0f1f2 #b2b2b2 #949494 #f0f1f1;
  color: #1f1e1e;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px;
}

.paginator-page-link {
  height: auto;
  text-indent: 0;
}

.paginator-current-page {
  background: #0083bd url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38b6ef #006d9e #006d9e #46b4e6;
  color: #fff;
  text-shadow: -1px -1px #003c57;
}

.paginator-first-link {
  background-image: url(../images/arrows/paging_first.png);
}

.paginator-prev-link {
  background-image: url(../images/arrows/paging_previous.png);
}

.paginator-last-link {
  background-image: url(../images/arrows/paging_last.png);
}

.paginator-next-link {
  background-image: url(../images/arrows/paging_next.png);
}

.paginator-current-page-report,
.paginator-total {
  color: #555;
  font-size: 0.9em;
}

.paginator-current-page-report {
  margin-left: 2em;
}

.taglib-page-iterator .search-pages .page-links {
  padding: 0;
}

.info-panel .panel-group {
  margin-left: -1rem;
  margin-right: -1rem;
}

.lfr-panel-container {
  background: #fff;
}

.lfr-panel-content {
  padding: 5px 10px;
}

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px;
}

.panel-hd {
  background: #c0c2c5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #c8c9ca #aeb2b8 #aeb2b8 #c8c9ca;
  padding-left: 10px;
  text-shadow: 1px 1px #fff;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-right: 1rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

@media (min-width: 576px) {
  .sheet .display-style-icon .lfr-asset-item {
    width: 25%;
  }
}
.splitter {
  border-radius: 0.25rem 0.25rem 0 0;
  color: #6B6C7E;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
}
.splitter.splitter-spaced {
  border-radius: 0.25rem;
  margin-bottom: 20px;
}

.table > tbody > tr.splitter {
  height: auto;
}
.table > tbody > tr.splitter > td {
  padding: 0;
}

.lfr-nav.nav-tabs {
  margin-bottom: 20px;
}

.tab-active strong {
  font-weight: normal;
}

.tab-back {
  float: right;
}

.tab-back-content {
  border-width: 0;
  padding: 1px;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud {
  line-height: 2.5em;
}
.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.tagselector-content {
  border-width: 0;
  padding: 0;
}
.tagselector-content .textboxlistentry-holder {
  border-bottom: 2px solid #869cad;
  margin-bottom: 10px;
  padding: 0;
}

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0;
}

.lfr-portal-tooltip {
  display: inline-block;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tooltip {
  max-width: 200px;
}
.tooltip .tooltip-arrow {
  background-color: #272833;
  height: 0.6rem;
  position: absolute;
  transform: rotate(45deg);
  width: 0.6rem;
}

.tooltip.top .tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -0.3rem;
}

.tooltip.right .tooltip-arrow,
.tooltip.left .tooltip-arrow {
  margin-top: -0.3rem;
  top: 50%;
}

.tooltip.bottom {
  padding-top: 0.3rem;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
}

.tooltip.left {
  padding-right: 0.3rem;
}
.tooltip.left .tooltip-arrow {
  right: 0;
}

.tooltip.right {
  padding-left: 0.3rem;
}
.tooltip.right .tooltip-arrow {
  left: 0;
}

.tooltip.top {
  padding-bottom: 0.3rem;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .icon-check:before {
  content: "\f096";
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node .tree-node-checked .icon-check:before {
  content: "\f046";
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.underlay {
  clear: both;
  top: 100%;
}
.underlay .yui3-widget-hd {
  height: 38px;
}

.underlay-hidden {
  display: none;
}

.underlay-content {
  background: #f4f3f3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #aeafb1;
  border-width: 0 1px 1px;
}

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px;
}

.user-icon-color-0 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #6b6c7e;
}

.user-icon-color-1 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #4b9bff;
}

.user-icon-color-2 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #ffb46e;
}

.user-icon-color-3 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #ff5f5f;
}

.user-icon-color-4 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #50d2a0;
}

.user-icon-color-5 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #ff73c3;
}

.user-icon-color-6 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #9be169;
}

.user-icon-color-7 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #af78ff;
}

.user-icon-color-8 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #ffd76e;
}

.user-icon-color-9 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #5fc8ff;
}

/* Font Family */
/* Font Color  */
/* Font Size  */
/* Media Query */
:root {
  --container-padding: 5rem;
  --section-padding: 100px;
  --facebook-color: #4267b2;
  --insta-color: #3f729b;
  --youtube-color: #ff0000;
  --twitter-color: #1da1f2;
  --linkedin-color: #0077b5;
  --pinterest-color: #e60023;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  :root {
    --4k-ratio: 22;
    --container-padding: 6.54%;
    --section-padding: 4.543vw;
  }
}
@media (max-width: 1440.98px) {
  :root {
    --container-padding: 5.594rem;
  }
}
@media (max-width: 1199.98px) {
  :root {
    --container-padding: 50px;
    --section-padding: 80px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --container-padding: 30px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --container-padding: 25px;
    --section-padding: 50px;
  }
}
@media (max-width: 374.98px) {
  :root {
    --container-padding: 20px;
  }
}

/* Font Family */
/* Font Color  */
/* Font Size  */
body.wcprop-2 .mm-menu {
  font-family: var(--wc-font-family);
  border-right: 1px solid var(--menu-active-bg-color);
}
body.wcprop-2 .mm-panel,
body.wcprop-2 .mm-navbar {
  background: var(--header-bg-color);
}
body.wcprop-2 .mm-listitem,
body.wcprop-2 .mm-navbar {
  color: var(--header-font-color);
}
body.wcprop-2 .mm-navbar {
  border-bottom: 1px solid var(--menu-border-color);
}
body.wcprop-2 .mm-listitem:after {
  border-color: var(--menu-border-color);
  left: 0;
}
body.wcprop-2 .mm-listitem__btn {
  border-color: var(--menu-border-color);
}
body.wcprop-2 .mm-navbars_bottom .mm-navbar:first-child {
  border-top: 1px solid var(--menu-border-color);
}
body.wcprop-2 .mm-btn:after,
body.wcprop-2 .mm-btn:before {
  border-left: 2px solid;
  border-color: var(--header-font-color);
}

#ui-area #navigation_menu_open_button.fullscreen-menu-icon {
  font-size: 0px;
}
#ui-area .header-main-wrapper {
  font-family: var(--menu-font-family);
  background: var(--header-bg-color);
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  padding: 20px 0px 40px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#ui-area .header-main-wrapper .top_header_links {
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  #ui-area .header-main-wrapper .top_header_links {
    margin-bottom: 0px;
    height: 1rem;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .header-main-wrapper .top_header_links .d-md-block {
    display: none !important;
  }
}
#ui-area .header-main-wrapper .top_header_links .text-rightl {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  #ui-area .header-main-wrapper .top_header_links .text-rightl {
    right: 16vw;
    top: 1.8rem;
    z-index: 2;
  }
}
@media (max-width: 767.98px) {
  #ui-area .header-main-wrapper .top_header_links .text-rightl {
    top: 1.8rem;
  }
}
@media (max-width: 575.98px) {
  #ui-area .header-main-wrapper .top_header_links .text-rightl {
    top: 1.5rem;
  }
}
#ui-area .header-main-wrapper .top_header_links .text-rightl .mem-login-wrapper {
  max-width: max-content;
}
#ui-area .header-main-wrapper .top_header_links .text-rightl .mem-login-wrapper a {
  padding: 10px 15px;
  font-family: var(--menu-font-family);
  font-size: calc(var(--menu-font-size) * 1px);
  text-transform: capitalize;
  color: var(--white-color);
  display: flex;
  font-weight: 300;
  border: 1px solid var(--white-color);
}
@media (max-width: 575.98px) {
  #ui-area .header-main-wrapper .top_header_links .text-rightl .mem-login-wrapper a {
    padding: 8px 5px;
    position: relative;
    font-size: 0.8rem;
    margin-top: 0.6rem;
  }
}
#ui-area .header-main-wrapper .top_header_links .text-rightl .mem-login-wrapper a:hover {
  background: var(--primary-color-hover);
  color: var(--white-color);
}
#ui-area .header-main-wrapper .top_header_links .quick_contact span {
  color: var(--primary-color);
  text-transform: uppercase;
}
@media (max-width: 1440.98px) {
  #ui-area .header-main-wrapper .top_header_links .quick_contact span {
    font-size: 18px;
  }
}
#ui-area .header-main-wrapper .top_header_links .quick_contact span:nth-last-child(1) {
  margin-left: 30px;
}
#ui-area .header-main-wrapper .top_header_links .quick_contact span a {
  color: var(--white-color);
  margin-left: 10px;
}
#ui-area .header-main-wrapper .top_header_links .social-media-links ul li a {
  color: var(--white-color);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul {
  flex-wrap: wrap;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a {
  text-transform: capitalize !important;
  font-weight: 500 !important;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a span.active {
  /*color: var(--secondary-color) !important; */
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li a {
  padding: 1rem 0.75rem 1rem 1.25rem;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li a:hover span.active {
  color: var(--white-color) !important;
}
#ui-area .header-main-wrapper #fullscreen-menu-popup-nav {
  width: 100% !important;
  display: none;
  background: var(--primary-color);
}
#ui-area .header-main-wrapper #fullscreen-menu-popup-nav #headerHTML {
  position: absolute;
  width: 100%;
  display: block;
  z-index: 1;
}
#ui-area .header-main-wrapper #fullscreen-menu-popup-nav .close-menu-div {
  display: flex;
  justify-content: flex-end;
  padding: 30px 30px 0;
}
#ui-area .header-main-wrapper #fullscreen-menu-popup-nav .close-menu-div .closebtn {
  position: relative;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/club-images/cross_icon.svg);
  text-indent: -9999px;
  width: 30px;
  height: 30px;
}
#ui-area .header-main-wrapper #fullscreen-menu-popup-nav .fullscreen-menu-popup-nav-div {
  width: 100%;
  text-align: center;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  top: 0;
}
#ui-area .header-main-wrapper #fullscreen-menu-popup-nav .fullscreen-menu-popup-nav-div ul {
  padding: 0;
}
#ui-area .header-main-wrapper #fullscreen-menu-popup-nav .fullscreen-menu-popup-nav-div ul li {
  list-style: none;
}
#ui-area .header-main-wrapper #fullscreen-menu-popup-nav .fullscreen-menu-popup-nav-div ul li .fa-caret-down {
  color: var(--menu-font-color);
}
#ui-area .header-main-wrapper #fullscreen-menu-popup-nav .fullscreen-menu-popup-nav-div ul li a {
  font-size: 25px;
  margin: 10px 0;
  color: var(--menu-font-color);
  display: inline-block;
}
#ui-area .header-main-wrapper #fullscreen-menu-popup-nav .fullscreen-menu-popup-nav-div ul li ul li a {
  font-size: 20px;
  color: var(--menu-font-color);
}
#ui-area .header-main-wrapper .navigation_styling {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 991.98px) {
  #ui-area .header-main-wrapper .navigation_styling {
    flex-direction: row-reverse;
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  #ui-area .header-main-wrapper .navigation_styling {
    flex-direction: row-reverse;
    gap: 10px;
    text-align: right;
  }
}
#ui-area .header-main-wrapper .navigation_styling .menu-trigger {
  display: inline-block;
  transition: all 0.4s;
  position: relative;
  width: 35px;
  height: 25px;
}
#ui-area .header-main-wrapper .navigation_styling .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  z-index: 1;
}
#ui-area .header-main-wrapper .navigation_styling .menu-trigger span:nth-of-type(1) {
  top: 0;
}
#ui-area .header-main-wrapper .navigation_styling .menu-trigger span:nth-of-type(2) {
  top: 11px;
}
#ui-area .header-main-wrapper .navigation_styling .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
#ui-area .header-main-wrapper .navigation_styling .hidden-desktop {
  display: none;
}
@media (max-width: 1199.98px) {
  #ui-area .header-main-wrapper .navigation_styling .hidden-desktop {
    display: block;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper {
    padding: 1.8173557474vw 0;
  }
}
@media (max-width: 991.98px) {
  #ui-area .header-main-wrapper {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  #ui-area .header-main-wrapper {
    padding: 0px;
  }
}
#ui-area .header-main-wrapper .drop-down-navigation-portlet {
  height: 100%;
}
#ui-area .header-main-wrapper .drop-down-navigation-portlet .portlet-borderless-container {
  height: 100%;
}
#ui-area .header-main-wrapper .drop-down-navigation-portlet .portlet-borderless-container .portlet-body {
  height: 100%;
}
#ui-area .header-main-wrapper .drop-down-navigation-portlet section.portlet {
  margin-bottom: 0;
}
#ui-area .header-main-wrapper .col-lg-2 {
  padding: 0;
}
#ui-area .header-main-wrapper .col-lg-2 .club_logo img {
  transition: 0.35s ease;
  max-height: 140px;
}
@media (max-width: 1199.98px) {
  #ui-area .header-main-wrapper .col-lg-2 .club_logo img {
    max-height: 70px;
  }
}
#ui-area .header-main-wrapper .hdr_r {
  padding-left: 3rem;
  flex: 1;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .hdr_r {
    padding-left: 0.726942299vw;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .header-main-wrapper .hdr_r {
    padding-left: 0;
  }
}
#ui-area .header-main-wrapper .hdr_r .menu-top-bar {
  width: 100%;
  justify-content: flex-end;
  display: flex;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  transition: 0.35s ease;
  max-height: 60px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .hdr_r .menu-top-bar {
    padding-bottom: 0.5452067242vw;
    margin-bottom: 0.5452067242vw;
    max-height: 2.7260336211vw;
  }
}
@media (max-width: 575.98px) {
  #ui-area .header-main-wrapper .hdr_r .menu-top-bar {
    display: none;
  }
}
#ui-area .header-main-wrapper .hdr_r .menu-top-bar a {
  color: var(--header-font-color);
  font-size: calc(var(--menu-font-size) * 1px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .hdr_r .menu-top-bar a {
    font-size: calc(var(--menu-font-size) / var(--4k-ratio) * 1vw);
  }
}
#ui-area .header-main-wrapper .hdr_r .head-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  #ui-area .header-main-wrapper .hdr_r .mem-login-wrapper {
    margin-left: 15px;
  }
}
#ui-area .header-main-wrapper .hdr_r .mem-login-wrapper a {
  font-size: calc(var(--menu-font-size) * 1px);
  color: var(--headerbtn-font-color);
  background: var(--headerbtn-bg-color);
  padding: 0.5rem 1rem;
  text-decoration: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .hdr_r .mem-login-wrapper a {
    font-size: calc(var(--menu-font-size) / var(--4k-ratio) * 1vw);
    padding: 0.64vw 0.8vw;
  }
}
@media only screen and (max-width: 767px) {
  #ui-area .header-main-wrapper .hdr_r .mem-login-wrapper a {
    font-size: 11px;
  }
}
#ui-area .header-main-wrapper .hdr_r .mem-login-wrapper a:hover {
  -webkit-filter: contrast(1.3);
  filter: contrast(1.3);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  background: var(--menu-bg-color);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid var(--menu-border-color);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent:hover a {
  background: var(--menu-active-bg-color);
  color: var(--menu-active-font-color);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.active a {
  background: var(--menu-active-bg-color);
  color: var(--menu-active-font-color);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a {
  font-family: var(--menu-font-family);
  color: var(--menu-font-color);
  font-size: calc(var(--menu-font-size) * 1px);
  font-weight: 400;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a {
    font-size: calc(var(--menu-font-size) / var(--4k-ratio) * 1vw);
    padding: 0.3634711495vw 0.5452067242vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  #ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a {
    font-size: calc((var(--menu-font-size) - 2) * 1px);
    letter-spacing: 0;
  }
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a > a {
  border-right: 1px solid var(--menu-border-color);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a[aria-haspopup=true] span {
  width: calc(100% - 15px);
  display: inline-flex;
  padding-right: 0.25rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a[aria-haspopup=true] span {
    width: calc(100% - 0.6815084053vw);
    padding-right: 0.1817355747vw;
  }
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a[aria-haspopup=true]::after {
  content: var(--arrow-icon-down);
  font-family: var(--fontawesome-family);
  font-size: calc(var(--menu-font-size) * 1px);
  color: var(--menu-font-color);
  display: inline-flex;
  justify-content: center;
  margin-left: auto;
  font-weight: 700;
  width: 15px;
  height: inherit;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a[aria-haspopup=true]::after {
    font-size: calc(var(--menu-font-size) / var(--4k-ratio) * 1vw);
    width: 0.6815084053vw;
    height: 0.6815084053vw;
  }
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a span {
  pointer-events: none;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a span.active {
  color: var(--menu-active-font-color);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children {
  list-style: none;
  padding: 0;
  background: var(--submenu-bg-color);
  height: 0;
  width: 100%;
  min-width: 250px;
  position: absolute;
  overflow: hidden;
  text-align: center;
  top: 100%;
  left: 0;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children {
    min-width: 11.3584734212vw;
  }
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li a {
  font-size: calc(var(--submenu-font-size) * 1px);
  font-family: var(--menu-font-family);
  color: var(--submenu-font-color);
  display: flex;
  padding: 0;
  line-height: normal;
  -webkit-text-transform: none;
  text-transform: none;
  border-bottom: 1px solid var(--submenu-separator-color);
  background: transparent;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li a {
    padding: 0;
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
  }
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li a[aria-haspopup=true]::after {
  font-size: calc(var(--submenu-font-size) * 1px);
  color: var(--submenu-font-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li a[aria-haspopup=true]::after {
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
  }
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li a span {
  display: block;
  width: 100%;
  padding: 1.25rem 0.75rem 1.25rem 1.25rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li a span {
    padding: 0.9086778737vw 0.5452067242vw 0.9086778737vw 0.9086778737vw;
  }
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li a span.active {
  background: var(--submenu-hover-bg-color);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li:hover > a[aria-haspopup=true]::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level1-] {
  position: relative;
  text-align: left;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level1-]:last-child > a {
  border-bottom: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level1-] a {
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
    padding: 0.9086778737vw 0.5452067242vw 0.9086778737vw 0.9086778737vw;
  }
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level1-] a:hover {
  color: var(--submenu-hover-font-color);
  background: var(--submenu-hover-bg-color);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level1-] .textured-nav-children-level2 {
  list-style: none;
  padding: 0;
  margin: 0;
  left: 100%;
  top: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  min-width: 250px;
  background-color: var(--submenu-bg-color);
  -webkit-transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level1-] .textured-nav-children-level2 {
    min-width: 11.3584734212vw;
  }
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level1-] .textured-nav-children-level2 > li > a {
  border-bottom: 1px solid var(--submenu-separator-color);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level1-] .textured-nav-children-level2 > li:last-child > a {
  border-bottom: none;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level2-] {
  position: relative;
  text-align: left;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level2-]:last-child > a {
  border-bottom: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level2-] a {
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
    padding: 0.9086778737vw 0.5452067242vw 0.9086778737vw 0.9086778737vw;
  }
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level2-] a:hover {
  color: var(--submenu-hover-font-color);
  background: var(--submenu-hover-bg-color);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level2-] .textured-nav-children-level3 {
  list-style: none;
  padding: 0;
  margin: 0;
  left: 100%;
  top: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  min-width: 250px;
  background-color: var(--submenu-bg-color);
  -webkit-transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level2-] .textured-nav-children-level3 {
    min-width: 11.3584734212vw;
  }
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level2-] .textured-nav-children-level3 > li > a {
  border-bottom: 1px solid var(--submenu-separator-color);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level2-] .textured-nav-children-level3 > li:last-child > a {
  border-bottom: none;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level3-] {
  position: relative;
  text-align: left;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level3-]:last-child > a {
  border-bottom: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level3-] a {
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
    padding: 0.9086778737vw 0.5452067242vw 0.9086778737vw 0.9086778737vw;
  }
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level3-] a:hover {
  color: var(--submenu-hover-font-color);
  background: var(--submenu-hover-bg-color);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level3-] .textured-nav-children-level4 {
  list-style: none;
  padding: 0;
  margin: 0;
  left: 100%;
  top: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  min-width: 250px;
  background-color: var(--submenu-bg-color);
  -webkit-transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level3-] .textured-nav-children-level4 {
    min-width: 11.3584734212vw;
  }
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level3-] .textured-nav-children-level4 > li > a {
  border-bottom: 1px solid var(--submenu-separator-color);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level3-] .textured-nav-children-level4 > li:last-child > a {
  border-bottom: none;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level4-] {
  position: relative;
  text-align: left;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level4-]:last-child > a {
  border-bottom: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level4-] a {
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
    padding: 0.9086778737vw 0.5452067242vw 0.9086778737vw 0.9086778737vw;
  }
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level4-] a:hover {
  color: var(--submenu-hover-font-color);
  background: var(--submenu-hover-bg-color);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level4-] .textured-nav-children-level5 {
  list-style: none;
  padding: 0;
  margin: 0;
  left: 100%;
  top: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  min-width: 250px;
  background-color: var(--submenu-bg-color);
  -webkit-transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level4-] .textured-nav-children-level5 {
    min-width: 11.3584734212vw;
  }
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level4-] .textured-nav-children-level5 > li > a {
  border-bottom: 1px solid var(--submenu-separator-color);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level4-] .textured-nav-children-level5 > li:last-child > a {
  border-bottom: none;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level5-] {
  position: relative;
  text-align: left;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level5-]:last-child > a {
  border-bottom: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level5-] a {
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
    padding: 0.9086778737vw 0.5452067242vw 0.9086778737vw 0.9086778737vw;
  }
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level5-] a:hover {
  color: var(--submenu-hover-font-color);
  background: var(--submenu-hover-bg-color);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level5-] .textured-nav-children-level6 {
  list-style: none;
  padding: 0;
  margin: 0;
  left: 100%;
  top: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  min-width: 250px;
  background-color: var(--submenu-bg-color);
  -webkit-transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level5-] .textured-nav-children-level6 {
    min-width: 11.3584734212vw;
  }
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level5-] .textured-nav-children-level6 > li > a {
  border-bottom: 1px solid var(--submenu-separator-color);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level5-] .textured-nav-children-level6 > li:last-child > a {
  border-bottom: none;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level6-] {
  position: relative;
  text-align: left;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level6-]:last-child > a {
  border-bottom: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level6-] a {
    font-size: calc(var(--submenu-font-size) / var(--4k-ratio) * 1vw);
    padding: 0.9086778737vw 0.5452067242vw 0.9086778737vw 0.9086778737vw;
  }
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level6-] a:hover {
  color: var(--submenu-hover-font-color);
  background: var(--submenu-hover-bg-color);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level6-] .textured-nav-children-level7 {
  list-style: none;
  padding: 0;
  margin: 0;
  left: 100%;
  top: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  min-width: 250px;
  background-color: var(--submenu-bg-color);
  -webkit-transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level6-] .textured-nav-children-level7 {
    min-width: 11.3584734212vw;
  }
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level6-] .textured-nav-children-level7 > li > a {
  border-bottom: 1px solid var(--submenu-separator-color);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children [class*=textured-nav-children-level6-] .textured-nav-children-level7 > li:last-child > a {
  border-bottom: none;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children {
  height: auto;
  overflow: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children.overflow-show {
  overflow: visible;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children .hasOverflow {
  left: unset !important;
  right: 100%;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children.hasOverflow {
  left: unset;
  right: 0;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children.hasOverflow ul {
  left: unset !important;
  right: 100%;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children .textured-nav-children-level1-li.dd-open .textured-nav-children-level2 {
  height: auto;
  overflow: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: -6px 14px 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -6px 14px 15px rgba(0, 0, 0, 0.15);
  left: 100%;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children .textured-nav-children-level2-li.dd-open .textured-nav-children-level3 {
  height: auto;
  overflow: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: -6px 14px 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -6px 14px 15px rgba(0, 0, 0, 0.15);
  left: 100%;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children .textured-nav-children-level3-li.dd-open .textured-nav-children-level4 {
  height: auto;
  overflow: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: -6px 14px 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -6px 14px 15px rgba(0, 0, 0, 0.15);
  left: 100%;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children .textured-nav-children-level4-li.dd-open .textured-nav-children-level5 {
  height: auto;
  overflow: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: -6px 14px 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -6px 14px 15px rgba(0, 0, 0, 0.15);
  left: 100%;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children .textured-nav-children-level5-li.dd-open .textured-nav-children-level6 {
  height: auto;
  overflow: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: -6px 14px 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -6px 14px 15px rgba(0, 0, 0, 0.15);
  left: 100%;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children .textured-nav-children-level6-li.dd-open .textured-nav-children-level7 {
  height: auto;
  overflow: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: -6px 14px 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -6px 14px 15px rgba(0, 0, 0, 0.15);
  left: 100%;
}
@media (max-width: 1199.98px) {
  #ui-area .header-main-wrapper #navigation {
    display: none;
  }
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent {
  border: 0;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent a {
  padding: 0.5rem 0.75rem;
  font-weight: 300;
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children {
  transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  opacity: 0;
  transform: translateY(-10px);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li .textured-nav-children-level2 {
  transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  opacity: 0;
  transform: translateY(-10px);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li .textured-nav-children-level2 li .textured-nav-children-level3 {
  transition: 0.35s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  opacity: 0;
  transform: translateY(-10px);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children {
  animation: none;
  padding-bottom: 0 !important;
  height: auto;
  overflow: visible;
  opacity: 1;
  transform: translateY(0);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children li.dd-open .textured-nav-children-level2 {
  animation: none;
  padding-bottom: 0 !important;
  height: auto;
  overflow: visible;
  opacity: 1;
  transform: translateY(0);
  box-shadow: -6px 14px 15px rgba(0, 0, 0, 0.15);
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent.dd-open .textured-nav-children li.dd-open .textured-nav-children-level2 li.dd-open .textured-nav-children-level3 {
  animation: none;
  padding-bottom: 0 !important;
  height: auto;
  overflow: visible;
  opacity: 1;
  transform: translateY(0);
  box-shadow: -6px 14px 15px rgba(0, 0, 0, 0.15);
}
#ui-area .header-main-wrapper .smartphone-nav-div {
  font-size: 0px;
  display: none;
  left: -10px;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .smartphone-nav-div {
    left: -0.4543389368vw;
  }
}
#ui-area .header-main-wrapper .smartphone-nav-div .menu-text {
  display: block;
  height: 30px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .smartphone-nav-div .menu-text {
    height: 1.3630168105vw;
  }
}
#ui-area .header-main-wrapper .smartphone-nav-div .menu-text span {
  background: var(--menu-font-color);
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s, -webkit-transform ease 0.3s;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s, -webkit-transform ease 0.3s;
  width: 31px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .smartphone-nav-div .menu-text span {
    height: 0.0908677874vw;
    width: 1.4084507042vw;
  }
}
#ui-area .header-main-wrapper .smartphone-nav-div .menu-text span::before, #ui-area .header-main-wrapper .smartphone-nav-div .menu-text span::after {
  content: "";
  background: var(--menu-font-color);
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s, -webkit-transform ease 0.3s;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s, -webkit-transform ease 0.3s;
  width: 32px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .smartphone-nav-div .menu-text span::before, #ui-area .header-main-wrapper .smartphone-nav-div .menu-text span::after {
    height: 0.0908677874vw;
    width: 1.4538845979vw;
  }
}
#ui-area .header-main-wrapper .smartphone-nav-div .menu-text span::before {
  top: -10px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .smartphone-nav-div .menu-text span::before {
    top: -0.4543389368vw;
  }
}
#ui-area .header-main-wrapper .smartphone-nav-div .menu-text span::after {
  top: 10px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .header-main-wrapper .smartphone-nav-div .menu-text span::after {
    top: 0.4543389368vw;
  }
}
#ui-area .header-main-wrapper .smartphone-nav-div {
  left: 0;
}
@media (max-width: 1199.98px) {
  #ui-area .header-main-wrapper .smartphone-nav-div {
    display: block;
  }
}
#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent .textured-nav-children li a span {
  padding: 0.75rem 0.75rem 0.75rem 1.25rem;
}

body.wcprop-2 .mm-menu,
body.wcprop-2 .mm-panel,
body.wcprop-2 .mm-navbar {
  background: var(--primary-color);
}

body.wcprop-2 .mm-navbar.mm-navbar_sticky {
  background: rgba(255, 255, 255, 0.1215686275) !important;
}

/* Media Query */
:root {
  --container-padding: 5rem;
  --section-padding: 100px;
  --facebook-color: #4267b2;
  --insta-color: #3f729b;
  --youtube-color: #ff0000;
  --twitter-color: #1da1f2;
  --linkedin-color: #0077b5;
  --pinterest-color: #e60023;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  :root {
    --4k-ratio: 22;
    --container-padding: 6.54%;
    --section-padding: 4.543vw;
  }
}
@media (max-width: 1440.98px) {
  :root {
    --container-padding: 5.594rem;
  }
}
@media (max-width: 1199.98px) {
  :root {
    --container-padding: 50px;
    --section-padding: 80px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --container-padding: 30px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --container-padding: 25px;
    --section-padding: 50px;
  }
}
@media (max-width: 374.98px) {
  :root {
    --container-padding: 20px;
  }
}

/* Font Family */
/* Font Color  */
/* Font Size  */
#footer {
  font-size: calc(var(--footer-font-size) * 1px);
  background: var(--footer-bg-color);
  color: var(--footer-font-color);
  line-height: 1.5;
  font-weight: 200;
  display: block;
  position: relative;
  width: 100%;
  bottom: 0;
  padding: 97px 0;
  border-top: 7px solid var(--primary-color);
  text-rendering: optimizeLegibility;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #footer {
    font-size: calc(var(--footer-font-size) / var(--4k-ratio) * 1vw);
    padding: 1.666vw 0 0;
  }
}
@media (max-width: 991.98px) {
  #footer {
    font-size: calc((var(--footer-font-size) - 3) * 1px);
  }
}
@media (max-width: 575.98px) {
  #footer {
    padding-bottom: 0;
  }
}
#footer .address_div {
  margin-bottom: 30px;
}
#footer h3 {
  margin-bottom: 20px !important;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: bold;
}
#footer .footer_logo_with_social {
  padding: 0px 50px;
}
#footer .footer_logo_with_social p {
  margin-top: 30px;
}
#footer .footer_logo_with_social .social-media-links {
  margin-top: 30px;
}
#footer .footer_logo_with_social .social-media-links i {
  padding: 6px;
  background: var(--primary-color);
  border-radius: 3px;
  width: 30px;
  height: 30px;
  color: var(--secondary-color);
}
#footer .footer_logo_with_social img {
  max-height: 140px;
}
#footer .privacy_link {
  padding: 20px 0;
}
#footer .privacy_link .spacer_link {
  margin: 30px 20px !important;
}
#footer .social-media-links ul {
  justify-content: center;
}
#footer .footer_main_link {
  padding: 20px 0;
  border-bottom: 1px solid #566a83;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  #footer .footer_main_link {
    display: none;
  }
}
@media (max-width: 575.98px) {
  #footer .footer_main_link .row {
    flex-direction: column;
  }
}
#footer .footer_main_link .cst_btn .link {
  font-size: 30px;
  color: var(--white-color) !important;
}
#footer .footer_main_link .cst_btn .link .next-arrow {
  border-color: var(--white-color) !important;
  width: 28px;
  height: 28px;
  margin-left: 20px;
}
#footer .footer_main_link .cst_btn .link .next-arrow .arrow::before, #footer .footer_main_link .cst_btn .link .next-arrow .arrow::after {
  border-color: var(--white-color) !important;
}
#footer .quick_links ul {
  padding: 0;
}
#footer .quick_links ul li {
  list-style: none;
  padding: 3px 0;
}
#footer .svg_img {
  top: -2px;
  position: relative;
}
#footer .custom-footer .f-container {
  padding: 3rem 20px 0;
}
#footer .custom-footer .f-container .address-with-contact .address-ul {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991.98px) {
  #footer .custom-footer .f-container .address-with-contact .address-ul {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  #footer .custom-footer .f-container .address-with-contact .address-ul {
    flex-direction: column;
  }
}
#footer .custom-footer .f-container .address-with-contact .address-ul li {
  list-style: none;
  padding: 0px 30px;
}
#footer .custom-footer .f-container .address-with-contact .address-ul li h3 {
  font-weight: normal;
}
#footer .custom-footer .f-container .address-with-contact .address-ul li h3:nth-child(01) {
  margin-bottom: 30px;
}
#footer .custom-footer .f-container .address-with-contact .address-ul li h3 a {
  color: var(--white-color);
}
#footer .custom-footer .f-container .address-with-contact .address-ul li h3 a:hover {
  color: var(--primary-color-hover);
}
#footer .custom-footer .f-container .address-with-contact .verti_line {
  height: 246px;
  display: block;
  width: 1px;
  background: #7f7e70;
}
@media (max-width: 575.98px) {
  #footer .custom-footer .f-container .address-with-contact .verti_line {
    display: none;
  }
}
#footer .bottom_links .main_div_link {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0;
  justify-content: center;
  gap: 30px;
  padding: 60px 20px;
  margin-bottom: 0;
  margin-top: 50px;
  border-top: 1px solid #7f7e70;
}
@media (max-width: 991.98px) {
  #footer .bottom_links .main_div_link {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
#footer .bottom_links .main_div_link li {
  list-style: none;
}
#footer .bottom_links .main_div_link li a {
  text-transform: uppercase;
  color: var(--white-color);
  font-family: var(--wc-heading-font-family2);
  letter-spacing: 0.5px;
}
#footer .bottom_links .main_div_link li a:hover {
  color: var(--primary-color-hover);
}
#footer p {
  font-weight: 200;
}
@media (max-width: 991.98px) {
  #footer .links_main_wrapper {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  #footer .links_main_wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  #footer .links_main_wrapper div {
    flex: 1;
    width: 50%;
  }
}
#footer a {
  color: var(--footer-font-color);
  transition: color 0.2s;
}
#footer a:hover {
  text-decoration: none;
  color: var(--primary-color-hover);
}
#footer .f-copyright {
  padding: 1rem 0;
  background: var(--secondary-color);
  font-weight: normal;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #footer .f-copyright {
    padding-top: 0.726942299vw;
  }
}
#footer .f-copyright span a {
  border-bottom: 1px solid var(--footer-font-color);
}
#footer .f-copyright span a:hover {
  border-bottom: none;
}

.full-height-banner {
  --banner-footer-text-color: #fff;
}
.full-height-banner .public-footer {
  color: var(--banner-footer-text-color);
}
.full-height-banner .public-footer a,
.full-height-banner .public-footer span {
  color: var(--banner-footer-text-color) !important;
}

html, body {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

body {
  font-family: var(--wc-font-family);
  font-size: calc(var(--wc-font-size) * 1px);
  color: var(--wc-font-color);
  line-height: normal;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  body {
    font-size: calc(var(--wc-font-size) / var(--4k-ratio) * 1vw);
  }
}
@media (max-width: 1440.98px) {
  body {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: calc(var(--wc-mobile-font-size) * 1px);
  }
}
body.body-overflow {
  overflow: hidden;
}
body a {
  color: var(--link-color);
}
body a:hover {
  color: var(--link-color-hover);
}
body a:hover, body a:focus {
  text-decoration: none;
}
body a[href*=mailto] {
  color: var(--primary-color);
}
body a[href*=mailto]:hover {
  color: var(--primary-hover-color);
}

.container {
  max-width: 100%;
  padding: 0 var(--container-padding);
}
@media (max-width: 991.98px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .container {
    width: 100%;
  }
}

#push {
  position: relative;
  min-height: 290px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #push {
    min-height: 14vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  #push {
    min-height: 316px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #push {
    min-height: 365px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #push {
    min-height: 455px;
  }
}
@media only screen and (max-width: 767px) {
  #push {
    min-height: 815px;
  }
}

.body-inner-wrap {
  min-height: 100%;
  position: relative;
}

#back-top {
  bottom: 6%;
  right: 30px;
  position: fixed;
  z-index: 120;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #back-top {
    bottom: 12%;
    right: 10px;
  }
}
#back-top a {
  display: block;
  text-align: center;
  padding: 0px;
  transition: all 1s ease 0s;
}
#back-top a i {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 25px;
}

.page404 #portlet_status {
  max-width: 100%;
  padding: var(--section-padding) var(--container-padding);
  margin-bottom: 0;
}
.page404 #portlet_status .seperator {
  border-color: var(--wc-border-color);
}
.page404 #portlet_status a {
  margin: 0;
  background: var(--primary-color);
  font-size: calc(var(--wc-font-size) * 1px);
  padding: 10px 20px;
  color: var(--btn-text-color);
  -webkit-border-radius: var(--BtnborderRadius);
  border-radius: var(--BtnborderRadius);
  font-family: var(--wc-font-family);
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid transparent;
  font-weight: normal;
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
  will-change: background-color;
  line-height: 1.5;
  text-align: center;
  line-height: normal;
  display: inline-flex;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .page404 #portlet_status a {
    font-size: calc(var(--wc-font-size) / var(--4k-ratio) * 1vw);
    margin: 0;
    padding: 0.4543389368vw 0.9086778737vw;
  }
}
@media (max-width: 991.98px) {
  .page404 #portlet_status a {
    font-size: calc((var(--wc-font-size) - 2) * 1px);
  }
}
.page404 #portlet_status a:hover {
  background: var(--primary-color-hover);
  color: var(--btn-text-hover);
  -webkit-text-decoration: none;
  text-decoration: none;
}
.page404 #portlet_status a:hover, .page404 #portlet_status a:focus {
  text-decoration: none;
}
.page404 #portlet_status a:not([disabled]):not(.disabled):active, .page404 #portlet_status a:not([disabled]):not(.disabled).active {
  background: var(--primary-color-hover);
  color: var(--btn-text-hover);
  -webkit-text-decoration: none;
  text-decoration: none;
}
.page404 .header-main-wrapper {
  position: relative;
  background: var(--header-bg-color);
}

.cst-section {
  padding: var(--section-padding) 0;
}

.content-layout {
  --section-padding: 80px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .content-layout {
    --section-padding: 3.6347114948vw;
  }
}
@media (max-width: 1199.98px) {
  .content-layout {
    --section-padding: 80px;
  }
}
@media (max-width: 767.98px) {
  .content-layout {
    --section-padding: 50px;
  }
}
.content-layout .cst-section.cl-wrapper-banner {
  padding: 0;
}

.unique-layout .cst-section.cl-wrapper-banner {
  padding: 0;
}

#main-content.has_banner_cst {
  padding-top: var(--hasBanner);
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  font-weight: 400;
}

#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .btn-wc-primary, .custom_btn_style {
  padding: 10px 25px;
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 300;
  font-family: var(--wc-heading-font-family2);
  line-height: normal;
  border-radius: 0px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 1440.98px) {
  #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .btn-wc-primary, .custom_btn_style {
    padding: 10px 20px;
  }
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .btn-wc-primary:hover, .custom_btn_style:hover {
  background-color: var(--primary-color-hover);
  color: var(--white-color);
}

#ui-area .section_welcome .box .cst_btn, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .cst_btn, #ui-area #main-title .get-started-btn .cst_btn, #footer .footer_main_link .cst_btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#ui-area .section_welcome .box .cst_btn .link, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .cst_btn .link, #ui-area #main-title .get-started-btn .cst_btn .link, #footer .footer_main_link .cst_btn .link {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 400;
  letter-spacing: 0.03em;
  gap: 0.5rem;
  font-style: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  line-height: 1.2;
}
#ui-area .section_welcome .box .cst_btn .link .next-arrow, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .cst_btn .link .next-arrow, #ui-area #main-title .get-started-btn .cst_btn .link .next-arrow, #footer .footer_main_link .cst_btn .link .next-arrow {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 38px;
  height: 38px;
  margin-left: 30px;
  border: 1.75px solid var(--primary-color);
  border-radius: 50%;
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#ui-area .section_welcome .box .cst_btn .link .next-arrow .arrow, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .cst_btn .link .next-arrow .arrow, #ui-area #main-title .get-started-btn .cst_btn .link .next-arrow .arrow, #footer .footer_main_link .cst_btn .link .next-arrow .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#ui-area .section_welcome .box .cst_btn .link .next-arrow .arrow:after, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .cst_btn .link .next-arrow .arrow:after, #ui-area #main-title .get-started-btn .cst_btn .link .next-arrow .arrow:after, #footer .footer_main_link .cst_btn .link .next-arrow .arrow:after {
  left: -50%;
  right: 50%;
  border-top: 1.75px solid var(--primary-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease-in-out, border-color 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, border-color 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, border-color 0.3s ease-in-out, transform 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, border-color 0.3s ease-in-out, transform 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 50%;
}
#ui-area .section_welcome .box .cst_btn .link .next-arrow .arrow:before, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .cst_btn .link .next-arrow .arrow:before, #ui-area #main-title .get-started-btn .cst_btn .link .next-arrow .arrow:before, #footer .footer_main_link .cst_btn .link .next-arrow .arrow:before {
  width: 8px;
  height: 8px;
  border: 1.75px solid var(--primary-color);
  border-width: 1.75px 1.75px 0 0;
  right: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, border-color 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, border-color 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, border-color 0.3s ease-in-out, transform 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, border-color 0.3s ease-in-out, transform 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 50%;
}
#ui-area .section_welcome .box .cst_btn .link .next-arrow:hover, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .cst_btn .link .next-arrow:hover, #ui-area #main-title .get-started-btn .cst_btn .link .next-arrow:hover, #footer .footer_main_link .cst_btn .link .next-arrow:hover {
  background-color: var(--primary-color);
}
#ui-area .section_welcome .box .cst_btn .link .next-arrow:hover .arrow:after, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .cst_btn .link .next-arrow:hover .arrow:after, #ui-area #main-title .get-started-btn .cst_btn .link .next-arrow:hover .arrow:after, #footer .footer_main_link .cst_btn .link .next-arrow:hover .arrow:after {
  right: 32%;
  border-color: #fff;
  left: 32%;
}
#ui-area .section_welcome .box .cst_btn .link .next-arrow:hover .arrow:before, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .cst_btn .link .next-arrow:hover .arrow:before, #ui-area #main-title .get-started-btn .cst_btn .link .next-arrow:hover .arrow:before, #footer .footer_main_link .cst_btn .link .next-arrow:hover .arrow:before {
  opacity: 1;
  border-color: #fff;
  right: 32%;
}
#ui-area .section_welcome .box .cst_btn .link:hover .next-arrow, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .cst_btn .link:hover .next-arrow, #ui-area #main-title .get-started-btn .cst_btn .link:hover .next-arrow, #footer .footer_main_link .cst_btn .link:hover .next-arrow {
  background-color: var(--primary-color);
}
#ui-area .section_welcome .box .cst_btn .link:hover .next-arrow .arrow:after, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .cst_btn .link:hover .next-arrow .arrow:after, #ui-area #main-title .get-started-btn .cst_btn .link:hover .next-arrow .arrow:after, #footer .footer_main_link .cst_btn .link:hover .next-arrow .arrow:after {
  right: 32%;
  border-color: #fff;
  left: 32%;
}
#ui-area .section_welcome .box .cst_btn .link:hover .next-arrow .arrow:before, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .cst_btn .link:hover .next-arrow .arrow:before, #ui-area #main-title .get-started-btn .cst_btn .link:hover .next-arrow .arrow:before, #footer .footer_main_link .cst_btn .link:hover .next-arrow .arrow:before {
  opacity: 1;
  border-color: #fff;
  right: 32%;
}

#ui-area .Stay_up_to_Date .details_div_section .cta_heading, #ui-area .quick_link_wiht_member_name .member_Name h2, #ui-area .private-events-sec h1, #ui-area .text-with-image-container .row .col-lg-8 .card-content h2,
#ui-area .text-with-image-container .row .col-md-7 .card-content h2, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h2 {
  font-size: calc(var(--wc-fs-heading2) * 1px);
  font-family: var(--wc-heading-font-family1);
  margin-bottom: 30px;
  font-weight: normal;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .Stay_up_to_Date .details_div_section .cta_heading, #ui-area .quick_link_wiht_member_name .member_Name h2, #ui-area .private-events-sec h1, #ui-area .text-with-image-container .row .col-lg-8 .card-content h2,
  #ui-area .text-with-image-container .row .col-md-7 .card-content h2, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h2 {
    font-size: calc(var(--wc-fs-heading2) / var(--4k-ratio) * 1vw);
    line-height: normal;
  }
}
@media (max-width: 1440.98px) {
  #ui-area .Stay_up_to_Date .details_div_section .cta_heading, #ui-area .quick_link_wiht_member_name .member_Name h2, #ui-area .private-events-sec h1, #ui-area .text-with-image-container .row .col-lg-8 .card-content h2,
  #ui-area .text-with-image-container .row .col-md-7 .card-content h2, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h2 {
    font-size: calc((var(--wc-fs-heading2) - 5) * 1px);
    line-height: normal;
  }
}
@media (max-width: 1199.98px) {
  #ui-area .Stay_up_to_Date .details_div_section .cta_heading, #ui-area .quick_link_wiht_member_name .member_Name h2, #ui-area .private-events-sec h1, #ui-area .text-with-image-container .row .col-lg-8 .card-content h2,
  #ui-area .text-with-image-container .row .col-md-7 .card-content h2, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h2 {
    font-size: calc((var(--wc-fs-heading2) - 8) * 1px);
    line-height: normal;
  }
}
@media (max-width: 991.98px) {
  #ui-area .Stay_up_to_Date .details_div_section .cta_heading, #ui-area .quick_link_wiht_member_name .member_Name h2, #ui-area .private-events-sec h1, #ui-area .text-with-image-container .row .col-lg-8 .card-content h2,
  #ui-area .text-with-image-container .row .col-md-7 .card-content h2, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h2 {
    font-size: calc((var(--wc-fs-heading2) - 13) * 1px);
    line-height: normal;
  }
}
@media (max-width: 767.98px) {
  #ui-area .Stay_up_to_Date .details_div_section .cta_heading, #ui-area .quick_link_wiht_member_name .member_Name h2, #ui-area .private-events-sec h1, #ui-area .text-with-image-container .row .col-lg-8 .card-content h2,
  #ui-area .text-with-image-container .row .col-md-7 .card-content h2, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h2 {
    font-size: calc((var(--wc-fs-heading2) - 10) * 1px);
    line-height: normal;
  }
}
@media (max-width: 575.98px) {
  #ui-area .Stay_up_to_Date .details_div_section .cta_heading, #ui-area .quick_link_wiht_member_name .member_Name h2, #ui-area .private-events-sec h1, #ui-area .text-with-image-container .row .col-lg-8 .card-content h2,
  #ui-area .text-with-image-container .row .col-md-7 .card-content h2, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h2 {
    font-size: calc((var(--wc-fs-heading2) - 16) * 1px);
    line-height: normal;
  }
}

#ui-area .quick_link_wiht_member_name .cst_quick_btn .cst_quick_btn_ul li a, #ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdescription, #ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .ui-grid-row > div, #ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail .ui-link, #ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail, #ui-area .inner-wrapper-pl .card-content p,
#ui-area .inner-wrapper-pl .card-content ul li, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .btn-wc-primary, .custom_btn_style {
  font-weight: 500;
}
@media (max-width: 1440.98px) {
  #ui-area .quick_link_wiht_member_name .cst_quick_btn .cst_quick_btn_ul li a, #ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdescription, #ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .ui-grid-row > div, #ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail .ui-link, #ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail, #ui-area .inner-wrapper-pl .card-content p,
  #ui-area .inner-wrapper-pl .card-content ul li, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .btn-wc-primary, .custom_btn_style {
    font-size: calc((var(--wc-font-size) - 2) * 1px) !important;
  }
}
@media (max-width: 991.98px) {
  #ui-area .quick_link_wiht_member_name .cst_quick_btn .cst_quick_btn_ul li a, #ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdescription, #ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail .ui-link .events-advancelisting-eventdetails .ui-grid-row > div, #ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail .ui-link, #ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail, #ui-area .inner-wrapper-pl .card-content p,
  #ui-area .inner-wrapper-pl .card-content ul li, #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .btn-wc-primary, .custom_btn_style {
    font-size: calc((var(--wc-font-size) - 2) * 1px) !important;
  }
}

#ui-area .inner-wrapper-pl .card-content button,
#ui-area .inner-wrapper-pl .card-content a.btn,
#ui-area .inner-wrapper-pl .card-content a.btn-primary,
#ui-area .inner-wrapper-pl .card-content a.btn-secondary,
#ui-area .inner-wrapper-pl .card-content a.btn-danger {
  text-transform: uppercase;
  font-weight: 400 !important;
  font-family: var(--wc-heading-font-family2);
  margin: 5px 0;
}
#ui-area .inner-wrapper-pl .card-content a.btn-primary:hover {
  outline: 1px solid var(--primary-color);
  background: var(--secondary-color) !important;
  color: var(--primary-color) !important;
}
#ui-area .inner-wrapper-pl .card-content a.btn-secondary {
  outline: 1px solid varvar(--secondary-color);
  background: transparent !important;
  color: varvar(--secondary-color) !important;
}
#ui-area .inner-wrapper-pl .card-content a.btn-secondary:hover {
  background: var(--primary-color);
  outline: none;
  color: var(--white-color);
}
#ui-area .inner-wrapper-pl .card-content blockquote {
  background: rgba(166, 143, 91, 0.3019607843);
  color: var(--body-font-color);
  padding: 1rem;
  border-left: 4px solid var(--secondary-color);
}
#ui-area .inner-wrapper-pl .card-content p {
  text-align: center;
}
#ui-area .inner-wrapper-pl .card-content p,
#ui-area .inner-wrapper-pl .card-content ul li {
  font-weight: 400;
}
#ui-area .inner-wrapper-pl .card-content h1,
#ui-area .inner-wrapper-pl .card-content h2,
#ui-area .inner-wrapper-pl .card-content h3,
#ui-area .inner-wrapper-pl .card-content h4,
#ui-area .inner-wrapper-pl .card-content h5,
#ui-area .inner-wrapper-pl .card-content h6,
#ui-area .inner-wrapper-pl .card-content .h1,
#ui-area .inner-wrapper-pl .card-content .h2,
#ui-area .inner-wrapper-pl .card-content .h3,
#ui-area .inner-wrapper-pl .card-content .h4,
#ui-area .inner-wrapper-pl .card-content .h5,
#ui-area .inner-wrapper-pl .card-content .h6 {
  margin-bottom: 30px !important;
  text-align: center;
  text-transform: uppercase;
}

.custom_container .container {
  padding: 0 17%;
}
@media screen and (min-width: 1200px) and (max-width: 1650px) {
  .custom_container .container {
    padding: 0 calc(var(--container-padding) + 5%);
  }
}
@media (max-width: 1199.98px) {
  .custom_container .container {
    padding: 0 var(--container-padding);
  }
}

.space_section {
  margin: 50px 0 75px;
}

#ui-area .sub-nav {
  background: var(--white-color);
  border: 1px solid #bebebe;
}
#ui-area .sub-nav .container {
  width: 100% !important;
  padding: 0;
}
#ui-area .sub-nav .container .nav-child {
  flex-wrap: wrap;
  gap: 5px;
}
#ui-area .sub-nav .container .nav-child li.selected-li-bg a {
  background: var(--secondary-color);
  color: var(--white-color);
}
#ui-area .sub-nav .container .nav-child li a {
  color: var(--primary-color);
}
#ui-area .sub-nav .container .nav-child li a:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}
#ui-area .main_banner_section {
  margin-bottom: 4vw;
}
#ui-area .main_video_banner {
  position: relative;
  border-bottom: 7px solid var(--primary-color);
}
#ui-area .main_video_banner.scroller .single-item .slick-slide img {
  height: auto;
  padding-bottom: 1rem;
  width: -webkit-fill-available;
}
#ui-area .main_video_banner:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
#ui-area .main_video_banner #myVideo {
  height: 100vh;
  object-fit: cover;
  left: 0;
  top: 0;
}
#ui-area .main_video_banner .single-item .slick-slide img {
  display: block;
  object-fit: cover;
  width: 100vw;
  height: calc(100vh - 200px);
}
#ui-area .main_video_banner .single-item .slick-prev,
#ui-area .main_video_banner .single-item .slick-next {
  top: 50%;
  z-index: 2;
  position: absolute;
}
#ui-area .main_video_banner .single-item .slick-prev,
#ui-area .main_video_banner .single-item .slick-next {
  background-image: url(../images/club-images/white_arrow.png) !important;
}
#ui-area .main_video_banner .single-item .slick-prev {
  rotate: 0deg;
}
#ui-area .main_video_banner .single-item .slick-next {
  rotate: 180deg;
}
#ui-area .main_video_banner .single-item .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  bottom: 30px;
}
#ui-area .main_video_banner .single-item .slick-dots li button {
  border-color: var(--white-color) !important;
}
#ui-area .main_video_banner .single-item .slick-dots li.slick-active button:before {
  color: var(--white-color);
}
#ui-area .main_video_banner .inner-banner .slick-slide img {
  display: block;
  height: 589px;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  #ui-area .main_video_banner .inner-banner .slick-slide img {
    height: 450px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .main_video_banner .inner-banner .slick-slide img {
    height: 350px;
  }
}
#ui-area .main_video_banner .txt {
  position: absolute;
  color: #fff;
  bottom: 50px;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  position: absolute;
  bottom: 80px;
  font-size: 18px;
  font-weight: 400;
  right: 100px;
  padding-right: 30px;
  letter-spacing: 0.6px;
  -webkit-transform: rotate(-90deg) translate(100%);
  -ms-transform: rotate(-90deg) translate(100%);
  transform: rotate(-90deg) translate(100%);
}
@media (max-width: 767.98px) {
  #ui-area .main_video_banner .txt {
    right: 20px;
    font-size: 14px;
  }
}
#ui-area .main_video_banner .txt:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #fff;
  left: 100%;
  top: 14px;
  -webkit-animation: scrollDown 3s ease-in-out infinite;
  animation: scrollDown 3s ease-in-out infinite;
}
@-webkit-keyframes scrollDown {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes scrollDown {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#ui-area .water_mark_txt {
  font-size: 230px;
  color: rgba(255, 255, 255, 0.3);
  font-family: var(--wc-heading-font-family1), cursive;
  position: absolute;
  left: 0;
  right: 0;
  top: -70px;
  opacity: 0;
}
#ui-area .top_heading_main_section {
  color: var(--white-color);
  opacity: 0;
  font-family: var(--wc-heading-font-family2);
  font-size: calc(var(--wc-fs-heading5) * 1 * 1px);
  text-transform: uppercase;
  line-height: calc((var(--wc-fs-heading5) + 15) * 1px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .top_heading_main_section {
    font-size: calc(var(--wc-fs-heading1) / var(--4k-ratio) * 1vw);
  }
}
#ui-area #main-title {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
#ui-area #main-title .get-started-btn {
  margin-top: 50px;
  display: block;
}
#ui-area #main-title .get-started-btn .cst_btn {
  opacity: 0;
}
#ui-area #main-title .get-started-btn .cst_btn .link {
  border: 1px solid var(--white-color);
  padding: 10px 20px;
  background: var(--primary-color);
  color: var(--white-color);
}
#ui-area #main-title .get-started-btn .cst_btn .link .next-arrow {
  border: 1.75px solid var(--white-color);
}
#ui-area #main-title .get-started-btn .cst_btn .link .next-arrow .arrow:after {
  border: 1.75px solid var(--white-color);
}
#ui-area #main-title .get-started-btn .cst_btn .link .next-arrow .arrow:before {
  border-top: 1.75px solid var(--white-color);
}
@media (max-width: 1440.98px) {
  #ui-area #main-title .sticky-wrap-text-wrap {
    margin-top: 100px;
  }
}
@media (max-width: 1199.98px) {
  #ui-area #main-title .sticky-wrap-text-wrap {
    margin-top: 0;
  }
}
#ui-area #main-title .sticky-wrap-text-wrap .big_heading span {
  display: block;
}
#ui-area #main-title .sticky-wrap-text-wrap .big_heading > span {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: calc(var(--wc-fs-heading1) * 1 * 1px);
  font-family: var(--wc-heading-font-family1);
  color: var(--white-color);
  line-height: calc((var(--wc-fs-heading1) + 15) * 1px);
  text-shadow: none;
  text-transform: uppercase;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area #main-title .sticky-wrap-text-wrap .big_heading > span {
    font-size: calc(var(--wc-fs-heading1) / var(--4k-ratio) * 1vw);
  }
}
@media (min-width: 1500px) and (max-width: 1680px) {
  #ui-area #main-title .sticky-wrap-text-wrap .big_heading > span {
    font-size: calc((var(--wc-fs-heading1) - 10) * 1px);
  }
}
@media (max-width: 1440.98px) {
  #ui-area #main-title .sticky-wrap-text-wrap .big_heading > span {
    font-size: calc((var(--wc-fs-heading1) - 10) * 1px);
  }
}
@media (max-width: 1199.98px) {
  #ui-area #main-title .sticky-wrap-text-wrap .big_heading > span {
    font-size: calc((var(--wc-fs-heading1) - 15) * 1px);
    line-height: calc((var(--wc-fs-heading1) - 0) * 1px);
  }
}
@media (max-width: 991.98px) {
  #ui-area #main-title .sticky-wrap-text-wrap .big_heading > span {
    font-size: calc((var(--wc-fs-heading1) - 25) * 1px);
    line-height: calc((var(--wc-fs-heading1) - 20) * 1px);
  }
}
@media (max-width: 767.98px) {
  #ui-area #main-title .sticky-wrap-text-wrap .big_heading > span {
    font-size: calc((var(--wc-fs-heading1) - 35) * 1px);
    line-height: calc((var(--wc-fs-heading1) - 15) * 1px);
  }
}
#ui-area #main-title .sticky-wrap-text-wrap .big_heading > span:nth-child(1) {
  transition-delay: 0.7s;
}
#ui-area #main-title .sticky-wrap-text-wrap .big_heading > span:nth-child(2) {
  transition-delay: 0.9s;
}
#ui-area #main-title .sticky-wrap-text-wrap .big_heading > span:nth-child(3) {
  transition-delay: 1s;
}
#ui-area #main-title .sticky-wrap-text-wrap .big_heading > span > span {
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1) transform;
  transform: translateY(100%);
}
#ui-area #main-title .sticky-wrap-text-wrap .sub_heading {
  margin-top: 20px;
}
#ui-area #main-title .sticky-wrap-text-wrap .sub_heading .title {
  font-size: calc(var(--wc-fs-heading5) * 1 * 1px);
  font-weight: 200;
  color: var(--white-color);
  opacity: 0;
}
@media (min-width: 1500px) and (max-width: 1680px) {
  #ui-area #main-title .sticky-wrap-text-wrap .sub_heading .title {
    font-size: calc(var(--wc-fs-heading5) * 1 * 1px);
  }
}
@media (max-width: 1440.98px) {
  #ui-area #main-title .sticky-wrap-text-wrap .sub_heading .title {
    font-size: calc(var(--wc-fs-heading5) * 1 * 1px);
  }
}
@media (max-width: 991.98px) {
  #ui-area #main-title .sticky-wrap-text-wrap .sub_heading .title {
    font-size: calc((var(--wc-fs-heading5) - 6) * 1px);
  }
}
@media (max-width: 767.98px) {
  #ui-area #main-title .sticky-wrap-text-wrap .sub_heading .title {
    font-size: calc((var(--wc-fs-heading5) - 6) * 1px);
  }
}
#ui-area #main-title .sticky-wrap-text-wrap .main_banner_btn {
  display: flex;
  justify-items: start;
  gap: 20px;
}
#ui-area #main-title .sticky-wrap-text-wrap .main_banner_btn .custom_btn_style {
  opacity: 0;
}

.cst_spacing {
  margin-top: 100px;
}
@media (max-width: 1199.98px) {
  .cst_spacing {
    margin-top: 33.3333333333px;
  }
}
@media (max-width: 575.98px) {
  .cst_spacing {
    margin-top: 50px;
  }
}

#ui-area .tiles_section_home .featured-text-block-image-container {
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  #ui-area .tiles_section_home .featured-text-block-image-container {
    width: 100%;
  }
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image {
  height: 100%;
}
@media (max-width: 991.98px) {
  #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body {
    padding: 0px;
  }
}
@media (max-width: 767.98px) {
  #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card:nth-child(2) {
    flex-direction: column !important;
    padding: 0 !important;
  }
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image :nth-child(odd).card .card-body {
  left: -120px;
  padding: 0px !important;
}
@media (max-width: 1199.98px) {
  #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image :nth-child(odd).card .card-body {
    left: 0px;
    margin-top: 0px;
  }
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image :nth-child(odd).card .card-body .card-text {
  align-items: start;
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image :nth-child(odd).card .card-body .card-text .web_content_icon {
  left: 0;
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image :nth-child(odd).card .card-body .card-text .box_detail_cst {
  padding: 0 30px 10px 30px;
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image :nth-child(even).card .card-body {
  right: -120px;
  padding: 0px !important;
}
@media (max-width: 1199.98px) {
  #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image :nth-child(even).card .card-body {
    right: 0px;
    margin-top: 0px;
  }
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image :nth-child(even).card .card-body .card-text {
  align-items: end;
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image :nth-child(even).card .card-body .card-text .web_content_icon {
  right: 0;
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image :nth-child(even).card .card-body .card-text .box_detail_cst {
  padding: 30px 50px 50px 20%;
}
@media (max-width: 991.98px) {
  #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image :nth-child(even).card .card-body .card-text .box_detail_cst {
    padding: 30px 30px 50px 30px;
  }
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card {
  margin: 0;
}
@media (max-width: 991.98px) {
  #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card {
    flex-direction: column;
  }
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-image {
  flex: 0 0 53.2%;
  max-width: 53.2%;
  height: auto;
  padding: 0;
  z-index: -1;
  position: relative;
}
@media (max-width: 991.98px) {
  #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-image img.card-img {
  position: relative;
  height: 772px;
}
@media (max-width: 991.98px) {
  #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-image img.card-img {
    height: 386px;
  }
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body.order-md-2.pl-md-3.pr-md-0.px-0.pl-vw-3 {
  padding-left: 3rem;
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body {
  /*flex: 0 0 50%;
  max-width: 50%;*/
  position: relative;
  background: var(--white-color);
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px !important;
  }
}
@media (max-width: 575.98px) {
  #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body {
    padding: 0px !important;
  }
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .cst_btn {
  border: 1px solid var(--primary-color);
  padding: 10px 20px;
  display: inline-block;
  margin-top: 20px;
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .cst_btn .link .next-arrow {
  width: 28px;
  height: 28px;
  margin-left: 20px;
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .btn-wc-primary {
  margin-top: 30px;
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text {
  display: flex;
  flex-direction: column;
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text .web_content_icon {
  background: var(--primary-color);
  padding: 20px 20px 40px;
  width: 120px;
  text-align: center;
  display: flex;
  position: relative;
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text .web_content_icon:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 0;
  border-bottom: 20px solid #fff;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  width: 120px;
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text .box_detail_cst {
  position: relative;
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text .box_detail_cst h2 {
  margin-bottom: 30px !important;
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text .box_detail_cst .water_mark_txt {
  left: auto !important;
  right: auto !important;
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h2 span {
  color: var(--secondary-color);
}
#ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card .card-body .card-text h4 {
  font-family: var(--wc-heading-font-family1);
  color: var(--primary-color);
  font-weight: normal;
  margin: 10px 0;
}
@media (max-width: 991.98px) {
  #ui-area .tiles_section_home .featured-text-block-image-container .featured-text-blocks-image .card:nth-child(2) {
    flex-direction: column-reverse;
  }
}
#ui-area .text-with-image-container .card .mb-3 {
  margin: 0;
}
#ui-area .text-with-image-container > div:nth-of-type(odd) .row {
  display: flex;
  flex-direction: row !important;
}
#ui-area .text-with-image-container .row {
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 991.98px) {
  #ui-area .text-with-image-container .row {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
#ui-area .text-with-image-container .row .col-lg-8,
#ui-area .text-with-image-container .row .col-md-7 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  #ui-area .text-with-image-container .row .col-lg-8,
  #ui-area .text-with-image-container .row .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#ui-area .text-with-image-container .row .col-lg-8 .content_li_style .main_icon_list,
#ui-area .text-with-image-container .row .col-md-7 .content_li_style .main_icon_list {
  display: flex;
  gap: 30px;
}
#ui-area .text-with-image-container .row .col-lg-8 .content_li_style ul li,
#ui-area .text-with-image-container .row .col-md-7 .content_li_style ul li {
  margin: 30px 0 !important;
}
#ui-area .text-with-image-container .row .col-lg-8 .content_li_style ul li:before,
#ui-area .text-with-image-container .row .col-md-7 .content_li_style ul li:before {
  display: none;
}
#ui-area .text-with-image-container .row .col-lg-8 .content_li_style .icon_div,
#ui-area .text-with-image-container .row .col-md-7 .content_li_style .icon_div {
  width: 100px;
  background: var(--white-color);
  flex: 0 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ui-area .text-with-image-container .row .col-lg-8 .content_li_style .content_div h4,
#ui-area .text-with-image-container .row .col-md-7 .content_li_style .content_div h4 {
  font-family: var(--wc-heading-font-family1);
  margin-bottom: 10px;
}
#ui-area .text-with-image-container .row .col-lg-8 .card-content,
#ui-area .text-with-image-container .row .col-md-7 .card-content {
  padding: 0 50px 0 0;
}
@media (max-width: 991.98px) {
  #ui-area .text-with-image-container .row .col-lg-8 .card-content,
  #ui-area .text-with-image-container .row .col-md-7 .card-content {
    padding: 0 0px;
  }
}
#ui-area .text-with-image-container .row .col-lg-8 .card-content h2 span,
#ui-area .text-with-image-container .row .col-md-7 .card-content h2 span {
  color: var(--secondary-color);
}
#ui-area .text-with-image-container .row .col-lg-8 .card-content p,
#ui-area .text-with-image-container .row .col-md-7 .card-content p {
  margin: 30px 0;
}
#ui-area .text-with-image-container .row .col-lg-8 .card-image,
#ui-area .text-with-image-container .row .col-md-7 .card-image {
  overflow: inherit;
}
#ui-area .text-with-image-container .row .col-lg-4,
#ui-area .text-with-image-container .row .col-md-5 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  #ui-area .text-with-image-container .row .col-lg-4,
  #ui-area .text-with-image-container .row .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#ui-area .text-with-image-container .row .col-lg-4 .card-image,
#ui-area .text-with-image-container .row .col-md-5 .card-image {
  overflow: inherit;
  height: 100%;
  padding-bottom: 0;
}
#ui-area .text-with-image-container .row .col-lg-4 .card-image img,
#ui-area .text-with-image-container .row .col-md-5 .card-image img {
  object-position: center;
  position: relative;
}

.slick-prev,
.slick-next {
  background: none;
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40%;
  cursor: pointer;
  z-index: 1;
  border: 0;
  /* &.slick-prev {
        left: 10px;
        &:before {
          content: "\f104";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 20px;
        }
      }

      &.slick-next {
        right: 10px;
        &::before {
          content: "\f105";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 20px;
        }
      }*/
}

.slick-prev {
  background-image: url(../images/club-images/arrow.png);
  background-repeat: no-repeat;
  height: 25px;
  display: block;
  width: 25px;
  left: 50px;
  rotate: 180deg;
}

.slick-next {
  background-image: url(../images/club-images/arrow.png);
  background-repeat: no-repeat;
  height: 25px;
  display: block;
  width: 25px;
  right: 50px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.slick-dots li {
  margin: 0 5px;
}
.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  padding: 10px;
  border: 1px solid var(--primary-color);
  margin-top: 10px;
  background: none;
}
.slick-dots li.slick-active button:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  top: -4px;
  position: relative;
  left: -3.6px;
  color: var(--primary-color);
}

body.loaded .custom_description .big_heading > span > span {
  transform: translateY(0) !important;
  transition-delay: inherit;
}
body.loaded .custom_description .title,
body.loaded .custom_description .custom_btn_style,
body.loaded .custom_description .top_heading_main_section,
body.loaded .custom_description .water_mark_txt,
body.loaded .custom_description .cst_btn {
  animation-name: fade-in;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.portlet-topper {
  z-index: 1;
}

body.wcprop-2 .portlet-static section.portlet {
  margin-bottom: 0rem !important;
}

.cl-wrapper-banner .html-generator-portlet {
  height: auto !important;
}

#main-content dt.text-capitalize {
  display: none;
}
#main-content.has_banner_cst {
  padding-top: 0;
}

#ui-area .private-events-sec {
  margin-top: 50px !important;
  margin-bottom: 100px;
}
#ui-area .private-events-sec h1 {
  text-align: center;
  margin-bottom: 30px;
}
#ui-area .private-events-sec h1 span {
  color: var(--secondary-color);
}
#ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row {
  background: var(--white-color);
}
#ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column {
  border: 0;
  padding: 0;
}
#ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event {
  border-bottom: 0px solid #dddddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventtimgcontainer {
  padding-bottom: 20.5%;
}
@media (max-width: 575.98px) {
  #ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventtimgcontainer {
    padding-bottom: 60.5%;
  }
}
#ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail .events-advancelisting-eventname .events-advancelisting-eventstatus {
  color: var(--white-color);
  -webkit-text-transform: capitalize;
  text-transform: capitalize;
  padding: 0.25rem 2.5rem;
}
#ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail .events-advancelisting-eventname .events-advancelisting-eventtitle {
  font-size: calc(var(--wc-fs-heading4) * 1px);
  font-weight: normal;
}
@media (max-width: 991.98px) {
  #ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail .events-advancelisting-eventname .events-advancelisting-eventtitle {
    font-size: calc((var(--wc-fs-heading4) - 5) * 1px);
  }
}
#ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail hr.events-advancelisting-hr {
  display: none;
}
@media (max-width: 991.98px) {
  #ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail .events-advancelisting-eventdetails {
    margin-bottom: 30px;
  }
}
#ui-area .private-events-sec .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail .events-advancelisting-eventdetails .distant {
  color: var(--primary-color);
}

#ui-area .quick_link_wiht_member_name {
  margin: 100px 0;
}
@media (max-width: 575.98px) {
  #ui-area .quick_link_wiht_member_name {
    margin-bottom: 50px;
  }
}
#ui-area .quick_link_wiht_member_name .member_Name {
  text-align: center;
}
#ui-area .quick_link_wiht_member_name .member_Name h2 span {
  color: var(--secondary-color);
}
#ui-area .quick_link_wiht_member_name .cst_quick_btn .cst_quick_btn_ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 0;
}
@media (max-width: 575.98px) {
  #ui-area .quick_link_wiht_member_name .cst_quick_btn .cst_quick_btn_ul {
    gap: 15px;
    flex-wrap: wrap;
    padding: 0;
  }
}
#ui-area .quick_link_wiht_member_name .cst_quick_btn .cst_quick_btn_ul li {
  list-style: none;
}
@media (max-width: 575.98px) {
  #ui-area .quick_link_wiht_member_name .cst_quick_btn .cst_quick_btn_ul li {
    width: 45%;
    flex: 0 0 45%;
  }
}
#ui-area .quick_link_wiht_member_name .cst_quick_btn .cst_quick_btn_ul li a {
  display: flex;
  text-align: center;
  justify-content: center;
  color: var(--wc-font-color);
  flex-direction: column;
  align-items: center;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
#ui-area .quick_link_wiht_member_name .cst_quick_btn .cst_quick_btn_ul li a span {
  margin: 20px 0;
}
#ui-area .quick_link_wiht_member_name .cst_quick_btn .cst_quick_btn_ul li a:hover {
  opacity: 1;
}
@media (max-width: 575.98px) {
  #ui-area .quick_link_wiht_member_name .cst_quick_btn .cst_quick_btn_ul li a svg {
    width: 50px;
  }
}

.social-media-links ul {
  display: flex;
  gap: 20px;
  justify-content: end;
}
.social-media-links ul li {
  list-style: none;
}
.social-media-links ul li a {
  margin: 10px 0;
}
@media (max-width: 991.98px) {
  .social-media-links ul li a {
    margin: 10px 0;
    display: block;
  }
}

#ui-area .section_welcome {
  position: relative;
  padding: 100px 0;
  background: var(--wc-body-bg);
  overflow-wrap: break-word;
}
#ui-area .section_welcome .box {
  padding: 30px;
  background: var(--white-color);
  border: 1px solid rgba(16, 32, 55, 0.15);
  transition: background-color 0.4s ease, color 0.4s ease;
}
@media (max-width: 991.98px) {
  #ui-area .section_welcome .box {
    margin-bottom: 20px;
  }
}
#ui-area .section_welcome .box .cst_btn .link .next-arrow {
  width: 28px;
  height: 28px;
  margin-left: 20px;
}
#ui-area .section_welcome .box .main_icon_inner {
  display: flex;
  justify-content: end;
  margin-bottom: 30px;
  position: relative;
  margin-top: 20px;
}
#ui-area .section_welcome .box .main_icon_inner .icon_pos {
  position: absolute;
  right: 23px;
  top: 20px;
}
#ui-area .section_welcome .box .main_icon_inner .icon_pos img {
  transition: 0.5s all;
  filter: invert(99%) sepia(2%) saturate(6167%) hue-rotate(324deg) brightness(90%) contrast(72%);
  max-width: 2.75rem;
}
#ui-area .section_welcome .box .main_icon_inner .custom_top_icon {
  top: 25px !important;
}
#ui-area .section_welcome .box .main_icon_inner .circle_ico {
  width: 87px !important;
  height: 87px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/club-images/circle_icon.png);
  background-repeat: no-repeat;
  transition: transform 1.5s ease-in-out;
}
#ui-area .section_welcome .box .anchore_link {
  color: var(--primary-color);
}
#ui-area .section_welcome .box h3 {
  margin-bottom: 10px !important;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  #ui-area .section_welcome .box h3 {
    font-size: calc(var(--wc-fs-heading3) * 1px);
  }
}
@media (max-width: 575.98px) {
  #ui-area .section_welcome .box h3 {
    font-size: calc(var(--wc-fs-heading3) * 1px);
  }
}
#ui-area .section_welcome .box:hover {
  background: var(--secondary-color);
  border-color: var(--primary-color);
  cursor: pointer;
}
#ui-area .section_welcome .box:hover h3 {
  color: var(--white-color);
}
#ui-area .section_welcome .box:hover p {
  color: #afb8c4;
}
#ui-area .section_welcome .box:hover .anchore_link {
  color: var(--primary-color);
}
#ui-area .section_welcome .box:hover .circle_ico {
  animation: rotate 8s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg); /* You can adjust the number of degrees for a full rotation */
  }
}
#ui-area .section_welcome .heading_section {
  margin-bottom: 50px;
}
#ui-area .water_mark_txt,
#ui-area .top_heading_main_section {
  opacity: 1;
}
#ui-area .water_mark_txt {
  top: -90px;
  font-size: 160px;
  color: rgba(153, 153, 153, 0.1);
}
@media (max-width: 575.98px) {
  #ui-area .water_mark_txt {
    font-size: 110px;
  }
}
#ui-area .sub-heading {
  font-size: calc((var(--wc-font-size) + 4) * 1px);
  font-style: italic;
}
#ui-area h2 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 400;
}
#ui-area .top_heading_main_section {
  color: var(--primary-color);
}

#ui-area .Stay_up_to_Date .phone_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 20px;
}
#ui-area .Stay_up_to_Date .phone_box ul li {
  list-style: none;
  padding: 15px;
}
#ui-area .Stay_up_to_Date .phone_box ul li:nth-child(1) {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}
#ui-area .Stay_up_to_Date .phone_box ul li:nth-child(1) i {
  rotate: -270deg;
}
#ui-area .Stay_up_to_Date .phone_box ul li:nth-child(2) {
  border: 1px solid var(--primary-color);
}
#ui-area .Stay_up_to_Date .phone_box ul li:nth-child(2) a {
  color: var(--primary-color);
}
#ui-area .Stay_up_to_Date .image_section_bg img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}
#ui-area .Stay_up_to_Date .details_div_section {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: var(--wc-overlay-bg);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  #ui-area .Stay_up_to_Date .details_div_section {
    padding: 0px 20px;
  }
}
#ui-area .Stay_up_to_Date .details_div_section .water_mark_txt {
  color: rgba(153, 153, 153, 0.3) !important;
}
#ui-area .Stay_up_to_Date .details_div_section .cta_heading {
  font-size: 65px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}
#ui-area .Stay_up_to_Date .details_div_section .cta_heading,
#ui-area .Stay_up_to_Date .details_div_section p,
#ui-area .Stay_up_to_Date .details_div_section .sub_heading {
  color: var(--white-color);
}
#ui-area .Stay_up_to_Date .details_div_section .sub-heading {
  font-size: calc((var(--wc-font-size) + 0) * 1px) !important;
  font-style: normal;
  font-weight: normal;
}

.sailing_image_gallery {
  padding: 110px 0;
  background: #f7f7f7;
}
@media (max-width: 1199.98px) {
  .sailing_image_gallery {
    padding: 0;
  }
}
.sailing_image_gallery .marquee_thumb {
  position: relative;
  width: 100%;
}
.sailing_image_gallery .marquee_thumb .image {
  display: block;
  width: 100%;
  height: auto;
}
.sailing_image_gallery .marquee_thumb .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: rgba(0, 0, 0, 0.5);
}
.sailing_image_gallery .marquee_thumb .overlay:hover {
  opacity: 1;
  cursor: pointer;
}
.sailing_image_gallery .marquee_thumb .icon {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.sailing_image_gallery .marquee_thumb .fa-user:hover {
  color: #eee;
}
.sailing_image_gallery .marquee-wrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .sailing_image_gallery .marquee-wrapper {
    height: 313px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .sailing_image_gallery .marquee-wrapper {
    height: 313px;
  }
}
@media only screen and (min-width: 992px) {
  .sailing_image_gallery .marquee-wrapper {
    height: 313px;
  }
}
.sailing_image_gallery .marquee-wrapper .marquee-container {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .sailing_image_gallery .marquee-wrapper .marquee-container {
    height: 313px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .sailing_image_gallery .marquee-wrapper .marquee-container {
    height: 313px;
  }
}
@media only screen and (min-width: 992px) {
  .sailing_image_gallery .marquee-wrapper .marquee-container {
    height: 313px;
  }
}
.sailing_image_gallery .marquee-wrapper .marquee-container ul {
  padding: 0;
  margin: 0;
  position: relative;
}
.sailing_image_gallery .marquee-wrapper .marquee-container ul li {
  padding: 0 3px;
  margin: 0;
  list-style-type: none;
  position: absolute;
}
.sailing_image_gallery .marquee-wrapper .marquee-container ul li div {
  background-position: center center;
  background-size: cover;
  display: flex;
  height: 313px;
  width: 469px;
  justify-content: center;
  align-items: center;
}
.sailing_image_gallery .marquee-wrapper-left {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sailing_image_gallery .marquee-wrapper-left {
    height: 313px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .sailing_image_gallery .marquee-wrapper-left {
    height: 313px;
  }
}
@media only screen and (min-width: 992px) {
  .sailing_image_gallery .marquee-wrapper-left {
    height: 313px;
  }
}
.sailing_image_gallery .marquee-wrapper-left .marquee-container-left {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .sailing_image_gallery .marquee-wrapper-left .marquee-container-left {
    height: 313px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .sailing_image_gallery .marquee-wrapper-left .marquee-container-left {
    height: 313px;
  }
}
@media only screen and (min-width: 992px) {
  .sailing_image_gallery .marquee-wrapper-left .marquee-container-left {
    height: 313px;
  }
}
.sailing_image_gallery .marquee-wrapper-left .marquee-container-left ul {
  padding: 0;
  margin: 0;
  position: relative;
}
.sailing_image_gallery .marquee-wrapper-left .marquee-container-left ul li {
  padding: 0 3px;
  margin: 0;
  list-style-type: none;
  position: absolute;
}
.sailing_image_gallery .marquee-wrapper-left .marquee-container-left ul li div {
  background-position: center center;
  background-size: cover;
  display: flex;
  height: 313px;
  width: 469px;
  justify-content: center;
  align-items: center;
}

#ui-area .mini-heading {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 20px;
}
#ui-area .about_us_section .basic-webcontent {
  margin-bottom: 0;
}
#ui-area .about_us_section .basic-webcontent .custom_ship img {
  margin-bottom: 0;
}
#ui-area .card_section {
  padding: 100px 0;
  background: #f7f7f7;
}
#ui-area .card_section .three-column-transactional-content {
  margin-bottom: 0;
}
#ui-area .card_section .three-column-transactional-content .transactional-content .card {
  background: var(--white-color);
}
#ui-area .card_section .three-column-transactional-content .transactional-content .card .card-image {
  padding-bottom: 60%;
}
#ui-area .card_section .three-column-transactional-content .transactional-content .card .card-body {
  border: 1px solid #cfd2d7;
  padding: 1.5rem 1rem;
}
#ui-area .card_section .three-column-transactional-content .transactional-content .card .card-body .btn-wc-primary {
  background: none;
  color: var(--primary-color);
  padding: 10px 0px;
}
#ui-area .card_section .three-column-transactional-content .transactional-content .card .card-body .btn-wc-primary:hover {
  background: none;
  color: var(--primary-color-hover);
  text-decoration: underline;
}
#ui-area .card_section .three-column-transactional-content .transactional-content .card .card-body .card-text h3 {
  text-transform: uppercase;
}
#ui-area .featured-text-block-image-container .featured-text-blocks-image :nth-child(odd).card .card-body {
  padding-left: 3rem !important;
}
@media (max-width: 575.98px) {
  #ui-area .featured-text-block-image-container .featured-text-blocks-image :nth-child(odd).card .card-body {
    padding: 0 !important;
  }
}
#ui-area .featured-text-block-image-container .featured-text-blocks-image :nth-child(even).card .card-body {
  padding-right: 3rem !important;
}
@media (max-width: 575.98px) {
  #ui-area .featured-text-block-image-container .featured-text-blocks-image :nth-child(even).card .card-body {
    padding: 0 !important;
  }
}
#ui-area .featured-text-block-image-container .featured-text-blocks-image .card {
  margin-bottom: 5rem;
}
#ui-area .featured-text-block-image-container .featured-text-blocks-image .card .card-image {
  border: 1px solid var(--primary-color);
}
#ui-area .featured-text-block-image-container .featured-text-blocks-image .card .card-body .btn-wc-primary {
  background: none;
  color: var(--primary-color);
  padding: 10px 0px;
}
#ui-area .featured-text-block-image-container .featured-text-blocks-image .card .card-body .btn-wc-primary:hover {
  background: none;
  color: var(--primary-color-hover);
  text-decoration: underline;
}

#ui-area a .quick_boxes {
  margin-bottom: 10px;
  transition: background-color 0.4s ease, color 0.4s ease;
}
#ui-area a .quick_boxes .title {
  color: var(--heading-color1);
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
@media (max-width: 575.98px) {
  #ui-area a .quick_boxes .title {
    font-size: 16px;
  }
}
#ui-area a .quick_boxes ul {
  display: flex;
  justify-items: center;
  align-items: center;
  gap: 20px;
  flex-direction: row;
  border: 1px solid #ddd;
  justify-content: space-evenly;
  padding: 0 30px;
  margin: 0;
}
@media (max-width: 575.98px) {
  #ui-area a .quick_boxes ul {
    padding: 20px 5px;
    flex-direction: column-reverse;
  }
}
#ui-area a .quick_boxes ul li {
  list-style: none;
}
#ui-area a .quick_boxes ul li:nth-child(01) {
  flex: 0 0 75%;
}
#ui-area a .main_icon_inner {
  display: flex;
  justify-content: end;
  position: relative;
  margin: 20px 0px;
}
@media (max-width: 575.98px) {
  #ui-area a .main_icon_inner {
    margin: 0px;
  }
}
#ui-area a .main_icon_inner .icon_pos {
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 35px;
  margin: 0 auto;
  height: 35px;
}
#ui-area a .main_icon_inner .custom_top_icon {
  top: 25px !important;
}
#ui-area a .main_icon_inner .circle_ico {
  width: 65px !important;
  height: 65px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/club-images/circle_icon.png);
  background-repeat: no-repeat;
  transition: transform 1.5s ease-in-out;
  background-size: contain;
}
#ui-area a:hover .quick_boxes {
  background: var(--secondary-color);
  border-color: var(--primary-color);
  cursor: pointer;
}
#ui-area a:hover .quick_boxes .title {
  color: var(--white-color);
}
#ui-area a:hover .quick_boxes .circle_ico {
  animation: rotate 8s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ui-area .annoucement_section .announcement-portlet .heading.annoucement-heading {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 30px;
  font-size: calc(var(--wc-fs-heading2) * 1px);
  padding-bottom: 15px;
  color: var(--primary-color);
}
@media (max-width: 1199.98px) {
  #ui-area .annoucement_section .announcement-portlet .heading.annoucement-heading {
    font-size: calc((var(--wc-fs-heading2) - 11) * 1px);
  }
}
#ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 {
  padding-bottom: 0;
  height: 100%;
}
#ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 img.announcement-image {
  position: relative;
  top: inherit;
  left: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 .announcement-bottom-bar {
  position: relative;
  padding: 19.5px;
}
@media (max-width: 1199.98px) {
  #ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 .announcement-bottom-bar {
    position: relative;
  }
}
#ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 .announcement-bottom-bar:before {
  background: transparent;
  border: 1px solid #ddd;
}
#ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 .announcement-bottom-bar .announcement-controls {
  padding: 0 6px 0 0;
  border-right: none;
}
@media (max-width: 767.98px) {
  #ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 .announcement-bottom-bar .announcement-controls {
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
#ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 .announcement-bottom-bar .announcement-controls ul {
  display: block;
  text-align: right;
}
@media (max-width: 767.98px) {
  #ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 .announcement-bottom-bar .announcement-controls ul {
    text-align: center;
    margin-top: 15px;
  }
}
#ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 .announcement-bottom-bar .announcement-controls ul .announcement-pagination {
  width: auto;
  display: block;
  color: var(--primary-color);
  font-family: var(--wc-heading-font-family1);
  font-style: italic;
}
#ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 .announcement-bottom-bar .announcement-controls ul li a {
  color: var(--primary-color);
}
#ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 .announcement-bottom-bar .announcement-controls ul li:nth-child(2) a {
  padding: 0;
}
@media (max-width: 767.98px) {
  #ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 .announcement-bottom-bar .announcement-controls ul li:nth-child(2) a {
    padding: 0;
  }
}
#ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 .announcement-bottom-bar .announcement-description {
  padding: 0;
}
@media (max-width: 767.98px) {
  #ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 .announcement-bottom-bar .announcement-description {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
#ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 .announcement-bottom-bar .announcement-description span.announcement-details {
  background: none;
  color: var(--primary-color);
  padding: 10px 0px;
}
#ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 .announcement-bottom-bar .announcement-description span.announcement-details:hover {
  background: none;
  color: var(--primary-color-hover);
  text-decoration: underline;
}
#ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 .announcement-bottom-bar .announcement-description .announcement-title {
  font-size: calc(var(--wc-fs-heading3) * 1px);
  font-family: var(--wc-heading-font-family1);
  margin-bottom: 5px;
  color: var(--heading-color1);
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  #ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 .announcement-bottom-bar .announcement-description .announcement-title {
    font-size: calc(var(--wc-fs-heading3) * 1px);
  }
}
@media (max-width: 767.98px) {
  #ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 .announcement-bottom-bar .announcement-description .announcement-title {
    justify-content: center;
  }
}
#ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 .announcement-bottom-bar .announcement-description span.announcement-short-description {
  padding-bottom: 0;
  color: var(--wc-font-color);
  font-size: calc((var(--wc-font-size) - 0) * 1px);
}
#ui-area .annoucement_section .announcement-portlet .bx-wrapper .bx-viewport .bxslider .announcement.layout6 .announcement-bottom-bar .announcement-actions a {
  color: var(--secondary-color);
}
@media (max-width: 767.98px) {
  #ui-area .private-events-sec .events-portlet {
    margin: 15% 0;
  }
}
#ui-area .private-events-sec .events-portlet .events-scroller-view-container tr.ui-datagrid-row {
  background: var(--white-color);
}
#ui-area .private-events-sec .events-portlet .events-scroller-view-container tr.ui-datagrid-row:nth-child(even) .ui-datagrid-column .events-advancelisting-event {
  flex-direction: row-reverse;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  #ui-area .private-events-sec .events-portlet .events-scroller-view-container tr.ui-datagrid-row:nth-child(even) .ui-datagrid-column .events-advancelisting-event {
    flex-direction: column;
  }
}
#ui-area .private-events-sec .events-portlet .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column {
  border: 0;
  padding: 0;
}
#ui-area .private-events-sec .events-portlet .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event {
  flex-direction: row;
  padding-bottom: 0px;
  margin-bottom: 0px;
  gap: 2%;
  align-items: center;
}
@media (max-width: 767.98px) {
  #ui-area .private-events-sec .events-portlet .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  #ui-area .private-events-sec .events-portlet .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event {
    flex-direction: column;
  }
}
#ui-area .private-events-sec .events-portlet .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail {
  flex: 0 0 48%;
  max-width: 48%;
}
@media (max-width: 767.98px) {
  #ui-area .private-events-sec .events-portlet .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#ui-area .private-events-sec .events-portlet .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail .events-advancelisting-eventname {
  align-items: flex-start;
}
#ui-area .private-events-sec .events-portlet .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail .events-advancelisting-eventname .events-advancelisting-eventtitle {
  font-size: calc(var(--wc-fs-heading3) * 1px);
  font-family: var(--wc-heading-font-family1);
  margin-bottom: 5px;
  color: var(--heading-color1);
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  #ui-area .private-events-sec .events-portlet .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail .events-advancelisting-eventname .events-advancelisting-eventtitle {
    font-size: calc((var(--wc-fs-heading3) - 5) * 1px);
  }
}
#ui-area .private-events-sec .events-portlet .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail hr.events-advancelisting-hr {
  display: none;
}
#ui-area .private-events-sec .events-portlet .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventdetail .events-advancelisting-eventdetails .distant {
  color: var(--primary-color);
}
#ui-area .private-events-sec .events-portlet .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventtimgcontainer {
  margin-right: 0;
  flex: 0 0 50%;
  max-width: 50%;
  border: 0px solid #fbf9f9;
  padding-bottom: 35.5%;
}
@media (max-width: 767.98px) {
  #ui-area .private-events-sec .events-portlet .events-scroller-view-container tr.ui-datagrid-row .ui-datagrid-column .events-advancelisting-event .events-advancelisting-eventtimgcontainer {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 82.5%;
    border: 0;
  }
}
#ui-area .private-events-sec .events-title-container h1 {
  text-transform: uppercase;
  color: var(--primary-color);
}
#ui-area .sub-navigation-portlet .sub-nav {
  border: 0;
}
#ui-area .sub-navigation-portlet .sub-nav .nav-child li a {
  border-bottom: 5px solid var(--white-color);
  background: none;
}
#ui-area .sub-navigation-portlet .sub-nav .nav-child li a:hover {
  border-bottom: 5px solid var(--primary-color);
}

body.wcprop-2 .card-view .card .card-header .card-img-overlay h4.card-title {
  padding: 0;
}
body.wcprop-2 form.edit-entry {
  margin-top: 14rem;
}
body.wcprop-2 .three-column-transactional-content .row {
  justify-content: center;
}
body.wcprop-2 .photo-listing-container .row > div {
  flex: 1;
  flex-grow: 1 !important;
}
@media (max-width: 1199.98px) {
  body.wcprop-2 .photo-listing-container .row > div {
    flex: 0 0 33%;
  }
}
@media (max-width: 767.98px) {
  body.wcprop-2 .photo-listing-container .row > div {
    flex: 0 0 50%;
  }
}
body.wcprop-2 .portlet-blogs > .row {
  gap: 0.5rem;
  margin: 0;
}
body.wcprop-2 .portlet-blogs section.portlet .portlet-blogs-aggregator.entry {
  flex: 0 0 33%;
  max-width: 33%;
}
@media (max-width: 767.98px) {
  body.wcprop-2 .portlet-blogs section.portlet .portlet-blogs-aggregator.entry {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.wcprop-2 .portlet-blogs section.portlet .portlet-blogs-aggregator.entry .row {
  margin: 0;
}
body.wcprop-2 .portlet-blogs section.portlet .portlet-blogs-aggregator.entry .row .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
body.wcprop-2 .portlet-blogs section.portlet .portlet-blogs-aggregator.entry .row .col-sm-7 {
  flex: 0 0 100%;
  max-width: 100%;
}
body.wcprop-2 .portlet-blogs section.portlet .portlet-blogs-aggregator.entry .row .col-sm-7 h2 {
  padding-top: 1rem;
}
body.wcprop-2 .portlet-blogs section.portlet .portlet-blogs-aggregator.entry .row div.asset-small-image {
  padding-bottom: 100% !important;
}
body.wcprop-2 .portlet-nested-portlets .col-md-6.portlet-column.portlet-column-first.yui3-dd-drop:has(.text-center) {
  display: flex;
  align-items: center;
}
body.wcprop-2 .portlet-nested-portlets .col-md-6.portlet-column.portlet-column-first.yui3-dd-drop:has(.text-center) > div {
  flex: 0 0 100%;
  max-width: 100%;
}
body.wcprop-2 .portlet-nested-portlets .nGY2Navigationbar {
  display: none !important;
}
body.wcprop-2 .text-with-image-container > div:nth-of-type(odd) .card-content {
  padding-left: 0 !important;
}
body.wcprop-2 .text-with-image-container > div:nth-of-type(even) .card-content {
  padding-right: 0 !important;
  padding-left: 50px !important;
}

#ui-area {
  --max-page-width: 80vw;
  --max-small-page-width: 80vw;
}
#ui-area #main-content .container {
  padding: 0;
}
#ui-area #main-content .card-view .card .card-header .card-img-overlay h4.card-title {
  margin-bottom: 0 !important;
}
#ui-area #main-content .main_video_banner.section_welcome {
  border: 0;
}
#ui-area #main-content .main_video_banner.section_welcome:before {
  display: none;
}
#ui-area #main-content .main_video_banner.section_welcome .heading_section {
  max-width: var(--max-page-width);
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  #ui-area #main-content .main_video_banner.section_welcome .heading_section {
    max-width: var(--max-small-page-width);
  }
}
#ui-area #main-content .main_video_banner.section_welcome .heading_section p.sub-heading {
  margin-bottom: 3vw;
}
#ui-area #main-content .main_video_banner.section_welcome .top_inner_slider .single-item .slick-prev,
#ui-area #main-content .main_video_banner.section_welcome .top_inner_slider .single-item .slick-next {
  filter: invert(1);
}
#ui-area #main-content .main_video_banner.section_welcome .top_inner_slider .single-item .slick-list.draggable {
  max-width: 85%;
  margin: 0 auto;
}
#ui-area #main-content .main_video_banner.section_welcome .top_inner_slider .slick-slide .row {
  max-width: var(--max-page-width);
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  #ui-area #main-content .main_video_banner.section_welcome .top_inner_slider .slick-slide .row {
    max-width: var(--max-small-page-width);
  }
}
#ui-area #main-content .main_video_banner.section_welcome .top_inner_slider .box {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#ui-area #main-content .main_video_banner.section_welcome .top_inner_slider .box .main_icon_inner {
  margin: 0;
}
#ui-area #main-content.private-landing .container {
  max-width: var(--max-page-width);
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  #ui-area #main-content.private-landing .container {
    max-width: var(--max-small-page-width);
  }
}
#ui-area #main-content.inner-wrapper-pl .inner_details_section .col-md-12 {
  padding: 0;
}
#ui-area #main-content.inner-wrapper-pl .inner_details_section section.portlet {
  max-width: var(--max-page-width);
  margin: 0 auto;
  margin-bottom: 0 !important;
  padding: 3rem 0;
}
@media (max-width: 991.98px) {
  #ui-area #main-content.inner-wrapper-pl .inner_details_section section.portlet {
    max-width: var(--max-small-page-width);
    padding: 2rem 0;
  }
}
#ui-area #main-content.inner-wrapper-pl .inner_details_section section.portlet .ui-panel .ui-panel-content {
  background: transparent;
}
#ui-area #main-content.inner-wrapper-pl .inner_details_section #layout-column_column-2 > div:nth-of-type(even) {
  background: var(--wc-overlay-bg);
}
#ui-area #main-content.inner-wrapper-pl .inner_details_section .webc-container h1 {
  padding-top: 10px;
}

.equal-section {
  background: var(--primary-color);
  text-align: center;
  display: flex;
  min-height: 21rem;
  justify-content: space-evenly;
  outline: 1px solid #fff;
  outline-offset: -13px;
}
.equal-section a {
  color: var(--white-color);
  text-transform: uppercase;
  padding: 40px;
  background: rgba(255, 255, 255, 0.0901960784);
  margin: 0 13px;
  transition: 1s all;
}
.equal-section a:hover {
  background: rgba(255, 255, 255, 0.2901960784);
  margin: 0 13px;
  color: #fff;
  transition: 1s all;
  text-shadow: 0 0 12px var(--white-color);
}
.equal-section.vertical {
  flex-direction: column;
}
.equal-section.horizontal {
  flex-direction: row;
  min-height: 8rem;
  align-items: center;
  gap: 1rem;
  padding: 0 26px;
}
.equal-section.horizontal a {
  margin: 13px 0;
  flex: 1;
  padding: 26px;
}

.row.text-center:has(.btn-primary) {
  row-gap: 1rem;
}
.row.text-center:has(.btn-primary) > .col a.btn.btn-primary {
  width: 90%;
  padding: 2rem !important;
  font-size: 25px !important;
}

.nGY2 .nGY2GallerySub,
.nGY2 .nGY2GThumbnail {
  border: none !important;
}
@media (max-width: 991.98px) {
  .nGY2 .nGY2GallerySub,
  .nGY2 .nGY2GThumbnail {
    width: 100% !important;
    height: auto;
  }
}

.nGY2 .nGY2GThumbnailSub {
  background-color: #fff;
}

#ui-area .header-main-wrapper .textured-nav .textured-nav-div .textured-nav-ul .textured-nav-parent ul {
  z-index: 2;
}
#ui-area .nsc-theme-8_24_public-Inner .html-generator-portlet section.portlet {
  margin-bottom: 0 !important;
}
@media (max-width: 575.98px) {
  #ui-area .nsc-theme-8_24_public-Inner .html-generator-portlet section.portlet .main_video_banner #main-title {
    transform: translateY(50%);
  }
}
#ui-area .nsc-theme-8_24_public-Inner .html-generator-portlet section.portlet .main_video_banner #main-title:has(:not(.cst-btn)) {
  transform: translateY(-10%);
}
@media (max-width: 575.98px) {
  #ui-area .nsc-theme-8_24_public-Inner .html-generator-portlet section.portlet .main_video_banner .single-item .slick-slide img {
    height: 50vh;
  }
}
#ui-area .nsc-theme-8_24_public-Inner .bio-listing .bio-blocks .card .card-body .card-text .email {
  padding-left: 33px;
}
#ui-area .nsc-theme-8_24_public-Inner .portlet-blogs section.portlet .container.widget-mode-detail-header .autofit-row.widget-metadata {
  display: none;
}
#ui-area .nsc-theme-8_24_public-Inner .portlet-blogs section.portlet .entry-title h2 a {
  font-weight: normal !important;
}
#ui-area .nsc-theme-8_24_public-Inner .form-designer-portlet section.portlet .fd-display-container .btn-responsive .ui-commandlink {
  width: max-content;
}
@media (max-width: 575.98px) {
  #ui-area .portlet-nested-portlets:nth-of-type(odd) .portlet-layout.row {
    flex-direction: column-reverse;
  }
}
#ui-area .nGY2 .nGY2GThumbnailCustomLayer {
  background-color: transparent;
}

@media (max-width: 767.98px) {
  body.wcprop-2 .events-portlet section.portlet .events-scroller-view-container .events-scroller-view-container.ui-datagrid .ui-g .ui-datagrid-column.ui-md-3 {
    padding-top: 0;
  }
  body.wcprop-2 .photo-listing-container .row > div {
    flex: 0 0 100%;
  }
}
body.wcprop-2 .login-page .background-wrap {
  background: url("../images/club-images/login-bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 4vw 0;
  background-position: bottom;
  padding-top: var(--headerHeight);
}
@media (max-width: 1440px) {
  body.wcprop-2 .login-page .background-wrap {
    padding: 9vw 0;
  }
}
@media (max-width: 1244px) {
  body.wcprop-2 .login-page .background-wrap {
    padding: 12vw 0;
  }
}
body.wcprop-2 .login-page .background-wrap:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
body.wcprop-2 .login-page .background-wrap .login-wrap {
  position: relative;
}
@media (max-width: 767.98px) {
  body.wcprop-2 .login-page .background-wrap .login-wrap .container {
    text-align: center;
  }
}
@media (min-width: 200px) and (max-width: 768px) {
  body.wcprop-2 .login-page .background-wrap .login-container {
    padding-bottom: 6vw;
  }
}
body.wcprop-2 .login-page .background-wrap .login-container .input-container fieldset.fieldset {
  padding-top: 0.5rem;
}
body.wcprop-2 .login-page .background-wrap .login-container .input-container .form-group .form-control {
  border: 1px solid var(--primary-color);
  width: auto;
}
body.wcprop-2 .login-page .background-wrap #content-wrapper-login {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 2vw;
  max-width: 1200px;
  margin: 0 auto;
}
body.wcprop-2 .login-page .background-wrap #content-wrapper-login h2 {
  text-transform: uppercase;
}
body.wcprop-2 .login-page .cst-section {
  padding: 0;
}
body.wcprop-2 .login-page .card {
  background-color: transparent !important;
}

/*Banner Layout Spacing Begin*/
.column-1-banner .cl-wrapper-one.cst-section {
  margin-top: 3rem;
}

/*Banner Layout Spacing End*/
/*Banner Scss Begin*/
.cl-wrapper-banner .html-generator-portlet {
  width: 100%;
  height: 100vh;
  position: relative;
}
.cl-wrapper-banner .html-generator-portlet .portlet-column-only,
.cl-wrapper-banner .html-generator-portlet .portlet-column-content,
.cl-wrapper-banner .html-generator-portlet .portlet-boundary,
.cl-wrapper-banner .html-generator-portlet .portlet,
.cl-wrapper-banner .html-generator-portlet .portlet-content,
.cl-wrapper-banner .html-generator-portlet .portlet-content-container,
.cl-wrapper-banner .html-generator-portlet .portlet-body {
  height: 100%;
}
.cl-wrapper-banner .html-generator-portlet .homeslider-fbox {
  width: 100vw;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cl-wrapper-banner .html-generator-portlet .homeslider-fbox .home-banner-area {
  background-image: url(../images/club-images/home-banner.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cl-wrapper-banner .html-generator-portlet .homeslider-fbox::before {
  background-image: url(../images/club-images/banner-overlay1.png);
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}
.cl-wrapper-banner .html-generator-portlet .homeslider-fbox::after {
  background-image: url(../images/club-images/banner-overlay2.png);
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}
.cl-wrapper-banner .html-generator-portlet .homeslider-fbox iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
}
@media (min-aspect-ratio: 16/9) {
  .cl-wrapper-banner .html-generator-portlet .homeslider-fbox iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .cl-wrapper-banner .html-generator-portlet .homeslider-fbox iframe {
    width: 177.78vh;
  }
}

/*Banner Scss End*/
#ui-area .public-landing .main_video_banner {
  border: 0;
}

/*Banner Scss Slider Brgins*/
.cl-wrapper-banner .owl-carousel .owl-stage {
  padding: 0;
}
.cl-wrapper-banner .owl-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  margin: 0 auto;
  display: inline-flex;
  text-align: center;
  justify-content: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .cl-wrapper-banner .owl-carousel .owl-dots {
    bottom: 0.6815084053vw;
  }
}
.cl-wrapper-banner .owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background: var(--primary-color);
  margin: 0.5rem;
  opacity: 0.5;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .cl-wrapper-banner .owl-carousel .owl-dots .owl-dot {
    width: 0.6815084053vw;
    height: 0.6815084053vw;
    margin: 0.3634711495vw;
  }
}
.cl-wrapper-banner .owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}
.cl-wrapper-banner .video-wrap {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.cl-wrapper-banner .video-wrap img {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .cl-wrapper-banner .video-wrap img {
    object-fit: cover;
  }
}
.cl-wrapper-banner .video-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}
.cl-wrapper-banner .video-wrap video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: -1;
}

/*Banner Scss Slider End*/
/*Instagram Feed Scss Begin*/
.instagram_feed {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: auto;
  gap: 2px;
}
.instagram_feed .instagram_new {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.instagram_feed .instagram_new:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 2;
}
.instagram_feed .instagram_new:nth-child(3) {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
}
.instagram_feed .instagram_new:nth-child(4) {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
}
.instagram_feed .instagram_new:nth-child(5) {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.instagram_feed .instagram_new:nth-child(6) {
  grid-column-start: 4;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
}
.instagram_feed .instagram_new:nth-child(7) {
  grid-column-start: 4;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 2;
}
.instagram_feed .instagram_new:nth-child(8) {
  grid-column-start: 5;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 1;
}
.instagram_feed .instagram_new:nth-child(9) {
  grid-column-start: 5;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 2;
}
.instagram_feed .instagram_new img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-out transform;
  transition: 0.5s ease-out transform;
}
.instagram_feed .instagram_new img:hover, .instagram_feed .instagram_new img:focus {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.instagram_feed .insta-banner {
  width: 33.4375vw;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: auto;
  padding-bottom: 0 !important;
  position: relative;
  overflow: hidden;
}
.instagram_feed .insta-banner .insta_icon {
  z-index: 1;
}
.instagram_feed .insta-banner .insta_icon i {
  color: var(--white-color);
  font-size: var(--wc-fs-heading3);
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid var(--white-color);
  padding: 10px;
  width: 58px;
  height: 58px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  -webkit-transition: 0.3s background ease;
  transition: 0.3s background ease;
  will-change: background;
}
.instagram_feed .insta-banner .insta_icon:hover, .instagram_feed .insta-banner .insta_icon:focus {
  text-decoration: none;
}
.instagram_feed .insta-banner .insta_icon:hover i, .instagram_feed .insta-banner .insta_icon:focus i {
  text-decoration: none;
  background: #3f729b;
}
.instagram_feed .insta-banner h3 {
  color: var(--white-color);
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  font-size: calc((var(--wc-fs-heading4) + 2) * 1px);
  line-height: var(--wc-headingLineHeight);
  text-align: center;
  padding-top: 2rem;
}
.instagram_feed .insta-banner .line {
  width: 50px;
  height: 4px;
  background: var(--white-color);
  margin: 3rem 0 4rem;
}
.instagram_feed .insta-banner .instabutton {
  --offset: 10px;
  --border-size: 2px;
  font-family: var(--wc-font-family) !important;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  color: var(--white-color);
  letter-spacing: 3.2px;
  line-height: var(--wc-base-lineHeight);
  font-size: calc((var(--wc-font-size) - 2) * 1px) !important;
  display: block;
  position: relative;
  padding: 1.5em 3em;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
  cursor: pointer;
  border: none;
  box-shadow: inset 0 0 0 var(--border-size) currentcolor;
  -webkit-box-shadow: inset 0 0 0 var(--border-size) currentcolor;
  -webkit-transition: background 0.8s ease;
  transition: background 0.8s ease;
}
.instagram_feed .insta-banner .instabutton .instabutton-horizontal,
.instagram_feed .insta-banner .instabutton .instabutton-vertical {
  position: absolute;
  top: var(--horizontal-offset, 0);
  right: var(--vertical-offset, 0);
  bottom: var(--horizontal-offset, 0);
  left: var(--vertical-offset, 0);
  -webkit-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
  will-change: transform;
}
.instagram_feed .insta-banner .instabutton .instabutton-horizontal::before,
.instagram_feed .insta-banner .instabutton .instabutton-vertical::before {
  content: "";
  position: absolute;
  border: inherit;
}
.instagram_feed .insta-banner .instabutton .instabutton-horizontal {
  --vertical-offset: calc(var(--offset) * -1);
  border-top: var(--border-size) solid currentcolor;
  border-bottom: var(--border-size) solid currentcolor;
}
.instagram_feed .insta-banner .instabutton .instabutton-horizontal::before {
  top: calc(var(--vertical-offset) - var(--border-size));
  bottom: calc(var(--vertical-offset) - var(--border-size));
  left: calc(var(--vertical-offset) * -1);
  right: calc(var(--vertical-offset) * -1);
}
.instagram_feed .insta-banner .instabutton .instabutton-vertical {
  --horizontal-offset: calc(var(--offset) * -1);
  border-left: var(--border-size) solid currentcolor;
  border-right: var(--border-size) solid currentcolor;
}
.instagram_feed .insta-banner .instabutton .instabutton-vertical::before {
  top: calc(var(--horizontal-offset) * -1);
  bottom: calc(var(--horizontal-offset) * -1);
  left: calc(var(--horizontal-offset) - var(--border-size));
  right: calc(var(--horizontal-offset) - var(--border-size));
}
.instagram_feed .insta-banner .instabutton:hover .instabutton-horizontal {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.instagram_feed .insta-banner .instabutton:hover .instabutton-vertical {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

/*Instagram Feed Scss End*/
/*home text and image one*/
ul.h-textimage-w {
  background-color: var(--wc-body-bg);
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
ul.h-textimage-w li {
  flex: 0 0 50%;
}
ul.h-textimage-w li.cst-cont-wrapper {
  padding: 0 9%;
}
ul.h-textimage-w h1 {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
ul.h-textimage-w h1:after {
  content: "";
  position: absolute;
  background-color: var(--wc-border-color);
  height: 1px;
  width: 40px;
  bottom: 0px;
  left: 0;
}
ul.h-textimage-w a.hti-btn {
  display: inline-block;
  border: 1px solid var(--wc-border-color);
  color: var(--wc-font-color);
  padding: 12px 36px;
  text-transform: uppercase;
  font-family: var(--wc-font-family);
  transition: all 0.2s linear 0s;
  font-size: var(--wc-font-size);
  text-decoration: none !important;
  margin-bottom: 0px;
}
ul.h-textimage-w a:hover, ul.h-textimage-w a:focus {
  background: var(--wc-font-color);
  color: var(--white-color);
  transition: all 0.2s linear 0s;
}

/*end home text and image one*/
/*Custom Overlay Box Scss Begin*/
.custom-overlaybox {
  position: relative;
}
.custom-overlaybox .overlayimg {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 35%;
}
@media (max-width: 1440.98px) {
  .custom-overlaybox .overlayimg {
    padding-bottom: 38%;
  }
}
@media (max-width: 1199.98px) {
  .custom-overlaybox .overlayimg {
    padding-bottom: 40%;
  }
}
@media (max-width: 991.98px) {
  .custom-overlaybox .overlayimg {
    padding-bottom: 53%;
  }
}
@media (max-width: 767.98px) {
  .custom-overlaybox .overlayimg {
    padding-bottom: 60.745%;
  }
}
.custom-overlaybox .overlayimg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.custom-overlaybox .overlayBox {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 1;
  padding: var(--container-padding);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .custom-overlaybox .overlayBox {
    padding: var(--container-padding);
  }
}
@media (max-width: 1720px) {
  .custom-overlaybox .overlayBox {
    padding: 3rem;
  }
}
@media (max-width: 1440.98px) {
  .custom-overlaybox .overlayBox {
    padding: 1.5rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .custom-overlaybox .overlayBox {
    width: 80%;
  }
}
@media (max-width: 575.98px) {
  .custom-overlaybox .overlayBox {
    position: relative;
    width: 100%;
    padding: 1rem;
    background: var(--wc-overlay-bg);
  }
}
.custom-overlaybox .overlayBox:before {
  content: "";
  background: var(--wc-overlay-bg);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.75;
}
@media (max-width: 575.98px) {
  .custom-overlaybox .overlayBox:before {
    display: none;
  }
}
.custom-overlaybox .overlayBox .webc-headingx,
.custom-overlaybox .overlayBox .webc-headingz,
.custom-overlaybox .overlayBox p {
  color: var(--bg-text-color);
}
.custom-overlaybox .overlayBox .btn {
  width: max-content;
}

.wcl-col-4 .custom-overlaybox .overlayimg {
  padding-bottom: 50%;
}
.wcl-col-4 .custom-overlaybox .overlayBox {
  position: relative;
  width: 100%;
  padding: 1rem;
}

.wcl-col-9 .custom-overlaybox .overlayimg,
.wcl-col-6 .custom-overlaybox .overlayimg {
  padding-bottom: 50%;
}
.wcl-col-9 .custom-overlaybox .overlayBox,
.wcl-col-6 .custom-overlaybox .overlayBox {
  position: relative;
  width: 100%;
  padding: calc(var(--container-padding) - 5rem);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .wcl-col-9 .custom-overlaybox .overlayBox,
  .wcl-col-6 .custom-overlaybox .overlayBox {
    padding: calc(var(--container-padding) - 1.8173557474vw);
  }
}
@media (max-width: 767.98px) {
  .wcl-col-9 .custom-overlaybox .overlayBox,
  .wcl-col-6 .custom-overlaybox .overlayBox {
    padding: 1rem;
  }
}

/*Custom Overlay Box Scss End*/
/*Custom Overlay Effect Left Algin Text Scss Begin*/
.customoverlay-effectwo {
  position: relative;
}
.customoverlay-effectwo:after {
  content: "";
  background: var(--wc-overlay-bg);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
@media (max-width: 575.98px) {
  .customoverlay-effectwo:after {
    display: none;
  }
}
.customoverlay-effectwo .overlayimg {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 35%;
  background: var(--wc-overlay-bg);
}
@media (max-width: 1440.98px) {
  .customoverlay-effectwo .overlayimg {
    padding-bottom: 38%;
  }
}
@media (max-width: 1199.98px) {
  .customoverlay-effectwo .overlayimg {
    padding-bottom: 40%;
  }
}
@media (max-width: 991.98px) {
  .customoverlay-effectwo .overlayimg {
    padding-bottom: 53%;
  }
}
@media (max-width: 767.98px) {
  .customoverlay-effectwo .overlayimg {
    padding-bottom: 60.745%;
  }
}
.customoverlay-effectwo .overlayimg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.customoverlay-effectwo .overlayBox {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 40%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 1;
  padding: 4rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customoverlay-effectwo .overlayBox {
    padding: 2.9077691958vw;
  }
}
@media (max-width: 1720px) {
  .customoverlay-effectwo .overlayBox {
    padding: 3rem;
  }
}
@media (max-width: 1440.98px) {
  .customoverlay-effectwo .overlayBox {
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  .customoverlay-effectwo .overlayBox {
    position: relative;
    width: 100%;
    padding: 1rem;
    background: var(--wc-overlay-bg);
  }
}
.customoverlay-effectwo .overlayBox .webc-headingx {
  border-bottom: 1px solid var(--bg-text-color);
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customoverlay-effectwo .overlayBox .webc-headingx {
    padding-bottom: 0.3634711495vw;
    margin-bottom: 1.4538845979vw;
  }
}
.customoverlay-effectwo .overlayBox .webc-headingx,
.customoverlay-effectwo .overlayBox .webc-headingz {
  color: var(--bg-text-color);
}
.customoverlay-effectwo .overlayBox p {
  color: var(--bg-text-color);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
  .customoverlay-effectwo .overlayBox p {
    -webkit-line-clamp: 11;
  }
}
.customoverlay-effectwo .overlayBox .btn {
  width: max-content;
}

.wcl-col-4 .custom-overlaybox .overlayimg {
  padding-bottom: 50%;
}
.wcl-col-4 .custom-overlaybox .overlayBox {
  position: relative;
  width: 100%;
  padding: 1rem;
}

.wcl-col-9 .custom-overlaybox .overlayimg,
.wcl-col-6 .custom-overlaybox .overlayimg {
  padding-bottom: 50%;
}
.wcl-col-9 .custom-overlaybox .overlayBox,
.wcl-col-6 .custom-overlaybox .overlayBox {
  position: relative;
  width: 100%;
  padding: calc(var(--container-padding) - 5rem);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .wcl-col-9 .custom-overlaybox .overlayBox,
  .wcl-col-6 .custom-overlaybox .overlayBox {
    padding: calc(var(--container-padding) - 1.8173557474vw);
  }
}
@media (max-width: 767.98px) {
  .wcl-col-9 .custom-overlaybox .overlayBox,
  .wcl-col-6 .custom-overlaybox .overlayBox {
    padding: 1rem;
  }
}

/*Custom Overlay Effect Left Algin Text Scss End*/
/*Custom Overlay Effect Center Algin Text Scss Begin*/
.customoverlay-effecthree {
  position: relative;
  margin: 2rem var(--container-padding);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customoverlay-effecthree {
    margin: 0.726942299vw var(--container-padding);
  }
}
@media (max-width: 1199.98px) {
  .customoverlay-effecthree {
    margin: 2rem calc(2 * var(--container-padding));
  }
}
@media (max-width: 767.98px) {
  .customoverlay-effecthree {
    margin: 1rem var(--container-padding);
  }
}
.customoverlay-effecthree .overlayimg {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 35%;
  background: var(--wc-overlay-bg);
}
@media (max-width: 1440.98px) {
  .customoverlay-effecthree .overlayimg {
    padding-bottom: 38%;
  }
}
@media (max-width: 1199.98px) {
  .customoverlay-effecthree .overlayimg {
    padding-bottom: 40%;
  }
}
@media (max-width: 991.98px) {
  .customoverlay-effecthree .overlayimg {
    padding-bottom: 53%;
  }
}
@media (max-width: 767.98px) {
  .customoverlay-effecthree .overlayimg {
    padding-bottom: 60.745%;
  }
}
.customoverlay-effecthree .overlayimg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.customoverlay-effecthree .overlayBox {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 1;
  padding: var(--container-padding);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customoverlay-effecthree .overlayBox {
    padding: var(--container-padding);
  }
}
@media (max-width: 1720px) {
  .customoverlay-effecthree .overlayBox {
    padding: 3rem;
  }
}
@media (max-width: 1440.98px) {
  .customoverlay-effecthree .overlayBox {
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  .customoverlay-effecthree .overlayBox {
    position: relative;
    width: 100%;
    padding: 1rem;
    background: var(--wc-overlay-bg);
    text-align: center;
  }
}
.customoverlay-effecthree .overlayBox:before {
  content: "";
  background: var(--wc-overlay-bg);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
@media (max-width: 575.98px) {
  .customoverlay-effecthree .overlayBox:before {
    display: none;
  }
}
.customoverlay-effecthree .overlayBox .webc-headingx {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  color: var(--bg-text-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customoverlay-effecthree .overlayBox .webc-headingx {
    padding-bottom: 0.726942299vw;
    margin-bottom: 1.4538845979vw;
  }
}
.customoverlay-effecthree .overlayBox .webc-headingx:before {
  content: "";
  position: absolute;
  background: var(--bg-text-color);
  top: auto;
  bottom: 0;
  width: 20%;
  height: 1px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.customoverlay-effecthree .overlayBox p,
.customoverlay-effecthree .overlayBox .webc-headingz {
  color: var(--bg-text-color);
}
.customoverlay-effecthree .overlayBox a {
  color: var(--bg-text-color);
  font-size: calc(var(--wc-font-size) * 1px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customoverlay-effecthree .overlayBox a {
    font-size: calc(var(--wc-font-size) / var(--4k-ratio) * 1vw);
  }
}
.customoverlay-effecthree .overlayBox a:hover {
  color: var(--link-color-hover);
}
.customoverlay-effecthree .overlayBox .btn {
  width: max-content;
}

.wcl-col-4 .custom-overlaybox .overlayimg {
  padding-bottom: 50%;
}
.wcl-col-4 .custom-overlaybox .overlayBox {
  position: relative;
  width: 100%;
  padding: 1rem;
}

.wcl-col-9 .custom-overlaybox .overlayimg,
.wcl-col-6 .custom-overlaybox .overlayimg {
  padding-bottom: 50%;
}
.wcl-col-9 .custom-overlaybox .overlayBox,
.wcl-col-6 .custom-overlaybox .overlayBox {
  position: relative;
  width: 100%;
  padding: calc(var(--container-padding) - 5rem);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .wcl-col-9 .custom-overlaybox .overlayBox,
  .wcl-col-6 .custom-overlaybox .overlayBox {
    padding: calc(var(--container-padding) - 1.8173557474vw);
  }
}
@media (max-width: 767.98px) {
  .wcl-col-9 .custom-overlaybox .overlayBox,
  .wcl-col-6 .custom-overlaybox .overlayBox {
    padding: 1rem;
  }
}

/*Custom Overlay Effect Center Algin Text Scss End*/
/*Custom Cuted Box With Background Image Scss Begin*/
.custom-boximg {
  position: relative;
  margin-bottom: 10%;
}
@media (max-width: 1440.98px) {
  .custom-boximg {
    margin-bottom: 11.4%;
  }
}
@media (max-width: 1199.98px) {
  .custom-boximg {
    margin-bottom: 12%;
  }
}
@media (max-width: 991.98px) {
  .custom-boximg {
    margin-bottom: 13.5%;
  }
}
@media (max-width: 767.98px) {
  .custom-boximg {
    margin-bottom: 10%;
  }
}
@media (max-width: 575.98px) {
  .custom-boximg {
    margin-bottom: 0;
  }
}
.custom-boximg .overlayimg {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 33.5%;
  background: var(--wc-body-bg);
}
@media (max-width: 1440.98px) {
  .custom-boximg .overlayimg {
    padding-bottom: 38%;
  }
}
@media (max-width: 1199.98px) {
  .custom-boximg .overlayimg {
    padding-bottom: 40%;
  }
}
@media (max-width: 991.98px) {
  .custom-boximg .overlayimg {
    padding-bottom: 45%;
  }
}
@media (max-width: 767.98px) {
  .custom-boximg .overlayimg {
    padding-bottom: 60.745%;
  }
}
.custom-boximg .overlayimg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.custom-boximg .overlayBox {
  position: absolute;
  top: 30%;
  bottom: 0;
  width: 41%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 1;
  padding: 2rem 5rem;
  background: var(--wc-overlay-bg);
  left: auto;
  right: 10%;
  overflow: hidden;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .custom-boximg .overlayBox {
    padding: 1.4538845979vw 3.6347114948vw;
  }
}
@media (max-width: 1720px) {
  .custom-boximg .overlayBox {
    padding: 3rem;
  }
}
@media (max-width: 1440.98px) {
  .custom-boximg .overlayBox {
    padding: 1.5rem 2rem;
    width: 45%;
  }
}
@media (max-width: 1199.98px) {
  .custom-boximg .overlayBox {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .custom-boximg .overlayBox {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .custom-boximg .overlayBox {
    width: 90%;
    right: 5%;
    top: 16.5%;
  }
}
@media (max-width: 575.98px) {
  .custom-boximg .overlayBox {
    position: relative;
    width: 100%;
    padding: 1rem;
    background: var(--wc-overlay-bg);
    right: 0;
  }
}
.custom-boximg .overlayBox .webc-headingx,
.custom-boximg .overlayBox .webc-headingz,
.custom-boximg .overlayBox p {
  color: var(--bg-text-color);
}
.custom-boximg .overlayBox .btn {
  width: max-content;
}

.wcl-col-4 .custom-boximg .overlayimg {
  padding-bottom: 50%;
}
.wcl-col-4 .custom-boximg .overlayBox {
  position: relative;
  width: 100%;
  padding: 1rem;
}

/*Custom Cuted Box With Background Image Scss End*/
/*Custom Cuted Box With Background Image Scss Begin*/
.custombox-ctrimg {
  position: relative;
}
.custombox-ctrimg .overlayimg {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 33.5%;
  background: var(--wc-body-bg);
}
@media (max-width: 1440.98px) {
  .custombox-ctrimg .overlayimg {
    padding-bottom: 38%;
  }
}
@media (max-width: 1199.98px) {
  .custombox-ctrimg .overlayimg {
    padding-bottom: 40%;
  }
}
@media (max-width: 991.98px) {
  .custombox-ctrimg .overlayimg {
    padding-bottom: 45%;
  }
}
@media (max-width: 767.98px) {
  .custombox-ctrimg .overlayimg {
    padding-bottom: 60.745%;
  }
}
.custombox-ctrimg .overlayimg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.custombox-ctrimg .overlayBox {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 41%;
  margin: 2.5% auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  z-index: 1;
  padding: 2rem 5rem;
  background: var(--wc-overlay-bg);
  left: auto;
  right: 10%;
  overflow: hidden;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .custombox-ctrimg .overlayBox {
    padding: 1.4538845979vw 3.6347114948vw;
  }
}
@media (max-width: 1720px) {
  .custombox-ctrimg .overlayBox {
    padding: 3rem;
  }
}
@media (max-width: 1440.98px) {
  .custombox-ctrimg .overlayBox {
    padding: 1.5rem 2rem;
    width: 45%;
  }
}
@media (max-width: 1199.98px) {
  .custombox-ctrimg .overlayBox {
    width: 50%;
    margin: 2% auto;
  }
}
@media (max-width: 991.98px) {
  .custombox-ctrimg .overlayBox {
    width: 60%;
    margin: 1.5% auto;
  }
}
@media (max-width: 767.98px) {
  .custombox-ctrimg .overlayBox {
    width: 90%;
    right: 5%;
  }
}
@media (max-width: 575.98px) {
  .custombox-ctrimg .overlayBox {
    position: relative;
    width: 100%;
    padding: 1rem;
    background: var(--wc-overlay-bg);
    right: 0;
    margin: 0;
  }
}
.custombox-ctrimg .overlayBox .webc-headingx,
.custombox-ctrimg .overlayBox .webc-headingz,
.custombox-ctrimg .overlayBox p {
  color: var(--bg-text-color);
}
.custombox-ctrimg .overlayBox .btn {
  width: max-content;
}

.wcl-col-4 .custom-boximg .overlayimg {
  padding-bottom: 50%;
}
.wcl-col-4 .custom-boximg .overlayBox {
  position: relative;
  width: 100%;
  padding: 1rem;
}

/*Custom Cuted Box With Background Image Scss End*/
/*Custom Two Column Box Scss Begin*/
.customtwo-colBox {
  position: relative;
  background: var(--wc-overlay-bg);
}
.customtwo-colBox .colBox-img {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 35%;
}
@media (max-width: 1199.98px) {
  .customtwo-colBox .colBox-img {
    padding-bottom: 40%;
  }
}
@media (max-width: 991.98px) {
  .customtwo-colBox .colBox-img {
    padding-bottom: 53%;
  }
}
@media (max-width: 767.98px) {
  .customtwo-colBox .colBox-img {
    padding-bottom: 60.745%;
  }
}
.customtwo-colBox .colBox-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.customtwo-colBox .colBox-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: var(--container-padding);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customtwo-colBox .colBox-text {
    padding: var(--container-padding);
  }
}
@media (max-width: 1720px) {
  .customtwo-colBox .colBox-text {
    padding: 3rem;
  }
}
@media (max-width: 1440.98px) {
  .customtwo-colBox .colBox-text {
    padding: 1.5rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .customtwo-colBox .colBox-text {
    width: 65%;
  }
}
@media (max-width: 575.98px) {
  .customtwo-colBox .colBox-text {
    position: relative;
    width: 100%;
    padding: 1rem;
  }
}
.customtwo-colBox .colBox-text .webc-headingx,
.customtwo-colBox .colBox-text .webc-headingz,
.customtwo-colBox .colBox-text p {
  color: var(--bg-text-color);
}
.customtwo-colBox .colBox-text .btn {
  width: max-content;
}

/*Custom Two Column Box Scss End*/
/*Custom Overlay Hover Box Scss Begin*/
.custom-hoverBox {
  position: relative;
}
.custom-hoverBox:before {
  content: "";
  position: absolute;
  background: var(--wc-overlay-bg);
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
}
.custom-hoverBox .overlayimg {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 130%;
}
@media (max-width: 767.98px) {
  .custom-hoverBox .overlayimg {
    padding-bottom: 100%;
  }
}
.custom-hoverBox .overlayimg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.custom-hoverBox .overlay-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  padding: 1rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .custom-hoverBox .overlay-caption {
    padding: 0.726942299vw;
  }
}
@media (max-width: 575.98px) {
  .custom-hoverBox .overlay-caption {
    padding: 0.5rem;
  }
}
.custom-hoverBox .overlay-caption:before {
  content: "";
  position: absolute;
  background: var(--wc-overlay-bg);
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0.2;
}
.custom-hoverBox .overlay-caption h1,
.custom-hoverBox .overlay-caption h2,
.custom-hoverBox .overlay-caption h3,
.custom-hoverBox .overlay-caption h4,
.custom-hoverBox .overlay-caption h5,
.custom-hoverBox .overlay-caption h6 {
  position: relative;
  color: var(--bg-text-color);
  z-index: 1;
}
.custom-hoverBox .overlay-caption .webc-headingx {
  color: var(--bg-text-color);
  text-align: right;
  font-family: var(--wc-heading-font-family2);
  font-size: calc(var(--wc-fs-heading4) * 1px);
  margin: 0;
  z-index: 1;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .custom-hoverBox .overlay-caption .webc-headingx {
    font-size: calc(var(--wc-fs-heading4) / var(--4k-ratio) * 1vw);
    margin: 0;
  }
}
@media (max-width: 1440.98px) {
  .custom-hoverBox .overlay-caption .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 9) * 1px);
  }
}
@media (max-width: 1199.98px) {
  .custom-hoverBox .overlay-caption .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 12) * 1px);
  }
}
@media (max-width: 991.98px) {
  .custom-hoverBox .overlay-caption .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 4) * 1px);
  }
}
.custom-hoverBox .overlay-captionhover {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .custom-hoverBox .overlay-captionhover {
    padding: 1.4538845979vw;
  }
}
@media (max-width: 1440.98px) {
  .custom-hoverBox .overlay-captionhover {
    padding: 1rem;
  }
}
.custom-hoverBox .overlay-captionhover h1,
.custom-hoverBox .overlay-captionhover h2,
.custom-hoverBox .overlay-captionhover h3,
.custom-hoverBox .overlay-captionhover h4,
.custom-hoverBox .overlay-captionhover h5,
.custom-hoverBox .overlay-captionhover h6 {
  position: relative;
  color: var(--bg-text-color);
  z-index: 1;
}
.custom-hoverBox .overlay-captionhover .webc-headingx {
  color: var(--bg-text-color);
  font-family: var(--wc-heading-font-family2);
  font-size: calc(var(--wc-fs-heading4) * 1px);
  z-index: 1;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .custom-hoverBox .overlay-captionhover .webc-headingx {
    font-size: calc(var(--wc-fs-heading4) / var(--4k-ratio) * 1vw);
  }
}
@media (max-width: 1440.98px) {
  .custom-hoverBox .overlay-captionhover .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 9) * 1px);
  }
}
@media (max-width: 1199.98px) {
  .custom-hoverBox .overlay-captionhover .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 12) * 1px);
  }
}
@media (max-width: 991.98px) {
  .custom-hoverBox .overlay-captionhover .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 4) * 1px);
  }
}
.custom-hoverBox .overlay-captionhover .webc-headingz {
  color: var(--bg-text-color);
  font-family: var(--wc-heading-font-family2);
  font-size: calc(var(--wc-fs-heading6) * 1px);
  margin: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .custom-hoverBox .overlay-captionhover .webc-headingz {
    font-size: calc(var(--wc-fs-heading6) / var(--4k-ratio) * 1vw);
    margin: 0;
  }
}
@media (max-width: 1440.98px) {
  .custom-hoverBox .overlay-captionhover .webc-headingz {
    font-size: calc((var(--wc-fs-heading6) - 5) * 1px);
  }
}
.custom-hoverBox .overlay-captionhover .webc-headingx,
.custom-hoverBox .overlay-captionhover .webc-headingz,
.custom-hoverBox .overlay-captionhover p {
  color: var(--bg-text-color);
}
.custom-hoverBox .overlay-captionhover .btn {
  width: max-content;
}
.custom-hoverBox:hover:before {
  z-index: 1;
  opacity: 0.5;
}
.custom-hoverBox:hover .overlay-caption {
  opacity: 0;
}
.custom-hoverBox:hover .overlay-captionhover {
  opacity: 1;
  z-index: 2;
}

/*Custom Overlay  Hover Box Scss End*/
/*Custom Overlay Hower Box Scss Begin*/
.customtwo-hoverBox {
  position: relative;
}
.customtwo-hoverBox:before {
  content: "";
  position: absolute;
  background: var(--wc-overlay-bg);
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
}
.customtwo-hoverBox .overlayimg {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 130%;
}
@media (max-width: 767.98px) {
  .customtwo-hoverBox .overlayimg {
    padding-bottom: 100%;
  }
}
.customtwo-hoverBox .overlayimg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.customtwo-hoverBox .overlay-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.customtwo-hoverBox .overlay-caption:before {
  content: "";
  position: absolute;
  background: var(--wc-overlay-bg);
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0.2;
}
.customtwo-hoverBox .overlay-caption h1,
.customtwo-hoverBox .overlay-caption h2,
.customtwo-hoverBox .overlay-caption h3,
.customtwo-hoverBox .overlay-caption h4,
.customtwo-hoverBox .overlay-caption h5,
.customtwo-hoverBox .overlay-caption h6 {
  position: absolute;
  color: var(--bg-text-color);
  z-index: 1;
}
.customtwo-hoverBox .overlay-caption .webc-headingx {
  color: var(--bg-text-color);
  text-align: right;
  font-family: var(--wc-heading-font-family2);
  font-size: calc(var(--wc-fs-heading4) * 1px);
  margin: 0;
  z-index: 1;
  position: absolute;
  bottom: 0;
  padding: 1rem;
  left: auto;
  right: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customtwo-hoverBox .overlay-caption .webc-headingx {
    font-size: calc(var(--wc-fs-heading4) / var(--4k-ratio) * 1vw);
    margin: 0;
    padding: 0.726942299vw;
  }
}
@media (max-width: 1440.98px) {
  .customtwo-hoverBox .overlay-caption .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 9) * 1px);
  }
}
@media (max-width: 1199.98px) {
  .customtwo-hoverBox .overlay-caption .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 12) * 1px);
  }
}
@media (max-width: 991.98px) {
  .customtwo-hoverBox .overlay-caption .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 4) * 1px);
    padding: 0.5rem;
  }
}
.customtwo-hoverBox .overlay-captionhover {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customtwo-hoverBox .overlay-captionhover {
    padding: 1.4538845979vw;
  }
}
@media (max-width: 1440.98px) {
  .customtwo-hoverBox .overlay-captionhover {
    padding: 1rem;
  }
}
.customtwo-hoverBox .overlay-captionhover h1,
.customtwo-hoverBox .overlay-captionhover h2,
.customtwo-hoverBox .overlay-captionhover h3,
.customtwo-hoverBox .overlay-captionhover h4,
.customtwo-hoverBox .overlay-captionhover h5,
.customtwo-hoverBox .overlay-captionhover h6 {
  position: relative;
  color: var(--bg-text-color);
  z-index: 1;
}
.customtwo-hoverBox .overlay-captionhover .webc-headingx {
  color: var(--bg-text-color);
  font-family: var(--wc-heading-font-family2);
  font-size: calc(var(--wc-fs-heading4) * 1px);
  z-index: 1;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customtwo-hoverBox .overlay-captionhover .webc-headingx {
    font-size: calc(var(--wc-fs-heading4) / var(--4k-ratio) * 1vw);
  }
}
@media (max-width: 1440.98px) {
  .customtwo-hoverBox .overlay-captionhover .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 9) * 1px);
  }
}
@media (max-width: 1199.98px) {
  .customtwo-hoverBox .overlay-captionhover .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 12) * 1px);
  }
}
@media (max-width: 991.98px) {
  .customtwo-hoverBox .overlay-captionhover .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 4) * 1px);
  }
}
.customtwo-hoverBox .overlay-captionhover .webc-headingz {
  color: var(--bg-text-color);
  font-family: var(--wc-heading-font-family2);
  font-size: calc(var(--wc-fs-heading6) * 1px);
  margin: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customtwo-hoverBox .overlay-captionhover .webc-headingz {
    font-size: calc(var(--wc-fs-heading6) / var(--4k-ratio) * 1vw);
    margin: 0;
  }
}
@media (max-width: 1440.98px) {
  .customtwo-hoverBox .overlay-captionhover .webc-headingz {
    font-size: calc((var(--wc-fs-heading6) - 5) * 1px);
  }
}
.customtwo-hoverBox .overlay-captionhover p {
  color: var(--bg-text-color);
}
.customtwo-hoverBox .overlay-captionhover a {
  color: var(--bg-text-color);
  font-weight: 500;
  border-bottom: 1px solid var(--white-color);
  font-size: calc(var(--wc-font-size) * 1px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customtwo-hoverBox .overlay-captionhover a {
    font-size: calc(var(--wc-font-size) / var(--4k-ratio) * 1vw);
  }
}
.customtwo-hoverBox .overlay-captionhover .btn {
  width: max-content;
}
.customtwo-hoverBox:hover:before {
  z-index: 1;
  opacity: 0.5;
}
.customtwo-hoverBox:hover .overlay-caption {
  opacity: 0;
}
.customtwo-hoverBox:hover .overlay-captionhover {
  opacity: 1;
  z-index: 2;
}

/*Custom Overlay  Hover Box Scss End*/
/*Custom Parallel Text With Images Scss Begin*/
.bg-custom-tileBox {
  position: relative;
  background: var(--wc-body-bg);
  padding: 50px var(--container-padding);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .bg-custom-tileBox {
    padding: 2.2716946842vw var(--container-padding);
  }
}

.custom-tileBox {
  position: relative;
  background: var(--wc-body-bg);
}
.custom-tileBox .tile-details {
  padding: 0 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  background: var(--wc-body-bg);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .custom-tileBox .tile-details {
    padding: 0 0.726942299vw;
  }
}
@media (max-width: 767.98px) {
  .custom-tileBox .tile-details {
    padding: 1rem;
  }
}
.custom-tileBox .tile-details h1,
.custom-tileBox .tile-details h2,
.custom-tileBox .tile-details h3,
.custom-tileBox .tile-details h4,
.custom-tileBox .tile-details h5,
.custom-tileBox .tile-details h6 {
  position: relative;
  color: var(--wc-font-color);
  z-index: 1;
}
.custom-tileBox .tile-details .webc-headingx {
  font-family: var(--wc-heading-font-family2);
  font-size: calc(var(--wc-fs-heading4) * 1px);
  color: var(--wc-font-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .custom-tileBox .tile-details .webc-headingx {
    font-size: calc(var(--wc-fs-heading4) / var(--4k-ratio) * 1vw);
  }
}
@media (max-width: 1440.98px) {
  .custom-tileBox .tile-details .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 9) * 1px);
  }
}
@media (max-width: 1199.98px) {
  .custom-tileBox .tile-details .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 12) * 1px);
  }
}
@media (max-width: 991.98px) {
  .custom-tileBox .tile-details .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 4) * 1px);
  }
}
.custom-tileBox .tile-details p {
  color: var(--wc-font-color);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1440.98px) {
  .custom-tileBox .tile-details p {
    -webkit-line-clamp: 6;
  }
}
@media (max-width: 991.98px) {
  .custom-tileBox .tile-details p {
    -webkit-line-clamp: 8;
  }
}
@media (max-width: 767.98px) {
  .custom-tileBox .tile-details p {
    display: unset;
  }
}
.custom-tileBox .tile-details:hover {
  background: var(--wc-overlay-bg);
}
.custom-tileBox .tile-details:hover .webc-headingx,
.custom-tileBox .tile-details:hover .webc-headingz,
.custom-tileBox .tile-details:hover p {
  color: var(--bg-text-color);
}
.custom-tileBox .overlayimg {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 90%;
}
@media (max-width: 1695px) {
  .custom-tileBox .overlayimg {
    padding-bottom: 135%;
  }
}
@media (max-width: 1440.98px) {
  .custom-tileBox .overlayimg {
    padding-bottom: 140%;
  }
}
@media (max-width: 1199.98px) {
  .custom-tileBox .overlayimg {
    padding-bottom: 160%;
  }
}
@media (max-width: 991.98px) {
  .custom-tileBox .overlayimg {
    padding-bottom: 90%;
  }
}
.custom-tileBox .overlayimg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/*Custom Parallel Text With Images Scss End*/
/*Custom Parallel Text With Baground Images Scss Begin*/
.customimg-tileBox {
  position: relative;
}
.customimg-tileBox .overlaybg {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 75%;
  background: var(--wc-overlay-bg);
}
@media (max-width: 991.98px) {
  .customimg-tileBox .overlaybg {
    padding-bottom: 210%;
  }
}
@media (max-width: 767.98px) {
  .customimg-tileBox .overlaybg {
    padding-bottom: 250%;
  }
}
@media (max-width: 575.98px) {
  .customimg-tileBox .overlaybg {
    padding-bottom: 330%;
  }
}
.customimg-tileBox .overlaybg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.customimg-tileBox .overlay-caption {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 var(--container-padding);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customimg-tileBox .overlay-caption {
    padding: 0 var(--container-padding);
  }
}
.customimg-tileBox .overlay-caption:before {
  content: "";
  position: absolute;
  background: var(--wc-overlay-bg);
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.customimg-tileBox .overlay-caption .custom-tileBox {
  width: 100%;
  margin-top: 5rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customimg-tileBox .overlay-caption .custom-tileBox {
    margin-top: 3.6347114948vw;
  }
}
@media (max-width: 767.98px) {
  .customimg-tileBox .overlay-caption .custom-tileBox {
    margin-top: 3rem;
  }
}
@media (max-width: 575.98px) {
  .customimg-tileBox .overlay-caption .custom-tileBox {
    margin-top: 1rem;
  }
}
.customimg-tileBox .overlay-caption .custom-tileBox .tile-details:hover a {
  color: var(--bg-text-color);
}
@media (max-width: 1695px) {
  .customimg-tileBox .overlay-caption .custom-tileBox .overlayimg {
    padding-bottom: 100%;
  }
}
@media (max-width: 1440.98px) {
  .customimg-tileBox .overlay-caption .custom-tileBox .overlayimg {
    padding-bottom: 90%;
  }
}
@media (max-width: 1199.98px) {
  .customimg-tileBox .overlay-caption .custom-tileBox .overlayimg {
    padding-bottom: 95%;
  }
}
@media (max-width: 991.98px) {
  .customimg-tileBox .overlay-caption .custom-tileBox .overlayimg {
    padding-bottom: 90%;
  }
}
@media (max-width: 767.98px) {
  .customimg-tileBox .overlay-caption .custom-tileBox .overlayimg {
    padding-bottom: 40%;
  }
}
.customimg-tileBox .overlay-caption .htb-headingx,
.customimg-tileBox .overlay-caption .htb-headingpara {
  position: relative;
  color: var(--bg-text-color);
  z-index: 1;
}

/*Custom Parallel Text With Baground Images Scss End*/
/*Custom Parallel Text With Baground Images Effect 2 Scss Begin*/
.customtile-effectwo {
  position: relative;
}
.customtile-effectwo .overlaybg {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 75%;
  background: var(--wc-overlay-bg);
}
@media (max-width: 991.98px) {
  .customtile-effectwo .overlaybg {
    padding-bottom: 210%;
  }
}
@media (max-width: 767.98px) {
  .customtile-effectwo .overlaybg {
    padding-bottom: 250%;
  }
}
@media (max-width: 575.98px) {
  .customtile-effectwo .overlaybg {
    padding-bottom: 330%;
  }
}
.customtile-effectwo .overlaybg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.customtile-effectwo .overlay-caption {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 var(--container-padding);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customtile-effectwo .overlay-caption {
    padding: 0 var(--container-padding);
  }
}
.customtile-effectwo .overlay-caption:before {
  content: "";
  position: absolute;
  background: var(--wc-overlay-bg);
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.customtile-effectwo .overlay-caption .custom-tileBox {
  width: 100%;
  margin-top: 5rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customtile-effectwo .overlay-caption .custom-tileBox {
    margin-top: 3.6347114948vw;
  }
}
@media (max-width: 767.98px) {
  .customtile-effectwo .overlay-caption .custom-tileBox {
    margin-top: 3rem;
  }
}
@media (max-width: 575.98px) {
  .customtile-effectwo .overlay-caption .custom-tileBox {
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .customtile-effectwo .overlay-caption .custom-tileBox .tile-details {
    align-items: center;
  }
}
.customtile-effectwo .overlay-caption .custom-tileBox .tile-details:before {
  content: " ";
  position: absolute;
  right: -15px;
  top: 46%;
  border-top: 15px solid transparent;
  border-right: 0;
  border-left: 15px solid var(--wc-body-bg);
  border-bottom: 15px solid transparent;
  z-index: 1;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 767.98px) {
  .customtile-effectwo .overlay-caption .custom-tileBox .tile-details:before {
    display: none;
  }
}
.customtile-effectwo .overlay-caption .custom-tileBox .tile-details:hover a {
  color: var(--bg-text-color);
}
.customtile-effectwo .overlay-caption .custom-tileBox .tile-details:hover:before {
  border-left-color: var(--wc-overlay-bg);
}
.customtile-effectwo .overlay-caption .custom-tileBox .tile-details .webc-headingx {
  margin-bottom: 0;
}
@media (max-width: 1695px) {
  .customtile-effectwo .overlay-caption .custom-tileBox .overlayimg {
    padding-bottom: 100%;
  }
}
@media (max-width: 1440.98px) {
  .customtile-effectwo .overlay-caption .custom-tileBox .overlayimg {
    padding-bottom: 90%;
  }
}
@media (max-width: 1199.98px) {
  .customtile-effectwo .overlay-caption .custom-tileBox .overlayimg {
    padding-bottom: 95%;
  }
}
@media (max-width: 991.98px) {
  .customtile-effectwo .overlay-caption .custom-tileBox .overlayimg {
    padding-bottom: 90%;
  }
}
@media (max-width: 767.98px) {
  .customtile-effectwo .overlay-caption .custom-tileBox .overlayimg {
    padding-bottom: 40%;
  }
}
.customtile-effectwo .overlay-caption .custom-tileBox .col-lg-6 .overlayimg {
  padding-bottom: 45%;
}
@media (max-width: 1695px) {
  .customtile-effectwo .overlay-caption .custom-tileBox .col-lg-6 .overlayimg {
    padding-bottom: 50%;
  }
}
@media (max-width: 1440.98px) {
  .customtile-effectwo .overlay-caption .custom-tileBox .col-lg-6 .overlayimg {
    padding-bottom: 45%;
  }
}
@media (max-width: 1199.98px) {
  .customtile-effectwo .overlay-caption .custom-tileBox .col-lg-6 .overlayimg {
    padding-bottom: 47.5%;
  }
}
@media (max-width: 991.98px) {
  .customtile-effectwo .overlay-caption .custom-tileBox .col-lg-6 .overlayimg {
    padding-bottom: 45%;
  }
}
@media (max-width: 767.98px) {
  .customtile-effectwo .overlay-caption .custom-tileBox .col-lg-6 .overlayimg {
    padding-bottom: 40%;
  }
}
.customtile-effectwo .overlay-caption .htb-headingx,
.customtile-effectwo .overlay-caption .htb-headingpara {
  position: relative;
  color: var(--bg-text-color);
  z-index: 1;
}
.customtile-effectwo .tilehover-effectwo {
  position: relative;
}
.customtile-effectwo .tilehover-effectwo .tilebtn-effectwo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.customtile-effectwo .tilehover-effectwo:hover .tilebtn-effectwo {
  opacity: 1;
}

/*Custom Parallel Text With Baground Images Scss End*/
/*Custom Overlay Hover Boder Box Scss Begin*/
.customthird-hoverBox .bg-colortxt {
  background-color: var(--wc-overlay-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1.5rem;
  text-align: center;
  color: var(--bg-text-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customthird-hoverBox .bg-colortxt {
    padding: 1.0904134484vw;
  }
}
@media (max-width: 991.98px) {
  .customthird-hoverBox .bg-colortxt {
    padding: 1rem;
  }
}
.customthird-hoverBox .img-Box {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .customthird-hoverBox .img-Box {
    margin-top: 1rem;
  }
}
.customthird-hoverBox .img-Box .overlayimg {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 28%;
  width: calc(100% + 20px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customthird-hoverBox .img-Box .overlayimg {
    width: calc(100% + 0.9086778737vw);
  }
}
@media (max-width: 1199.98px) {
  .customthird-hoverBox .img-Box .overlayimg {
    padding-bottom: 30%;
  }
}
@media (max-width: 991.98px) {
  .customthird-hoverBox .img-Box .overlayimg {
    padding-bottom: 53%;
  }
}
@media (max-width: 767.98px) {
  .customthird-hoverBox .img-Box .overlayimg {
    padding-bottom: 80%;
  }
}
.customthird-hoverBox .img-Box .overlayimg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: opacity 0.35s, transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
.customthird-hoverBox .img-Box .overlay-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.customthird-hoverBox .img-Box .overlay-caption:before {
  content: "";
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  border: 1px solid var(--wc-border-color);
  -webkit-transition: opacity 0.35s, transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
  opacity: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customthird-hoverBox .img-Box .overlay-caption:before {
    top: 0.9086778737vw;
    right: 0.9086778737vw;
    bottom: 0.9086778737vw;
    left: 0.9086778737vw;
  }
}
@media (max-width: 767.98px) {
  .customthird-hoverBox .img-Box .overlay-caption:before {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }
}
.customthird-hoverBox .img-Box .overlay-caption .webc-headingx {
  color: var(--bg-text-color);
  font-family: var(--wc-heading-font-family2);
  font-size: calc(var(--wc-fs-heading4) * 1px);
  margin: 0;
  z-index: 1;
  position: relative;
  padding: 1rem 2rem;
  top: 0;
  bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customthird-hoverBox .img-Box .overlay-caption .webc-headingx {
    font-size: calc(var(--wc-fs-heading4) / var(--4k-ratio) * 1vw);
    margin: 0;
    padding: 0.726942299vw 1.4538845979vw;
  }
}
.customthird-hoverBox .img-Box .overlay-caption .webc-headingx:before {
  content: "";
  position: absolute;
  background-color: var(--wc-overlay-bg);
  min-width: 250px;
  height: 100%;
  opacity: 0.5;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customthird-hoverBox .img-Box .overlay-caption .webc-headingx:before {
    min-width: 11.3584734212vw;
  }
}
@media (max-width: 767.98px) {
  .customthird-hoverBox .img-Box .overlay-caption .webc-headingx:before {
    min-width: 210px;
  }
}
.customthird-hoverBox .img-Box .overlay-caption a {
  color: var(--bg-text-color);
  -webkit-transition: opacity 0.35s, transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  position: relative;
  min-width: 250px;
  text-decoration: none;
  text-align: center;
  opacity: 0;
  top: -23px;
  z-index: 1;
  left: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customthird-hoverBox .img-Box .overlay-caption a {
    min-width: 11.3584734212vw;
    top: -1.0449795547vw;
  }
}
@media (max-width: 767.98px) {
  .customthird-hoverBox .img-Box .overlay-caption a {
    min-width: 210px;
  }
}
.customthird-hoverBox .img-Box:hover .overlayimg img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0.6;
}
.customthird-hoverBox .img-Box:hover .overlay-caption .webc-headingx:before {
  left: 1.25rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customthird-hoverBox .img-Box:hover .overlay-caption .webc-headingx:before {
    left: 0.9086778737vw;
  }
}
@media (max-width: 767.98px) {
  .customthird-hoverBox .img-Box:hover .overlay-caption .webc-headingx:before {
    left: 1rem;
  }
}
.customthird-hoverBox .img-Box:hover .overlay-caption:before,
.customthird-hoverBox .img-Box:hover .overlay-caption a,
.customthird-hoverBox .img-Box:hover .overlay-caption p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 767.98px) {
  .customthird-hoverBox div:nth-child(1) .img-Box {
    margin-bottom: 1rem;
  }
}
.customthird-hoverBox div:nth-child(1) .img-Box .overlay-caption {
  align-items: flex-end;
}
.customthird-hoverBox div:nth-child(1) .img-Box .overlay-caption .webc-headingx:before {
  right: 0;
  left: auto;
}
.customthird-hoverBox div:nth-child(1) .img-Box:hover .overlay-caption .webc-headingx:before {
  right: 1.25rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customthird-hoverBox div:nth-child(1) .img-Box:hover .overlay-caption .webc-headingx:before {
    right: 0.9086778737vw;
    left: auto;
  }
}
@media (max-width: 767.98px) {
  .customthird-hoverBox div:nth-child(1) .img-Box:hover .overlay-caption .webc-headingx:before {
    right: 1rem;
  }
}

/*Custom Overlay Hover Boder Box Scss End*/
/*Custom Overlay Hover Box Scss Begin*/
.customfour-hoverBox {
  position: relative;
  overflow: hidden;
}
.customfour-hoverBox .overlayimg {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 110%;
}
@media (max-width: 991.98px) {
  .customfour-hoverBox .overlayimg {
    padding-bottom: 135%;
  }
}
@media (max-width: 767.98px) {
  .customfour-hoverBox .overlayimg {
    padding-bottom: 100%;
  }
}
@media (max-width: 575.98px) {
  .customfour-hoverBox .overlayimg {
    padding-bottom: 130%;
  }
}
.customfour-hoverBox .overlayimg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.customfour-hoverBox .overlay-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  padding: 1.5rem 1rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customfour-hoverBox .overlay-caption {
    padding: 1.0904134484vw 0.726942299vw;
  }
}
@media (max-width: 991.98px) {
  .customfour-hoverBox .overlay-caption {
    padding: 1rem;
  }
}
.customfour-hoverBox .overlay-caption:before {
  content: "";
  position: absolute;
  background: var(--wc-overlay-bg);
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0.5;
}
.customfour-hoverBox .overlay-caption h1,
.customfour-hoverBox .overlay-caption h2,
.customfour-hoverBox .overlay-caption h3,
.customfour-hoverBox .overlay-caption h4,
.customfour-hoverBox .overlay-caption h5,
.customfour-hoverBox .overlay-caption h6 {
  position: relative;
  color: var(--bg-text-color);
  z-index: 1;
}
.customfour-hoverBox .overlay-caption .webc-headingx {
  color: var(--bg-text-color);
  font-family: var(--wc-heading-font-family2);
  font-size: calc(var(--wc-fs-heading4) * 1px);
  z-index: 1;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customfour-hoverBox .overlay-caption .webc-headingx {
    font-size: calc(var(--wc-fs-heading4) / var(--4k-ratio) * 1vw);
  }
}
@media (max-width: 1440.98px) {
  .customfour-hoverBox .overlay-caption .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 9) * 1px);
  }
}
@media (max-width: 1199.98px) {
  .customfour-hoverBox .overlay-caption .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 12) * 1px);
  }
}
@media (max-width: 991.98px) {
  .customfour-hoverBox .overlay-caption .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 4) * 1px);
  }
}
.customfour-hoverBox .overlay-caption p {
  position: relative;
  z-index: 1;
  color: var(--bg-text-color);
}
.customfour-hoverBox .overlay-caption a {
  position: relative;
  z-index: 1;
}
.customfour-hoverBox:hover .overlay-caption:before {
  opacity: 1;
}

/*Custom Overlay  Hover Box Scss End*/
/*Custom Overlay Hover Box Scss Begin*/
.customfifth-hoverBox {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .customfifth-hoverBox {
    margin-bottom: 1rem;
  }
}
.customfifth-hoverBox:before {
  content: "";
  position: absolute;
  background: var(--wc-overlay-bg);
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0.5;
  z-index: 1;
}
.customfifth-hoverBox .overlayimg {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 60%;
}
@media (max-width: 1199.98px) {
  .customfifth-hoverBox .overlayimg {
    padding-bottom: 75%;
  }
}
@media (max-width: 991.98px) {
  .customfifth-hoverBox .overlayimg {
    padding-bottom: 90%;
  }
}
@media (max-width: 767.98px) {
  .customfifth-hoverBox .overlayimg {
    padding-bottom: 60%;
  }
}
@media (max-width: 575.98px) {
  .customfifth-hoverBox .overlayimg {
    padding-bottom: 130%;
  }
}
.customfifth-hoverBox .overlayimg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.customfifth-hoverBox .overlay-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customfifth-hoverBox .overlay-caption {
    padding: 1.0904134484vw;
  }
}
@media (max-width: 991.98px) {
  .customfifth-hoverBox .overlay-caption {
    padding: 1rem;
  }
}
.customfifth-hoverBox .overlay-caption:before {
  content: "";
  position: absolute;
  background: var(--bg-text-color);
  width: 1px;
  height: 25px;
  top: 35%;
  bottom: 0;
  color: transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.75;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 1440.98px) {
  .customfifth-hoverBox .overlay-caption:before {
    top: 27%;
  }
}
@media (max-width: 1199.98px) {
  .customfifth-hoverBox .overlay-caption:before {
    top: 25%;
  }
}
@media (max-width: 767.98px) {
  .customfifth-hoverBox .overlay-caption:before {
    top: 35%;
  }
}
.customfifth-hoverBox .overlay-caption:after {
  content: "";
  position: absolute;
  background: var(--bg-text-color);
  width: 1px;
  height: 25px;
  top: auto;
  bottom: 35%;
  color: transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.75;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 1440.98px) {
  .customfifth-hoverBox .overlay-caption:after {
    bottom: 27%;
  }
}
@media (max-width: 1199.98px) {
  .customfifth-hoverBox .overlay-caption:after {
    bottom: 25%;
  }
}
@media (max-width: 767.98px) {
  .customfifth-hoverBox .overlay-caption:after {
    bottom: 35%;
  }
}
.customfifth-hoverBox .overlay-caption h1,
.customfifth-hoverBox .overlay-caption h2,
.customfifth-hoverBox .overlay-caption h3,
.customfifth-hoverBox .overlay-caption h4,
.customfifth-hoverBox .overlay-caption h5,
.customfifth-hoverBox .overlay-caption h6 {
  position: relative;
  color: var(--bg-text-color);
  z-index: 1;
}
.customfifth-hoverBox .overlay-caption .webc-headingx {
  color: var(--bg-text-color);
  font-family: var(--wc-heading-font-family2);
  font-size: calc(var(--wc-fs-heading4) * 1px);
  z-index: 1;
  position: relative;
  margin: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customfifth-hoverBox .overlay-caption .webc-headingx {
    font-size: calc(var(--wc-fs-heading4) / var(--4k-ratio) * 1vw);
  }
}
@media (max-width: 1440.98px) {
  .customfifth-hoverBox .overlay-caption .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 9) * 1px);
  }
}
@media (max-width: 1199.98px) {
  .customfifth-hoverBox .overlay-caption .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 12) * 1px);
  }
}
.customfifth-hoverBox .overlay-caption p {
  position: relative;
  z-index: 1;
  color: var(--bg-text-color);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 0px;
}
.customfifth-hoverBox .overlay-caption a {
  position: relative;
  z-index: 1;
  color: var(--bg-text-color);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 0px;
  font-size: calc(var(--wc-font-size) * 1px);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customfifth-hoverBox .overlay-caption a {
    font-size: calc(var(--wc-font-size) / var(--4k-ratio) * 1vw);
  }
}
.customfifth-hoverBox:hover .overlay-caption:before, .customfifth-hoverBox:hover .overlay-caption:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.customfifth-hoverBox:hover .overlay-caption p {
  height: 25px;
  opacity: 1;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customfifth-hoverBox:hover .overlay-caption p {
    height: 1.1358473421vw;
  }
}

@media (max-width: 1755px) {
  .col-md-4 .customfifth-hoverBox .overlayimg {
    padding-bottom: 85%;
  }
}

/*Custom Overlay  Hover Box Scss End*/
/*Custom Testimonial With Background Image Box Scss Begin*/
.testimonial-bgimage {
  position: relative;
  overflow: hidden;
}
.testimonial-bgimage .overlayimg {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 40%;
}
@media (max-width: 767.98px) {
  .testimonial-bgimage .overlayimg {
    padding-bottom: 100%;
  }
}
@media (max-width: 575.98px) {
  .testimonial-bgimage .overlayimg {
    padding-bottom: 140%;
  }
}
.testimonial-bgimage .overlayimg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.testimonial-bgimage .overlay-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: calc(2.5 * var(--container-padding));
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-bgimage .overlay-caption {
    padding: calc(2 * var(--container-padding));
  }
}
@media (max-width: 575.98px) {
  .testimonial-bgimage .overlay-caption {
    padding: var(--container-padding);
  }
}
.testimonial-bgimage .overlay-caption:before {
  content: "";
  position: absolute;
  background: var(--wc-overlay-bg);
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0.5;
}
.testimonial-bgimage .overlay-caption h1,
.testimonial-bgimage .overlay-caption h2,
.testimonial-bgimage .overlay-caption h3,
.testimonial-bgimage .overlay-caption h4,
.testimonial-bgimage .overlay-caption h5,
.testimonial-bgimage .overlay-caption h6 {
  position: relative;
  color: var(--bg-text-color);
  z-index: 1;
}
.testimonial-bgimage .overlay-caption .webc-headingx {
  color: var(--bg-text-color);
  font-family: var(--wc-heading-font-family2);
  font-size: calc(var(--wc-fs-heading4) * 1px);
  z-index: 1;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-bgimage .overlay-caption .webc-headingx {
    font-size: calc(var(--wc-fs-heading4) / var(--4k-ratio) * 1vw);
  }
}
@media (max-width: 1440.98px) {
  .testimonial-bgimage .overlay-caption .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 9) * 1px);
  }
}
@media (max-width: 1199.98px) {
  .testimonial-bgimage .overlay-caption .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 12) * 1px);
  }
}
@media (max-width: 991.98px) {
  .testimonial-bgimage .overlay-caption .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 4) * 1px);
  }
}
.testimonial-bgimage .overlay-caption p {
  position: relative;
  z-index: 1;
  color: var(--bg-text-color);
}
.testimonial-bgimage .overlay-caption a {
  position: relative;
  z-index: 1;
}
.testimonial-bgimage .overlay-caption .owl-nav {
  top: 35%;
  background-color: transparent;
  position: absolute;
  width: 100%;
}
@media (max-width: 575.98px) {
  .testimonial-bgimage .overlay-caption .owl-nav {
    display: none;
  }
}
.testimonial-bgimage .overlay-caption .owl-nav button,
.testimonial-bgimage .overlay-caption .owl-nav div {
  width: 60px;
  height: 60px;
  border: 1px solid var(--bg-text-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-bgimage .overlay-caption .owl-nav button,
  .testimonial-bgimage .overlay-caption .owl-nav div {
    width: 2.7260336211vw;
    height: 2.7260336211vw;
  }
}
@media (max-width: 1440.98px) {
  .testimonial-bgimage .overlay-caption .owl-nav button,
  .testimonial-bgimage .overlay-caption .owl-nav div {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-bgimage .overlay-caption .owl-nav button,
  .testimonial-bgimage .overlay-caption .owl-nav div {
    width: 40px;
    height: 40px;
  }
}
.testimonial-bgimage .overlay-caption .owl-nav button.owl-prev,
.testimonial-bgimage .overlay-caption .owl-nav div.owl-prev {
  left: calc(0% - var(--container-padding) * 1.8);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-bgimage .overlay-caption .owl-nav button.owl-prev,
  .testimonial-bgimage .overlay-caption .owl-nav div.owl-prev {
    left: calc(0% - var(--container-padding) * 1.8);
  }
}
.testimonial-bgimage .overlay-caption .owl-nav button.owl-prev:before,
.testimonial-bgimage .overlay-caption .owl-nav div.owl-prev:before {
  content: var(--arrow-icon-left);
  font-size: 25px;
  color: var(--bg-text-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-bgimage .overlay-caption .owl-nav button.owl-prev:before,
  .testimonial-bgimage .overlay-caption .owl-nav div.owl-prev:before {
    font-size: 1.1358473421vw;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-bgimage .overlay-caption .owl-nav button.owl-prev:before,
  .testimonial-bgimage .overlay-caption .owl-nav div.owl-prev:before {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-bgimage .overlay-caption .owl-nav button.owl-prev:before,
  .testimonial-bgimage .overlay-caption .owl-nav div.owl-prev:before {
    font-size: 9px;
  }
}
.testimonial-bgimage .overlay-caption .owl-nav button.owl-next,
.testimonial-bgimage .overlay-caption .owl-nav div.owl-next {
  right: calc(0% - var(--container-padding) * 1.8);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-bgimage .overlay-caption .owl-nav button.owl-next,
  .testimonial-bgimage .overlay-caption .owl-nav div.owl-next {
    right: calc(0% - var(--container-padding) * 1.8);
  }
}
.testimonial-bgimage .overlay-caption .owl-nav button.owl-next:before,
.testimonial-bgimage .overlay-caption .owl-nav div.owl-next:before {
  content: var(--arrow-icon-right);
  font-size: 25px;
  color: var(--bg-text-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-bgimage .overlay-caption .owl-nav button.owl-next:before,
  .testimonial-bgimage .overlay-caption .owl-nav div.owl-next:before {
    font-size: 1.1358473421vw;
  }
}
@media (max-width: 991.98px) {
  .testimonial-bgimage .overlay-caption .owl-nav button.owl-next:before,
  .testimonial-bgimage .overlay-caption .owl-nav div.owl-next:before {
    font-size: 9px;
  }
}

/*Custom Testimonial With Background Image Box Scss End*/
/*Custom Testimonial With Background Color Box Scss Begin*/
.testimonial-bgcolor {
  position: relative;
  overflow: hidden;
  background: var(--wc-overlay-bg);
  padding: 2rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-bgcolor {
    padding: 1.4538845979vw;
  }
}
@media (max-width: 991.98px) {
  .testimonial-bgcolor {
    padding: 1rem;
  }
}
.testimonial-bgcolor .owl-carousel {
  border: 1px solid var(--wc-border-color);
}
.testimonial-bgcolor .owl-carousel .owl-stage {
  padding: 0;
}
.testimonial-bgcolor .owl-carousel .owl-stage .item {
  text-align: center;
  padding: 1rem calc(1.5 * var(--container-padding)) 3rem calc(1.5 * var(--container-padding));
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-bgcolor .owl-carousel .owl-stage .item {
    padding: 0.726942299vw calc(1.5 * var(--container-padding)) 2.1808268969vw calc(1.5 * var(--container-padding));
  }
}
@media (max-width: 575.98px) {
  .testimonial-bgcolor .owl-carousel .owl-stage .item {
    padding: 1rem;
  }
}
.testimonial-bgcolor .owl-carousel .owl-stage .item h1,
.testimonial-bgcolor .owl-carousel .owl-stage .item h2,
.testimonial-bgcolor .owl-carousel .owl-stage .item h3,
.testimonial-bgcolor .owl-carousel .owl-stage .item h4,
.testimonial-bgcolor .owl-carousel .owl-stage .item h5,
.testimonial-bgcolor .owl-carousel .owl-stage .item h6 {
  position: relative;
  color: var(--bg-text-color);
  z-index: 1;
}
.testimonial-bgcolor .owl-carousel .owl-stage .item .webc-headingx {
  position: relative;
  z-index: 1;
  color: var(--bg-text-color);
  font-family: var(--wc-heading-font-family2);
  font-size: calc(var(--wc-fs-heading4) * 1px);
  margin-bottom: 3rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-bgcolor .owl-carousel .owl-stage .item .webc-headingx {
    font-size: calc(var(--wc-fs-heading4) / var(--4k-ratio) * 1vw);
    margin-bottom: 2.1808268969vw;
  }
}
@media (max-width: 1440.98px) {
  .testimonial-bgcolor .owl-carousel .owl-stage .item .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 9) * 1px);
  }
}
@media (max-width: 1199.98px) {
  .testimonial-bgcolor .owl-carousel .owl-stage .item .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 12) * 1px);
    margin-bottom: 2rem;
  }
}
@media (max-width: 991.98px) {
  .testimonial-bgcolor .owl-carousel .owl-stage .item .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 4) * 1px);
  }
}
.testimonial-bgcolor .owl-carousel .owl-stage .item .webc-headingx:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 1px;
  height: 13px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: var(--secondary-color);
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-bgcolor .owl-carousel .owl-stage .item .webc-headingx:before {
    top: 2.2716946842vw;
    width: 0.0454338937vw;
    height: 0.5906406179vw;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-bgcolor .owl-carousel .owl-stage .item .webc-headingx:before {
    top: 35px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-bgcolor .owl-carousel .owl-stage .item .webc-headingx:before {
    top: 40px;
  }
}
.testimonial-bgcolor .owl-carousel .owl-stage .item .webc-headingx:after {
  content: "";
  position: absolute;
  top: 49px;
  left: 0;
  width: 140px;
  height: 1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: var(--secondary-color);
  right: 0;
  margin: 0 auto;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-bgcolor .owl-carousel .owl-stage .item .webc-headingx:after {
    top: 2.2262607905vw;
    width: 6.3607451159vw;
    height: 0.0454338937vw;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-bgcolor .owl-carousel .owl-stage .item .webc-headingx:after {
    top: 35px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-bgcolor .owl-carousel .owl-stage .item .webc-headingx:after {
    top: 40px;
  }
}
.testimonial-bgcolor .owl-carousel .owl-stage .item p {
  position: relative;
  z-index: 1;
  color: var(--bg-text-color);
}
.testimonial-bgcolor .owl-carousel .owl-stage .item a {
  position: relative;
  z-index: 1;
}
.testimonial-bgcolor .owl-nav {
  top: 35%;
  background-color: transparent;
  position: absolute;
  width: 100%;
}
@media (max-width: 575.98px) {
  .testimonial-bgcolor .owl-nav {
    display: none;
  }
}
.testimonial-bgcolor .owl-nav button,
.testimonial-bgcolor .owl-nav div {
  width: 45px;
  height: 85px;
  background: var(--primary-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-bgcolor .owl-nav button,
  .testimonial-bgcolor .owl-nav div {
    width: 2.0445252158vw;
    height: 3.8618809632vw;
  }
}
@media (max-width: 1440.98px) {
  .testimonial-bgcolor .owl-nav button,
  .testimonial-bgcolor .owl-nav div {
    width: 40px;
    height: 70px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-bgcolor .owl-nav button,
  .testimonial-bgcolor .owl-nav div {
    width: 40px;
    height: 40px;
  }
}
.testimonial-bgcolor .owl-nav button.owl-prev,
.testimonial-bgcolor .owl-nav div.owl-prev {
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-bgcolor .owl-nav button.owl-prev,
  .testimonial-bgcolor .owl-nav div.owl-prev {
    left: 0;
  }
}
.testimonial-bgcolor .owl-nav button.owl-prev:before,
.testimonial-bgcolor .owl-nav div.owl-prev:before {
  content: var(--arrow-icon-left);
  font-size: 25px;
  color: var(--bg-text-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-bgcolor .owl-nav button.owl-prev:before,
  .testimonial-bgcolor .owl-nav div.owl-prev:before {
    font-size: 1.1358473421vw;
  }
}
@media (max-width: 991.98px) {
  .testimonial-bgcolor .owl-nav button.owl-prev:before,
  .testimonial-bgcolor .owl-nav div.owl-prev:before {
    font-size: 9px;
  }
}
.testimonial-bgcolor .owl-nav button.owl-next,
.testimonial-bgcolor .owl-nav div.owl-next {
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-bgcolor .owl-nav button.owl-next,
  .testimonial-bgcolor .owl-nav div.owl-next {
    right: 0;
  }
}
.testimonial-bgcolor .owl-nav button.owl-next:before,
.testimonial-bgcolor .owl-nav div.owl-next:before {
  content: var(--arrow-icon-right);
  font-size: 25px;
  color: var(--bg-text-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-bgcolor .owl-nav button.owl-next:before,
  .testimonial-bgcolor .owl-nav div.owl-next:before {
    font-size: 1.1358473421vw;
  }
}
@media (max-width: 991.98px) {
  .testimonial-bgcolor .owl-nav button.owl-next:before,
  .testimonial-bgcolor .owl-nav div.owl-next:before {
    font-size: 9px;
  }
}
.testimonial-bgcolor .owl-dots {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-bgcolor .owl-dots {
    padding: 0.726942299vw;
  }
}
.testimonial-bgcolor .owl-dots .owl-dot {
  width: 40px;
  height: 3px;
  background: var(--primary-color);
  margin-right: 12px;
  opacity: 0.5;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-bgcolor .owl-dots .owl-dot {
    width: 1.8173557474vw;
    height: 0.1363016811vw;
    margin-right: 0.5452067242vw;
  }
}
.testimonial-bgcolor .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.testimonial-bgcolor .owl-dots .owl-dot.active {
  opacity: 1;
}

/*Custom Testimonial With Background Color Box Scss End*/
/*Custom Testimonial For Client Feed Back With Name Scss Begin*/
.testimonial-feedback {
  position: relative;
  overflow: hidden;
  background: var(--wc-body-bg);
  padding: 2rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-feedback {
    padding: 1.4538845979vw;
  }
}
@media (max-width: 991.98px) {
  .testimonial-feedback {
    padding: 1rem;
  }
}
.testimonial-feedback .owl-carousel .owl-stage {
  padding: 0;
}
.testimonial-feedback .owl-carousel .owl-stage .item {
  text-align: center;
  padding: 1rem calc(1.5 * var(--container-padding));
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-feedback .owl-carousel .owl-stage .item {
    padding: 0.726942299vw calc(1.5 * var(--container-padding));
  }
}
@media (max-width: 575.98px) {
  .testimonial-feedback .owl-carousel .owl-stage .item {
    padding: 1rem;
  }
}
.testimonial-feedback .owl-carousel .owl-stage .item:before {
  content: "\f10d";
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 60px;
  color: var(--primary-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-feedback .owl-carousel .owl-stage .item:before {
    font-size: 2.7260336211vw;
  }
}
.testimonial-feedback .owl-carousel .owl-stage .item h1,
.testimonial-feedback .owl-carousel .owl-stage .item h2,
.testimonial-feedback .owl-carousel .owl-stage .item h3,
.testimonial-feedback .owl-carousel .owl-stage .item h4,
.testimonial-feedback .owl-carousel .owl-stage .item h5,
.testimonial-feedback .owl-carousel .owl-stage .item h6 {
  position: relative;
  color: var(--wc-font-color);
}
.testimonial-feedback .owl-carousel .owl-stage .item .webc-headingx {
  position: relative;
  font-family: var(--wc-heading-font-family2);
  font-size: calc(var(--wc-fs-heading4) * 1px);
  margin: 3rem auto;
  width: 70%;
  line-height: calc(1.3 * var(--wc-base-lineHeight));
  color: var(--wc-font-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-feedback .owl-carousel .owl-stage .item .webc-headingx {
    font-size: calc(var(--wc-fs-heading4) / var(--4k-ratio) * 1vw);
    line-height: calc(1.3 * var(--wc-base-lineHeight));
    margin: 2.1808268969vw auto;
  }
}
@media (max-width: 1440.98px) {
  .testimonial-feedback .owl-carousel .owl-stage .item .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 9) * 1px);
  }
}
@media (max-width: 1199.98px) {
  .testimonial-feedback .owl-carousel .owl-stage .item .webc-headingx {
    font-size: calc((var(--wc-fs-heading4) - 12) * 1px);
    margin: 2rem auto;
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  .testimonial-feedback .owl-carousel .owl-stage .item .webc-headingx {
    margin: 2rem 0;
    width: 100%;
    line-height: var(--wc-base-lineHeight);
  }
}
.testimonial-feedback .owl-carousel .owl-stage .item p {
  color: var(--wc-font-color);
}
.testimonial-feedback .owl-nav {
  top: 35%;
  background-color: transparent;
  position: absolute;
  width: 100%;
}
@media (max-width: 575.98px) {
  .testimonial-feedback .owl-nav {
    display: none;
  }
}
.testimonial-feedback .owl-nav button,
.testimonial-feedback .owl-nav div {
  width: 45px;
  height: 85px;
  background: transparent;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-feedback .owl-nav button,
  .testimonial-feedback .owl-nav div {
    width: 2.0445252158vw;
    height: 3.8618809632vw;
  }
}
@media (max-width: 1440.98px) {
  .testimonial-feedback .owl-nav button,
  .testimonial-feedback .owl-nav div {
    width: 40px;
    height: 70px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-feedback .owl-nav button,
  .testimonial-feedback .owl-nav div {
    width: 40px;
    height: 40px;
  }
}
.testimonial-feedback .owl-nav button.owl-prev,
.testimonial-feedback .owl-nav div.owl-prev {
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-feedback .owl-nav button.owl-prev,
  .testimonial-feedback .owl-nav div.owl-prev {
    left: 0;
  }
}
.testimonial-feedback .owl-nav button.owl-prev:before,
.testimonial-feedback .owl-nav div.owl-prev:before {
  content: var(--arrow-icon-left);
  font-size: 25px;
  color: var(--primary-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-feedback .owl-nav button.owl-prev:before,
  .testimonial-feedback .owl-nav div.owl-prev:before {
    font-size: 1.1358473421vw;
  }
}
.testimonial-feedback .owl-nav button.owl-next,
.testimonial-feedback .owl-nav div.owl-next {
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-feedback .owl-nav button.owl-next,
  .testimonial-feedback .owl-nav div.owl-next {
    right: 0;
  }
}
.testimonial-feedback .owl-nav button.owl-next:before,
.testimonial-feedback .owl-nav div.owl-next:before {
  content: var(--arrow-icon-right);
  font-size: 25px;
  color: var(--primary-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-feedback .owl-nav button.owl-next:before,
  .testimonial-feedback .owl-nav div.owl-next:before {
    font-size: 1.1358473421vw;
  }
}
.testimonial-feedback .owl-dots {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-feedback .owl-dots {
    padding: 0.726942299vw;
  }
}
.testimonial-feedback .owl-dots .owl-dot {
  width: 40px;
  height: 3px;
  background: var(--primary-color);
  margin-right: 12px;
  opacity: 0.5;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .testimonial-feedback .owl-dots .owl-dot {
    width: 1.8173557474vw;
    height: 0.1363016811vw;
    margin-right: 0.5452067242vw;
  }
}
.testimonial-feedback .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.testimonial-feedback .owl-dots .owl-dot.active {
  opacity: 1;
}

/*Custom Testimonial For Client Feed Back With Name Scss End*/
/*Custom Vertical Tab With Box & Image Scss Begin*/
.customtabs-vBox {
  position: relative;
  padding: 50px 0 0 var(--container-padding);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customtabs-vBox {
    padding: 2.2716946842vw 0 0 var(--container-padding);
  }
}
@media (max-width: 767.98px) {
  .customtabs-vBox {
    padding: var(--container-padding);
  }
}
.customtabs-vBox:before {
  content: "";
  position: absolute;
  background: var(--wc-body-bg);
  width: 100%;
  height: 90%;
  left: 0;
  top: 0;
}
.customtabs-vBox .col-md-3,
.customtabs-vBox .col-md-9 {
  padding: 0;
}
.customtabs-vBox ul {
  list-style: none;
  padding: 0;
  flex-direction: column;
  display: flex;
  justify-content: center;
  height: 100%;
}
@media (max-width: 767.98px) {
  .customtabs-vBox ul {
    background: transparent;
    padding: 0;
    margin: 0px;
    list-style: none;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.customtabs-vBox ul li {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .customtabs-vBox ul li {
    width: 100%;
    overflow: unset;
  }
}
.customtabs-vBox ul li a {
  padding: 1rem 0;
  font-size: calc(var(--wc-fs-heading6) * 1px);
  border: none;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customtabs-vBox ul li a {
    font-size: calc(var(--wc-fs-heading6) * 1px);
    padding: 0.726942299vw 0;
  }
}
@media (max-width: 767.98px) {
  .customtabs-vBox ul li a {
    padding: 0.5rem;
  }
}
.customtabs-vBox ul li:after {
  content: "";
  position: absolute;
  background: transparent;
  width: 0%;
  height: 2px;
  left: 110px;
  top: 26px;
  -webkit-transition: 0.3s width ease-in-out;
  transition: 0.3s width ease-in-out;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customtabs-vBox ul li:after {
    left: 4.9977283053vw;
    top: 1.1812812358vw;
  }
}
@media (max-width: 767.98px) {
  .customtabs-vBox ul li:after {
    display: none;
  }
}
.customtabs-vBox ul li.active a, .customtabs-vBox ul li:hover a {
  background-color: transparent;
  color: var(--primary-color);
}
.customtabs-vBox ul li.active:after, .customtabs-vBox ul li:hover:after {
  background-color: var(--wc-border-color);
  width: 100%;
  -webkit-transition: 1s width ease-in-out;
  transition: 1s width ease-in-out;
}
.customtabs-vBox .tab-overlaybox {
  position: relative;
  width: 80%;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .customtabs-vBox .tab-overlaybox {
    width: 100%;
  }
}
.customtabs-vBox .tab-overlaybox .overlayimg {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 80%;
}
.customtabs-vBox .tab-overlaybox .overlayimg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-left: auto;
  display: flex;
}
.customtabs-vBox .tab-overlaybox .overlayBox {
  position: absolute;
  bottom: auto;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  padding: 1rem;
  background: var(--wc-overlay-bg);
  top: 30%;
  left: -25%;
  height: 340px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .customtabs-vBox .tab-overlaybox .overlayBox {
    height: 15.4475238528vw;
  }
}
@media (max-width: 1760px) {
  .customtabs-vBox .tab-overlaybox .overlayBox {
    width: 70%;
    top: 20%;
    left: -25%;
    height: 270px;
  }
}
@media (max-width: 1440.98px) {
  .customtabs-vBox .tab-overlaybox .overlayBox {
    width: 75%;
    top: 20%;
    left: -25%;
    height: 270px;
  }
}
@media (max-width: 1199.98px) {
  .customtabs-vBox .tab-overlaybox .overlayBox {
    width: 80%;
    top: 15%;
    left: -25%;
    height: 280px;
  }
}
@media (max-width: 991.98px) {
  .customtabs-vBox .tab-overlaybox .overlayBox {
    width: 94%;
    height: 224px;
  }
}
@media (max-width: 767.98px) {
  .customtabs-vBox .tab-overlaybox .overlayBox {
    position: relative;
    width: 100%;
    top: 0%;
    left: 0%;
    height: auto;
  }
}
.customtabs-vBox .tab-overlaybox .overlayBox .webc-headingx,
.customtabs-vBox .tab-overlaybox .overlayBox .webc-headingz,
.customtabs-vBox .tab-overlaybox .overlayBox p {
  color: var(--bg-text-color);
}
.customtabs-vBox .tab-overlaybox .overlayBox .btn {
  width: max-content;
}

/*Custom Vertical Tab With Box & Image Scss End*/
/*Two column overlay grid boxes Begin*/
.two-column-overlay-grid-boxes .grid-boxes {
  position: relative;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.two-column-overlay-grid-boxes .grid-boxes figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0px 0 0 0;
  height: 100%;
  width: 50%;
  text-align: center;
  cursor: pointer;
  background: var(--wc-overlay-bg);
  flex: 1 1 50%;
}

.two-column-overlay-grid-boxes .grid-boxes figure:last-child {
  margin-right: 0;
}

.two-column-overlay-grid-boxes .grid-boxes figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}

.two-column-overlay-grid-boxes .grid-boxes figure figcaption {
  padding: 8em 8em;
  color: var(--bg-text-color);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.two-column-overlay-grid-boxes .grid-boxes figure figcaption::before,
.two-column-overlay-grid-boxes .grid-boxes figure figcaption::after {
  pointer-events: none;
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy img {
  max-width: none;
  width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0px, 0, 0);
  min-height: 500px;
  max-height: 500px;
  object-fit: cover;
  height: 100%;
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy::before {
  content: "";
  background: var(--wc-overlay-bg);
  opacity: 0.2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s linear 0s;
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy figcaption {
  padding: 10em 5em;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy figcaption .fig-inner {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  right: 0;
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy:hover figcaption .fig-inner {
  top: 46%;
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy figcaption a.btn {
  background-color: transparent;
  padding: 12px 0;
  max-width: 180px;
  width: 100%;
  margin: 40px auto 0 auto;
  text-transform: uppercase;
  color: var(--btn-text-color);
  border: 2px solid var(--btn-text-color);
  -webkit-border-radius: 0;
  border-radius: 0;
  transition: all 0.3s ease-in-out 0s;
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy figcaption a.btn:hover,
.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy figcaption a.btn:active,
.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy figcaption a.btn:focus {
  background-color: var(--primary-color-hover);
  color: var(--btn-text-hover);
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy h2 {
  padding: 0 0 0px 0;
  color: var(--bg-text-color);
  text-shadow: 3px 0px 7px rgba(0, 0, 0, 0.54);
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy h2:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 25%;
  margin: 14px auto 0;
  text-align: center;
  height: 4px;
  background-color: var(--bg-text-color);
  transition: all 0.3s ease-in-out 0s;
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy p {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  text-transform: none;
  color: var(--bg-text-color);
  line-height: normal;
  font-weight: 400;
  margin: 10px 0 10px 0;
  text-align: center;
  opacity: 0;
  display: none;
  transition: all 0.3s ease-in-out 0s;
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy:hover {
  transition: all 0.3s ease-in-out 0s;
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy:hover p {
  margin: 0 0 0 0;
  color: var(--accordion-headtext-color);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: block;
  transition: all 0.3s ease-in-out 0s;
  text-shadow: none;
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy:hover i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 1px solid var(--white-color);
  border-radius: 100%;
  padding: 15px;
  width: 50px;
  height: 50px;
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy:hover h2 {
  padding: 0 0 0px 0;
  color: var(--accordion-headtext-color);
  text-shadow: none;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy:hover h2:after {
  display: none;
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy:hover figcaption {
  text-align: center;
  padding: 0 8em;
  transition: all 0.3s ease-in-out 0s;
  z-index: 99999;
  top: 70%;
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy:hover figcaption::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: none;
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  max-width: 74%;
  margin: 0 auto;
  z-index: 2;
  height: 100%;
  max-height: 180px;
  background: var(--wc-overlay-bg);
  opacity: 0.9;
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy:hover::before {
  content: "";
  background: var(--wc-overlay-bg);
  opacity: 0.8;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  outline: 1px solid white;
  outline-offset: -17px;
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy:hover a.btn {
  background-color: var(--primary-color);
  padding: 12px 0;
  max-width: 180px;
  margin: 14px auto 0 auto;
  color: var(--btn-text-color);
  transition: all 0.3s ease-in-out 0s;
  border: 2px solid var(--primary-color);
}

.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy:hover a.btn:hover,
.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy:hover a.btn:active,
.two-column-overlay-grid-boxes .grid-boxes figure.effect-roxy:hover a.btn:focus {
  background-color: var(--primary-color);
  color: var(--btn-text-color);
}

@media screen and (max-width: 979px) {
  .two-column-overlay-grid-boxes .grid-boxes figure {
    width: 100%;
    flex: 1 1 100%;
  }
}
/*Two column overlay grid boxes End*/
/*Two column carousel with static text Begin*/
.two-column-carousel-w-static-text {
  background-color: var(--wc-overlay-bg);
}

.two-column-carousel-w-static-text .carousel-img-area {
  position: relative;
  margin-top: -30px;
  margin-bottom: 30px;
}

.two-column-carousel-w-static-text .carousel-img-area .owl-stage-outer .owl-stage {
  padding: 0;
}

.two-column-carousel-w-static-text .carousel-img-area .owl-stage-outer .owl-stage:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--wc-overlay-bg);
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: 0.3;
}

.two-column-carousel-w-static-text .carousel-img-area .owl-stage-outer .owl-stage .owl-item img {
  height: 500px;
  object-fit: cover;
}

.two-column-carousel-w-static-text .carousel-img-area .owl-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.two-column-carousel-w-static-text .carousel-img-area .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0px;
  left: 5%;
}

.two-column-carousel-w-static-text .carousel-img-area .owl-nav .owl-prev::before {
  content: var(--arrow-icon-left);
  font-size: 50px;
  color: var(--bg-text-color);
}

.two-column-carousel-w-static-text .carousel-img-area .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 5%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0px;
}

.two-column-carousel-w-static-text .carousel-img-area .owl-nav .owl-next::before {
  content: var(--arrow-icon-right);
  font-size: 50px;
  color: var(--bg-text-color);
}

.two-column-carousel-w-static-text .carousel-content-area {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.two-column-carousel-w-static-text .carousel-content-area .carousel-content h3 {
  color: var(--bg-text-color);
  text-transform: uppercase;
}

.two-column-carousel-w-static-text .carousel-content-area .carousel-content p a {
  color: var(--bg-text-color);
  text-transform: uppercase;
  position: relative;
}

.two-column-carousel-w-static-text .carousel-content-area .carousel-content p a:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -8px;
  background: var(--bg-text-color);
  left: 0;
  right: 0;
  transition: all 0.5s 0.2s;
  margin: 0 auto;
}

.two-column-carousel-w-static-text .carousel-content-area .carousel-content p a:hover:before {
  width: 0;
}

@media screen and (max-width: 767px) {
  .two-column-carousel-w-static-text .carousel-img-area {
    margin-top: 0;
  }
  .two-column-carousel-w-static-text .carousel-content-area {
    margin: 40px 0;
    justify-content: center;
    text-align: center;
  }
  .two-column-carousel-w-static-text .carousel-img-area .owl-stage-outer .owl-stage .owl-item img {
    height: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .two-column-carousel-w-static-text .carousel-img-area .owl-stage-outer .owl-stage .owl-item img {
    height: 325px;
    object-fit: cover;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .two-column-carousel-w-static-text .carousel-img-area .owl-stage-outer .owl-stage .owl-item img {
    height: 325px;
    object-fit: cover;
  }
}
/*Two column carousel with static text End*/
/*Nsc icon content boxes Begin*/
.icon-content-boxes {
  background-color: var(--wc-overlay-bg);
  display: flex;
  text-align: center;
  padding: 4% 0;
}

.icon-content-boxes .container .webc-headingx,
.icon-content-boxes .container .webc-headingz {
  color: var(--bg-text-color);
}

.card-box ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  gap: 15px;
  justify-content: center;
  list-style: none;
}

.card-box ul li {
  background: var(--white-color);
  width: 100%;
  transition: all 0.5s ease-out;
  transform: scale(1);
}

.card-box ul li:hover {
  transform: scale(1.1);
}

.card-box ul li .card-box-content {
  text-align: center;
  min-height: 250px;
  padding: 15px;
}

.card-box ul li .card-box-content svg {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
}

.card-box ul li .card-box-content h6 {
  margin-top: 15px;
}

.card-box ul li .card-box-content p {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-box ul li a {
  display: block;
  text-align: center;
  padding: 15px;
  background: var(--secondary-color);
  transition: all 0.5s ease-out;
  color: var(--white-color);
}

.card-box ul li:hover a {
  background: var(--secondary-color-hover);
}

@media screen and (max-width: 1199px) {
  .card-box ul {
    flex-wrap: wrap;
  }
  .card-box ul li .card-box-content p {
    height: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .card-box ul li {
    width: 30%;
  }
}
/*Nsc icon content boxes End*/
/*facilities box blogs Begin*/
.icon-content-boxes-Facilities {
  background-color: var(--wc-overlay-bg);
  display: flex;
  text-align: center;
  padding: 4% 0;
}

.icon-content-boxes-Facilities figure {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
}

.icon-content-boxes-Facilities figure:hover .thumbnail_description {
  bottom: 0px;
  transition: all 0.2s ease;
}

.icon-content-boxes-Facilities figure .thumbnail_description {
  position: absolute;
  padding: 20px 20px;
  color: var(--bg-text-color);
  font-weight: 400;
  width: 100%;
  bottom: -5px;
  z-index: 99;
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 5px solid var(--primary-color);
  transition: all 0.2s ease;
}

.icon-content-boxes-Facilities figure .thumbnail_description:after {
  content: "";
  background: var(--wc-overlay-bg);
  width: 100%;
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

.icon-content-boxes-Facilities figure .thumbnail_Facilitiesimg {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 90%;
}

.icon-content-boxes-Facilities figure .thumbnail_Facilitiesimg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.icon-content-boxes-Facilities figure:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.icon-content-boxes-Facilities figure img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
  width: 100%;
}

.icon-content-boxes-Facilities figcaption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: var(--white-color);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.1s;
}

.icon-content-boxes-Facilities .card-box-Facilities ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  justify-content: center;
  list-style: none;
  gap: 20px;
}

.icon-content-boxes-Facilities .card-box-Facilities ul li {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .icon-content-boxes-Facilities .card-box-Facilities ul {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .icon-content-boxes-Facilities .card-box-Facilities ul li {
    width: 45%;
  }
}
/*facilities box blogs End*/
/*uneven grid boxes Begin*/
.grid-boxes-home {
  position: relative;
}

.grid-boxes-home .quick-box-right-col {
  padding: 0 0 0 45px;
  margin: 280px 0px 0 0px;
}

.grid-boxes-home .quick-box-left-col {
  padding: 0 20px 0 0px;
}

.grid-boxes-home figure {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 65px;
}

.grid-boxes-home figure:last-child {
  margin-right: 0;
}

.grid-boxes-home figure figcaption {
  padding: 0em 0em;
  color: var(--bg-text-color);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.grid-boxes-home figure.effect-roxy {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.grid-boxes-home figure.effect-roxy .effect-roxyimg {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 70%;
}

.grid-boxes-home figure.effect-roxy .effect-roxyimg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.grid-boxes-home figure.effect-roxy img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.grid-boxes-home figure.effect-roxy figcaption {
  padding: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.grid-boxes-home figure.effect-roxy p {
  margin: 0 0 0 0;
  color: var(--bg-text-color);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: none;
  transition: all 0.3s ease-in-out 0s;
  text-shadow: none;
  text-align: left;
}

body.wcprop-2 .grid-boxes-home figure.effect-roxy h2 {
  padding: 0 0 0px 20px;
  color: var(--bg-text-color);
  text-shadow: none;
  text-transform: uppercase;
  margin: 0;
  background-color: var(--wc-overlay-bg);
  transition: all 0.3s ease-in-out 0s;
  align-items: center;
  display: flex;
  width: calc(100% + 50px);
  height: 56px;
  font-weight: bold;
}

.grid-boxes-home figure.effect-roxy a.btn {
  opacity: 1;
  position: relative;
  width: auto;
  white-space: normal;
  height: auto;
  text-indent: inherit;
  background-color: var(--wc-overlay-bg);
  box-shadow: none;
  padding: 8px 0;
  display: none;
  width: 100%;
  max-width: 180px;
  margin: 14px auto 0 auto;
  text-align: center;
  text-transform: uppercase;
  color: var(--bg-text-color);
  font-weight: 400;
  border: none;
  text-align: center;
  letter-spacing: 0px;
  border-radius: 9px;
  transition: all 0.3s ease-in-out 0s;
  border: 2px solid var(--wc-overlay-bg);
  text-shadow: none;
}

.grid-boxes-home figure.effect-roxy:hover a.btn {
  opacity: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 15px 30px;
  display: inline-block;
  max-width: fit-content;
  margin: 0px 0 0 0;
  text-transform: uppercase;
  color: var(--bg-text-color);
  font-weight: 400;
  border: none;
  text-align: right;
  -webkit-border-radius: 0;
  border-radius: 0;
  transition: all 0.3s ease-in-out 0s;
  border: 0px solid var(--bg-text-color);
  text-shadow: none;
}

.grid-boxes-home figure.effect-roxy:hover a.btn:hover,
.grid-boxes-home figure.effect-roxy:hover a.btn:active,
.grid-boxes-home figure.effect-roxy:hover a.btn:focus {
  background-color: transparent;
  color: var(--bg-text-color);
  border: 0px solid var(--bg-text-color);
}

.grid-boxes-home figure.effect-roxy:hover {
  box-shadow: 0px 11px 19px rgba(0, 0, 0, 0.22);
}

.grid-boxes-home figure.effect-roxy:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.grid-boxes-home figure.effect-roxy:hover p {
  margin: 0 0 0 0;
  color: var(--bg-text-color);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: block;
  transition: all 0.3s ease-in-out 0s;
  text-shadow: none;
  text-align: left;
}

.grid-boxes-home figure.effect-roxy:hover i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 1px solid var(--bg-text-color);
  border-radius: 100%;
  padding: 15px;
  width: 50px;
  height: 50px;
}

body.wcprop-2 .grid-boxes-home figure.effect-roxy:hover h2 {
  padding: 0 0 0px 0px;
  color: var(--bg-text-color);
  text-shadow: none;
  text-transform: uppercase;
  margin: 0;
  background-color: transparent;
  transition: all 0.3s ease-in-out 0s;
  align-items: center;
  display: flex;
  width: auto;
  height: auto;
  font-weight: bold;
}

.grid-boxes-home figure.effect-roxy:hover figcaption {
  z-index: 3;
  text-align: center;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  padding: 0em;
  transition: all 0.3s ease-in-out 0s;
  margin: 0px auto;
}

.grid-boxes-home figure.effect-roxy:hover::after {
  content: "";
  position: absolute;
  background: var(--wc-overlay-bg);
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  margin: 0 auto;
  z-index: 2;
  height: 100%;
  opacity: 0.69;
}

@media screen and (max-width: 767px) {
  .grid-boxes-home {
    display: block;
    margin: 120px auto 0 auto;
  }
  .grid-boxes-home .quick-box-right-col {
    margin: 0px 0px 0px 0px;
    padding: 0 0 0 0px;
  }
  .grid-boxes-home .quick-box-left-col {
    padding: 0 0px 0 0px;
  }
  .grid-boxes-home figure {
    margin: 0px 0px 15px 0px;
  }
  .grid-boxes-home figure.effect-roxy p {
    margin: 4px 0 10px 0;
  }
  .grid-boxes-home figure.effect-roxy a.btn {
    max-width: 120px;
    padding: 4px 0px;
    margin: 0 auto;
  }
  .grid-boxes-home figure.effect-roxy:hover p {
    margin: 4px 0 10px 0;
  }
  .grid-boxes-home figure.effect-roxy:hover h2 {
    padding: 0;
  }
  .grid-boxes-home figure.effect-roxy:hover a.btn {
    max-width: 100%;
    padding: 10px 0px;
    text-align: center;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .grid-boxes-home .quick-box-right-col {
    margin: 80px 0px 0 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .grid-boxes-home .quick-box-right-col {
    margin: 70px 0px 0 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .grid-boxes-home figure.effect-roxy p {
    margin: 6px 0 14px 0;
  }
  .grid-boxes-home figure.effect-roxy:hover p {
    margin: 6px 0 14px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .grid-boxes-home figure.effect-roxy a.btn {
    max-width: 140px;
    padding: 6px 0;
    margin: 0 auto;
  }
  .grid-boxes-home figure.effect-roxy:hover h2 {
    padding: 0;
  }
  .grid-boxes-home figure.effect-roxy:hover a.btn {
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}
/*uneven grid boxes End*/
/*Videos Thumbnails Blogs Begin*/
/*Video Section I*/
.icon-content-boxes-video {
  background-color: var(--wc-overlay-bg);
  display: flex;
  text-align: center;
  padding: 50px 0px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .icon-content-boxes-video {
    padding: 2.2716946842vw 0vw;
  }
}
.icon-content-boxes-video .container .primary_heading,
.icon-content-boxes-video .container .primary_small_heading,
.icon-content-boxes-video .container .primary_description {
  color: var(--bg-text-color);
}
.icon-content-boxes-video .primary_heading,
.icon-content-boxes-video .primary_small_heading {
  text-transform: uppercase;
}
.icon-content-boxes-video .card-box-video ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  justify-content: center;
  list-style: none;
}
@media (max-width: 991.98px) {
  .icon-content-boxes-video .card-box-video ul {
    flex-direction: column;
  }
}
.icon-content-boxes-video .card-box-video ul li {
  background: var(--white-color);
  width: 100%;
}
@media (max-width: 991.98px) {
  .icon-content-boxes-video .card-box-video ul li {
    margin-bottom: 20px;
  }
  .icon-content-boxes-video .card-box-video ul li:last-child {
    margin-bottom: 0;
  }
}
.icon-content-boxes-video .card-box-video ul li .card-box-content {
  text-align: center;
  padding: 0px;
}
.icon-content-boxes-video .card-box-video ul li .card-box-content h6 {
  margin: 0px;
}
.icon-content-boxes-video .card-box-video ul li:nth-child(even) {
  background: var(--primary-color);
}
.icon-content-boxes-video .card-box-video ul li:nth-child(even) h6 {
  color: var(--bg-text-color);
}
.icon-content-boxes-video .card-box-video .video-thumbnail {
  position: relative;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-content-boxes-video .card-box-video .video-thumbnail .thumbnail_image {
  height: 295px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .icon-content-boxes-video .card-box-video .video-thumbnail .thumbnail_image {
    height: 13.402998637vw;
  }
}
.icon-content-boxes-video .card-box-video .video-thumbnail .cst-btn-play {
  position: absolute;
  box-sizing: content-box;
  width: 18px;
  height: 25px;
  border-radius: 50%;
  border: 0;
  outline: 0;
  padding: 18px 20px 18px 24px;
  background: var(--wc-overlay-bg) !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .icon-content-boxes-video .card-box-video .video-thumbnail .cst-btn-play {
    width: 0.8178100863vw;
    height: 1.1358473421vw;
    padding: 0.8178100863vw 0.9086778737vw 0.8178100863vw 1.0904134484vw;
  }
}
.icon-content-boxes-video .card-box-video .video-thumbnail .cst-btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 18px solid var(--white-color);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .icon-content-boxes-video .card-box-video .video-thumbnail .cst-btn-play span {
    border-left-width: 0.8178100863vw;
    border-top-width: 0.5452067242vw;
    border-bottom-width: 0.5452067242vw;
  }
}

/*Videos Thumbnails Blogs End*/
/*Amenities CTA Begin*/
.amenities_cta_box .main_image_block {
  position: relative;
}
.amenities_cta_box .main_image_block .image_placeholder img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_cta_box .main_image_block .image_placeholder img {
    height: 24.9886415266vw;
  }
}
@media (max-width: 1440.98px) {
  .amenities_cta_box .main_image_block .image_placeholder img {
    height: 305.5555555556px;
  }
}
@media (max-width: 1199.98px) {
  .amenities_cta_box .main_image_block .image_placeholder img {
    height: 366.6666666667px;
  }
}
@media (max-width: 991.98px) {
  .amenities_cta_box .main_image_block .image_placeholder img {
    height: 275px;
  }
}
.amenities_cta_box .main_image_block a:hover .overlay_bg:after {
  background-color: var(--white-color);
  color: var(--primary-color);
}
.amenities_cta_box .main_image_block .overlay_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8446953782) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.8718662465) 100%);
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_cta_box .main_image_block .overlay_bg {
    padding-top: 2.2716946842vw;
  }
}
.amenities_cta_box .main_image_block .overlay_bg .box-heading {
  color: var(--white-color);
}
.amenities_cta_box .main_image_block .overlay_bg:after {
  bottom: 50px;
  position: absolute;
  width: 60px;
  height: 60px;
  border: 1px solid var(--bg-text-color);
  transition: 0.2s all;
  border-radius: 50%;
  content: var(--arrow-icon-right);
  font-size: 25px;
  color: var(--bg-text-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_cta_box .main_image_block .overlay_bg:after {
    bottom: 2.2716946842vw;
    width: 2.7260336211vw;
    height: 2.7260336211vw;
    font-size: 1.1358473421vw;
  }
}

/*Amenities CTA End*/
/*Intro Section Begin*/
.section_intro_block .content_section {
  padding: 30px 50px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro_block .content_section {
    padding: 1.3630168105vw 2.2716946842vw;
  }
}
@media (max-width: 1199.98px) {
  .section_intro_block .content_section {
    padding: 30px 50px;
  }
}
@media (max-width: 991.98px) {
  .section_intro_block .content_section {
    padding: 20px 30px;
  }
}
@media (max-width: 767.98px) {
  .section_intro_block .content_section {
    padding: 50px 30px;
  }
}
.section_intro_block .content_section .heading_styling:before {
  content: "";
  display: flex;
  border-top: 5px solid var(--primary-color);
  max-width: 100px;
  margin-bottom: 20px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro_block .content_section .heading_styling:before {
    margin-bottom: 0.9086778737vw;
    max-width: 4.5433893685vw;
  }
}
.section_intro_block .custom_image_box {
  position: relative;
  bottom: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .section_intro_block .custom_image_box {
    text-align: center;
  }
}
.section_intro_block .custom_image_box .custom_welcome_one {
  width: 75%;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 999;
}
.section_intro_block .custom_image_box .custom_welcome_one .img_block {
  max-width: 420px;
  height: 600px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro_block .custom_image_box .custom_welcome_one .img_block {
    height: 27.2603362108vw;
    max-width: 19.0822353476vw;
  }
}
@media (max-width: 991.98px) {
  .section_intro_block .custom_image_box .custom_welcome_one .img_block {
    height: 400px;
  }
}
.section_intro_block .custom_image_box .custom_welcome_two {
  position: absolute;
  width: 65%;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  float: left;
  box-sizing: border-box;
}
.section_intro_block .custom_image_box .custom_welcome_two .img_block {
  max-width: 400px;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro_block .custom_image_box .custom_welcome_two .img_block {
    max-width: 18.1735574739vw;
    height: 11.3584734212vw;
  }
}
@media (max-width: 991.98px) {
  .section_intro_block .custom_image_box .custom_welcome_two .img_block {
    max-width: 266.6666666667px;
    height: 166.6666666667px;
  }
}

/*Intro Section End*/
/*Intro Section V Begin*/
.section_intro5_block .heading_styling {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.section_intro5_block .heading_styling::before {
  content: "";
  background: var(--primary-color);
  height: 1px;
  width: 100px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: flex;
  bottom: 10px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro5_block .heading_styling::before {
    height: 0.0454338937vw;
    width: 4.5433893685vw;
    bottom: 0.4543389368vw;
  }
}
.section_intro5_block .heading_styling:before {
  left: 0px;
}
.section_intro5_block .content_section {
  padding: 50px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro5_block .content_section {
    padding: 2.2716946842vw;
  }
}
@media (max-width: 1199.98px) {
  .section_intro5_block .content_section {
    padding: 30px 50px;
  }
}
@media (max-width: 991.98px) {
  .section_intro5_block .content_section {
    padding: 20px 30px;
  }
}
@media (max-width: 767.98px) {
  .section_intro5_block .content_section {
    padding: 50px 30px;
  }
}
.section_intro5_block .custom_image_box {
  display: flex;
  justify-content: space-around;
  gap: 15px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro5_block .custom_image_box {
    gap: 0.6815084053vw;
  }
}
.section_intro5_block .custom_image_box .custom_welcome_two .img_block {
  object-fit: cover;
  object-position: center bottom;
  border: 4px solid var(--white-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro5_block .custom_image_box .custom_welcome_two .img_block {
    border-left-width: 0.0454338937vw;
    border-top-width: 0.0454338937vw;
    border-right-width: 0.0454338937vw;
    border-bottom-width: 0.0454338937vw;
  }
}
.section_intro5_block .custom_image_box .custom_welcome_two {
  flex: 0 0 70%;
  margin-top: 50px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro5_block .custom_image_box .custom_welcome_two {
    margin-top: 2.2716946842vw;
  }
}
.section_intro5_block .custom_image_box .custom_welcome_two .img_block {
  height: 475px;
  width: 100%;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro5_block .custom_image_box .custom_welcome_two .img_block {
    height: 21.5810995002vw;
  }
}
@media (max-width: 1199.98px) {
  .section_intro5_block .custom_image_box .custom_welcome_two .img_block {
    height: 395.8333333333px;
  }
}
@media (max-width: 991.98px) {
  .section_intro5_block .custom_image_box .custom_welcome_two .img_block {
    height: 316.6666666667px;
  }
}
.section_intro5_block .custom_image_box .custom_welcome_two::before {
  content: "";
  position: absolute;
  background-size: 200% 1px, 1px 400%, 1px 400%, 55% 1px, 55% 1px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(180deg);
  transition-delay: 0s, 1s, 3.5s;
  width: 65%;
  height: 85%;
  top: 23px;
  right: 13%;
  z-index: -1;
  display: flex;
  border: 1px solid #e7e7e7;
}
@media (max-width: 991.98px) {
  .section_intro5_block .custom_image_box .custom_welcome_two::before {
    height: 80%;
  }
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro5_block .custom_image_box .custom_welcome_two::before {
    top: 1.0449795547vw;
    border-left-width: 0.0454338937vw;
    border-top-width: 0.0454338937vw;
    border-right-width: 0.0454338937vw;
    border-bottom-width: 0.0454338937vw;
  }
}

/*Intro Section V End*/
/*Intro Section IV Begin*/
.section_intro4_block .heading_styling {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding-left: 110px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro4_block .heading_styling {
    padding-left: 4.9977283053vw;
  }
}
.section_intro4_block .heading_styling::before {
  content: "";
  background: var(--primary-color);
  height: 2px;
  width: 100px;
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro4_block .heading_styling::before {
    height: 0.0908677874vw;
    width: 4.5433893685vw;
  }
}
.section_intro4_block .heading_styling:before {
  left: 0px;
}
.section_intro4_block .content_section {
  padding: 50px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro4_block .content_section {
    padding: 2.2716946842vw;
  }
}
@media (max-width: 1199.98px) {
  .section_intro4_block .content_section {
    padding: 30px 50px;
  }
}
@media (max-width: 991.98px) {
  .section_intro4_block .content_section {
    padding: 20px 30px;
  }
}
@media (max-width: 767.98px) {
  .section_intro4_block .content_section {
    padding: 50px 30px;
  }
}
.section_intro4_block .inner_content {
  position: relative;
  padding-left: 100px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro4_block .inner_content {
    padding-left: 4.5433893685vw;
  }
}
@media (max-width: 991.98px) {
  .section_intro4_block .inner_content {
    padding-left: 60px;
  }
}
.section_intro4_block .inner_content:before {
  content: "";
  height: 100%;
  background: var(--primary-color);
  position: absolute;
  width: 2px;
  left: 30px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro4_block .inner_content:before {
    left: 1.3630168105vw;
    width: 0.0908677874vw;
  }
}
.section_intro4_block .custom_image_box {
  display: flex;
  justify-content: space-around;
  gap: 15px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro4_block .custom_image_box {
    gap: 0.6815084053vw;
  }
}
.section_intro4_block .custom_image_box .custom_welcome_one .img_block,
.section_intro4_block .custom_image_box .custom_welcome_two .img_block {
  object-fit: cover;
  object-position: center bottom;
  border: 4px solid var(--white-color);
}
.section_intro4_block .custom_image_box .custom_welcome_one {
  flex: 0 0 30%;
}
.section_intro4_block .custom_image_box .custom_welcome_one .img_block {
  height: 300px;
  width: 100%;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro4_block .custom_image_box .custom_welcome_one .img_block {
    height: 13.6301681054vw;
  }
}
@media (max-width: 1199.98px) {
  .section_intro4_block .custom_image_box .custom_welcome_one .img_block {
    height: 250px;
  }
}
@media (max-width: 991.98px) {
  .section_intro4_block .custom_image_box .custom_welcome_one .img_block {
    height: 150px;
  }
}
.section_intro4_block .custom_image_box .custom_welcome_two {
  flex: 0 0 70%;
  margin-top: 50px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro4_block .custom_image_box .custom_welcome_two {
    margin-top: 2.2716946842vw;
  }
}
.section_intro4_block .custom_image_box .custom_welcome_two .img_block {
  height: 475px;
  width: 100%;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro4_block .custom_image_box .custom_welcome_two .img_block {
    height: 21.5810995002vw;
  }
}
@media (max-width: 1199.98px) {
  .section_intro4_block .custom_image_box .custom_welcome_two .img_block {
    height: 395.8333333333px;
  }
}
@media (max-width: 991.98px) {
  .section_intro4_block .custom_image_box .custom_welcome_two .img_block {
    height: 316.6666666667px;
  }
}
.section_intro4_block .custom_image_box .custom_welcome_two::after, .section_intro4_block .custom_image_box .custom_welcome_two::before {
  content: "";
  background: var(--primary-color);
  height: 2px;
  position: absolute;
  width: 30%;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro4_block .custom_image_box .custom_welcome_two::after, .section_intro4_block .custom_image_box .custom_welcome_two::before {
    height: 0.0908677874vw;
  }
}
.section_intro4_block .custom_image_box .custom_welcome_two::before {
  top: 5px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro4_block .custom_image_box .custom_welcome_two::before {
    top: 0.2271694684vw;
  }
}
.section_intro4_block .custom_image_box .custom_welcome_two::after {
  bottom: -40px;
  right: 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro4_block .custom_image_box .custom_welcome_two::after {
    bottom: -1.8173557474vw;
  }
}
@media (max-width: 991.98px) {
  .section_intro4_block .custom_image_box .custom_welcome_two::after {
    bottom: 0px;
  }
}

/*Intro Section IV End*/
/*Intro Section III Begin*/
.section_intro3_block .heading_styling {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.section_intro3_block .heading_styling::after, .section_intro3_block .heading_styling::before {
  content: "";
  background: var(--primary-color);
  height: 2px;
  min-width: 20%;
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro3_block .heading_styling::after, .section_intro3_block .heading_styling::before {
    height: 0.0908677874vw;
    width: 4.5433893685vw;
  }
}
@media (max-width: 767.98px) {
  .section_intro3_block .heading_styling::after, .section_intro3_block .heading_styling::before {
    display: none;
  }
}
.section_intro3_block .heading_styling:after {
  right: -120px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro3_block .heading_styling:after {
    right: -5.4520672422vw;
  }
}
.section_intro3_block .heading_styling:before {
  left: -130px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro3_block .heading_styling:before {
    left: -5.906406179vw;
  }
}
.section_intro3_block .content_section {
  padding: 50px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro3_block .content_section {
    padding: 2.2716946842vw;
  }
}
@media (max-width: 1199.98px) {
  .section_intro3_block .content_section {
    padding: 30px 50px;
  }
}
@media (max-width: 991.98px) {
  .section_intro3_block .content_section {
    padding: 20px 30px;
  }
}
@media (max-width: 767.98px) {
  .section_intro3_block .content_section {
    padding: 50px 30px;
  }
}
.section_intro3_block .custom_image_box {
  display: flex;
  justify-content: space-around;
  gap: 15px;
}
.section_intro3_block .custom_image_box .custom_welcome_one .img_block,
.section_intro3_block .custom_image_box .custom_welcome_two .img_block {
  object-fit: cover;
  object-position: center bottom;
  border: 4px solid var(--white-color);
}
.section_intro3_block .custom_image_box .custom_welcome_one {
  flex: 0 0 30%;
}
.section_intro3_block .custom_image_box .custom_welcome_one .img_block {
  height: 300px;
  width: 100%;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro3_block .custom_image_box .custom_welcome_one .img_block {
    height: 13.6301681054vw;
  }
}
@media (max-width: 1199.98px) {
  .section_intro3_block .custom_image_box .custom_welcome_one .img_block {
    height: 250px;
  }
}
@media (max-width: 991.98px) {
  .section_intro3_block .custom_image_box .custom_welcome_one .img_block {
    height: 200px;
  }
}
.section_intro3_block .custom_image_box .custom_welcome_two {
  flex: 0 0 70%;
  margin-top: 50px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro3_block .custom_image_box .custom_welcome_two {
    margin-top: 2.2716946842vw;
  }
}
.section_intro3_block .custom_image_box .custom_welcome_two .img_block {
  height: 475px;
  width: 100%;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro3_block .custom_image_box .custom_welcome_two .img_block {
    height: 21.5810995002vw;
  }
}
@media (max-width: 1199.98px) {
  .section_intro3_block .custom_image_box .custom_welcome_two .img_block {
    height: 395.8333333333px;
  }
}
@media (max-width: 991.98px) {
  .section_intro3_block .custom_image_box .custom_welcome_two .img_block {
    height: 316.6666666667px;
  }
}

/*Intro Section III End*/
/*Text With Image Title Begin*/
.text-and-image-tile .two-col-with-img .section_img_01,
.text-and-image-tile .two-col-with-img .section_img_02 {
  height: 630px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .text-and-image-tile .two-col-with-img .section_img_01,
  .text-and-image-tile .two-col-with-img .section_img_02 {
    height: 28.6233530214vw;
  }
}
@media (max-width: 1199.98px) {
  .text-and-image-tile .two-col-with-img .section_img_01,
  .text-and-image-tile .two-col-with-img .section_img_02 {
    height: 550px;
  }
}
@media (max-width: 991.98px) {
  .text-and-image-tile .two-col-with-img .section_img_01,
  .text-and-image-tile .two-col-with-img .section_img_02 {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .text-and-image-tile .two-col-with-img .section_img_01,
  .text-and-image-tile .two-col-with-img .section_img_02 {
    height: 400px;
  }
}

/*Text With Image Title End*/
/*Call out section Begin*/
.section_opening_hours {
  border: 1px solid var(--wc-border-color);
  padding: 30px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_opening_hours {
    padding: 1.3630168105vw;
  }
}
.section_opening_hours .decsription_txt {
  width: 85%;
}
.section_opening_hours .decsription_txt p {
  display: flex;
  justify-content: space-between;
}
.section_opening_hours .image_style {
  height: 365px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_opening_hours .image_style {
    height: 16.5833711949vw;
  }
}

/*Call out section End*/
/*Amenities Block Begin*/
.section_amenities_block {
  background-color: var(--wc-overlay-bg);
}
.section_amenities_block .img_block {
  height: 780px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_amenities_block .img_block {
    height: 35.4384370741vw;
  }
}
@media (max-width: 1199.98px) {
  .section_amenities_block .img_block {
    height: 780px;
  }
}
@media (max-width: 991.98px) {
  .section_amenities_block .img_block {
    height: 390px;
  }
}
@media (max-width: 767.98px) {
  .section_amenities_block .img_block {
    height: 260px;
  }
}
.section_amenities_block .owl-stage-outer .owl-stage {
  padding: 0;
}
.section_amenities_block .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 30px;
  padding: 20px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_amenities_block .owl-nav {
    padding: 0.9086778737vw;
    gap: 1.3630168105vw;
  }
}
@media (max-width: 767.98px) {
  .section_amenities_block .owl-nav {
    position: relative;
    justify-content: flex-end;
  }
}
.section_amenities_block .owl-nav .owl-prev {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0px;
}
.section_amenities_block .owl-nav .owl-prev:after {
  content: var(--arrow-icon-left);
  font-size: 25px;
  color: var(--bg-text-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_amenities_block .owl-nav .owl-prev:after {
    font-size: 1.1358473421vw;
  }
}
.section_amenities_block .owl-nav .owl-next {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0px;
}
.section_amenities_block .owl-nav .owl-next:after {
  content: var(--arrow-icon-right);
  font-size: 25px;
  color: var(--bg-text-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_amenities_block .owl-nav .owl-next:after {
    font-size: 1.1358473421vw;
  }
}
.section_amenities_block .content_section {
  padding: 30px 150px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_amenities_block .content_section {
    padding: 1.3630168105vw 6.8150840527vw;
  }
}
@media (max-width: 1199.98px) {
  .section_amenities_block .content_section {
    padding: 30px 80px;
  }
}
@media (max-width: 991.98px) {
  .section_amenities_block .content_section {
    padding: 20px 30px;
  }
}
@media (max-width: 767.98px) {
  .section_amenities_block .content_section {
    padding: 50px 30px;
    padding-bottom: 0;
  }
}
.section_amenities_block .content_section p {
  color: var(--bg-text-color);
}
.section_amenities_block .content_section .primary_heading {
  color: var(--bg-text-color);
}

/*Amenities Block End*/
/*Quote Strip With Call To Actions Btns Begin*/
.quote-strip {
  background-color: var(--wc-overlay-bg);
  text-align: center;
  color: var(--bg-text-color);
  padding: 20px 0;
}

.call-to-actions-btns-area {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}

.call-to-actions-btns-area .call-to-actions-heading {
  position: relative;
  z-index: 1;
  text-align: center;
}

body.wcprop-2 .call-to-actions-btns-area .call-to-actions-heading h2 {
  color: var(--bg-text-color);
  text-transform: uppercase;
}

.call-to-actions-btns-area .call-to-actions-heading .call-to-actions-icon {
  position: relative;
}

.call-to-actions-btns-area .call-to-actions-heading .call-to-actions-icon svg {
  width: 25px;
  display: inline-block;
  fill: var(--bg-text-color);
}

.call-to-actions-btns-area .call-to-actions-heading .call-to-actions-icon:before {
  content: "";
  width: calc(50% - 50px);
  height: 1px;
  position: absolute;
  border-top: 1px dashed var(--bg-text-color);
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.call-to-actions-btns-area .call-to-actions-heading .call-to-actions-icon:after {
  content: "";
  width: calc(50% - 50px);
  height: 1px;
  position: absolute;
  border-top: 1px dashed var(--bg-text-color);
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.call-to-actions-btns-area .call-to-actions-btn {
  position: relative;
  z-index: 1;
  background: var(--accordion-headbg-color);
  padding: 5px;
  margin-top: 20px;
}

.call-to-actions-btns-area .call-to-actions-btn a {
  background: var(--accordion-headbg-color);
  padding: 15px;
  border: 1px solid var(--accordion-headtext-color);
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: var(--accordion-headtext-color);
  transition: all 0.5s ease-out;
}

.call-to-actions-btns-area .call-to-actions-btn:hover a {
  background: var(--accordion-headbg-hover-color);
  color: var(--accordion-headtext-hover-color);
}

.call-to-actions-btns-area .call-to-actions-btns-bg-img {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 0;
  height: 100%;
}

.call-to-actions-btns-area .call-to-actions-btns-bg-img img {
  object-fit: cover;
  height: 100%;
}

.call-to-actions-btns-area .call-to-actions-btns-bg-img:before {
  content: "";
  background: var(--wc-overlay-bg);
  position: absolute;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

/*Quote Strip With Call To Actions Btns End*/
/*Alternate Intro Section Area Begin*/
.alternate-intro-section-area .alternate-intro-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.alternate-intro-section-area .alternate-intro-section .intro-content-section {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 2% 2% 2% 4.5%;
  background: var(--wc-overlay-bg);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.alternate-intro-section-area .alternate-intro-section .intro-content-section h2 {
  position: relative;
}

.alternate-intro-section-area .alternate-intro-section .intro-content-section h2:after {
  content: "";
  height: 100%;
  width: 5px;
  position: absolute;
  background: var(--white-color);
  top: 0;
  left: -35px;
}

.alternate-intro-section-area .alternate-intro-section .intro-content-section a i {
  margin-left: 5px;
}

.alternate-intro-section-area .alternate-intro-section .intro-content-section h2,
.alternate-intro-section-area .alternate-intro-section .intro-content-section p,
.alternate-intro-section-area .alternate-intro-section .intro-content-section a {
  color: var(--bg-text-color);
}

.alternate-intro-section-area .alternate-intro-section .intro-images-section {
  flex: 0 0 70%;
  max-width: 70%;
}

.alternate-intro-section-area .alternate-intro-section .intro-images-section img {
  max-height: 500px;
  object-fit: cover;
  height: 100%;
}

.alternate-intro-section-area .alternate-intro-section:nth-child(even) {
  flex-direction: row-reverse;
}

.alternate-intro-section-area .alternate-intro-section:nth-child(even) .intro-content-section {
  flex: 0 0 70%;
  max-width: 70%;
}

.alternate-intro-section-area .alternate-intro-section:nth-child(even) .intro-images-section {
  flex: 0 0 30%;
  max-width: 30%;
}

@media screen and (max-width: 767px) {
  .alternate-intro-section-area .alternate-intro-section {
    flex-direction: column;
  }
  .alternate-intro-section-area .alternate-intro-section:nth-child(even) {
    flex-direction: column;
  }
  .alternate-intro-section-area .alternate-intro-section .intro-content-section {
    padding: 40px;
  }
  .alternate-intro-section-area .alternate-intro-section .intro-content-section h2:after {
    left: -20px;
  }
  .alternate-intro-section-area .alternate-intro-section .intro-content-section,
  .alternate-intro-section-area .alternate-intro-section .intro-images-section,
  .alternate-intro-section-area .alternate-intro-section:nth-child(even) .intro-content-section,
  .alternate-intro-section-area .alternate-intro-section:nth-child(even) .intro-images-section {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
/*Alternate Intro Section Area End*/
/*Text Image Box Begin*/
.text-image-box {
  display: flex;
  flex-direction: row;
}

.text-image-box .images-box-area,
.text-image-box .content-box-area {
  flex: 0 0 50%;
  max-width: 50%;
}

.text-image-box .content-box-area {
  display: flex;
  align-items: center;
  outline: 1px solid var(--bg-text-color);
  outline-offset: -20px;
  padding: 0 5%;
  background-color: var(--wc-overlay-bg);
  text-align: center;
  color: var(--bg-text-color);
}

.text-image-box .content-box-area .content-box h1,
.text-image-box .content-box-area .content-box p,
.text-image-box .content-box-area .content-box a {
  color: var(--bg-text-color);
}

.text-image-box .content-box-area .content-box h1 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.text-image-box .content-box-area .content-box p {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.text-image-box .content-box-area .content-box h1 span {
  background: var(--white-color);
  height: 1px;
  width: 250px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.text-image-box .content-box-area .content-box h1 span:before {
  content: "\f104";
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--white-color);
  position: absolute;
  left: -20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.text-image-box .content-box-area .content-box h1 span:after {
  content: "\f105";
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--white-color);
  position: absolute;
  right: -20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 979px) {
  .text-image-box {
    flex-direction: column;
  }
  .text-image-box .images-box-area,
  .text-image-box .content-box-area {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .text-image-box .content-box-area {
    padding: 60px 40px;
  }
}
/*Text Image Box End*/
/*Tiles Section Begin*/
.tiles_section_for_img .webc-headingx mark {
  background-color: var(--primary-color);
  color: var(--bg-text-color);
  box-shadow: var(--primary-color);
}
.tiles_section_for_img .webc-headingx mark:before {
  background-color: -0.25em 0 0 var(--primary-color);
}
.tiles_section_for_img .box-object_fit {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.tiles_section_for_img .box_01 {
  min-height: 783px;
  max-height: 783px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .tiles_section_for_img .box_01 {
    height: 35.5747387551vw;
  }
}
.tiles_section_for_img .box_02 {
  min-height: 380px;
  max-height: 380px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .tiles_section_for_img .box_02 {
    height: 17.2648796002vw;
  }
}
.tiles_section_for_img .box_03 {
  min-height: 385px;
  max-height: 385px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .tiles_section_for_img .box_03 {
    height: 17.4920490686vw;
  }
}
.tiles_section_for_img .box_04 {
  min-height: 262px;
  max-height: 262px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .tiles_section_for_img .box_04 {
    height: 11.9036801454vw;
  }
}
.tiles_section_for_img .box_05 {
  min-height: 262px;
  max-height: 262px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .tiles_section_for_img .box_05 {
    height: 11.9036801454vw;
  }
}
.tiles_section_for_img .box_06 {
  min-height: 503px;
  max-height: 503px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .tiles_section_for_img .box_06 {
    height: 22.8532485234vw;
  }
}

/*Tiles Section End*/
/*General Manager Message Begin*/
.president_msg {
  position: relative;
  background: var(--wc-overlay-bg);
}
.president_msg .contentbox blockquote {
  border-right: 5px solid var(--primary-color);
  border-left: 0;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .president_msg .contentbox blockquote {
    padding: 0.9086778737vw 0;
  }
}
.president_msg .contentbox blockquote p {
  padding-bottom: 10px;
  color: var(--bg-text-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .president_msg .contentbox blockquote p {
    padding: 0 0.9086778737vw;
    padding-bottom: 0.4543389368vw;
  }
}
.president_msg .contentbox blockquote .webc-headingx {
  color: var(--bg-text-color);
}
.president_msg .contentbox blockquote .blockquote-footer {
  right: 0;
  margin-right: 20px;
  position: relative !important;
}
.president_msg .contentbox blockquote .blockquote-footer:before {
  color: var(--bg-text-color);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .president_msg .contentbox blockquote .blockquote-footer {
    margin-right: 0.9086778737vw;
  }
}
.president_msg .general_manager_pic img {
  width: 430px;
  height: 430px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .president_msg .general_manager_pic img {
    height: 19.5365742844vw;
    width: 19.5365742844vw;
  }
}

/*General Manager Message End*/
/*Alternate Text Block Area Begin*/
.alternate-text-block-area .alternate-text-block {
  font-size: 0;
  position: relative;
  display: flex;
  margin: 2% 0;
}

.alternate-text-block-area .alternate-text-block .left {
  max-width: 75%;
  display: inline-block;
  flex: 0 0 75%;
  margin-bottom: 60px;
}

.alternate-text-block-area .alternate-text-block .right {
  max-width: 35%;
  display: inline-block;
  position: absolute;
  right: 0;
  flex: 0 0 35%;
  background-color: var(--wc-overlay-bg);
  padding: 20px;
  bottom: 0;
}

.alternate-text-block-area .alternate-text-block .right h3,
.alternate-text-block-area .alternate-text-block .right p {
  color: var(--bg-text-color);
}

.alternate-text-block-area .alternate-text-block:nth-child(even) {
  flex-direction: row-reverse;
}

.alternate-text-block-area .alternate-text-block:nth-child(even) .right {
  left: 0;
}

@media screen and (max-width: 979px) {
  .alternate-text-block-area .alternate-text-block,
  .alternate-text-block-area .alternate-text-block:nth-child(even) {
    flex-direction: column;
  }
  .alternate-text-block-area .alternate-text-block .left {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
  }
  .alternate-text-block-area .alternate-text-block .right {
    max-width: 100%;
    flex: 0 0 100%;
    position: relative;
  }
}
/*Alternate Text Block Area End*/
/*Intro Section II Begin*/
.section_intro2_block .content_section {
  padding: 30px 50px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro2_block .content_section {
    padding: 1.3630168105vw 2.2716946842vw;
  }
}
@media (max-width: 1199.98px) {
  .section_intro2_block .content_section {
    padding: 30px 50px;
  }
}
@media (max-width: 991.98px) {
  .section_intro2_block .content_section {
    padding: 20px 30px;
  }
}
@media (max-width: 767.98px) {
  .section_intro2_block .content_section {
    padding: 50px 30px;
  }
}
.section_intro2_block .custom_image_box {
  display: flex;
  justify-content: space-around;
  gap: 15px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro2_block .custom_image_box {
    gap: 0.6815084053vw;
  }
}
.section_intro2_block .custom_image_box .custom_welcome_one,
.section_intro2_block .custom_image_box .custom_welcome_two {
  flex: 0 0 50%;
}
.section_intro2_block .custom_image_box .custom_welcome_one .img_block,
.section_intro2_block .custom_image_box .custom_welcome_two .img_block {
  height: 550px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro2_block .custom_image_box .custom_welcome_one .img_block,
  .section_intro2_block .custom_image_box .custom_welcome_two .img_block {
    height: 24.9886415266vw;
  }
}
@media (max-width: 1199.98px) {
  .section_intro2_block .custom_image_box .custom_welcome_one .img_block,
  .section_intro2_block .custom_image_box .custom_welcome_two .img_block {
    height: 458.3333333333px;
  }
}
@media (max-width: 991.98px) {
  .section_intro2_block .custom_image_box .custom_welcome_one .img_block,
  .section_intro2_block .custom_image_box .custom_welcome_two .img_block {
    height: 366.6666666667px;
  }
}
.section_intro2_block .custom_image_box .custom_welcome_two {
  margin-top: 50px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro2_block .custom_image_box .custom_welcome_two {
    margin-top: 2.2716946842vw;
  }
}

/*Intro Section II End*/
/*Intro Section II End*/
/*Amenities/CTA II*/
.amenities_cta_box_two .main_image_block {
  position: relative;
}
.amenities_cta_box_two .main_image_block .image_placeholder img {
  width: 100%;
  height: 750px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_cta_box_two .main_image_block .image_placeholder img {
    height: 34.0754202635vw;
  }
}
@media (max-width: 1440.98px) {
  .amenities_cta_box_two .main_image_block .image_placeholder img {
    height: 625px;
  }
}
@media (max-width: 1199.98px) {
  .amenities_cta_box_two .main_image_block .image_placeholder img {
    height: 576.9230769231px;
  }
}
@media (max-width: 991.98px) {
  .amenities_cta_box_two .main_image_block .image_placeholder img {
    height: 500px;
  }
}
.amenities_cta_box_two .main_image_block .overlay_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8446953782) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.8718662465) 100%);
  padding-top: 50px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_cta_box_two .main_image_block .overlay_bg {
    padding-top: 2.2716946842vw;
  }
}
.amenities_cta_box_two .main_image_block .overlay_bg .box-heading,
.amenities_cta_box_two .main_image_block .overlay_bg .box-detail {
  color: var(--white-color);
}
.amenities_cta_box_two .main_image_block .overlay_bg .description_box {
  margin: 0 auto 100px auto;
  width: 60%;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_cta_box_two .main_image_block .overlay_bg .description_box {
    margin-bottom: 4.5433893685vw;
  }
}
@media (max-width: 991.98px) {
  .amenities_cta_box_two .main_image_block .overlay_bg .description_box {
    margin: 0 auto 50px auto;
    width: 80%;
  }
}
.amenities_cta_box_two .main_image_block .overlay_bg .description_box .button_box {
  margin-top: 50px;
  display: flex;
  gap: 15px;
  justify-content: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_cta_box_two .main_image_block .overlay_bg .description_box .button_box {
    margin-top: 2.2716946842vw;
  }
}
@media (max-width: 991.98px) {
  .amenities_cta_box_two .main_image_block .overlay_bg .description_box .button_box {
    margin-top: 20px;
  }
}

/*Amenities Section I*/
/*Amenities Section I*/
.amenities_section_box_two .main_image_block {
  position: relative;
}
.amenities_section_box_two .main_image_block .image_placeholder {
  padding: 60px 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_section_box_two .main_image_block .image_placeholder {
    padding: 2.7260336211vw 0vw;
  }
}
.amenities_section_box_two .main_image_block .image_placeholder img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_section_box_two .main_image_block .image_placeholder img {
    height: 24.9886415266vw;
  }
}
@media (max-width: 1440.98px) {
  .amenities_section_box_two .main_image_block .image_placeholder img {
    height: 458.3333333333px;
  }
}
@media (max-width: 1199.98px) {
  .amenities_section_box_two .main_image_block .image_placeholder img {
    height: 423.0769230769px;
  }
}
@media (max-width: 991.98px) {
  .amenities_section_box_two .main_image_block .image_placeholder img {
    height: 366.6666666667px;
  }
}
.amenities_section_box_two .main_image_block .overlay_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 550px;
  right: 10%;
  padding: 50px;
  margin: auto;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_section_box_two .main_image_block .overlay_bg {
    max-width: 24.9886415266vw;
    padding: 2.2716946842vw;
  }
}
@media (max-width: 991.98px) {
  .amenities_section_box_two .main_image_block .overlay_bg {
    width: 90%;
    left: 0;
    right: 0;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .amenities_section_box_two .main_image_block .overlay_bg {
    padding: 20px;
  }
}
.amenities_section_box_two .main_image_block .overlay_bg .box-heading,
.amenities_section_box_two .main_image_block .overlay_bg .box-detail {
  color: var(--white-color);
}
.amenities_section_box_two .main_image_block .overlay_bg .amenities_box ul {
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_section_box_two .main_image_block .overlay_bg .amenities_box ul {
    margin-top: 1.8173557474vw;
  }
}
.amenities_section_box_two .main_image_block .overlay_bg .amenities_box ul li {
  list-style: none;
  display: inline-flex;
  width: 49%;
  color: #fff;
  padding: 10px 0;
  gap: 5px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_section_box_two .main_image_block .overlay_bg .amenities_box ul li {
    padding: 0.4543389368vw 0vw;
  }
}
.amenities_section_box_two .main_image_block .overlay_bg .amenities_box ul li .img_icon {
  width: 20px;
  height: 20px;
  object-fit: cover;
  object-position: center;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  margin-right: 10px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_section_box_two .main_image_block .overlay_bg .amenities_box ul li .img_icon {
    height: 0.9086778737vw;
    width: 0.9086778737vw;
    margin-right: 0.4543389368vw;
  }
}

/* Offers Block */
.section_offers_block .owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_offers_block .owl-dots {
    gap: 0.4543389368vw;
    margin-top: 1.8173557474vw;
  }
}
.section_offers_block .owl-dots .owl-dot span {
  background: #e1e1e1;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_offers_block .owl-dots .owl-dot span {
    width: 0.6815084053vw;
    height: 0.6815084053vw;
  }
}
.section_offers_block .owl-dots .owl-dot.active span {
  background: var(--primary-color);
}
.section_offers_block .owl-stage-outer {
  box-shadow: 0 0 7px -4px rgba(0, 0, 0, 0.9) !important;
  border: 1px solid #ccc;
}
.section_offers_block .owl-stage-outer .owl-stage {
  padding: 0;
}
.section_offers_block .img_block {
  height: 480px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_offers_block .img_block {
    height: 21.8082689687vw;
  }
}
@media (max-width: 1199.98px) {
  .section_offers_block .img_block {
    height: 480px;
  }
}
@media (max-width: 767.98px) {
  .section_offers_block .img_block {
    height: 240px;
  }
}
.section_offers_block .content_section {
  padding: 30px 150px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_offers_block .content_section {
    padding: 1.3630168105vw 6.8150840527vw;
  }
}
@media (max-width: 1199.98px) {
  .section_offers_block .content_section {
    padding: 30px 80px;
  }
}
@media (max-width: 991.98px) {
  .section_offers_block .content_section {
    padding: 20px 30px;
  }
}
@media (max-width: 767.98px) {
  .section_offers_block .content_section {
    padding: 50px 30px;
  }
}
.section_offers_block .content_section .primary_heading::after {
  content: "";
  display: flex;
  border-top: 2px solid var(--primary-color);
  max-width: 30%;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_offers_block .content_section .primary_heading::after {
    border-top-width: 0.0908677874vw;
    margin-bottom: 1.3630168105vw;
    margin-top: 0.9086778737vw;
  }
}

/* Text With Image Title */
.txt-with-image-section .section_img_01 {
  height: 529px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .txt-with-image-section .section_img_01 {
    height: 24.0345297592vw;
  }
}
@media (max-width: 1199.98px) {
  .txt-with-image-section .section_img_01 {
    height: 500px;
  }
}
@media (max-width: 991.98px) {
  .txt-with-image-section .section_img_01 {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .txt-with-image-section .section_img_01 {
    height: 400px;
  }
}

/*Intro Section V - Shaheryar*/
.section_intro5_block .heading_styling {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.section_intro5_block .heading_styling::before {
  content: "";
  background: var(--primary-color);
  height: 1px;
  width: 100px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: flex;
  bottom: 10px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro5_block .heading_styling::before {
    height: 0.0908677874vw;
    width: 4.5433893685vw;
  }
}
.section_intro5_block .heading_styling:before {
  left: 0px;
}
.section_intro5_block .content_section {
  padding: 50px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro5_block .content_section {
    padding: 2.2716946842vw;
  }
}
@media (max-width: 1199.98px) {
  .section_intro5_block .content_section {
    padding: 30px 50px;
  }
}
@media (max-width: 991.98px) {
  .section_intro5_block .content_section {
    padding: 20px 30px;
  }
}
@media (max-width: 767.98px) {
  .section_intro5_block .content_section {
    padding: 50px 30px;
  }
}
.section_intro5_block .custom_image_box {
  display: flex;
  justify-content: space-around;
  gap: 15px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro5_block .custom_image_box {
    gap: 0.6815084053vw;
  }
}
.section_intro5_block .custom_image_box .custom_welcome_two .img_block {
  object-fit: cover;
  object-position: center bottom;
  border: 4px solid var(--white-color);
}
.section_intro5_block .custom_image_box .custom_welcome_two {
  flex: 0 0 70%;
  margin-top: 50px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro5_block .custom_image_box .custom_welcome_two {
    margin-top: 2.2716946842vw;
  }
}
.section_intro5_block .custom_image_box .custom_welcome_two .img_block {
  height: 475px;
  width: 100%;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro5_block .custom_image_box .custom_welcome_two .img_block {
    height: 21.5810995002vw;
  }
}
@media (max-width: 1199.98px) {
  .section_intro5_block .custom_image_box .custom_welcome_two .img_block {
    height: 395.8333333333px;
  }
}
@media (max-width: 991.98px) {
  .section_intro5_block .custom_image_box .custom_welcome_two .img_block {
    height: 316.6666666667px;
  }
}
.section_intro5_block .custom_image_box .custom_welcome_two::before {
  content: "";
  position: absolute;
  background-size: 200% 1px, 1px 400%, 1px 400%, 55% 1px, 55% 1px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(180deg);
  transition-delay: 0s, 1s, 3.5s;
  width: 65%;
  height: 85%;
  top: 23px;
  right: 13%;
  z-index: -1;
  display: flex;
  border: 1px solid #e7e7e7;
}

/*Amenities/CTA*/
.amenities_cta_box .main_image_block {
  position: relative;
}
.amenities_cta_box .main_image_block .image_placeholder img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_cta_box .main_image_block .image_placeholder img {
    height: 24.9886415266vw;
  }
}
@media (max-width: 1440.98px) {
  .amenities_cta_box .main_image_block .image_placeholder img {
    height: 305.5555555556px;
  }
}
@media (max-width: 1199.98px) {
  .amenities_cta_box .main_image_block .image_placeholder img {
    height: 366.6666666667px;
  }
}
@media (max-width: 991.98px) {
  .amenities_cta_box .main_image_block .image_placeholder img {
    height: 275px;
  }
}
.amenities_cta_box .main_image_block a:hover .overlay_bg:after {
  background-color: var(--white-color);
  color: var(--primary-color);
}
.amenities_cta_box .main_image_block .overlay_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8446953782) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.8718662465) 100%);
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_cta_box .main_image_block .overlay_bg {
    padding-top: 2.2716946842vw;
  }
}
.amenities_cta_box .main_image_block .overlay_bg .box-heading {
  color: var(--white-color);
}
.amenities_cta_box .main_image_block .overlay_bg:after {
  bottom: 50px;
  position: absolute;
  width: 60px;
  height: 60px;
  border: 1px solid var(--bg-text-color);
  transition: 0.2s all;
  border-radius: 50%;
  content: var(--arrow-icon-right);
  font-size: 25px;
  color: var(--bg-text-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_cta_box .main_image_block .overlay_bg:after {
    bottom: 2.2716946842vw;
    width: 2.7260336211vw;
    height: 2.7260336211vw;
    font-size: 1.1358473421vw;
  }
}

/*Amenities/CTA II*/
.amenities_cta_box_two .main_image_block {
  position: relative;
}
.amenities_cta_box_two .main_image_block .image_placeholder img {
  width: 100%;
  height: 750px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_cta_box_two .main_image_block .image_placeholder img {
    height: 34.0754202635vw;
  }
}
@media (max-width: 1440.98px) {
  .amenities_cta_box_two .main_image_block .image_placeholder img {
    height: 625px;
  }
}
@media (max-width: 1199.98px) {
  .amenities_cta_box_two .main_image_block .image_placeholder img {
    height: 576.9230769231px;
  }
}
@media (max-width: 991.98px) {
  .amenities_cta_box_two .main_image_block .image_placeholder img {
    height: 500px;
  }
}
.amenities_cta_box_two .main_image_block .overlay_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8446953782) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.8718662465) 100%);
  padding-top: 50px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_cta_box_two .main_image_block .overlay_bg {
    padding-top: 2.2716946842vw;
  }
}
.amenities_cta_box_two .main_image_block .overlay_bg .box-heading,
.amenities_cta_box_two .main_image_block .overlay_bg .box-detail {
  color: var(--white-color);
}
.amenities_cta_box_two .main_image_block .overlay_bg .description_box {
  margin: 0 auto 100px auto;
  width: 60%;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_cta_box_two .main_image_block .overlay_bg .description_box {
    margin-bottom: 4.5433893685vw;
  }
}
@media (max-width: 991.98px) {
  .amenities_cta_box_two .main_image_block .overlay_bg .description_box {
    margin: 0 auto 50px auto;
    width: 80%;
  }
}
.amenities_cta_box_two .main_image_block .overlay_bg .description_box .button_box {
  margin-top: 50px;
  display: flex;
  gap: 15px;
  justify-content: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_cta_box_two .main_image_block .overlay_bg .description_box .button_box {
    margin-top: 2.2716946842vw;
  }
}
@media (max-width: 991.98px) {
  .amenities_cta_box_two .main_image_block .overlay_bg .description_box .button_box {
    margin-top: 20px;
  }
}

/* Facilities box */
.icon-content-boxes-Facilities {
  background-color: var(--wc-overlay-bg);
  display: block;
  text-align: center;
  padding: 50px 0px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .icon-content-boxes-Facilities {
    padding: 2.2716946842vw 0vw;
  }
}
.icon-content-boxes-Facilities figure {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media (max-width: 1199.98px) {
  .icon-content-boxes-Facilities figure {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .icon-content-boxes-Facilities figure {
    margin-bottom: 20px;
  }
}
.icon-content-boxes-Facilities figure .thumbnail_image_box {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .icon-content-boxes-Facilities figure .thumbnail_image_box {
    height: 18.1735574739vw;
  }
}
.icon-content-boxes-Facilities figure:hover .thumbnail_description {
  bottom: 0px;
  transition: all 0.2s ease;
}
.icon-content-boxes-Facilities figure:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.icon-content-boxes-Facilities figure .thumbnail_description {
  position: absolute;
  padding: 20px 20px;
  color: var(--bg-text-color);
  font-weight: 600 !important;
  width: 100%;
  bottom: -5px;
  z-index: 99;
  text-transform: uppercase;
  border-bottom: 5px solid var(--primary-color);
  transition: all 0.2s ease;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .icon-content-boxes-Facilities figure .thumbnail_description {
    padding: 0.9086778737vw 0.9086778737vw;
    bottom: -0.2271694684vw;
    border-bottom-width: 0.2271694684vw;
  }
}
.icon-content-boxes-Facilities figure .thumbnail_description:after {
  content: "";
  background: var(--accordion-headbg-color);
  width: 100%;
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.icon-content-boxes-Facilities figure img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
  width: 100%;
}
.icon-content-boxes-Facilities figcaption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.1s;
}

/*Video Section I*/
.icon-content-boxes-video {
  background-color: var(--wc-overlay-bg);
  display: flex;
  text-align: center;
  padding: 50px 0px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .icon-content-boxes-video {
    padding: 2.2716946842vw 0vw;
  }
}
.icon-content-boxes-video .container .primary_heading,
.icon-content-boxes-video .container .primary_small_heading,
.icon-content-boxes-video .container .primary_description {
  color: var(--bg-text-color);
}
.icon-content-boxes-video .primary_heading,
.icon-content-boxes-video .primary_small_heading {
  text-transform: uppercase;
}
.icon-content-boxes-video .card-box-video ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  justify-content: center;
  list-style: none;
}
@media (max-width: 991.98px) {
  .icon-content-boxes-video .card-box-video ul {
    flex-direction: column;
  }
}
.icon-content-boxes-video .card-box-video ul li {
  background: var(--white-color);
  width: 100%;
}
@media (max-width: 991.98px) {
  .icon-content-boxes-video .card-box-video ul li {
    margin-bottom: 20px;
  }
  .icon-content-boxes-video .card-box-video ul li:last-child {
    margin-bottom: 0;
  }
}
.icon-content-boxes-video .card-box-video ul li .card-box-content {
  text-align: center;
  padding: 0px;
}
.icon-content-boxes-video .card-box-video ul li .card-box-content h6 {
  margin: 0px !important;
}
.icon-content-boxes-video .card-box-video ul li:nth-child(even) .card-box-content {
  background: var(--accordion-headbg-color) !important;
}
.icon-content-boxes-video .card-box-video ul li:nth-child(even) .card-box-content h6 {
  color: var(--accordion-headtext-color);
}
.icon-content-boxes-video .card-box-video .video-thumbnail {
  position: relative;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-content-boxes-video .card-box-video .video-thumbnail .thumbnail_image {
  height: 295px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .icon-content-boxes-video .card-box-video .video-thumbnail .thumbnail_image {
    height: 13.402998637vw;
  }
}
.icon-content-boxes-video .card-box-video .video-thumbnail .cst-btn-play {
  position: absolute;
  box-sizing: content-box;
  width: 18px;
  height: 25px;
  border-radius: 50%;
  border: 0;
  outline: 0;
  padding: 18px 20px 18px 24px;
  background: var(--wc-overlay-bg) !important;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .icon-content-boxes-video .card-box-video .video-thumbnail .cst-btn-play {
    width: 0.8178100863vw;
    height: 1.1358473421vw;
    padding: 0.8178100863vw 0.9086778737vw 0.8178100863vw 1.0904134484vw;
  }
}
.icon-content-boxes-video .card-box-video .video-thumbnail .cst-btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 18px solid var(--white-color);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .icon-content-boxes-video .card-box-video .video-thumbnail .cst-btn-play span {
    border-left-width: 0.8178100863vw;
    border-top-width: 0.5452067242vw;
    border-bottom-width: 0.5452067242vw;
  }
}

/*Offers Block - Shaheryar*/
.section_offers_block .owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_offers_block .owl-dots {
    gap: 0.4543389368vw;
    margin-top: 1.8173557474vw;
  }
}
.section_offers_block .owl-dots .owl-dot span {
  background: #e1e1e1;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_offers_block .owl-dots .owl-dot span {
    width: 0.6815084053vw;
    height: 0.6815084053vw;
  }
}
.section_offers_block .owl-dots .owl-dot.active span {
  background: var(--primary-color);
}
.section_offers_block .owl-stage-outer {
  box-shadow: 0 0 7px -4px rgba(0, 0, 0, 0.9) !important;
  border: 1px solid #ccc;
}
.section_offers_block .owl-stage-outer .owl-stage {
  padding: 0;
}
.section_offers_block .img_block {
  height: 480px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_offers_block .img_block {
    height: 21.8082689687vw;
  }
}
@media (max-width: 1199.98px) {
  .section_offers_block .img_block {
    height: 480px;
  }
}
@media (max-width: 767.98px) {
  .section_offers_block .img_block {
    height: 240px;
  }
}
.section_offers_block .content_section {
  padding: 30px 150px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_offers_block .content_section {
    padding: 1.3630168105vw 6.8150840527vw;
  }
}
@media (max-width: 1199.98px) {
  .section_offers_block .content_section {
    padding: 30px 80px;
  }
}
@media (max-width: 991.98px) {
  .section_offers_block .content_section {
    padding: 20px 30px;
  }
}
@media (max-width: 767.98px) {
  .section_offers_block .content_section {
    padding: 50px 30px;
  }
}
.section_offers_block .content_section .primary_heading::after {
  content: "";
  display: flex;
  border-top: 2px solid var(--primary-color);
  max-width: 30%;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_offers_block .content_section .primary_heading::after {
    border-top-width: 0.0908677874vw;
    margin-bottom: 1.3630168105vw;
    margin-top: 0.9086778737vw;
  }
}

/*Amenities Section I*/
.amenities_section_box_two .main_image_block {
  position: relative;
}
.amenities_section_box_two .main_image_block .image_placeholder {
  padding: 60px 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_section_box_two .main_image_block .image_placeholder {
    padding: 2.7260336211vw 0vw;
  }
}
.amenities_section_box_two .main_image_block .image_placeholder img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_section_box_two .main_image_block .image_placeholder img {
    height: 24.9886415266vw;
  }
}
@media (max-width: 1440.98px) {
  .amenities_section_box_two .main_image_block .image_placeholder img {
    height: 458.3333333333px;
  }
}
@media (max-width: 1199.98px) {
  .amenities_section_box_two .main_image_block .image_placeholder img {
    height: 423.0769230769px;
  }
}
@media (max-width: 991.98px) {
  .amenities_section_box_two .main_image_block .image_placeholder img {
    height: 366.6666666667px;
  }
}
.amenities_section_box_two .main_image_block .overlay_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 550px;
  right: 10%;
  padding: 50px;
  margin: auto;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_section_box_two .main_image_block .overlay_bg {
    max-width: 24.9886415266vw;
    padding: 2.2716946842vw;
  }
}
@media (max-width: 991.98px) {
  .amenities_section_box_two .main_image_block .overlay_bg {
    width: 90%;
    left: 0;
    right: 0;
  }
}
.amenities_section_box_two .main_image_block .overlay_bg .box-heading,
.amenities_section_box_two .main_image_block .overlay_bg .box-detail {
  color: var(--white-color);
}
.amenities_section_box_two .main_image_block .overlay_bg .amenities_box ul {
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_section_box_two .main_image_block .overlay_bg .amenities_box ul {
    margin-top: 1.8173557474vw;
  }
}
.amenities_section_box_two .main_image_block .overlay_bg .amenities_box ul li {
  list-style: none;
  display: inline-block;
  width: 49%;
  color: #fff;
  padding: 10px 0;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_section_box_two .main_image_block .overlay_bg .amenities_box ul li {
    padding: 0.4543389368vw 0vw;
  }
}
.amenities_section_box_two .main_image_block .overlay_bg .amenities_box ul li .img_icon {
  width: 20px;
  height: 20px;
  object-fit: cover;
  object-position: center;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  margin-right: 10px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .amenities_section_box_two .main_image_block .overlay_bg .amenities_box ul li .img_icon {
    height: 0.9086778737vw;
    width: 0.9086778737vw;
    margin-right: 0.4543389368vw;
  }
}

/*Intro Section II Begin*/
.section_intro_block_with_detail_img {
  background-color: var(--wc-overlay-bg);
}
.section_intro_block_with_detail_img .content_section {
  padding: 30px 50px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro_block_with_detail_img .content_section {
    padding: 1.3630168105vw 2.2716946842vw;
  }
}
@media (max-width: 1199.98px) {
  .section_intro_block_with_detail_img .content_section {
    padding: 30px 50px;
  }
}
@media (max-width: 991.98px) {
  .section_intro_block_with_detail_img .content_section {
    padding: 20px 30px;
  }
}
@media (max-width: 767.98px) {
  .section_intro_block_with_detail_img .content_section {
    padding: 50px 30px;
  }
}
.section_intro_block_with_detail_img .content_section .primary_heading,
.section_intro_block_with_detail_img .content_section .primary_small_heading,
.section_intro_block_with_detail_img .content_section .primary_description {
  color: var(--bg-text-color);
}
.section_intro_block_with_detail_img .custom_image_box .custom_welcome_one,
.section_intro_block_with_detail_img .custom_image_box .custom_welcome_two {
  flex: 0 0 50%;
}
.section_intro_block_with_detail_img .custom_image_box .custom_welcome_one .img_block,
.section_intro_block_with_detail_img .custom_image_box .custom_welcome_two .img_block {
  height: 750px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro_block_with_detail_img .custom_image_box .custom_welcome_one .img_block,
  .section_intro_block_with_detail_img .custom_image_box .custom_welcome_two .img_block {
    height: 34.0754202635vw;
  }
}
@media (max-width: 1199.98px) {
  .section_intro_block_with_detail_img .custom_image_box .custom_welcome_one .img_block,
  .section_intro_block_with_detail_img .custom_image_box .custom_welcome_two .img_block {
    height: 625px;
  }
}
@media (max-width: 991.98px) {
  .section_intro_block_with_detail_img .custom_image_box .custom_welcome_one .img_block,
  .section_intro_block_with_detail_img .custom_image_box .custom_welcome_two .img_block {
    height: 500px;
  }
}
.section_intro_block_with_detail_img .custom_image_box .custom_welcome_two {
  margin-top: 50px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .section_intro_block_with_detail_img .custom_image_box .custom_welcome_two {
    margin-top: 2.2716946842vw;
  }
}

.main-container-boxes-section .section_intro_block_with_detail_img .custom_image_box .img_block {
  height: 550px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .main-container-boxes-section .section_intro_block_with_detail_img .custom_image_box .img_block {
    height: 24.9886415266vw;
  }
}
@media (max-width: 1199.98px) {
  .main-container-boxes-section .section_intro_block_with_detail_img .custom_image_box .img_block {
    height: 458.3333333333px;
  }
}
@media (max-width: 991.98px) {
  .main-container-boxes-section .section_intro_block_with_detail_img .custom_image_box .img_block {
    height: 366.6666666667px;
  }
}

@font-face {
  font-family: "NanumGothicCoding";
  src: url("../fonts/NanumGothicCoding.ttf") format("truetype"), url("../fonts/NanumGothicCoding.woff") format("woff"), url("../fonts/NanumGothicCoding.woff2") format("woff2");
}
@font-face {
  font-family: "NanumGothicCoding";
  src: url("../fonts/NanumGothicCoding-Bold.ttf") format("truetype"), url("../fonts/NanumGothicCoding-Bold.woff") format("woff"), url("../fonts/NanumGothicCoding-Bold.woff2") format("woff2");
  font-weight: bold;
}
@font-face {
  font-family: "NanumGothicCoding-Regular";
  src: url("../fonts/NanumGothicCoding-Regular.ttf") format("truetype"), url("../fonts/NanumGothicCoding-Regular.woff") format("woff"), url("../fonts/NanumGothicCoding-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "GillSans";
  src: url("../fonts/GillSans.ttf") format("truetype"), url("../fonts/GillSans.woff") format("woff"), url("../fonts/GillSans.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "FinoSans";
  src: url("../fonts/FinoSans-Regular.ttf") format("truetype"), url("../fonts/FinoSans-Regular.woff") format("woff"), url("../fonts/FinoSans-Regular.woff2") format("woff2");
  font-weight: 400;
}
:root {
  --currentcolor: #fff;
}

#ui-area .preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--primary-color);
  z-index: 9998;
  text-align: center;
  overflow: hidden;
}
#ui-area .preloader .preloader-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#ui-area .preloader .preloader-bg .circle1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: radial-gradient(ellipse 90vw 90vw, var(--primary-color-hover) 0%, rgba(167, 207, 223, 0) 35%);
  opacity: 0.6;
  animation: fadeCircle 3s alternate infinite ease;
}
@media (max-width: 575.98px) {
  #ui-area .preloader .preloader-bg .circle1 {
    background-image: radial-gradient(ellipse 150vw 150vw, --primary-color-hover 0%, rgba(167, 207, 223, 0) 35%);
  }
}
#ui-area .preloader .preloader-inner {
  position: relative;
  z-index: 2;
  font-family: "Barlow", sans-serif;
  font-size: 1.81vw;
  color: --primary-color-hover;
  height: 100%;
  text-transform: uppercase;
}
#ui-area .preloader .preloader-inner .logo {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .preloader .preloader-inner .logo {
    padding: 1.1358473421vw;
  }
}
#ui-area .preloader .preloader-inner .logo [class*=loader-] {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}
#ui-area .preloader .preloader-inner .logo .loader-06 {
  border: 0.2em solid var(--currentcolor);
  border-radius: 50%;
  -webkit-animation: loader-06 1s ease-out infinite;
  animation: loader-06 1s ease-out infinite;
}
#ui-area .preloader .preloader-inner .logo .loading-text {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 1rem;
  letter-spacing: 3.2px;
  font-weight: 100;
  -webkit-animation: fadeIn ease 1.5s alternate infinite;
  animation: fadeIn ease 1.5s alternate infinite;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  #ui-area .preloader .preloader-inner .logo .loading-text {
    margin-top: 0.726942299vw;
    font-size: 0.8178100863vw;
    letter-spacing: 0.1453884598vw;
  }
}

@keyframes loader-06 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes fadeCircle {
  0% {
    opacity: 20%;
  }
  100% {
    opacity: 60%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cookie-consent-wrapper {
  -webkit-transition: all 4.5s ease;
  transition: all 4.5s ease;
  z-index: 99;
  position: fixed;
  bottom: 15px;
  left: 15px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .cookie-consent-wrapper {
    bottom: get4k-vw(15px);
    left: get4k-vw(15px);
  }
}
.cookie-consent-wrapper button {
  cursor: pointer;
}
.cookie-consent-wrapper.open .cookie-medium {
  opacity: 0;
  width: 0px;
  height: 0px;
}
.cookie-consent-wrapper.open .cookie-medium.show {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  max-width: 380px;
  min-width: 300px;
  opacity: 1;
  background: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  color: var(--white-color);
  padding: 2rem;
  box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.15);
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .cookie-consent-wrapper.open .cookie-medium.show {
    padding: get4k-vw(32px);
    max-width: get4k-vw(380px);
    min-width: get4k-vw(300px);
    -webkit-border-radius: get4k-vw(5px);
    border-radius: get4k-vw(5px);
  }
}
@media (max-width: 575.98px) {
  .cookie-consent-wrapper.open .cookie-medium.show {
    padding: 1.2rem;
  }
}
.cookie-consent-wrapper.open .cookie-medium.show .cookie-heading {
  color: var(--primary-color);
  font-family: var(--wc-font-family);
  letter-spacing: 1.6px;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .cookie-consent-wrapper.open .cookie-medium.show .cookie-heading {
    margin-bottom: get4k-vw(8px);
    letter-spacing: get4k-vw(1.6px);
  }
}
.cookie-consent-wrapper.open .cookie-medium.show p.cookie-text {
  color: #000;
  padding: 0;
  margin: 0 0 1rem;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .cookie-consent-wrapper.open .cookie-medium.show p.cookie-text {
    font-size: get4k-vw(16px);
    margin-bottom: get4k-vw(16px);
  }
}
.cookie-consent-wrapper.open .cookie-medium.show .btn-footer {
  justify-content: space-between;
  display: flex;
}
.cookie-consent-wrapper.open .cookie-medium.show button.btn-accept-cookie {
  border: 0;
  background: none;
  color: #000;
  padding: 0;
  position: relative;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .cookie-consent-wrapper.open .cookie-medium.show button.btn-accept-cookie {
    font-size: get4k-vw(16px);
  }
}
.cookie-consent-wrapper.open .cookie-medium.show button.btn-accept-cookie::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  bottom: -4px;
  left: 0;
  -webkit-transition: 0.4s width ease;
  transition: 0.4s width ease;
  will-change: width;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .cookie-consent-wrapper.open .cookie-medium.show button.btn-accept-cookie::before {
    bottom: get4k-vw(-4px);
    height: get4k-vw(2px);
  }
}
.cookie-consent-wrapper.open .cookie-medium.show button.btn-accept-cookie:hover, .cookie-consent-wrapper.open .cookie-medium.show button.btn-accept-cookie:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.cookie-consent-wrapper.open .cookie-medium.show button.btn-accept-cookie:hover::before, .cookie-consent-wrapper.open .cookie-medium.show button.btn-accept-cookie:focus::before {
  width: 100%;
}
.cookie-consent-wrapper.open .cookie-medium.show .privacy-link, .cookie-consent-wrapper.open .cookie-medium.show .btn-accept-cookie {
  font-size: 14px;
  color: #000;
}
@media (min-width: 2201px) and (max-width: 4000px) {
  .cookie-consent-wrapper.open .cookie-medium.show .privacy-link, .cookie-consent-wrapper.open .cookie-medium.show .btn-accept-cookie {
    font-size: get4k-vw(14px);
  }
}

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px;
}

/* ---------- Wrapper ---------- */
#wrapper {
  padding-bottom: 0;
  position: relative;
}

.has-control-menu #wrapper {
  padding-top: 2em;
}

.modify-pages li {
  position: relative;
}
.modify-pages li.lfr-nav-hover .delete-tab {
  opacity: 1;
}
.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 16px;
  line-height: 6px;
  margin-top: -8px;
  opacity: 0;
  overflow: hidden;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #fff;
  top: 50%;
}
.modify-pages .delete-tab:hover {
  color: #b50303;
}
.modify-pages .drag-handle {
  cursor: move;
  left: 3px;
  margin-left: 15px;
  position: absolute;
  top: 15px;
}

.controls-hidden .modify-pages .drag-handle {
  display: none;
}

@media (min-width: 768px) {
  .touch .modify-pages .drag-handle {
    display: none;
  }
}

.nav li .toolbar {
  margin-top: 5px;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.3125rem;
  content: "";
  height: 0.3125rem;
  position: absolute;
  width: 100%;
}

.navigation-pane .body-row {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.navigation-pane .body-row ul li a .icon {
  float: left;
  margin-right: 5px;
}
.navigation-pane .lfr-component {
  margin-left: 0;
}
.navigation-pane .navigation-entry {
  position: relative;
}
.navigation-pane .navigation-entry.folder.error {
  display: block;
  padding: 6px 8px;
}
.navigation-pane .navigation-entry .browse-folder,
.navigation-pane .navigation-entry .nav-item-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.navigation-pane .navigation-entry .nav-item-icon {
  vertical-align: middle;
}
.navigation-pane .navigation-entry .overlay.entry-action {
  bottom: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.navigation-pane .navigation-entry .overlay.entry-action .btn {
  border-width: 0;
  margin: 0;
  padding: 11px 14px;
}
@media (min-width: 768px) {
  .navigation-pane .navigation-entry .overlay.entry-action .btn {
    padding: 11px;
  }
}

.nav-menu ul {
  padding-left: 10px;
}
.nav-menu li a.ancestor {
  font-weight: bold;
}
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.nav-menu-style-arrows ul {
  list-style-image: url(../images/arrows/04_right.png);
}

.portlet-navigation .nav-pills > li > a {
  margin-bottom: 2px;
}
.portlet-navigation .nav-pills > li > .dropdown-menu {
  margin-top: 0;
}

.split-button-dropdowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
.split-button-dropdowns > li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}

.form-options {
  border: 1px solid #aaa;
  display: inline-block;
  vertical-align: middle;
}
.form-options input {
  border-width: 0;
  display: inline;
  float: left;
}

.form-triggers {
  float: left;
}

.form-trigger {
  background: #c4c4c4 url(../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #bbb;
  display: inline-block;
  float: left;
}
.form-trigger img {
  background: no-repeat 50% 40%;
  height: 25px;
  padding: 0 3px;
  vertical-align: middle;
  width: 16px;
}
.form-trigger:focus, .form-trigger:hover {
  background-color: #83b0ca;
  background-image: url(../images/application/button_bg_over.png);
}

.trigger-selected {
  background-color: #ebebeb;
  background-image: url(../images/application/button_bg_selected.png);
}
.trigger-selected:focus, .trigger-selected:hover {
  background-color: #b7def4;
  background-image: url(../images/application/button_bg_selected_over.png);
}

.options-trigger img {
  background-image: url(../images/common/configuration.png);
}

.save-trigger img {
  background-image: url(../images/common/check.png);
}

/* ---------- Portlet topper ---------- */
/* ---------- Portlet decorator ---------- */
/* ---------- Portlet header ---------- */
body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.panel-page-content .portlet-title-text,
.panel-page-body .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: 1rem;
}

.portlet-draggable .portlet-topper {
  cursor: move;
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction {
  display: block;
}

@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}

.lfr-status-alert-label,
.lfr-status-error-label,
.lfr-status-info-label,
.lfr-status-progress-label,
.lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px;
}

.lfr-status-alert-label {
  background-image: url(../images/messages/alert.png);
  color: #663;
}

.lfr-status-error-label {
  background-image: url(../images/messages/error.png);
  color: #900;
}

.lfr-status-help-label,
.lfr-status-info-label,
.lfr-status-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404f;
}

.lfr-status-help-label {
  background-image: url(../images/portlet/help.png);
}

.lfr-status-progress-label {
  background-image: url(../images/aui/loading_indicator.gif);
}

.lfr-status-success-label {
  background-image: url(../images/messages/success.png);
  color: #384f34;
}

.portlet-msg {
  background: #eee none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404f;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left;
}

.lfr-message {
  position: relative;
}
.lfr-message .lfr-message-control {
  background-color: #333;
  display: inline-block;
}
.lfr-message .lfr-message-controls {
  display: none;
  left: 3px;
  margin: -8px 8px 0 3px;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.lfr-message .lfr-message-close {
  background-image: url(../images/portlet/close_borderless.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.lfr-message .lfr-message-close-all {
  color: #fff;
  display: none;
  font-size: 0.8em;
  margin-left: 10px;
  padding: 1px 10px;
  text-shadow: 1px 1px 0 #000;
  vertical-align: top;
}
.lfr-message .lfr-message-close-all a {
  color: #fff;
}
.lfr-message .lfr-message-controls-hover .lfr-message-close-all {
  display: inline-block;
}
.lfr-message.pending {
  background-image: url(../images/common/time.png);
}

.lfr-message-content.alert {
  margin-bottom: 0;
}

.lfr-message-close {
  cursor: pointer;
}

/* ---------- Standard styles defined in the JSR 168 specification ---------- */
/* ---------- Fonts ---------- */
/* ---------- Sections ---------- */
.portlet-section-selected,
.portlet-section-selected a {
  background: #727c81;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.portlet-section-selected a:hover,
.portlet-section-selected a:focus {
  background-color: #727c81;
}

/* ---------- Forms ---------- */
/* ---------- Icons ---------- */
/* ---------- Menus ---------- */
@media (min-width: 576px) {
  .portlet:hover > .portlet-topper, .portlet.focus > .portlet-topper, .portlet.open > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}

@media (min-width: 576px) {
  .portlet:hover > .portlet-content-editable, .portlet.focus > .portlet-content-editable, .portlet.open > .portlet-content-editable {
    border-color: #0B5FFF;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 576px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.25s, transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
.portlet-content-editable {
  border-color: #0B5FFF;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

/* ---------- Portlet topper ---------- */
.portlet-actions {
  float: right;
}

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 400;
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #0B5FFF;
  border-color: #0B5FFF;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #FFF;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: #FFF;
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .lfr-configurator-visibility {
    opacity: 0.5;
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
  .lfr-configurator-visibility .portlet-content-editable {
    opacity: 0.5;
  }
}

/* ---------- Portlet controls in mobile ---------- */
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: #0B5FFF;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-configurator-visibility .portlet-borderless-bar {
  opacity: 0.6;
}
.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  opacity: 1;
}

.lfr-panel-page {
  width: 100%;
}
.lfr-panel-page .portlet-title {
  font-size: 13px;
}
.lfr-panel-page .lfr-add-content h2 span {
  background-color: #d3dadd;
}

.main-content-body {
  margin-top: 20px;
}

.restricted, .restricted td {
  background: #fdd;
  border-width: 0;
}
.restricted * {
  color: #727c81;
}

.alt.restricted td {
  background-color: #ffc0c0;
}

.hover.restricted td {
  background-color: #d3bdc0;
}

.alt.restricted td.first,
.restricted td.first {
  background-image: url(../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}

.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word;
}

.portlet-barebone .portlet-content {
  padding: 0;
}

/* ---------- Dynamic data list display/Journal portlet ---------- */
.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px 28px;
}

/* ---------- Breadcrumb taglib ---------- */
.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0;
}
.taglib-calendar tr td a {
  background-color: #f0f5f7;
  border: 1px solid #fff;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0;
}
.taglib-calendar tr td a:hover {
  background-color: #727c81;
  color: #fff;
}
.taglib-calendar tr td.calendar-inactive {
  background-color: #fff;
  color: #b5bfc4;
}
.taglib-calendar tr th {
  border-bottom-color: #d7d7d7;
}
.taglib-calendar table td {
  border-width: 0;
}
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #fff;
}
.taglib-calendar .calendar-current-day a {
  border: 1px solid #727c81;
  color: #369;
  text-decoration: underline;
}

/* ---------- Navbar form search ---------- */
.navbar form {
  margin: 0;
}

.widget-toolbar .btn + .btn,
.widget-toolbar .widget-group + .widget-group {
  margin-left: 1rem;
}

.widget-mode-detail {
  padding-top: 1rem;
}
.widget-mode-detail .title {
  font-size: 36px;
}
.widget-mode-detail .sub-title {
  font-size: 26px;
  margin-bottom: 32px;
}
.widget-mode-detail .widget-metadata {
  margin-bottom: 2rem;
}
.widget-mode-detail .widget-mode-detail-text {
  margin-top: 48px;
}
.widget-mode-detail .widget-mode-detail-text img {
  max-width: 100%;
}
.widget-mode-detail .widget-mode-detail-text p {
  font-size: 18px;
  line-height: 1.8;
}

.widget-mode-card .card {
  display: flex;
  height: calc(100% - 24px);
  margin-bottom: 24px;
}
.widget-mode-card .card-header {
  overflow: hidden;
  padding: 0;
}
.widget-mode-card .card-title {
  position: relative;
}
@media (min-width: 768px) {
  .widget-mode-card .visible-interaction {
    position: absolute;
    right: -8px;
  }
}

.widget-mode-simple .widget-topbar {
  margin-bottom: 8px;
}
.widget-mode-simple .widget-metadata {
  margin-bottom: 24px;
}
.widget-mode-simple .widget-toolbar {
  margin-top: 1.5rem;
}
.widget-mode-simple .widget-content .cover-image {
  margin-bottom: 24px;
}

.menu-content,
.underlay-content {
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
}

.lfr-ddm-container .file-entry-upload-progress {
  border-radius: 0 0 4px 4px;
}

.lfr-preview-file-image img {
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
}

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
}

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
}

.portlet-document-library .lfr-ddm-small-image-preview,
.portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  box-shadow: 0 1px 3px #ccc;
}

.portlet-document-library-upload-mask .overlaymask-content {
  border-radius: 5px;
}

.overlaymask-content {
  background-color: #fff;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}

.product-menu .loading-animation {
  margin-top: 160px;
}

.lfr-search-combobox-item {
  border-radius: 1px;
}

.lfr-search-combobox .field-input-text {
  border-radius: 4px 1px 1px 4px;
}
.lfr-search-combobox .button-input {
  border-radius: 1px 4px 4px 1px;
}

.lfr-upload-container .progress-bar,
.lfr-upload-container .progress,
.lfr-editable:after {
  border-radius: 10px;
}

.portlet-language .portlet-body .current-language,
.portlet-language .portlet-body .taglib-icon,
.portlet-language .portlet-body .taglib-language-list-text {
  border-radius: 10px;
}

body > .lfr-menu-list ul,
.active-area-proxy,
.entry-display-style .entry-thumbnail,
.lfr-api-results,
.lfr-translation-manager,
.lfr-translation-manager-translation,
.lfr-upload-container .cancel-button .modify-pages .delete-tab,
.portlet-image-gallery-display .image-thumbnail img,
.rule-group-instance-container .rule-group-instance,
.select-documents,
.select-files,
.taglib-ratings.stars:hover,
.taglib-ratings.stars:hover .liferay-rating-vote > div,
.taglib-ratings.stars .rating-focused > div,
.tags-search-combobox .field-input-text {
  border-radius: 4px;
}

.entry-display-style,
.lfr-search-combobox,
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target,
.portlet-document-library .common-file-metadata-container.selected,
.portlet-document-library-display .common-file-metadata-container.selected,
.portlet-image-gallery-display .image-icon,
.select-documents,
.select-files {
  border-radius: 5px;
}

.portlet-dynamic-data-list-display .lfr-ddm-container .lfr-ddm-repeatable-placeholder,
.portlet-dynamic-data-lists .lfr-ddm-container .lfr-ddm-repeatable-placeholder {
  border-radius: 6px;
}

.menu-content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

.underlay-content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.input-localized .lfr-input-localized-state {
  border-radius: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  box-shadow: 0 0 3px #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  box-shadow: 0 0 3px #ff0047;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  box-shadow: 0 0 3px #27c1f2;
}

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  border-radius: 0;
  box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
}

.lfr-message .lfr-message-control {
  border-radius: 10px;
}

.lfr-token {
  border-radius: 8px;
}

.staging-tabview-list {
  border-radius: 0;
}

.site-variations-tabview-list .tab-content,
.staging-tabview-list .tab-active .tab-content,
.tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  box-shadow: none;
}

.rule-group-instance-container .rule-group-instance {
  box-shadow: 1px 1px 2px #999;
}

.lfr-action-label {
  border-radius: 2px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}

@-webkit-keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  -webkit-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s;
}

.lfr-spa-loading .lfr-spa-loading-bar {
  -webkit-animation: shift-rightwards 1s ease-in-out infinite;
  animation: shift-rightwards 1s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.lfr-spa-loading-bar {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@-webkit-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .lfr-icon-menu-text,
.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  max-width: 200px;
}

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}

.portlet-document-library .entry-thumbnail .label,
.portlet-document-library-display .workflow-status .label,
.portlet-journal .entry-thumbnail .label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
  animation: none;
}
.upload-drop-active .portlet-document-library .document-container {
  box-shadow: inset 0 0 5px #b8c1d1;
}

.upload-drop-intent .lfr-upload-container .upload-target {
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.quick-access-nav a {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
}

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup,
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  box-shadow: initial;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  box-shadow: none;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: linear-gradient(#fff, #e4e4e4);
  border-radius: 2px;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: linear-gradient(#f2f2f2, #ccc);
}

/* ---------- Switches ---------- */
input.switch:focus ~ .switch-bar:before {
  box-shadow: 0 0 3px #00f;
}
input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before,
input.switch:empty ~ .switch-bar .switch-icon,
input.switch:empty ~ .switch-bar .switch-toggle:after,
input.switch:empty ~ .switch-bar .switch-toggle:before {
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

/* ---------- Image selector ---------- */
.taglib-image-selector .icon-check {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  border-radius: 30px;
}
.taglib-image-selector .progress-wrapper .progressbar {
  border-radius: 0;
}

/* ---------- Drop here info ---------- */
.drop-here-info {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.drop-here-info .drop-icons {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.drop-here-info .drop-icons span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  box-shadow: 0 6px 0 -2px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.drop-active .drop-here-info span:nth-of-type(1) {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}