/* ----- Global CSS ----- */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li {
    margin: 0px;
    padding: 0px;
}
html {
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    -webkit-text-size-adjust: 100%;
}
body {
    overflow-x: clip;
    position: relative;
    font: 400 16px/30px var(--siteFont);
    -webkit-font-smoothing: antialiased;
}
ul li {
    list-style: none;
}
img {
    border: 0px;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
a,
a:hover {
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 1px dotted #000;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    outline-offset: 1px;
}
*,
*::after,
*::before {
    box-sizing: border-box;
}
* {
    scrollbar-width: thin;
    scrollbar-color: var(--themeOneBg) var(--themeTwoBg);
    word-break: keep-all;
}
/* width */
*::-webkit-scrollbar {
    width: 10px;
}
/* Track */
*::-webkit-scrollbar-track {
    background: var(--themeTwoBg);
}
/* Handle */
*::-webkit-scrollbar-thumb {
    background: var(--themeOneBg);
}
/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
    background: var(--siteFontColor);
}
@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}
/* ----- Fixed CSS ----- */
.font-icon::before {
    content: var(--icon);
}
.font-icon::before,
[class^='icon-']::before,
[class*=' icon-']::before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hr {
    padding: 10px 0px;
    background: url(/images/hr-b.gif) repeat-x left center;
}
.clearFloat {
    clear: both;
}
.noDisplay {
    display: none;
}
.theme-L,
.theme-R {
    width: 1000%;
    height: 100%;
    position: absolute;
    z-index: -1;
    padding: 0px;
    margin: 0px;
    top: 0px;
}
.theme-L {
    right: 100%;
}
.theme-R {
    left: 100%;
}
.tableDiv {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.tableRow {
    display: table-row;
}
.tableCell {
    display: table-cell;
    vertical-align: top;
}
.videoBorder,
.multiBorder {
    position: relative;
    margin: 10px auto 20px auto;
}
.videoBorder {
    aspect-ratio: 16 / 9.5;
    max-width: 800px;
}
.multiBorder {
    width: 100%;
}
.videoBorder iframe,
.videoBorder embed,
.videoBorder video,
.multiBorder iframe,
.multiBorder embed,
.multiBorder video {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.videoBorder iframe,
.videoBorder embed,
.videoBorder video {
    position: absolute;
    border: 4px solid var(--themeOneBg);
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.multiBorder iframe,
.multiBorder embed,
.multiBorder video {
    border: 0px;
}
.lazyBackground {
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
}
.lazyBackground.visible {
    opacity: 1;
    transition: opacity 0.4s ease;
}
/* ----- Phone Numbers CSS ----- */
.phoneLink {
    display: none;
}
.isMobile .phoneLink.phoneLinkMobile {
    display: inline-block;
}
.isDesktop .phoneLink.phoneLinkDesktop {
    display: inline-block;
}
/* ----- Slider CSS ----- */
.rslides {
    width: 100%;
    height: 100%;
    position: relative;
}
.rslides .slider {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.rslides::after {
    content: '';
    width: 100%;
    height: 0px;
    position: relative;
    z-index: 1;
    clear: both;
    display: block;
    float: none;
}
/* ----- Scrolling CSS ----- */
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}
.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 0px;
}
.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    width: 95%;
}
.nbs-flexisel-ul > .nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
}
.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
    margin: 10px 0px;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    position: absolute;
    z-index: 9;
    margin: 0px;
    padding: 0px;
    width: 20px;
    cursor: pointer;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.nbs-flexisel-nav-left {
    left: 0px;
}
.nbs-flexisel-nav-right {
    right: 0px;
}
.nbs-flexisel-nav-left::before,
.nbs-flexisel-nav-right::before {
    font-family: 'fontello';
}
.nbs-flexisel-nav-left::before {
    content: '\e80e';
}
.nbs-flexisel-nav-right::before {
    content: '\e810';
}
.nbs-flexisel-nav-left.disabled,
.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
/* ----- Back to Top/Bottom CSS ----- */
#Scroller {
    position: fixed;
    z-index: 9999;
    width: 60px;
    height: 60px;
    text-align: center;
    place-items: center;
    border-radius: 50%;
    right: 5px;
    bottom: 110px;
    display: none;
    opacity: 0.7;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    --progress: 0%;
    background: conic-gradient(var(--themeOneBg) var(--progress), var(--themeTwoBg) var(--progress));
    transition: all 0.5s linear;
    font-size: 0px;
}
#Scroller:hover {
    opacity: 1;
    transition: all 0.5s linear;
}
#Scroller span {
    font: 400 12px/20px var(--siteFont);
    background: rgba(255, 255, 255, 1);
    position: absolute;
    z-index: -1;
    padding: 0px 15px 0px 10px;
    opacity: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px 0px 0px 5px;
    transition: all 0.2s linear;
}
#Scroller:hover span {
    right: 95%;
    opacity: 1;
    transition: all 0.2s linear;
}
#Scroller a {
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
#Scroller a::before {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    font-family: 'fontello';
    transform: translate(-50%, -50%);
    font-size: 16px;
}
#Scroller.scrollUp a::before {
    content: '\e80f';
}
#Scroller.scrollDown a::before {
    content: '\e80d';
}
/*----- Default CSS -----*/
#Container {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: clip;
}
/*----- Sticky Header -----*/
.stickyHeader {
    width: 100%;
    z-index: 999;
    top: 0px;
}
.stickyHeader,
.stickyHeader.stickyAnimate {
    transition: all 0.5s ease;
}
/*----- Sticky Header -----*/
.parallax {
    background-size: cover;
    will-change: background-position;
    transform: translateZ(0);
    backface-visibility: hidden;
}
@media screen and (max-width: 1200px) {
    .theme-L,
    .theme-R {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    #Scroller {
        display: none;
    }
}
