@media (prefers-reduced-motion:no-preference) {
     :root {
        scroll-behavior: auto
    }
}

li,
ul {
    margin: 0;
    padding: 0
}

::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%
}

iframe {
    width: 100%;
    border: 0!important;
    overflow: hidden!important
}

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: .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
}

@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, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(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
}

.topmargin {
    margin-top: 3rem!important
}

.bottommargin {
    margin-bottom: 3rem!important
}

.topmargin-sm {
    margin-top: 2rem!important
}

.bottommargin-sm {
    margin-bottom: 2rem!important
}

.topmargin-lg {
    margin-top: 5rem!important
}

.bottommargin-lg {
    margin-bottom: 5rem!important
}

.border-f5 {
    border-color: #f5f5f5!important
}

.col-padding {
    padding: 4rem
}

.inline-block {
    float: none!important;
    display: inline-block!important
}

.center {
    text-align: center!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
}

.imagescalein {
    display: block;
    overflow: hidden
}

.imagescalein img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.imagescalein img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.imagescalein:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@-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
    }
}

.vertical-middle {
    z-index: 3;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100%;
    justify-content: center;
    flex-flow: column
}

.vertical-middle-overlay {
    position: absolute;
    top: 0;
    left: 0
}

.vertical-middle+.video-wrap {
    z-index: 2!important
}

.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
}

.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 {
    margin-right: 5rem!important
}

.mb-6 {
    margin-bottom: 5rem!important
}

.ms-6 {
    margin-left: 5rem!important
}

.p-6 {
    padding: 5rem!important
}

.pt-6 {
    padding-top: 5rem!important
}

.px-6 {
    padding-right: 5rem!important
}

.pb-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 {
        margin-right: 5rem!important
    }
    .mb-sm-6 {
        margin-bottom: 5rem!important
    }
    .ms-sm-6 {
        margin-left: 5rem!important
    }
    .p-sm-6 {
        padding: 5rem!important
    }
    .pt-sm-6 {
        padding-top: 5rem!important
    }
    .px-sm-6 {
        padding-right: 5rem!important
    }
    .pb-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 {
        margin-right: 5rem!important
    }
    .mb-md-6 {
        margin-bottom: 5rem!important
    }
    .ms-md-6 {
        margin-left: 5rem!important
    }
    .p-md-6 {
        padding: 5rem!important
    }
    .pt-md-6 {
        padding-top: 5rem!important
    }
    .px-md-6 {
        padding-right: 5rem!important
    }
    .pb-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 {
        margin-right: 5rem!important
    }
    .mb-lg-6 {
        margin-bottom: 5rem!important
    }
    .ms-lg-6 {
        margin-left: 5rem!important
    }
    .p-lg-6 {
        padding: 5rem!important
    }
    .pt-lg-6 {
        padding-top: 5rem!important
    }
    .px-lg-6 {
        padding-right: 5rem!important
    }
    .pb-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)
}

[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) {
    .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) {
    .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) {
    .col-mb-lg-30 {
        --col-mb: 30px
    }
    .col-mb-lg-50 {
        --col-mb: 50px
    }
    .col-mb-lg-80 {
        --col-mb: 80px
    }
}

.min-vh-75 {
    min-height: 75vh!important
}

.min-vh-60 {
    min-height: 60vh!important
}

.min-vh-50 {
    min-height: 50vh!important
}

.min-vh-40 {
    min-height: 40vh!important
}

.min-vh-25 {
    min-height: 25vh!important
}

.min-vh-0 {
    min-height: 0!important
}

.vh-75 {
    height: 75vh!important
}

.vh-60 {
    height: 60vh!important
}

.vh-50 {
    height: 50vh!important
}

.vh-40 {
    height: 40vh!important
}

.vh-25 {
    height: 25vh!important
}

.h-60 {
    height: 60%!important
}

.h-40 {
    height: 40%!important
}

@media (min-width:576px) {
    .min-vh-sm-100 {
        min-height: 100vh!important
    }
    .min-vh-sm-75 {
        min-height: 75vh!important
    }
    .min-vh-sm-60 {
        min-height: 60vh!important
    }
    .min-vh-sm-50 {
        min-height: 50vh!important
    }
    .min-vh-sm-40 {
        min-height: 40vh!important
    }
    .min-vh-sm-25 {
        min-height: 25vh!important
    }
    .min-vh-sm-0 {
        min-height: 0!important
    }
    .vh-sm-100 {
        height: 100vh!important
    }
    .vh-sm-75 {
        height: 75vh!important
    }
    .vh-sm-60 {
        height: 60vh!important
    }
    .vh-sm-50 {
        height: 50vh!important
    }
    .vh-sm-40 {
        height: 40vh!important
    }
    .vh-sm-25 {
        height: 25vh!important
    }
    .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) {
    .min-vh-md-100 {
        min-height: 100vh!important
    }
    .min-vh-md-75 {
        min-height: 75vh!important
    }
    .min-vh-md-60 {
        min-height: 60vh!important
    }
    .min-vh-md-50 {
        min-height: 50vh!important
    }
    .min-vh-md-40 {
        min-height: 40vh!important
    }
    .min-vh-md-25 {
        min-height: 25vh!important
    }
    .min-vh-md-0 {
        min-height: 0!important
    }
    .vh-md-100 {
        height: 100vh!important
    }
    .vh-md-75 {
        height: 75vh!important
    }
    .vh-md-60 {
        height: 60vh!important
    }
    .vh-md-50 {
        height: 50vh!important
    }
    .vh-md-40 {
        height: 40vh!important
    }
    .vh-md-25 {
        height: 25vh!important
    }
    .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) {
    .min-vh-lg-100 {
        min-height: 100vh!important
    }
    .min-vh-lg-75 {
        min-height: 75vh!important
    }
    .min-vh-lg-60 {
        min-height: 60vh!important
    }
    .min-vh-lg-50 {
        min-height: 50vh!important
    }
    .min-vh-lg-40 {
        min-height: 40vh!important
    }
    .min-vh-lg-25 {
        min-height: 25vh!important
    }
    .min-vh-lg-0 {
        min-height: 0!important
    }
    .vh-lg-100 {
        height: 100vh!important
    }
    .vh-lg-75 {
        height: 75vh!important
    }
    .vh-lg-60 {
        height: 60vh!important
    }
    .vh-lg-50 {
        height: 50vh!important
    }
    .vh-lg-40 {
        height: 40vh!important
    }
    .vh-lg-25 {
        height: 25vh!important
    }
    .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-absolute {
        position: absolute!important
    }
    .position-sm-sticky {
        position: -webkit-sticky!important;
        position: sticky!important
    }
}

@media (min-width:768px) {
    .position-md-absolute {
        position: absolute!important
    }
    .position-md-sticky {
        position: -webkit-sticky!important;
        position: sticky!important
    }
}

@media (min-width:992px) {
    .position-lg-absolute {
        position: absolute!important
    }
    .position-lg-sticky {
        position: -webkit-sticky!important;
        position: sticky!important
    }
}

.text-size-xs {
    font-size: .875rem!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
}

.section .container+.video-wrap {
    z-index: 1
}

.flex-container a:active,
.flex-container a:focus {
    outline: 0;
    border: none
}

.slider-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
}

.slider-wrap::after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slider-wrap {
    display: block
}

* html .slider-wrap {
    height: 1%
}

.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: .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, .05);
    transition: opacity .25s ease, margin .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, .1);
        transition: height .2s ease 0s, background-color .3s ease 0s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: left, top, transform
    }
    #slider+#header:not(.sticky-header) #header-wrap,
    .no-sticky #header-wrap,
    [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 .4s ease, padding .4s ease, margin .4s ease, opacity .3s ease;
        transition: height .4s ease, padding .4s ease, margin .4s ease, opacity .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, .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: .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: .875rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    justify-content: center;
    align-items: center;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.svg-trigger {
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform .4s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.svg-trigger path {
    fill: none;
    transition: stroke-dasharray .4s, stroke-dashoffset .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 .4s
}

.svg-trigger path:nth-child(3) {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform .4s, stroke-dashoffset .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: .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: .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 .4s ease, padding .4s ease;
        -o-transition: margin .4s ease, padding .4s ease;
        transition: margin .4s ease, padding .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 .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 .3s ease;
        -o-transition: width .3s ease;
        transition: width .3s ease;
        transform: translateX(-50%)
    }
    .style-6 .menu-container>.menu-item:hover>.menu-link::after {
        width: 100%
    }
    #header-trigger {
        display: none
    }
    .overlay-menu:not(.top-search-open) #primary-menu-trigger {
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        pointer-events: auto;
        width: 30px;
        height: 30px;
        line-height: 30px
    }
    .overlay-menu #primary-menu-trigger {
        z-index: 599
    }
    .overlay-menu .primary-menu {
        position: fixed;
        top: 0;
        left: 0;
        padding: 0!important;
        margin: 0!important;
        border: 0!important;
        width: 100%;
        height: 100%;
        height: calc(100vh);
        background-color: rgba(255, 255, 255, .95)
    }
    .overlay-menu .primary-menu {
        opacity: 0!important;
        pointer-events: none;
        z-index: -2;
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
        -webkit-transition: opacity .4s ease, transform .45s ease!important;
        transition: opacity .4s ease, transform .45s ease!important
    }
    .overlay-menu.primary-menu-open .primary-menu {
        opacity: 1!important;
        pointer-events: auto;
        z-index: 499;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity .3s ease, transform .45s ease!important;
        transition: opacity .3s ease, transform .45s ease!important
    }
    .overlay-menu .primary-menu,
    .overlay-menu.primary-menu-open .primary-menu {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity .3s ease!important;
        transition: opacity .3s ease!important
    }
    .overlay-menu .primary-menu>.container {
        max-height: 90%;
        overflow-y: scroll
    }
    .overlay-menu .menu-container {
        display: -ms-flexbox!important;
        display: flex!important;
        flex-direction: column;
        max-width: 250px;
        padding: 0!important;
        margin: 0 auto!important;
        border: 0!important
    }
    .overlay-menu .menu-container>.menu-item>.menu-link {
        font-size: .9375rem
    }
    .overlay-menu .menu-item {
        width: 100%
    }
    .overlay-menu .menu-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0
    }
}

#page-menu {
    position: relative;
    text-shadow: 1px 1px 1px rgba(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, .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, .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, .2)
}

.page-menu-item {
    position: relative
}

.page-menu-item>a {
    display: block;
    position: relative;
    line-height: 22px;
    padding: 11px 14px;
    color: #fff;
    font-size: .875rem
}

.page-menu-item:hover>a {
    background-color: rgba(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 .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .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
}

.body-overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: -1;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.slider-element {
    position: relative;
    width: 100%;
    overflow: hidden
}

.slider-parallax {
    position: relative
}

.slider-parallax,
.slider-parallax .swiper-container {
    visibility: visible;
    -webkit-backface-visibility: hidden
}

.slider-inner {
    position: absolute;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.slider-parallax .slider-inner {
    position: fixed
}

.h-auto .swiper-container,
.h-auto:not(.slider-parallax) .slider-inner,
.min-vh-0 .swiper-container,
.min-vh-0:not(.slider-parallax) .slider-inner {
    position: relative!important;
    height: auto!important
}

@media (min-width:992px) {
    .h-auto .swiper-wrapper,
    .min-vh-0 .swiper-wrapper {
        height: 75vh
    }
}

body:not(.side-header) .slider-parallax .slider-inner {
    left: 0
}

body:not(.stretched) .slider-parallax .slider-inner {
    left: auto
}

.slider-parallax .slider-inner {
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0s linear;
    -webkit-backface-visibility: hidden
}

@media (max-width:991.98px) {
    #slider {
        display: -ms-flexbox!important;
        display: flex!important;
        flex-direction: column;
        justify-content: center
    }
    #slider .slider-inner {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 1;
        align-items: center
    }
}

.swiper_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.swiper_wrapper .swiper-container {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0
}

.section .video-wrap,
.slider-element .video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0
}

.slider-element .container {
    position: relative;
    height: 100%
}

.video-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    direction: ltr
}

.video-wrap video {
    position: relative;
    z-index: 1;
    opacity: 1;
    width: 100%;
    transition: opacity .3s 1s ease
}

body:not(.has-plugin-html5video) .video-wrap video {
    opacity: 0
}

.video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: transparent url(images/grid.png) repeat;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

.slider-arrow-bottom-sm,
.slider-arrow-left,
.slider-arrow-right,
.slider-arrow-top-sm {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 0 3px 3px 0;
    transform: translateY(-50%);
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.slider-arrow-bottom-sm,
.slider-arrow-top-sm {
    top: auto;
    bottom: 57px;
    left: auto;
    right: 20px;
    margin: 0;
    width: 32px;
    height: 32px;
    border-radius: 3px 3px 0 0
}

.slider-arrow-bottom-sm {
    bottom: 20px;
    border-radius: 0 0 3px 3px
}

.slider-arrow-right {
    left: auto;
    right: 0;
    border-radius: 3px 0 0 3px
}

.slider-arrow-bottom-sm i,
.slider-arrow-left i,
.slider-arrow-right i,
.slider-arrow-top-sm i {
    line-height: 50px;
    width: 100%;
    height: 100%;
    color: #ddd;
    color: rgba(255, 255, 255, .8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    font-size: 34px;
    text-align: center;
    transition: color .3s ease-in-out
}

.slider-arrow-bottom-sm i,
.slider-arrow-top-sm i {
    width: 32px;
    height: 32px;
    margin: 0;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    color: rgba(255, 255, 255, 1)
}

.slider-arrow-bottom-sm:hover,
.slider-arrow-left:hover,
.slider-arrow-right:hover,
.slider-arrow-top-sm:hover {
    background-color: rgba(0, 0, 0, .6)!important
}

#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, .1)!important;
    border-bottom: none
}

#page-title.page-title-dark h1 {
    color: rgba(255, 255, 255, .9)!important
}

#page-title.page-title-dark span {
    color: rgba(255, 255, 255, .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
}

.page-title-video {
    background: 0 0;
    position: relative;
    overflow: hidden
}

.page-title-video .container {
    z-index: 5
}

.page-title-video .video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.page-title-video .video-wrap video {
    width: 100%
}

@media (max-width:767.98px) {
    .content-wrap {
        padding-top: 0
    }
    #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
    }
}

#content {
    position: relative;
    background-color: #fff
}

#content p {
    line-height: 1.8
}

.content-wrap {
    position: relative;
    overflow: hidden
}

#content .container {
    position: relative
}

.more-link {
    display: inline-block;
    border-bottom: 1px solid #D8942F;
    padding: 0 2px;
    font-family: 'PT Serif', serif;
    font-style: italic
}

.more-link:hover {
    border-bottom-color: #555
}

.author-image {
    float: left;
    width: 64px;
    height: 64px;
    margin-right: 15px
}

.author-image img {
    width: 64px;
    height: 64px
}

.author-desc {
    position: relative;
    overflow: hidden
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    margin: 5px;
    padding: 8px 22px;
    font-size: .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, .2)
}

body:not(.device-touch) .button {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .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, .2)
}

.button.button-dark:hover {
    background-color: #D8942F
}

.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: .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-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-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, .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, .15);
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.button.button-3d:hover {
    background-color: #D8942F;
    opacity: .9
}

.button.button-3d.button-light:hover {
    text-shadow: none;
    color: #333
}

.button.button-circle {
    border-radius: 20px
}

.button.button-large.button-circle {
    border-radius: 23px
}

.button.button-xlarge.button-circle {
    border-radius: 26px
}

.button:disabled {
    opacity: .65!important;
    pointer-events: none!important
}

.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: -.75rem;
    margin-right: -.75rem
}

.feature-box:first-child {
    margin-top: 0
}

.fbox-icon {
    width: 5.5rem;
    height: 4rem;
    padding: 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 .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: .5rem;
    margin-bottom: 0;
    color: #999
}

.fbox-content-sm h3,
.fbox-content-sm p {
    font-size: .875rem
}

.fbox-content-lg h3 {
    font-size: 1.25rem
}

.fbox-content-lg p {
    font-size: 1.125rem;
    margin-top: .75rem
}

.fbox-sm {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.fbox-sm .fbox-icon {
    width: 3rem;
    height: 2rem;
    padding: 0 .5rem
}

.fbox-sm .fbox-icon i {
    font-size: 1rem;
    line-height: 2rem
}

.fbox-sm .fbox-content {
    padding: 0 .5rem
}

.fbox-lg .fbox-icon {
    width: 7.5rem;
    height: 6rem
}

.fbox-lg .fbox-icon i {
    font-size: 2.5rem;
    line-height: 6rem
}

.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 .fbox-media iframe {
    display: block
}

.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-light {
    background-color: #f5f5f5;
    color: #444;
    text-shadow: 1px 1px 1px #fff;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .2)
}

.i-alt {
    background-image: url(images/icons/iconalt.svg);
    background-position: center center;
    background-size: 100% 100%
}

.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
    }
}

.bg-overlay,
.bg-overlay-bg,
.bg-overlay-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
}

.bg-overlay [data-hover-animate]:not(.animated) {
    opacity: 0
}

.bg-overlay {
    z-index: 5
}

.bg-overlay-content {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 20px
}

.bg-overlay-bg {
    background-color: rgba(255, 255, 255, .85)
}

.bg-overlay-bg.dark,
.dark .bg-overlay-bg {
    background-color: rgba(0, 0, 0, .5)
}

.overlay-trigger-icon {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 .25rem;
    font-size: 1.125rem;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    transition: all .3s ease
}

.overlay-trigger-icon .icon-line-play {
    position: relative;
    left: 2px
}

.overlay-trigger-icon.size-sm {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 .5rem;
    font-size: .875rem
}

.overlay-trigger-icon.size-lg {
    width: 64px;
    height: 64px;
    line-height: 64px;
    margin: 0 .5rem;
    font-size: 1.5rem
}

.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: .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 .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, .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 .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .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, .2)
}

@media (min-width:992px) {
    .content-wrap {
        padding: 80px 0
    }
    .sticky-footer #content,
    .sticky-footer #page-title,
    .sticky-footer #slider:not(.slider-parallax-invisible) {
        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: .875rem;
    line-height: 1.8
}

#copyrights i.footer-icon {
    position: relative;
    top: 1px;
    font-size: .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: .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(.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes stretchdelay {
    0%,
    100%,
    40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.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(.5);
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.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(.5);
        transform: scale(.5);
        opacity: .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(.5);
        transform: scale(.5);
        opacity: .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(.6);
        transform: rotate(180deg) scale(.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: .85
    }
    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: .7
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: .85
    }
    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: .7
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }
    100% {
        opacity: 0
    }
}

@keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .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;
}