﻿

/* ==========================================================================
   section title style - begin
   ========================================================================== */
.qodef-section-title-holder .qodef-label .qodef-label-line {
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    width: 40px;
    background-color: #54C6C6;
}

.qodef-section-title-holder .qodef-label .qodef-label-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #110729;
    padding-left: 15px;
    font-weight: 600;
}
.ds .qodef-section-title-holder .qodef-label .qodef-label-text {
    color: #ffffff;
}

.qodef-section-title-holder .qodef-st-title {
    display: block;
    margin: 0;
    position: relative;
    z-index: 1;
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 800;
}

.qodef-section-title-holder .qodef-st-background-text {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 100px;
    line-height: 1em;
    color: #ededed;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: 1s .2s cubic-bezier(.89,.14,.25,1);
    -moz-transition: 1s .2s cubic-bezier(.89,.14,.25,1);
    transition: 1s .2s cubic-bezier(.89,.14,.25,1);
}

.qodef-section-title-holder .qodef-st-background-text.qodef-item-appear, .qodef-single-image-holder.qodef-image-behavior-custom-link .qodef-si-inner a:hover:after {
    opacity: 1;
}

.qodef-section-title-holder .qodef-st-text {
    display: block;
    margin: 14px 0 0;
    position: relative;
    z-index: 1;
    font-size: 14px;
}
/* ==========================================================================
   section title style - end
   ========================================================================== */

/* ==========================================================================
   Button shortcode style - begin
   ========================================================================== */

.qodef-btn {
    position: relative;
    width: auto;
    margin: 0;
    font-family: inherit;
    font-size: 12px;
    line-height: 2em;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    outline: 0;
    box-sizing: border-box;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 17px 0px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

    .qodef-btn.qodef-btn-outline {
        color: #110729;
        background-color: transparent;
        border: 1px solid #e1e1e1;
    }

    .qodef-btn.qodef-btn-icon > i, .qodef-btn.qodef-btn-icon > span:not(.qodef-btn-text) {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 16px;
        font-size: 1.142857142857143em;
        line-height: inherit;
        -webkit-transition: padding .2s ease-in-out;
        -moz-transition: padding .2s ease-in-out;
        transition: padding .2s ease-in-out;
        overflow: hidden;
    }

        .qodef-btn.qodef-btn-icon > i:before, .qodef-btn.qodef-btn-icon > span:not(.qodef-btn-text):before {
            display: block;
            line-height: inherit;
        }

.arrow_right {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

    .arrow_right:before {
        content: "\f178";
        top: -2px;
        position: relative;
    }

.qodef-btn.qodef-btn-icon:hover > span:not(.qodef-btn-text):before {
    -webkit-animation: moveArrow 1s;
    -moz-animation: moveArrow 1s;
    animation: moveArrow 1s;
}

@@keyframes moveArrow {
    0% {
        -webkit-transform: translateX(0px) scale(1);
        -moz-transform: translateX(0px) scale(1);
        transform: translateX(0px) scale(1);
    }

    25% {
        -webkit-transform: translateX(13px) scale(0.9);
        -moz-transform: translateX(13px) scale(0.9);
        transform: translateX(13px) scale(0.9);
    }

    26% {
        -webkit-transform: translateX(-13px) scale(0.9);
        -moz-transform: translateX(-13px) scale(0.9);
        transform: translateX(-13px) scale(0.9);
    }

    55% {
        -webkit-transform: translateX(0px) scale(1);
        -moz-transform: translateX(0px) scale(1);
        transform: translateX(0px) scale(1);
    }
}
/* ==========================================================================
   Button shortcode style - end
   ========================================================================== */


.qodef-iwt .qodef-iwt-title-text {
    font-size: 19px;
    line-height: 1.23em;
    font-weight: 700;
}
.qodef-iwt .qodef-iwt-text {
    margin: 20px 0 0;
    position: relative;
    z-index: 1;
    font-size: 14px;
}
.qodef-iwt .qodef-iwt-title {
    text-align: center;
}
.qodef-iwt .qodef-iwt-icon {
    text-align: center;
    position: relative;
    z-index: 1;
}
.qodef-iwt.qodef-iwt-icon-top .qodef-iwt-background-text {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #f6f6f6;
    font-size: 120px;
    margin-top: -15px;
    position: absolute;
    top: 0;
    left: 50%;
    line-height: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: 1s .2s cubic-bezier(.89,.14,.25,1);
    -moz-transition: 1s .2s cubic-bezier(.89,.14,.25,1);
    transition: 1s .2s cubic-bezier(.89,.14,.25,1);
}
.qodef-iwt .qodef-iwt-background-text.qodef-item-appear {
    opacity: 1;
}
span.form-errors {
    color:#f00!important;
}

@keyframes moveArrow {
    0% {
        -webkit-transform: translateX(0px) scale(1);
        -moz-transform: translateX(0px) scale(1);
        transform: translateX(0px) scale(1);
    }

    25% {
        -webkit-transform: translateX(13px) scale(0.9);
        -moz-transform: translateX(13px) scale(0.9);
        transform: translateX(13px) scale(0.9);
    }

    26% {
        -webkit-transform: translateX(-13px) scale(0.9);
        -moz-transform: translateX(-13px) scale(0.9);
        transform: translateX(-13px) scale(0.9);
    }

    55% {
        -webkit-transform: translateX(0px) scale(1);
        -moz-transform: translateX(0px) scale(1);
        transform: translateX(0px) scale(1);
    }
}

.grecaptcha-badge {
    display: none !important;
}