@media (prefers-reduced-motion:no-preference) {
     :root {
        scroll-behavior: auto
    }
}

.form-group {
    margin-bottom: 1rem
}

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: .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
}

address,
form,
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
}

.col-padding {
    padding: 4rem
}

.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
}

.font-body {
    font-family: Lato, sans-serif
}

.font-primary {
    font-family: Poppins, sans-serif
}

.font-secondary {
    font-family: 'PT Serif', serif
}

@-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
    }
}

.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-info:hover,
a.h-text-info:hover {
    color: #17a2b8!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-info:hover {
    background-color: #17a2b8!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-info:hover {
    border-color: #17a2b8!important
}

.h-border-dark:hover {
    border-color: #343a40!important
}

.border-transparent,
.h-border-transparent:hover {
    border-color: transparent!important
}

.rounded-4 {
    border-radius: .4rem!important
}

.rounded-5 {
    border-radius: .5rem!important
}

.rounded-6 {
    border-radius: .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
}

.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
}

.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
    }
    .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
    }
    .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
    }
    .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: 50vh!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
    }
}

.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
}

.section .container {
    z-index: 2
}

.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%
}

.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,
    [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)
    }
    #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
    }
}

#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
    }
}

.slider-element {
    position: relative;
    width: 100%;
    overflow: hidden
}

@media (max-width:991.98px) {
    #slider {
        display: -ms-flexbox!important;
        display: flex!important;
        flex-direction: column;
        justify-content: center
    }
}

.slider-element .container {
    position: relative;
    height: 100%
}

.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-top-sm {
    top: auto;
    bottom: 57px;
    left: auto;
    right: 20px;
    margin: 0;
    width: 32px;
    height: 32px;
    border-radius: 3px 3px 0 0
}

.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-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-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-center {
    text-align: center
}

#page-title.page-title-center span {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

@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)
    }
}

#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
}

.post-navigation+.line {
    margin-top: 50px
}

.author-image {
    float: left;
    width: 64px;
    height: 64px;
    margin-right: 15px
}

.author-image img {
    width: 64px;
    height: 64px
}

.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: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 i {
    position: relative;
    margin-right: 5px;
    width: 16px;
    text-align: center
}

.button.text-end i {
    margin: 0 0 0 5px
}

.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: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-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-circle {
    border-radius: 20px
}

.button.button-large.button-circle {
    border-radius: 23px
}

.button.disabled,
.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
}

.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, .3);
    cursor: pointer;
    font-style: normal
}

body:not(.device-touch) .i-rounded {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.i-rounded {
    width: 52px!important;
    height: 52px!important;
    line-height: 52px!important;
    background-color: #444;
    border-radius: 3px
}

.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, .3);
    box-shadow: 0 0 0 rgba(0, 0, 0, .2)
}

.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
}

.team,
.team-image {
    position: relative
}

.team-image img,
.team-image>a {
    display: block;
    width: 100%
}

.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
    }
}

.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ddd;
    border-radius: 0!important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s
}

.sm-form-control:focus {
    border-color: #aaa;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sm-form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.sm-form-control:-ms-input-placeholder {
    color: #999
}

.sm-form-control::-webkit-input-placeholder {
    color: #999
}

.sm-form-control[disabled],
.sm-form-control[readonly] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

.sm-form-control {
    height: auto
}

.form-control {
    border-radius: 3px
}

.form-control:active,
.form-control:focus {
    border-color: #999;
    box-shadow: none
}

.gmap {
    position: relative;
    width: 100%;
    height: 450px
}

.gmap img {
    max-width: none!important
}

.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
}

#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
}

.form-process {
    display: block;
    width: 100%;
    height: 100%;
    background: center center no-repeat #fff
}

.form-process {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: transparent
}

.form-process::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .7;
    z-index: -1
}

#footer {
    position: relative;
    background-color: #eee;
    border-top: 5px solid rgba(0, 0, 0, .2)
}

@media (min-width:992px) {
    .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
}

.widget {
    position: relative;
    margin-top: 50px
}

.widget p {
    line-height: 1.7
}

.widget:first-child {
    margin-top: 0
}

.widget>h4 {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase
}

.widget_links li,
.widget_links ul,
.widget_meta li,
.widget_meta ul,
.widget_nav_menu li,
.widget_nav_menu ul {
    list-style: none;
    margin: 0
}

.widget_links li,
.widget_meta li,
.widget_nav_menu li {
    display: flex;
    padding: 4px 0;
    font-size: 15px
}

.widget_links:not(.widget-li-noicon) li::before,
.widget_meta:not(.widget-li-noicon) li::before,
.widget_nav_menu:not(.widget-li-noicon) li::before {
    content: "\e7a5";
    font-family: font-icons;
    display: inline-block;
    position: relative;
    top: 1px;
    left: 0
}

.widget_links li a,
.widget_meta li a,
.widget_nav_menu li a {
    display: inline-block;
    padding: 0 3px 0 12px;
    border: none!important;
    color: #444
}

.widget_links li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover {
    color: #000
}

.widget_links>ul>li:first-child,
.widget_meta>ul>li:first-child,
.widget_nav_menu>ul>li:first-child {
    border-top: 0!important
}

.widget_links>ul,
.widget_meta>ul,
.widget_nav_menu>ul {
    margin-top: -4px!important
}

.widget_links ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul {
    margin-left: 15px
}

#template-contactform {
    position: relative
}

.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
}

.css3-spinner,
.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
}

.css3-spinner {
    position: absolute;
    z-index: auto;
    background-color: transparent
}

.css3-spinner>div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: 13px;
    width: 18px;
    height: 18px;
    background-color: #ddd;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-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)
    }
}

.css3-spinner>.css3-spinner-scaler {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: scaleout 1s infinite ease-in-out;
    animation: scaleout 1s infinite ease-in-out
}

@-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;
    color: #fff;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    z-index: 1000
}

.phone-icon i {
    font-size: 24px
}

.phone-icon:hover {
    background-color: #218838;
    cursor: pointer
}