/*
*
* Preloader
*/
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: transparent;
    top: 0;
    left: 0;
}

.preloader .loader {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-43%);
    transform: translateY(-43%);
    text-align: center;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.preloader .loader .box {
    width: 100%;
    height: 100%;
    background: #df9e5d;
    -webkit-animation: animate .5s linear infinite;
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

.preloader .loader .shadow {
    width: 100%;
    height: 5px;
    background: #2c2c2c;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    -webkit-animation: shadow .5s linear infinite;
    animation: shadow .5s linear infinite;
}

.preloader::before,
.preloader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    z-index: -1;
    background: #fff;
    -webkit-transition: .9s;
    transition: .9s;
}

.preloader::after {
    left: auto;
    right: 0;
}

.preloader.preloader-deactivate {
    visibility: hidden;
}

.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
    width: 0;
}

.preloader.preloader-deactivate .loader {
    opacity: 0;
    visibility: hidden;
}

@-webkit-keyframes loader {
    0% {
        left: -100px;
    }

    100% {
        left: 110%;
    }
}

@keyframes loader {
    0% {
        left: -100px;
    }

    100% {
        left: 110%;
    }
}

@-webkit-keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}

@-webkit-keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}

@keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}

body:not(.page-template-fullwidth-content) .site-content {
    margin-top: 0px;
    margin-bottom: 0px;
}

body.category .site-content,
body.archive .site-content,
body.tags .site-content,
body.single .site-content,
body.search .site-content,
body.blog .site-content,
body.error404 .site-content {
    margin-top: 40px;
    margin-bottom: 40px;
}

section.justify-center .elementor-container {
    justify-content: center;
}

.footer-contact a {
    color: #d0d0d0;
}

.header-contact a {
    color: #9B9B9B;
}

.footer-contact a:hover,
.header-contact a:hover {
    color: #df9e5d;
}

.mobile-menu {
    margin: 0px !important;
}

header .jet-sticky-section--stuck .logo-main img.jet-logo__img {
    width: 175px;
}

/** @section Dividers */
.line {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.line:after,
.line:before {
    background-color: #4c4c4c;
    content: "";
    height: 1px;
    flex-grow: 1;
    top: 25px;
}

.line>* {
    flex-shrink: 0;
}

.line:before {
    margin-right: 0.3em;
}

.line:after {
    margin-left: 0.3em;
}

@media (min-width: 768px) {
    .line:before {
        margin-right: 1em;
    }

    .line:after {
        margin-left: 1em;
    }
}

@media (min-width: 1200px) {
    .line:before {
        margin-right: 1.5em;
    }

    .line:after {
        margin-left: 1.5em;
    }
}

.line1:after,
.line1:before {
    background-color: #d0d0d0;
}

.line2:after,
.line2:before {
    background-color: #4c4c4c;
}

.text-center {
    text-align: center;
}

.text-primary {
    color: #df9e5d !important;
}

/** @section Forms */

*+.form-button {
    margin-top: 20px;
}

input:-webkit-autofill~label,
input:-webkit-autofill~.form-validation {
    color: #000 !important;
}

.form-wrap {
    position: relative;
}

.form-wrap.has-error .form-input {
    border-color: #f5543f;
}

.form-wrap.has-focus .form-input {
    border-color: #323232;
}

.form-wrap+* {
    margin-top: 20px;
}

textarea.form-input,
input.form-input {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #9b9b9b;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #d0d0d0;
}

textarea.form-input:focus,
input.form-input:focus {
    outline: 0;
}

textarea.form-input {
    height: 189px;
    min-height: 50px;
    max-height: 321px;
    resize: vertical;
}

.recaptcha div {
    display: block;
    transform-origin: 0 0;
}

.recaptcha iframe {
    display: block;
}

.form-label,
.form-label-outside {
    margin-bottom: 0;
    color: #9b9b9b;
    font-weight: 400;
}

.form-label {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    pointer-events: none;
    text-align: left;
    z-index: 9;
    transition: .25s;
    will-change: transform;
    transform: translateY(-50%);
}

.form-label.focus {
    opacity: 0;
}

.form-label.auto-fill {
    color: #9b9b9b;
}

.form-label-outside {
    width: 100%;
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    .form-label-outside {
        position: static;
        padding-left: 0;
    }

    .form-label-outside,
    .form-label-outside.focus,
    .form-label-outside.auto-fill {
        transform: none;
    }
}

[data-x-mode='true'] .form-label {
    pointer-events: auto;
}

.form-validation {
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 11;
    margin-top: 2px;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    color: #f5543f;
    transition: .3s;
}

.form-validation-left .form-validation {
    right: auto;
    left: 8px;
}

@media (min-width: 768px) {
    .form-label-outside~.form-validation {
        top: 28px;
    }
}

#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    z-index: 2000;
    visibility: hidden;
    transform: translate3d(-500px, 0, 0);
    transition: .3s all ease;
}

#form-output-global.active {
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
    #form-output-global {
        left: 30px;
    }
}

.form-output {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 2px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.form-output.active {
    opacity: 1;
    visibility: visible;
}

.form-output.error {
    color: #f5543f;
}

.form-output.success {
    color: #98bf44;
}

.wpcf7-spinner {
    display: none;
}

.hover-block-2 p.jet-services__desc:hover {
    color: #fff !important;
}

.hover-block a:hover {
    color: #df9e5d !important;
}

.section2 h4 {
    border-bottom: 3px solid #626262;
    margin-top: 25px;
    padding-bottom: 28px;
}

.section2 a:hover {
    color: #9b9b9b;
}

.section2 p {
    margin-top: 16px;
}

@media (min-width: 768px) {
    .section2 h4 {
        margin-top: 30px;
        padding-bottom: 33px;
    }
}

.blockquote1 .elementor-testimonial-content:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -6px;
    width: 13px;
    height: 14px;
    background: url(../img/quote.png) no-repeat;
}

.blockquote1 .elementor-testimonial-content {
    position: relative;
    padding-top: 40px;
}

.widget_recent_entries a,
.widget_recent_comments a {
    color: #2c2c2c;
}

.comment-navigation,
.posts-list-navigation {
    border: none;
}

.home-image-box p.elementor-image-box-description {
    padding-left: 10px;
    padding-right: 10px;
}

.our-mission figure.jet-testimonials__figure {
    background: #df9e5d;
    width: 153px;
    height: 153px;
    border-radius: 100%;
}

.our-mission figure.jet-testimonials__figure img.jet-testimonials__tag-img {
    height: 100% !important;
    object-fit: contain;
}

.our-mission .jet-testimonials__name {
    text-align: center;
    position: relative;
    width: 370px;
    margin: 0 auto;
}

.our-mission .jet-testimonials__name span:before {
    background-color: #d0d0d0;
    content: "";
    height: 1px;
    position: absolute;
    top: 16px;
    left: 0%;
    right: 80%;
}

.our-mission .jet-testimonials__name span:after {
    background-color: #d0d0d0;
    content: "";
    height: 1px;
    position: absolute;
    top: 16px;
    left: 80%;
    right: 0;
}

.icon-home .elementor-image-box-content h3.elementor-image-box-title {
    margin: 0px;
}

@media (max-width: 767px) {

    body.admin-bar .jet-sticky-section--stuck .mobile-menu .jet-nav.jet-nav--horizontal,
    .jet-sticky-section--stuck .mobile-menu .jet-nav.jet-nav--horizontal {
        top: 68px;
    }

    .mobile-menu .jet-nav.jet-nav--horizontal {
        top: 69px;
    }

    body.admin-bar .mobile-menu .jet-nav.jet-nav--horizontal {
        top: 114px;
    }

    .mobile-menu .jet-nav.jet-nav--horizontal:before {
        display: none !important;
    }

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto,
    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12,
    .col-xxl,
    .col-xxl-auto {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

}

@media (min-width: 768px) and (max-width: 1199px) {

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto,
    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12,
    .col-xxl,
    .col-xxl-auto {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

}