@media (prefers-reduced-motion: no-preference) {
     :root {
        scroll-behavior: auto;
    }
}

li,
ul {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

::selection {
    background: #d8942f;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #d8942f;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #d8942f;
    color: #fff;
    text-shadow: none;
}

:active,
:focus {
    outline: 0 !important;
}

body {
    line-height: 1.5;
    color: #555;
    font-family: Lato, sans-serif;
}

a {
    text-decoration: none !important;
    color: #d8942f;
}

a:hover {
    color: #222;
}

a img {
    border: none;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: Poppins, sans-serif;
}

h5,
h6 {
    margin-bottom: 20px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 0.875rem;
}

h6 {
    font-size: 12px;
}

h4 {
    font-weight: 600;
}

h5,
h6 {
    font-weight: 700;
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 1.75rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1.25rem;
    }
    h4 {
        font-size: 1rem;
    }
}

h1>span:not(.nocolor):not(.badge),
h2>span:not(.nocolor):not(.badge),
h3>span:not(.nocolor):not(.badge),
h4>span:not(.nocolor):not(.badge),
h5>span:not(.nocolor):not(.badge),
h6>span:not(.nocolor):not(.badge) {
    color: #d8942f;
}

p,
ul {
    margin-bottom: 30px;
}

small {
    font-family: Lato, sans-serif;
}

@media (max-width: 1200px) {
    .display-1 {
        font-size: calc(1.725rem + 5.7vw);
    }
    .display-2 {
        font-size: calc(1.675rem + 5.1vw);
    }
    .display-3 {
        font-size: calc(1.575rem + 3.9vw);
    }
    .display-4 {
        font-size: calc(1.475rem + 2.7vw);
    }
}

#wrapper {
    position: relative;
    float: none;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    body:not(.stretched) #wrapper {
        max-width: 1200px;
    }
}

@media (min-width: 1440px) {
    body:not(.stretched) #wrapper {
        max-width: 1440px;
    }
}

.line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 4rem 0;
    border-top: 1px solid #eee;
}

.line.line-sm {
    margin: 2rem 0;
}

.nott {
    text-transform: none !important;
}

.bottommargin {
    margin-bottom: 3rem !important;
}

.bottommargin-sm {
    margin-bottom: 2rem !important;
}

.bottommargin-lg {
    margin-bottom: 5rem !important;
}

.border-f5 {
    border-color: #f5f5f5 !important;
}

.col-padding {
    padding: 4rem;
}

.center {
    text-align: center !important;
}

.mx-auto {
    float: none !important;
}

.bg-color,
.bg-color #header-wrap {
    background-color: #d8942f !important;
}

.color {
    color: #d8942f !important;
}

.border-color {
    border-color: #d8942f !important;
}

.ls0 {
    letter-spacing: 0 !important;
}

.ls1 {
    letter-spacing: 1px !important;
}

.ls2 {
    letter-spacing: 2px !important;
}

.ls3 {
    letter-spacing: 3px !important;
}

.ls4 {
    letter-spacing: 4px !important;
}

.ls5 {
    letter-spacing: 5px !important;
}

.font-body {
    font-family: Lato, sans-serif;
}

.font-primary {
    font-family: Poppins, sans-serif;
}

.font-secondary {
    font-family: "PT Serif", serif;
}

.fw-semibold {
    font-weight: 600 !important;
}

@-webkit-keyframes BgAnimated {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 400px;
    }
}

@-moz-keyframes BgAnimated {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 400px;
    }
}

@-ms-keyframes BgAnimated {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 400px;
    }
}

@-o-keyframes BgAnimated {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 400px;
    }
}

@keyframes BgAnimated {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 400px;
    }
}

.overflow-visible {
    overflow: visible !important;
}

.h-text-color:hover,
a.h-text-color:hover {
    color: #d8942f !important;
}

.h-text-primary:hover,
a.h-text-primary:hover {
    color: #007bff !important;
}

.h-text-secondary:hover,
a.h-text-secondary:hover {
    color: #6c757d !important;
}

.h-text-light:hover,
a.h-text-light:hover {
    color: #f8f9fa !important;
}

.h-text-dark:hover,
a.h-text-dark:hover {
    color: #343a40 !important;
}

.h-bg-color:hover {
    background-color: #d8942f !important;
}

.h-bg-primary:hover {
    background-color: #007bff !important;
}

.h-bg-secondary:hover {
    background-color: #6c757d !important;
}

.h-bg-light:hover {
    background-color: #f8f9fa !important;
}

.h-bg-dark:hover {
    background-color: #343a40 !important;
}

.border-width-0,
.h-border-width-0:hover {
    border-width: 0 !important;
}

.border-width-1,
.h-border-width-1:hover {
    border-width: 1px !important;
}

.border-width-2,
.h-border-width-2:hover {
    border-width: 2px !important;
}

.border-width-3,
.h-border-width-3:hover {
    border-width: 3px !important;
}

.border-width-4,
.h-border-width-4:hover {
    border-width: 4px !important;
}

.border-width-5,
.h-border-width-5:hover {
    border-width: 5px !important;
}

.border-width-6,
.h-border-width-6:hover {
    border-width: 6px !important;
}

.h-border-primary:hover {
    border-color: #007bff !important;
}

.h-border-secondary:hover {
    border-color: #6c757d !important;
}

.h-border-light:hover {
    border-color: #f8f9fa !important;
}

.h-border-dark:hover {
    border-color: #343a40 !important;
}

.border-transparent,
.h-border-transparent:hover {
    border-color: transparent !important;
}

.rounded-4 {
    border-radius: 0.4rem !important;
}

.rounded-5 {
    border-radius: 0.5rem !important;
}

.rounded-6 {
    border-radius: 0.6rem !important;
}

.h-scale-sm:hover,
.scale-sm {
    transform: scale(1.025) !important;
}

.h-scale:hover,
.scale {
    transform: scale(1.05) !important;
}

.h-scale-lg:hover,
.scale-lg {
    transform: scale(1.1) !important;
}

.z-1 {
    z-index: 1 !important;
}

.z-2 {
    z-index: 2 !important;
}

.z-3 {
    z-index: 3 !important;
}

.z-4 {
    z-index: 4 !important;
}

.z-5 {
    z-index: 5 !important;
}

.z-6 {
    z-index: 6 !important;
}

.z-7 {
    z-index: 7 !important;
}

.z-8 {
    z-index: 8 !important;
}

.z-9 {
    z-index: 9 !important;
}

.z-10 {
    z-index: 10 !important;
}

.z-auto {
    z-index: auto !important;
}

.m-6 {
    margin: 5rem !important;
}

.mt-6 {
    margin-top: 5rem !important;
}

.me-6,
.mx-6 {
    margin-right: 5rem !important;
}

.mb-6 {
    margin-bottom: 5rem !important;
}

.ms-6,
.mx-6 {
    margin-left: 5rem !important;
}

.p-6 {
    padding: 5rem !important;
}

.pt-6,
.py-6 {
    padding-top: 5rem !important;
}

.px-6 {
    padding-right: 5rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 5rem !important;
}

.px-6 {
    padding-left: 5rem !important;
}

@media (min-width: 576px) {
    .m-sm-6 {
        margin: 5rem !important;
    }
    .mt-sm-6 {
        margin-top: 5rem !important;
    }
    .me-sm-6,
    .mx-sm-6 {
        margin-right: 5rem !important;
    }
    .mb-sm-6 {
        margin-bottom: 5rem !important;
    }
    .ms-sm-6,
    .mx-sm-6 {
        margin-left: 5rem !important;
    }
    .p-sm-6 {
        padding: 5rem !important;
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 5rem !important;
    }
    .px-sm-6 {
        padding-right: 5rem !important;
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 5rem !important;
    }
    .px-sm-6 {
        padding-left: 5rem !important;
    }
}

@media (min-width: 768px) {
    .m-md-6 {
        margin: 5rem !important;
    }
    .mt-md-6 {
        margin-top: 5rem !important;
    }
    .me-md-6,
    .mx-md-6 {
        margin-right: 5rem !important;
    }
    .mb-md-6 {
        margin-bottom: 5rem !important;
    }
    .ms-md-6,
    .mx-md-6 {
        margin-left: 5rem !important;
    }
    .p-md-6 {
        padding: 5rem !important;
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 5rem !important;
    }
    .px-md-6 {
        padding-right: 5rem !important;
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 5rem !important;
    }
    .px-md-6 {
        padding-left: 5rem !important;
    }
}

@media (min-width: 992px) {
    .m-lg-6 {
        margin: 5rem !important;
    }
    .mt-lg-6 {
        margin-top: 5rem !important;
    }
    .me-lg-6,
    .mx-lg-6 {
        margin-right: 5rem !important;
    }
    .mb-lg-6 {
        margin-bottom: 5rem !important;
    }
    .ms-lg-6,
    .mx-lg-6 {
        margin-left: 5rem !important;
    }
    .p-lg-6 {
        padding: 5rem !important;
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 5rem !important;
    }
    .px-lg-6 {
        padding-right: 5rem !important;
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 5rem !important;
    }
    .px-lg-6 {
        padding-left: 5rem !important;
    }
}

[class*="col-"]:not([class*="sticky-"]):not([class*="position-"]) {
    position: relative;
}

.col-1-5 {
    flex: 0 0 auto;
    width: 20%;
}

@media (min-width: 576px) {
    .col-sm-1-5 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-1-5 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-1-5 {
        flex: 0 0 auto;
        width: 20%;
    }
}

[class*="gutter-"] {
    --custom-gutter: var(--bs-gutter-x);
    margin-right: calc(var(--custom-gutter) / -2);
    margin-left: calc(var(--custom-gutter) / -2);
    margin-top: calc(var(--custom-gutter) * -1);
}

[class*="gutter-"]>.col,
[class*="gutter-"]>[class*="col-"] {
    padding-right: calc(var(--custom-gutter) / 2);
    padding-left: calc(var(--custom-gutter) / 2);
    margin-top: var(--custom-gutter);
}

.gutter-10 {
    --custom-gutter: 10px;
}

.gutter-20 {
    --custom-gutter: 20px;
}

.gutter-30 {
    --custom-gutter: 30px;
}

.gutter-40 {
    --custom-gutter: 40px;
}

.gutter-50 {
    --custom-gutter: 50px;
}

[class*="col-mb-"] {
    margin-bottom: calc(var(--col-mb) / -1);
}

[class*="col-mb-"]>.col,
[class*="col-mb-"]>[class*="col-"] {
    padding-bottom: var(--col-mb);
}

.col-mb-30 {
    --col-mb: 30px;
}

.col-mb-50 {
    --col-mb: 50px;
}

.col-mb-80 {
    --col-mb: 80px;
}

@media (min-width: 576px) {
    .gutter-sm-10 {
        --custom-gutter: 10px;
    }
    .gutter-sm-20 {
        --custom-gutter: 20px;
    }
    .gutter-sm-30 {
        --custom-gutter: 30px;
    }
    .gutter-sm-40 {
        --custom-gutter: 40px;
    }
    .gutter-sm-50 {
        --custom-gutter: 50px;
    }
    .col-mb-sm-30 {
        --col-mb: 30px;
    }
    .col-mb-sm-50 {
        --col-mb: 50px;
    }
    .col-mb-sm-80 {
        --col-mb: 80px;
    }
}

@media (min-width: 768px) {
    .gutter-md-10 {
        --custom-gutter: 10px;
    }
    .gutter-md-20 {
        --custom-gutter: 20px;
    }
    .gutter-md-30 {
        --custom-gutter: 30px;
    }
    .gutter-md-40 {
        --custom-gutter: 40px;
    }
    .gutter-md-50 {
        --custom-gutter: 50px;
    }
    .col-mb-md-30 {
        --col-mb: 30px;
    }
    .col-mb-md-50 {
        --col-mb: 50px;
    }
    .col-mb-md-80 {
        --col-mb: 80px;
    }
}

@media (min-width: 992px) {
    .gutter-lg-10 {
        --custom-gutter: 10px;
    }
    .gutter-lg-20 {
        --custom-gutter: 20px;
    }
    .gutter-lg-30 {
        --custom-gutter: 30px;
    }
    .gutter-lg-40 {
        --custom-gutter: 40px;
    }
    .gutter-lg-50 {
        --custom-gutter: 50px;
    }
    .col-mb-lg-30 {
        --col-mb: 30px;
    }
    .col-mb-lg-50 {
        --col-mb: 50px;
    }
    .col-mb-lg-80 {
        --col-mb: 80px;
    }
}

.h-60 {
    height: 60% !important;
}

.h-40 {
    height: 40% !important;
}

@media (min-width: 576px) {
    .h-sm-100 {
        height: 100% !important;
    }
    .h-sm-75 {
        height: 75% !important;
    }
    .h-sm-60 {
        height: 60% !important;
    }
    .h-sm-50 {
        height: 50% !important;
    }
    .h-sm-40 {
        height: 40% !important;
    }
    .h-sm-25 {
        height: 25% !important;
    }
    .h-sm-auto {
        height: auto !important;
    }
}

@media (min-width: 768px) {
    .h-md-100 {
        height: 100% !important;
    }
    .h-md-75 {
        height: 75% !important;
    }
    .h-md-60 {
        height: 60% !important;
    }
    .h-md-50 {
        height: 50% !important;
    }
    .h-md-40 {
        height: 40% !important;
    }
    .h-md-25 {
        height: 25% !important;
    }
    .h-md-auto {
        height: auto !important;
    }
}

@media (min-width: 992px) {
    .h-lg-100 {
        height: 100% !important;
    }
    .h-lg-75 {
        height: 75% !important;
    }
    .h-lg-60 {
        height: 60% !important;
    }
    .h-lg-50 {
        height: 50% !important;
    }
    .h-lg-40 {
        height: 40% !important;
    }
    .h-lg-25 {
        height: 25% !important;
    }
    .h-lg-auto {
        height: auto !important;
    }
}

@media (min-width: 576px) {
    .position-sm-relative {
        position: relative !important;
    }
    .position-sm-absolute {
        position: absolute !important;
    }
    .position-sm-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }
}

@media (min-width: 768px) {
    .position-md-relative {
        position: relative !important;
    }
    .position-md-absolute {
        position: absolute !important;
    }
    .position-md-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }
}

@media (min-width: 992px) {
    .position-lg-relative {
        position: relative !important;
    }
    .position-lg-absolute {
        position: absolute !important;
    }
    .position-lg-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }
}

.text-size-sm {
    font-size: 1rem !important;
}

.text-size-md {
    font-size: 1.5rem !important;
}

.text-size-lg {
    font-size: 2rem !important;
}

.section {
    position: relative;
    width: 100%;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #f9f9f9;
    overflow: hidden;
}

.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
    will-change: auto;
}

.section .container {
    z-index: 2;
}

.flex-container a:active,
.flex-container a:focus {
    outline: 0;
    border: none;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.top-links {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
    .top-links {
        border-bottom: 0;
    }
}

.top-links-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
}

.top-links-item {
    position: relative;
    border-left: 1px solid #eee;
}

.top-links-item:first-child {
    border-left: 0 !important;
}

.top-links-item>a {
    display: block;
    padding: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
}

.top-links-item>a>i {
    vertical-align: top;
}

.top-links-item>a>i:first-child {
    margin-right: 3px;
}

.top-links-item:hover {
    background-color: #eee;
}

.top-links-section {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    list-style: none;
    z-index: -1;
    line-height: 1.5;
    background: #fff;
    border: 0;
    top: 100%;
    left: -1px;
    width: 140px;
    margin-top: 10px;
    border: 1px solid #eee;
    border-top-color: #d8942f;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
    transition: opacity 0.25s ease, margin 0.2s ease;
}

.top-links:not(.on-click) .top-links-item:hover>.top-links-section {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    pointer-events: auto;
    z-index: 499;
}

.top-links-section {
    padding: 25px;
    left: 0;
    width: 280px;
}

#header {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
}

#header-wrap {
    position: relative;
    background-color: #fff;
    width: 100%;
}

.header-wrap-clone {
    display: none;
}

.header-row {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    #header-wrap {
        position: fixed;
        height: auto;
        z-index: 299;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
        transition: height 0.2s ease 0s, background-color 0.3s ease 0s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: left, top, transform;
    }
    [data-sticky-offset]:not([data-sticky-offset="full"]):not(.sticky-header) #header-wrap,
    body:not(.stretched) #header:not(.sticky-header) #header-wrap,
    div+#header-wrap {
        position: absolute;
    }
    .header-wrap-clone {
        display: block;
        height: calc(100px + 1px);
    }
    .header-size-sm .header-wrap-clone {
        height: calc(60px + 1px);
    }
    .header-size-md .header-wrap-clone {
        height: calc(80px + 1px);
    }
    .header-size-lg .header-wrap-clone {
        height: calc(120px + 1px);
    }
    .header-row {
        position: initial;
    }
    #header.transparent-header,
    #header.transparent-header:not(.sticky-header) #header-wrap {
        background: 0 0;
        border-bottom: 1px solid transparent;
        z-index: 299;
    }
    #header+.include-header {
        margin-top: calc(-100px - 2px);
        display: inline-block;
        vertical-align: bottom;
        width: 100%;
    }
    #header.header-size-sm+.include-header {
        margin-top: calc(-60px - 2px);
    }
    #header.header-size-md+.include-header {
        margin-top: calc(-80px - 2px);
    }
    #header.header-size-lg+.include-header {
        margin-top: calc(-120px - 2px);
    }
    #header.transparent-header+.page-title-parallax.include-header .container {
        z-index: 5;
        padding-top: 100px;
    }
    #logo img {
        -webkit-transition: height 0.4s ease, padding 0.4s ease, margin 0.4s ease, opacity 0.3s ease;
        transition: height 0.4s ease, padding 0.4s ease, margin 0.4s ease, opacity 0.3s ease;
    }
    #logo img {
        max-height: 100%;
    }
    .sticky-header #header-wrap {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .sticky-header .style-3 .menu-container>.menu-item>.menu-link {
        margin: 0;
        border-radius: 0;
    }
    .sticky-header .style-4 .menu-container>.menu-item>.menu-link {
        padding-top: 8px;
        padding-bottom: 8px;
        margin: 10px 0;
    }
    .sticky-header-shrink .style-5 .menu-container>.menu-item {
        margin-left: 2px;
    }
    .sticky-header-shrink .style-5 .menu-container>.menu-item:first-child {
        margin-left: 0;
    }
    .sticky-header-shrink .style-5 .menu-container>.menu-item>.menu-link {
        line-height: 22px;
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .sticky-header-shrink .style-5 .menu-container>.menu-item>.menu-link>div {
        padding: 0;
    }
    .sticky-header-shrink .style-5 .menu-container>.menu-item>.menu-link i:not(.icon-angle-down) {
        display: inline-block;
        width: 16px;
        top: -1px;
        margin: 0 6px 0 0;
        font-size: 0.875rem;
        line-height: 22px;
    }
}

@media (max-width: 991.98px) {
    .sticky-header #header-wrap {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 299;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .sticky-header .header-wrap-clone {
        display: block;
    }
    .sticky-header .menu-container {
        max-height: 60vh;
        margin: 1rem 0;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

#logo {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    margin-right: auto;
    max-height: 100%;
}

#logo a {
    width: 100%;
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 36px;
}

#logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: 100px;
}

.header-size-sm #header-wrap #logo img {
    height: 60px;
}

.header-size-md #header-wrap #logo img {
    height: 80px;
}

.header-size-lg #header-wrap #logo img {
    height: 120px;
}

#logo a.standard-logo {
    display: -ms-flexbox;
    display: flex;
}

#logo a.retina-logo {
    display: none;
}

@media (min-width: 992px) {
    .sticky-header-shrink #header-wrap #logo img {
        height: 60px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #logo a.standard-logo {
        display: none;
    }
    #logo a.retina-logo {
        display: -ms-flexbox;
        display: flex;
    }
}

.primary-menu {
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.primary-menu+.primary-menu {
    border-top: 1px solid #eee;
}

#page-menu-trigger,
#primary-menu-trigger {
    display: -ms-flex;
    display: flex;
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
    cursor: pointer;
    font-size: 0.875rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    justify-content: center;
    align-items: center;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.svg-trigger {
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.4s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.svg-trigger path {
    fill: none;
    transition: stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
    stroke: #333;
    stroke-width: 5;
    stroke-linecap: round;
}

.svg-trigger path:nth-child(1) {
    stroke-dasharray: 40 160;
}

.svg-trigger path:nth-child(2) {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 0.4s;
}

.svg-trigger path:nth-child(3) {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 0.4s, stroke-dashoffset 0.4s;
}

.primary-menu-open .svg-trigger {
    transform: rotate(45deg);
}

.primary-menu-open .svg-trigger path:nth-child(1),
.primary-menu-open .svg-trigger path:nth-child(3) {
    stroke-dashoffset: -64px;
}

.primary-menu-open .svg-trigger path:nth-child(2) {
    transform: rotate(90deg);
}

.menu-container {
    display: none;
    list-style: none;
    margin: 0;
    width: 100%;
}

.menu-item {
    position: relative;
}

.menu-item:not(:first-child) {
    border-top: 1px solid #eee;
}

.menu-link {
    display: block;
    line-height: 22px;
    padding: 14px 5px;
    color: #444;
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
}

.menu-link span {
    display: none;
}

.menu-link i {
    position: relative;
    top: -1px;
    font-size: 0.875rem;
    width: 16px;
    text-align: center;
    margin-right: 6px;
    vertical-align: top;
}

.menu-item:hover>.menu-link {
    color: #d8942f;
}

@media (max-width: 991.98px) {
    .primary-menu {
        max-width: 100%;
    }
    .primary-menu>.container {
        max-width: none;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .primary-menu {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .primary-menu+.primary-menu {
        border-top: 0;
    }
    #page-menu-trigger,
    #primary-menu-trigger {
        display: none;
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
    .menu-container:not(.mobile-primary-menu) {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
    }
    .menu-container>.menu-item:not(:first-child) {
        margin-left: 2px;
    }
    .menu-item:not(:first-child) {
        border-top: 0;
    }
    .menu-link {
        padding: 39px 15px;
        -webkit-transition: margin 0.4s ease, padding 0.4s ease;
        -o-transition: margin 0.4s ease, padding 0.4s ease;
        transition: margin 0.4s ease, padding 0.4s ease;
    }
    .header-size-sm .menu-container>.menu-item>.menu-link {
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .header-size-md .menu-container>.menu-item>.menu-link {
        padding-top: 29px;
        padding-bottom: 29px;
    }
    .header-size-lg .menu-container>.menu-item>.menu-link {
        padding-top: 49px;
        padding-bottom: 49px;
    }
    .sticky-header-shrink .menu-container>.menu-item>.menu-link {
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .style-2 #logo {
        margin-right: 1.5rem;
    }
    .style-2 .primary-menu {
        margin-right: auto;
    }
    .style-2.menu-center .primary-menu {
        margin-right: auto;
        margin-left: auto;
    }
    .style-3 .menu-container>.menu-item>.menu-link {
        margin: 28px 0;
        padding-top: 11px;
        padding-bottom: 11px;
        border-radius: 2px;
    }
    .style-3 .menu-container>.menu-item:hover>.menu-link {
        color: #444;
        background-color: #f5f5f5;
    }
    .style-4 .menu-container>.menu-item>.menu-link {
        margin: 28px 0;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 2px;
        border: 1px solid transparent;
    }
    .style-4 .menu-container>.menu-item:hover>.menu-link {
        border-color: #d8942f;
    }
    .style-5 .menu-container {
        padding-right: 10px;
        margin-right: 5px;
        border-right: 1px solid #eee;
    }
    .style-5 .menu-container>.menu-item:not(:first-child) {
        margin-left: 15px;
    }
    .style-5 .menu-container>.menu-item>.menu-link {
        padding-top: 27px;
        padding-bottom: 27px;
        line-height: 1;
    }
    .style-5 .menu-container>.menu-item>.menu-link i:not(.icon-angle-down) {
        display: block;
        width: auto;
        margin: 0 0 12px;
        font-size: 20px;
        line-height: 1;
        transition: all 0.3s ease;
    }
    .style-6 .menu-container>.menu-item>.menu-link {
        position: relative;
    }
    .style-6 .menu-container>.menu-item>.menu-link::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        height: 2px;
        width: 0;
        border-top: 2px solid #d8942f;
        -webkit-transition: width 0.3s ease;
        -o-transition: width 0.3s ease;
        transition: width 0.3s ease;
        transform: translateX(-50%);
    }
    .style-6 .menu-container>.menu-item:hover>.menu-link::after {
        width: 100%;
    }
    #header-trigger {
        display: none;
    }
}

#page-menu {
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#page-menu-wrap {
    position: absolute;
    z-index: 199;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #d8942f;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

#page-menu.sticky-page-menu #page-menu-wrap {
    position: fixed;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

#page-menu-trigger {
    opacity: 1;
    pointer-events: auto;
    top: 0;
    margin-top: 0;
    left: auto;
    right: 15px;
    width: 40px;
    height: 44px;
    line-height: 44px;
    color: #fff;
}

.page-menu-open #page-menu-trigger {
    background-color: rgba(0, 0, 0, 0.2);
}

.page-menu-row {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-menu-title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    margin-right: auto;
}

.page-menu-title span {
    font-weight: 700;
}

.page-menu-nav {
    display: none;
    position: absolute;
    width: 200px;
    top: 100%;
    left: auto;
    right: 0;
    height: auto;
    background-color: #d8942f;
}

#page-menu.page-menu-open .page-menu-nav {
    display: block;
}

.page-menu-nav .page-menu-container {
    margin: 0;
    list-style: none;
    background-color: rgba(0, 0, 0, 0.2);
}

.page-menu-item {
    position: relative;
}

.page-menu-item>a {
    display: block;
    position: relative;
    line-height: 22px;
    padding: 11px 14px;
    color: #fff;
    font-size: 0.875rem;
}

.page-menu-item:hover>a {
    background-color: rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
    .page-menu-nav {
        display: -ms-flex;
        display: flex;
        position: relative;
        width: auto;
        top: 0;
        left: 0;
        background-color: transparent !important;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .page-menu-nav .page-menu-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        list-style: none;
        background-color: transparent;
    }
    .page-menu-item>a {
        margin: 10px 4px;
        padding-top: 3px;
        padding-bottom: 3px;
        border-radius: 14px;
    }
    body:not(.device-touch) .page-menu-item>a {
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}

.one-page-arrow {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    font-size: 32px;
    text-align: center;
    color: #222;
}

.h-auto .swiper-container {
    position: relative !important;
    height: auto !important;
}

@media (min-width: 992px) {
    .h-auto .swiper-wrapper {
        height: 75vh;
    }
}

.swiper_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.swiper_wrapper .swiper-container {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
}

#page-title {
    position: relative;
    padding: 4rem 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee;
}

#page-title .container {
    position: relative;
}

#page-title h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
    font-size: 2rem;
    text-transform: uppercase;
}

#page-title span {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    font-size: 1.125rem;
}

#page-title.page-title-dark {
    background-color: #333;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) !important;
    border-bottom: none;
}

#page-title.page-title-dark h1 {
    color: rgba(255, 255, 255, 0.9) !important;
}

#page-title.page-title-dark span {
    color: rgba(255, 255, 255, 0.7) !important;
}

.page-title-right {
    text-align: right;
}

.page-title-center {
    text-align: center;
}

#page-title.page-title-center span {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-title-pattern {
    background-image: url(images/pattern.png);
    background-repeat: repeat;
    background-attachment: fixed;
}

.page-title-parallax {
    padding: 100px 0;
    text-shadow: none;
    border-bottom: none;
}

#page-title.page-title-parallax h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
}

#page-title.page-title-parallax span {
    font-size: 1.25rem;
}

.page-title-parallax {
    background-color: transparent;
    background-image: url(images/parallax/parallax-bg.jpg);
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
    #page-title {
        padding: 2rem 0;
        text-align: center;
    }
    #page-title h1 {
        line-height: 1.5;
        font-size: calc(1rem + 2vw);
    }
    .page-title-parallax span {
        font-size: 1rem;
    }
    #page-title #portfolio-navigation {
        position: relative;
        top: 0;
        left: 0;
        margin: 15px auto 0;
    }
}

#content {
    position: relative;
    background-color: #fff;
}

#content p {
    line-height: 1.8;
}

.content-wrap {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

#content .container {
    position: relative;
}

.portfolio,
.portfolio-item {
    position: relative;
}

.portfolio-rounded .portfolio-image {
    border-radius: 5px;
    overflow: hidden;
}

body:not(.device-touch) .portfolio {
    -webkit-transition: height 0.4s linear;
    -o-transition: height 0.4s linear;
    transition: height 0.4s linear;
}

.portfolio-item .portfolio-image {
    position: relative;
    overflow: hidden;
}

.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image img,
.portfolio-item .portfolio-image>a {
    display: block;
    width: 100%;
    height: auto;
}

.portfolio-desc {
    position: relative;
    z-index: 6;
    padding: 20px 5px;
}

.portfolio-desc h3 {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
}

.portfolio-desc h3 a {
    color: #222;
}

.portfolio-desc h3 a:hover {
    color: #d8942f;
}

.portfolio-desc span {
    display: block;
}

.portfolio-desc span,
.portfolio-desc span a {
    color: #888;
}

.portfolio-desc span a:hover {
    color: #000;
}

.desc-lg .portfolio-desc {
    padding: 20px 8px;
}

.desc-lg .portfolio-desc h3 {
    font-size: 1.5rem;
}

.desc-lg .portfolio-desc span {
    font-size: 110%;
}

.desc-sm .portfolio-desc {
    padding: 15px 5px;
}

.desc-sm .portfolio-desc h3 {
    font-size: 1rem;
}

.desc-sm .portfolio-desc span {
    font-size: 90%;
}

.col-md-9 .portfolio-desc h3 {
    font-size: 1.125rem;
}

.col-md-9 .portfolio-desc span {
    font-size: 0.875rem;
}

.portfolio-parallax .portfolio-image {
    height: 60vh;
    background-attachment: fixed;
}

@media (min-width: 992px) {
    .portfolio-parallax .portfolio-image {
        height: 500px;
    }
}

.portfolio-meta {
    list-style: none;
    font-size: 0.875rem;
}

.portfolio-meta li {
    margin: 10px 0;
    color: #666;
}

.portfolio-meta li:first-child {
    margin-top: 0;
}

.portfolio-meta li span {
    display: inline-block;
    width: 150px;
    font-weight: 700;
    color: #333;
}

.portfolio-meta li span i {
    position: relative;
    top: 1px;
    width: 14px;
    text-align: center;
    margin-right: 7px;
}

#portfolio-navigation {
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    max-width: 96px;
    height: 24px;
    margin-top: -12px;
}

.page-title-right #portfolio-navigation {
    left: 10px;
    right: auto;
}

.page-title-center #portfolio-navigation {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px auto 0;
}

#portfolio-navigation a {
    display: block;
    float: left;
    margin-left: 12px;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #444;
    transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
}

.page-title-dark #portfolio-navigation a {
    color: #eee;
}

.page-title-parallax #portfolio-navigation a {
    color: #fff;
}

#portfolio-navigation a i {
    position: relative;
    top: -1px;
    font-size: 1.5rem;
    line-height: 1;
}

#portfolio-navigation a:first-child {
    margin-left: 0;
}

#portfolio-navigation a:hover {
    color: #d8942f;
}

.author-image {
    float: left;
    width: 64px;
    height: 64px;
    margin-right: 15px;
}

.author-image img {
    width: 64px;
    height: 64px;
}

.author-desc {
    position: relative;
    overflow: hidden;
}

.shop {
    position: relative;
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    margin: 5px;
    padding: 8px 22px;
    font-size: 0.875rem;
    line-height: 24px;
    background-color: #d8942f;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

body:not(.device-touch) .button {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.button.button-dark {
    background-color: #444;
}

.button.button-light {
    background-color: #eee;
    color: #333;
    text-shadow: none !important;
}

.button:hover {
    background-color: #444;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button.button-dark:hover {
    background-color: #d8942f;
}

.button.button-small {
    padding: 7px 17px;
    font-size: 12px;
    line-height: 20px;
}

.button.button-large {
    padding: 8px 26px;
    font-size: 1rem;
    line-height: 30px;
}

.button.button-xlarge {
    padding: 9px 32px;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 34px;
}

.button.button-desc {
    text-align: left;
    padding: 24px 34px;
    font-size: 1.25rem;
    height: auto;
    line-height: 1;
    font-family: Poppins, sans-serif;
}

.button.button-desc span {
    display: block;
    margin-top: 10px;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "PT Serif", serif;
    font-style: italic;
    text-transform: none;
}

.button i {
    position: relative;
    margin-right: 5px;
    width: 16px;
    text-align: center;
}

.button.text-end i {
    margin: 0 0 0 5px;
}

.button-small i {
    margin-right: 4px;
}

.button-small.text-end i {
    margin: 0 0 0 4px;
}

.button-xlarge i {
    margin-right: 8px;
}

.button-xlarge.text-end i {
    margin: 0 0 0 8px;
}

.button.button-desc i {
    font-size: 48px;
    width: 48px;
    text-align: center;
    margin-right: 12px;
}

.button.button-desc.text-end i {
    margin: 0 0 0 12px;
}

.button.button-desc div {
    display: inline-block;
}

.button.button-rounded {
    border-radius: 3px;
}

.button.button-border {
    border: 2px solid #444;
    background-color: transparent;
    color: #333;
    font-weight: 700;
    text-shadow: none;
}

.button.button-border.button-desc {
    line-height: 1;
}

.button.button-border:not(.button-fill):hover {
    background-color: #444;
    color: #fff;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button.button-border.button-light {
    border-color: #fff;
    color: #fff;
}

.button.button-border.button-light:hover {
    background-color: #fff;
    color: #333;
    text-shadow: none;
}

.button.button-3d {
    border-radius: 3px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.button.button-3d:hover {
    background-color: #d8942f;
    opacity: 0.9;
}

.button.button-3d.button-light:hover {
    text-shadow: none;
    color: #333;
}

.button.button-circle {
    border-radius: 20px;
}

.button.button-small.button-circle {
    border-radius: 17px;
}

.button.button-large.button-circle {
    border-radius: 23px;
}

.button.button-xlarge.button-circle {
    border-radius: 26px;
}

.button:disabled {
    opacity: 0.65 !important;
    pointer-events: none !important;
}

.button-black:not(.button-border) {
    background-color: #111 !important;
}

.button-3d.button-black:hover,
.button-border.button-black:hover {
    background-color: #111 !important;
}

.button-border.button-black {
    color: #111;
    border-color: #111;
}

.button-white:not(.button-border) {
    background-color: #f9f9f9 !important;
}

.button-3d.button-white:hover {
    background-color: #f9f9f9 !important;
}

.feature-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.feature-box:first-child {
    margin-top: 0;
}

.fbox-icon {
    width: 5.5rem;
    height: 4rem;
    padding: 0 0.75rem;
}

.fbox-icon a,
.fbox-icon i,
.fbox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
}

.fbox-icon i,
.fbox-icon img {
    border-radius: 50%;
    background-color: #d8942f;
}

.fbox-icon i {
    font-style: normal;
    font-size: 1.75rem;
    line-height: 4rem;
    text-align: center;
}

.fbox-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding: 0 0.75rem;
}

.fbox-content h3 {
    font-size: 1rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #333;
}

.fbox-content p {
    margin-top: 0.5rem;
    margin-bottom: 0;
    color: #999;
}

.fbox-content-sm h3,
.fbox-content-sm p {
    font-size: 0.875rem;
}

.fbox-content-lg h3 {
    font-size: 1.25rem;
}

.fbox-content-lg p {
    font-size: 1.125rem;
    margin-top: 0.75rem;
}

.fbox-sm {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.fbox-sm .fbox-icon {
    width: 3rem;
    height: 2rem;
    padding: 0 0.5rem;
}

.fbox-sm .fbox-icon i {
    font-size: 1rem;
    line-height: 2rem;
}

.fbox-sm .fbox-content {
    padding: 0 0.5rem;
}

.fbox-lg .fbox-icon {
    width: 7.5rem;
    height: 6rem;
}

.fbox-lg .fbox-icon i {
    font-size: 2.5rem;
    line-height: 6rem;
}

.fbox-rounded .fbox-icon {
    border-radius: 3px !important;
}

.fbox-rounded .fbox-icon i,
.fbox-rounded .fbox-icon img {
    border-radius: 3px !important;
}

.fbox-rounded.fbox-lg .fbox-icon {
    border-radius: 4px !important;
}

.fbox-rounded.fbox-lg .fbox-icon i,
.fbox-rounded.fbox-lg .fbox-icon img {
    border-radius: 4px !important;
}

.fbox-light .fbox-icon i,
.fbox-light .fbox-icon img {
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    color: #444;
}

.fbox-dark .fbox-icon i,
.fbox-dark .fbox-icon img {
    background-color: #333;
}

.fbox-border .fbox-icon a {
    border: 1px solid #d8942f;
    border-radius: 50%;
}

.fbox-border .fbox-icon i,
.fbox-border .fbox-icon img {
    border: none;
    background-color: transparent !important;
    color: #d8942f;
}

.fbox-border.fbox-light .fbox-icon a {
    border-color: #e5e5e5;
}

.fbox-border.fbox-light .fbox-icon i,
.fbox-border.fbox-light .fbox-icon img {
    color: #888;
}

.fbox-border.fbox-dark .fbox-icon a {
    border-color: #333;
}

.fbox-border.fbox-dark .fbox-icon i,
.fbox-border.fbox-dark .fbox-icon img {
    color: #444;
}

.fbox-center {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.fbox-center .fbox-icon {
    margin-bottom: 1.5rem;
}

.fbox-center .fbox-content {
    -ms-flex-preferred-size: auto;
}

.fbox-content+.fbox-icon {
    margin-top: 1.5rem;
    margin-bottom: 0 !important;
}

.fbox-bg.fbox-center {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
    padding: 0 2rem 2rem;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.fbox-bg.fbox-center .fbox-icon {
    margin-top: -2rem;
}

.fbox-bg.fbox-center .fbox-icon {
    background-color: #fff;
}

.fbox-bg.fbox-center.fbox-lg {
    margin-top: 3rem;
}

.fbox-bg.fbox-center.fbox-lg .fbox-icon {
    margin-top: -3rem;
}

.media-box {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    -ms-flex-direction: column;
    flex-direction: column;
}

.media-box .fbox-media {
    margin: 0 0 1.5rem;
}

.media-box .fbox-media,
.media-box .fbox-media a,
.media-box .fbox-media img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.media-box p {
    margin-top: 1rem;
}

.media-box .fbox-content {
    -ms-flex-preferred-size: auto;
}

.media-box.fbox-bg .fbox-media {
    margin: 0;
}

.media-box.fbox-bg .fbox-content {
    padding: 1.5rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.media-box.fbox-bg .fbox-media img {
    border-radius: 5px 5px 0 0;
}

.i-rounded {
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-style: normal;
}

body:not(.device-touch) .i-rounded {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.i-rounded {
    width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
    background-color: #444;
    border-radius: 3px;
}

.i-light {
    background-color: #f5f5f5;
    color: #444;
    text-shadow: 1px 1px 1px #fff;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
}

.i-alt {
    background-image: url(images/icons/iconalt.svg);
    background-position: center center;
    background-size: 100% 100%;
}

.i-rounded:hover {
    background-color: #d8942f;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.i-small.i-rounded {
    margin: 4px 11px 7px 0;
    font-size: 0.875rem;
}

.i-small.i-rounded {
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
}

.i-large.i-rounded {
    margin: 4px 11px 7px 0;
    font-size: 42px;
}

.i-large.i-rounded {
    width: 64px !important;
    height: 64px !important;
    line-height: 64px !important;
}

.i-xlarge.i-rounded {
    margin: 4px 11px 7px 0;
    font-size: 56px;
}

.i-xlarge.i-rounded {
    width: 84px !important;
    height: 84px !important;
    line-height: 84px !important;
}

.tabs {
    position: relative;
    margin: 0 0 30px 0;
}

.tab-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    border-bottom: 1px solid #ddd;
    list-style: none;
}

.tab-nav li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-left: 0;
    height: 41px;
    text-align: center;
}

.tabs-justify .tab-nav li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tab-nav li:first-child {
    border-left: 1px solid #ddd;
}

.tab-nav li a {
    display: block;
    padding: 0 15px;
    color: #444;
    height: 40px;
    line-height: 40px;
    background-color: #f2f2f2;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .tab-nav li a {
        font-size: 0.875rem;
    }
}

.tabs-alt .tab-nav li {
    border-color: transparent;
}

.tabs-alt .tab-nav li:first-child {
    border-left: 0;
}

.tabs-alt .tab-nav li a {
    background-color: #fff;
}

.tab-nav.tab-nav2 {
    border-bottom: 0;
    padding: 0;
}

.tab-nav.tab-nav2 li {
    border: 0;
    margin-left: 10px;
}

.tab-nav.tab-nav2 li:first-child {
    margin-left: 0;
    border-left: 0;
}

.tab-nav.tab-nav2 li a {
    background-color: #f5f5f5;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.tab-nav-lg {
    margin-bottom: 20px;
    list-style: none;
}

.tab-nav-lg li {
    position: relative;
    text-align: center;
    padding: 1rem;
}

.tab-nav-lg li a {
    display: inline-block;
    color: #444;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tab-nav.tab-nav-lg li i {
    display: block;
    font-size: 28px;
    margin: 0 0 7px;
}

.tab-container {
    position: relative;
    padding: 20px 0 0;
}

.tabs .tab-content:not(:first-child) {
    display: none;
}

.tab-nav i {
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.team,
.team-image {
    position: relative;
}

.team-image img,
.team-image>a {
    display: block;
    width: 100%;
}

.team-desc {
    text-align: center;
}

.team-desc.team-desc-bg {
    background-color: #fff;
    padding: 10px 0 30px;
}

.team-title {
    position: relative;
    padding-top: 20px;
}

.team-title h4 {
    display: block;
    margin-bottom: 0;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.team-title span {
    display: block;
    color: #d8942f;
    font-weight: 400;
    font-family: "PT Serif", serif;
    font-style: italic;
    font-size: 1rem;
    margin-top: 5px;
}

.team-content {
    margin-top: 1rem;
    color: #777;
}

.team-content p:last-child {
    margin-bottom: 0;
}

.team.center .team-title::after {
    left: 50%;
    margin-left: -40px;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.title-block {
    padding: 2px 0 3px 20px;
    border-left: 7px solid #d8942f;
    margin-bottom: 30px;
}

.title-block-right {
    padding: 2px 20px 3px 0;
    border-left: 0;
    border-right: 7px solid #d8942f;
    text-align: right;
}

.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4 {
    margin-bottom: 0;
}

.title-block>span {
    display: block;
    margin-top: 4px;
    color: #555;
    font-weight: 300;
}

.title-block h1+span,
.title-block h2+span {
    font-size: 1.25rem;
}

.title-block h3+span {
    font-size: 1.125rem;
}

.title-block h4+span {
    font-size: 0.9375px;
}

.heading-block {
    margin-bottom: 50px;
}

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4 {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
}

.heading-block h1 {
    font-size: 32px;
}

.heading-block h2 {
    font-size: 30px;
}

.heading-block h3 {
    font-size: 1.75rem;
}

.heading-block h4 {
    font-size: 1.25rem;
    font-weight: 700;
}

.heading-block>span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
}

.center .heading-block>span,
.heading-block.center>span,
.heading-block.text-center>span,
.text-center .heading-block>span {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .text-md-start .heading-block>span {
        max-width: none !important;
    }
}

.heading-block h1+span {
    font-size: 1.5rem;
}

.heading-block h2+span {
    font-size: 1.25rem;
}

.heading-block h3+span,
.heading-block h4+span {
    font-size: 1.25rem;
}

.heading-block::after {
    content: "";
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;
}

.center .heading-block::after,
.heading-block.center::after,
.heading-block.text-center::after,
.text-center .heading-block::after {
    margin: 30px auto 0;
}

@media (min-width: 768px) {
    .text-md-start .heading-block::after {
        margin-left: 0 !important;
    }
}

.heading-block.text-end,
.heading-block.title-right,
.text-end .heading-block {
    direction: rtl;
}

.heading-block.border-0::after,
.heading-block.border-bottom-0::after {
    display: none;
}

.heading-block.border-color::after {
    border-color: #d8942f;
}

.title-border::after,
.title-border::before {
    border-top-width: 1px;
    border-top-style: solid;
}

.title-border-color::after,
.title-border-color::before {
    border-top: 1px solid #d8942f !important;
}

.title-center::before {
    display: block;
}

.title-right::before {
    display: block;
}

.title-right::after {
    display: none;
}

.title-bottom-border::after,
.title-bottom-border::before {
    display: none;
}

.title-bottom-border h1,
.title-bottom-border h2,
.title-bottom-border h3,
.title-bottom-border h4,
.title-bottom-border h5,
.title-bottom-border h6 {
    width: 100%;
    padding: 0 0 0.75rem;
    border-bottom: 2px solid #d8942f;
}

@media (max-width: 767.98px) {
    .title-block h1+span {
        font-size: 18px;
    }
    .title-block h2+span {
        font-size: 17px;
    }
    .title-block h3+span {
        font-size: 15px;
    }
    .title-block h4+span {
        font-size: 13px;
    }
    .heading-block h1 {
        font-size: 30px;
    }
    .heading-block h2 {
        font-size: 26px;
    }
    .heading-block h3 {
        font-size: 22px;
    }
    .heading-block h4 {
        font-size: 19px;
    }
    .heading-block h1+span {
        font-size: 20px;
    }
    .heading-block h2+span {
        font-size: 18px;
    }
    .heading-block h3+span,
    .heading-block h4+span {
        font-size: 17px;
    }
}

#gotoTop {
    display: none;
    z-index: 599;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 1.25rem;
    line-height: 36px;
    text-align: center;
    color: #fff;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
    transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
}

.stretched #gotoTop {
    bottom: 30px;
}

#gotoTop:hover {
    background-color: #d8942f;
}

#footer {
    position: relative;
    background-color: #eee;
    border-top: 5px solid rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
    .tab-nav {
        padding: 0 15px;
    }
    .sticky-footer #content,
    .sticky-footer #page-title {
        z-index: 2;
    }
    .sticky-footer #content {
        transform: translate3d(0, 0, 0);
    }
    .sticky-footer #footer {
        position: sticky;
        top: auto;
        bottom: 0;
        left: 0;
    }
}

#copyrights {
    padding: 40px 0;
    background-color: #ddd;
    font-size: 0.875rem;
    line-height: 1.8;
}

#copyrights i.footer-icon {
    position: relative;
    top: 1px;
    font-size: 0.875rem;
    width: 14px;
    text-align: center;
    margin-right: 3px;
}

.copyright-links a {
    display: inline-block;
    margin: 0 3px;
    color: #333;
    border-bottom: 1px dotted #444;
}

.copyright-links a:hover {
    color: #555;
    border-bottom: 1px solid #666;
}

.copyrights-menu {
    margin-bottom: 10px;
}

.copyrights-menu a {
    font-size: 0.875rem;
    margin: 0 10px;
    border-bottom: 0 !important;
}

#copyrights a:first-child {
    margin-left: 0;
}

#copyrights.text-end a:last-child {
    margin-right: 0;
}

.footer-logo {
    display: block;
    margin-bottom: 30px;
}

.page-link,
.page-link:focus,
.page-link:hover {
    color: #d8942f;
}

.img-circle {
    border-radius: 50% !important;
}

.page-link:focus,
.page-link:hover {
    color: #fff !important;
    background-color: #d8942f !important;
    border-color: #d8942f !important;
}

.stretched #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
}

.page-transition #wrapper {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.page-transition-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    background-color: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-perspective: 1000;
}

@-webkit-keyframes bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@-webkit-keyframes cssspinnerbounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes cssspinnerbounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes stretchdelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes stretchdelay {
    0%,
    100%,
    40% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@-webkit-keyframes ballrotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ballrotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }
    34% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }
    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }
    34% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }
    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }
    34% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }
    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }
    34% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }
    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px);
    }
    66% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px);
    }
    66% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px);
    }
    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px);
    }
    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
    }
    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
    }
    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0.85;
    }
    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0.85;
    }
    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        opacity: 0;
    }
}

@keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeInDownSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInRightSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeOutDownSmall {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
}

@keyframes fadeOutDownSmall {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
}

@-webkit-keyframes fadeOutLeftSmall {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes fadeOutLeftSmall {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@-webkit-keyframes fadeOutRightSmall {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
}

@keyframes fadeOutRightSmall {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
}

@-webkit-keyframes fadeOutUpSmall {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

@keyframes fadeOutUpSmall {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

.phone-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #28a745;
    /* Green background */
    color: white;
    /* White icon */
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.phone-icon i {
    font-size: 24px;
    /* Icon size */
}

.phone-icon:hover {
    background-color: #218838;
    /* Darker green on hover */
    cursor: pointer;
}