.menu-horizontal>li>a,
.menu-horizontal>li>.modal-instance>a {
    font-weight: 400
}

html {
    scroll-behavior: smooth
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto
    }
}

@media(max-width: 767px) {
    .about-image {
        max-width: 300px
    }
}


a.show-cursor:hover {
    cursor: pointer
}

a.white {
    color: rgba(255, 255, 255, 0.95)
}

ol {
    list-style-position: inside;
}

.preloader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #070a0d;
    z-index: 999999
}

#preloader {
    position: fixed;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #070a0d;
    z-index: 999999
}

#preloader-status {
    display: table-cell;
    vertical-align: middle
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 3px solid rgba(255, 255, 255, .15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.loader span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -3px;
    left: -3px;
    border: 3px solid transparent;
    border-top: 3px solid rgba(255, 255, 255, .75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.contactform-displaynone {
    display: none
}

.contactform-opacitynone {
    opacity: 0;
    pointer-events: none
}

.no-underline {
    text-decoration: none
}

.alert-message {
    padding: 10px;
    margin-bottom: 25px;
    text-align: center
}

.no-a-style {
    font-weight: 400!important;
    text-decoration: none
}

.pt-7 {
    padding-top: 7em
}

.mb--6 {
    margin-bottom: -6em!important
}

@media (max-width:767px) {
    .pt-7 {
        padding-top: 5em
    }
    .mb--6 {
        margin-bottom: -4em!important
    }
}

.lead-sm {
    font-size: 1.2em!important
}

.image-maxheight {
    max-height: 300px
}

.text-maxwidth {
    max-width: 300px;
    display: block;
}

.text-lead {
    font-size: 1.2em;
    line-height: 1.75em
}

.color--primary--fade {
    color: #c7514691!important
}

.mobile-store-badge {
    width: 175px
}

section.testimonials {
    padding-top: 4em!important;
    padding-bottom: 4em!important
}

@media(max-width:1400px) {
    .img-mobile {
        max-height: 450px
    }
}

@media(max-height:1000px) {
    .img-mobile {
        max-height: 450px
    }
}

.img-mobile {
    max-width: 450px
}
