@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}


/***** custom animate ******/
@-webkit-keyframes fadeUpLeft {
    from {
        opacity: 0;
        width: 80%;
        -webkit-transform: translate3d(0px, 50px, 0);
        transform: translate3d(0px, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeUpLeft {
    from {
        opacity: 0;
        width: 70%;
        -webkit-transform: translate3d(0px, 50px, 0);
        transform: translate3d(0px, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeUpLeft {
    -webkit-animation-name: fadeUpLeft;
    animation-name: fadeUpLeft;
}

@media (print), (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

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

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, .8);
    border-radius: .2rem
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    background-color: #71dd8a
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: none
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
    z-index: 1
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
    z-index: 1
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after {
    margin-left: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
    margin-left: -1px
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus ~ .custom-file-control::before {
    border-color: #80bdff
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar > .container, .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group > .card:only-child {
        border-radius: .25rem
    }

    .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus, .badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus, .list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-logo-red-color {
    color: var(--logo-red-color) !important;
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}

.text-muted {
    color: #6c757d !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

/*# sourceMappingURL=bootstrap.min.css.map */


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont-1.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}


/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* fixme: rename choose_slider_items to animated-slider or something */

.choose_slider_items li {
    position: relative;
    list-style: none;
    display: none;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.choose_slider_items .previous_hidden {
    display: block;
    transform: scale(0.6, 0.6);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    opacity: 0.0;
    position: absolute;
    top: 40px;
    left: -5px;
    z-index: 0;
}

.choose_slider_items .next_hidden {
    display: block;
    transform: scale(0.6, 0.6);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    opacity: 0.0;
    position: absolute;
    top: 40px;
    left: 525px;
    z-index: 0;
}

.choose_slider_items .previous_item {
    display: block;
    transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    position: absolute;
    top: 40px;
    left: 95px;
    z-index: 0;
}

.choose_slider_items .next_item {
    display: block;
    transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    opacity: 0.65;
    position: absolute;
    top: 10px;
    left: 290px;
    z-index: 0;
}


.choose_slider_items .previous_item_2 {
    display: block;
    transform: scale(0.6, 0.6);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    position: absolute;
    top: 40px;
    left: -5px;
    z-index: 0;
}

.choose_slider_items .next_item_2 {
    display: block;
    transform: scale(0.6, 0.6);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    opacity: 0.35;
    position: absolute;
    top: 40px;
    left: 305px;
    z-index: 0;
}


.choose_slider_items .current_item {
    display: block;
    position: absolute;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    top: 0;
    left: 262px;
    z-index: 2;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Typography
# Normalize
# Accessibility
# Globals
# Alignments
# Clearings
# Posts and pages
# Captions
# Galleries
# Unit test
# guterberg
# Gutenberg	Default Style
# Block Color Palette Colors
# Sections
    ## Breadcrumb
    ## Comments
    ## Widgets
    ## Nav Bar
    ## Info Bar
    ## Header

# Elements
    ## Back Top
    ## Preloader
    ## Search Popup
    ## Video Popup
    ## Button
    ## Section Title
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
    --main-color-one: #F9556D;
    --logo-red-color: #F9556D;
    --secondary-color: #30373f;
    --heading-color: #272b2e;
    --paragraph-color: #5B6880;
    --heading-font: "Poppins", sans-serif;
    --body-font: "Rubik", sans-serif;
    --poppins-font: "Poppins", sans-serif;
    --body-font-size: 15px;
    --line-height30: 30px;
    --logo-blue-color: #2a3175;
    --logo-red-color: #C8102E;
    --theme-blue-color: #01358D;
    --slider-height: 95vh !important;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: var(--body-font);
}

* {
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */
}

body {
    margin: 0;
    color: var(--paragraph-color);
    overflow-x: hidden;
    font-family: var(--body-font);
    font-size: var(--body-font-size);
}

h1 {
    font-size: 65px;
    line-height: 1.0833333333;
}

h2 {
    font-size: 46px;
    line-height: 1.2380952381;
}

h3 {
    font-size: 36px;
    line-height: 1.0833333333;
}

h4 {
    font-size: 20px;
    line-height: 1.2380952381;
}

h5 {
    font-size: 24px;
    line-height: 1.2380952381;
}

h6 {
    font-size: 22px;
    line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
}

p {
    color: var(--paragraph-color);
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
    line-height: var(--line-height30);
}

a {
    color: inherit;
    text-decoration: none;
    color: var(--paragraph-color);
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: inherit;
}

pre {
    word-break: break-word;
}

a i {
    padding: 0 2px;
}

img {
    max-width: 100%;
}

ol {
    counter-reset: counter;
    padding-left: 0;
}

ol li {
    list-style: none;
    margin-bottom: 1rem;
}

ol li:before {
    counter-increment: counter;
    content: counter(counter);
    font-weight: 500;
    margin-right: 10px;
}

.desktop-center-item {
    display: flex;
    align-items: center;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd;
}

code {
    color: #faa603;
}

.border-none {
    border: 0 !important;
}

.gray-bg {
    background: #F5F8FF;
}

.blue-bg {
    background: var(--logo-blue-color);
}

.dark-bg {
    background-color: #111d5c;
}

.section-bg-1 {
    background-color: #f4f7fc;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #8F98A8;
}

.bg-none {
    background: none;
}

.bg-none:after {
    display: none;
}

.check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    display: block;
    padding-left: 20px;
    position: relative;
    z-index: 0;
}

.check-list li:after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "fontawesome";
    content: "";
    color: var(--main-color-one);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
    transition: 0.3s ease-in;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
    color: var(--main-color-one);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.bg-gray {
    background: #F5F8FF;
}

.pd-top-30 {
    padding-top: 30px;
}

.pd-top-40 {
    padding-top: 40px;
}

.pd-top-50 {
    padding-top: 50px;
}

.pd-top-80 {
    padding-top: 80px;
}

.pd-top-90 {
    padding-top: 90px;
}

.pd-top-100 {
    padding-top: 100px;
}

.pd-top-105 {
    padding-top: 105px;
}

.pd-top-110 {
    padding-top: 110px;
}

.pd-top-112 {
    padding-top: 112px;
}

.pd-top-115 {
    padding-top: 115px;
}

.pd-top-120 {
    padding-top: 120px;
}

.pd-top-135 {
    padding-top: 135px;
}

.pd-top-150 {
    padding-top: 150px;
}

.pd-top-170 {
    padding-top: 170px;
}

.pd-top-190 {
    padding-top: 190px;
}

.pd-bottom-65 {
    padding-bottom: 65px;
}

.pd-bottom-90 {
    padding-bottom: 90px;
}

.pd-bottom-100 {
    padding-bottom: 100px;
}

.pd-bottom-120 {
    padding-bottom: 120px;
}

.pd-default-120 {
    padding: 120px 0;
}

.pd-default-two {
    padding: 110px 0 120px 0;
}

.mg-top-40 {
    margin-top: 40px;
}

.mg-top-45 {
    margin-top: 45px;
}

.mg-top-60 {
    margin-top: 60px;
}

.mg-top-65 {
    margin-top: 65px;
}

.mg-top-75 {
    margin-top: 75px;
}

.mg-top-80 {
    margin-top: 80px;
}

.mg-top-100 {
    margin-top: 100px;
}

.mg-top-105 {
    margin-top: 105px;
}

.mg-top-110 {
    margin-top: 110px;
}

.mg-top-120 {
    margin-top: 120px;
}

.mg-top-135 {
    margin-top: 135px;
}

.mg-top-170 {
    margin-top: 170px;
}

.mg-bottom-30 {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    float: left;
    clear: both;
    margin-right: 20px;
}

.alignright {
    float: right;
    clear: both;
    margin-left: 20px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

.alignfull {
    margin: 1.5em 0;
    max-width: 100%;
}

.alignwide {
    max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.blog-pagination ul li {
    display: inline-block;
}

.blog-pagination ul li + li {
    margin: 0 5px;
}

.blog-pagination {
    display: block;
    width: 100%;
}

.blog-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-pagination ul li a,
.blog-pagination ul li span {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #e2e2e2;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    transition: 0.3s ease-in;
}

.blog-pagination ul li span.current,
.blog-pagination ul li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    clear: both;
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
    margin: 0 5px;
    transition: 0.3s ease-in;
}

.wp-link-pages {
    margin-bottom: 30px;
    margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
    border: 1px solid #e2e2e2;
    padding: 5px 15px;
    display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
    background-color: var(--main-color-one);
    color: #fff;
    border-color: var(--main-color-one);
}

.wp-link-pages span:first-child {
    margin-right: 5px;
}

dl,
ol,
ul {
    padding-left: 15px;
}

.post-password-form input {
    display: block;
    border: 1px solid #e2e2e2;
    height: 50px;
    border-radius: 3px;
    padding: 0 20px;
}

.post-password-form label {
    font-weight: 600;
    color: #333;
}

.post-password-form input[type=submit] {
    width: 100px;
    height: 50px;
    background-color: var(--main-color-one);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: 0.3s ease-in;
}

.post-password-form input[type=submit]:hover {
    background-color: #121A2F;
}

.footer-widget .table td,
.footer-widget .table th {
    padding: 0.5rem !important;
}

@media all and (max-width: 1500px) {
    :root {
        --body-font-size: 14px;
        --line-height30: 1.9;
    }
}

@media all and (min-width: 1500px) {
    .custom-gutters-60 > .col,
    .custom-gutters-60 > [class*=col-] {
        padding-right: 29px;
        padding-left: 29px;
    }
}

@media all and (min-width: 576px) {
    .custom-gutters-16 > .col,
    .custom-gutters-16 > [class*=col-] {
        padding-right: 8px;
        padding-left: 8px;
    }

    .custom-gutters-18 > .col,
    .custom-gutters-18 > [class*=col-] {
        padding-right: 9px;
        padding-left: 9px;
    }

    .custom-gutters-20 > .col,
    .custom-gutters-20 > [class*=col-] {
        padding-right: 10px;
        padding-left: 10px;
    }

    .custom-gutters-28 > .col,
    .custom-gutters-28 > [class*=col-] {
        padding-right: 14px;
        padding-left: 14px;
    }
}

/*--------------------------------------------------------------
# Gutenberg	Default Style
--------------------------------------------------------------*/
.single-post-details-item .entry-content > .alignwide {
    max-width: 1100px;
}

.single-post-details-item .entry-content > .alignfull {
    margin: 1.5em 0;
    max-width: 100%;
}

.wp-block-video video {
    max-width: 636px;
}

.wp-block-image img {
    display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
    width: 100%;
}

.wp-block-image.alignfull img {
    width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
    margin: 1.5em auto;
}

.wp-block-cover-text p {
    padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
    padding: 0 14px;
}

.wp-block-table {
    display: block;
    overflow-x: auto;
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}

.wp-block-table td, .wp-block-table th {
    padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.wp-block-quote.is-large {
    margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
    margin-top: 0;
}

.wp-block-separator {
    margin: 3em auto;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .wp-block-cover-text p {
        padding: 1.5em 0;
    }
}

wp-block-video video {
    max-width: 636px;
}

.wp-block-image img {
    display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
    width: 100%;
}

.wp-block-image.alignfull img {
    width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
    margin: 1.5em auto;
}

.wp-block-cover-text p {
    padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
    padding: 0 14px;
}

.wp-block-table {
    display: block;
    overflow-x: auto;
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}

.wp-block-table td, .wp-block-table th {
    padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.wp-block-quote.is-large {
    margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
    margin-top: 0;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 4px solid #000;
    padding-left: 1em;
}

.wp-block-separator {
    margin: 3em auto;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .wp-block-cover-text p {
        padding: 1.5em 0;
    }
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
}

/*--------------------------------------------------------------
## Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
    color: #0073aa;
}

.has-strong-blue-background-color {
    background-color: #0073aa;
}

.has-lighter-blue-color {
    color: #229fd8;
}

.has-lighter-blue-background-color {
    background-color: #229fd8;
}

.has-very-light-gray-color {
    color: #eee;
}

.has-very-light-gray-background-color {
    background-color: #eee;
}

.has-very-dark-gray-color {
    color: #444;
}

.has-very-dark-gray-background-color {
    background-color: #444;
}

/*---------------------
    ## Breadcumb
----------------------*/
.breadcrumb-area {
    background-image: url(../img/bg/breadcrumb-bg.jpg);
    text-align: center;
    padding: 194px 0 114px;
    background-size: cover;
}

.breadcrumb-area .page-title {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 1.38px;
    color: var(--logo-blue-color);
    margin-bottom: 15px;
}

.breadcrumb-area .page-list {
    margin: 0;
    padding: 0;
}

.breadcrumb-area .page-list li {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.32px;
    color: #5B6880;
    list-style: none;
    display: inline-block;
    position: relative;
    padding-left: 10px;
}

.breadcrumb-area .page-list li:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "/";
    font-family: "fontawesome";
}

.breadcrumb-area .page-list li:first-child {
    padding-left: 0;
}

.breadcrumb-area .page-list li:first-child:after {
    display: none;
}

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-area {
    margin-top: 45px;
}

.comments-area .comments-title {
    font-size: 24px;
    line-height: 33px;
    font-weight: 500;
    margin-bottom: 40px;
    color: var(--logo-blue-color);
}

.comments-area .comments-title span {
    font-size: 18px;
    line-height: 24px;
    color: #97A1B3;
}

.comments-area .comment-list .comment-respond {
    margin-bottom: 30px;
}

.comments-area .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    margin-bottom: 20px;
}

.comments-area .comment-list li {
    margin-bottom: 55px;
}

.comments-area .comment-list li:last-child {
    margin-bottom: 0;
}

.comments-area .comment-list li ul.children {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

.comments-area .comment-list li ul {
    list-style: none;
}

.comments-area .comment-list li ul.children li {
    margin-left: 50px;
    list-style-type: none;
    list-style: none;
}

.comments-area .comment-list li .single-comment-wrap {
    display: flex;
    align-self: flex-start;
}

.comments-area .comment-list li .single-comment-wrap .thumb {
    margin-right: 35px;
    height: 75px;
    width: 75px;
    border-radius: 50%;
}

.comments-area .comment-list li .single-comment-wrap .thumb img {
    border-radius: 50%;
}

.comments-area .comment-list li .single-comment-wrap .date,
.blog-details-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
    display: block;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.14px;
    margin-bottom: 18px;
    color: #97A1B2;
}

.comments-area .comment-list li .single-comment-wrap .content {
    flex: 1;
    position: relative;
}

.comments-area .comment-list li .single-comment-wrap .content .title {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 0.22px;
    color: var(--logo-blue-color);
    margin-bottom: 6px;
}

.comments-area .comment-list li .single-comment-wrap .content .comment-content {
    max-width: 620px;
}

.comments-area .comment-list li .single-comment-wrap .content p {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    color: #5B6880;
    word-break: break-word;
}

.comments-area .comment-list li .single-comment-wrap .content p:last-child {
    margin-bottom: 0;
}

.comments-area .comment-list li .single-comment-wrap .content .reply {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.3px;
    color: #97A1B3;
    transition: 0.4s;
}

.comments-area .comment-list li .single-comment-wrap .content .reply:hover {
    color: var(--logo-blue-color);
}

.comments-area .reply-title,
.comments-area .comment-reply-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.comments-area .form-submit {
    margin-bottom: 0;
}

.comment-form .form-group.textarea .form-control {
    min-height: 160px;
    resize: none;
    line-height: 26px;
}

.comment-form .form-group.textarea .form-control:focus {
    outline: none;
    box-shadow: none;
}

.comment-form .form-group .form-control {
    height: 50px;
    line-height: 50px;
    border: 1px solid #e2e2e2;
}

.comment-form .submit-btn {
    height: 50px;
    width: auto;
    border-radius: 5px;
    font-weight: 400;
    background-color: var(--main-color-one);
    border: none;
    cursor: pointer;
    transition: 0.3s ease-in;
    color: #fff;
}

.comment-form .submit-btn:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.comment-respond {
    /*margin-top: 20px;*/
}

.comments-area .comment-list .children li:last-child {
    margin-bottom: 30px;
}

.comments-area .comment-list li ul.children {
    margin-top: 30px;
}

.comment-form-cookies-consent input[type=checkbox] {
    margin-right: 5px;
}

/*--------------------------------------------------------------
	## WIdgets
--------------------------------------------------------------*/
.footer-widget .widget-title {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.22px;
    color: #fff;
    margin-bottom: 43px;
}

.footer-widget .widget-title:after {
    display: none;
}

.footer-widget .footer_top_widget {
    border-bottom: 1px solid rgba(151, 161, 179, 0.1);
    margin-bottom: 46px;
    padding-bottom: 34px;
}

.footer-widget .footer_top_widget .footer-logo {
    margin-bottom: 30px;
    display: block;
}

.footer-widget .footer_top_widget .footer-logo img {
    width: 160px;
    height: auto;
}

.footer-widget .footer_top_widget p {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.3px;
    color: #5B6880;
}

.footer-widget.widget_nav_menu {
    margin-bottom: 78px;
}

.footer-widget.widget_nav_menu ul li {
    display: inline-block;
}

.footer-widget.widget_nav_menu ul li a {
    font-size: 16px;
    letter-spacing: 0.32px;
    color: var(--logo-blue-color);
    line-height: 19px;
    margin: 0 24px;
    font-weight: 500;
}

.footer-widget .about_us_widget .footer-logo {
    margin-bottom: 44px;
    display: inline-block;
}

.footer-widget .about_us_widget .footer-logo img {
    width: 140px;
    height: auto;
}

.footer-widget .about_us_widget p {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.3px;
    color: #fff;
    margin-bottom: 39px;
}

.footer-widget .about_us_widget .social-icon li:first-child {
    margin-left: 0;
}

.footer-widget .contact_info_list .contact-content {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.3px;
    color: #fff;
    margin-bottom: 22px;
}

.footer-widget .contact_info_list p {
    font-size: var(--body-font-size);
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #fff;
}

.footer-widget .contact_info_list p span {
    font-weight: 500;
    color: #fff;
}

.footer-widget .about_recent_post {
    padding-top: 9px;
}

.footer-widget .about_recent_post .media {
    margin-bottom: 24px;
}

.footer-widget .about_recent_post .media img {
    margin-right: 26px;
    border-radius: 4px;
}

.footer-widget .about_recent_post .media .media-body {
    margin-top: 15px;
}

.footer-widget .about_recent_post .media .media-body h6 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.18px;
    color: #fff;
    font-weight: 500;
    font-family: var(--body-font);
}

.footer-widget .about_recent_post .media .media-body span {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.42px;
    color: #97A1B3;
}

.footer-area-2 .widget_nav_menu ul {
    padding-left: 0;
}

.footer-area-2 .widget_nav_menu ul li {
    display: block;
}

.footer-area-2 .widget_nav_menu ul li a {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.3px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    transition: all 0.3s ease-in;
}

.footer-area-2 .widget_nav_menu ul li a:hover, .footer-area-2 .widget_nav_menu ul li a:active, .footer-area-2 .widget_nav_menu ul li a:focus {
    color: var(--logo-red-color);
}

/******* site bar widget ********/
.sidebar-area {
    border: 1px solid #E4E7EB;
    padding: 55px 68px 0 68px;
}

.sidebar-area .widget {
    margin-bottom: 65px;
}

.widget-title {
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.28;
    color: var(--logo-blue-color);
    font-weight: 500;
    position: relative;
    margin-bottom: 50px;
}

.widget-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: #E4E7EB;
}

.shop-sidebar .widget-title {
    font-size: 24px;
    margin-bottom: 25px;
}

.shop-sidebar .widget-title:after {
    display: none;
}

.widget_search .search-form {
    position: relative;
    background: #F5F5F5;
    border-radius: 4px;
}

.widget_search .search-form input {
    letter-spacing: 0.3px;
    color: #5B6880;
    width: 100%;
    font-size: var(--body-font-size);
    font-weight: 400;
    border: 0;
    background: transparent;
    padding: 0 60px 0 24px;
    height: 52px;
    line-height: 52px;
}

.widget_search .search-form button {
    position: absolute;
    right: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 15px;
    padding: 0 23px;
    height: 52px;
    line-height: 52px;
    top: 0;
    right: 0;
}

.widget_search .search-form button i {
    color: #5B6880;
}

.widget_search .search-form button:active, .widget_search .search-form button:focus {
    box-shadow: none;
    outline: 0;
}

.widget_search.style-two .search-form {
    border-radius: 35px;
}

.widget_search.style-two .search-form input {
    padding: 0 60px 0 28px;
}

.widget_search.style-two .search-form button {
    right: 4px;
}

.widget-recent-post ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-recent-post ul li .media {
    margin-bottom: 30px;
    align-items: center;
}

.widget-recent-post ul li .media .media-body {
    margin-left: 16px;
}

.widget-recent-post ul li .media .media-body .title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--logo-blue-color);
    margin-bottom: 5px;
}

.widget-recent-post ul li .media .media-body .post-date {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #97A1B2;
}

.widget-recent-post ul li:last-child .media {
    margin-bottom: 0;
}

.widget_categories ul li {
    list-style: none;
    position: relative;
    padding-left: 32px;
    margin-bottom: 19px;
}

.widget_categories ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border: 2px solid #97A1B3;
    border-radius: 50%;
}

.widget_categories ul li a {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.96;
    color: #5B6880;
}

.widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget_categories.product_category ul {
    padding-left: 0;
}

.widget_categories.product_category ul li {
    padding-left: 0;
    margin-bottom: 10px;
}

.widget_categories.product_category ul li a {
    font-size: 15px;
    font-weight: 400;
}

.widget_categories.product_category ul li:before {
    display: none;
}

.widget_archive ul {
    list-style: none;
    margin: 0;
    padding: 0 14px;
}

.widget_archive ul li {
    border-bottom: 1px solid #E4E7EB;
    padding-bottom: 5.5px;
    margin-bottom: 12.5px;
    position: relative;
    padding-left: 34px;
}

.widget_archive ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    font-family: FontAwesome;
    background-repeat: no-repeat;
    background-size: 100%;
}

.widget_archive ul li a {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.96px;
    color: #5B6880;
}

.widget_archive ul li:last-child {
    margin-bottom: 0;
}

.widget-gallery .thumb {
    margin-bottom: 16px;
    display: block;
}

.widget-newslatter .newsletter-subcribe {
    margin-top: 0px;
}

/********* shop sidebar *********/
.shop-sidebar {
    padding: 0 0 0 45px;
    border: 0;
}

.widget-product-sorting .slider-product-sorting {
    height: 3px;
    border-radius: 0;
    background: #E4E7EB;
    border: 0 !important;
    margin: 0 10px 25px 10px;
}

.widget-product-sorting .slider-product-sorting .ui-slider-range {
    background: var(--main-color-one);
}

.widget-product-sorting .slider-product-sorting .ui-slider-handle {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background: var(--main-color-one);
    border: 0 !important;
    top: -4px;
    cursor: pointer;
}

.widget-product-sorting label,
.widget-product-sorting input {
    font-size: 15px;
    letter-spacing: 0.15px;
    color: var(--main-color-one);
    border: 0;
    background: transparent;
    margin-bottom: 0;
    line-height: 36px;
}

.widget-product-sorting label:focus,
.widget-product-sorting input:focus {
    border: 0;
}

.widget-product-sorting button {
    height: 35px;
    line-height: 37px;
    padding: 0 25px;
    background: var(--main-color-one);
    font-size: 14px;
    letter-spacing: 0.42px;
    color: #fff;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
}

.widget-product-sorting button:focus {
    outline: 0;
}

.widget-product ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-product ul li .media {
    margin-bottom: 28px;
    align-items: center;
}

.widget-product ul li .media .media-body {
    margin-left: 25px;
}

.widget-product ul li .media .media-body .title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4;
    color: var(--logo-blue-color);
    margin-bottom: 14px;
    font-weight: 400;
}

.widget-product ul li .media .media-body .product-price {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #97A1B3;
}

.widget-product ul li:last-child .media {
    margin-bottom: 0;
}

.widget_tag_cloud .tagcloud a {
    font-size: var(--body-font-size);
    font-style: italic;
    letter-spacing: 0.3px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.3s ease-in;
}

.widget-newslatter .newsletter-subcribe .form-group .subcribe-submit {
    font-size: 15px;
}

/********* widget job details *********/
.widget-job-details {
    background: #fff;
    box-shadow: 0px 2px 50px #97A1B229;
    border-radius: 8px;
    padding: 70px 38px;
}

.widget-job-details .widget-title {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding-bottom: 15px;
    margin-bottom: 32px;
}

.widget-job-details .single-job-details {
    margin-bottom: 25px;
}

.widget-job-details .single-job-details img {
    margin-top: 2px;
}

.widget-job-details .single-job-details .media-body {
    margin-left: 25.25px;
}

.widget-job-details .single-job-details .media-body h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #535764;
    margin-bottom: 10px;
}

.widget-job-details .single-job-details .media-body span {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #97A1B3;
}

.tagcloud a {
    background: #2B71E8;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 3px;
}

/*----------------------------------------------
    # Nav bar
----------------------------------------------*/
.navbar.navbar-area.white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mobile-logo {
    display: none;
}

.navbar-area {
    padding: 0;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 8;
    transition: all 0.3s ease-in;
}

.navbar-area.nav-absolute {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0px;
    z-index: 1;
}

.navbar-area .nav-container {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
   /* padding: 0 30px;*/
}

.navbar-area .nav-container .nav-right-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 15px;
}

.navbar-area .nav-container .nav-right-content ul li {
    display: inline-block;
    margin: 0 15px;
    line-height: 80px;
    cursor: pointer;
    color: #6a7795;
}

.navbar-area .nav-container .nav-right-content ul li .cart-icon i {
    font-size: 26px;
    font-weight: 500;
}

.navbar-area .nav-container .nav-right-content ul li i {
    color: #325CA3;
    transition: all 0.3s ease-in;
    font-weight: 700;
    font-size: 18px;
}

.navbar-area .nav-container .nav-right-content ul li li {
    line-height: normal;
    cursor: default;
}

.navbar-area .nav-container .nav-right-content ul li:last-child {
    margin-right: 0;
}

.navbar-area .nav-container .nav-right-content ul li a {
    color: #6a7795;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .nav-right-content ul li a:hover {
    color: var(--main-color-one);
}

.navbar-area .nav-container .nav-right-content ul li:hover i {
    color: var(--main-color-one);
}

.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed {
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 5px;
    background-color: var(--main-color-one);
}

.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed:hover {
    background-color: var(--secondary-color);
}

.navbar-area .nav-container .nav-right-content ul .notification a {
    position: relative;
}

.navbar-area .nav-container .nav-right-content ul .notification .notification-count {
    background-color: var(--logo-red-color);
    height: 16px;
    width: 16px;
    line-height: 16px;
    font-size: 9px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: -9px;
}

.navbar-area .nav-container .navbar-brand .site-title {
    font-weight: 700;
    font-size: 30px;
    font-family: var(--heading-font);
    line-height: 80px;
    color: var(--heading-color);
}

.navbar-area .nav-container .desktop-logo {
    margin-right: 100px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    width: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 23px;
    position: relative;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li:before {
    position: absolute;
    left: auto;
    right: 0;
    top: 61%;
    content: "";
    background: var(--logo-red-color);
    height: 1px;
    width: 0%;
    visibility: hidden;
    opacity: 0;
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    transition: 0.6s;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover:before {
    visibility: visible;
    opacity: 1;
    right: auto;
    left: 0;
    width: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item:before {
    position: absolute;
    left: 0;
    top: 61%;
    content: "";
    background: var(--main-color-one);
    height: 1px;
    width: 100%;
    visibility: visible;
    opacity: 1;
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    position: relative;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: absolute;
    text-align: left;
    min-width: 205px;
    margin: 0;
    list-style: none;
    left: 0;
    top: 100%;
    box-shadow: 0px 6px 20px #84848442;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    background: #fff;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    display: block;
    margin-left: 0;
    line-height: 24px;
    font-size: 16px;
    margin-right: 0;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:before {
    display: none;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 5px 17px;
    font-size: 15px;
    white-space: nowrap;
    line-height: inherit;
    color: #5B6880;
    font-weight: 400;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
    padding-top: 13px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
    padding-bottom: 13px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
    position: relative;
    z-index: 0;
    padding-right: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
    position: absolute;
    right: 15px;
    top: 50%;
    content: "";
    font-family: "fontawesome";
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children a:after {
    position: absolute;
    right: 23px;
    top: 20px;
    content: "";
    font-family: "fontawesome";
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
    left: 100%;
    top: 0;
    box-shadow: 6px 6px 20px #84848442;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu a:after {
    display: none;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
    left: auto;
    right: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    line-height: 80px;
    display: inline-block;
    color: var(--logo-blue-color);
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
    color: var(--main-color-one);
}

.navbar-area-fixed {
    background: #fff;
    box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}

.navbar-area-2 .nav-container .logo-wrapper .sticky-logo {
    display: none;
}

.navbar-area-2.navbar-area-fixed .nav-container .logo-wrapper .main-logo {
    display: none;
}

.navbar-area-2.navbar-area-fixed .nav-container .logo-wrapper .sticky-logo {
    display: block;
}

@media only screen and (min-width: 992px) {
    .navbar-area-2 .nav-container .navbar-collapse .navbar-nav > li > a {
        color: rgba(255, 255, 255, 0.8);
    }

    .navbar-area-2 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
        color: #fff;
    }

    .navbar-area-2 .nav-container .navbar-collapse .navbar-nav li.current-menu-item:before {
        background: #fff;
    }

    .navbar-area-2 .nav-container .navbar-collapse .navbar-nav li:before {
        background: #fff;
    }

    .navbar-area-2 .nav-container .navbar-collapse .navbar-nav li:hover a {
        color: #fff;
    }

    .navbar-area-2 .nav-container .nav-right-content ul li {
        color: rgba(255, 255, 255, 0.8);
    }

    .navbar-area-2 .nav-container .nav-right-content ul li a {
        color: rgba(255, 255, 255, 0.8);
    }

    .navbar-area-2.navbar-area-fixed .nav-container .navbar-collapse .navbar-nav > li > a {
        color: var(--logo-blue-color);
    }

    .navbar-area-2.navbar-area-fixed .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
        color: var(--main-color-one);
    }

    .navbar-area-2.navbar-area-fixed .nav-container .navbar-collapse .navbar-nav li.current-menu-item:before {
        background: var(--main-color-one);
    }

    .navbar-area-2.navbar-area-fixed .nav-container .navbar-collapse .navbar-nav li:before {
        background: var(--main-color-one);
    }

    .navbar-area-2.navbar-area-fixed .nav-container .navbar-collapse .navbar-nav li:hover a {
        color: var(--main-color-one);
    }

    .navbar-area-2.navbar-area-fixed .nav-container .nav-right-content ul li {
        color: #6a7795;
    }

    .navbar-area-2.navbar-area-fixed .nav-container .nav-right-content ul li a {
        color: #6a7795;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
        padding-left: 6px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
        padding-left: 3px;
    }

    .navbar-area .nav-container .nav-right-content ul li a {
        color: #6a7795;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-area .nav-container {
        position: relative;
        z-index: 0;
        min-height: 80px;
    }

    .navbar-area .nav-container .navbar-brand {
        display: block;
    }

    .navbar-area .nav-container .navbar-brand .navbar-toggler {
        position: absolute;
        right: 10px;
        border: 1px solid #e2e2e2;
    }

    .navbar-area .nav-container .mobile-logo {
        padding-left: 15px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav {
        display: block;
        margin-top: 20px;
        padding: 0 15px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        display: block;
        text-align: left;
        line-height: 30px;
        padding: 10px 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
        border-bottom: none;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
        margin-left: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        top: 25px;
        right: 20px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
        padding-bottom: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
        visibility: visible;
        height: auto;
        opacity: 1;
        background-color: transparent;
        border-bottom: none;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
        position: initial;
        display: block;
        width: 100%;
        border-top: none;
        box-shadow: none;
        margin-left: 0;
        padding-bottom: 0;
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
        max-height: 250px;
        overflow-y: scroll;
        overflow-y: auto;
        transition: height 500ms;
        scrollbar-color: #f5576c #F5F5F5;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
        content: "";
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
        padding: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
        top: 30px;
        color: #fff;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
        border-top: none;
    }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(151, 161, 179, 0.1);
    border-radius: 30px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu::-webkit-scrollbar-thumb {
    background-color: #5B6880;
}

.responsive-mobile-menu .nav-right-content {
    display: none;
}

@media only screen and (max-width: 991px) {
    .mobile-logo {
        display: inline-block;
        line-height: 80px;
    }

    .desktop-logo {
        display: none !important;
    }

    .responsive-mobile-menu {
        display: contents;
        width: 100%;
    }

    .responsive-mobile-menu .navbar-toggler {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 28px;
        outline: 0;
    }

    .nav-right-content {
        display: none;
    }

    .responsive-mobile-menu .nav-right-content {
        display: inline-block;
        float: right;
        margin-right: 70px;
        padding-top: 4px;
    }

    .navbar-area .navbar-collapse .navbar-nav {
        background: #fff;
    }

    .navbar-area .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        display: none;
    }

    .navbar-area .navbar-collapse .navbar-nav li:before {
        display: none;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        border: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
        line-height: 24px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li:first-child {
        margin-left: 0;
    }

    .navbar-area .nav-container {
        padding: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav {
        margin-top: 0;
        border-top: 1px solid rgba(151, 161, 179, 0.1);
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        padding: 6px 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
        left: 0;
        top: 0;
        box-shadow: none;
        margin-left: 22px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
        padding-bottom: 6px;
    }

    .navbar-area .navbar-toggle-icon .line {
        height: 2px;
        width: 21px;
        background: #325CA3;
        margin-bottom: 4px;
        display: block;
        transition: all 0.3s ease-in;
    }

    .navbar-area .navbar-toggle-icon .line:nth-child(3) {
        margin-bottom: 0;
    }

    .navbar-area button.navbar-toggler[aria-expanded=true] .line:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .navbar-area button.navbar-toggler[aria-expanded=true] .line:nth-child(2) {
        opacity: 0;
    }

    .navbar-area button.navbar-toggler[aria-expanded=true] .line:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }
}

@media only screen and (max-width: 575px) {
    .navbar-area .nav-container {
        min-height: 70px;
    }

    .mobile-logo {
        display: inline-block;
        line-height: 70px;
    }

    .navbar-area .nav-container .nav-right-content ul li {
        line-height: 70px;
    }

    .responsive-mobile-menu .navbar-toggler {
        top: 26px;
    }
}

.navbar-area-2 .nav-container .nav-right-content ul li i {
    color: #fff;
}

.navbar-area-2.navbar-area-fixed .nav-container .nav-right-content ul li i {
    color: #325CA3;
}

.navbar-area-2 .navbar-toggle-icon .line {
    background: #fff;
}

.navbar-area-2.navbar-area-fixed .navbar-toggle-icon .line {
    background: #325CA3;
}

.nav-style-02 {
    border-bottom: 1px solid rgba(225, 225, 225, 0.3);
}

/*----------------------------
    Info Bar
----------------------------*/
.info-bar-area.style-three .info-bar-inner {
    padding: 10px 0 18px 0;
}

.info-bar-area.style-three .info-bar-inner .social-icon {
    margin-top: 15px;
}

.info-bar-area.style-two .info-bar-inner {
    padding: 0;
}

.info-bar-area .social-icon .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--heading-color);
}

.info-bar-inner {
    padding: 32px 0 35px 0;
}

.info-bar-inner div {
    display: inline-block;
}

.info-bar-inner .logo-wrapper .logo {
    margin-top: 5px;
    display: block;
}

.info-bar-inner .logo-wrapper .site-title {
    font-size: 35px;
    font-weight: 700;
    margin-top: 10px;
}

.info-bar-inner .right-content {
    display: inline-block;
    float: right;
}

.info-bar-inner .right-content .request-quote {
    margin-left: 40px;
}

.info-bar-inner .right-content .request-quote .rq-btn {
    padding: 15px 25px;
    background-color: var(--main-color-one);
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    position: relative;
    top: -5px;
    transition: all 0.3s ease-in;
}

.info-bar-inner .right-content .request-quote .rq-btn.blank {
    background-color: #f1f1f1;
    border-radius: 0;
    top: 0;
    padding: 15px 40px;
    color: var(--heading-color);
}

.info-bar-inner .right-content .request-quote .rq-btn.blank i {
    color: var(--main-color-one);
    transition: all 0.3s ease-in;
}

.info-bar-inner .right-content .request-quote .rq-btn.blank:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.info-bar-inner .right-content .request-quote .rq-btn.blank:hover i {
    color: #fff;
}

.info-bar-inner .right-content .request-quote .rq-btn:hover {
    background-color: var(--secondary-color);
}

.info-items {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-items li {
    display: inline-block;
    margin: 0 30px;
}

.info-items li:hover .single-info-item .content .title {
    color: var(--main-color-one);
}

.info-items li:first-child {
    margin-left: 0;
}

.info-items li:last-child {
    margin-right: 0;
}

.info-items li .single-info-item {
    display: flex;
    align-self: flex-start;
}

.info-items li .single-info-item .icon {
    margin-right: 20px;
    font-size: 40px;
    line-height: 40px;
    color: var(--main-color-one);
}

.info-items li .single-info-item .content .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0;
    transition: all 0.3s ease-in;
}

.info-items li .single-info-item .content .details {
    font-size: 14px;
    line-height: 24px;
}

.info-items-two {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

.info-items-two li {
    display: inline-block;
    margin: 0 30px;
}

.info-items-two li:hover .single-info-item .content .title {
    color: var(--main-color-one);
}

.info-items-two li:first-child {
    margin-left: 0;
}

.info-items-two li:last-child {
    margin-right: 0;
}

.info-items-two li .single-info-item {
    display: flex;
    align-self: flex-start;
}

.info-items-two li .single-info-item .icon {
    margin-right: 15px;
    font-size: 30px;
    line-height: 30px;
    color: var(--main-color-one);
}

.info-items-two li .single-info-item .content {
    margin-top: 3px;
}

.info-items-two li .single-info-item .content .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0;
    transition: all 0.3s ease-in;
}

.info-items-two li .single-info-item .content .details {
    margin-left: 5px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: var(--paragraph-color);
}

/*--------------------------------------------------------------
	## Header
--------------------------------------------------------------*/
.header-area {
    padding: 0 0 98px;
    position: relative;
}

.header-area .banner-slider-item {
    /*height: var(--slider-height);*/
}

.header-area .header-inner-details {
    /*height: var(--slider-height);*/
    display: flex;
    align-items: center;
}

.header-area .banner-thumb-wrap {
    /*height: var(--slider-height);*/
    display: flex;
    align-items: center;
}

.header-area .sub-title {
    font-size: 20px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 100;
    font-family: var(--poppins-font) !important;
}

.header-area .sub-title.style-two {
    color: var(--logo-red-color);
}

.header-area .title {
    font-size: 49px;
    line-height: 74px;
    color: var(--logo-blue-color);
    font-weight: 700;
    margin-bottom: 30px;
    font-family: var(--poppins-font) !important;
}

.header-area .title span {
    color: var(--logo-red-color);
}

.header-area .title span.typed {
    color: inherit;
}

.header-area .title span.typed-cursor {
    color: inherit;
}

.header-area p {
    font-size: 16px;
    line-height: 28px;
    color: #5B6880;
    margin-bottom: 35px !important;
    visibility: visible;
}

.header-area .btn-wrapper .btn {
    font-weight: 400;
    cursor: pointer;
}

.header-area .header-thumb {
    margin-top: 190px;
}

.banner-slider {
    height: 100vh;
}

.banner-slider .owl-prev {
    position: absolute;
    left: -106px;
    top: 50%;
    opacity: 0.3;
    transition: all 0.3s ease-in;
    font-size: 35px;
    color: var(--logo-blue-color);
}

.banner-slider .owl-prev:hover, .banner-slider .owl-prev:active, .banner-slider .owl-prev:focus {
    opacity: 1;
}

.banner-slider .owl-next {
    position: absolute;
    right: -106px;
    top: 50%;
    opacity: 0.3;
    transition: all 0.3s ease-in;
    font-size: 35px;
    color: var(--logo-blue-color);
}

.banner-slider .owl-next:hover, .banner-slider .owl-next:active, .banner-slider .owl-next:focus {
    opacity: 1;
}

.banner-slider .owl-dots {
    z-index: 2;
    text-align: center;
}

.banner-slider .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #FFCCD4;
    display: inline-block;
    margin: 0 10px;
    border-radius: 50%;
    z-index: 2;
    text-align: center;
    position: relative;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.banner-slider .owl-dots .owl-dot:after {
    content: "";
    border: 0.5px solid #F9556D;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.banner-slider .owl-dots .owl-dot.active {
    background: #F9556D;
}

.banner-slider .owl-dots .owl-dot.active:after {
    height: 14px;
    width: 14px;
    left: -3px;
    right: 3px;
    top: -3px;
    bottom: 3px;
    visibility: visible;
    opacity: 1;
}

.banner-slider .header-inner {
    padding-left: 10px;
}

.banner-slider .owl-item.active .s-animate-1 {
    animation: 1.5s 0.3s fadeInLeft both;
}

.banner-slider .owl-item.active .s-animate-2 {
    animation: 1.5s 0.7s fadeInLeft both;
}

.banner-slider .owl-item.active .s-animate-3 {
    animation: 1.5s 1s fadeInLeft both;
}

.banner-slider .owl-item.active .s-animate-4 {
    animation: 1.5s 1.3s fadeInLeft both;
}

.banner-slider .owl-item.active .s-animate-5 {
    animation: 1.5s 1.4s fadeInLeft both;
}

/********* banner one **********/
.banner-slider-one .banner-slider-item {
    /*margin-right: 30px;*/
}

.banner-slider-one .banner-thumb {
    position: relative;
}

.banner-slider-one .banner-thumb .banner-1-img2 {
    position: absolute;
    right: -30px;
    top: 0;
    width: auto !important;
    height: 58%;
}

.banner-slider-one .banner-thumb .banner-1-img3 {
    position: absolute;
    right: 50px;
    bottom: 35px;
    width: auto !important;
    z-index: -1;
    box-shadow: 0px 2px 69px #97A1B238;
}

.banner-slider-one .header-inner-img {
    width: auto !important;
    z-index: 2;
}

.banner-slider-one .owl-item.active .header-inner-img {
    animation: 1.5s 0.3s fadeInRight both;
}

.banner-slider-one .owl-item.active .banner-1-img2 {
    animation: 1.5s 0.3s fadeInLeft both;
}

.banner-slider-one .owl-item.active .banner-1-img3 {
    animation: 1.5s 0.3s fadeInLeft both;
}

.banner-slider-one .banner-thumb-wrap {
    float: right;
}

.banner-slider-one.style-two .banner-thumb-wrap .banner-thumb {
    /* height: 88vh; */
    /*margin-top: 60px;*/
}

.banner-slider-one.style-two .banner-thumb-wrap .banner-thumb img {
    height: 100%;
}

.sba-header-area .btn-wrapper {
    margin-bottom: 35px;
}

.sba-header-area .hover a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 34px;
    padding-left: 2px;
    border: 2px solid var(--main-color-one);
    color: var(--main-color-one);
    background: #fff;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    margin-right: 22px;
}

.sba-header-area .hover a i {
    padding-left: 3px;
}

.sba-header-area .hover span {
    font-size: 16px;
    letter-spacing: 0.32px;
    color: var(--logo-blue-color);
    font-weight: 500;
}

.sba-header-area .banner-thumbnail {
    margin-top: 130px;
}

.header-bg {
    background-position: 0px -23px;
    background-size: cover;
    background-repeat: no-repeat;
}

/******** sbbs-header-area ********/
.sbbs-header-area {
    background-repeat: no-repeat;
    height: 104vh;
}

.sbbs-header-area .header-inner {
    padding-top: 130px;
}

.sbbs-header-area .header-inner .title {
    font-weight: 500;
    color: #fff;
    margin-bottom: 42px;
    font-size: 56px;
    line-height: 1.4;
}

.sbbs-header-area .header-inner .btn-wrapper {
    margin-bottom: 64px;
}

.sbbs-header-area .header-inner .btn-wrapper .btn {
    margin: 0 11px;
}

.sbbs-header-area .banner-thumbnail {
    position: relative;
    max-width: inherit;
    margin: 0 auto;
}

.sbbs-header-area .banner-thumbnail .hover {
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: 50%;
    margin-top: -60px;
}

.sbbs-header-area .banner-thumbnail .hover a {
    width: 90px;
    height: 90px;
    background: transparent linear-gradient(180deg, #32E2A9 0%, #29C3A2 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 16px #00644B7A;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
}

.sbbs-header-area .banner-thumbnail .hover a img {
    margin-left: 6px;
}

/********* sbtc-header-area ***********/
.sbtc-header-area {
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding: 0 0 85px;
    height: 103vh;
    background-size: cover;
}

.sbtc-header-area .header-inner .title {
    color: #fff;
}

.sbtc-header-area .header-inner p {
    color: #fff;
}

.banner-animate-thumb {
    margin-top: 295px;
    position: relative;
}

.banner-animate-thumb .header-img-2 {
    position: absolute;
    top: -160px;
    left: 0;
}

.banner-animate-thumb .header-img-3 {
    position: absolute;
    top: 81px;
    left: 30%;
}

.banner-animate-thumb .header-img-4 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.banner-animate-thumb .header-img-5 {
    position: absolute;
    left: 19px;
    bottom: 129px;
    width: 178px;
}

/********** header 6 style **********/
.sbtl-header-area {
    background: transparent radial-gradient(closest-side at 67% 50%, var(--logo-blue-color) 0%, #002970 100%) 0% 0% no-repeat padding-box;
    padding: 0 0 60px;
}

.sbtl-header-area .banner-slider-item {
    padding-bottom: 0;
}

.sbtl-header-area .banner-slider-item .title,
.sbtl-header-area .banner-slider-item p {
    color: #fff;
}

.sbtl-header-area .banner-slider .owl-prev {
    opacity: 1;
}

.sbtl-header-area .banner-slider .owl-prev:hover {
    color: #fff;
}

.sbtl-header-area .banner-slider .owl-next {
    opacity: 1;
}

.sbtl-header-area .banner-slider .owl-next:hover {
    color: #fff;
}

.sbtl-header-area .banner-slider .owl-dots .owl-dot {
    background: #fff;
}

.sbtl-header-area .banner-slider .owl-dots .owl-dot.active {
    background: #F9556D;
}

/********** header 7 style **********/
.sbmc-header-area {
    padding: 0 0 60px;
}

.sbmc-header-area .banner-slider-item {
    padding-bottom: 0;
}

.shape1 {
    animation: MoveUpDown 20s linear infinite;
    position: absolute;
    left: 500px;
    opacity: 0.3;
}

@keyframes MoveUpDown {
    0%, 100% {
        top: 35%;
    }
    50% {
        top: 80%;
    }
}

.shape2 {
    animation: MoveLeftRight 80s linear infinite;
    position: absolute;
    bottom: 10px;
    opacity: 0.3;
}

@keyframes MoveLeftRight {
    0%, 100% {
        right: 25%;
    }
    50% {
        right: 75%;
    }
}

/**** home 8 ********/
.h8-banner-area {
    padding: 0 0 25px;
}

.h8-banner-area .banner-animate-thumb-2 {
    margin-top: 40px !important;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

.h8-banner-area .banner-animate-thumb .header-img-2 {
    position: absolute;
    top: auto !important;
    left: auto;
}

.h8-banner-area.style-two {
    background-size: cover;
}

.h8-banner-area.style-two .title {
    font-size: 46px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.3;
    font-weight: 500;
}

.h8-banner-area.style-two .sub-title {
    line-height: 1.3;
}

.sbh-main-search {
    margin-top: 48px;
}

.sbh-main-search input {
    height: 50px;
    border: 0;
    width: 100%;
    padding: 0 24px;
    border-radius: 36px 0 0 36px;
}

.sbh-main-search input::placeholder {
    color: #97A1B2;
}

.sbh-main-search .search-input {
    width: 60%;
}

.sbh-main-search .single-select {
    height: 50px;
    line-height: 50px;
    width: 100px;
    border: 0;
    border-radius: 0;
    background: var(--main-color-one);
    color: #fff;
}

.sbh-main-search .single-select:after {
    border-color: #fff;
    right: 16px;
}

.sbh-main-search .single-select .list {
    width: 100%;
}

.sbh-main-search .single-select .list li {
    color: #97A1B3;
}

.sbh-main-search button {
    height: 50px;
    line-height: 50px;
    padding: 0 30px 0 20px;
    border: 0;
    cursor: pointer;
    background: var(--main-color-one);
    color: #fff;
    border-left: 1px solid #e24f65;
    border-radius: 0 36px 36px 0;
}

.sbh-main-search button:focus {
    outline: 0;
}

.domain-price {
    padding-left: 0;
    margin-top: 30px;
}

.domain-price li {
    display: inline-block;
    letter-spacing: 0.36px;
    color: #fff;
    font-family: var(--poppins-font);
    margin-right: 25px;
}

.domain-price li span {
    color: var(--logo-red-color);
    margin-left: 2px;
}

/****** about header ********/
.about-header {
    background: transparent linear-gradient(180deg, #F7F9FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0;
}

/*-----------------------
    Error 404 Page
-----------------------*/
.error-area {
    height: 100vh;
    display: flex;
    align-items: center;
}

.error-page-left-img .top-image {
    animation: top-image-bounce 3s infinite ease-in-out;
    margin-bottom: 40px;
}

.error-page-left-img .top-image span {
    font-size: 66px;
    font-weight: 300;
    color: var(--main-color-one);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -20px;
}

@keyframes top-image-bounce {
    0% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-5px);
    }
}

.error-back-to-home a {
    background: var(--logo-blue-color);
    box-shadow: 0px 7px 19px var(--logo-blue-color) 7 D;
    border-radius: 4px;
    font-size: var(--body-font-size);
    display: inline-block;
    padding: 0 80px;
    color: #fff;
    margin-top: 55px;
}

/*----------------------------------------
    shop style
----------------------------------------*/
.navbar-area .nav-container .nav-right-content ul li.cart {
    position: relative;
}

.navbar-area .nav-container .nav-right-content ul li.cart:hover .widget_shopping_cart_content {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.navbar-area .nav-container .nav-right-content ul li.cart .cart-icon {
    transform: rotateY(-180deg);
}

.widget_shopping_cart_content {
    position: absolute;
    right: -13px;
    top: 100%;
    margin-top: 30px;
    z-index: 99;
    width: 400px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 4px 26px var(--logo-blue-color) 17;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.widget_shopping_cart_content:after {
    content: "";
    position: absolute;
    right: 5px;
    top: -2px;
    background: #fff;
    height: 30px;
    width: 30px;
    transform: rotate(45deg);
    border-radius: 1px;
}

.widget_shopping_cart_content ul {
    margin-left: 0 !important;
    padding: 40px 25px !important;
}

.widget_shopping_cart_content ul li {
    margin: 0 0 25px !important;
    padding: 0;
    width: 100%;
    position: relative;
}

.widget_shopping_cart_content ul li .media {
    align-items: center;
}

.widget_shopping_cart_content ul li .media .media-left {
    margin-right: 18px;
}

.widget_shopping_cart_content ul li .media .title {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.16px;
    color: #5B6880;
}

.widget_shopping_cart_content ul li .media p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.14px;
    color: #97A1B3;
    margin-bottom: 0;
}

.widget_shopping_cart_content ul li .media .price {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.28px;
    color: #5B6880;
}

.widget_shopping_cart_content ul li .remove-product {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 12px;
}

.widget_shopping_cart_content ul li:last-child {
    margin: 0 !important;
}

.widget_shopping_cart_content .total {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.96px;
    color: #5B6880;
    font-weight: 500;
    border-top: 1px solid #E4E7EB;
    border-bottom: 1px solid #E4E7EB;
    padding: 18px 25px;
}

.widget_shopping_cart_content .total strong {
    text-align: left;
}

.widget_shopping_cart_content .total .amount {
    float: right;
}

.widget_shopping_cart_content .buttons {
    text-align: center;
    padding: 38px 0 50px 0;
}

.widget_shopping_cart_content .buttons .button {
    height: 48px;
    line-height: 48px;
    background: #F0F0F0;
    border-radius: 6px;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #5B6880 !important;
    display: inline-block;
    padding: 0 25px;
}

.widget_shopping_cart_content .buttons .button:hover {
    background: #EF4060;
    color: #fff !important;
    box-shadow: 0px 12px 18px #F9556D4D;
}

.riyaqas-pagination ul {
    padding-left: 0;
    margin-bottom: 0;
}

.riyaqas-pagination ul li {
    display: inline-block;
}

.riyaqas-pagination ul li .page-numbers {
    width: 36px;
    height: 36px;
    border: 1px solid #97A1B3;
    border-radius: 50%;
    line-height: 37px;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    letter-spacing: 0.51;
    color: #97A1B3;
    transition: all 0.3s ease-in;
    cursor: pointer;
    margin: 0 3px;
}

.riyaqas-pagination ul li .page-numbers.prev, .riyaqas-pagination ul li .page-numbers.next {
    border: none;
}

.riyaqas-pagination ul li .page-numbers:hover, .riyaqas-pagination ul li .page-numbers.current {
    background: var(--logo-blue-color);
    color: #fff;
    border: 1px solid var(--logo-blue-color);
}

.riyaqas-pagination ul li .page-numbers.prev:hover, .riyaqas-pagination ul li .page-numbers.next:hover {
    background: none;
    color: var(--logo-blue-color);
    border: none;
}

.woocommerce-result-count {
    font-size: 14px;
    line-height: 48px;
    letter-spacing: 0.28;
    color: #97A1B2;
}

.woocommerce-sorting-select {
    height: 42px;
    line-height: 44px;
    padding: 0 28px;
    background: #F7F7F7;
    border-radius: 35px;
    border: 0;
    font-size: 14px;
    letter-spacing: 0.28;
    color: #97A1B2;
}

.woocommerce-sorting-select span.current {
    width: 180px;
    display: block;
}

.woocommerce-sorting-select:after {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    height: 7px;
    right: 28px;
    width: 7px;
}

.woocommerce-sorting-select .list {
    width: 100%;
}

.woocommerce-sorting-select .list li {
    font-size: 14px !important;
    letter-spacing: 0.28 !important;
    color: #97A1B2 !important;
    font-weight: 400 !important;
    transition: 0.4s !important;
}

.woocommerce-sorting-select .list li:hover, .woocommerce-sorting-select .list li:focus, .woocommerce-sorting-select .list li.selected {
    color: var(--logo-blue-color) !important;
}

.woocommerce-sorting-select:hover, .woocommerce-sorting-select:focus {
    border: 0;
    outline: 0;
}

.single-shop {
    text-align: center;
    margin-bottom: 50px;
}

.single-shop .thumb {
    overflow: hidden;
    position: relative;
}

.single-shop .thumb img {
    transform: scale(1);
    transition: 0.8s;
}

.single-shop .thumb .cart-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    align-items: center;
    display: inline-grid;
    transition: all 0.6s ease;
    visibility: hidden;
    opacity: 0;
}

.single-shop .thumb .cart-btn a {
    box-shadow: 0px 14px 18px #80001369;
    border-radius: 26px;
    height: 46px;
    line-height: 46px;
    padding: 0 35px;
    display: inline-block;
}

.single-shop .thumb .cart-btn a i {
    margin-left: 10px;
}

.single-shop .thumb .product-badge {
    position: absolute;
    left: 0;
    top: 18px;
    height: 32px;
    line-height: 33px;
    padding: 0 14px 0 13px;
    font-size: var(--body-font-size);
    border-radius: 0px 16px 16px 0px;
    cursor: pointer;
    z-index: 3;
    transition: 0.4s;
    display: inline-block;
}

.single-shop .thumb:before {
    content: "";
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 53, 141, 0.15);
    transition: all 0.6s ease;
    z-index: 1;
    opacity: 0;
}

.single-shop .thumb:after {
    content: "";
    position: absolute;
    right: -50%;
    bottom: -50%;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 53, 141, 0.15);
    transition: all 0.6s ease;
    z-index: 1;
    opacity: 0;
}

.single-shop:hover .thumb img {
    transform: rotate(6deg) scale(1.2);
}

.single-shop:hover .thumb:before {
    left: 0;
    top: 0;
    opacity: 1;
}

.single-shop:hover .thumb:after {
    right: 0;
    bottom: 0;
    opacity: 1;
}

.single-shop:hover .thumb .cart-btn {
    visibility: visible;
    opacity: 1;
}

.single-shop .content {
    padding-top: 22px;
}

.single-shop .content .rating {
    color: #FF9100;
    margin-bottom: 10px;
}

.single-shop .content a {
    line-height: 1.2;
    font-size: 18px;
    margin-bottom: 14px;
    letter-spacing: 0.54px;
    color: var(--logo-blue-color);
    font-weight: 600;
    display: block;
    transition: 0.4s;
    font-family: var(--heading-font);
}

.single-shop .content a:hover {
    color: var(--main-color-one);
}

.single-shop .content .price {
    font-size: 18px;
    letter-spacing: 0.3px;
    color: #97A1B3;
}

.single-shop .content .price del {
    color: #C7CDD6;
    margin-left: 12px;
}

.single-shop.style-two {
    box-shadow: 0px 3px 18px #5B688029;
    background: #EDF3F5;
    border-radius: 5px;
    margin-bottom: 30px;
    border: 2px solid #fff;
}

.single-shop.style-two .thumb {
    padding: 20px 0;
}

.single-shop.style-two .thumb:before, .single-shop.style-two .thumb:after {
    border-radius: 5px 5px 0 0;
}

.single-shop.style-two .content {
    padding-bottom: 20px;
    background: #fff;
    border-radius: 0 0 5px 5px;
}

/******* single product page ********/
.product-thumbnail-wrapper .product-thumbnail-carousel .single-thumbnail-item {
    margin-bottom: 16px;
    border: 0 !important;
}

.product-thumbnail-wrapper .product-thumbnail-carousel .slick-list {
    height: auto !important;
}

.product-description {
    padding: 20px 0 0;
}

.product-description .customer-review {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.28px;
    color: #97A1B3;
    margin-bottom: 20px;
    display: block;
}

.product-description .customer-review span {
    margin-left: 10px;
}

.product-description .customer-review i {
    color: #FF9100;
    margin-right: 8px;
}

.product-description .title {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.6px;
    font-weight: 500;
    color: var(--logo-blue-color);
    margin-bottom: 20px;
}

.product-description .price {
    font-size: 18px;
    letter-spacing: 0.3px;
    color: #5B6880;
    margin-bottom: 30px;
}

.product-description .price del {
    color: #C7CDD6;
    margin-left: 12px;
}

.product-description .content {
    font-size: var(--body-font-size);
    line-height: 27px;
    letter-spacing: 0.28px;
    color: #5B6880;
    margin-bottom: 55px;
}

.product-description .check-box-area {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.26px;
    color: #8A8A8A;
    margin-top: 50px;
    margin-bottom: 19px;
}

.product-description .check-box-area input {
    float: left;
    margin-right: 6px;
    margin-top: 1px;
}

.product-description .category {
    margin-top: 70px;
    margin-bottom: 20px;
}

.product-description .category span {
    font-size: var(--body-font-size);
    color: var(--logo-blue-color);
    font-weight: 500;
    margin-right: 4px;
    letter-spacing: 0.3px;
}

.product-description .category a {
    font-size: var(--body-font-size);
    color: #5B6880;
    letter-spacing: 0.3px;
}

.product-description .tags span {
    font-size: var(--body-font-size);
    color: var(--logo-blue-color);
    font-weight: 500;
    margin-right: 4px;
    letter-spacing: 0.3px;
}

.product-description .tags a {
    font-size: var(--body-font-size);
    color: #5B6880;
    letter-spacing: 0.3px;
}

.quantity {
    position: relative;
    display: inline-block;
}

.quantity input {
    height: 52px;
    width: 50px;
    border: 0;
    background: #F0F0F0;
    font-size: 20px;
    letter-spacing: 0.2px;
    color: #5B6880;
    font-family: var(--raleway-font);
    text-align: center;
    margin: 0 52px;
}

.quantity .qty-button {
    height: 52px;
    width: 50px;
    border: 0;
    background: #F0F0F0;
    font-size: 33px;
    letter-spacing: 0.2px;
    color: #5B6880;
    font-family: var(--raleway-font);
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.quantity .qty-button.inc {
    position: absolute;
    right: 0;
    border-radius: 0 6px 6px 0;
    line-height: 53px;
}

.quantity .qty-button.dec {
    position: absolute;
    left: 0;
    border-radius: 6px 0 0 6px;
    line-height: 50px;
}

.quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
    display: none;
}

.product-information {
    padding-top: 64px;
}

.product-information ul.nav-tabs {
    border-bottom: 1px solid #E4E7EB;
    padding-bottom: 20px;
    margin-bottom: 31px;
}

.product-information ul.nav-tabs li a {
    height: 52px;
    line-height: 52px;
    background: #F0F0F0;
    border-radius: 6px;
    padding: 0 60px;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #97A1B3;
    border: 0;
    transition: all 0.3s ease-in;
    margin-right: 25px;
}

.product-information ul.nav-tabs li a.active, .product-information ul.nav-tabs li a:hover, .product-information ul.nav-tabs li a:focus {
    background: #F9556D;
    color: #fff;
}

.product-information .tab-content .description-tab-content p {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    color: #5B6880;
}

.review-title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.18px;
    color: #5B6880;
    font-weight: 500;
    margin-bottom: 40px;
}

.single-review {
    margin-bottom: 60px;
}

.single-review .media {
    align-items: center;
    margin-bottom: 15px;
}

.single-review .media img {
    margin-right: 30px;
    box-shadow: 0px 3px 26px -8px #97A1B3;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

.single-review .media span {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.18px;
    color: #5B6880;
    margin-bottom: 10px;
    display: block;
}

.single-review .media p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12px;
    color: #97A1B3;
    margin-bottom: 0;
}

.single-review p {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    color: #5B6880;
}

/****** checkout page ******/
.checkout-form-wrap {
    padding-right: 65px;
    position: relative;
}

.checkout-form-wrap:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: #E4E7EB;
    right: -14px;
    top: 0;
}

.checkout-form-product {
    padding-left: 60px;
}

.checkout-form-product .single-cart-product .media-body p {
    font-size: 14px;
}

.checkout-title {
    border-bottom: 1px solid #D9DDE4;
    margin-bottom: 35px;
}

.checkout-title h6 {
    letter-spacing: 0.22px;
    color: #5B6880;
    font-weight: 400;
}

.checkout-title span {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.3px;
    color: #5B6880;
    margin-right: 8px;
}

.checkout-title a {
    font-size: var(--body-font-size);
    line-height: 18px;
    letter-spacing: 0.6px;
    color: var(--logo-blue-color);
    font-weight: 500;
}

.payment-method ul li {
    font-size: var(--body-font-size);
    line-height: 18px;
    letter-spacing: 0.15px;
    color: #97A1B3;
    list-style: none;
    position: relative;
    padding-left: 32px;
    margin-bottom: 13px;
}

.payment-method ul li img {
    margin-right: 14px;
}

.payment-method ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 1px solid #97A1B3;
}

.payment-method.style-two {
    box-shadow: 0px 24px 50px #4A4A4A1F;
    display: inline-block;
    padding: 20px;
    border-radius: 4px;
}

.payment-method.style-two ul,
.payment-method.style-two ul li {
    margin-bottom: 0;
    padding: 0;
}

.payment-method.style-two ul:before,
.payment-method.style-two ul li:before {
    display: none;
}

.single-cart-product {
    align-items: center;
}

.single-cart-product .media-left {
    margin-right: 25px;
}

.single-cart-product .media-body span {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.16px;
    color: #5B6880;
    margin-bottom: 9px;
    display: block;
}

.single-cart-product .media-body p {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.16px;
    color: #97A1B3;
    margin-bottom: 0;
}

.cart-close {
    cursor: pointer;
}

.cart-product-price {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.32px;
    color: #5B6880;
}

.table-responsive tr td {
    vertical-align: middle;
    padding: 0.75rem 0;
    border-top: 0 !important;
    border-bottom: 1px solid #dee2e6;
}

.total-shapping-area {
    width: 300px;
    float: right;
}

.total-shapping-area .charge {
    padding-top: 25px;
}

.total-shapping-area .charge span {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.3px;
    color: #5B6880;
}

.total-shapping-area .total-amount {
    border-bottom: 1px solid #dee2e6;
    padding-top: 30px;
    padding-bottom: 10px;
}

.total-shapping-area .total-amount span {
    font-size: 16px;
    letter-spacing: 0.3px;
    color: #5B6880;
    font-weight: 500;
}

.total-shapping-area .total-amount span.amount {
    font-weight: 400;
}

.single-shop-related-product .section-title {
    margin-bottom: 57px;
}

/**job-position-area **/
.single-job-list {
    background: #fff;
    box-shadow: 0px 4px 20px #9398A11A;
    border-radius: 8px;
    padding: 22px 35px 22px 26px;
    transition: all 0.3s ease;
    margin-bottom: 40px;
    align-items: center;
}

.single-job-list:hover {
    box-shadow: 0px 7px 30px #9398A11C;
}

.single-job-list img {
    width: 66px;
    height: 66px;
}

.single-job-list .media-body {
    border-left: 1px solid #EEEBF7;
    margin-left: 26.5px;
    padding-left: 25.5px;
}

.single-job-list .media-body h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.18px;
    color: #5B6880;
    display: inline-block;
    margin-bottom: 12px;
}

.single-job-list .media-body span {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #5B6880;
    display: block;
}

.job-apply-btn {
    background: #FFFFFF;
    border: 1px solid #D6DAE1;
    border-radius: 4px;
    font-size: var(--body-font-size);
    letter-spacing: 0.3px;
    color: #97A1B3;
    height: 44px;
    line-height: 44px;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 0 30px;
    display: inline-block;
}

.job-apply-btn:hover {
    box-shadow: 0px 7px 16px var(--logo-blue-color) 6 B;
    background: var(--logo-blue-color);
    color: #fff;
    border: 1px solid var(--logo-blue-color);
}

.job-apply-btn:focus, .job-apply-btn:active {
    box-shadow: none;
    outline: 0;
}

/**job-details-area**/
.job-details-area .section-title .title {
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0.72px;
    border-bottom: 1px solid var(--logo-blue-color);
    padding: 0;
    display: inline-block;
}

.job-details-area h6.title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.24px;
    color: var(--logo-blue-color);
    margin-bottom: 10px;
}

.job-details-area span {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.36px;
    color: #5B6880;
}

.job-details-area .sub-title {
    margin-top: 26px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: var(--logo-blue-color);
    margin-bottom: 10px;
}

.job-details-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.job-details-area ul li {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.3px;
    color: #5B6880;
    position: relative;
    padding-left: 18px;
}

.job-details-area ul li:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    left: 0;
    top: 13px;
    border-radius: 50%;
    background: #5B6880;
}

.job-details-area .job-apply-btn {
    margin-top: 69px;
    border: 0;
    box-shadow: 0px 7px 16px var(--logo-blue-color) 6 B;
    background: var(--logo-blue-color);
    color: #fff;
}

.job-details-area .job-apply-btn:hover {
    opacity: 0.9;
}

.single-blog-content {
    border: 0;
    margin-bottom: 40px;
}

.single-blog-content .thumb {
    margin-bottom: 30px;
}

.single-blog-content .single-blog-details .post-meta {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-blog-content .single-blog-details .post-meta li {
    font-size: var(--body-font-size);
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #97A1B3;
    margin-right: 3px;
    margin-bottom: 9px;
    display: inline-block;
}

.single-blog-content .single-blog-details .post-meta li i {
    margin-right: 5px;
    float: left;
    margin-top: 5px;
}

.single-blog-content .single-blog-details .post-meta li.admin {
    letter-spacing: 0.45px;
    color: #DFE5EF;
    background: var(--logo-blue-color);
    border-radius: 2px;
    height: 23px;
    line-height: 24px;
    padding: 0 15px;
    margin-right: 17px;
}

.single-blog-content .single-blog-details h5 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.72px;
    color: var(--logo-blue-color);
    margin-bottom: 21px;
    display: block;
}

.single-blog-content .single-blog-details h5 {
    margin-top: 12px;
}

.single-blog-content .single-blog-details h5 a {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.72px;
    color: var(--logo-blue-color);
    display: block;
}

.single-blog-content .single-blog-details p {
    font-size: var(--body-font-size);
    line-height: 27px;
    color: #5B6880;
    margin-bottom: 16px;
}

.single-blog-content .single-blog-details a {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.3px;
    color: var(--logo-blue-color);
    transition: all 0.3s ease;
}

.single-blog-content .single-blog-details a span {
    transition: all 0.3s ease;
    position: relative;
}

.single-blog-content .single-blog-details a:hover {
    color: var(--main-color-one);
}

.single-blog-content .single-blog-details a:hover span {
    margin-left: 3px;
}

.single-blog-content .single-blog-details a i {
    font-size: 22px;
    position: absolute;
    bottom: -3px;
    right: -28px;
}

.single-blog-content.style-two .thumb img {
    width: 100%;
}

.single-blog-content.style-two .single-blog-details h5 a {
    font-size: 26px;
    line-height: 32px;
}

.single-blog-content .audio-player iframe {
    width: 100%;
    border: 0;
}

/******* blog details style *******/
.post-share-area {
    border-top: 1px solid #E4E7EB;
    border-bottom: 1px solid #E4E7EB;
    padding: 40px 0;
}

.post-share-area .sb-inner-title {
    font-size: 24px;
    line-height: auto;
    font-weight: 500;
    letter-spacing: 0.28px;
    color: var(--logo-blue-color);
    margin-bottom: 0;
    margin-right: 30px;
}

.post-share-area .social-icon li:first-child {
    margin-left: 0;
}

.rq-blockquote {
    padding: 40px 30px 35px 30px;
    position: relative;
    margin: 13px 0 20px 0;
    background: #F1F2F6;
}

.rq-blockquote p {
    font-weight: 500;
    font-size: 18px !important;
    font-style: Italic;
    color: #515D73;
    font-family: var(--body-font);
}

/*--------------------------------------------------------------
	## content
--------------------------------------------------------------*/
/********** home 1 content **********/
.header-inner {
    padding-top: 40px;
}

.service-area {
    position: relative;
}

.service-area:after {
    content: "";
    position: absolute;
    background-image: url("../img/service/bg.png");
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    background-size: auto;
    left: 94%;
    bottom: 0;
    margin-top: -150px;
    z-index: -1;
}

.sbs-what-riyaqas {
    background-repeat: no-repeat;
    background-size: 48% 100%;
}

.sbs-testimonial-section {
    margin-top: 90px;
}

.sbs-business-tool {
    background-repeat: no-repeat;
    background-size: 52% 100%;
    padding-top: 70px;
}

/********** home 2 content **********/
.sba-featute-area {
    margin-bottom: 70px;
}

.sba-header-area {
    position: relative;
    padding: 0px 0 104px;
}

.sba-header-area:before {
    content: "";
    position: absolute;
    background-image: url(../img/app/banner/bg1.png);
    background-repeat: no-repeat;
    left: 0;
    top: 50px;
    background-size: 17%;
    right: 0;
    bottom: 0;
}

.sba-header-area:after {
    content: "";
    position: absolute;
    background-image: url(../img/app/banner/bg2.png);
    background-repeat: no-repeat;
    left: 0;
    top: -20px;
    background-size: 51%;
    right: 0;
    bottom: 0;
    background-position: right;
    z-index: -1;
}

.sba-manage-data-area {
    padding-top: 42px;
}

/******** home 3 centent *********/
/********* home 4 content **********/
.sbst-banner-area:before {
    content: "";
    position: absolute;
    background-image: url(../img/bg/8h1.png);
    background-repeat: no-repeat;
    left: 0;
    top: 50px;
    background-size: contain;
    right: 0;
    bottom: 0;
}

.sbst-provide-security {
    background-repeat: no-repeat;
    background-size: 65% 100%;
    background-position: right;
    padding: 100px 0 70px 0;
}

.sbst-team-area-wrpper {
    margin-top: 92px;
}

.team-area-wrpper {
    padding: 112px 0 50px;
    position: relative;
}

.team-area-wrpper:after {
    content: "";
    position: absolute;
    background-image: url(../img/team/4.png);
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

/********* home 5 content *********/
.sbtc-goal-counter-area {
    position: relative;
}

.sbtc-goal-counter-area .thumb {
    position: relative;
}

.sbtc-goal-counter-area .goal-counter {
    background: var(--logo-blue-color);
    padding: 78px 76px 110px;
    position: absolute;
    right: -37%;
    top: 18%;
    z-index: 1;
    width: 674px;
    max-height: 454px;
}

.sbtc-goal-counter-area .goal-counter .section-title .title {
    color: #fff;
}

/********** home 6 ********/
.riyaqas-check-bg {
    position: absolute;
    z-index: -1;
    margin-top: -80px;
    width: 121%;
    margin-left: -150px;
}

.riyaqas-check-bg2 {
    position: absolute;
    z-index: -1;
    margin-top: -199px;
    width: 100%;
    margin-left: -150px;
}

.marketing-area .section-title {
    padding: 85px 80px 80px;
}

.marketing-area .section-title .title {
    color: #fff;
}

.marketing-area .section-title p {
    color: #fff;
    margin-top: 25px;
}

/*********** home 7 ***********/
.sbdm-image-gurd {
    position: relative;
}

.sbdm-image-gurd .sbdm-image-2 {
    position: absolute;
    left: 0;
    top: 90px;
}

.sbdm-image-gurd .sbdm-image-3 {
    position: absolute;
    bottom: 0;
    left: 200px;
    width: 80%;
}

.sbdm-image-gurd2 {
    position: relative;
}

.sbdm-image-gurd2 .sbdm-image-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.sbdm-image-gurd2 .sbdm-image-3 {
    position: absolute;
    left: -40px;
    bottom: 0;
}

/******** home 8 *******/
.sb-animate-img {
    position: relative;
}

.sb-animate-img .thumb-2 {
    position: absolute;
    top: 0;
}

.h8-banner-area-bg {
    position: relative;
}

.h8-banner-area-bg:before {
    content: "";
    position: absolute;
    background-image: url(../img/bg/8h1.png);
    background-repeat: no-repeat;
    left: 0;
    top: 50px;
    background-size: contain;
    right: 0;
    bottom: 0;
}

.comment-form-area .single-input-wrap .single-input.textarea {
    margin-bottom: 10px;
}

.comment-form-area .riyaqas-form-wrap .btn {
    padding: 0 30px;
}

.sbtc-success-section.sbst-provide-security {
    background-size: 48% 100%;
}

.accordion-h-five {
    border-top: 1px dashed #8F98A8;
    border-bottom: 1px dashed #8F98A8;
    padding-top: 70px;
    padding-bottom: 56px;
}

.about-area.sbst-provide-security {
    background-size: 50%;
}

.bg-img-right-area {
    background-position: 100%;
    background-repeat: no-repeat;
    padding: 150px 0;
    background-size: 41% 100%;
}

/*----------------------------------
    Footer Area
----------------------------------*/
.newsletter-subcribe .form-group {
    position: relative;
    margin-bottom: 0;
}

.newsletter-subcribe .form-group input {
    height: 60px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #97A1B2;
    border-radius: 30px;
    padding: 0 182px 0 38px;
    font-size: var(--body-font-size);
    letter-spacing: 0.45px;
    color: #97A1B2;
}

.newsletter-subcribe .form-group input::placeholder {
    font-size: var(--body-font-size);
    letter-spacing: 0.45px;
    color: #97A1B2;
    opacity: 0.51;
}

.newsletter-subcribe .form-group .subcribe-submit {
    width: 100%;
    height: 54px;
    line-height: 56px !important;
    padding: 0 39px;
    font-size: 17px;
    letter-spacing: 1.02px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in;
    border: 0 !important;
}

.newsletter-subcribe .form-group .subcribe-submit:hover, .newsletter-subcribe .form-group .subcribe-submit:focus {
    opacity: 0.8;
    outline: 0;
}

.footer-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-area-2 .footer-widget-area {
    padding-top: 70px;
    border-top: 1px solid rgba(151, 161, 179, 0.2);
}

.footer-area-2 .copyright-inner {
    border-top: 1px solid rgba(151, 161, 179, 0.2);
    padding: 12px 0;
    margin-top: 45px;
}

.footer-area-2 .copyright-inner .copyright-text {
    padding-bottom: 0;
}

.footer-area-2 .newsletter-subcribe .form-group input {
    border: 1px solid rgba(151, 161, 179, 0.5);
}

.copyright-inner {
    padding-bottom: 20px;
}

.copyright-inner .copyright-text {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #fff;
    line-height: 44px;
}

.copyright-inner .copyright-text a {
    font-size: 14px;
    letter-spacing: 0.42px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
}

.copyright-inner .copyright-text a i {
    color: var(--main-color-one);
    padding: 0 3px 0 5px;
}

.copyright-inner .copyright-text a span {
    position: relative;
    color: #fff;
}

.copyright-inner .copyright-text a span:before {
    position: absolute;
    left: auto;
    right: 0;
    top: 100%;
    content: "";
    background: var(--logo-blue-color);
    height: 1px;
    width: 0%;
    visibility: hidden;
    opacity: 0;
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    transition: 0.6s;
}

.copyright-inner .copyright-text a span:hover:before {
    visibility: visible;
    opacity: 1;
    right: auto;
    left: 0;
    width: 100%;
}

.social-icon {
    margin-bottom: 0;
    padding-left: 0;
}

.social-icon li {
    display: inline-block;
    margin: 0 5px;
}

.social-icon li a {
    height: 42px;
    width: 42px;
    display: inline-block;
    box-shadow: 0px 3px 14px #666c752e;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    color: #5B6880;
    transition: all 0.3s ease-in;
    background: #fff;
    font-size: 16px;
}

.social-icon li .dribbble:hover {
    color: #ea4c89;
}

.social-icon li .facebook:hover {
    color: #3b5999;
}

.social-icon li .twitter:hover {
    color: #55acee;
}

.social-icon li .linkedin:hover {
    color: #0077B5;
}

.social-icon li .pinterest:hover {
    color: #c8232c;
}

/*---------------------------------------
    ## Back Top
---------------------------------------*/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--main-color-one);
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    z-index: 99;
    font-size: 25px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: none;
}

/*-------------------------
    ## Preloader Css
---------------------------*/
.pre-wrap {
    position: fixed;
    content: "";
    transform: translate(-100%, -240%);
    font-size: 62px;
}

.preloader-inner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(2, 48, 71, 0.8);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-inner .cancel-preloader {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.preloader-inner .cancel-preloader a {
    background-color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--main-color-one);
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    display: block;
    transition: all 0.3s ease-in;
}

.preloader-inner .cancel-preloader a:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.spinner {
    margin: 120px auto;
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
    animation: sk-rotate 2s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: var(--main-color-one);
    border-radius: 100%;
    animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.search-popup.active .search-form {
    visibility: visible;
    opacity: 1;
}

.search-popup .search-form {
    min-width: 600px;
    position: absolute;
    position: fixed;
    top: 50%;
    left: 50%;
    transition: 0.5s ease;
    visibility: hidden;
    opacity: 0;
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
    z-index: 9;
}

.search-popup .search-form .form-group .form-control {
    border: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 54px;
    padding: 0 100px 0 30px;
}

.search-popup .search-form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 54px;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--logo-red-color);
    color: #fff;
    transition: all 0.3s ease-in;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

.search-popup .search-form .submit-btn:hover {
    background-color: #5B6880;
}

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(2, 48, 71, 0.8);
    z-index: 9;
    content: "";
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
    visibility: visible;
    opacity: 0.8;
}

/******** cart popup **********/
.cart-popup.active .order-table {
    visibility: visible;
    opacity: 1;
}

.cart-popup .order-table {
    width: 57%;
    position: absolute;
    position: fixed;
    top: 50%;
    left: 50%;
    transition: 0.5s ease;
    visibility: hidden;
    opacity: 0;
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
    max-height: calc(100% - 15%);
    overflow-y: auto;
    background: #FFFFFF;
    box-shadow: 0px 3px 26px var(--logo-blue-color) 0 D;
    border-radius: 8px;
    z-index: 99;
    padding: 60px 44px;
}

.cart-popup .order-table .table {
    margin-bottom: 0;
}

.cart-popup .order-table .checkout-title h6 {
    color: var(--logo-blue-color);
    font-weight: 500;
    margin-bottom: 30px;
}

.login-register-popup.active {
    visibility: visible;
    opacity: 1;
}

.login-register-popup {
    background: #fff;
    position: absolute;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 56%;
    transition: 0.5s ease;
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
    max-height: calc(100% - 15%);
    overflow-y: auto;
    transition: 0.5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    box-shadow: 0px 2px 69px #97A1B238;
}

.login-register-popup .riyaqas-form-wrap {
    display: block;
    width: 100%;
    padding: 0 55px;
}

.login-register-popup .riyaqas-form-wrap .single-input-wrap label {
    line-height: unset;
}

.login-register-popup .riyaqas-form-wrap .widget-title {
    font-size: 20px;
}

.login-register-popup .riyaqas-form-wrap span,
.login-register-popup .riyaqas-form-wrap label {
    font-size: 12px;
    color: #97A1B3;
    letter-spacing: 0.24px;
}

.login-register-popup .riyaqas-form-wrap .check-box-area {
    overflow: hidden;
}

.login-register-popup .riyaqas-form-wrap .check-box-area input {
    margin-right: 5px;
    float: left;
}

.login-register-popup .riyaqas-form-wrap .check-box-area label {
    margin-bottom: 0;
    margin-top: -3px;
    float: left;
}

.login-register-popup .riyaqas-form-wrap .btn-wrap {
    line-height: 41px;
    margin-top: 30px;
}

.login-register-popup .riyaqas-form-wrap .btn-wrap .btn {
    height: 40px;
    line-height: 41px;
    padding: 0 30px;
    border-radius: 0;
    margin-top: 0;
    margin-right: 15px;
}

.login-register-popup .riyaqas-form-wrap .btn-wrap a.signup {
    color: var(--logo-blue-color);
    font-size: 12px;
    border-bottom: 1px solid var(--logo-blue-color);
    margin-left: 5px;
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.box-shadow {
    box-shadow: 0px 25px 70px var(--logo-blue-color) 1 A;
}

.padding-60px {
    padding: 60px;
}

.btn-wrapper {
    display: block;
}

.btn-wrapper .btn-appstore {
    margin-right: 18px;
    display: inline-block;
    border-radius: 8px;
    transition: all 0.3s ease-in;
}

.btn-wrapper .btn-appstore:hover {
    box-shadow: 0px 15px 22px #5B68801C;
}

.btn-wrapper .btn-playstore {
    display: inline-block;
    border-radius: 8px;
    transition: all 0.3s ease-in;
}

.btn-wrapper .btn-playstore:hover {
    box-shadow: 0px 15px 22px #5B68801C;
}

.btn {
    height: 52px;
    line-height: 52px;
    padding: 0 48px;
    letter-spacing: 0.45px;
    font-weight: 400;
    transition: all 0.3s ease-in;
}

.btn i {
    margin-left: 15px;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn.btn-rounded {
    border-radius: 30px;
}

.btn.btn-radius {
    border-radius: 4px;
}

.btn-extra-small {
    height: 36px;
    line-height: 36px;
    padding: 0 30px;
    font-size: 14px;
}

.btn-small {
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
    font-size: 14px;
}

.btn-large {
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
}

.btn-extra-large {
    height: 60px;
    line-height: 60px;
    padding: 0 70px;
}

.btn-transparent {
    border: 1px solid #fff;
    color: #fff;
}

.btn-transparent:hover, .btn-transparent:focus {
    color: #5B6880;
    background: #fff;
}

.btn-no-border-radius {
    border-radius: 0;
}

.btn-border-radius {
    border-radius: 4px;
}

.btn-ex-border-radius {
    border-radius: 40px;
}

.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #5B6880;
}

.btn-white:hover, .btn-white:focus {
    color: #fff;
    background: transparent;
}

.btn-normal {
    background: #fff;
    border: 1px solid #97A1B3;
    color: #5B6880;
}

.btn-normal:hover, .btn-normal:focus {
    color: #97A1B3;
    background: transparent;
}

.btn-deactive {
    background: #fff;
    border: 1px solid #D6DAE1;
    color: #D6DAE1;
}

.btn-deactive:hover, .btn-deactive:focus {
    color: #D6DAE1;
    background: transparent;
}

.btn-green {
    background: #32E2A9;
    box-shadow: 0px 11px 14px #32E2A94D;
    color: #fff;
}

.btn-green:hover, .btn-green:focus {
    opacity: 0.7;
    color: #fff;
}

.btn-blue {
    background: var(--logo-blue-color);
    color: #fff;
}

.btn-blue:hover {
    opacity: 0.7;
    color: #fff;
}

.btn-red {
    background: var(--main-color-one);
    box-shadow: 0px 10px 14px #F524434F;
    color: #fff;
}

.btn-red:hover {
    opacity: 0.8;
    color: #fff;
}

.btn-red-border {
    background: #fff;
    border: 1px solid var(--main-color-one);
}

.btn-red-border:hover {
    opacity: 0.8;
    color: #fff;
    box-shadow: 0px 10px 14px #F524434F;
    background: var(--main-color-one);
}

.btn-gray {
    background: #F0F0F0;
    color: #97A1B3;
}

.btn-gray:hover {
    background: var(--main-color-one);
    color: #fff;
}

.single-video-play span {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.96px;
    color: #97A1B3;
    margin-right: 30px;
}

.single-video-play a {
    width: 52px;
    height: 52px;
    display: inline-block;
    background: #FF657C;
    box-shadow: 0px 10px 16px #F9556D45;
    border-radius: 50%;
    line-height: 57px !important;
    text-align: center;
    display: inline-block !important;
}

.single-video-play a i {
    color: #fff;
    font-size: 18px;
    padding-left: 5px;
}

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

.desktop-left {
    text-align: left;
}

.desktop-right {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .tablet-center {
        text-align: center;
    }

    .tablet-left {
        text-align: left;
    }

    .tablet-right {
        text-align: right;
    }
}

@media only screen and (max-width: 414px) {
    .mobile-center {
        text-align: center;
    }

    .mobile-left {
        text-align: left;
    }

    .mobile-right {
        text-align: right;
    }
}

/*----------------------------------------
  ## Section title
----------------------------------------*/
.section-title {
    margin-bottom: 65px;
}

.section-title .counting-number {
    font-size: 92px;
    font-weight: 500;
    letter-spacing: 1.84px;
    color: #5B6880;
    background: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    position: relative;
    display: inline-block;
}

.section-title .counting-number:after {
    content: "";
    position: absolute;
    height: 42px;
    width: 42px;
    background: rgba(216, 255, 243, 0.7);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -21px;
    z-index: -1;
}

.section-title .title {
    letter-spacing: 0.92px;
    color: var(--logo-blue-color);
    opacity: 1;
    font-weight: 700;
    margin-bottom: 0;
    font-family: var(--poppins-font);
}

.section-title .title span {
    color: var(--main-color-one);
}

.section-title .title-2 {
    font-size: 36px;
    line-height: 44px;
}

.section-title p {
    letter-spacing: 0.32px;
    color: #5B6880;
    opacity: 1;
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    margin-top: 18px;
    margin-bottom: 0;
    font-weight: 400;
}

.section-title a {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    font-weight: 500;
    letter-spacing: 0.45px;
    color: #97A1B3;
    transition: all 0.3s ease-in;
    margin-top: 24px;
    display: inline-block;
    position: relative;
}

.section-title a img {
    margin-left: 6px;
    transition: 0.3s;
}

.section-title a:hover img {
    margin-left: 9px;
}

.section-title a.read-more i {
    font-size: 35px;
    position: absolute;
    right: -42px;
    bottom: -3px;
}

.section-title a:hover {
    color: var(--main-color-one);
}

.section-title.style-two {
    margin-bottom: 44px;
}

.section-title.style-three {
    max-width: 80%;
    margin-bottom: 45px;
}

.section-title.style-four .title {
    font-size: 36px;
    line-height: 1.2;
}

.section-title.style-four p {
    line-height: 26px;
}

.section-title.style-five .sub-title {
    font-size: 18px;
    font-weight: 500;
}

.section-title.style-five .sub-title span {
    color: var(--main-color-one);
}

.section-title.ui-element-section-title {
    margin-bottom: 0;
}

.section-title.ui-element-section-title .title {
    font-size: 32px;
    line-height: 1.2;
    color: #5B6880;
}

.section-title.ui-element-section-title p {
    font-size: 16px;
    line-height: 26px;
    color: #5B6880;
    position: relative;
    display: inline-block;
}

.section-title.ui-element-section-title p:after {
    content: "";
    position: absolute;
    right: -50px;
    top: 50%;
    background: #4B4B4B;
    height: 1px;
    width: 30px;
}

.section-title-3 {
    max-width: 80%;
}

.riyaqas-check-list {
    margin-bottom: 25px;
}

.riyaqas-check-list img {
    margin-right: 18px;
}

.riyaqas-check-list span {
    letter-spacing: 0.34px;
    color: #5B6880;
    font-size: 17px;
    line-height: 28px;
}

.client-slider-title {
    font-size: 32px;
    line-height: 28px;
    font-family: var(--poppins-font);
    letter-spacing: 0.64px;
    color: #5B6880;
    font-weight: 400;
}

.client-slider-title span {
    color: var(--main-color-one);
    font-weight: 500;
}

/*-----------------------------------------
    Accordion Item
-----------------------------------------*/
/********* single accordion *********/
.single-accordion {
    border: 1px solid #F5F9FF;
    border-radius: 3px;
    margin-bottom: 14px;
}

.single-accordion .card-header {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
}

.single-accordion .card-header h2 button {
    font-size: 18px;
    letter-spacing: 0.32px;
    color: var(--logo-blue-color);
    width: 100%;
    text-align: left;
    position: relative;
    background: #F5F9FF;
    border-radius: 3px;
    border: 0;
    padding: 19px 60px 19px 34px;
    height: auto;
    line-height: 34px;
    float: left;
    font-weight: 500;
    white-space: normal;
}

.single-accordion .card-header h2 button:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 12px;
    background: var(--logo-blue-color);
    top: 50%;
    right: 30px;
}

.single-accordion .card-header h2 button:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 12px;
    background: var(--logo-blue-color);
    top: 50%;
    transition: all 0.3s ease;
    right: 30px;
}

.single-accordion .card-header h2 button:hover, .single-accordion .card-header h2 button:focus, .single-accordion .card-header h2 button:active {
    text-decoration: none;
}

.single-accordion .card-header h2 button i {
    float: right;
}

.single-accordion .card-header h2 button.collapsed:before {
    transform: matrix(0, 1, -1, 0, 0, 0);
}

.single-accordion .card-body {
    padding: 21px 71px 23px 37px;
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.3px;
    color: #97A1B3;
}

.accordion.style-two .single-accordion {
    box-shadow: 0px 10px 54px #97A1B224;
    border: 0;
}

.accordion.style-two .single-accordion .card-header h2 button {
    background: transparent;
    padding: 14px 35px 14px 55px;
    color: #5B6880;
}

.accordion.style-two .single-accordion .card-header h2 button:before, .accordion.style-two .single-accordion .card-header h2 button:after {
    left: 30px;
    background: var(--main-color-one);
}

.accordion.style-two .single-accordion .card-header h2 button.collapsed:before, .accordion.style-two .single-accordion .card-header h2 button.collapsed:after {
    background: #5B6880;
}

.accordion.style-two .single-accordion .card-body {
    padding: 10px 30px 35px 53px;
}

/*----------------------------------------
  ## list
----------------------------------------*/
.riyaqas-check-list {
    margin-bottom: 20px;
}

.riyaqas-check-list img {
    margin-right: 17px;
}

.riyaqas-check-list span {
    letter-spacing: 0.34px;
    color: #5B6880;
    font-size: var(--body-font-size);
    line-height: 24px;
}

.riyaqas-check-list.style-two {
    margin-bottom: 3px;
    list-style: none;
    position: relative;
}

.riyaqas-check-list.style-two:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    left: -15px;
    top: 9px;
    border: 1px solid var(--main-color-one);
}

.talented-pepole-list ul {
    margin-bottom: 0;
    padding-left: 0;
}

.talented-pepole-list ul li {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0 34px;
}

.talented-pepole-list ul li h3 {
    font-size: 32px;
    letter-spacing: 0.64px;
    color: var(--logo-blue-color);
    line-height: 24px;
    font-weight: 400;
}

.talented-pepole-list ul li span {
    font-size: var(--body-font-size);
    letter-spacing: 0.3px;
    color: #97A1B3;
    line-height: 24px;
}

.talented-pepole-list ul li:after {
    content: "";
    position: absolute;
    height: 50px;
    width: 1px;
    top: 0;
    right: 0;
    background: #97A1B3;
    opacity: 0.46;
}

.talented-pepole-list ul li:first-child {
    padding: 0 34 0 0px;
    padding-left: 0 !important;
}

.talented-pepole-list ul li:last-child:after {
    display: none;
}

.riyaqas-list-2 {
    padding-left: 0 !important;
}

.riyaqas-list-2 li {
    box-shadow: 0px 5px 22px var(--logo-blue-color) 2 E;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 25px;
    background: #fff;
    transition: all 0.3s ease-in;
}

.riyaqas-list-2 li img {
    transition: 0.8s;
}

.riyaqas-list-2 li:first-child {
    margin-left: 0;
}

.riyaqas-list-2 li:last-child {
    margin-right: 0;
}

.riyaqas-list-2 li:hover {
    box-shadow: 0px 10px 22px var(--logo-blue-color) 2 E;
}

.riyaqas-list-2 li:hover img {
    transform: rotateY(180deg);
}

.riyaqas-list-3 {
    padding-left: 0 !important;
}

.riyaqas-list-3 li {
    list-style: none;
    position: relative;
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.3px;
    color: #5B6880;
    padding-left: 34px;
    margin-bottom: 5px;
}

.riyaqas-list-3 li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid var(--logo-blue-color);
    background: #fff;
}

.riyaqas-check-list-wrap .riyaqas-check-list {
    margin-bottom: 10px;
}

.riyaqas-check-list-wrap .riyaqas-check-list img {
    margin-top: 6px;
}

.single-hosting-content {
    padding-left: 50px;
}

.single-hosting-content p {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
}

/******** image shape *********/
.shape-bg-image {
    padding-bottom: 30px;
}

.shape-bg-image .thumb {
    position: relative;
    display: block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("../img/skill/2.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    overflow: hidden;
}

.shape-bg-image .thumb img {
    width: 100%;
    height: 100%;
}

.shape-bg-image:after {
    content: "";
    position: absolute;
    background-image: url("../img/skill/3.png");
    background-repeat: no-repeat;
    left: 25px;
    top: 30px;
    background-size: 98%;
    right: 0;
    bottom: 0;
    background-position: right;
    z-index: -1;
}

.mask-bg-wrap {
    position: relative;
    padding-bottom: 30px;
}

.mask-bg-wrap .thumb {
    position: relative;
    display: block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    overflow: hidden;
}

.mask-bg-wrap .thumb img {
    width: 100%;
    height: 100%;
}

.mask-bg-wrap:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    background-size: 100%;
    right: 0;
    bottom: 0;
    background-position: right;
    z-index: -1;
}

.mask-bg-wrap.mask-bg-img-1 .thumb {
    -webkit-mask-image: url("../img/bg/8h4.png");
}

.mask-bg-wrap.mask-bg-img-1:after {
    background-image: url("../img/bg/8h4.png");
}

.mask-bg-wrap.mask-bg-img-2 .thumb {
    -webkit-mask-image: url("../img/bg/8h5.png");
}

.mask-bg-wrap.mask-bg-img-2:after {
    background-image: url("../img/bg/8h5.png");
    bottom: -20px;
    right: -15px;
}

.mask-bg-wrap.mask-bg-img-3 .thumb {
    -webkit-mask-image: url("../img/bg/1.png");
}

.mask-bg-wrap.mask-bg-img-3:after {
    background-image: url("../img/bg/1.png");
    bottom: -20px;
    right: -15px;
}

.riyaqas-stab .nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}

.riyaqas-stab .nav-tabs .nav-link {
    border: 0 !important;
    background: transparent;
    font-size: 18px;
    position: relative;
    transition: 0.3s;
    padding: 0 0 10px 0;
    margin: 0 50px 0 10px;
}

.riyaqas-stab .nav-tabs .nav-link:hover, .riyaqas-stab .nav-tabs .nav-link.active {
    color: var(--main-color-one);
}

.riyaqas-stab .nav-tabs .nav-link:hover:after, .riyaqas-stab .nav-tabs .nav-link.active:after {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
}

.riyaqas-stab .nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--main-color-one);
    height: 1px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.riyaqas-stab .riyaqas-stab-content {
    padding: 35px 0;
}

/*----------------------------------------
	## ui elements
----------------------------------------*/
.bs-popover-right {
    top: 85px !important;
    margin-left: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #424344 !important;
    box-shadow: 0px 15px 18px #00000029;
}

.bs-popover-right .arrow {
    display: none !important;
}

.bs-popover-right .popover-body {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.42px;
    color: #F6F6F6;
    padding: 30px;
}

.navbar-area-ui-element {
    position: inherit !important;
}

.single-alert {
    max-width: 536px;
    box-shadow: 0px 12px 50px #97A1B238;
    border-radius: 6px;
    padding: 70px 0 62px;
}

.single-alert .thumb {
    margin-bottom: 25px;
}

.single-alert p {
    font-size: 18px;
    letter-spacing: 0;
    color: #97A1B2;
    margin-bottom: 0;
}

.single-alert-mail-check {
    max-width: 536px;
    box-shadow: 0px 12px 50px #97A1B238;
    border-radius: 6px;
    padding: 100px 0;
    position: relative;
}

.single-alert-mail-check p {
    margin-bottom: 0;
}

.single-alert-mail-check .mail-alert-close {
    position: absolute;
    right: -22px;
    top: -20px;
    cursor: pointer;
}

.login-register-basic {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0);
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

/*--------------------------------
    ## All map
----------------------------------*/
.worldmap-wrap {
    overflow: hidden;
    height: 360px;
}

.worldmap-wrap .world-map {
    height: 360px;
}

.worldmap-wrap .water {
    fill: none;
}

.worldmap-wrap .land {
    fill: #D9E3F1;
    stroke: #ffffff;
    stroke-width: 0.7px;
    width: 100% !important;
    margin: 0 auto;
}

/***** google map *****/
.map-area-wrap {
    box-shadow: 0px 25px 70px #01358d1A;
    border-radius: 6px;
    overflow: hidden;
}

#map {
    height: 450px;
}

.map-area-wrap .desktop-center-item {
    display: grid;
}

.contact-info {
    padding: 50px;
}

.contact-info .title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.36px;
    color: var(--logo-blue-color);
    position: relative;
    margin-bottom: 15px;
    display: block;
}

.contact-info .sub-title {
    margin-bottom: 26px;
}

.contact-info p {
    font-size: var(--body-font-size);
    line-height: 28px;
    letter-spacing: 0.3px;
    color: #5B6880;
}

.contact-info p span {
    color: var(--logo-blue-color);
    font-weight: 500;
}

.more-question-area .single-service {
    padding: 96px 40px 78px 40px;
}

.more-question-area .single-service img {
    margin-bottom: 35px;
}

.more-question-area .single-service h6 {
    margin-bottom: 16px;
}

/*--------------------------------
    ## Video popup
----------------------------------*/
.img-with-video {
    background-position: center -2px;
    background-size: 83%;
    background-repeat: no-repeat;
}

.img-with-video .img-wrap {
    position: relative;
}

.img-with-video .img-wrap .hover {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -33px;
    margin-top: -52px;
}

.img-with-video .img-wrap .hover img {
    width: 76px;
    height: 76px;
}

.img-with-video .img-wrap .hover a {
    position: relative;
    display: inline-block;
}

.img-with-video .img-wrap .hover a i {
    font-size: 75px;
    color: var(--main-color-one);
}

.img-with-video-2 {
    padding-top: 0;
    padding-bottom: 0;
}

/****** Vider Magnific-popup ***/
.mfp-zoom-in .mfp-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.mfp-zoom-in {
    /* animate in */
    /* animate out */
}

.mfp-zoom-in .mfp-content {
    opacity: 0;
    transition: all 0.3s ease-in;
    transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-in;
}

.mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
    transform: scale(0.7);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/*----------------------------------------
	## All slider
----------------------------------------*/
.sbs-testimonial-slider {
    height: 300px;
    margin-left: -90px;
    position: relative;
    width: 838px;
}

.sbs-testimonial-slider .sbs-arrowleft {
    position: absolute;
    right: 0;
    bottom: 53px;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    border: 1px solid #EFEFEF;
    background: #fff;
    color: #5B6880;
    z-index: 2;
}

.sbs-testimonial-slider .sbs-arrowleft i {
    transition: all 0.3s ease-in;
}

.sbs-testimonial-slider .sbs-arrowleft a {
    display: block;
}

.sbs-testimonial-slider .sbs-arrowleft:hover i {
    opacity: 0.7;
}

.sbs-testimonial-slider .sbs-arrowright {
    position: absolute;
    right: 0;
    bottom: 4px;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    border: 1px solid #EFEFEF;
    background: #fff;
    color: #5B6880;
    z-index: 2;
}

.sbs-testimonial-slider .sbs-arrowright i {
    transition: all 0.3s ease-in;
}

.sbs-testimonial-slider .sbs-arrowright a {
    display: block;
}

.sbs-testimonial-slider .sbs-arrowright:hover i {
    opacity: 0.7;
}

/********* home 1 client slider **********/
.choose_slider_items {
    position: relative;
}

.choose_slider_items ul {
    position: relative;
}

.choose_slider_items ul li {
    width: 500px;
    background: #ffffff;
    box-shadow: 0px 12px 36px #97A1B224;
    border-radius: 6px;
    padding: 67px 30px 55px 75px;
}

.choose_slider_items ul li img {
    height: 74px;
    width: 74px;
    border-radius: 50%;
    background: #efefef;
    margin-right: 33px;
}

.choose_slider_items ul li .media {
    margin-bottom: 25px;
}

.choose_slider_items ul li .media-body h6 {
    font-size: 21px;
    letter-spacing: 0.21px;
    color: var(--logo-blue-color);
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0;
}

.choose_slider_items ul li .media-body .designation {
    font-size: var(--body-font-size);
    letter-spacing: 0.45px;
    color: #97A1B3;
    line-height: 25px;
    margin-bottom: 0;
}

.choose_slider_items ul li .media-body span i {
    color: #FFC82A;
    font-size: 12px;
}

.choose_slider_items ul li p {
    font-size: var(--body-font-size);
    letter-spacing: 0.3px;
    color: #5B6880;
}

.choose_slider_items .previous_item {
    top: 0;
    transform: scale(0.9, 0.9);
    left: 150px;
    padding: 67px 30px 55px 60px;
    z-index: 1;
}

.choose_slider_items .previous_item_2 {
    top: 0;
    padding: 67px 30px 55px 60px;
    transform: scale(0.7, 0.7);
    left: 32px;
}

.choose_slider_items .previous_hidden {
    top: 0;
    transform: scale(0.7, 0.7);
    padding: 67px 30px 55px 60px;
}

.choose_slider_items .current_item {
    transition: all 0.5s ease-in-out;
}

/********* home 2 client slider **********/
.client-slider {
    margin-top: -10px;
}

.client-slider .owl-item.active.center .client-slider-item {
    box-shadow: 0px 10px 40px #97A1B238;
    transition: all 0.3s ease-in;
}

.client-slider .client-slider-item {
    padding: 20px 45px 37px 45px;
    box-shadow: 0px 2px 12px #97A1B21A;
    border-radius: 6px;
    margin: 30px 10px 45px 10px;
    transition: all 0.3s ease-in;
}

.client-slider .client-slider-item .media .media-left {
    position: relative;
    padding-top: 22px;
    padding-left: 14px;
    margin-right: 34px;
    margin-left: 12px;
    display: inline-block;
}

.client-slider .client-slider-item .media .media-left:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    height: 155px;
    width: 155px;
    top: -22px;
    left: -35px;
    z-index: -1;
    background-size: 100%;
}

.client-slider .client-slider-item .media .media-left.media-left-one:after {
    background-image: url("../img/client/1.svg");
}

.client-slider .client-slider-item .media .media-left.media-left-two:after {
    background-image: url("../img/client/2.svg");
}

.client-slider .client-slider-item .media .media-left.media-left-three:after {
    background-image: url("../img/client/3.svg");
}

.client-slider .client-slider-item .media img {
    padding-right: 0;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #fff;
}

.client-slider .client-slider-item .media .media-body {
    margin-top: 25px;
}

.client-slider .client-slider-item .media .media-body h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: var(--logo-blue-color);
}

.client-slider .client-slider-item .media .media-body p {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.42px;
    color: #5B6880;
}

.client-slider .client-slider-item .client-content {
    font-size: var(--body-font-size);
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #5B6880;
    margin-left: 20px;
}

.client-slider .owl-dots {
    text-align: center;
    line-height: initial;
}

.client-slider .owl-dots .owl-dot {
    width: 16px;
    height: 8px;
    background: #97A1B3;
    display: inline-block;
    margin: 0 4px;
    border-radius: 7px;
    transition: all 0.3s ease-in;
}

.client-slider .owl-dots .owl-dot.active {
    width: 60px;
    height: 8px;
    background: var(--logo-blue-color);
}

/***** screenshot-slider ******/
.screenshot-slider {
    position: relative;
}

.screenshot-slider .thumb {
    box-shadow: 0px 2px 18px -7px var(--logo-blue-color) 2 E;
    margin: 15px 10px;
    transition: all 0.3s ease-in;
}

.screenshot-slider .thumb img {
    width: auto !important;
    max-height: 563px;
    width: 100% !important;
    transition: all 0.3s ease-in;
}

.screenshot-slider:after {
    content: "";
    background-image: url(../img/screenshot/mockup.png);
    height: 100%;
    width: 311px;
    position: absolute;
    background-repeat: no-repeat;
    left: 50%;
    top: 0;
    margin-left: -155px;
    background-size: 100%;
}

.screenshot-slider .owl-item.active ~ .owl-item.active ~ .owl-item.active .screenshot-slider-item .thumb {
    border-radius: 30px;
}

.screenshot-slider .owl-item.active ~ .owl-item.active ~ .owl-item.active .screenshot-slider-item .thumb img {
    border-radius: 30px;
}

.screenshot-slider .owl-item.active ~ .owl-item.active ~ .owl-item.active ~ .owl-item.active .screenshot-slider-item .thumb {
    border-radius: 0 !important;
}

.screenshot-slider .owl-item.active ~ .owl-item.active ~ .owl-item.active ~ .owl-item.active .screenshot-slider-item .thumb img {
    border-radius: 0;
}

.screenshot-slider .owl-prev {
    position: absolute;
    left: 50%;
    margin-left: -55px;
    z-index: 2;
    margin-top: 25px;
}

.screenshot-slider .owl-next {
    position: absolute;
    left: 50%;
    margin-left: 15px;
    z-index: 2;
    margin-top: 25px;
}

/***** testimonial-slider-2- ******/
.testimonial-slider2-bg {
    position: relative;
}

.testimonial-slider2-bg:after {
    content: "";
    position: absolute;
    background-image: url("../img/business/testimonial/5.png");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 81% 0;
    width: 100%;
    right: 0;
    bottom: 0;
    top: 30px;
    z-index: -1;
}

.testimonial-slider-2 .media {
    margin: 60px;
}

.testimonial-slider-2 .media .media-left {
    margin-left: 65px;
}

.testimonial-slider-2 .media .media-left:before {
    content: "";
    position: absolute;
    left: 0;
    top: -56px;
    bottom: 0;
    width: 100%;
    background-size: 48%;
    background-image: url("../img/business/testimonial/1.png");
    background-repeat: no-repeat;
}

.testimonial-slider-2 .media .media-left img {
    height: 370px;
    width: 370px;
    border-radius: 50%;
}

.testimonial-slider-2 .media .media-body {
    background: #FCFCFC;
    box-shadow: 0px 10px 34px #0000001C;
    border-radius: 6px;
    padding: 60px 65px 55px 65px;
    z-index: 1;
    margin-top: 85px;
}

.testimonial-slider-2 .media .media-body p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.32px;
    color: #5B6880;
    padding: 0 22px;
    position: relative;
}

.testimonial-slider-2 .media .media-body p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    background-image: url("../img/business/testimonial/left.png");
    background-repeat: no-repeat;
}

.testimonial-slider-2 .media .media-body p:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 20px;
    width: 20px;
    background-image: url("../img/business/testimonial/right.png");
    background-repeat: no-repeat;
}

.testimonial-slider-2 .media .media-body h6 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.24px;
    color: var(--logo-blue-color);
    position: relative;
    display: inline-block;
}

.testimonial-slider-2 .media .media-body h6:after {
    content: "";
    background: var(--logo-blue-color);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    width: 100%;
    opacity: 0.5;
}

.testimonial-slider-2 .media .media-body span {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.3px;
    color: #97A1B3;
    display: block;
}

.testimonial-slider-2 .owl-dots {
    text-align: center;
    margin-left: 36%;
    margin-top: -50px;
    background: transparent;
}

.testimonial-slider-2 .owl-dots .owl-dot {
    width: 16px;
    height: 8px;
    background: #97A1B3;
    display: inline-block;
    margin: 0 4px;
    border-radius: 7px;
    transition: all 0.3s ease-in;
    position: relative;
}

.testimonial-slider-2 .owl-dots .owl-dot.active {
    width: 60px;
    height: 8px;
    background: var(--logo-blue-color);
}

/***** client-slider-2 *****/
.client-slider-2 {
    box-shadow: 0px 10px 46px #97A1B212;
    border-radius: 10px;
    padding: 28px 0;
    background: #fff;
}

.client-slider-2 .client-slider-2-item {
    text-align: center;
}

.client-slider-2 .thumb img {
    width: auto;
    filter: grayscale(10);
    opacity: 0.4;
    display: inherit;
    transition: all 0.3s ease-in;
}

.client-slider-2 .thumb:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.client-slider-2.style-two {
    box-shadow: none;
}

/***** team slider *****/
.team-slider .team-slider-item {
    display: flex;
    align-items: center;
}

.team-slider .team-slider-item .row {
    align-items: center;
}

.team-slider .team-slider-item .team-member-details {
    margin-right: 100px;
}

.team-slider .team-slider-item .team-member-details h3 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--logo-blue-color);
}

.team-slider .team-slider-item .team-member-details h3 span {
    color: var(--main-color-one);
}

.team-slider .team-slider-item .team-member-details p {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.3px;
    color: #5B6880;
    margin-bottom: 25px;
}

.team-slider .team-slider-item .team-member-details .name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: var(--logo-blue-color);
}

.team-slider .team-slider-item .team-member-details .designation {
    font-size: 13px;
    line-height: 28px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.52px;
    color: #97A1B3;
    margin-bottom: 43px;
}

.team-slider .team-slider-item .team-member-details .social-media-title {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.03px;
    color: #97A1B3;
    float: left;
    margin-right: 100px;
    position: relative;
}

.team-slider .team-slider-item .team-member-details .social-media-title:after {
    content: "";
    position: absolute;
    right: -44px;
    top: 16px;
    height: 1px;
    width: 34px;
    background: #97A1B2;
}

.team-slider .team-slider-item .team-member-details ul {
    padding-left: 0;
    margin-bottom: 0;
    display: inline-block;
}

.team-slider .team-slider-item .team-member-details ul li {
    display: inline-block;
}

.team-slider .team-slider-item .team-member-details ul li a {
    margin: 0 7px;
    display: inline-block;
}

.team-slider .team-slider-item .team-member-details ul li a img {
    width: auto !important;
}

.team-slider .team-slider-item .team-member-img {
    position: relative;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 132px;
}

.team-slider .team-slider-item .team-member-img .thumb {
    max-width: 460px;
    height: auto;
    border-radius: 20px;
}

.team-slider .team-slider-item .team-member-img .thumb img {
    width: 100%;
    border-radius: 20px;
}

.team-slider .team-slider-item .team-member-img .team-shape1 {
    width: 200px;
    height: 60%;
    background: #FFD8DE;
    border-radius: 20px;
    position: absolute;
    margin-left: -70px;
}

.team-slider .team-slider-item .team-member-img .team-shape2 {
    width: 88%;
    height: 100%;
    background: var(--logo-blue-color);
    border-radius: 20px;
    position: absolute;
    margin-right: -20px;
    bottom: 0;
    z-index: -1;
}

.team-slider .owl-item.active .team-member-img .team-shape1 {
    animation: 1.5s 0.3s fadeInRight both;
}

.team-slider .owl-item.active .team-member-img .team-shape2 {
    animation: 1.5s 0.3s fadeUpLeft both;
}

.team-slider .owl-prev {
    position: absolute;
    left: 35%;
    margin-top: -120px;
}

.team-slider .owl-next {
    position: absolute;
    right: -60px;
    margin-top: -120px;
}

.team-slider .owl-dots {
    text-align: center;
    padding-left: 492px;
    margin-top: 43px;
    line-height: normal;
}

.team-slider .owl-dots .owl-dot {
    width: 16px;
    height: 8px;
    background: #97A1B3;
    display: inline-block;
    margin: 0 4px;
    border-radius: 7px;
    transition: all 0.3s ease-in;
}

.team-slider .owl-dots .owl-dot.active {
    width: 60px;
    height: 8px;
    background: var(--logo-blue-color);
}

.marketing-slider .owl-stage {
    right: 125px;
}

.marketing-slider .marketing-slider-details {
    overflow: hidden;
    position: relative;
}

.marketing-slider .marketing-slider-details .thumb {
    overflow: hidden;
}

.marketing-slider .marketing-slider-details .thumb img {
    transform: scale(1);
    transition: 0.8s;
}

.marketing-slider .marketing-slider-details:before {
    content: "";
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 53, 141, 0.4);
    transition: all 0.5s ease;
    z-index: 1;
    opacity: 0;
}

.marketing-slider .marketing-slider-details:after {
    content: "";
    position: absolute;
    right: -50%;
    bottom: -50%;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 53, 141, 0.4);
    transition: all 0.5s ease;
    z-index: 1;
    opacity: 0;
}

.marketing-slider .marketing-slider-details .marketing-slider-content {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    padding: 20px 30px;
    z-index: 2;
}

.marketing-slider .marketing-slider-details .marketing-slider-content a {
    width: 106px;
    height: 106px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    line-height: 106px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -53px;
    transition: 0.4s;
    opacity: 0;
}

.marketing-slider .marketing-slider-details .marketing-slider-content a img {
    width: auto !important;
    display: inline-block;
}

.marketing-slider .marketing-slider-details .marketing-slider-content p {
    position: absolute;
    bottom: 5px;
    color: #fff;
    opacity: 0;
    transition: 0.6s;
}

.marketing-slider .marketing-slider-details:hover:before {
    left: 0;
    top: 0;
    opacity: 1;
}

.marketing-slider .marketing-slider-details:hover:after {
    right: 0;
    bottom: 0;
    opacity: 1;
}

.marketing-slider .marketing-slider-details:hover .thumb img {
    transform: rotate(3deg) scale(1.1);
}

.marketing-slider .marketing-slider-details:hover .marketing-slider-content a {
    margin-top: -53px;
    opacity: 1;
}

.marketing-slider .marketing-slider-details:hover .marketing-slider-content p {
    bottom: 15px;
    opacity: 1;
}

.marketing-slider .owl-prev {
    position: absolute;
    bottom: -52px;
}

.marketing-slider .owl-next {
    position: absolute;
    left: 76px;
    bottom: -52px;
}

/***** blog-gallery-slider *******/
.blog-gallery-slider .owl-prev,
.blog-gallery-slider .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #FFFFFF;
    width: 54px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    transition: 0.3s;
    color: #fff;
}

.blog-gallery-slider .owl-prev:hover,
.blog-gallery-slider .owl-next:hover {
    background: black;
}

.blog-gallery-slider .owl-prev {
    left: 0;
}

.blog-gallery-slider .owl-next {
    right: 0;
}

/*--------------------------------------------------------------
	## service section
--------------------------------------------------------------*/
.single-service {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 34px #97A1B21F;
    padding: 96px 40px 35px 40px;
    margin-bottom: 16px;
    transition: all 0.3s ease-in;
}

.single-service img {
    margin-bottom: 42px;
    width: auto !important;
}

.single-service h6 {
    margin-bottom: 26px;
    font-weight: 600;
    letter-spacing: 0.22px;
    color: var(--logo-blue-color);
}

.single-service h6 a {
    color: var(--logo-blue-color);
}

.single-service p {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.3px;
}

.single-service .read-more {
    margin-top: 35px;
    position: relative;
    text-align: right;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.single-service .read-more img {
    margin-bottom: 0;
    width: auto !important;
}

.single-service .read-more a {
    margin-right: 10px;
    transition: all 0.3s ease-in;
}

.single-service .read-more:before {
    content: "";
    position: absolute;
    height: 32px;
    width: 2px;
    left: -29px;
    top: -4px;
    background: #32E2A9;
    transition: all 0.3s ease-in;
}

.single-service:hover {
    box-shadow: 0px 18px 34px #97a1b24f;
}

.single-service:hover .read-more {
    visibility: visible;
    opacity: 1;
}

.single-service:hover .read-more a {
    margin-right: 0;
}

.single-service:hover .read-more:before {
    left: -39px;
}

.service-carousel .owl-item {
    padding: 50px 7px;
}

/******* single-service-left *******/
.single-service-left {
    margin: 0 10px;
    background: #fff;
    padding: 57px 44px 60px;
    box-shadow: 0px 12px 34px #97A1B221;
    border-radius: 6px;
    transition: all 0.3s ease-in;
    margin-bottom: 20px;
}

.single-service-left:hover {
    box-shadow: 0px 15px 40px #97A1B247;
}

.single-service-left .media .thumb {
    height: 130px;
    width: 130px;
    border-radius: 50%;
}

.single-service-left .media .thumb img {
    width: 100%;
}

.single-service-left .media .media-body {
    margin-left: 38px;
}

.single-service-left .media .media-body h6 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.24px;
    color: var(--logo-blue-color);
    margin-bottom: 25px;
}

.single-service-left .media .media-body p {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.03px;
    color: #5B6880;
    margin-bottom: 20px;
}

.single-service-left .media .media-body a {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #5B6880;
    position: relative;
    transition: all 0.3s ease-in;
}

.single-service-left .media .media-body a img {
    margin-left: 9px;
    transition: all 0.3s ease-in;
}

.single-service-left .media .media-body a i {
    font-size: 26px;
    position: absolute;
    right: -33px;
    bottom: -4px;
}

.single-service-left .media .media-body a:hover {
    color: var(--main-color-one);
}

.single-service-left .media .media-body a:hover img {
    margin-left: 13px;
}

/** single-service-area-2 **/
.single-service-2 {
    padding: 57px 44px 48px;
    box-shadow: 0px 3px 44px #97A1B238;
    border-radius: 8px;
    transition: all 0.3s ease-in;
    margin-bottom: 20px;
}

.single-service-2:hover {
    box-shadow: 0px 18px 69px #97A1B245;
}

.single-service-2 .thumb {
    margin-bottom: 30px;
}

.single-service-2 h6 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.48px;
    color: var(--logo-blue-color);
    margin-bottom: 20px;
}

.single-service-2 p {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #5B6880;
}

.single-service-2.style-two {
    box-shadow: none;
}

.single-service-2.style-two.active, .single-service-2.style-two:hover {
    box-shadow: 0px 2px 69px #97A1B245;
    background: #fff;
}

.single-service-2.style-three {
    padding: 42px 40px 42px;
}

.single-service-2.style-three .thumb {
    margin-bottom: 14px;
}

.single-service-2.style-three h6 {
    margin-bottom: 18px;
}

.single-service-2.style-three a.arrow {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.3px;
    color: #5B6880;
    position: relative;
    padding-right: 25px;
    transition: all 0.3s ease-in;
}

.single-service-2.style-three a.arrow i {
    margin-left: 2px;
    transition: all 0.3s ease-in;
    position: absolute;
    right: -2px;
    top: 2px;
}

.single-service-2.style-three a.arrow:hover {
    color: var(--main-color-one);
}

.single-service-2.style-three a.arrow:hover i {
    right: -6px;
}

/** single-offer  **/
.single-offer {
    background: #fff;
    padding: 52px 46px 51px;
    box-shadow: 0px 2px 69px #97A1B238;
    border-radius: 18px;
    transition: all 0.3s ease-in;
    margin-bottom: 30px;
}

.single-offer .media .media-body {
    margin-left: 44px;
    display: flex;
    align-items: center;
}

.single-offer .media .media-body h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.22px;
    color: var(--logo-blue-color);
    margin-bottom: 0;
}

.single-work-processing {
    margin-bottom: 80px;
}

.work-processing-details .section-title {
    margin-bottom: 0;
}

/********* single-software-store style *********/
.bg-after {
    position: relative;
}

.bg-after:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--logo-blue-color);
    opacity: 0.7;
    z-index: 0;
}

.software-store-wrap {
    margin: 0;
    padding: 0;
}

.software-store-wrap li {
    width: 20%;
    display: inline-block;
    float: left;
    padding: 0 15px;
}

.single-software-store {
    background: #fff;
    padding: 50px 20px 37px 20px;
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 8px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in;
}

.single-software-store:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
    z-index: 0;
}

.single-software-store .thumb {
    margin-bottom: 17px;
    position: relative;
    z-index: 1;
}

.single-software-store .thumb img {
    width: 90px;
    height: 90px;
}

.single-software-store h4 {
    color: #5B6880;
    position: relative;
    z-index: 1;
}

.single-software-store:hover {
    box-shadow: 0px 10px 30px #00000029;
}

.single-software-store:hover .thumb {
    animation: top-image-bounce 3s infinite ease-in-out;
}

.single-software-store:hover:after {
    visibility: visible;
    opacity: 0.06;
}

/*----------------------------------------------
	## Feature
-----------------------------------------------*/
.single-feature {
    margin-bottom: 52px;
}

.single-feature .media {
    background: #fff;
    box-shadow: 0px 12px 50px #AFAFAF38;
    border-radius: 0px 100px 0px 0px;
    padding: 62px 57px 52px 52px;
}

.single-feature .media .media-left {
    margin-right: 26px;
}

.single-feature .media .media-body h6 {
    letter-spacing: 0.22px;
    color: var(--logo-blue-color);
    margin-bottom: 12px;
    font-weight: 600;
}

.single-feature .media .media-body p {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.3px;
    color: #5B6880;
}

.single-feature .border-radius-2 {
    border-radius: 0px 0px 0px 100px;
}

.single-feature .border-radius-3 {
    border-radius: 100px 0px 0px 0px;
}

.single-feature .border-radius-4 {
    border-radius: 0px 0px 100px 0px;
}

.single-feature-left {
    margin-right: 17px;
}

.single-feature-right {
    margin-left: 17px;
}

/*----------------------------------------
	## Pricing
----------------------------------------*/
.single-pricing {
    background: #f6f6f6 !important;
    box-shadow: 0px 3px 26px var(--logo-blue-color) 0 D;
    padding: 54px 50px 46px 50px;
    transition: all 0.3s ease-in;
}

.single-pricing .title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.36px;
    color: #5B6880;
    margin-bottom: 40px;
}

.single-pricing .thumb {
    margin-bottom: 40px;
}

.single-pricing .amount {
    border-bottom: 1px solid #E4E4E5;
    margin-bottom: 20px;
    padding-bottom: 16px;
}

.single-pricing .amount del {
    display: block;
    margin-bottom: 5px;
}

.single-pricing .amount p {
    color: var(--main-color-one);
}

.single-pricing .price {
    font-size: 36px;
    line-height: 43px;
    font-weight: 500;
    letter-spacing: 0.72px;
    color: var(--logo-blue-color);
    margin-bottom: 18px;
}

.single-pricing .price span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.36px;
    color: #5B6880;
    margin-left: -9px;
}

.single-pricing ul {
    padding-bottom: 40px;
    padding-left: 0;
    transition: 0.4s ease-in-out;
}

.single-pricing ul li {
    font-size: var(--body-font-size);
    line-height: 40px;
    letter-spacing: 0.3px;
    color: #5B6880;
    list-style: none;
}

.single-pricing .btn {
    border-color: #97A1B2;
}

.single-pricing.style-two .title {
    margin-bottom: 30px;
}

.single-pricing.style-two .thumb {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: #FFF7F8;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.single-pricing-active {
    background: #0041AF !important;
    box-shadow: 0px 12px 20px var(--logo-blue-color) 57;
}

.single-pricing-active .title {
    color: #fff;
}

.single-pricing-active .thumb {
    margin-bottom: 40px;
}

.single-pricing-active .amount del {
    color: #fff;
}

.single-pricing-active .price {
    color: #fff;
}

.single-pricing-active .price span {
    color: #fff;
}

.single-pricing-active ul li {
    color: #fff;
}

.single-pricing-active .btn {
    border-color: #fff;
}

.sb-pricing-tabs {
    display: inline-block;
    border-bottom: 0;
    margin-bottom: 70px;
}

.sb-pricing-tabs .nav-item {
    display: inline-block;
}

.sb-pricing-tabs .nav-item a {
    border: 1px solid #F1E7E8;
    font-size: 14px;
    border-radius: 0;
    height: 46px;
    padding: 0 20px;
    line-height: 46px;
    margin: 0 2px;
    position: relative;
}

.sb-pricing-tabs .nav-item a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    background: var(--main-color-one);
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    margin-left: -5px;
    visibility: hidden;
    opacity: 0;
}

.sb-pricing-tabs .nav-item a.active {
    border: 1px solid var(--main-color-one);
    background: var(--main-color-one);
    color: #fff;
}

.sb-pricing-tabs .nav-item a.active:after {
    visibility: visible;
    opacity: 1;
}

.sb-hosting-tabs {
    border-bottom: 0;
}

.sb-hosting-tabs .nav-item {
    display: block;
    width: 100%;
    margin-bottom: 16px;
}

.sb-hosting-tabs .nav-item a {
    border: 1px solid #F1E7E8;
    font-size: 20px;
    border-radius: 0;
    padding: 10px 20px;
    margin: 0 2px;
    position: relative;
    display: block;
    letter-spacing: 0.4px;
}

.sb-hosting-tabs .nav-item a img {
    margin-right: 10px;
}

.sb-hosting-tabs .nav-item a.active {
    border: 1px solid var(--main-color-one);
    background: var(--main-color-one);
    color: #fff;
}

.sb-hosting-tabs .nav-item a.active img {
    filter: brightness(200);
}

.sb-hosting-tabs .nav-item:last-child {
    margin-bottom: 0;
}

/********* progress bar style **********/
.progress-item {
    padding-top: 5px;
    padding-bottom: 18px;
}

.progress-item .progress-heading {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.18px;
    color: var(--logo-blue-color);
}

.progress-item .progress-count {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.84px;
    color: var(--logo-blue-color);
    float: right;
}

.progress-item .progress-bg {
    position: relative;
    height: 10px;
    border-radius: 5px;
    background: rgba(249, 85, 109, 0.2);
    margin-top: 12px;
}

.progress-item .progress-bg .progress-rate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #F9556D;
    transition: 2.5s;
    border-radius: 5px;
}

/******* team style ********/
.single-team {
    padding: 0 30px;
    margin-bottom: 65px;
}

.single-team .thumb {
    max-height: 220px;
    max-width: 220px;
    margin: 0 auto;
}

.single-team .thumb:after {
    content: "";
    position: absolute;
    background-image: url("../img/team/bg.svg");
    background-repeat: no-repeat;
    height: 300px;
    width: 300px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: -1;
}

.single-team .thumb img {
    border-radius: 50%;
    border: 12px solid #175198;
}

.single-team h6 {
    margin: 58px 0 5px;
}

.single-team h6 a {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.48px;
    color: var(--logo-blue-color);
}

.single-team span {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    line-height: 28px;
    letter-spacing: 1.02px;
    color: #97A1B3;
    font-family: var(--raleway-font);
    font-style: italic;
}

.single-team p {
    font-size: var(--body-font-size);
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #5B6880;
    margin-top: 18px;
    margin-bottom: 0;
}

/********* songle blog post **********/
.single-case-studies {
    box-shadow: 0px 10px 34px #97A1B21F;
    border-radius: 6px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in;
}

.single-case-studies .thumb {
    overflow: hidden;
}

.single-case-studies .thumb img {
    transform: scale(1);
    transition: 0.6s;
}

.single-case-studies .details {
    padding: 34px 28px 38px;
}

.single-case-studies .details h6 {
    margin-bottom: 0;
}

.single-case-studies .details h6 a {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--logo-blue-color);
    line-height: 1.2;
}

.single-case-studies .details p {
    margin-top: 15px;
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    margin-bottom: 0;
}

.single-case-studies .details .read-more {
    color: #97A1B2;
    margin-top: 15px;
    display: inline-block;
    position: relative;
}

.single-case-studies .details .read-more i {
    position: absolute;
    bottom: 0px;
    right: -28px;
    transition: 0.3s;
    font-size: 22px;
}

.single-case-studies .details .read-more:hover {
    color: var(--main-color-one);
}

.single-case-studies .details .read-more:hover i {
    right: -33px;
}

.single-case-studies .details .admin {
    margin-top: 20px;
}

.single-case-studies .details .admin img {
    width: 30px;
    height: 30px;
    border: 1px solid #97A1B3;
    border-radius: 50%;
    margin-right: 5px;
}

.single-case-studies .details .admin span {
    color: #97A1B3;
}

.single-case-studies:hover {
    box-shadow: 0px 16px 42px #97A1B230;
}

.single-case-studies:hover .thumb img {
    transform: scale(1.1) rotate(2deg);
}

.single-case-studies.style-two {
    box-shadow: none;
}

.single-case-studies.style-two .details {
    padding: 28px 0 0 0;
}

.single-case-studies.style-two .details .admin {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 13px;
}

.single-post {
    margin-bottom: 50px;
}

.single-post .thumb {
    overflow: hidden;
}

.single-post .thumb img {
    transform: scale(1);
    transition: 0.6s;
}

.single-post:hover .thumb img {
    transform: scale(1.1) rotate(2deg);
}

.single-post h6 {
    margin: 17px 0 12px;
}

.single-post h6 a {
    font-size: 24px;
    font-weight: 500;
    line-height: 44px;
    color: var(--logo-blue-color);
}

.single-post p {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.3px;
    color: #5B6880;
    margin-bottom: 16px;
}

.single-post a {
    font-size: var(--body-font-size);
    line-height: var(--line-height30);
    letter-spacing: 0.3px;
    color: #97A1B2;
    transition: all 0.3s ease-in;
}

.single-post a span {
    transition: all 0.3s ease-in;
}

.single-post a:hover {
    color: var(--logo-blue-color);
}

.single-post a:hover span {
    padding-left: 3px;
    color: var(--logo-blue-color);
}

/*---------------------------------------
    ## Counter area
---------------------------------------*/
.single-counter .counting {
    font-size: 45px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 1.04px;
    color: #fff;
}

.single-counter h6 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: var(--raleway-font);
    letter-spacing: 0.36px;
    color: #fff;
    margin: 5px 0 0;
}

/******* comming soon count down ********/
.comming-soon-area {
    height: 100vh;
    display: flex;
    align-items: center;
}

.comming-soon-area .comming-soon-title {
    margin-bottom: 50px;
}

.comming-soon-area .newsletter-subcribe {
    margin-top: 200px;
}

.comming-soon-area .newsletter-subcribe p {
    font-size: 20px;
    color: var(--logo-blue-color);
    margin-bottom: 35px;
}

.comming-soon-title {
    font-size: 100px;
    font-weight: 300;
    letter-spacing: 0;
    color: var(--logo-blue-color);
}

.countdown-item {
    height: 160px;
    width: 160px;
    padding-top: 44px;
    margin-right: 40px;
    display: inline-block;
    border: 1px solid var(--main-color-one);
    border-radius: 50%;
    text-align: center;
}

.countdown-item h2 {
    margin: 0;
    line-height: 1.3;
    color: #5B6880;
    font-weight: 300;
    font-size: 36px;
}

.countdown-item span {
    margin: 0;
    line-height: 1.2;
    color: #5B6880;
    font-size: 18px;
    font-weight: 300;
}

.countdown-item:last-child {
    margin-right: 0;
}

/*----------------------------------------
    ## All form
------------------------------------------*/
.riyaqas-form-wrap .btn {
    height: 48px;
    line-height: 48px;
    padding: 0 60px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-top: 30px;
}

.single-input-wrap {
    position: relative;
    margin-bottom: 30px;
}

.single-input-wrap .single-input {
    width: 100%;
    height: 52px;
    background: transparent;
    border: 1px solid #D9DDE4;
    border-radius: 4px;
    padding: 18px;

    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.3px;
    color: #97A1B2;
}

.single-input-wrap .single-input.textarea {
    min-height: 134px;
}

.single-input-wrap.input-checkbox {
    margin-bottom: 30px;
}

.single-input-wrap.input-checkbox .single-input {
    width: auto;
    height: auto;
}

.single-input-wrap .input-checkbox-text span {
    color: var(--main-color-one);
}

.single-input-wrap .single-select {
    width: 100%;
    height: 52px;
    background: transparent;
    border: 1px solid #D9DDE4;
    border-radius: 4px;
    padding: 16px 18px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.3px;
    color: #97A1B2;
}

.single-input-wrap .single-select span.current {
    width: 180px;
    display: block;
}

.single-input-wrap .single-select:after {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    height: 7px;
    right: 20px;
    width: 7px;
}

.single-input-wrap .single-select .list {
    width: 100%;
}

.single-input-wrap .single-select .list li {
    font-size: 14px !important;
    letter-spacing: 0.28 !important;
    color: #97A1B2 !important;
    font-weight: 400 !important;
    transition: 0.4s !important;
}

.single-input-wrap .single-select .list li:hover, .single-input-wrap .single-select .list li:focus, .single-input-wrap .single-select .list li.selected {
    color: var(--logo-blue-color) !important;
}

.single-input-wrap label {
    position: absolute;
    top: 17px;
    left: 20px;
    color: #999;
    cursor: text;
    transition: all 0.15s ease-in-out 0s;
    z-index: -1;
    font-size: var(--body-font-size);
    line-height: 1.2;
    letter-spacing: 0.3px;
    color: #97A1B2;
}

.single-input-wrap label.active {
    top: -6px;
    left: 17px;
    font-size: 11px;
    color: inherit;
    cursor: pointer;
    color: #97A1B2;
    background: #fff;
    z-index: 1;
    padding: 0 1px;
}

.riyaqas-file-input-wrap {
    margin-top: 10px;
    height: 100%;
}

.riyaqas-file-input-wrap .riyaqas-file-input {
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    width: 100%;
}

.riyaqas-file-input-wrap label {
    cursor: pointer;
    border: 0;
    color: #fff;
    border-radius: 0;
    background: #32E2A9;
    height: 62px;
    line-height: 64px;
    text-align: center;
    padding: 0;
    cursor: cell;
}

.riyaqas-file-input-wrap label:after {
    display: none !important;
}

.job-apply-area {
    box-shadow: 0px 8px 30px #97A1B224;
    border-radius: 8px;
    padding: 120px 68px;
}

.job-apply-area .single-input-wrap .single-input {
    border: 0;
    border-bottom: 1px solid #D9DDE4;
    border-radius: 0;
    padding: 0;
}

.job-apply-area .single-input-wrap textarea {
    padding: 10px 0 !important;
}

.job-apply-area .single-input-wrap label {
    left: 0;
}

.job-apply-area .btn-blue {
    margin-top: 70px;
}

/*------------------------------------------
    gallery Item
------------------------------------------*/
.gallery-menu {
    margin-bottom: 60px;
    padding-left: 0 !important;
}

.gallery-menu li {
    display: inline-block;
    font-size: 16px;
    color: #5B6880;
    margin: 0 27px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
}

.gallery-menu li:before {
    position: absolute;
    left: auto;
    right: 0;
    top: 100%;
    content: "";
    background: var(--main-color-one);
    height: 1px;
    width: 0%;
    visibility: hidden;
    opacity: 0;
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    transition: 0.9s;
}

.gallery-menu li.active:before, .gallery-menu li:hover:before {
    visibility: visible;
    opacity: 1;
    right: auto;
    left: 0;
    width: 100%;
}

.gallery-menu li.active, .gallery-menu li:hover {
    color: var(--main-color-one);
}

.single-work-item {
    text-align: center;
    position: relative;
    overflow: hidden;
    display: block;
}

.single-work-item .thumb {
    overflow: hidden;
}

.single-work-item .thumb img {
    transform: scale(1);
    transition: 0.8s;
}

.single-work-item .thumb:before {
    content: "";
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 24, 64, 0.3);
    transition: all 0.6s ease;
    z-index: 1;
    opacity: 0;
}

.single-work-item .thumb:after {
    content: "";
    position: absolute;
    right: -50%;
    bottom: -50%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 24, 64, 0.3);
    transition: all 0.6s ease;
    z-index: 1;
    opacity: 0;
}

.single-work-item .content-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    align-items: center;
    display: inline-grid;
    transition: all 0.6s ease;
    visibility: hidden;
    opacity: 0;
}

.single-work-item .content-wrap .cats {
    font-size: 16px;
    color: #F9556D;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.single-work-item .content-wrap .title {
    font-size: 24px;
    color: #fff;
    padding: 0 35px;
    display: inline-block;
    letter-spacing: 0.48px;
    font-weight: 500;
    display: block;
}

.single-work-item:hover .thumb img {
    transform: scale(1.1) rotate(3deg);
}

.single-work-item:hover .thumb:before {
    left: 0;
    top: 0;
    opacity: 1;
}

.single-work-item:hover .thumb:after {
    right: 0;
    bottom: 0;
    opacity: 1;
}

.single-work-item:hover .content-wrap {
    visibility: visible;
    opacity: 1;
}

.mfp-bg {
    background-color: rgba(2, 48, 71, 0.8);
}

.mfp-zoom-out-cur {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer !important;
}


@media only screen and (min-width: 1800px) {
    .swp-right-thumb {
        padding-left: 50px;
    }

    .signUp-popup.login-register-popup .riyaqas-form-wrap .btn-wrap {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 1600px) {
    .testimonial-slider-2 .media .media-left:before {
        content: '';
        position: absolute;
        left: 0;
        top: auto;
        bottom: -102px;
        height: 650px;
        width: 650px;
        background-size: 100% !important;
    }
}

@media only screen and (max-width: 1680px) {
    .banner-slider-one .banner-thumb .banner-1-img3 {
        right: 30px;
        bottom: 28px;
        width: 65% !important;
    }

    .banner-slider-one .banner-thumb .banner-1-img2 {
        top: 15px;
    }

    .banner-slider .owl-prev {
        left: -60px;
    }

    .banner-slider .owl-next {
        right: -60px;
    }

    .sba-header-area:after {
        background-size: 54%;
        top: 0;
    }

    .screenshot-slider:after {
        width: 290px;
        margin-left: -145px;
    }

    .single-service-left {
        padding: 35px 30px 30px;
    }

    .single-service-left .media .thumb {
        height: 100px;
        width: 100px;
    }

    .single-service-left .media .media-body {
        margin-left: 20px;
    }

    .single-service-left .media .media-body h6 {
        margin-bottom: 15px;
    }

    .testimonial-slider-2 .media .media-left:before {
        background-size: 55%;
    }

    .testimonial-section .section-title {
        padding-left: 120px;
    }

    .marketing-area .section-title {
        padding: 40px 40px 40px;
    }

    .single-service-2.style-two {
        padding: 57px 35px 48px;
    }

    .sbbs-header-area .banner-thumbnail {
        width: 60%;
    }

    .sbbs-header-area .banner-thumbnail .hover {
        margin-left: -44px;
        margin-top: -54px;
    }

    .banner-animate-thumb .header-img-3 {
        top: 70px;
        left: 31%;
    }

    .single-offer {
        padding: 52px 35px 51px;
    }

    .single-offer .media .media-body {
        margin-left: 25px;
    }

    .sbtc-header-area .header-inner .title {
        font-size: 60px;
    }

    .sbtl-header-area .banner-slider-item {
        padding-top: 40px;
    }

    .sbdm-image-gurd2 .sbdm-image-2 {
        right: -35px;
    }

    .team-slider .team-slider-item .team-member-img .team-shape2 {
        width: 100%;
    }

    .team-slider .owl-next {
        right: -90px;
    }

    .sbtc-goal-counter-area .goal-counter {
        top: 14%;
    }

    .testimonial-slider-2 .media .media-body {
        margin-top: 60px;
    }

    .error-page-left-img .top-image {
        margin-bottom: 0;
    }

    .signUp-popup.login-register-popup .riyaqas-form-wrap .btn-wrap {
        margin-top: 10px;
    }

    .header-area .title {
        font-size: 49px;
    }

    .sba-header-area {
        padding: 0px 0 113px;
    }

    .sbbs-header-area {
        height: 100vh;
    }

    .sbbs-header-area .header-inner {
        padding-top: 153px;
    }


    /****** section space ******/
    .sbbs-business-manage-area.mg-top-75 {
        margin-top: 85px;
    }

    .sbbs-data-analytics-area.mg-top-45 {
        margin-top: 65px;
    }

    .sbbs-pricing-area.mg-top-75 {
        margin-top: 85px;
    }


    /******* blog responsive *******/
    .sidebar-area {
        padding: 55px 40px 0;
    }

    .widget-recent-post ul li .media img {
        width: 100px;
        height: auto;
    }

    .widget-recent-post ul li .media .media-body .title {
        margin-bottom: 10px;
    }

    .widget-recent-post ul li .media .media-body .post-date {
        font-size: 14px;
    }


    /***** comming soon page ******/
    .comming-soon-title {
        font-size: 70px;
    }

    .countdown-item {
        height: 140px;
        width: 140px;
        padding-top: 37px;
    }

    .countdown-item h2 {
        font-size: 30px;
    }

    .countdown-item span {
        font-size: 18px;
    }

    .sbtc-team-section.mg-top-65 {
        margin-top: 75px;
    }


    /*** home 8 ***/
    .h8-banner-area .title {
        font-size: 55px;
    }

}

/* Medium Layout: 1500px. */
@media only screen and (max-width: 1550px) {
    .btn {
        height: 48px;
        line-height: 48px;
        padding: 0 43px;
    }

    .header-area .sub-title {
        font-size: 16px !important;
    }

    .section-title .title {
        font-size: 39px;
        line-height: 50px;
    }

    .single-video-play span {
        font-size: 15px;
        margin-right: 20px;
    }

    .navbar-area .nav-container .desktop-logo {
        margin-right: 60px;
    }

    .header-area .title {
        font-size: 49px !important;
        line-height: 58px !important;
    }

    .header-area p br {
        display: none;
    }

    .banner-slider-one .banner-thumb {
        margin-top: 35px;
    }

    .banner-slider-one .banner-thumb .banner-1-img2 {
        top: 0px;
    }

    .header-area.header-bg .banner-slider-one .owl-item .header-inner-img {
        width: 92% !important;
    }

    .header-area.header-bg .banner-slider-one .banner-thumb .banner-1-img2 {
        right: 15px;
    }

    .header-area.header-bg .banner-slider-one .banner-thumb .banner-1-img3 {
        right: 80px;
        bottom: 20px;
        width: 60% !important;
    }

    .banner-slider .owl-prev {
        left: -56px;
        font-size: 32px;
    }

    .banner-slider .owl-next {
        right: -56px;
        font-size: 32px;
    }

    .single-service {
        padding: 50px 20px 35px 20px;
    }

    .single-service img {
        margin-bottom: 20px;
        width: 75px !important;
    }

    .single-service h6 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .single-service .read-more:before {
        left: -9px;
    }

    .single-service:hover .read-more:before {
        left: -19px;
    }

    .single-service .read-more {
        margin-top: 25px;
    }

    .talented-pepole-list ul li {
        padding: 0 15px;
    }

    .sbs-provide-security .riyaqas-check-list img {
        margin-right: 9px;
        height: 25px;
    }

    .sbs-provide-security .riyaqas-check-list span {
        font-size: 13px;
    }

    .leftside-image-area.business-tool {
        padding-top: 120px;
        padding-bottom: 100px;
    }

    .footer-widget.widget_nav_menu ul li a {
        margin: 0 15px;
    }

    .worldmap-wrap {
        height: 324px;
    }

    .worldmap-wrap .world-map {
        height: 336px;
    }

    .sbs-talented-people.mg-top-110 {
        margin-top: 80px;
    }

    .choose_slider_items ul li {
        width: 400px;
        padding: 67px 30px 55px 40px;
    }

    .sbs-testimonial-slider {
        width: 730px;
    }

    .choose_slider_items ul li img {
        margin-right: 18px;
    }

    .testimonial-section .section-title p br {
        display: none;
    }

    .single-pricing {
        padding: 35px 25px;
    }

    .single-pricing .title {
        margin-bottom: 20px;
    }

    .single-pricing .thumb {
        margin-bottom: 20px;
    }

    .single-pricing .thumb img {
        width: 66%;
    }

    .single-pricing .price {
        font-size: 30px;
        margin-bottom: 25px;
        padding-bottom: 11px;
    }

    .single-pricing .price span {
        font-size: 16px;
    }

    .single-pricing ul li {
        line-height: 35px;
    }

    .single-pricing ul {
        padding-bottom: 30px
    }

    .single-pricing-active ul {
        padding-bottom: 50px;
    }

    .sbs-testimonial-section:before {
        top: -64%;
    }

    /********* Home 2 responsive *********/
    .sba-featute-area {
        margin-bottom: 105px;
    }

    .single-feature {
        margin-bottom: 16px;
    }

    .single-feature-left {
        margin-right: 0;
    }

    .single-feature-right {
        margin-left: 0;
    }

    .sba-header-area p {
        margin-bottom: 35px;
    }

    .sba-header-area .btn-wrapper {
        margin-bottom: 45px;
    }

    .single-feature .media {
        padding: 30px 30px 20px 30px;
    }

    .single-feature .media .media-left {
        margin-right: 20px;
    }

    .sba-manage-data-area .section-title br {
        display: none;
    }

    .client-slider .client-slider-item {
        padding: 12px;
    }

    .screenshot-slider:after {
        width: 248px;
        left: 50%;
        top: 3px;
        margin-left: -124px;
    }

    .sba-header-area:after {
        background-position: 100% center;
    }

    .sba-header-area {
        padding: 0px 0 110px;
    }

    .sba-manage-data-area {
        padding-top: 60px;
    }


    /********* Home 3 business solution *********/
    .sbbs-header-area .banner-thumbnail {
        width: 48%;
    }

    .sbbs-header-area .banner-thumbnail .hover a {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .sbbs-header-area .banner-thumbnail .hover {
        margin-left: -30px;
        margin-top: -38px;
    }

    .testimonial-slider-2 .media .media-left:before {
        background-size: 51%;
        top: -40px;
    }

    .testimonial-slider-2 .media .media-left img {
        height: 270px;
        width: 270px;
        border-radius: 50%;
    }

    .testimonial-slider-2 .media .media-body {
        padding: 40px 35px 32px 35px;
        margin-top: 35px;
    }

    .testimonial-slider-2 .media .media-body h6 {
        font-size: 20px;
    }

    .testimonial-slider-2 .media .media-body span {
        font-size: 13px;
    }

    .testimonial-slider-2 .owl-dots {
        margin-top: -35px;
    }

    .single-service-left {
        padding: 30px 25px 25px;
    }

    .single-service-left .media .thumb {
        height: 70px;
        width: 70px;
    }

    .single-service-left .media .media-body {
        margin-left: 15px;
    }

    .single-service-left .media .media-body h6 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .single-service-left .media .media-body a img {
        width: 20px;
    }

    .sbbs-business-solution-area:after {
        background-size: 44%;
    }

    .testimonial-slider-2 .media .media-body p {
        font-size: 14px;
    }


    /****** home 4 responsive *******/
    .banner-animate-thumb {
        margin-top: 280px;
        position: relative;
    }

    .banner-animate-thumb .header-img-2 {
        width: 80%;
    }

    .banner-animate-thumb .header-img-3 {
        top: 19px;
        left: 29%;
        width: 29%;
    }

    .banner-animate-thumb .header-img-5 {
        left: 0;
        bottom: 185px;
        width: 120px;
    }

    .banner-animate-thumb .header-img-4 {
        right: 120px;
        bottom: 69px;
        width: 120px;
        z-index: 0;
    }

    .single-service-2 {
        padding: 30px 15px 15px 15px !important;
    }

    .single-service-2 .thumb {
        /*width: 65px;
        height: 65px;*/
        border-radius: 50%;
        margin-bottom: 16px !important;
        margin: 0 auto;
    }

    .single-service-2 h6 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .single-offer {
        padding: 40px 25px 40px 25px;
    }

    .single-offer .media img {
        height: auto;
        width: 60px;
    }

    .single-offer .media .media-body {
        margin-left: 20px;
    }

    .single-offer .media .media-body h6 {
        font-size: 18px;
        line-height: 25px;
    }

    .single-team {
        padding: 0 10px;
    }

    .single-team .thumb {
        max-height: 120px;
        max-width: 120px;
        margin: 0 auto;
    }

    .single-team .thumb:after {
        height: 165px;
        width: 165px;
        background-size: contain;
    }

    .single-team h6 {
        margin: 35px 0 2px;
    }

    .single-team h6 a {
        font-size: 20px;
    }

    .single-team span {
        font-size: 13px;
    }

    .single-team p {
        margin-top: 15px;
    }

    .sbst-provide-security .img-with-video {
        padding-top: 0;
    }


    /********** home 5 responsive ***********/
    .sbtc-header-area {
        background-size: cover;
    }

    .sbtc-header-area .header-thumb {
        margin-top: 125px;
    }

    .sbtc-team-section:after {
        top: 23%;
        background-size: 57%;
    }

    .sbtc-goal-counter-area .goal-counter {
        padding: 40px 40px 45px;
    }

    .single-counter .counting {
        font-size: 35px;
    }

    .single-counter h6 {
        font-size: 16px;
        line-height: 30px;
    }

    .team-slider .team-slider-item .team-member-img .thumb img {
        width: 80%;
    }

    .team-slider .team-slider-item .team-member-img .team-shape2 {
        width: 100%;
        height: 94%;
    }

    .team-slider .team-slider-item .team-member-details .designation {
        margin-bottom: 52px;
    }

    .team-slider .team-slider-item .team-member-details ul {
        display: block;
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .team-slider .team-slider-item .team-member-details ul li a img {
        width: 30px !important;
        height: auto;
    }

    .team-slider .owl-next {
        right: -80px;
    }

    .single-post h6 {
        margin: 26px 0 15px;
    }

    .single-post h6 a {
        line-height: 28px;
        font-size: 20px;
    }

    .single-post p {
        margin-bottom: 20px;
    }

    .sbtc-goal-counter-area .goal-counter {
        top: 20%;
    }


    /******* home 6 responsive *********/
    .sbtl-header-area .banner-slider-item {
        padding-top: 0;
    }

    .single-service-2.style-three {
        padding: 24px;
    }

    .marketing-area .section-title {
        padding: 53px;
    }

    .marketing-area .section-title .title {
        font-size: 30px !important;
        line-height: 40px;
    }

    .marketing-slider .marketing-slider-details .thumb {
        width: max-content;
    }


    /******** home 7 ********/
    .banner-slider-one.style-three .banner-thumb {
        height: auto;
    }

    .sbdm-image-gurd .sbdm-image-3 {
        position: absolute;
        bottom: 0;
    }

    .sbdm-image-gurd2 .sbdm-image-2 {
        width: 21%;
    }

    .marketing-slider .marketing-slider-details .marketing-slider-content {
        right: 7px;
    }

    .marketing-slider .marketing-slider-details .marketing-slider-content p {
        font-size: 14px;
    }

    .riyaqas-list-3 li:before {
        top: 8px;
    }


    /****** blog responsive *******/
    .breadcrumb-area {
        text-align: center;
    }

    .breadcrumb-area .breadcrumb-inner .page-title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 12px;
    }

    .breadcrumb-area .breadcrumb-inner .page-list li {
        font-size: 16px;
    }

    .single-blog-content .single-blog-details h5 {
        font-size: 30px;
    }

    .single-blog-content .single-blog-details h5 a {
        font-size: 30px;
    }

    .sidebar-area {
        padding: 45px 35px 0;
    }

    .widget-title {
        font-size: 24px;
    }

    .widget-recent-post ul li .media {
        margin-bottom: 20px;
    }

    .widget-recent-post ul li .media img {
        width: 90px;
    }

    .widget-recent-post ul li .media .media-body .title {
        margin-bottom: 0px;
        font-size: 16px;
    }

    .widget_categories ul li {
        padding-left: 28px;
    }

    .widget_categories ul li:before {
        margin-top: -5px;
        width: 10px;
        height: 10px;
    }

    .widget_categories ul li a {
        font-size: 14px;
    }

    .widget_categories ul li {
        margin-bottom: 10px;
    }

    .widget_archive ul li a {
        font-size: 14px;
    }

    .widget-newslatter .newsletter-subcribe .form-group input {
        height: 50px;
        line-height: 50px;
        padding: 0 130px 0 20px;
    }

    .widget-newslatter .newsletter-subcribe .form-group .subcribe-submit {
        height: 44px;
        line-height: 46px !important;
        padding: 0 33px;
        font-size: 13px;
    }

    .post-share-area .sb-inner-title {
        font-size: 22px;
    }

    .comments-area .comment-list li .single-comment-wrap .thumb {
        margin-right: 20px;
    }


    #map {
        height: 510px;
    }

    .contact-info {
        padding: 35px;
    }

    .contact-info .title {
        font-size: 30px;
    }

    .contact-info p br {
        display: none;
    }

    /****** shop responsive *******/
    .single-shop .content .price {
        font-size: 15px;
    }

    .product-description .customer-review {
        font-size: 13px;
        margin-bottom: 13px;
    }

    .product-description .title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .product-description .price {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .product-description .content {
        margin-bottom: 25px;
    }

    .product-description .check-box-area {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .quantity input {
        height: 48px;
        width: 50px;
        font-size: 18px;
    }

    .quantity .qty-button {
        height: 48px;
        width: 48px;
        font-size: 28px;
        line-height: 48px;
    }

    .product-description .category {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .cart-popup .order-table {
        padding: 30px;
    }

    .single-cart-product .media-body span {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .single-cart-product .media-body p,
    .cart-product-price,
    .total-shapping-area .total-amount span {
        font-size: 14px;
    }

    .single-cart-product .media-left {
        height: 70px;
        width: 70px;
        margin-right: 15px;
    }

    .single-cart-product .media-left img {
        width: 100%;
        height: auto;
    }

    .cart-popup .order-table .checkout-title h6 {
        margin-bottom: 10px;
    }

    .total-shapping-area .total-amount {
        padding-top: 15px;
    }

    .cart-popup .order-table .btn-wrapper {
        padding-top: 150px;
    }

    .cart-popup .order-table .btn-wrapper .btn {
        font-size: 14px;
    }

    .login-register-popup {
        width: 75%;
    }

    .widget_shopping_cart_content {
        width: 350px;
    }

    .widget_shopping_cart_content ul {
        padding: 30px 25px !important;
    }

    .widget_shopping_cart_content ul li {
        margin: 0 0 20px !important;
    }

    .widget_shopping_cart_content ul li .media .media-left {
        margin-right: 15px;
        height: 70px;
        width: 70px;
    }

    .widget_shopping_cart_content ul li .media .title {
        font-size: 14px;
    }

    .widget_shopping_cart_content ul li .media p {
        font-size: 12px;
        line-height: 24px;
    }

    .widget_shopping_cart_content ul li .media .price {
        font-size: 12px;
    }

    .widget_shopping_cart_content .total {
        font-size: 13px;
        line-height: 23px;
        padding: 14px 25px;
    }

    .widget_shopping_cart_content .buttons {
        text-align: center;
        padding: 18px 0 22px 0;
    }

    .widget_shopping_cart_content .buttons .button {
        height: 44px;
        line-height: 45px;
        font-size: 13px;
    }


    /***** comming soon page ******/
    .countdown-item {
        height: 120px;
        width: 120px;
        padding-top: 35px;
        margin-right: 30px;
    }

    .countdown-item h2 {
        font-size: 24px;
    }

    .countdown-item span {
        font-size: 16px;
    }

    .comming-soon-area .newsletter-subcribe {
        margin-top: 124px;
    }

    /****** gallery style *******/
    .gallery-menu li {
        font-size: 15px;
    }


    /**** accordion style *******/
    .single-accordion .card-header h2 button {
        font-size: 16px;
    }

    /******** job listing *********/
    .job-apply-area {
        padding: 80px 50px;
    }

    .widget-job-details .single-job-details .media-body h6 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .widget-job-details .single-job-details .media-body span {
        font-size: 14px;
    }


    /******** error page ********/
    .error-page-left-img .top-image img {
        width: 51%;
    }

    .error-page-left-img .top-image span {
        font-size: 44px;
        margin-top: -14px;
    }


    /***** footer responsive *****/
    .footer-area-2 .social-icon li a {
        height: 38px;
        width: 38px;
        line-height: 40px;
        font-size: 14px;
    }

    .footer-area-2 .footer-widget .contact_info_list p span {
        display: block;
    }

    .footer-area-2 .footer-widget .contact_info_list p {
        line-height: 22px;
        font-size: 14px;
    }

    .footer-area-2 .footer-widget .about_recent_post .media img {
        margin-right: 15px;
        width: 90px;
    }

    .footer-area-2 .footer-widget .about_recent_post .media .media-body {
        margin-top: 0;
    }

    .footer-widget .about_us_widget p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .footer-area-2 .widget_nav_menu ul li a {
        font-size: 14px;
    }

    .footer-widget .about_recent_post .media .media-body h6 {
        font-size: 17px;
    }

    .footer-widget .about_recent_post .media .media-body span {
        font-size: 13px;
    }


    /****** section spacing *****/
    .sbs-testimonial-section {
        margin-top: 98px;
    }

    .sbst-provide-security {
        padding: 100px 0 85px 0;
    }

    .team-slider .team-slider-item .team-member-img {
        padding-top: 100px;
    }

    .team-slider .team-slider-item .team-member-img .team-shape2 {
        height: 100%;
    }

    .sbba-testimonial-area.pd-bottom-120 {
        padding-bottom: 110px;
    }

    .job-details-area ul li:after {
        top: 10px;
    }

    /******* home 9 ******/
    .h8-banner-area.style-two .title {
        font-size: 38px !important;
    }

    .single-hosting-content {
        padding-left: 0;
    }

    .hosting-tab-title {
        margin-bottom: 10px !important;
    }

    .hosting-tab-title .title {
        font-size: 20px !important;
    }

    .sb-hosting-tabs .nav-item a {
        font-size: 16px;
    }

    .bg-img-right-area {
        padding: 150px 0;
    }

}

@media only screen and (max-width: 1445px) {
    /********** home 8 *********/
    .single-software-store .thumb img {
        width: 70px;
        height: 70px;
    }

    .single-software-store h4 {
        font-size: 16px;
    }

    .single-software-store {
        padding: 40px 15px 27px 15px;
    }
}

@media only screen and (max-width: 1280px) {
    .section-title p br {
        display: none;
    }

    .header-bg {
        background-position: -113px 0;
    }

    .screenshot-slider:after {
        width: 224px;
        margin-left: -112px;
    }

    .testimonial-slider-2 .media .media-left:before {
        left: 28px;
    }

    .client-slider-title {
        font-size: 25px;
    }

    .single-case-studies .details h6 a {
        font-size: 18px;
    }

    .sbmc-tips-section .section-title.style-three {
        max-width: 100%;
    }

    .sbdm-image-gurd .sbdm-image-3 {
        bottom: 15px;
        width: 52%;
    }

    .banner-slider-one.style-two .banner-thumb-wrap .banner-thumb img {
        height: auto;
    }

    .widget_archive ul li:before {
        font-size: 15px;
        margin-top: -14px;
    }

    .widget_archive ul li {
        padding-left: 28px;
    }

    .about-header {
        height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        margin: 0 15px;
    }

    .sba-header-area {
        padding: 0px 0 100px;
    }

    .sbtc-header-area .header-thumb {
        margin-top: 190px;
    }


    /******* blog responsive *******/
    .sidebar-area {
        padding: 40px 30px 0;
    }

    .widget-recent-post ul li .media .media-body {
        margin-left: 12px;
    }


    /***** shop responsive ******/
    .checkout-form-wrap {
        padding-right: 25px;
    }

    .checkout-form-product {
        padding-left: 20px;
    }

    .single-shop .thumb .cart-btn a {
        font-size: 15px;
        padding: 0 28px;
    }

    .banner-slider .owl-prev {
        font-size: 25px;
    }

    .banner-slider .owl-next {
        font-size: 25px;
    }

    .comming-soon-area .newsletter-subcribe {
        margin-top: 80px;
    }

    .widget-product-sorting input {
        width: 46%;
    }

    .riyaqas-stab .nav-tabs .nav-link {
        margin: 0 35px 0 10px;
        font-size: 16px;
    }

    .accordion-h-five {
        padding-top: 50px;
        padding-bottom: 36px;
    }

    .bg-img-right-area {
        padding: 120px 0;
    }


}

@media only screen and (max-width: 1250px) {
    .banner-slider .owl-prev {
        left: -38px;
    }

    .banner-slider .owl-next {
        right: -38px;
    }
}

/* Medium Layout: 1024px. */
@media only screen and (max-width: 1198px) {
    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        margin: 0 15px;
    }

    .navbar-area .nav-container .nav-right-content ul li {
        margin: 0 10px;
    }

    .header-bg {
        background-position: 53% -200px;
    }

    .header-area .header-inner {
        margin-left: 20px;
    }

    .header-area .title {
        font-size: 42px !important;
        line-height: 50px !important;
    }

    .header-area p {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .banner-slider-one .banner-thumb {
        height: auto !important;
    }

    .header-area.header-bg .banner-slider-one .banner-thumb .banner-1-img3 {
        right: 64px;
        width: 58% !important;
    }

    .banner-slider .owl-prev,
    .banner-slider .owl-next {
        display: none !important;
    }

    .section-title .title {
        line-height: 45px;
        font-size: 35px;
    }

    .single-service {
        margin-bottom: 18px;
    }

    .riyaqas-check-list {
        margin-bottom: 16px;
    }

    .riyaqas-check-list img {
        margin-right: 6px;
        height: 16px;
    }

    .img-with-video .img-wrap .hover {
        margin-left: -25px;
        margin-top: -40px;
    }

    .img-with-video .img-wrap .hover img {
        width: 60px;
        height: 60px;
    }

    .leftside-image-area.business-tool img {
        height: auto;
    }

    .worldmap-wrap {
        height: 300px;
    }

    .talented-pepole-list ul li h3 {
        font-size: 20px;
    }

    .talented-pepole-list ul li span {
        font-size: 12px;
    }

    .choose_slider_items ul li {
        padding: 40px 20px 55px 33px !important;
    }

    .choose_slider_items .previous_item {
        left: 190px;
    }

    .choose_slider_items .previous_item_2 {
        left: 103px;
    }

    .sbs-testimonial-slider {
        margin-left: -165px;
    }

    .img-with-video {
        background-position: center 20px;
    }

    .sbs-testimonial-slider {
        height: 268px;
    }

    .worldmap-wrap {
        white-space: inherit;
    }


    /****** home 2 responsive *******/
    .sba-header-area p {
        margin-bottom: 20px;
    }

    .sba-header-area .btn-wrapper {
        margin-bottom: 40px;
    }

    .sba-featute-area .margin-top-90 {
        margin-top: 0;
    }

    .sba-featute-area:before {
        top: -18%;
        z-index: -1;
    }

    .single-feature .media {
        padding: 36px;
        border-radius: 0 !important;
    }

    .single-pricing .thumb img {
        width: auto;
    }

    .single-pricing {
        margin-bottom: 20px !important;
    }

    .screenshot-slider:after {
        width: 303px;
        left: 50%;
        margin-left: -150px;
    }

    .screenshot-slider .owl-item.active ~ .owl-item.active .screenshot-slider-item .thumb {
        border-radius: 30px !important;
    }

    .screenshot-slider .owl-item.active ~ .owl-item.active .screenshot-slider-item .thumb img {
        border-radius: 30px !important;
    }

    .screenshot-slider .owl-item.active ~ .owl-item.active ~ .owl-item.active .screenshot-slider-item .thumb {
        border-radius: 0 !important;
    }

    .screenshot-slider .owl-item.active ~ .owl-item.active ~ .owl-item.active .screenshot-slider-item .thumb img {
        border-radius: 0 !important;
    }

    .sba-manage-data-area {
        padding-top: 85px;
    }

    /********** home 3 responsive **********/
    .sbbs-business-solution-area:after {
        background-size: 55%;
        background-position: 95% 0;
    }

    .single-service-left {
        padding: 25px 15px 18px;
    }

    .single-service-left .media .thumb {
        height: 60px;
        width: 60px;
    }

    .single-service-left .media .media-body {
        margin-left: 10px;
    }

    .single-service-left .media .media-body p {
        margin-bottom: 13px;
    }


    /****** home 4 responsive ******/
    .banner-animate-thumb .header-img-1 {
        width: 90%;
    }

    .banner-animate-thumb .header-img-2 {
        width: 86%;
    }

    .banner-animate-thumb .header-img-3 {
        top: 37px;
        left: 33%;
    }

    .banner-animate-thumb .header-img-4 {
        right: 80px;
        bottom: 12px;
    }

    .banner-animate-thumb .header-img-5 {
        left: 0;
        bottom: 60px;
        width: 120px;
    }

    .sba-featute-area .mg-top-80 {
        margin-top: 0;
    }

    .shape-bg-image:after {
        top: 35px;
    }

    .progress-item .progress-heading {
        font-size: 16px;
    }

    .progress-item .progress-count {
        font-size: 12px;
    }

    .progress-item .progress-bg {
        height: 8px;
    }

    .single-post h6 a {
        font-size: 20px;
        line-height: 28px;
    }

    .single-service-2 h6 {
        font-size: 18px;
    }


    /********** home 5 responsive ***********/
    .sbtc-header-area {
        background-size: cover;
    }

    .sbtc-team-section:after {
        background-size: 63%;
        background-position: -100px 0px;
    }

    .sbtc-header-area .title {
        font-size: 46px;
        line-height: 58px;
    }

    .team-slider .team-slider-item .team-member-img {
        margin-right: 100px;
    }

    .team-slider .owl-dots {
        padding-left: 381px;
        margin-top: 30px;
    }

    .team-slider .owl-prev {
        margin-top: -100px;
    }

    .team-slider .owl-next {
        right: 15px;
        margin-top: -100px;
    }

    .team-slider .team-slider-item .team-member-img {
        padding-top: 100px;
    }

    .team-slider .team-slider-item .team-member-img .team-shape2 {
        height: 98%;
    }

    .sbtc-goal-counter-area .goal-counter {
        right: -30%;
        width: 535px;
    }

    .sbtc-goal-counter-area .goal-counter .section-title .title {
        margin-bottom: 42px;
    }

    .single-service-2.style-two {
        margin-bottom: 20px;
    }

    .sbtc-help-section .section-title .title br {
        display: none
    }

    .sbtc-success-section:after {
        background-size: 57%;
    }

    .sbtc-success-section .section-title br {
        display: none;
    }


    /******* home 6 responsive *******/
    .riyaqas-check-bg {
        margin-left: -136px;
    }

    .section-title.style-three {
        max-width: 93%;
    }

    .marketing-area .section-title {
        padding: 35px;
    }

    .riyaqas-list-2 li {
        height: 85px;
        width: 85px;
        line-height: 85px;
        margin: 0 12px;
    }

    .riyaqas-list-2 li img {
        width: 57%;
    }


    /******* home 7 ********/
    .marketing-slider .owl-stage {
        right: 50px;
    }

    /****** blog responsive ********/
    .sidebar-area {
        padding: 32px 22px 0;
    }

    .sidebar-area.shop-sidebar {
        padding: 0 0 0 12px;
    }

    .single-blog-content .thumb {
        margin-bottom: 25px;
    }

    .single-blog-content .single-blog-details h5 {
        font-size: 28px;
        margin-bottom: 13px;
    }

    .single-blog-content .single-blog-details h5 a {
        font-size: 28px;
    }

    .single-blog-content.style-two .single-blog-details h5 a {
        font-size: 24px;
    }

    .single-blog-content .single-blog-details p {
        margin-bottom: 20px;
    }

    .widget-recent-post ul li .media .media-body .title {
        line-height: 1.2;
    }

    .comments-area .comment-list li .single-comment-wrap .content .title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .comments-area .comment-list li .single-comment-wrap .date {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .comments-area .comment-list li .single-comment-wrap .content p {
        margin-bottom: 20px;
    }


    /******* shop responsive ********/
    .single-shop .content .rating {
        font-size: 12px;
    }

    .single-shop .content a {
        font-size: 16px;
        transition: 0.4s;
    }

    .single-shop .content .price {
        font-size: 13px;
    }

    .quantity-wrap .btn {
        padding: 0 20px;
    }

    .single-review .media img {
        margin-right: 18px;
    }

    .cart-popup .order-table {
        width: 70%;
    }

    .login-register-popup .riyaqas-form-wrap {
        padding: 0 30px;
    }

    .login-register-popup {
        width: 85%;
    }

    .login-register-popup .riyaqas-form-wrap .btn-wrap {
        margin-top: 15px;
    }

    .checkout-form-product .single-cart-product .media-body p {
        font-size: 13px;
    }


    /***** comming soon page ******/
    .comming-soon-title {
        font-size: 45px;
    }

    .countdown-item {
        height: 100px;
        width: 100px;
        padding-top: 25px;
        margin-right: 30px;
    }

    .countdown-item h2 {
        font-size: 20px;
    }

    .countdown-item span {
        font-size: 14px;
    }

    .comming-soon-area .newsletter-subcribe {
        margin-top: 80px;
    }

    .comming-soon-area .newsletter-subcribe p {
        font-size: 18px;
        color: #01358D;
        margin-bottom: 15px;
    }

    /******** gallery style ********/
    .single-accordion .card-body {
        padding: 19px 28px 28px 37px;
    }


    /******** error page *********/
    .error-page-left-img .top-image span {
        font-size: 32px;
        margin-top: -10px;
    }


    .work-processing-details .section-title.style-four .title {
        font-size: 30px;
    }

    .section-title .counting-number {
        font-size: 80px;
    }

    /* footer responsive */
    .footer-area {
        /*background-image: none !important;
        background-color: rgba(151, 161, 179, 0.06);*/
    }

    .footer-area-2 {
        /*background-image: none !important;
        background: none !important;*/
    }

    .footer-widget .widget-title {
        font-size: 20px;
    }

    .footer-area-2 .footer-widget .about_recent_post .media img {
        margin-right: 15px;
        width: 75px;
    }

    .footer-area-2 .footer-widget .about_recent_post .media .media-body h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .footer-widget .about_recent_post .media .media-body span {
        font-size: 13px;
        line-height: 20px;
    }

    .footer-area-2 .social-icon li:nth-child(4) {
        margin-left: 0;
    }

    .footer-area-2 .social-icon li {
        display: inline-block;
        margin: 0 7px;
    }


    /****** section-responsive *******/
    .sbs-business-tool {
        padding-top: 90px;
    }

    .sba-pricing-area.pd-default-two {
        padding: 110px 0 102px 0;
    }

    .sbst-provide-security {
        padding: 100px 0 100px 0;
    }

    .about-provide-area .section-title.style-two {
        margin-bottom: 26px;
    }

    .sbdm-image-gurd2 .sbdm-image-2 {
        right: 100px;
    }

    .sbbs-pricing-area.mg-top-75 {
        margin-top: 95px;
    }

    .sbba-testimonial-area.mg-top-110 {
        margin-top: 90px;
    }

    .sbba-testimonial-area.pd-bottom-120 {
        padding-bottom: 105px;
    }

    /********** home 8 *********/
    .h8-banner-area {
        padding: 0 0 0;
    }

    .single-software-store h4 {
        font-size: 15px;
    }

    .single-software-store {
        padding: 40px 10px 27px 10px;
    }

    .about-area.sbst-provide-security {
        background-size: 65%;
    }

    .bg-img-right-area {
        padding: 50px 0;
        background-size: 38% 100%;
    }

    .sb-hosting-tabs .nav-item a {
        padding: 10px 12px;
    }

    .sb-hosting-tabs .nav-item a img {
        width: 22px;
    }

    .btn-wrapper .btn-appstore {
        width: 140px;
    }

    .btn-wrapper .btn-playstore {
        width: 140px;
    }

    .domain-price li {
        margin-right: 10px;
    }

    .header-area.h8-banner-area.h8-banner-area-bg .header-area .title {
        font-size: 40px !important;
        line-height: 1.2 !important;
    }

}


/* Tablet Layout: 991px. */
@media only screen and (max-width: 991px) {

    .custom-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile-logo {
        width: 160px;
    }

    .sbbs-header-area {
        height: auto;
    }


    .btn {
        height: 45px;
        line-height: 45px;
        padding: 0 30px;
        font-size: 15px;
    }

    .banner-slider,
    .header-area .header-inner-details,
    .header-area .banner-slider-item,
    .header-area .banner-thumb-wrap {
        height: auto;
    }

    .header-area.header-bg .header-inner {
        margin-left: 15px;
    }

    .header-area {
        padding-top: 160px;
    }

    .header-area .header-inner {
        margin-left: 0;
        padding-top: 0;
    }

    .banner-slider-one .banner-thumb {
        margin-top: 0;
    }

    .banner-slider-one .banner-thumb .banner-1-img2 {
        right: 0;
    }

    .header-area .banner-slider-item {
        padding-bottom: 50px;
    }

    .hidden-small {
        display: none;
    }

    .header-area .title {
        font-size: 36px !important;
        line-height: 1.2 !important;
        margin-bottom: 20px;
    }

    .header-area p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .section-title {
        margin-bottom: 45px;
    }

    .section-title a {
        margin-top: 20px;
    }

    .section-title.style-three {
        max-width: 100%;
        margin-top: 30px;
    }

    .service-area:after {
        display: none;
    }

    .worldmap-wrap {
        margin-top: 20px;
    }

    .footer-widget.widget_nav_menu {
        margin-bottom: 50px;
    }

    .footer-area .social-icon {
        text-align: center !important;
        margin-top: 10px;
    }

    .footer-widget.widget_nav_menu ul {
        padding-left: 0;
    }

    .sbs-testimonial-slider {
        margin-left: -90px;
    }

    .testimonial-section .section-title {
        padding-left: 0;
        text-align: center;
    }

    .single-feature .media {
        padding: 23px;
    }

    .single-feature .media .media-left {
        margin-right: 15px;
        width: 23%;
    }

    .client-slider .client-slider-item .media .media-body {
        margin-top: 15px;
    }

    .banner-slider-one .banner-slider-item {
        margin-right: 0;
    }

    .sbst-provide-security .img-with-video,
    .sbs-provide-security .img-with-video {
        margin-bottom: 20px;
    }

    .sbs-business-tool {
        background-size: 135% 100%;
    }

    .sbs-testimonial-section {
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .header-area.header-bg .banner-slider-one .banner-thumb .banner-1-img3 {
        right: 35px;
    }

    .sbs-testimonial-section .section-title {
        margin-bottom: 44px !important;
    }

    .sbs-what-riyaqas {
        background: none;
    }

    .talented-pepole-list ul li {
        padding: 0 25px;
    }

    .talented-pepole-list ul li:first-child {
        padding-left: 0;
    }


    /*** app landing home responsive ***/
    .sba-header-area .btn-wrapper a {
        width: 140px;
        margin-right: 5px;
    }

    .sba-header-area .hover a {
        margin-top: 10px;
    }

    .sba-header-area .hover span {
        font-size: 15px;
    }

    .sba-header-area .btn-wrapper {
        margin-bottom: 20px;
    }

    .screenshot-slider:after {
        width: 235px;
        left: 50%;
        margin-left: -118px;
    }

    .sba-header-area:before {
        display: none;
    }

    .sba-header-area:after {
        display: none;
    }

    .banner-slider-one.style-two .banner-thumb-wrap .banner-thumb {
        height: auto;
        margin-top: 0;
    }

    .sbs-what-riyaqas {
        background-size: 100% 100%;
    }

    .sbs-what-riyaqas .section-title.style-two {
        margin-top: 40px;
    }

    .worldmap-wrap {
        height: 350px;
    }

    .sbs-testimonial-section {
        margin-top: 105px;
    }


    /********** Home 3 responsive *********/
    .sbbs-header-area .header-inner .btn-wrapper {
        margin-bottom: 45px;
    }

    .sbbs-header-area .banner-thumbnail .hover a {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .sbbs-header-area .banner-thumbnail .hover a img {
        width: 24%;
    }

    .testimonial-slider-2 .media {
        margin: 50px 30px;
    }

    .testimonial-slider-2 .media .media-body {
        box-shadow: 0px 3px 11px #0000001C;
    }

    .testimonial-slider-2 .media .media-left {
        margin-left: 68px;
    }

    .testimonial-slider-2 .media .media-left img {
        height: 170px;
        width: 170px;
    }

    .testimonial-slider-2 .media .media-left:before {
        background-size: 50%;
        top: -35px;
    }

    .testimonial-slider-2 .media .media-body {
        padding: 20px;
        margin-top: 0;
    }

    .testimonial-slider-2 .media .media-body h6 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .testimonial-slider-2 .media .media-body span {
        font-size: 12px;
        line-height: 20px;
    }

    .testimonial-slider-2 .media .media-body h6:after {
        height: 1px;
        bottom: -1px;
    }

    .sbbs-business-solution-area:after {
        background-size: 100%;
        background-position: 100% 0;
    }

    .sbbs-data-analytics-area:before {
        display: none;
    }

    .sbbs-business-manage-area:after {
        display: none;
    }

    .sbbs-pricing-area .no-gutters > .col,
    .sbbs-pricing-area .no-gutters > [class*=col-] {
        padding-right: 10px;
        padding-left: 10px;
    }

    .sbbs-business-manage-area .section-title.style-two {
        margin-bottom: 30px;
    }

    .sbbs-business-manage-area .riyaqas-check-list {
        display: inline-block;
        margin: 0 6px 20px 6px;
    }


    /****** home 4 responsive ******/
    .banner-animate-thumb {
        margin-top: 155px;
    }

    .banner-animate-thumb .header-img-5 {
        width: 100px;
    }

    .banner-animate-thumb .header-img-3 {
        top: -44px;
        left: 27%;
        width: 35%;
    }

    .sbst-banner-area .title br {
        display: none;
    }

    .single-team {
        margin-bottom: 40px;
        padding: 0 15px;
    }

    .shape-bg-image {
        display: none;
    }

    .sbst-provide-security {
        background-image: none !important;
        padding: 0;
    }

    .sbst-provide-security.mg-bottom-120 {
        margin-bottom: 0;
    }

    /******** home 5 responsive ********/
    .header-area .sub-title {
        font-size: 16px !important;
    }

    .sbtc-header-area {
        height: auto;
    }

    .sbtc-header-area .header-thumb {
        margin-top: 0;
    }

    .sbtc-team-section:after {
        display: none;
    }

    .sbtc-goal-counter-area .goal-counter {
        position: inherit;
        top: 0;
        right: 0;
        width: 100%;
    }

    .sbtc-goal-counter-area .goal-counter .section-title .title br {
        display: none;
    }

    .single-post img {
        width: 100%;
    }

    .team-slider .team-slider-item .team-member-img {
        width: 400px;
        margin-left: 72px;
        margin-bottom: 35px;
    }

    .team-slider .team-member-details {
        margin-right: 0 !important;
    }

    .team-slider .team-slider-item .team-member-details ul {
        display: inline-block;
        float: none;
        width: auto;
        margin-top: 0;
    }

    .team-slider .team-slider-item .team-member-details .social-media-title:after {
        top: 9px;
    }

    .team-slider .team-slider-item .team-member-details .social-media-title {
        float: none;
    }

    .team-slider .team-slider-item .team-member-details h3 {
        margin-bottom: 20px;
    }

    .team-slider .team-slider-item .team-member-details p {
        margin-bottom: 20px;
    }

    .team-slider .owl-prev {
        display: none !important;
    }

    .team-slider .owl-next {
        display: none !important;
    }

    .team-slider .team-slider-item .team-member-details .designation {
        margin-bottom: 24px;
    }

    .team-slider .owl-dots {
        padding-left: 0;
    }

    .team-slider .owl-dots {
        text-align: left;
    }


    /******** home 6 *******/
    .sbtl-about .section-title.style-three {
        margin-bottom: 25px;
    }

    .sbtl-about .section-title.style-three br {
        display: none;
    }

    .marketing-slider .owl-prev {
        left: 30px;
    }

    .marketing-slider .owl-next {
        left: 95px;
    }

    .marketing-slider .marketing-slider-details .thumb {
        width: auto;
    }

    .riyaqas-list-2 li {
        height: 75px;
        width: 75px;
        line-height: 75px;
        margin: 0 6px;
    }

    .riyaqas-list-2 li img {
        width: 53%;
    }

    .sbtl-better-service .section-title.style-two {
        margin-bottom: 20px;
    }

    .sbtl-better-service .riyaqas-list-3 li {
        font-size: 13px;
    }

    .sbimg-center-align {
        display: flex;
        align-items: center;
    }


    /********* home 7 *********/
    .client-slider-title {
        font-size: 16px;
    }

    .sbmc-header-area .header-inner {
        margin-left: 15px;
    }


    /******** home 8 responsive *********/
    .banner-animate-thumb-2 {
        height: auto;
    }


    /****** blog responsive *******/
    .sidebar-area {
        margin-top: 120px;
        padding: 40px 30px 0;
    }

    .single-blog-content.style-two .thumb img {
        width: 100%;
    }


    /****** shop responsive *******/
    .product-thumbnail-wrapper .product-thumbnail-carousel .slick-list .slick-track {
        height: auto !important;
    }

    .quantity input {
        height: 45px;
    }

    .quantity .qty-button {
        height: 45px;
        line-height: 45px !important;
    }

    .product-information ul.nav-tabs li a {
        height: 48px;
        line-height: 49px;
    }

    .cart-popup .order-table {
        width: 87%;
    }

    .cart-popup .order-table .btn-wrapper {
        padding-top: 125px;
    }

    .checkout-form-wrap {
        padding-right: 0px;
    }

    .checkout-form-product {
        padding-left: 0;
        margin-top: 60px;
    }

    .checkout-form-wrap:after {
        display: none;
    }

    .login-register-popup .riyaqas-form-wrap .widget-title {
        font-size: 16px;
    }

    .widget-title {
        margin-bottom: 25px;
    }

    .widget-title:after {
        bottom: 2px;
    }

    .single-input-wrap .single-input {
        height: 45px;
        margin-bottom: 12px;
        font-size: 14px;
    }

    .single-input-wrap .single-select {
        height: 45px;
        padding: 12px 18px;
        margin-bottom: 13px;
    }

    .single-input-wrap .single-input.textarea {
        min-height: 102px;
    }

    .single-input-wrap label {
        top: 14px;
    }

    .login-register-popup .riyaqas-form-wrap .btn-wrap .btn {
        height: 40px;
        line-height: 40px;
        padding: 0 25px;
        margin-right: 11px;
        font-size: 13px;
    }

    .checkout-form .checkout-title {
        margin-top: 30px;
    }

    /***** about page ******/
    .about-provide-area .section-title.style-two {
        margin-bottom: 26px;
        margin-top: 15px;
    }

    .about-team-area-wrpper.pd-top-112 {
        padding-top: 95px;
    }


    /***** error page responsive *******/
    .error-page-left-img .top-image img {
        width: 70%;
    }

    .error-page-left-img .top-image span {
        font-size: 30px;
        margin-top: -11px;
    }

    .error-back-to-home a {
        padding: 0 50px;
    }


    /***** comming soon page ******/
    .comming-soon-title {
        font-size: 45px;
    }

    .countdown-item {
        height: 80px;
        width: 80px;
        padding-top: 24px;
        margin-right: 20px;
    }

    .countdown-item h2 {
        font-size: 20px;
        line-height: .8;
    }

    .countdown-item span {
        font-size: 12px;
    }


    /****** gallery *******/
    .gallery-menu {
        margin-bottom: 45px;
    }

    /****** clist page *******/
    .riyaqas-file-input-wrap .riyaqas-file-input {
        height: 48px;
        line-height: 48px;
    }

    .riyaqas-file-input-wrap label {
        height: 50px;
        line-height: 51px;
    }

    .job-apply-area {
        padding: 50px 30px;
    }

    .job-apply-area .btn-blue {
        margin-top: 50px;
    }

    .job-details-area .sub-title {
        font-size: 18px;
    }

    .job-details-area h6.title {
        font-size: 22px;
    }

    .job-details-area span {
        font-size: 16px;
    }

    /***** work processing ******/
    .work-processing-details .section-title .counting-number {
        font-size: 62px;
    }

    .work-processing-details .section-title.style-four .title {
        font-size: 26px;
    }

    .work-processing-details .section-title .counting-number:after {
        height: 35px;
        width: 35px;
        margin-top: -16px;
        margin-left: -17px;
    }


    .single-work-item .content-wrap .cats {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .single-work-item .content-wrap .title {
        font-size: 16px;
    }

    /********* listing page responsive *********/
    .single-job-list {
        margin-bottom: 30px;
    }

    .single-job-list .media-body h6 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .widget-job-details {
        margin-top: 80px;
    }


    #map {
        height: 350px;
    }

    /***** footer responsive ******/
    .footer-area-2 .social-icon {
        text-align: left !important;
    }

    .footer-area-2 .footer-widget {
        margin-bottom: 60px;
    }

    .footer-area-2 .footer-widget .widget-title {
        margin-bottom: 25px;
    }

    .footer-area-2 .about_us_widget .footer-logo {
        margin-bottom: 22px;
    }

    .footer-widget .about_us_widget p {
        margin-bottom: 20px;
    }

    .footer-area-2 .social-icon li:nth-child(4) {
        margin-left: 7px;
    }

    .footer-area-2 .footer-widget.widget_nav_menu ul li a {
        margin: 0;
    }

    .newsletter-subcribe {
        margin-top: 60px;
    }

    .back-to-top {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 23px;
    }


    /******** all section mg pd *********/
    .mg-bottom-0-991 {
        margin-bottom: 0 !important;
    }

    .sba-manage-data-area .section-title.style-two {
        margin-bottom: 5px;
    }

    .about-header {
        height: auto;
        padding-top: 80px;
    }

    .more-question-area .single-service {
        padding: 46px 25px 25px 25px;
    }

    .sbs-what-riyaqas.pd-default-120 {
        padding: 0;
        background-image: none !important;
    }

    .sbs-business-tool.mg-top-120 {
        margin-top: 75px;
        padding-top: 0;
        background-image: none !important;
        padding-bottom: 0;
    }

    .sbs-business-tool .section-title {
        margin-top: 40px;
    }

    .sbst-provide-security.mg-top-120 {
        margin-top: 85px;
    }

    .sbst-skill-area.pd-top-120 {
        padding-top: 96px;
    }

    .sbst-testimonial-area.mg-top-110 {
        margin-top: 120px;
    }

    .pricing-page-area.pd-top-112 {
        padding-top: 95px;
    }

    .sba-featute-area.pd-bottom-120 {
        padding-bottom: 100px;
    }

    .progress-item {
        padding-top: 0;
    }


    /****** animate css stop *******/
    .animated {
        animation: unset;
    }


    /****** section responsive *******/
    .header-area {
        padding: 160px 0 110px;
    }

    .sbs-talented-people.mg-top-110 {
        margin-top: 95px;
    }

    .sba-header-area {
        padding: 150px 0 110px;
    }

    .sba-featute-area {
        margin-bottom: 95px;
    }

    .progress-item.mg-bottom-0-991 {
        padding-bottom: 12px;
    }

    .sbs-talented-people.mg-top-120 {
        margin-top: 95px;
    }

    .world-map-wrap {
        margin-top: 50px;
    }

    .sbdm-image-gurd .sbdm-image-3 {
        left: auto;
        right: 0;
        width: 42%;
        bottom: 0;
    }

    .sbdm-image-gurd2 .sbdm-image-3 {
        left: 0;
        width: 40%;
    }

    .sbtc-header-area {
        padding: 160px 0 150px;
    }

    .sbbs-business-manage-area.mg-top-75 {
        margin-top: 95px;
    }

    .sbbs-business-solution-area {
        margin-top: 40px;
    }

    .sbbs-pricing-area.mg-top-75 {
        margin-top: 80px;
    }

    .sbba-testimonial-area.mg-top-110 {
        margin-top: 100px;
    }

    .sbba-testimonial-area.pd-bottom-120 {
        padding-bottom: 105px;
    }

    .newsletter-subcribe .form-group .subcribe-submit {
        font-size: 15px;
    }

    .sbbs-business-solution-area {
        margin-top: 70px;
    }

    .sbba-testimonial-area.mg-top-110 {
        margin-top: 80px;
    }

    /********** home 8 *********/
    .h8-banner-area .banner-animate-thumb-2 {
        height: auto;
    }

    .software-store-wrap li {
        width: 33.33%;
    }


    /******* home 9 *******/
    .h8-banner-area.style-two .banner-animate-thumb {
        display: none;
    }

    .h8-banner-area.style-two {
        background: #102563;
    }

    .sb-hosting-tabs {
        margin-bottom: 50px;
    }

    .single-hosting-content .thumb {
        margin: 20px 0 30px 0;
    }

    .sb-pricing-tabs .nav-item {
        margin-bottom: 10px;
    }

    .domain-price {
        margin-bottom: 0;
    }

    .domain-price li {
        margin-right: 16px;
        margin-bottom: 8px;
    }

    .bg-img-right-area {
        background-image: none !important;
        padding: 0;
    }

}


/* medium tablet layout 767px */
@media only screen and (max-width: 767px) {
    .sbh-main-search .search-input {
        width: 100%;
        margin-bottom: 10px;
    }

    .sbh-main-search .search-input input {
        border-radius: 0;
    }

    .sbh-main-search button,
    .single-select-area,
    .sbh-main-search .single-select {
        width: 100%;
        border-radius: 0;
        margin-bottom: 5px;
    }

    .h8-banner-area.style-two .title {
        font-size: 26px !important;
    }

    .mg-top-767-45 {
        margin-top: 45px;
    }

    .widget_shopping_cart_content {
        display: none;
    }

    .section-title br {
        display: none;
    }

    .section-title a {
        margin-top: 20px;
    }

    .header-inner {
        margin-left: 0 !important;
        text-align: center;
    }

    .header-inner .btn-wrapper {
        text-align: center;
    }

    .header-area .sub-title {
        font-size: 15px !important;
        line-height: 26px;
    }

    .header-area .title {
        font-size: 40px;
        line-height: 50px;
    }

    .single-service {
        padding: 35px 20px 25px 20px;
    }

    .single-service h6 {
        font-size: 18px;
    }

    .single-service .read-more {
        margin-top: 22px;
    }

    .single-service .read-more:before {
        height: 26px;
    }

    .business-tool:after {
        display: none;
    }

    .sbbs-header-area .header-inner .title br {
        display: none;
    }

    .leftside-image-area.business-tool {
        background-position: 0px 9%;
        background-size: 95%;
    }

    .leftside-image-area.what-is-riyaqas {
        padding-top: 30px;
    }

    .leftside-image-area.what-is-riyaqas {
        background-position: 0 3%;
    }

    .worldmap-wrap {
        height: 200px;
    }

    .worldmap-wrap .world-map {
        height: 200px;
    }

    .worldmap-wrap .land {
        width: 80% !important;
        height: 250px;
    }

    .talented-pepole-list ul li {
        padding: 0;
        width: 48%;
        margin-bottom: 20px;
        text-align: left;
    }

    .talented-pepole-list ul li:after {
        display: none;
    }

    .leftside-image-area {
        background-size: 90%;
    }

    .img-with-video .img-wrap .hover {
        margin-top: -33px;
    }

    .talented-pepole-list ul li:nth-child(2):after {
        display: none;
    }

    .section-title .title {
        line-height: 40px;
        font-size: 30px;
    }

    .section-title br {
        display: none;
    }

    .newsletter-subcribe {
        margin-top: 50px;
    }

    .newsletter-subcribe .form-group .subcribe-submit {
        right: 3.5px;
        height: 44px;
        line-height: 45px !important;
        padding: 0 27px;
        font-size: 13px;
    }

    .newsletter-subcribe .form-group input {
        height: 50px;
    }

    .newsletter-subcribe .form-group input {
        padding: 0 130px 0 23px;
    }

    .copyright-inner .copyright-text {
        line-height: 25px;
        margin-bottom: 10px;
    }

    .footer-widget.widget_nav_menu ul li a {
        margin: 0 7px;
        font-size: 14px;
    }

    .back-to-top {
        width: 42px;
        height: 42px;
        line-height: 42px;
        right: 20px;
        bottom: 20px;
        font-size: 20px;
    }

    .img-with-video .img-wrap .hover img {
        width: 50px;
        height: 50px;
    }

    .sbs-testimonial-slider {
        width: 100%;
        margin-left: 0 !important;
        overflow: inherit;
        height: 280px;
    }

    .choose_slider_items ul li {
        width: 100%;
        padding: 30px 30px 20px 35px !important;
        left: 0 !important;
    }

    .sbs-testimonial-slider .sbs-arrowleft {
        bottom: 0;
        left: 50%;
        right: auto;
        margin-left: -55px;
    }

    .sbs-testimonial-slider .sbs-arrowright {
        bottom: 0;
        left: 50%;
        right: auto;
    }

    .choose_slider_items ul li img {
        height: 70px;
        width: 70px;
    }

    .choose_slider_items ul li .media {
        margin-bottom: 15px;
    }

    .choose_slider_items ul li .media-body h6 {
        font-size: 18px;
    }

    .choose_slider_items ul li .media-body .designation {
        font-size: 13px;
        line-height: 20px;
    }

    .choose_slider_items ul li p {
        font-size: 14px;
        letter-spacing: 0.3px;
        color: #5B6880;
        margin-left: 6px;
    }

    .choose_slider_items ul li {
        transform: scale(1, 1) !important;
        top: 0 !important;
        box-shadow: none;
    }

    .choose_slider_items ul li.current_item {
        box-shadow: 0px 12px 36px #97A1B224;
    }

    .sbs-testimonial-section .section-title {
        padding-top: 40px;
    }


    /*** app landing home responsive ***/
    .sba-header-area .btn-wrapper a {
        width: 150px;
    }

    .sba-header-area .btn-wrapper .btn-appstore {
        margin-right: 3px;
    }

    .screenshot-slider .screenshot-slider-item {
        width: 290px;
        margin: 0 auto;
    }

    .screenshot-slider:after {
        width: 100%;
        left: 50%;
        margin-left: -147px;
        height: 100%;
        background-size: 295px;
    }

    .screenshot-slider .owl-controls {
        display: block;
    }

    .single-feature .media {
        display: inherit;
        padding: 30px 25px 20px 25px;
        text-align: center;
    }

    .single-feature .media .media-left {
        margin-right: 0;
        margin-bottom: 20px;
        width: auto;
    }

    .client-slider .client-slider-item {
        padding: 20px;
        text-align: center;
        margin: 30px 17px 30px 17px;
    }

    .client-slider .client-slider-item .media {
        display: inherit;
    }

    .client-slider .client-slider-item .media img {
        width: auto !important;
        padding-right: 0;
        margin: 0 auto;
    }

    .client-slider .client-slider-item .media .media-body {
        margin-top: 2px;
    }

    .client-slider .client-slider-item .client-content {
        margin-left: 0;
    }

    .screenshot-slider .owl-item.active .screenshot-slider-item .thumb img {
        border-radius: 30px !important;
    }

    .screenshot-slider:after {
        top: 5px;
    }


    /********** business solution responsive *********/
    .sbbs-header-area .header-inner .btn-wrapper {
        margin-bottom: 0;
    }

    .sbbs-header-area .btn-wrapper .btn-transparent {
        margin-bottom: 10px !important;
    }

    .sbbs-single-service .media {
        display: inherit;
        text-align: center;
    }

    .sbbs-single-service .media .thumb {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .sbbs-single-service .media .media-body {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .single-service-left {
        padding: 25px 25px 18px;
    }

    .single-service-left .media .media-body {
        margin-left: 15px;
    }

    .testimonial-slider-2 .media {
        background: #FCFCFC;
        display: inherit;
        box-shadow: 0px 3px 11px #0000001C;
        margin: 20px 10px;
        padding: 50px 0 15px 0;
    }

    .testimonial-slider-2 .media .media-left {
        margin-left: 0;
    }

    .testimonial-slider-2 .media .media-left img {
        height: 80px;
        width: 80px;
        margin: 0 auto;
    }

    .testimonial-slider-2 .media .media-left:before {
        top: 40px;
        height: auto;
        width: 300px;
        left: 50%;
        margin-left: -74px;
    }

    .testimonial-slider-2 .media .media-body {
        box-shadow: none;
    }

    .testimonial-slider-2 .owl-dots {
        margin-left: auto;
        margin-top: 0;
    }

    .single-video-play span {
        font-size: 14px;
    }

    .single-video-play a {
        width: 44px;
        height: 44px;
        line-height: 48px !important;
    }

    .single-video-play a i {
        font-size: 15px;
    }

    .screenshot-slider .owl-prev img {
        width: 70%;
    }

    .screenshot-slider .owl-next img {
        width: 70%;
    }

    .sbs-testimonial-section {
        padding-top: 70px;
    }


    /****** home 4 responsive ********/
    .sbst-provide-security:after {
        display: none;
    }

    .sbst-skill-area:after {
        display: none;
    }

    .sbst-offer-area {
        padding-top: 95px;
    }

    .single-offer {
        padding: 40px 15px 40px 15px;
    }

    .single-offer .media .media-body {
        margin-left: 12px;
    }

    .single-offer .media .media-body h6 {
        font-size: 16px;
    }

    .single-team {
        padding: 0 10px;
    }

    .sbst-client-area {
        padding-top: 100px;
    }


    /********* home 5 responsive *********/
    .sbtc-header-area .title {
        font-size: 37px;
        line-height: 47px;
    }

    .team-slider .team-slider-item .team-member-img .team-shape1,
    .team-slider .team-slider-item .team-member-img .team-shape2 {
        display: none;
    }

    .team-slider .team-slider-item .team-member-img {
        padding: 0 !important;
        margin: 0 0 30px 0;
        width: 100%;
    }

    .team-slider .team-slider-item .team-member-details {
        margin-right: 100px;
    }

    .team-slider .team-slider-item .team-member-img .thumb img {
        width: 100%;
        height: auto;
    }

    .team-slider .team-slider-item .team-member-details h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .team-slider .team-slider-item .team-member-details .social-media-title {
        display: none;
    }

    .sbtc-goal-counter-area .goal-counter {
        padding: 30px 30px 0;
    }

    .single-counter {
        margin-bottom: 40px;
        text-align: left !important;
    }

    .sbtc-goal-counter-area .goal-counter .section-title .title {
        line-height: 34px;
        font-size: 26px;
    }

    .single-counter .counting {
        font-size: 26px;
    }

    .single-counter h6 {
        font-size: 15px;
    }

    /********* home 6 *********/
    .riyaqas-list-3 li {
        font-size: 13px;
        line-height: 26px;
    }

    .marketing-area .section-title {
        padding: 25px;
    }

    .marketing-area .section-title .title {
        font-size: 28px;
        line-height: 38px;
    }


    /*********** home 7 *************/
    .single-service-2 .thumb {
        /*width: 55px;
        height: 55px;*/
    }

    .marketing-slider .owl-stage {
        right: 60px;
    }

    .riyaqas-list-3 li {
        padding-left: 25px;
    }

    .riyaqas-check-list img {
        margin-right: 12px;
    }

    .marketing-slider .marketing-slider-details .marketing-slider-content a {
        width: 75px;
        height: 75px;
        line-height: 75px;
        margin-left: -35px;
    }

    .marketing-slider .marketing-slider-details .marketing-slider-content a img {
        width: 35px !important;
    }


    /****** blog responsive *******/
    .breadcrumb-area {
        padding: 170px 0 100px;
    }

    .breadcrumb-area .breadcrumb-inner .page-title {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 6px;
    }

    .breadcrumb-area .breadcrumb-inner .page-list li {
        font-size: 15px;
    }

    .sidebar-area .widget {
        margin-bottom: 50px;
    }

    .widget-title {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .widget-title:after {
        bottom: -1px;
    }

    .widget-gallery .custom-gutters-16 > .col,
    .widget-gallery .custom-gutters-16 > [class*=col-] {
        padding-right: 8px;
        padding-left: 8px;
    }

    .single-blog-content {
        margin-bottom: 50px;
    }

    .single-blog-content .single-blog-details h5 {
        font-size: 24px;
    }

    .single-blog-content .single-blog-details h5 a {
        font-size: 24px;
    }

    .riyaqas-pagination ul li .page-numbers {
        font-size: 14px;
    }

    .comments-area .comment-list li {
        margin-bottom: 50px;
    }

    .comments-area .comment-list li .single-comment-wrap {
        display: inherit;
    }

    .comments-area .comment-list li .single-comment-wrap .thumb {
        margin-bottom: 15px;
    }


    /******* shop responsive ********/
    .single-cart-product .media-body p,
    .cart-product-price,
    .total-shapping-area
    .total-amount span {
        font-size: 13px;
    }

    .single-review {
        margin-bottom: 50px;
    }

    .single-review .media {
        margin-bottom: 15px;
    }

    .product-information ul.nav-tabs li a {
        padding: 0 40px;
        margin-right: 10px;
    }

    .order-table tr td:first-child {
        min-width: 180px;
    }

    .order-table tr td {
        min-width: 110px;
    }

    .widget_shopping_cart_content {
        width: 325px;
    }

    .login-register-popup .thumb {
        height: 250px;
        overflow: hidden;
    }

    .login-register-popup .riyaqas-form-wrap .widget-title {
        margin-bottom: 20px;
    }

    .login-register-popup .riyaqas-form-wrap {
        padding: 20px 20px 30px;
    }

    .login-register-popup {
        width: 70%;
    }


    /***** error page *******/
    .error-area {
        padding: 60px 0;
        height: auto;
    }

    .error-back-to-home a {
        margin-top: 25px;
    }


    /***** comming soon page *******/
    .comming-soon-area {
        text-align: center;
    }

    .comming-soon-area .comming-soon-title {
        margin-bottom: 50px;
    }

    .comming-soon-thumb {
        margin-top: 15px;
    }

    .comming-soon-title {
        font-size: 36px;
    }

    /****** gallery style *******/
    .gallery-menu li {
        margin: 0 10px;
    }


    /******* job listing ********/
    .job-apply-area .btn-blue {
        margin-top: 50px !important;
    }


    /********* faq style ********/
    .single-accordion .card-header h2 button {
        font-size: 15px;
        /*padding: 0 45px 0 18px;*/
    }

    .single-accordion .card-header h2 button:after,
    .single-accordion .card-header h2 button:before {
        right: 18px;
    }

    .single-accordion .card-body {
        padding: 19px 15px 20px 16px;
    }


    .contact-info .title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .single-input-wrap .single-input {
        margin-bottom: 20px;
    }

    .riyaqas-form-wrap .btn {
        margin-top: 20px;
    }

    /******* footer responsive *******/
    .footer-area .section-title {
        text-align: left;
    }

    .footer-area-2 .social-icon li {
        margin: 0 4px;
    }

    .footer-area-2 .social-icon li a {
        height: 40px;
        width: 40px;
        line-height: 42px;
        font-size: 13px;
    }

    .footer-area-2 .copyright-inner {
        margin-top: 0;
    }

    .footer-area-2 .copyright-inner .copyright-text {
        margin-bottom: 0;
    }

    .footer-area-2 .copyright-inner {
        padding: 15px;
    }


    .hidden-sm {
        display: none !important;
    }

    .banner-slider,
    .banner-slider-one .banner-slider-item,
    .header-area .header-inner-details,
    .sbbs-header-area,
    .sbtc-header-area {
        height: auto;
    }

    .search-popup .search-form {
        width: 85%;
        min-width: auto;
    }

    .single-work-processing .thumb {
        margin-bottom: 20px;
    }

    /***** all section spacing ******/
    .mg-bottom-0-767 {
        margin-bottom: 0 !important;
    }

    .sbst-banner-area {
        padding: 160px 0 115px;
    }

    .sbs-business-tool.mg-top-120 {
        margin-top: 0;
    }

    .sba-manage-data-area {
        padding-top: 100px;
    }

    .sbst-provide-security.mg-top-120 {
        margin-top: 90px;
    }

    .sbst-testimonial-area.mg-top-110 {
        margin-top: 103px;
    }

    .sbs-business-tool.mg-top-120 {
        padding-top: 95px;
    }

    .world-map-wrap {
        margin-top: 30px;
    }

    .sbtc-header-area {
        padding: 160px 0 110px;
    }

    .sbbs-data-analytics-area.mg-top-45 {
        margin-top: 85px;
    }

    .comming-soon-area {
        height: auto;
        padding: 60px 0;
    }

    .comming-soon-area .newsletter-subcribe {
        margin-top: 60px;
    }

    .comming-soon-thumb {
        margin-top: 40px;
    }

    .error-page-left-img .top-image span {
        font-size: 25px;
    }

    .single-job-list {
        display: flow-root !important;
    }

    .job-apply-btn {
        float: left !important;
    }

    /********** home 8 *********/
    .software-store-wrap li {
        width: 50%;
    }

    .sb-animate-img .thumb-2 {
        top: 65px;
    }

    /******* home 9 *****/
    .accordion.style-two .single-accordion .card-header h2 button:before,
    .accordion.style-two .single-accordion .card-header h2 button:after {
        left: 14px;
        background: var(--main-color-one);
    }

    /*.accordion.style-two .single-accordion .card-header h2 button {
        padding: 0 15px 0 35px;
    }*/
    .accordion.style-two .single-accordion .card-body {
        padding: 10px 15px 35px 35px;
    }

    .sb-pricing-tabs {
        margin-bottom: 60px;
    }

}

@media only screen and (max-width: 575px) {
    .single-service-left {
        padding: 25px 15px 18px;
    }

    .single-service-left .media .media-body {
        margin-left: 10px;
    }

    .riyaqas-form-wrap .btn {
        margin-top: 15px;
    }

    .single-offer {
        padding: 40px 30px 40px 30px;
    }

    .product-thumbnail-wrapper {
        padding: 0 8px;
    }

    .product-thumbnail-wrapper .custom-gutters-16 > .col,
    .product-thumbnail-wrapper .custom-gutters-16 > [class*=col-] {
        padding-right: 8px;
        padding-left: 8px;
    }

    .product-description .quantity-wrap {
        display: table-caption;
    }

    .product-description .quantity-wrap .btn {
        margin: 20px 0 0 0 !important;
    }

    .total-shapping-area {
        width: 210px;
    }

    .checkout-title h6 {
        font-size: 20px;
        line-height: 20px;
    }

    .gallery-menu {
        margin-bottom: 40px;
    }

    .gallery-menu li {
        margin: 0 10px 10px;
    }

    .single-work-item {
        margin-bottom: 15px;
    }

    .widget_shopping_cart_content {
        width: 280px;
    }

    .widget_shopping_cart_content ul {
        padding: 20px 15px !important;
    }

    .widget_shopping_cart_content ul li {
        margin: 0 0 20px !important;
    }

    .widget_shopping_cart_content ul li .media .media-left {
        margin-right: 12px;
        height: 60px;
        width: 60px;
    }

    .widget_shopping_cart_content ul li .media .title {
        font-size: 13px;
    }

    .widget_shopping_cart_content ul li .media p {
        font-size: 11px;
        line-height: 22px;
    }

    .widget_shopping_cart_content ul li .media .price {
        font-size: 10px;
    }

    .widget_shopping_cart_content .total {
        font-size: 12px;
        line-height: 20px;
        padding: 12px 15px;
        margin-bottom: 0;
    }

    .widget_shopping_cart_content .buttons {
        text-align: center;
        padding: 10px 0 15px 0;
        margin-bottom: 0;
    }

    .widget_shopping_cart_content .buttons .button {
        line-height: 46px;
        font-size: 12px;
    }

    .widget_shopping_cart_content ul li .remove-product {
        font-size: 10px;
    }

    .search-popup .search-form .form-group .form-control,
    .search-popup .search-form .submit-btn {
        height: 50px;
    }

    .search-popup .search-form .form-group .form-control {
        padding: 0 85px 0 22px;
        font-size: 14px;

&:placeholder {
     font-size: 14px;
 }
}

.login-register-popup {
    width: 85%;
}

.mobile-logo {
    width: 128px;
    height: auto;
}

.navbar-area .navbar-toggle-icon .line {
    margin-bottom: 3px;
}

.navbar-area button.navbar-toggler[aria-expanded="true"] .line:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
}

.navbar-area button.navbar-toggler[aria-expanded="true"] .line:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
}

.single-job-list {
    margin-bottom: 30px;
    display: block;
    padding: 22px 35px 25px 26px;
}

.single-job-list .media-body {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
}

.job-apply-btn {
    margin-top: 20px;
}

.footer-widget.widget_nav_menu {
    margin-bottom: 35px;
}

.footer-widget.widget_nav_menu ul li a {
    line-height: 23px;
}

.footer-area-2 .footer-widget.widget_nav_menu ul li a {
    line-height: 1.9;
}

/*.single-accordion .card-header h2 button {
    height: 54px;
    line-height: 54px;
}*/
.img-with-video .img-wrap .hover a i {
    font-size: 45px;
}

}
@media only screen and (max-width: 376px) {
    .choose_slider_items ul li {
        padding: 30px 17px 20px 18px !important;
    }

    .single-blog-content .single-blog-details h5 {
        font-size: 20px;
    }

    .single-blog-content .single-blog-details h5 a {
        font-size: 20px;
    }

    .contact-info {
        padding: 30px 30px 20px;
    }

    #map {
        height: 300px;
    }

    .payment-method ul li a {
        margin-top: 12px;
        display: inline-block;
    }

    .payment-method.style-two {
        padding: 10px 20px 20px;
    }

    .payment-method ul li:before {
        margin-top: -14px;
    }

    .mobile-logo {
        width: 124px;
        height: auto;
    }

    .navbar-area .nav-container .nav-right-content ul li i {
        font-size: 14px;
    }

    .navbar-area .nav-container .nav-right-content ul li {
        margin: 0 6px;
    }

    .widget_shopping_cart_content {
        right: -84px;
    }

    .widget_shopping_cart_content:after {
        right: 72px;
    }

    .comming-soon-area .newsletter-subcribe {
        margin-top: 70px;
    }

    .comming-soon-thumb {
        padding-bottom: 70px;
    }

    .single-blog-content .single-blog-details .post-meta li {
        font-size: 13px;
    }


    /******* home 8 *******/
    .h8-banner-area .title {
        font-size: 28px !important;
    }

    .software-store-wrap li {
        width: 100%;
    }

    .riyaqas-check-list span {
        font-size: 13px;
    }

    .navbar-area .nav-container .nav-right-content ul li .cart-icon i {
        font-size: 21px;
    }
}

@media only screen and (max-width: 320px) {
    .choose_slider_items ul li p {
        margin-left: 0;
    }

    .header-area .title {
        font-size: 35px !important;
        line-height: 1.2 !important;
        margin-bottom: 20px;
    }

    .section-title .title {
        font-size: 26px !important;
        line-height: 37px;
    }

    .sidebar-area {
        padding: 30px 20px 0;
    }

    .checkout-title a {
        font-size: 11px;
    }

    .login-register-popup .riyaqas-form-wrap .check-box-area .float-right {
        float: left !important;
        margin-top: 6px;
    }

    .job-details-area .section-title .title {
        font-size: 30px !important;
    }

    .product-information ul.nav-tabs li a {
        padding: 0 30px;
        margin-right: 10px;
    }

    .work-processing-details .section-title.style-four .title {
        font-size: 26px !important;
    }

    .sbs-testimonial-slider {
        height: 292px;
    }

    .social-icon li {
        margin: 0 4px;
    }

    .choose_slider_items ul li p {
        font-size: 13px;
    }

    .single-offer {
        padding: 40px 20px 40px 20px;
    }

    .sbtc-header-area.header-area .title {
        font-size: 31px !important;
    }

    /******* home 8 *******/
    .h8-banner-area .title {
        font-size: 28px !important;
    }
}


@media (min-width: 1500px) and (max-width: 1550px) {
    .screenshot-slider:after {
        width: 290px;
        margin-left: -145px;
    }
}

/* container width screen */
@media (min-width: 1500px) and (max-width: 1700px) {
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1300px) and (max-width: 1499px) {
    .container {
        max-width: 1240px;
    }
}

@media only screen and (min-width: 1800px) {
    .container {
        max-width: 1640px;
    }
}

@media (min-width: 992px) {
    .testimonial-slider-2 .media {
        margin: 60px 60px 120px;
    }
}


/*sweetalert*/

.swal2-modal,.swal2-overlay{position:fixed;display:none}.swal2-modal button.styled:focus,.swal2-modal:focus{outline:0}.swal2-overlay{background-color:rgba(0,0,0,.4);left:0;right:0;top:0;bottom:0;z-index:1000}.swal2-modal{background-color:#fff;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;border-radius:5px;box-sizing:border-box;text-align:center;left:50%;top:50%;margin-top:-200px;max-height:90%;overflow-x:hidden;overflow-y:auto;z-index:2000}.swal2-modal.loading{overflow-y:hidden}.swal2-modal h2{color:#575757;font-size:30px;text-align:center;font-weight:600;text-transform:none;position:relative;margin:0;padding:0;line-height:60px;display:block}.swal2-modal hr{height:10px;color:transparent;border:0}.swal2-modal button.styled{color:#fff;border:0;box-shadow:none;font-size:17px;font-weight:500;border-radius:5px;padding:10px 32px;margin:0 5px;cursor:pointer}.swal2-content,.swal2-icon{padding:0;position:relative}.swal2-modal button.styled[disabled]{opacity:.4;cursor:no-drop}.swal2-modal button.styled.loading{box-sizing:border-box;border:4px solid transparent;width:40px;height:40px;padding:0;margin:-2px 30px;vertical-align:top;background-color:transparent!important;color:transparent;cursor:default;border-radius:100%;-webkit-animation:rotate-loading 1.5s linear 0s infinite normal;animation:rotate-loading 1.5s linear 0s infinite normal}.swal2-checkbox input,.swal2-checkbox span,.swal2-radio input,.swal2-radio span{vertical-align:middle}.swal2-modal button.styled::-moz-focus-inner{border:0}.swal2-modal .swal2-image{margin:20px auto}.swal2-modal .swal2-close{font-size:36px;line-height:36px;font-family:serif;position:absolute;top:5px;right:13px;cursor:pointer;color:#cfcfcf;-webkit-transition:all .1s ease;transition:all .1s ease}.swal2-modal .swal2-close:hover{color:#d55}.swal2-content{font-size:18px;text-align:center;font-weight:300;float:none;margin:0;line-height:normal;color:#555}.swal2-icon.swal2-info,.swal2-icon.swal2-question,.swal2-icon.swal2-warning{font-size:60px;line-height:80px;text-align:center}.swal2-icon{width:80px;height:80px;border:4px solid grey;border-radius:50%;margin:20px auto 30px;box-sizing:content-box;cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .x-mark{position:relative;display:block}.swal2-icon.swal2-error .line{position:absolute;height:5px;width:47px;background-color:#f27474;display:block;top:37px;border-radius:2px}.swal2-icon.swal2-error .line.left{-webkit-transform:rotate(45deg);transform:rotate(45deg);left:17px}.swal2-icon.swal2-error .line.right{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);right:16px}.swal2-icon.swal2-warning{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color:#f8bb86;border-color:#f8bb86}.swal2-icon.swal2-info{font-family:"Open Sans",sans-serif;color:#3fc3ee;border-color:#3fc3ee}.swal2-icon.swal2-question{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color:#c9dae1;border-color:#c9dae1}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success::after,.swal2-icon.swal2-success::before{content:'';position:absolute;width:60px;height:120px;background:#fff}.swal2-icon.swal2-success::before{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px}.swal2-icon.swal2-success::after{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px}.swal2-icon.swal2-success .placeholder{width:80px;height:80px;border:4px solid rgba(165,220,134,.2);border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.swal2-icon.swal2-success .fix{width:7px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-success .line{height:5px;background-color:#a5dc86;display:block;border-radius:2px;position:absolute;z-index:2}.swal2-icon.swal2-success .line.tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-success .line.long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-input,.swal2-textarea{width:100%;box-sizing:border-box;border-radius:3px;border:1px solid #d7d7d7;margin:20px auto;font-size:18px;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-transition:all .3s;transition:all .3s}.swal2-input.error,.swal2-textarea.error{border-color:#f06e57!important}.swal2-input:focus,.swal2-textarea:focus{outline:0;box-shadow:0 0 3px #c4e6f5;border:1px solid #b4dbed}.swal2-input:focus::-moz-placeholder,.swal2-textarea:focus::-moz-placeholder{-webkit-transition:opacity .3s 30ms ease;transition:opacity .3s 30ms ease;opacity:.8}.swal2-input:focus:-ms-input-placeholder,.swal2-textarea:focus:-ms-input-placeholder{-webkit-transition:opacity .3s 30ms ease;transition:opacity .3s 30ms ease;opacity:.8}.swal2-input:focus::-webkit-input-placeholder,.swal2-textarea:focus::-webkit-input-placeholder{-webkit-transition:opacity .3s 30ms ease;transition:opacity .3s 30ms ease;opacity:.8}.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#bdbdbd}.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#bdbdbd}.swal2-input::-webkit-input-placeholder,.swal2-textarea::-webkit-input-placeholder{color:#bdbdbd}.swal2-input{height:43px;padding:0 12px}.swal2-textarea{height:108px;padding:12px}.swal2-select{color:#555;font-size:inherit;margin:20px auto;padding:5px 10px;min-width:40%;max-width:100%}.swal2-radio{border:0;margin:20px auto}.swal2-radio label:not(:first-child){margin-left:20px}.swal2-radio input{margin:0 3px 0 0}.swal2-checkbox{color:#555;margin:20px auto}.swal2-validationerror{background-color:#f1f1f1;margin:0 -20px;overflow:hidden;padding:10px;color:#797979;font-size:16px;font-weight:300}.swal2-validationerror::before{content:"!";display:inline-block;width:24px;height:24px;border-radius:50%;background-color:#ea7d7d;color:#fff;line-height:24px;text-align:center;margin-right:10px}@-webkit-keyframes showSweetAlert{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes showSweetAlert{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes hideSweetAlert{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes hideSweetAlert{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}.show-swal2{-webkit-animation:showSweetAlert .3s;animation:showSweetAlert .3s}.show-swal2.no-animation{-webkit-animation:none;animation:none}.hide-swal2{-webkit-animation:hideSweetAlert .15s;animation:hideSweetAlert .15s}.hide-swal2.no-animation{-webkit-animation:none;animation:none}@-webkit-keyframes animate-success-tip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animate-success-tip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@-webkit-keyframes animate-success-long{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@keyframes animate-success-long{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@-webkit-keyframes rotatePlaceholder{0%,5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}100%,12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%,5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}100%,12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}.animate-success-tip{-webkit-animation:animate-success-tip .75s;animation:animate-success-tip .75s}.animate-success-long{-webkit-animation:animate-success-long .75s;animation:animate-success-long .75s}.swal2-icon.swal2-success.animate::after{-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in}@-webkit-keyframes animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.animate-error-icon{-webkit-animation:animate-error-icon .5s;animation:animate-error-icon .5s}@-webkit-keyframes animate-x-mark{0%,50%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}80%{-webkit-transform:scale(1.15);transform:scale(1.15);margin-top:-6px}100%{-webkit-transform:scale(1);transform:scale(1);margin-top:0;opacity:1}}@keyframes animate-x-mark{0%,50%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}80%{-webkit-transform:scale(1.15);transform:scale(1.15);margin-top:-6px}100%{-webkit-transform:scale(1);transform:scale(1);margin-top:0;opacity:1}}.animate-x-mark{-webkit-animation:animate-x-mark .5s;animation:animate-x-mark .5s}@-webkit-keyframes pulse-warning{0%{border-color:#f8d486}100%{border-color:#f8bb86}}@keyframes pulse-warning{0%{border-color:#f8d486}100%{border-color:#f8bb86}}.pulse-warning{-webkit-animation:pulse-warning .75s infinite alternate;animation:pulse-warning .75s infinite alternate}@-webkit-keyframes rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}


/*Custom CSS*/

.signin-btn {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #FFF !important;
}

.sba-header-area {
    padding: 100px 0 0px !important;
}
.header-area .banner-slider-item {
    /*height: var(--slider-height);*/
}
.header-area .banner-thumb-wrap {
    /*height: var(--slider-height);*/
}
.header-area .header-inner-details {
    /*height: var(--slider-height);*/
    margin-bottom: 20px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 17px;
}
.logo img{
    width: 151px !important;
}
.error {
    color: #e31c25;
}

