﻿body {
    /**handles:animate,bootstrap-min,bootstrap-select-min,font-awesome-min,hover-min,bxslider-min,magnific-popup,owl-carousel,owl-theme-default-min,payonline-icon,jquery-fancybox,sidedoc,woocommerce,payonline-main-style,payonline-tut,payonline-custom,payonline-edit,payonline-responsive**/
    @charset "UTF-8"; /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
    .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.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%,100%,20%,53%,80% {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        -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 {
    0%,100%,20%,53%,80% {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        -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 {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -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)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes pulse {
    0% {
        -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)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,100% {
        -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 {
    0%,100% {
        -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 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)
    }

    100% {
        -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)
    }

    100% {
        -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 {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.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)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.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)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.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(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.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(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,100%,60%,75%,90% {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,100%,60%,75%,90% {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,100%,60%,75%,90% {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,100%,60%,75%,90% {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,100%,60%,75%,90% {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    0% {
        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)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInUp {
    0%,100%,60%,75%,90% {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    0% {
        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)
    }

    100% {
        -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(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    -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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        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)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) 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) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) 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(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) 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) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) 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(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -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 {
    0% {
        -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)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -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)
    }

    100% {
        -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 {
    0% {
        -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)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -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)
    }

    100% {
        -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 {
    0% {
        -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
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -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
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -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
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -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
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -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);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -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);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -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
    }

    100% {
        -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
    }

    100% {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        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 {
    0% {
        opacity: 1
    }

    100% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInStable {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    33.333% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    66.666666% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes zoomInStable {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    33.333% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    66.666666% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.zoomInStable {
    -webkit-animation-name: zoomInStable;
    animation-name: zoomInStable
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.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.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.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.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.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(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.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(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.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.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.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.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0)
    }

    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1)
    }
}

@-webkit-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0)
    }

    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1)
    }
}

@-moz-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0)
    }

    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1)
    }
}

@-o-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0)
    }

    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1)
    }
}

@-ms-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0)
    }

    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1)
    }
}

/*!
 * Bootstrap v4.2.1 (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,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --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%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    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;
    text-decoration-skip-ink: none
}

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
}

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
}

    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: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

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=button], [type=reset], [type=submit], 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-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 {
    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: -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%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -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;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -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;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -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;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -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;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -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%;
    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-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.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-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
        border-color: #7abaff
    }

.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-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
        border-color: #b3b7bb
    }

.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-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
        border-color: #8fd19e
    }

.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-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
        border-color: #86cfda
    }

.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-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
        border-color: #ffdf7e
    }

.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-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
        border-color: #ed969e
    }

.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-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
        border-color: #fbfcfc
    }

.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-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #95999c
    }

.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%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    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
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.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: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;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    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: -ms-inline-flexbox;
    display: inline-flex;
    -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: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,.9);
    border-radius: .25rem
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
    }

    .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem / 4) right calc(2.25rem / 4)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: 3.4375rem;
    background: url("data:image/svg+xml,%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/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem
}

    .custom-select.is-valid:focus, .was-validated .custom-select: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, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
        display: block
    }

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file: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 {
        border-color: #28a745
    }

.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 {
    border-color: #34ce57;
    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 .2rem rgba(40,167,69,.25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.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 ~ .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 {
    border-color: #28a745;
    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: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
    }

    .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem / 4) right calc(2.25rem / 4)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: 3.4375rem;
    background: url("data:image/svg+xml,%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/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem
}

    .custom-select.is-invalid:focus, .was-validated .custom-select: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, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
        display: block
    }

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file: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 {
        border-color: #dc3545
    }

.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 {
    border-color: #e4606d;
    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 .2rem rgba(220,53,69,.25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.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 ~ .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 {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -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 .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: 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 {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    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
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    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
}

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(38,143,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(38,143,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(130,138,145,.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(130,138,145,.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(72,180,97,.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(72,180,97,.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(58,176,195,.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(58,176,195,.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(222,170,12,.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(222,170,12,.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(225,83,97,.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(225,83,97,.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(216,217,219,.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(216,217,219,.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(82,88,93,.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(82,88,93,.5)
        }

.btn-outline-primary {
    color: #007bff;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: underline;
        box-shadow: none
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d;
        pointer-events: none
    }

.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 {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    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
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    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 {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    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 {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    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-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.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:first-child {
        border-top-left-radius: calc(.25rem - 1px);
        border-top-right-radius: calc(.25rem - 1px)
    }

    .dropdown-item:last-child {
        border-bottom-right-radius: calc(.25rem - 1px);
        border-bottom-left-radius: calc(.25rem - 1px)
    }

    .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;
        pointer-events: none;
        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
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 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-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.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, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 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 {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

    .btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
        width: 100%
    }

        .btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
            margin-top: -1px
        }

        .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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .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, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .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: -ms-flexbox;
        display: flex;
        -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::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn:focus, .input-group-prepend .btn:focus {
            z-index: 3
        }

        .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: -ms-flexbox;
    display: flex;
    -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-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(2.875rem + 2px)
}

.input-group-lg > .custom-select, .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-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.8125rem + 2px)
}

.input-group-sm > .custom-select, .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-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.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: -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;
        border-color: #007bff;
        background-color: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #80bdff
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
        border-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 {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        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::after {
    background-image: url("data:image/svg+xml,%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 {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%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::after {
    background-image: url("data:image/svg+xml,%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-switch {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label::after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: .5rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out
    }

@media screen and (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .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;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%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/8px 10px;
    background-color: #fff;
    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: 0 0 0 .2rem 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: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.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-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse)
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    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: 2.25rem;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0
    }

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus {
        outline: 0
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    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;
        pointer-events: none;
        cursor: default
    }

.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 {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar > .container, .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -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: -ms-flexbox;
    display: flex;
    -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%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .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: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .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: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .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: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .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: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -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 {
        -ms-flex-direction: row;
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .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: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.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,%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,%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: -ms-flexbox;
    display: flex;
    -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 {
    -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;
    color: inherit;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -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;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion .card {
    overflow: hidden
}

    .accordion .card:not(:first-of-type) .card-header:first-child {
        border-radius: 0
    }

    .accordion .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0
    }

    .accordion .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .accordion .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .accordion .card .card-header {
        margin-bottom: -1px
    }

.breadcrumb {
    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 {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .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: -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 {
        z-index: 2;
        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
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.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
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    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: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.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: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -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;
        pointer-events: none;
        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 .list-group-item:last-child {
        margin-bottom: -1px
    }

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    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:hover {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer
    }

        .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
            opacity: .75
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .25rem;
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0
}

    .toast:not(:last-child) {
        margin-bottom: .75rem
    }

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.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,-50px);
    transform: translate(0,-50px)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (.5rem * 2));
        content: ""
    }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -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;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

    .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-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2))
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    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,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    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.pointer-event {
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.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,%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,%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: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.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-pill {
    border-radius: 50rem !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: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    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: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        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-3by4::before {
    padding-top: 133.333333%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -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
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -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
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -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
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -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
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -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
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -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
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !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;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !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-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-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-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-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-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-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-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-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-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-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-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !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-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-reset {
    color: inherit !important
}

.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 #adb5bd;
        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 #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 * Bootstrap-select v1.13.3 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2018 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px\0;
    vertical-align: middle
}

    .bootstrap-select > .dropdown-toggle {
        position: relative;
        width: 100%;
        z-index: 1;
        text-align: right;
        white-space: nowrap
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
            color: #999
        }

            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
                color: rgba(255,255,255,.5)
            }

    .bootstrap-select > select {
        position: absolute !important;
        bottom: 0;
        left: 50%;
        display: block !important;
        width: .5px !important;
        height: 100% !important;
        padding: 0 !important;
        opacity: 0 !important;
        border: none
    }

        .bootstrap-select > select.mobile-device {
            top: 0;
            left: 0;
            display: block !important;
            width: 100% !important;
            z-index: 2
        }

    .bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
        border-color: #b94a48
    }

    .bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
        border-color: #28a745
    }

    .bootstrap-select.fit-width {
        width: auto !important
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 220px
    }

    .bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
        outline: thin dotted #333 !important;
        outline: 5px auto -webkit-focus-ring-color !important;
        outline-offset: -2px
    }

    .bootstrap-select.form-control {
        margin-bottom: 0;
        padding: 0;
        border: none
    }

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}

    .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

    .bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
        float: right
    }

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
    padding: 0
}

    .form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
        height: 100%;
        font-size: inherit;
        line-height: inherit;
        border-radius: inherit
    }

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
    cursor: not-allowed
}

    .bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
        outline: 0 !important
    }

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important
}

    .bootstrap-select.bs-container .dropdown-menu {
        z-index: 1060
    }

.bootstrap-select .dropdown-toggle:before {
    content: '';
    display: inline-block
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: inherit;
    padding-right: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    height: 100%;
    width: 100%;
    text-align: left
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .bootstrap-select .dropdown-menu > .inner:focus {
        outline: 0 !important
    }

    .bootstrap-select .dropdown-menu.inner {
        position: static;
        float: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .bootstrap-select .dropdown-menu li {
        position: relative
    }

        .bootstrap-select .dropdown-menu li.active small {
            color: rgba(255,255,255,.5) !important
        }

        .bootstrap-select .dropdown-menu li.disabled a {
            cursor: not-allowed
        }

        .bootstrap-select .dropdown-menu li a {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .bootstrap-select .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em
            }

            .bootstrap-select .dropdown-menu li a span.check-mark {
                display: none
            }

            .bootstrap-select .dropdown-menu li a span.text {
                display: inline-block
            }

        .bootstrap-select .dropdown-menu li small {
            padding-left: .5em
        }

    .bootstrap-select .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: #f5f5f5;
        border: 1px solid #e3e3e3;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        pointer-events: none;
        opacity: .9;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204,204,204,.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204,204,204,.2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
    display: block
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .bs-actionsbox .btn-group button {
        width: 50%
    }

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .bs-donebutton .btn-group button {
        width: 100%
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

/*!
 *  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('https://seje.tonatheme.com/payonline/wp-content/themes/payonline/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('https://seje.tonatheme.com/payonline/wp-content/themes/payonline/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://seje.tonatheme.com/payonline/wp-content/themes/payonline/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://seje.tonatheme.com/payonline/wp-content/themes/payonline/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://seje.tonatheme.com/payonline/wp-content/themes/payonline/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://seje.tonatheme.com/payonline/wp-content/themes/payonline/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') 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
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.2.0
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

    .hvr-grow:active, .hvr-grow:focus, .hvr-grow:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

    .hvr-shrink:active, .hvr-shrink:focus, .hvr-shrink:hover {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

    .hvr-pulse:active, .hvr-pulse:focus, .hvr-pulse:hover {
        -webkit-animation-name: hvr-pulse;
        animation-name: hvr-pulse;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

    .hvr-pulse-grow:active, .hvr-pulse-grow:focus, .hvr-pulse-grow:hover {
        -webkit-animation-name: hvr-pulse-grow;
        animation-name: hvr-pulse-grow;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate
    }

@-webkit-keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.hvr-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

    .hvr-pulse-shrink:active, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:hover {
        -webkit-animation-name: hvr-pulse-shrink;
        animation-name: hvr-pulse-shrink;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate
    }

@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes hvr-push {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.hvr-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

    .hvr-push:active, .hvr-push:focus, .hvr-push:hover {
        -webkit-animation-name: hvr-push;
        animation-name: hvr-push;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

    .hvr-pop:active, .hvr-pop:focus, .hvr-pop:hover {
        -webkit-animation-name: hvr-pop;
        animation-name: hvr-pop;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

    .hvr-bounce-in:active, .hvr-bounce-in:focus, .hvr-bounce-in:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36);
        transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36)
    }

.hvr-bounce-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

    .hvr-bounce-out:active, .hvr-bounce-out:focus, .hvr-bounce-out:hover {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        -webkit-transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36);
        transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36)
    }

.hvr-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

    .hvr-rotate:active, .hvr-rotate:focus, .hvr-rotate:hover {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }

.hvr-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

    .hvr-grow-rotate:active, .hvr-grow-rotate:focus, .hvr-grow-rotate:hover {
        -webkit-transform: scale(1.1) rotate(4deg);
        transform: scale(1.1) rotate(4deg)
    }

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

    .hvr-float:active, .hvr-float:focus, .hvr-float:hover {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

.hvr-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

    .hvr-sink:active, .hvr-sink:focus, .hvr-sink:hover {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

    .hvr-bob:active, .hvr-bob:focus, .hvr-bob:hover {
        -webkit-animation-name: hvr-bob-float,hvr-bob;
        animation-name: hvr-bob-float,hvr-bob;
        -webkit-animation-duration: .3s,1.5s;
        animation-duration: .3s,1.5s;
        -webkit-animation-delay: 0s,.3s;
        animation-delay: 0s,.3s;
        -webkit-animation-timing-function: ease-out,ease-in-out;
        animation-timing-function: ease-out,ease-in-out;
        -webkit-animation-iteration-count: 1,infinite;
        animation-iteration-count: 1,infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal,alternate;
        animation-direction: normal,alternate
    }

@-webkit-keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@-webkit-keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

.hvr-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

    .hvr-hang:active, .hvr-hang:focus, .hvr-hang:hover {
        -webkit-animation-name: hvr-hang-sink,hvr-hang;
        animation-name: hvr-hang-sink,hvr-hang;
        -webkit-animation-duration: .3s,1.5s;
        animation-duration: .3s,1.5s;
        -webkit-animation-delay: 0s,.3s;
        animation-delay: 0s,.3s;
        -webkit-animation-timing-function: ease-out,ease-in-out;
        animation-timing-function: ease-out,ease-in-out;
        -webkit-animation-iteration-count: 1,infinite;
        animation-iteration-count: 1,infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal,alternate;
        animation-direction: normal,alternate
    }

.hvr-skew {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

    .hvr-skew:active, .hvr-skew:focus, .hvr-skew:hover {
        -webkit-transform: skew(-10deg);
        transform: skew(-10deg)
    }

.hvr-skew-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

    .hvr-skew-forward:active, .hvr-skew-forward:focus, .hvr-skew-forward:hover {
        -webkit-transform: skew(-10deg);
        transform: skew(-10deg)
    }

.hvr-skew-backward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

    .hvr-skew-backward:active, .hvr-skew-backward:focus, .hvr-skew-backward:hover {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

    .hvr-wobble-vertical:active, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:hover {
        -webkit-animation-name: hvr-wobble-vertical;
        animation-name: hvr-wobble-vertical;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

    .hvr-wobble-horizontal:active, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:hover {
        -webkit-animation-name: hvr-wobble-horizontal;
        animation-name: hvr-wobble-horizontal;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

@-webkit-keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px,8px);
        transform: translate(8px,8px)
    }

    33.3% {
        -webkit-transform: translate(-6px,-6px);
        transform: translate(-6px,-6px)
    }

    49.95% {
        -webkit-transform: translate(4px,4px);
        transform: translate(4px,4px)
    }

    66.6% {
        -webkit-transform: translate(-2px,-2px);
        transform: translate(-2px,-2px)
    }

    83.25% {
        -webkit-transform: translate(1px,1px);
        transform: translate(1px,1px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px,8px);
        transform: translate(8px,8px)
    }

    33.3% {
        -webkit-transform: translate(-6px,-6px);
        transform: translate(-6px,-6px)
    }

    49.95% {
        -webkit-transform: translate(4px,4px);
        transform: translate(4px,4px)
    }

    66.6% {
        -webkit-transform: translate(-2px,-2px);
        transform: translate(-2px,-2px)
    }

    83.25% {
        -webkit-transform: translate(1px,1px);
        transform: translate(1px,1px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

.hvr-wobble-to-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

    .hvr-wobble-to-bottom-right:active, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:hover {
        -webkit-animation-name: hvr-wobble-to-bottom-right;
        animation-name: hvr-wobble-to-bottom-right;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

@-webkit-keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px,-8px);
        transform: translate(8px,-8px)
    }

    33.3% {
        -webkit-transform: translate(-6px,6px);
        transform: translate(-6px,6px)
    }

    49.95% {
        -webkit-transform: translate(4px,-4px);
        transform: translate(4px,-4px)
    }

    66.6% {
        -webkit-transform: translate(-2px,2px);
        transform: translate(-2px,2px)
    }

    83.25% {
        -webkit-transform: translate(1px,-1px);
        transform: translate(1px,-1px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px,-8px);
        transform: translate(8px,-8px)
    }

    33.3% {
        -webkit-transform: translate(-6px,6px);
        transform: translate(-6px,6px)
    }

    49.95% {
        -webkit-transform: translate(4px,-4px);
        transform: translate(4px,-4px)
    }

    66.6% {
        -webkit-transform: translate(-2px,2px);
        transform: translate(-2px,2px)
    }

    83.25% {
        -webkit-transform: translate(1px,-1px);
        transform: translate(1px,-1px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

.hvr-wobble-to-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

    .hvr-wobble-to-top-right:active, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:hover {
        -webkit-animation-name: hvr-wobble-to-top-right;
        animation-name: hvr-wobble-to-top-right;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

@-webkit-keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.hvr-wobble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

    .hvr-wobble-top:active, .hvr-wobble-top:focus, .hvr-wobble-top:hover {
        -webkit-animation-name: hvr-wobble-top;
        animation-name: hvr-wobble-top;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

@-webkit-keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.hvr-wobble-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

    .hvr-wobble-bottom:active, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:hover {
        -webkit-animation-name: hvr-wobble-bottom;
        animation-name: hvr-wobble-bottom;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

@-webkit-keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.hvr-wobble-skew {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

    .hvr-wobble-skew:active, .hvr-wobble-skew:focus, .hvr-wobble-skew:hover {
        -webkit-animation-name: hvr-wobble-skew;
        animation-name: hvr-wobble-skew;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

.hvr-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

    .hvr-buzz:active, .hvr-buzz:focus, .hvr-buzz:hover {
        -webkit-animation-name: hvr-buzz;
        animation-name: hvr-buzz;
        -webkit-animation-duration: .15s;
        animation-duration: .15s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

    .hvr-buzz-out:active, .hvr-buzz-out:focus, .hvr-buzz-out:hover {
        -webkit-animation-name: hvr-buzz-out;
        animation-name: hvr-buzz-out;
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

.hvr-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

    .hvr-forward:active, .hvr-forward:focus, .hvr-forward:hover {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

.hvr-backward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

    .hvr-backward:active, .hvr-backward:focus, .hvr-backward:hover {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }

.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: color,background-color;
    transition-property: color,background-color
}

    .hvr-fade:active, .hvr-fade:focus, .hvr-fade:hover {
        background-color: #2098d1;
        color: #fff
    }

@-webkit-keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32,152,209,.75)
    }
}

@keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32,152,209,.75)
    }
}

.hvr-back-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: color,background-color;
    transition-property: color,background-color
}

    .hvr-back-pulse:active, .hvr-back-pulse:focus, .hvr-back-pulse:hover {
        -webkit-animation-name: hvr-back-pulse;
        animation-name: hvr-back-pulse;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        background-color: #2098d1;
        background-color: #2098d1;
        color: #fff
    }

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-sweep-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-sweep-to-right:active, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:hover {
        color: #fff
    }

        .hvr-sweep-to-right:active:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:hover:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1)
        }

.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-sweep-to-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-sweep-to-left:active, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:hover {
        color: #fff
    }

        .hvr-sweep-to-left:active:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:hover:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1)
        }

.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-sweep-to-bottom:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-sweep-to-bottom:active, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:hover {
        color: #fff
    }

        .hvr-sweep-to-bottom:active:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:hover:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1)
        }

.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-sweep-to-top:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-sweep-to-top:active, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:hover {
        color: #fff
    }

        .hvr-sweep-to-top:active:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:hover:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1)
        }

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

    .hvr-bounce-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-bounce-to-right:active, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:hover {
        color: #fff
    }

        .hvr-bounce-to-right:active:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:hover:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
            transition-timing-function: cubic-bezier(0.52,1.64,.37,.66)
        }

.hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

    .hvr-bounce-to-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-bounce-to-left:active, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:hover {
        color: #fff
    }

        .hvr-bounce-to-left:active:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:hover:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
            transition-timing-function: cubic-bezier(0.52,1.64,.37,.66)
        }

.hvr-bounce-to-bottom {
    /*    display: inline-block;*/
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

    .hvr-bounce-to-bottom:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-bounce-to-bottom:active, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:hover {
        color: #fff
    }

        .hvr-bounce-to-bottom:active:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:hover:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
            -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
            transition-timing-function: cubic-bezier(0.52,1.64,.37,.66)
        }

.hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

    .hvr-bounce-to-top:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-bounce-to-top:active, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:hover {
        color: #fff
    }

        .hvr-bounce-to-top:active:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:hover:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
            -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
            transition-timing-function: cubic-bezier(0.52,1.64,.37,.66)
        }

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-radial-out:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-radial-out:active, .hvr-radial-out:focus, .hvr-radial-out:hover {
        color: #fff
    }

        .hvr-radial-out:active:before, .hvr-radial-out:focus:before, .hvr-radial-out:hover:before {
            -webkit-transform: scale(2);
            transform: scale(2)
        }

.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-radial-in:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #e1e1e1;
        border-radius: 100%;
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-radial-in:active, .hvr-radial-in:focus, .hvr-radial-in:hover {
        color: #fff
    }

        .hvr-radial-in:active:before, .hvr-radial-in:focus:before, .hvr-radial-in:hover:before {
            -webkit-transform: scale(0);
            transform: scale(0)
        }

.hvr-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-rectangle-in:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #e1e1e1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-rectangle-in:active, .hvr-rectangle-in:focus, .hvr-rectangle-in:hover {
        color: #fff
    }

        .hvr-rectangle-in:active:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:hover:before {
            -webkit-transform: scale(0);
            transform: scale(0)
        }

.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-rectangle-out:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-rectangle-out:active, .hvr-rectangle-out:focus, .hvr-rectangle-out:hover {
        color: #fff
    }

        .hvr-rectangle-out:active:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:hover:before {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-shutter-in-horizontal:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #e1e1e1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-shutter-in-horizontal:active, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:hover {
        color: #fff
    }

        .hvr-shutter-in-horizontal:active:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:hover:before {
            -webkit-transform: scaleX(0);
            transform: scaleX(0)
        }

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-shutter-out-horizontal:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #2098d1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-shutter-out-horizontal:active, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:hover {
        color: #fff
    }

        .hvr-shutter-out-horizontal:active:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:hover:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1)
        }

.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-shutter-in-vertical:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #e1e1e1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-shutter-in-vertical:active, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:hover {
        color: #fff
    }

        .hvr-shutter-in-vertical:active:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:hover:before {
            -webkit-transform: scaleY(0);
            transform: scaleY(0)
        }

.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-shutter-out-vertical:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #2098d1;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-shutter-out-vertical:active, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:hover {
        color: #fff
    }

        .hvr-shutter-out-vertical:active:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:hover:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1)
        }

.hvr-border-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px #e1e1e1,0 0 1px transparent
}

    .hvr-border-fade:active, .hvr-border-fade:focus, .hvr-border-fade:hover {
        box-shadow: inset 0 0 0 4px #2098d1,0 0 1px transparent
    }

.hvr-hollow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background;
    transition-property: background;
    box-shadow: inset 0 0 0 4px #e1e1e1,0 0 1px transparent
}

    .hvr-hollow:active, .hvr-hollow:focus, .hvr-hollow:hover {
        background: 0 0
    }

.hvr-trim {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

    .hvr-trim:before {
        content: '';
        position: absolute;
        border: #fff solid 4px;
        top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
        opacity: 0;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: opacity;
        transition-property: opacity
    }

    .hvr-trim:active:before, .hvr-trim:focus:before, .hvr-trim:hover:before {
        opacity: 1
    }

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

    .hvr-ripple-out:before {
        content: '';
        position: absolute;
        border: #e1e1e1 solid 6px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-animation-duration: 1s;
        animation-duration: 1s
    }

    .hvr-ripple-out:active:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:hover:before {
        -webkit-animation-name: hvr-ripple-out;
        animation-name: hvr-ripple-out
    }

@-webkit-keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
    }
}

@keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
    }
}

.hvr-ripple-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

    .hvr-ripple-in:before {
        content: '';
        position: absolute;
        border: #e1e1e1 solid 4px;
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
        -webkit-animation-duration: 1s;
        animation-duration: 1s
    }

    .hvr-ripple-in:active:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:hover:before {
        -webkit-animation-name: hvr-ripple-in;
        animation-name: hvr-ripple-in
    }

.hvr-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

    .hvr-outline-out:before {
        content: '';
        position: absolute;
        border: #e1e1e1 solid 4px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: top,right,bottom,left;
        transition-property: top,right,bottom,left
    }

    .hvr-outline-out:active:before, .hvr-outline-out:focus:before, .hvr-outline-out:hover:before {
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px
    }

.hvr-outline-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

    .hvr-outline-in:before {
        pointer-events: none;
        content: '';
        position: absolute;
        border: #e1e1e1 solid 4px;
        top: -16px;
        right: -16px;
        bottom: -16px;
        left: -16px;
        opacity: 0;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: top,right,bottom,left;
        transition-property: top,right,bottom,left
    }

    .hvr-outline-in:active:before, .hvr-outline-in:focus:before, .hvr-outline-in:hover:before {
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
        opacity: 1
    }

.hvr-round-corners {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: border-radius;
    transition-property: border-radius
}

    .hvr-round-corners:active, .hvr-round-corners:focus, .hvr-round-corners:hover {
        border-radius: 1em
    }

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

    .hvr-underline-from-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        bottom: 0;
        background: #2098d1;
        height: 4px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-underline-from-left:active:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:hover:before {
        right: 0
    }

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

    .hvr-underline-from-center:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: #2098d1;
        height: 4px;
        -webkit-transition-property: left,right;
        transition-property: left,right;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-underline-from-center:active:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:hover:before {
        left: 0;
        right: 0
    }

.hvr-underline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

    .hvr-underline-from-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 100%;
        right: 0;
        bottom: 0;
        background: #2098d1;
        height: 4px;
        -webkit-transition-property: left;
        transition-property: left;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-underline-from-right:active:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:hover:before {
        left: 0
    }

.hvr-overline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

    .hvr-overline-from-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        top: 0;
        background: #2098d1;
        height: 4px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-overline-from-left:active:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:hover:before {
        right: 0
    }

.hvr-overline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

    .hvr-overline-from-center:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        top: 0;
        background: #2098d1;
        height: 4px;
        -webkit-transition-property: left,right;
        transition-property: left,right;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-overline-from-center:active:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:hover:before {
        left: 0;
        right: 0
    }

.hvr-overline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

    .hvr-overline-from-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 100%;
        right: 0;
        top: 0;
        background: #2098d1;
        height: 4px;
        -webkit-transition-property: left;
        transition-property: left;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-overline-from-right:active:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:hover:before {
        left: 0
    }

.hvr-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

    .hvr-reveal:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-color: #2098d1;
        border-style: solid;
        border-width: 0;
        -webkit-transition-property: border-width;
        transition-property: border-width;
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-reveal:active:before, .hvr-reveal:focus:before, .hvr-reveal:hover:before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        border-width: 4px
    }

.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

    .hvr-underline-reveal:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        height: 4px;
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-underline-reveal:active:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:hover:before {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.hvr-overline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

    .hvr-overline-reveal:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        background: #2098d1;
        height: 4px;
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-overline-reveal:active:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:hover:before {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow
}

    .hvr-glow:active, .hvr-glow:focus, .hvr-glow:hover {
        box-shadow: 0 0 8px rgba(0,0,0,.6)
    }

.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow
}

    .hvr-shadow:active, .hvr-shadow:focus, .hvr-shadow:hover {
        box-shadow: 0 10px 10px -10px rgba(0,0,0,.5)
    }

.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow,transform;
    transition-property: box-shadow,transform
}

    .hvr-grow-shadow:active, .hvr-grow-shadow:focus, .hvr-grow-shadow:hover {
        box-shadow: 0 10px 10px -10px rgba(0,0,0,.5);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.hvr-box-shadow-outset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow
}

    .hvr-box-shadow-outset:active, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:hover {
        box-shadow: 2px 2px 2px rgba(0,0,0,.6)
    }

.hvr-box-shadow-inset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 rgba(0,0,0,.6),0 0 1px transparent
}

    .hvr-box-shadow-inset:active, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:hover {
        box-shadow: inset 2px 2px 2px rgba(0,0,0,.6),0 0 1px transparent
    }

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

    .hvr-float-shadow:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,transparent 80%);
        background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,transparent 80%);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform,opacity;
        transition-property: transform,opacity
    }

    .hvr-float-shadow:active, .hvr-float-shadow:focus, .hvr-float-shadow:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

        .hvr-float-shadow:active:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:hover:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px)
        }

.hvr-shadow-radial {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

    .hvr-shadow-radial:after, .hvr-shadow-radial:before {
        pointer-events: none;
        position: absolute;
        content: '';
        left: 0;
        width: 100%;
        box-sizing: border-box;
        height: 5px;
        opacity: 0;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: opacity;
        transition-property: opacity
    }

    .hvr-shadow-radial:before {
        bottom: 100%;
        background: -webkit-radial-gradient(50% 150%,ellipse,rgba(0,0,0,.6) 0,transparent 80%);
        background: radial-gradient(ellipse at 50% 150%,rgba(0,0,0,.6) 0,transparent 80%)
    }

    .hvr-shadow-radial:after {
        top: 100%;
        background: -webkit-radial-gradient(50% -50%,ellipse,rgba(0,0,0,.6) 0,transparent 80%);
        background: radial-gradient(ellipse at 50% -50%,rgba(0,0,0,.6) 0,transparent 80%)
    }

    .hvr-shadow-radial:active:after, .hvr-shadow-radial:active:before, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:hover:before {
        opacity: 1
    }

.hvr-bubble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

    .hvr-bubble-top:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        border-style: solid;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        left: calc(50% - 10px);
        top: 0;
        border-width: 0 10px 10px;
        border-color: transparent transparent #e1e1e1
    }

    .hvr-bubble-top:active:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:hover:before {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

.hvr-bubble-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

    .hvr-bubble-right:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        border-style: solid;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        top: calc(50% - 10px);
        right: 0;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #e1e1e1
    }

    .hvr-bubble-right:active:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:hover:before {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

.hvr-bubble-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

    .hvr-bubble-bottom:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        border-style: solid;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        left: calc(50% - 10px);
        bottom: 0;
        border-width: 10px 10px 0;
        border-color: #e1e1e1 transparent transparent
    }

    .hvr-bubble-bottom:active:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:hover:before {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

.hvr-bubble-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

    .hvr-bubble-left:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        border-style: solid;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        top: calc(50% - 10px);
        left: 0;
        border-width: 10px 10px 10px 0;
        border-color: transparent #e1e1e1 transparent transparent
    }

    .hvr-bubble-left:active:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:hover:before {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

.hvr-bubble-float-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

    .hvr-bubble-float-top:before {
        position: absolute;
        z-index: -1;
        content: '';
        left: calc(50% - 10px);
        top: 0;
        border-style: solid;
        border-width: 0 10px 10px;
        border-color: transparent transparent #e1e1e1;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform
    }

    .hvr-bubble-float-top:active, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:hover {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

        .hvr-bubble-float-top:active:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:hover:before {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px)
        }

.hvr-bubble-float-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

    .hvr-bubble-float-right:before {
        position: absolute;
        z-index: -1;
        top: calc(50% - 10px);
        right: 0;
        content: '';
        border-style: solid;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #e1e1e1;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform
    }

    .hvr-bubble-float-right:active, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:hover {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

        .hvr-bubble-float-right:active:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:hover:before {
            -webkit-transform: translateX(10px);
            transform: translateX(10px)
        }

.hvr-bubble-float-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

    .hvr-bubble-float-bottom:before {
        position: absolute;
        z-index: -1;
        content: '';
        left: calc(50% - 10px);
        bottom: 0;
        border-style: solid;
        border-width: 10px 10px 0;
        border-color: #e1e1e1 transparent transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform
    }

    .hvr-bubble-float-bottom:active, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

        .hvr-bubble-float-bottom:active:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:hover:before {
            -webkit-transform: translateY(10px);
            transform: translateY(10px)
        }

.hvr-bubble-float-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

    .hvr-bubble-float-left:before {
        position: absolute;
        z-index: -1;
        content: '';
        top: calc(50% - 10px);
        left: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: transparent #e1e1e1 transparent transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform
    }

    .hvr-bubble-float-left:active, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:hover {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

        .hvr-bubble-float-left:active:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:hover:before {
            -webkit-transform: translateX(-10px);
            transform: translateX(-10px)
        }

.hvr-icon-back {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-left: 2.2em;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

    .hvr-icon-back:before {
        content: "\f137";
        position: absolute;
        left: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-back:active:before, .hvr-icon-back:focus:before, .hvr-icon-back:hover:before {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }

.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

    .hvr-icon-forward:before {
        content: "\f138";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-forward:active:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:hover:before {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

@-webkit-keyframes hvr-icon-down {
    0%,100%,50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25%,75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes hvr-icon-down {
    0%,100%,50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25%,75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

.hvr-icon-down {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

    .hvr-icon-down:before {
        content: "\f01a";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .hvr-icon-down:active:before, .hvr-icon-down:focus:before, .hvr-icon-down:hover:before {
        -webkit-animation-name: hvr-icon-down;
        animation-name: hvr-icon-down;
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

@-webkit-keyframes hvr-icon-up {
    0%,100%,50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25%,75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes hvr-icon-up {
    0%,100%,50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25%,75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

.hvr-icon-up {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

    .hvr-icon-up:before {
        content: "\f01b";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .hvr-icon-up:active:before, .hvr-icon-up:focus:before, .hvr-icon-up:hover:before {
        -webkit-animation-name: hvr-icon-up;
        animation-name: hvr-icon-up;
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

.hvr-icon-spin {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

    .hvr-icon-spin:before {
        content: "\f021";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out
    }

    .hvr-icon-spin:active:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:hover:before {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

@-webkit-keyframes hvr-icon-drop {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100%,51% {
        opacity: 1
    }
}

@keyframes hvr-icon-drop {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100%,51% {
        opacity: 1
    }
}

.hvr-icon-drop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

    .hvr-icon-drop:before {
        content: "\f041";
        position: absolute;
        right: 1em;
        opacity: 1;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .hvr-icon-drop:active:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:hover:before {
        opacity: 0;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-animation-name: hvr-icon-drop;
        animation-name: hvr-icon-drop;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: cubic-bezier(0.52,1.64,.37,.66);
        animation-timing-function: cubic-bezier(0.52,1.64,.37,.66)
    }

.hvr-icon-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

    .hvr-icon-fade:before {
        content: "\f00c";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-property: color;
        transition-property: color
    }

    .hvr-icon-fade:active:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:hover:before {
        color: #0f9e5e
    }

@-webkit-keyframes hvr-icon-float-away {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em)
    }
}

@keyframes hvr-icon-float-away {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em)
    }
}

.hvr-icon-float-away {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

    .hvr-icon-float-away:after, .hvr-icon-float-away:before {
        content: "\f055";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome
    }

    .hvr-icon-float-away:after {
        opacity: 0;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .hvr-icon-float-away:active:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:hover:after {
        -webkit-animation-name: hvr-icon-float-away;
        animation-name: hvr-icon-float-away;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

@-webkit-keyframes hvr-icon-sink-away {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em)
    }
}

@keyframes hvr-icon-sink-away {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em)
    }
}

.hvr-icon-sink-away {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

    .hvr-icon-sink-away:after, .hvr-icon-sink-away:before {
        content: "\f056";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .hvr-icon-sink-away:after {
        opacity: 0;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .hvr-icon-sink-away:active:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:hover:after {
        -webkit-animation-name: hvr-icon-sink-away;
        animation-name: hvr-icon-sink-away;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

.hvr-icon-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-icon-grow:before {
        content: "\f118";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-grow:active:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:hover:before {
        -webkit-transform: scale(1.3) translateZ(0);
        transform: scale(1.3) translateZ(0)
    }

.hvr-icon-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-icon-shrink:before {
        content: "\f119";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-shrink:active:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:hover:before {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

@-webkit-keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.hvr-icon-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

    .hvr-icon-pulse:before {
        content: "\f015";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-pulse:active:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:hover:before {
        -webkit-animation-name: hvr-icon-pulse;
        animation-name: hvr-icon-pulse;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

@-webkit-keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

@keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.hvr-icon-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

    .hvr-icon-pulse-grow:before {
        content: "\f015";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-pulse-grow:active:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:hover:before {
        -webkit-animation-name: hvr-icon-pulse-grow;
        animation-name: hvr-icon-pulse-grow;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate
    }

@-webkit-keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.hvr-icon-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em
}

    .hvr-icon-pulse-shrink:before {
        content: "\f015";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-pulse-shrink:active:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:hover:before {
        -webkit-animation-name: hvr-icon-pulse-shrink;
        animation-name: hvr-icon-pulse-shrink;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate
    }

@-webkit-keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

.hvr-icon-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-icon-push:before {
        content: "\f006";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-push:active:before, .hvr-icon-push:focus:before, .hvr-icon-push:hover:before {
        -webkit-animation-name: hvr-icon-push;
        animation-name: hvr-icon-push;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

@-webkit-keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.hvr-icon-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-icon-pop:before {
        content: "\f005";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-pop:active:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:hover:before {
        -webkit-animation-name: hvr-icon-pop;
        animation-name: hvr-icon-pop;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

.hvr-icon-bounce {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-icon-bounce:before {
        content: "\f087";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-bounce:active:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:hover:before {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36);
        transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36)
    }

.hvr-icon-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-icon-rotate:before {
        content: "\f0c6";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-rotate:active:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:hover:before {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }

.hvr-icon-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-icon-grow-rotate:before {
        content: "\f095";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-grow-rotate:active:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:hover:before {
        -webkit-transform: scale(1.5) rotate(12deg);
        transform: scale(1.5) rotate(12deg)
    }

.hvr-icon-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-icon-float:before {
        content: "\f01b";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-float:active:before, .hvr-icon-float:focus:before, .hvr-icon-float:hover:before {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

.hvr-icon-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-icon-sink:before {
        content: "\f01a";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-sink:active:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:hover:before {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

@-webkit-keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@-webkit-keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

.hvr-icon-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-icon-bob:before {
        content: "\f077";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .hvr-icon-bob:active:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:hover:before {
        -webkit-animation-name: hvr-icon-bob-float,hvr-icon-bob;
        animation-name: hvr-icon-bob-float,hvr-icon-bob;
        -webkit-animation-duration: .3s,1.5s;
        animation-duration: .3s,1.5s;
        -webkit-animation-delay: 0s,.3s;
        animation-delay: 0s,.3s;
        -webkit-animation-timing-function: ease-out,ease-in-out;
        animation-timing-function: ease-out,ease-in-out;
        -webkit-animation-iteration-count: 1,infinite;
        animation-iteration-count: 1,infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal,alternate;
        animation-direction: normal,alternate
    }

@-webkit-keyframes hvr-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes hvr-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@-webkit-keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

.hvr-icon-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-icon-hang:before {
        content: "\f078";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .hvr-icon-hang:active:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:hover:before {
        -webkit-animation-name: hvr-icon-hang-sink,hvr-icon-hang;
        animation-name: hvr-icon-hang-sink,hvr-icon-hang;
        -webkit-animation-duration: .3s,1.5s;
        animation-duration: .3s,1.5s;
        -webkit-animation-delay: 0s,.3s;
        animation-delay: 0s,.3s;
        -webkit-animation-timing-function: ease-out,ease-in-out;
        animation-timing-function: ease-out,ease-in-out;
        -webkit-animation-iteration-count: 1,infinite;
        animation-iteration-count: 1,infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal,alternate;
        animation-direction: normal,alternate
    }

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-icon-wobble-horizontal:before {
        content: "\f061";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .hvr-icon-wobble-horizontal:active:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:hover:before {
        -webkit-animation-name: hvr-icon-wobble-horizontal;
        animation-name: hvr-icon-wobble-horizontal;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

@-webkit-keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.hvr-icon-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-icon-wobble-vertical:before {
        content: "\f062";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .hvr-icon-wobble-vertical:active:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:hover:before {
        -webkit-animation-name: hvr-icon-wobble-vertical;
        animation-name: hvr-icon-wobble-vertical;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

@-webkit-keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

.hvr-icon-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-icon-buzz:before {
        content: "\f017";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .hvr-icon-buzz:active:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:hover:before {
        -webkit-animation-name: hvr-icon-buzz;
        animation-name: hvr-icon-buzz;
        -webkit-animation-duration: .15s;
        animation-duration: .15s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

@-webkit-keyframes hvr-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes hvr-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.hvr-icon-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-icon-buzz-out:before {
        content: "\f023";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .hvr-icon-buzz-out:active:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:hover:before {
        -webkit-animation-name: hvr-icon-buzz-out;
        animation-name: hvr-icon-buzz-out;
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

.hvr-curl-top-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

    .hvr-curl-top-left:before {
        pointer-events: none;
        position: absolute;
        content: '';
        height: 0;
        width: 0;
        top: 0;
        left: 0;
        background: #fff;
        background: linear-gradient(135deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
        z-index: 1000;
        box-shadow: 1px 1px 1px rgba(0,0,0,.4);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: width,height;
        transition-property: width,height
    }

    .hvr-curl-top-left:active:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:hover:before {
        width: 25px;
        height: 25px
    }

.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

    .hvr-curl-top-right:before {
        pointer-events: none;
        position: absolute;
        content: '';
        height: 0;
        width: 0;
        top: 0;
        right: 0;
        background: #fff;
        background: linear-gradient(225deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
        box-shadow: -1px 1px 1px rgba(0,0,0,.4);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: width,height;
        transition-property: width,height
    }

    .hvr-curl-top-right:active:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:hover:before {
        width: 25px;
        height: 25px
    }

.hvr-curl-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

    .hvr-curl-bottom-right:before {
        pointer-events: none;
        position: absolute;
        content: '';
        height: 0;
        width: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        background: linear-gradient(315deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
        box-shadow: -1px -1px 1px rgba(0,0,0,.4);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: width,height;
        transition-property: width,height
    }

    .hvr-curl-bottom-right:active:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:hover:before {
        width: 25px;
        height: 25px
    }

.hvr-curl-bottom-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative
}

    .hvr-curl-bottom-left:before {
        pointer-events: none;
        position: absolute;
        content: '';
        height: 0;
        width: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        background: linear-gradient(45deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
        box-shadow: 1px -1px 1px rgba(0,0,0,.4);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: width,height;
        transition-property: width,height
    }

    .hvr-curl-bottom-left:active:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:hover:before {
        width: 25px;
        height: 25px
    }

/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

    .bx-wrapper img {
        max-width: 100%;
        display: block
    }

.bxslider {
    margin: 0;
    padding: 0
}

ul.bxslider {
    list-style: none
}

.bx-viewport {
    -webkit-transform: translatez(0)
}

.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff
}

    .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
        position: absolute;
        bottom: -30px;
        width: 100%
    }

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/css/images/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000
    }

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: 700;
        color: #666;
        padding-top: 20px
    }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px
        }

            .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
                background: #000
            }

    .bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
        display: inline-block;
        *zoom: 1;
        *display: inline
    }

    .bx-wrapper .bx-pager-item {
        font-size: 0;
        line-height: 0
    }

    .bx-wrapper .bx-prev {
        left: 10px;
        background: url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/css/images/controls.png) no-repeat 0 -32px
    }

        .bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
            background-position: 0 0
        }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/css/images/controls.png) no-repeat -43px -32px
    }

        .bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
            background-position: -43px 0
        }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none
        }

    .bx-wrapper .bx-controls-auto {
        text-align: center
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/css/images/controls.png) -86px -11px no-repeat;
            margin: 0 3px
        }

            .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
                background-position: -86px 0
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/css/images/controls.png) -86px -44px no-repeat;
            margin: 0 3px
        }

            .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
                background-position: -86px -33px
            }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px
    }

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666;
        background: rgba(80,80,80,.75);
        width: 100%
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px
        }

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !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-ajax-holder .mfp-content, .mfp-inline-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-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -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: -.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-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    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: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

    .mfp-close:focus, .mfp-close:hover {
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-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: .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:focus, .mfp-arrow:hover {
        opacity: 1
    }

    .mfp-arrow:after, .mfp-arrow:before {
        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: .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,.6);
        background: #000
    }

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
}

.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,.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) {
    .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,.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,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.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 .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -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-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    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;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
        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 .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.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("https://seje.tonatheme.com/payonline/wp-content/themes/payonline/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s 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-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    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 .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none
        }

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #D6D6D6;
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity 200ms ease;
            -moz-transition: opacity 200ms ease;
            -ms-transition: opacity 200ms ease;
            -o-transition: opacity 200ms ease;
            transition: opacity 200ms ease;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791
        }

@font-face {
    font-family: payonline-icon;
    src: url('https://seje.tonatheme.com/payonline/wp-content/themes/payonline/fonts/plugins/payonline-icon/fonts/payonline-icon.eot?xqq391');
    src: url('https://seje.tonatheme.com/payonline/wp-content/themes/payonline/fonts/plugins/payonline-icon/fonts/payonline-icon.eot?xqq391#iefix') format('embedded-opentype'),url('https://seje.tonatheme.com/payonline/wp-content/themes/payonline/fonts/plugins/payonline-icon/fonts/payonline-icon.ttf?xqq391') format('truetype'),url('https://seje.tonatheme.com/payonline/wp-content/themes/payonline/fonts/plugins/payonline-icon/fonts/payonline-icon.woff?xqq391') format('woff'),url('https://seje.tonatheme.com/payonline/wp-content/themes/payonline/fonts/plugins/payonline-icon/fonts/payonline-icon.svg?xqq391#payonline-icon') format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" payonline-icon-"], [class^=payonline-icon-] {
    font-family: payonline-icon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.payonline-icon-person-working-in-front-of-a-computer:before {
    content: "\e921"
}

.payonline-icon-timer-1:before {
    content: "\e91c"
}

.payonline-icon-event:before {
    content: "\e91d"
}

.payonline-icon-disable-alarm:before {
    content: "\e91e"
}

.payonline-icon-time-management:before {
    content: "\e91f"
}

.payonline-icon-report:before {
    content: "\e920"
}

.payonline-icon-apartment:before {
    content: "\e91a"
}

.payonline-icon-factory:before {
    content: "\e91b"
}

.payonline-icon-payment-method:before {
    content: "\e916"
}

.payonline-icon-timer:before {
    content: "\e917"
}

.payonline-icon-profit:before {
    content: "\e918"
}

.payonline-icon-settings1:before {
    content: "\e919"
}

.payonline-icon-creativity:before {
    content: "\e910"
}

.payonline-icon-employee:before {
    content: "\e911"
}

.payonline-icon-padlock:before {
    content: "\e912"
}

.payonline-icon-skyline:before {
    content: "\e913"
}

.payonline-icon-smartphone:before {
    content: "\e914"
}

.payonline-icon-umbrella:before {
    content: "\e915"
}

.payonline-icon-left-quotes-sign:before {
    content: "\e90f"
}

.payonline-icon-alarm-clock:before {
    content: "\e90b"
}

.payonline-icon-bars:before {
    content: "\e90c"
}

.payonline-icon-profits:before {
    content: "\e90d"
}

.payonline-icon-tick:before {
    content: "\e90e"
}

.payonline-icon-appointment:before {
    content: "\e900"
}

.payonline-icon-chat:before {
    content: "\e901"
}

.payonline-icon-checkmark-outlined-circular-button:before {
    content: "\e902"
}

.payonline-icon-clock:before {
    content: "\e903"
}

.payonline-icon-dollar:before {
    content: "\e904"
}

.payonline-icon-handshake:before {
    content: "\e905"
}

.payonline-icon-send-1:before {
    content: "\e906"
}

.payonline-icon-send:before {
    content: "\e907"
}

.payonline-icon-settings:before {
    content: "\e908"
}

.payonline-icon-share:before {
    content: "\e909"
}

.payonline-icon-users:before {
    content: "\e90a"
}

@charset "UTF-8";

body.fancybox-active {
    overflow: hidden
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s,visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s,visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform
}

    .fancybox-slide:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0
    }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

    .fancybox-slide--image:before {
        display: none
    }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
    display: none
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error, .fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

    .fancybox-error p {
        margin: 0;
        padding: 0;
        color: #444;
        font-size: 16px;
        line-height: 20px
    }

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30,30,30,.6);
    transition: color .3s ease;
    cursor: pointer;
    outline: none
}

    .fancybox-button, .fancybox-button:link, .fancybox-button:visited {
        color: #ccc
    }

        .fancybox-button:focus, .fancybox-button:hover {
            color: #fff
        }

        .fancybox-button[disabled] {
            color: #ccc;
            cursor: default;
            opacity: .6
        }

        .fancybox-button svg {
            display: block;
            position: relative;
            overflow: visible;
            shape-rendering: geometricPrecision
        }

            .fancybox-button svg path {
                fill: currentColor;
                stroke: currentColor;
                stroke-linejoin: round;
                stroke-width: 3
            }

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--zoom svg path {
    fill: transparent
}

.fancybox-navigation {
    display: none
}

.fancybox-show-nav .fancybox-navigation {
    display: block
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px
}

    .fancybox-navigation button:before {
        content: "";
        position: absolute;
        top: 30px;
        right: 10px;
        width: 40px;
        height: 40px;
        background: rgba(30,30,30,.6)
    }

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

    .fancybox-close-small:after {
        content: "Ã—";
        position: absolute;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        font: 22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
        color: #888;
        font-weight: 300;
        text-align: center;
        border-radius: 50%;
        border-width: 0;
        background-color: transparent;
        transition: background-color .25s;
        box-sizing: border-box;
        z-index: 2
    }

    .fancybox-close-small:focus {
        outline: none
    }

        .fancybox-close-small:focus:after {
            outline: 1px dotted #888
        }

    .fancybox-close-small:hover:after {
        color: #555;
        background: #eee
    }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -40px
}

    .fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
        font-size: 35px;
        color: #aaa
    }

    .fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
        color: #fff;
        background: transparent
    }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0,0%,100%,.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

    .fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
        pointer-events: all;
        position: relative
    }

    .fancybox-caption a {
        color: #fff;
        text-decoration: underline
    }

.fancybox-slide > .fancybox-loading {
    border: 6px solid hsla(0,0%,39%,.4);
    border-top: 6px solid hsla(0,0%,100%,.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5,1.5,1.5);
    transform: scale3d(1.5,1.5,1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5,.5,.5);
    transform: scale3d(.5,.5,.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
    transform: scale3d(0,0,0) translate3d(-100%,0,0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
    transform: scale3d(0,0,0) translate3d(100%,0,0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center
}

    .fancybox-share h1 {
        color: #222;
        margin: 0 0 20px;
        font-size: 35px;
        font-weight: 700
    }

    .fancybox-share p {
        margin: 0;
        padding: 0
    }

p.fancybox-share__links {
    margin-right: -10px
}

.fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    transition: all .2s
}

    .fancybox-share__button:hover {
        text-decoration: none
    }

.fancybox-share__button--fb {
    background: #3b5998
}

    .fancybox-share__button--fb:hover {
        background: #344e86
    }

.fancybox-share__button--pt {
    background: #bd081d
}

    .fancybox-share__button--pt:hover {
        background: #aa0719
    }

.fancybox-share__button--tw {
    background: #1da1f2
}

    .fancybox-share__button--tw:hover {
        background: #0d95e8
    }

.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle
}

    .fancybox-share__button svg path {
        fill: #fff
    }

.fancybox-share__input {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px;
    background: transparent;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
    border: 0;
    border-bottom: 2px solid #d7d7d7
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}

.fancybox-thumbs-x > ul {
    overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0,0,0,.1)
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94)
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px)
    }
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    min-width: 300px
}

.footer-box {
    position: fixed;
    background: #2220;
    height: 339px;
    overflow: hidden;
    width: 184px;
    top: 180px;
    right: 0;
    z-index: 999;
}

.product-sidebar .social-links {
    position: absolute;
    top: 150px;
    right: -130px;
    padding: 0;
    margin: 0;
    z-index: 9999999;
    -webkit-transition: right .3s ease;
    -moz-transition: right .3s ease;
    transition: right .3s ease;
}

.product-sidebar .xs-sidebar-group.isActive .social-links {
    right: 270px
}

.product-sidebar .social-links li {
    position: relative;
    display: block;
    list-style: none;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
    background-color: #1a214d;
    color: #fff;
    cursor: pointer;
    left: 0;
    white-space: nowrap;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .product-sidebar .social-links li:hover {
        left: -130px
    }

    .product-sidebar .social-links li .icon {
        display: inline-block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 0 !important;
        transition: opacity .2s ease;
        color: inherit
    }

    .product-sidebar .social-links li:hover span {
        visibility: visible;
        opacity: 1;
        right: 110%
    }

    .product-sidebar .social-links li span {
        font-family: 'Nunito Sans',Sans-serif;
        font-size: 13px;
        width: 130px;
        height: 45px;
        font-weight: 400;
        line-height: 45px;
        text-align: center;
        transition: all .2s ease;
        padding: 0;
        box-sizing: border-box;
        background: rgba(0,0,0,.24);
        border-radius: 0;
        display: block;
        float: right;
        color: inherit
    }

    .product-sidebar .social-links li a {
        color: #fff;
        text-decoration: none
    }

    .product-sidebar .social-links li:nth-child(2) {
        background: #8138f7
    }

    .product-sidebar .social-links li:nth-child(3) {
        background: #7ac7c4
    }

    .product-sidebar .social-links li:last-child {
        background: #fd5d14
    }

.xs-sidebar-group .xs-overlay {
    left: 0;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    cursor: url(https://old3.commonsupport.com/rinbuild/wp-content/uploads/2020/06/cross-out.png),pointer;
    z-index: 999999
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .9;
    visibility: visible;
    right: 100%
}

.xs-sidebar-widget {
    position: fixed;
    right: -400px;
    top: 0;
    background-color: #fff;
    width: 400px;
    height: 100%;
    z-index: 9999999;
    -webkit-transition: right .3s ease;
    -moz-transition: right .3s ease;
    transition: right .3s ease
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    right: 0
}

.xs-bg-black {
    background-color: rgb(0,0,0,.5)
}

.product-sidebar .sidebar-widget-container {
    position: absolute;
    right: -17px;
    top: 0;
    height: 100%;
    width: 417px;
    padding: 30px;
    background: #fff;
    border-left: 1px solid #dcdcdc;
    color: #111;
    font-size: 14px;
    line-height: 1.7;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box
}

.product-sidebar .sidebar-content .btn-box {
    margin-bottom: 30px
}

    .product-sidebar .sidebar-content .btn-box a {
        position: relative;
        display: block;
        background: #222;
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        padding: 10px 15px;
        text-decoration: none;
        border-radius: 5px
    }

.product-sidebar .sidebar-content .single-box .title-box {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

    .product-sidebar .sidebar-content .single-box .title-box .line {
        position: relative;
        display: block;
        height: 1px;
        background: #e5e5e5;
        width: 100%;
        flex: 1
    }

        .product-sidebar .sidebar-content .single-box .title-box .line:before {
            content: '';
            position: absolute;
            z-index: 1;
            height: 3px;
            width: 40px;
            background: #f73859;
            border-radius: 1.5px;
            right: 0;
            top: 50%;
            margin-top: -1.5px
        }

    .product-sidebar .sidebar-content .single-box .title-box h5 {
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: #222;
        background: #fff;
        padding: 5px 10px;
        border-radius: 3px;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
        margin-right: 20px;
        box-shadow: 0 0 10px rgba(0,0,0,.1)
    }

.product-sidebar .sidebar-content .single-box .image {
    position: relative;
    margin: 0;
    box-shadow: 5px 4px 16px 0 rgba(0,0,0,.15);
    margin-bottom: 10px
}

    .product-sidebar .sidebar-content .single-box .image img {
        width: 100%
    }

.product-sidebar .sidebar-content .single-box .item-name {
    position: relative;
    display: block
}

    .product-sidebar .sidebar-content .single-box .item-name h6 {
        position: relative;
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
        color: #222;
        margin: 0
    }

        .product-sidebar .sidebar-content .single-box .item-name h6 a {
            color: #222;
            text-decoration: none
        }

    .product-sidebar .sidebar-content .single-box .item-name .price {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 16px;
        color: red
    }

        .product-sidebar .sidebar-content .single-box .item-name .price del {
            color: #848484
        }

.product-sidebar .sidebar-content .single-box {
    margin-bottom: 30px
}

    .product-sidebar .sidebar-content .single-box .single-item {
        margin-bottom: 20px
    }

.single-testimonial-carousel .testimonial-text-box .review-box .fa {
    margin: 0 2px
}

.clear, .woocommerce .woocommerce-breadcrumb::after, .woocommerce .woocommerce-error::after, .woocommerce .woocommerce-info::after, .woocommerce .woocommerce-message::after {
    clear: both;
    margin-top: 20px
}

.woocommerce div.product form.cart .reset_variations, .woocommerce form .form-row label.hidden {
    visibility: hidden
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

p.demo_store {
    background-color: #f13729;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
    color: #fff;
    font-size: 1em;
    left: 0;
    margin: 0;
    padding: 1em 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99998
}

    p.demo_store a {
        color: #fff
    }

.admin-bar p.demo_store {
    top: 32px
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

    .woocommerce .blockUI.blockOverlay::before, .woocommerce .loader::before {
        animation: 1s ease-in-out 0s normal none infinite running spin;
        background: rgba(0,0,0,0) url("https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/icons/loader.svg") repeat scroll center center/cover;
        color: rgba(0,0,0,.75);
        content: "";
        display: block;
        font-size: 2em;
        height: 1em;
        left: 50%;
        line-height: 1;
        margin-left: -.5em;
        margin-top: -.5em;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 1em
    }

.woocommerce a.remove {
    border: 0 none;
    border-radius: 100%;
    color: #444 !important;
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    height: 1em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    width: 1em
}

    .woocommerce a.remove:hover {
        background: #f13729 none repeat scroll 0 0;
        color: #fff !important
    }

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background-color: #f7f6f7;
    border-top: 3px solid #f13729 !important;
    color: #515151;
    list-style: outside none none !important;
    margin: 0 0 !important;
    overflow-wrap: break-word;
    padding: 2em 2em 0 2em !important;
    position: relative;
    width: auto
}

    .woocommerce .woocommerce-error::after, .woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::after, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::after, .woocommerce .woocommerce-message::before {
        content: " ";
        display: table
    }

    .woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before {
        content: "";
        display: inline-block;
        font-family: WooCommerce;
        left: 1.5em;
        position: absolute;
        top: 1em
    }

    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
        float: right
    }

    .woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {
        list-style: outside none none !important;
        margin-left: 0 !important;
        padding-left: 0 !important
    }

    .woocommerce .woocommerce-message::before {
        color: #f13729;
        content: ""
    }

.woocommerce .woocommerce-info {
    border-top-color: #43c3ea
}

    .woocommerce .woocommerce-info a {
        color: #f13729
    }

    .woocommerce .woocommerce-info::before {
        color: #f13729
    }

.woocommerce .woocommerce-error {
    border-top-color: #b81c23
}

    .woocommerce .woocommerce-error::before {
        color: #b81c23;
        content: " "
    }

.woocommerce small.note {
    color: #777;
    display: block;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    color: #777;
    font-size: .92em;
    margin: 0 0 1em;
    padding: 0
}

    .woocommerce .woocommerce-breadcrumb::after, .woocommerce .woocommerce-breadcrumb::before {
        content: " ";
        display: table
    }

    .woocommerce .woocommerce-breadcrumb a {
        color: #777
    }

.woocommerce .quantity .qty {
    text-align: center;
    width: 3.631em
}

.woocommerce .related-products .inner-title h4, .woocommerce div.product .product_title, .woocommerce div.product h1 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0 0 15px
}

.woocommerce .related-products .sec-title {
    margin-top: 60px;
    margin-bottom: 60px
}

    .woocommerce .related-products .sec-title .inner-title::before {
        top: -50px
    }

.woocommerce-review-link {
    font-size: 13px;
    font-weight: 700;
    padding-left: 15px;
    text-transform: capitalize
}

.woocommerce #reviews #comments .add_review::after, .woocommerce .products ul::after, .woocommerce div.product form.cart::after, .woocommerce div.product p.cart::after, .woocommerce nav.woocommerce-pagination ul, .woocommerce ul.products::after {
    clear: both
}

.woocommerce div.product .price ins span, .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #fff;
    font-size: 15px !important;
    font-weight: 500;
    line-height: 15px;
    display: inline-block
}

.info-column .item-price {
    margin: 10px 0
}

.info-column .details-header .item-price .price {
    color: #f13729;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px
}

.tab-btns li.active a {
    color: #f13729
}

.tab-btns .tab-btn.reviews_tab a {
    color: #222
}

    .tab-btns .tab-btn.reviews_tab a:hover {
        color: #f13729 !important
    }

.woocommerce-Price-currencySymbol {
    font-weight: 700 !important
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.woocommerce div.product .stock {
    color: #77a464
}

.woocommerce div.product .out-of-stock {
    color: red
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0
}

.woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-bottom: 2em
}

    .woocommerce div.product div.images img {
        box-shadow: none;
        display: block;
        height: auto;
        width: 100%;
        margin-bottom: 10px
    }

    .woocommerce div.product div.images div.thumbnails {
        padding-top: 1em
    }

.woocommerce div.product div.social {
    margin: 0 0 1em;
    text-align: right
}

    .woocommerce div.product div.social span {
        margin: 0 0 0 2px
    }

        .woocommerce div.product div.social span span {
            margin: 0
        }

        .woocommerce div.product div.social span .stButton .chicklets {
            padding-left: 16px;
            width: 0
        }

    .woocommerce div.product div.social iframe {
        float: left;
        margin-top: 3px
    }

.woocommerce div.product .woocommerce-tabs ul.tabs {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 1;
    border-bottom: 1px solid #ebebeb
}

    .woocommerce div.product .woocommerce-tabs ul.tabs:before {
        border-bottom: none
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        border-radius: 0;
        margin-right: 10px;
        padding: 0;
        border: none
    }

        .woocommerce div.product .woocommerce-tabs ul.tabs li a {
            margin-right: 15px;
            background-color: #fff;
            color: #666;
            float: left;
            font-size: 14px;
            font-weight: 400;
            line-height: 24px;
            padding: 10px 0 11px;
            position: relative;
            text-transform: uppercase;
            top: 1px
        }

.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before, .woocommerce div.product p.cart::after, .woocommerce div.product p.cart::before {
    content: " ";
    display: table
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border: none;
    box-shadow: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 0
}

#tab-description, #tab-reviews {
    background: #fff !important;
    margin-top: 0;
    padding: 30px;
    border: 1px solid #ececec
}

    #tab-description h2 {
        color: #3d3d3d;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 15px
    }

.woocommerce-Reviews-title {
    color: #272727;
    font-size: 24px;
    line-height: 1.4em;
    margin: 0 0 20px
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

    .woocommerce div.product form.cart table td {
        padding-left: 0
    }

    .woocommerce div.product form.cart table div.quantity {
        float: none;
        margin: 0
    }

    .woocommerce div.product form.cart table small.stock {
        display: block;
        float: none
    }

.woocommerce div.product form.cart .variations {
    border: 0 none;
    margin-bottom: 1em
}

    .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
        border: 0 none
    }

    .woocommerce div.product form.cart .variations label {
        font-weight: 700
    }

    .woocommerce div.product form.cart .variations select {
        float: left;
        width: 100%;
        border: 1px solid #eaeaea;
        padding: 10px
    }

    .woocommerce div.product form.cart .variations td.label {
        padding-right: 1em
    }

    .woocommerce div.product form.cart .variations td {
        vertical-align: top
    }

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    float: left;
    vertical-align: middle
}

.woocommerce div.product form.cart .group_table td.label {
    padding-left: 1em;
    padding-right: 1em
}

.woocommerce div.product form.cart .group_table td {
    border: 0 none;
    padding-bottom: .5em;
    vertical-align: top
}

.woocommerce .products ul, .woocommerce ul.products {
    clear: both;
    list-style: outside none none;
    margin: 0 0 1em;
    padding: 0
}

    .woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
        content: " ";
        display: table
    }

    .woocommerce .products ul li, .woocommerce ul.products li {
        list-style: outside none none
    }

        .woocommerce ul.products li.product .onsale {
            left: auto;
            margin: -.5em -.5em 0 0;
            right: 0;
            top: 0
        }

        .woocommerce ul.products li.product h3 {
            font-size: 1em;
            margin: 0;
            padding: .5em 0
        }

        .woocommerce ul.products li.product a {
            text-decoration: none
        }

            .woocommerce ul.products li.product a img {
                box-shadow: none;
                display: block;
                height: auto;
                margin: 0 0 1em;
                width: 100%
            }

        .woocommerce ul.products li.product strong {
            display: block
        }

        .woocommerce ul.products li.product .star-rating {
            font-size: .857em
        }

        .woocommerce ul.products li.product .button {
            margin-top: 1em
        }

        .woocommerce ul.products li.product .price {
            color: #77a464;
            display: block;
            font-size: .857em;
            font-weight: 400;
            margin-bottom: .5em
        }

            .woocommerce ul.products li.product .price del {
                color: inherit;
                display: block;
                opacity: .5
            }

            .woocommerce ul.products li.product .price ins {
                background: rgba(0,0,0,0) none repeat scroll 0 0;
                font-weight: 700
            }

            .woocommerce ul.products li.product .price .from {
                color: rgba(132,132,132,.5);
                font-size: .67em;
                margin: -2px 0 0;
                text-transform: uppercase
            }

.woocommerce nav.woocommerce-pagination ul {
    border: none !important
}

    .woocommerce nav.woocommerce-pagination ul li {
        position: relative;
        display: inline-block;
        margin: 0 5px 7px 0;
        border-right: 0
    }

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em
}

    .woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
        animation: 2s linear 0s normal none infinite running spin;
        content: "ÃƒÂ®Ã¢â€šÂ¬Ã…â€œ";
        font-family: WooCommerce;
        font-weight: 400;
        position: absolute;
        right: 1em;
        top: .618em;
        vertical-align: top
    }

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
    content: "ÃƒÂ®Ã¢â€šÂ¬Ã¢â‚¬â€";
    font-family: WooCommerce;
    margin-left: .53em;
    vertical-align: bottom
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover {
    background-color: #f13729;
    color: #fff
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled {
    color: inherit;
    cursor: not-allowed;
    opacity: .5
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    position: relative;
    line-height: 24px;
    color: #f13729;
    font-size: 16px;
    font-weight: 600;
    background: 0 0;
    display: inline-block;
    padding: 7px 29px !important;
    border: 2px solid #f13729
}

.woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled {
    color: #f13729 !important
}

.woocommerce a.added_to_cart {
    display: inline-block;
    padding-top: .5em;
    white-space: nowrap
}

.woocommerce #reviews #comments .add_review::after, .woocommerce #reviews #comments .add_review::before, .woocommerce #reviews #comments ol.commentlist li .comment-text::after, .woocommerce #reviews #comments ol.commentlist li .comment-text::before, .woocommerce #reviews #comments ol.commentlist::after, .woocommerce #reviews #comments ol.commentlist::before {
    content: " ";
    display: table
}

.woocommerce #reviews h2 small {
    color: #777;
    float: right;
    font-size: 15px;
    margin: 10px 0 0
}

    .woocommerce #reviews h2 small a {
        color: #777;
        text-decoration: none
    }

.woocommerce #reviews h3 {
    color: #292929;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    padding: 20px 0 15px
}

.woocommerce #reviews #respond {
    border: 0 none;
    margin: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments h2 {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px
}

.woocommerce #review_form #respond::after, .woocommerce #reviews #comments ol.commentlist li .comment-text::after, .woocommerce #reviews #comments ol.commentlist::after, .woocommerce .woocommerce-product-rating::after, .woocommerce td.product-name dl.variation::after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0;
    width: 100%
}

    .woocommerce #reviews #comments ol.commentlist li {
        background: rgba(0,0,0,0) none repeat scroll 0 center;
        border: 0 none;
        margin: 0 0 20px;
        padding: 0;
        position: relative
    }

        .woocommerce #reviews #comments ol.commentlist li .meta {
            color: #777;
            font-size: .75em
        }

        .woocommerce #reviews #comments ol.commentlist li img.avatar {
            background: #ebe9eb none repeat scroll 0 0;
            border: 1px solid #e4e1e3;
            box-shadow: none;
            float: left;
            height: auto;
            left: 0;
            margin: 0;
            padding: 3px;
            position: absolute;
            top: 0;
            width: 32px
        }

        .woocommerce #reviews #comments ol.commentlist li .comment-text {
            border: 1px solid #e4e1e3;
            border-radius: 4px;
            margin: 0 0 0 50px;
            padding: 1em 1em 0
        }

            .woocommerce #reviews #comments ol.commentlist li .comment-text p {
                margin: 0 0 1em
            }

                .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
                    font-size: .83em
                }

                    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
                        color: #272727;
                        font-size: 14px
                    }

    .woocommerce #reviews #comments ol.commentlist ul.children {
        list-style: outside none none;
        margin: 20px 0 0 50px
    }

        .woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
            display: none
        }

    .woocommerce #reviews #comments ol.commentlist #respond {
        border: 1px solid #e4e1e3;
        border-radius: 4px;
        margin: 20px 0 0 50px;
        padding: 1em 1em 0
    }

.woocommerce #reviews #comments .commentlist > li::before {
    content: ""
}

.woocommerce .item_description .item_price {
    margin: 0 0 15px !important
}

.woocommerce .star-rating {
    float: none;
    font-family: star;
    font-size: 14px;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 5.4em
}

    .woocommerce .star-rating::before {
        color: #f13729;
        content: "sssss";
        float: left;
        left: 0;
        position: absolute;
        top: 0
    }

    .woocommerce .star-rating span {
        color: #f13729;
        float: left;
        left: 0;
        overflow: hidden;
        padding-top: 1.5em;
        position: absolute;
        margin-right: 5px;
        top: 0
    }

.woocommerce .woocommerce-product-rating {
    display: block;
    line-height: 2
}

.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
    border-bottom: 1px dotted rgba(0,0,0,.1);
    border-top: 0 none;
    line-height: 1.5;
    margin: 0
}

.woocommerce .feedback {
    display: inline-block;
    background: #f7f7f7;
    padding: 14px 15px !important;
    position: relative;
    top: 3px
}

    .woocommerce .feedback li {
        display: inline-block;
        margin-right: 3px
    }

        .woocommerce .feedback li a {
            color: #fa6f1c
        }

.woocommerce #review_form #respond {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    padding: 0;
    position: static;
    width: auto
}

    .woocommerce #review_form #respond::after, .woocommerce #review_form #respond:before {
        content: " ";
        display: table
    }

    .woocommerce #review_form #respond p {
        margin: 0
    }

    .woocommerce #review_form #respond .form-submit input {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        transition: all .3s ease-in-out;
        padding: 11px 35px 9px;
        border: 2px solid #f13729;
        background-color: #f13729;
        color: #fff;
        margin-top: 20px;
        border-radius: 0
    }

.woocommerce .woocommerce-cart-form .actions .button:hover, .woocommerce .woocommerce-cart-form .coupon .button:hover, .woocommerce .woocommerce-checkout-payment .place-order #place_order:hover, .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a:hover {
    background-color: transparent !important;
    color: #222 !important;
    border: 2px solid #f13729
}

.woocommerce #review_form #respond .form-submit input:hover {
    background-color: #fff;
    color: #f13729;
    border-color: #f13729
}

.woocommerce #review_form #respond label {
    color: #272727
}

.woocommerce #review_form #respond input[type=email], .woocommerce #review_form #respond input[type=text] {
    background: 0 0;
    border: 1px solid #e0e0e0;
    color: #222;
    display: block;
    height: 46px;
    line-height: 22px;
    padding: 11px 20px;
    position: relative;
    transition: all .3s ease 0s;
    width: 100%
}

.woocommerce #review_form #respond textarea {
    border: 1px solid #e0e0e0;
    color: #222;
    display: block;
    height: 120px;
    line-height: 22px;
    padding: 12px 20px;
    position: relative;
    resize: none;
    transition: all .3s ease 0s;
    width: 100%
}

.woocommerce table.shop_attributes {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0,0,0,.1) -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: dotted none none;
    border-width: 1px 0 0;
    margin-bottom: 1.618em;
    width: 100%
}

    .woocommerce table.shop_attributes th {
        font-weight: 700;
        padding: 8px;
        width: 150px
    }

    .woocommerce table.shop_attributes td {
        font-style: italic;
        padding: 0
    }

        .woocommerce table.shop_attributes td p {
            margin: 0;
            padding: 8px 0
        }

    .woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th {
        background: rgba(0,0,0,.024) none repeat scroll 0 0
    }

.woocommerce table.shop_table {
    border: 0;
    border-collapse: separate;
    border-radius: 5px;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%
}

    .woocommerce table.shop_table thead {
        background: #f5f5f5 url("https://seje.tonatheme.com/payonline/wp-content/themes/payonline/img/resources/texture/strip.png") repeat scroll 0 0;
        border-radius: 7px;
        color: #222;
        font-size: 18px;
        position: relative;
        text-transform: uppercase;
        width: 100%
    }

    .woocommerce table.shop_table th {
        color: #272727;
        font-size: 14px;
        font-weight: 700;
        line-height: 35px;
        padding-left: 28px;
        text-transform: uppercase
    }

    .woocommerce table.shop_table td {
        border-top: 1px solid #f7f7f7;
        color: #9e9e9e;
        font-size: 16px;
        font-weight: 700;
        padding: 27px 7px 28px 35px
    }

        .woocommerce table.shop_table td small {
            font-weight: 400
        }

    .woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
        border-top: 0 none
    }

    .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
        border-top: 1px solid rgba(0,0,0,.1);
        font-weight: 700
    }

.woocommerce table.my_account_orders {
    font-size: .85em
}

    .woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
        padding: 4px 8px;
        vertical-align: middle
    }

    .woocommerce table.my_account_orders .button {
        white-space: nowrap
    }

    .woocommerce table.my_account_orders .order-actions {
        text-align: right
    }

        .woocommerce table.my_account_orders .order-actions .button {
            margin: .125em 0 .125em .25em
        }

.woocommerce td.product-name dl.variation {
    margin: .25em 0
}

    .woocommerce td.product-name dl.variation::after, .woocommerce td.product-name dl.variation::before {
        content: " ";
        display: table
    }

    .woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
        display: inline-block;
        float: left;
        margin-bottom: 1em
    }

    .woocommerce td.product-name dl.variation dt {
        clear: left;
        font-weight: 700;
        margin: 0 4px 0 0;
        padding: 0 0 .25em
    }

.woocommerce ul.cart_list li dl::after, .woocommerce ul.cart_list li::after, .woocommerce ul.product_list_widget li dl::after, .woocommerce ul.product_list_widget li::after {
    clear: both
}

.woocommerce td.product-name dl.variation dd {
    padding: 0 0 .25em
}

    .woocommerce td.product-name dl.variation dd p:last-child {
        margin-bottom: 0
    }

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.woocommerce div.product {
    margin-bottom: 35px;
    position: relative
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    list-style: outside none none;
    margin: 0;
    padding: 15px 0
}

.product_list_widget .product-title {
    color: #121212
}

.widget_product_tag_cloud {
    margin-top: 20px
}

.woocommerce ul.cart_list li::after, .woocommerce ul.cart_list li::before, .woocommerce ul.product_list_widget li::after, .woocommerce ul.product_list_widget li::before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    box-shadow: none;
    float: right;
    height: auto;
    margin-left: 4px;
    width: 32px
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    border-left: 2px solid rgba(0,0,0,.1);
    margin: 0;
    padding-left: 1em
}

    .woocommerce ul.cart_list li dl::after, .woocommerce ul.cart_list li dl::before, .woocommerce ul.product_list_widget li dl::after, .woocommerce ul.product_list_widget li dl::before {
        content: " ";
        display: table
    }

    .woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
        display: inline-block;
        float: left;
        margin-bottom: 1em
    }

    .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
        clear: left;
        font-weight: 700;
        margin: 0 4px 0 0;
        padding: 0 0 .25em
    }

.woocommerce .order_details::after, .woocommerce .widget_layered_nav ul li::after, .woocommerce .widget_shopping_cart .buttons::after, .woocommerce-account .addresses .title::after, .woocommerce-cart .wc-proceed-to-checkout::after, .woocommerce.widget_shopping_cart .buttons::after {
    clear: both
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

    .woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
        margin-bottom: 0
    }

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0
}

    .woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
        display: inline-block;
        min-width: 40px
    }

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    padding-top: 0;
    position: relative
}

    .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
        left: 0;
        position: absolute;
        top: 0
    }

.woocommerce .widget_shopping_cart .buttons::after, .woocommerce .widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after, .woocommerce.widget_shopping_cart .buttons::before {
    content: " ";
    display: table
}

.woocommerce form .form-row {
    margin: 0 0 6px;
    padding: 3px
}

    .woocommerce form .form-row label {
        color: #272727;
        display: block;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 7px;
        text-transform: capitalize
    }

        .woocommerce form .form-row label.inline {
            display: inline
        }

    .woocommerce form .form-row select {
        cursor: pointer;
        margin: 0
    }

    .woocommerce form .form-row .required {
        border: 0 none;
        color: red;
        font-weight: 700
    }

    .woocommerce form .form-row .input-checkbox {
        display: inline;
        margin: -2px 8px 0 0;
        text-align: center;
        vertical-align: middle;
        position: relative
    }

    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
        box-sizing: border-box;
        line-height: 1;
        margin: 0;
        outline: 0 none;
        width: 100%
    }

    .woocommerce form .form-row textarea {
        box-shadow: none;
        display: block;
        height: 4em;
        line-height: 1.5
    }

    .woocommerce form .form-row .select2-container {
        line-height: 2em;
        width: 100%
    }

    .woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
        border-color: #a00
    }

    .woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
        border-color: #69bf29
    }

    .woocommerce form .form-row :-moz-placeholder {
        line-height: normal
    }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #d3ced2;
    border-radius: 5px;
    margin: 2em 0;
    padding: 20px;
    text-align: left
}

.woocommerce ul#shipping_method {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

    .woocommerce ul#shipping_method li {
        list-style: outside none none;
        margin: 0;
        padding: .25em 0 .25em 22px;
        text-indent: -22px
    }

    .woocommerce ul#shipping_method .amount {
        font-weight: 700
    }

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce .order_details {
    list-style: outside none none;
    margin: 0 0 1.5em
}

    .woocommerce .order_details::after, .woocommerce .order_details::before {
        content: " ";
        display: table
    }

    .woocommerce .order_details li {
        border-right: 1px dashed #d3ced2;
        float: left;
        font-size: .715em;
        line-height: 1;
        margin-left: 0;
        margin-right: 2em;
        padding-left: 0;
        padding-right: 2em;
        text-transform: uppercase
    }

        .woocommerce .order_details li strong {
            display: block;
            font-size: 1.4em;
            line-height: 1.5;
            text-transform: none
        }

        .woocommerce .order_details li:last-of-type {
            border: medium none
        }

.woocommerce .widget_layered_nav ul {
    border: 0 none;
    list-style: outside none none;
    margin: 0;
    padding: 0
}

    .woocommerce .widget_layered_nav ul li {
        list-style: outside none none;
        padding: 0 0 1px
    }

        .woocommerce .widget_layered_nav ul li::after, .woocommerce .widget_layered_nav ul li::before {
            content: " ";
            display: table
        }

        .woocommerce .widget_layered_nav ul li.chosen a::before, .woocommerce .widget_layered_nav_filters ul li a::before {
            color: #a00;
            content: "ÃƒÆ’Ã‚Â®ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
            font-family: WooCommerce;
            font-variant: normal;
            font-weight: 400;
            line-height: 1;
            text-decoration: none;
            text-transform: none
        }

        .woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span {
            padding: 1px 0
        }

        .woocommerce .widget_layered_nav ul li.chosen a::before {
            margin-right: .618em
        }

.woocommerce .widget_layered_nav_filters ul {
    border: 0 none;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0
}

    .woocommerce .widget_layered_nav_filters ul li {
        float: left;
        list-style: outside none none;
        padding: 0 1px 1px 0
    }

        .woocommerce .widget_layered_nav_filters ul li a {
            text-decoration: none
        }

            .woocommerce .widget_layered_nav_filters ul li a::before {
                margin-right: .618em
            }

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    font-size: .8751em;
    line-height: 2.4;
    text-align: right
}

    .woocommerce .widget_price_filter .price_slider_amount .button {
        padding: 4px 20px;
        border-radius: 0;
        font-size: 12px;
        font-weight: 400;
        margin-top: 20px;
        text-transform: uppercase;
        background-color: #1c1c1c;
        color: #fff;
        border: 2px solid #1c1c1c
    }

        .woocommerce .widget_price_filter .price_slider_amount .button:hover {
            background-color: #fff;
            color: #1c1c1c
        }

.woocommerce .widget_price_filter .ui-slider {
    margin-left: .5em;
    margin-right: .5em;
    position: relative;
    text-align: left
}

    .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
        background-color: #f13729;
        border-radius: 1em;
        cursor: ew-resize;
        height: 1em;
        margin-left: -.5em;
        outline: 0 none;
        position: absolute;
        top: -.3em;
        width: 1em;
        z-index: 2
    }

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #f13729
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #f13729;
    border: 0 none;
    border-radius: 1em;
    display: block;
    font-size: .7em;
    position: absolute;
    z-index: 1
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #f13729;
    border: 0 none;
    border-radius: 1em
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
        height: 100%;
        top: 0
    }

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
        left: -1px
    }

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
        right: -1px
    }

.woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before {
    content: " ";
    display: table
}

.woocommerce-account .addresses .title h3 {
    float: left
}

.woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count {
    float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

    .woocommerce-account ul.digital-downloads li {
        list-style: outside none none;
        margin-left: 0;
        padding-left: 0
    }

        .woocommerce-account ul.digital-downloads li::before {
            content: "ÃƒÆ’Ã‚Â®ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â ";
            font-family: WooCommerce;
            font-variant: normal;
            font-weight: 400;
            line-height: 1;
            margin-right: .618em;
            text-decoration: none;
            text-transform: none
        }

.woocommerce-cart table.cart .product-thumbnail {
    min-width: 32px
}

.woocommerce-cart table.cart img {
    box-shadow: none;
    width: 80px
}

.woocommerce-cart table.cart td, .woocommerce-cart table.cart th {
    vertical-align: middle
}

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ddd;
        display: block;
        line-height: 24px;
        padding: 10px;
        width: 260px
    }

.woocommerce-cart .wc-proceed-to-checkout::after, .woocommerce-cart .wc-proceed-to-checkout::before {
    content: " ";
    display: table
}

.cart_totals h2 {
    color: #272727;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px
}

.total-cart {
    width: 100%
}

    .total-cart tr td, .total-cart tr th {
        border: 1px solid #e0e0e0;
        padding: 10px 15px;
        width: 50% !important
    }

    .total-cart tr td {
        border-top: 0 none;
        text-align: right
    }

.woocommerce-cart .cart-collaterals .shipping_calculator .button {
    display: block;
    float: none;
    width: 100%
}

.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button::after {
    content: "ÃƒÆ’Ã‚Â®ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢";
    font-family: WooCommerce;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-left: .618em;
    text-decoration: none;
    text-transform: none
}

.woocommerce-cart .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: .83em
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    clear: none;
    float: left
}

.woocommerce-checkout .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}

.woocommerce-checkout .checkout .create-account small {
    color: #777;
    font-size: 11px;
    font-weight: 400
}

.woocommerce-checkout .checkout div.shipping-address {
    clear: left;
    padding: 0;
    width: 100%
}

.single-product .twentythirteen p.stars, .woocommerce-checkout #payment ul.payment_methods::after, .woocommerce-checkout .checkout .shipping_address {
    clear: both
}

.woocommerce-checkout #payment {
    background: #ebe9eb none repeat scroll 0 0;
    border-radius: 5px
}

    .woocommerce-checkout #payment ul.payment_methods {
        border-bottom: 1px solid #d3ced2;
        list-style: outside none none;
        margin: 0;
        padding: 1em;
        text-align: left
    }

        .woocommerce-checkout #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::before {
            content: " ";
            display: table
        }

        .woocommerce-checkout #payment ul.payment_methods li {
            font-weight: 400;
            line-height: 2;
            margin: 0;
            text-align: left
        }

            .woocommerce-checkout #payment ul.payment_methods li input {
                margin: 0 1em 0 0;
                display: inline-block
            }

            .woocommerce-checkout #payment ul.payment_methods li img {
                box-shadow: none;
                margin: -2px 0 0 .5em;
                padding: 0;
                position: relative;
                vertical-align: middle
            }

                .woocommerce-checkout #payment ul.payment_methods li img + img {
                    margin-left: 2px
                }

    .woocommerce-checkout #payment div.form-row {
        padding: 1em
    }

    .woocommerce-checkout #payment div.payment_box {
        background-color: #dfdcde;
        border-radius: 2px;
        color: #515151;
        font-size: .92em;
        line-height: 1.5;
        margin: 1em 0;
        padding: 1em 2%;
        position: relative;
        width: 96%
    }

        .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
            border-color: #bbb3b9 #c7c1c6 #c7c1c6
        }

        .woocommerce-checkout #payment div.payment_box :-moz-placeholder {
            color: #bbb3b9
        }

        .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
            background-position: right center;
            background-repeat: no-repeat;
            font-size: 1.5em;
            padding: 8px
        }

            .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
                background-image: url("https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/icons/credit-cards/visa.png")
            }

            .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
                background-image: url("https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/icons/credit-cards/mastercard.png")
            }

            .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
                background-image: url("https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/icons/credit-cards/laser.png")
            }

            .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
                background-image: url("https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/icons/credit-cards/diners.png")
            }

            .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
                background-image: url("https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/icons/credit-cards/maestro.png")
            }

            .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
                background-image: url("https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/icons/credit-cards/jcb.png")
            }

            .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
                background-image: url("https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/icons/credit-cards/amex.png")
            }

            .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
                background-image: url("https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/icons/credit-cards/discover.png")
            }

        .woocommerce-checkout #payment div.payment_box span.help {
            color: #777;
            font-size: .857em;
            font-weight: 400
        }

        .woocommerce-checkout #payment div.payment_box .form-row {
            margin: 0 0 1em
        }

        .woocommerce-checkout #payment div.payment_box p:last-child {
            margin-bottom: 0
        }

        .woocommerce-checkout #payment div.payment_box::after {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            border-color: transparent transparent #dfdcde;
            border-image: none;
            border-style: solid;
            border-width: 8px;
            content: "";
            display: block;
            left: 0;
            margin: -1em 0 0 2em;
            position: absolute;
            top: -3px
        }

    .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
        float: right;
        font-size: .83em;
        line-height: 52px
    }

    .woocommerce-checkout #payment .payment_method_paypal img {
        max-height: 52px;
        vertical-align: middle
    }

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {
    padding: 0
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important
}

.single-rating .star-rating {
    color: #fc7625;
    display: block;
    float: left;
    font-size: 13px;
    margin: 10px 0 15px
}

.cart .quantity input.input-text {
    background-color: #f7f7f7 !important;
    background-image: none;
    display: inline-block;
    height: 48px !important;
    margin-right: 10px;
    margin-bottom: 0;
    vertical-align: middle;
    width: 90px !important;
    padding: 0;
    border-radius: 0 !important;
    border: 1px solid #ebebeb
}

.cart-table .cart_item td {
    border-bottom: 2px solid #e9e9e9;
    padding: 30px 0 !important
}

.cart-table .cart_item .product-name a {
    color: #272727;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px
}

.actions {
    margin-bottom: 50px
}

#comments .comment-form .form-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e0e0e0 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0
}

.info-column .other-options .btn-style-one {
    padding: 7px 48px 8px
}

.checkout.woocommerce-checkout .select2-choice, .checkout.woocommerce-checkout input[type=email], .checkout.woocommerce-checkout input[type=tel], .checkout.woocommerce-checkout input[type=text], .checkout.woocommerce-checkout textarea, .login input[type=password], .login input[type=text], .woocommerce form .form-row .select2-choice, .woocommerce form .form-row input.input-text, .woocommerce-EditAccountForm.edit-account input[type=email], .woocommerce-EditAccountForm.edit-account input[type=password], .woocommerce-EditAccountForm.edit-account input[type=text], .woocommerce-ResetPassword.lost_reset_password input[type=text] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    display: block;
    height: 48px;
    line-height: 30px;
    padding: 8px 20px;
    position: relative;
    transition: all .3s ease 0s;
    width: 100%
}

.woocommerce-EditAccountForm.edit-account legend, .woocommerce-MyAccount-content h3, .woocommerce-account .addresses .title h3, .woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, h3#order_review_heading {
    color: #222;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 20px
}

.woocommerce-EditAccountForm.edit-account legend {
    border: medium none;
    margin-top: 40px
}

#ship-to-different-address label {
    font-weight: 400 !important
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%
}

.product_details .product_top_section .item_description > div span {
    line-height: 15px
}

.commentlist {
    padding: 0
}

.add_your_review {
    margin: 81px 0 75px
}

.woocommerce .shop-page .meta-info p.woocommerce-result-count {
    float: left
}

.woocommerce .shop-page .woocommerce-ordering {
    margin: 0
}

    .woocommerce .shop-page .woocommerce-ordering select {
        background: 0 0;
        border: 1px solid #f7f7f7;
        border-radius: 0;
        color: #999;
        font-size: 14px;
        outline: medium none !important;
        padding: 12px 15px;
        text-transform: capitalize;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        z-index: 20;
        position: relative;
        cursor: pointer
    }

.woocommerce .shop-page .woocommerce-ordering {
    position: relative;
    background: #f7f7f7 none repeat scroll 0 0
}

    .woocommerce .shop-page .woocommerce-ordering:before {
        content: '\f107';
        position: absolute;
        top: 11px;
        right: 10px;
        font-family: FontAwesome;
        font-size: 14px;
        cursor: pointer;
        color: #999;
        z-index: 1
    }

.woocommerce .shop-page .single-shop-item {
    min-height: 440px
}

    .woocommerce .shop-page .single-shop-item .text-box .title a {
        color: #333;
        font-size: 16px;
        line-height: 24px;
        margin: -6px 0 0;
        transition: color .4s ease 0s
    }

.woocommerce .products .star-rating {
    font-size: 15px;
    color: #f1a400;
    display: inline-block
}

.woocommerce .shop-page .single-shop-item .price {
    color: #3563a9;
    font-size: 16px;
    font-style: normal;
    line-height: 24px
}

    .woocommerce .shop-page .single-shop-item .price del > span {
        text-decoration: line-through;
        margin-right: 10px
    }

.single-shop-page .single-shop-item .fetr-box .img-box, .woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin: 0;
    padding: 0
}

.woocommerce .single-shop-page .single-shop-item {
    margin-bottom: 40px
}

    .woocommerce .single-shop-page .single-shop-item .woocommerce-product-rating {
        margin-bottom: 0 !important
    }

.woocommerce .single-shop-page .star-rating::before {
    color: #fff !important
}

.woocommerce .single-shop-page .star-rating {
    height: 20px;
    line-height: 18px;
    width: 7.4em
}

    .woocommerce .single-shop-page .star-rating span {
        color: #3563a9;
        font-size: 12px
    }

.woocommerce .single-shop-page .quantity .qty {
    width: 80px;
    height: 45px;
    border: none;
    border-radius: 3px
}

.single-product.woocommerce .price ins span.woocommerce-Price-amount.amount, .single-product.woocommerce .price ins span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    font-size: 18px !important
}

.woocommerce div.product .woocommerce-tabs {
    margin: 60px 0 0;
    padding: 0 15px
}

    .woocommerce div.product .woocommerce-tabs ul.tabs::before {
        border-bottom: none
    }

.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
    margin-top: 10px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 !important;
    margin: 0 0 0 !important;
    border: none !important
}

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
        background: #fff;
        color: #121212;
        border-left-color: #ececec;
        border-top-color: #ececec;
        border-right-color: #ececec
    }

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 30px;
    background: #fbfbfb;
    box-shadow: none;
    border: none;
    border-radius: 0
}

    .woocommerce div.product .woocommerce-tabs .panel h2 {
        color: #1a1a1a;
        font-weight: 500;
        font-size: 18px;
        text-transform: capitalize;
        margin-bottom: 15px
    }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    float: left;
    margin-bottom: -1px
}

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        border: 1px solid #222;
        display: block;
        margin-right: 1px;
        padding: 11px 30px 9px;
        color: #222;
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
        transition: all .5s ease
    }

.woocommerce textarea {
    border: 1px solid #ebebeb
}

.woocommerce p.stars a.star-1 {
    width: 1em
}

.woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5 {
    border: none
}

.woocommerce p.stars a {
    color: #f13729;
    font-weight: 400
}

.woocommerce .shop_table thead {
    background: #f7f7f7
}

.woocommerce table.shop_table th {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    padding-left: 28px
}

.woocommerce .shop_table tbody tr.cart_item td {
    padding: 27px 7px 28px 35px;
    border-bottom: 1px solid #f3f3f3;
    color: #777;
    font-size: 16px;
    font-weight: 700
}

.woocommerce .shop_table tbody td.product-subtotal {
    color: #6aaf08
}

.woocommerce-cart table.cart img {
    width: auto
}

.woocommerce .shop_table tbody tr td.actions {
    padding: 20px !important
}

    .woocommerce .shop_table tbody tr td.actions .coupon {
        display: inline-block
    }

.woocommerce-cart table.cart td.actions .coupon .input-text {
    border: 2px solid #f3f3f3;
    font-weight: 700;
    height: 45px;
    margin-right: 19px;
    padding-left: 15px;
    width: 225px
}

.woocommerce .woocommerce-message::before {
    color: #f13729
}

.woocommerce .woocommerce-message {
    border-top-color: #f13729
}

.product-name > a {
    color: rgba(18,18,18,.7)
}

.woocommerce #place_order, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    position: relative;
    line-height: 24px;
    color: #f13729;
    font-size: 16px;
    font-weight: 600;
    background: 0 0;
    display: inline-block;
    padding: 7px 29px;
    border: 2px solid #f13729
}

.charitable-form-field.charitable-submit-field button {
    background-color: #f13729;
    color: #fff;
    padding: 15px 45px 13px;
    border-radius: 4px
}

    .charitable-form-field.charitable-submit-field button:hover {
        background-color: #ff8a44
    }

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled {
    opacity: 1;
    color: #fff
}

.woocommerce .cart_shipping {
    padding: 15px
}

.woocommerce .cart_totals {
    border: 1px solid #ebebeb;
    padding: 15px
}

.woocommerce .cart_shipping p {
    margin-top: 10px
}

.woocommerce .cart_shipping input {
    border: 2px solid #f6f4f4;
    display: block;
    height: 40px;
    padding: 0 15px;
    position: relative;
    width: 100%
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    margin: 0
}

.woocommerce .cart_totals {
    padding: 0 !important
}

    .woocommerce .cart_totals h2 {
        background: #f9f9f9 none repeat scroll 0 0;
        border-bottom: 1px solid #ebebeb;
        font-size: 14px;
        margin: 0;
        padding: 20px
    }

    .woocommerce .cart_totals tr {
        border-bottom: 1px solid #ebebeb !important
    }

        .woocommerce .cart_totals tr th {
            padding: 14px 20px !important;
            border-right: 1px solid #ebebeb
        }

    .woocommerce .cart_totals td {
        padding: 14px 20px !important;
        text-align: right
    }

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 20px;
    text-align: right
}

    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        position: relative;
        line-height: 24px;
        color: #f13729;
        font-size: 16px;
        font-weight: 600;
        background: 0 0;
        display: inline-block;
        padding: 7px 29px !important;
        border: 2px solid #f13729;
        margin-bottom: 0
    }

.woocommerce-cart .cart-collaterals .cart_totals table {
    border-collapse: collapse !important;
    width: 100%
}

.woocommerce form .form-row select, .woocommerce form input[type=email], .woocommerce form input[type=password], .woocommerce form input[type=tel], .woocommerce form input[type=text] {
    padding: 10px !important;
    border: 1px solid #e3e0dc;
    width: 100%
}

.woocommerce .checkout_coupon p {
    display: inline-block
}

    .woocommerce .checkout_coupon p #coupon_code {
        height: 45px !important;
        border: 1px solid #e3e0dc
    }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%
}

.shop_sidebar .shop_aside {
    margin-top: 0
}

#order_review_heading {
    color: #262626;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 30px;
    padding-top: 20px;
    position: relative;
    text-transform: uppercase
}

.woocommerce .img-holder .thumbnails.columns-3 a.zoom {
    display: inline-block !important;
    width: 31.65% !important;
    margin-left: 10px
}

    .woocommerce .img-holder .thumbnails.columns-3 a.zoom:first-child {
        margin-left: 0
    }

.contact_info ul li {
    border-bottom: none !important;
    line-height: 1.8em !important;
    padding: 0 !important
}

.contact_info ul a::after {
    content: '' !important
}

.contact_info ul a {
    display: inline-block !important;
    color: #93b300 !important
}

.woocommerce-pagination ul {
    border-top: 1px solid #f7f7f7 !important;
    margin-top: -10px;
    padding-top: 30px !important
}

    .woocommerce-pagination ul li {
        display: inline-block !important;
        margin: 0 3px !important
    }

        .woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
            background: #fff none repeat scroll 0 0;
            border: 2px solid #f4f4f4;
            color: #777;
            display: block !important;
            font-size: 18px !important;
            font-weight: 700;
            padding: 16px 0 !important;
            line-height: 23px !important;
            transition: all .5s ease 0s;
            width: 55px
        }

            .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li span {
                color: #fff !important;
                background-color: #f13729;
                border-color: #f13729
            }

.woocommerce .f-shop-detail .summary .star-rating {
    color: #3563a9 !important
}

.search-widget input {
    padding-left: 15px;
    width: 70% !important;
    border: none !important
}

.widget_bunch_external_links ul li a::before {
    display: none
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    line-height: 0 !important
}

    .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
        border: 1px solid #f13729
    }

    .woocommerce nav.woocommerce-pagination ul li span.current {
        color: #fff !important
    }

.woocommerce nav.woocommerce-pagination ul {
    float: left
}

.shop-details .single-product-details .info .woocommerce-review-link {
    color: #f13729;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    padding-left: 0;
    text-transform: none;
    width: 130px
}

    .shop-details .single-product-details .info .woocommerce-review-link:hover {
        background: #fff
    }

.lower-content .pull-right .rating {
    color: #f13729
}

.woocommerce a.button:hover {
    background-color: #fff
}

.woocommerce input.button {
    border-radius: 0
}

.woocommerce-cart table.cart img {
    width: 100px;
    height: 100px
}

.wooccommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cross-sells {
    width: 33.33333%
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    padding: 0 15px;
    width: 66.666%
}

    .woocommerce .cart-collaterals .cross-sells h2 {
        font-size: 15px;
        font-weight: 500;
        position: relative;
        z-index: 9;
        margin-bottom: 15px
    }

    .woocommerce .cart-collaterals .cross-sells .shop-item {
        width: 48%;
        padding: 0 5px
    }

.woocommerce .sp-product-details .up-sells {
    padding: 0 15px
}

    .woocommerce .sp-product-details .up-sells h2 {
        color: #333;
        font-size: 24px;
        font-weight: 600;
        line-height: 50px;
        margin-bottom: 15px
    }

.woocommerce div.product form.cart .variations label {
    color: #303030;
    font-size: 15px;
    margin-top: 10px
}

.woocommerce .woocommerce-variation-price {
    margin-bottom: 20px
}

.woocommerce-review-link {
    color: #f13729
}

.woocommerce button.button[disabled]:disabled {
    color: #f13729 !important
}

.shop-section .items-sorting {
    position: relative;
    margin-bottom: 20px
}

    .shop-section .items-sorting .results-column, .shop-section .items-sorting .select-column {
        margin-bottom: 20px
    }

        .shop-section .items-sorting .results-column h4 {
            font-size: 14px;
            font-weight: 400;
            color: #666;
            line-height: 24px;
            padding: 13px 0
        }

    .shop-section .items-sorting .form-group {
        margin-bottom: 0
    }

    .shop-section .items-sorting select {
        position: relative;
        display: block;
        width: 100%;
        line-height: 24px;
        padding: 9px 5px 9px;
        height: 50px;
        font-size: 14px;
        border-bottom: 2px solid #ddd;
        cursor: pointer;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        background: url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/css/images/icons/icon-select.png) right center no-repeat;
        color: #666;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease
    }

        .shop-section .items-sorting select option {
            text-indent: 15px
        }

.shop-item {
    position: relative;
    margin-bottom: 40px
}

    .shop-item .inner-box {
        position: relative;
        outline: 15px solid #ffffff;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease
    }

        .shop-item .inner-box:hover .image .overlay-box {
            opacity: 1
        }

        .shop-item .inner-box .image {
            position: relative;
            z-index: 11;
            text-align: center;
            background-color: #f8f8f8
        }

            .shop-item .inner-box .image .sale {
                position: absolute;
                left: 20px;
                top: 20px;
                font-size: 11px;
                font-weight: 700;
                color: #fff;
                z-index: 12;
                padding: 5px 8px;
                line-height: 1em;
                text-transform: uppercase;
                background-color: #f13729
            }

            .shop-item .inner-box .image .overlay-box {
                position: absolute;
                content: '';
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                opacity: 0;
                text-align: center;
                background-color: rgba(255,255,255,.6);
                transition: all .3s ease;
                -moz-transition: all .3s ease;
                -webkit-transition: all .3s ease;
                -ms-transition: all .3s ease;
                -o-transition: all .3s ease
            }

                .shop-item .inner-box .image .overlay-box .cart-option {
                    position: relative;
                    top: 50%;
                    margin-top: -25px
                }

                    .shop-item .inner-box .image .overlay-box .cart-option li {
                        position: relative;
                        margin: 0 3px;
                        color: #ffb200;
                        display: inline-block
                    }

                        .shop-item .inner-box .image .overlay-box .cart-option li a {
                            position: relative;
                            width: 40px;
                            height: 40px;
                            color: #fff;
                            font-size: 14px;
                            display: block;
                            line-height: 40px;
                            background-color: #042038;
                            transition: all .3s ease;
                            -moz-transition: all .3s ease;
                            -webkit-transition: all .3s ease;
                            -ms-transition: all .3s ease;
                            -o-transition: all .3s ease
                        }

                            .shop-item .inner-box .image .overlay-box .cart-option li a:hover {
                                background-color: #f13729;
                                color: #fff
                            }

                            .shop-item .inner-box .image .overlay-box .cart-option li a:hover {
                                color: #fff
                            }

            .shop-item .inner-box .image img {
                width: 100%;
                display: inline-block
            }

        .shop-item .inner-box .lower-content {
            position: relative;
            z-index: 11;
            text-align: center;
            padding: 20px
        }

            .shop-item .inner-box .lower-content h3 {
                position: relative;
                font-size: 16px;
                font-weight: 500
            }

                .shop-item .inner-box .lower-content h3 a {
                    color: #fff;
                    transition: all .3s ease;
                    -moz-transition: all .3s ease;
                    -webkit-transition: all .3s ease;
                    -ms-transition: all .3s ease;
                    -o-transition: all .3s ease
                }

                    .shop-item .inner-box .lower-content h3 a:hover {
                        color: #aaa
                    }

            .shop-item .inner-box .lower-content .price {
                position: relative
            }

                .shop-item .inner-box .lower-content .price li {
                    position: relative;
                    color: #666;
                    font-size: 14px;
                    font-weight: 400;
                    display: inline-block
                }

                    .shop-item .inner-box .lower-content .price li.discount {
                        position: relative;
                        color: #f13729;
                        margin-right: 8px;
                        text-decoration: line-through
                    }

.shop-single-section {
    position: relative
}

.product-details .basic-details {
    position: relative
}

.product-details .image-column .image-carousel {
    background-color: #eee;
    border-radius: 4px
}

.product-details .info-column .add-to-cart {
    padding: 10px 43px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 10px
}

.product-details .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%
}

.product-details .image-column .thumbs-carousel {
    margin-top: 20px
}

    .product-details .image-column .thumbs-carousel li {
        background-color: #f2f2f2;
        text-align: center;
        padding: 0 0;
        cursor: pointer
    }

        .product-details .image-column .thumbs-carousel li img {
            width: 100%;
            display: block;
            border: 1px solid #e0e0e0
        }

.product-details .image-column .owl-dots, .product-details .image-column .owl-nav {
    display: none
}

.product-details .basic-details .details-header {
    position: relative;
    margin-bottom: 0
}

    .product-details .basic-details .details-header h4 {
        font-size: 36px;
        font-weight: 700;
        margin: 0 0;
        line-height: 1.4em;
        color: #222;
        margin-bottom: 8px
    }

        .product-details .basic-details .details-header h4 a {
            color: #333
        }

    .product-details .basic-details .details-header .rating {
        font-size: 16px;
        display: inline-block
    }

        .product-details .basic-details .details-header .rating span {
            color: #f13729
        }

        .product-details .basic-details .details-header .rating .fa {
            display: inline-block;
            margin-right: 1px
        }

            .product-details .basic-details .details-header .rating .fa.light {
                color: #dadada
            }

    .product-details .basic-details .details-header .item-price {
        position: relative;
        font-size: 24px;
        font-weight: 400;
        color: #222;
        line-height: 24px;
        letter-spacing: 1px;
        margin-bottom: 20px
    }

.product-details .basic-details .text {
    position: relative;
    color: #666;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 40px
}

.product-details .basic-details .availablity {
    position: relative;
    float: left;
    padding-right: 40px;
    line-height: 32px;
    margin-bottom: 27px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #777
}

    .product-details .basic-details .availablity strong {
        font-size: 14px;
        letter-spacing: 2px;
        color: #11da61;
        font-weight: 600;
        text-transform: uppercase
    }

.product-details .basic-details .item-quantity {
    position: relative;
    float: left;
    width: 120px;
    margin-bottom: 15px;
    margin-right: 20px;
    border: 1px solid #eae8e8
}

.product-details .basic-details .btns-box {
    position: relative
}

.cart-section input.quantity-spinner, .product-details .basic-details .quantity-spinner {
    line-height: 24px;
    padding: 10px 15px !important;
    height: 54px !important;
    box-shadow: none !important
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn, .product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 13px 10px;
    background: #f4f5f6
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical i, .product-details .bootstrap-touchspin .input-group-btn-vertical i {
    top: 6px
}

.shop-list {
    position: relative;
    margin-top: 20px
}

    .shop-list li {
        position: relative;
        color: #666;
        font-size: 14px;
        margin-bottom: 10px
    }

        .shop-list li strong {
            color: #222;
            font-size: 16px;
            margin-right: 5px;
            text-transform: uppercase
        }

        .shop-list li a {
            position: relative;
            color: #f13729;
            font-size: 14px;
            font-weight: 700;
            margin-top: 20px;
            display: inline-block
        }

.shop-page .prod-tabs {
    position: relative
}

    .shop-page .prod-tabs .tab-btns {
        position: relative;
        text-align: center;
        margin-bottom: 40px
    }

        .shop-page .prod-tabs .tab-btns .tab-btn {
            position: relative;
            margin-right: 8px;
            font-size: 16px;
            background: 0 0;
            color: #222;
            border: 1px solid #222;
            text-transform: capitalize;
            font-weight: 700;
            line-height: 24px;
            cursor: pointer;
            display: inline-block;
            padding: 12px 40px 10px;
            transition: all .5s ease
        }

            .shop-page .prod-tabs .tab-btns .tab-btn.active-btn, .shop-page .prod-tabs .tab-btns .tab-btn:hover {
                background: #f9f3e9;
                border-color: #f9f3e9
            }

    .shop-page .prod-tabs .tabs-content {
        position: relative
    }

        .shop-page .prod-tabs .tabs-content .tab {
            position: relative;
            display: none
        }

            .shop-page .prod-tabs .tabs-content .tab.active-tab {
                display: block
            }

            .shop-page .prod-tabs .tabs-content .tab p {
                font-size: 14px;
                line-height: 2em;
                color: #666;
                margin-bottom: 20px
            }

                .shop-page .prod-tabs .tabs-content .tab p:last-child {
                    margin-bottom: 0
                }

            .shop-page .prod-tabs .tabs-content .tab h3, .shop-page .prod-tabs .tabs-content .tab h4, .shop-page .prod-tabs .tabs-content .tab h5, .shop-page .prod-tabs .tabs-content .tab h6 {
                margin-bottom: 15px
            }

            .shop-page .prod-tabs .tabs-content .tab h4 {
                font-size: 16px;
                font-weight: 700;
                text-transform: uppercase;
                color: #222
            }

    .shop-page .prod-tabs .reviews-container {
        position: relative;
        padding-bottom: 1px
    }

        .shop-page .prod-tabs .reviews-container .review-box {
            position: relative;
            margin-bottom: 30px;
            padding-left: 120px;
            min-height: 130px;
            padding-bottom: 30px;
            border-bottom: 1px solid #f0f0f0
        }

            .shop-page .prod-tabs .reviews-container .review-box:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border: none
            }

        .shop-page .prod-tabs .reviews-container .rev-thumb {
            position: absolute;
            left: 0;
            top: 5px;
            width: 100px;
            height: 100px;
            background: #fff;
            border-radius: 3px;
            margin-bottom: 20px
        }

            .shop-page .prod-tabs .reviews-container .rev-thumb img {
                display: block;
                width: 100%;
                border-radius: 3px
            }

        .shop-page .prod-tabs .reviews-container .rev-content {
            position: relative;
            background: #fff
        }

        .shop-page .prod-tabs .reviews-container .rev-header {
            position: relative
        }

            .shop-page .prod-tabs .reviews-container .rev-header h4 {
                float: left;
                line-height: 30px;
                font-size: 16px;
                color: #222;
                text-transform: uppercase;
                font-weight: 700;
                margin-bottom: 10px
            }

            .shop-page .prod-tabs .reviews-container .rev-header .rating {
                position: relative;
                float: left;
                margin-left: 40px;
                color: #f13729;
                line-height: 30px;
                font-size: 14px
            }

                .shop-page .prod-tabs .reviews-container .rev-header .rating .fa {
                    margin-right: 3px
                }

            .shop-page .prod-tabs .reviews-container .rev-header .time {
                position: relative;
                float: right;
                color: #000;
                line-height: 30px;
                font-size: 14px
            }

        .shop-page .prod-tabs .reviews-container .rev-option {
            font-size: 14px;
            color: #9e9e9e
        }

            .shop-page .prod-tabs .reviews-container .rev-option a {
                font-size: 14px;
                text-transform: uppercase;
                font-weight: 700
            }

        .shop-page .prod-tabs .reviews-container .rev-text {
            font-size: 14px;
            color: #9e9e9e;
            line-height: 1.8em;
            margin-bottom: 15px
        }

    .shop-page .prod-tabs .add-review {
        position: relative;
        margin: 30px 0 20px;
        font-size: 14px
    }

        .shop-page .prod-tabs .add-review h2 {
            color: #000
        }

        .shop-page .prod-tabs .add-review .rating {
            position: relative;
            padding-top: 8px
        }

            .shop-page .prod-tabs .add-review .rating .rate-box {
                position: relative;
                display: inline-block;
                margin-right: 10px;
                font-size: 14px;
                color: #555
            }

                .shop-page .prod-tabs .add-review .rating .rate-box:active, .shop-page .prod-tabs .add-review .rating .rate-box:focus, .shop-page .prod-tabs .add-review .rating .rate-box:hover {
                    color: #f13729
                }

        .shop-page .prod-tabs .add-review label {
            position: relative;
            display: block;
            font-size: 14px;
            margin-bottom: 5px;
            font-weight: 400;
            color: #303030
        }

        .shop-page .prod-tabs .add-review h3 {
            margin-bottom: 20px
        }

        .shop-page .prod-tabs .add-review .form-group {
            position: relative;
            margin-bottom: 20px
        }

            .shop-page .prod-tabs .add-review .form-group input[type=email], .shop-page .prod-tabs .add-review .form-group input[type=password], .shop-page .prod-tabs .add-review .form-group input[type=tel], .shop-page .prod-tabs .add-review .form-group input[type=text], .shop-page .prod-tabs .add-review .form-group select {
                position: relative;
                display: block;
                width: 100%;
                line-height: 22px;
                padding: 9px 15px;
                color: #222;
                border: 1px solid #e0e0e0;
                transition: all .3s ease;
                -webkit-transition: all .3s ease;
                -ms-transition: all .3s ease;
                -o-transition: all .3s ease;
                -moz-transition: all .3s ease
            }

            .shop-page .prod-tabs .add-review .form-group textarea {
                position: relative;
                display: block;
                width: 100%;
                line-height: 22px;
                padding: 8px 15px;
                color: #222;
                border: 1px solid #e0e0e0;
                height: 150px;
                resize: none;
                transition: all .3s ease;
                -webkit-transition: all .3s ease;
                -ms-transition: all .3s ease;
                -o-transition: all .3s ease;
                -moz-transition: all .3s ease
            }

        .shop-page .prod-tabs .add-review button {
            padding: 8px 35px
        }

.related-products {
    position: relative
}

.cart-section {
    position: relative;
    padding: 0 0 120px
}

    .cart-section .cart-outer {
        position: relative
    }

    .cart-section .table-outer {
        position: relative;
        width: 100%;
        overflow-x: auto
    }

    .cart-section .cart-table {
        width: 100%;
        min-width: 900px;
        border: 1px solid #eee
    }

        .cart-section .cart-table tbody tr {
            border-bottom: 1px solid #eee
        }

.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    background: #f9f3e9;
    color: #1f1f1f
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 20px 15px;
    min-width: 120px;
    font-weight: 700;
    color: #222;
    font-size: 16px;
    text-transform: capitalize
}

    .cart-table thead tr th.prod-column {
        text-align: left;
        padding-left: 40px
    }

.cart-table tbody tr td {
    line-height: 24px;
    padding: 40px 40px 40px;
    min-width: 100px
}

.cart-table tbody tr .qty {
    width: 90px;
    padding-right: 40px;
    padding-left: 10px
}

    .cart-table tbody tr .qty .quantity-spinner {
        background: #f5f5f5
    }

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 100px;
    padding-left: 130px;
    padding-top: 40px;
    text-align: left
}

.column.default-column .cart-table tbody tr .qty {
    width: 110px;
    padding-right: 20px
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    width: 100px;
    left: 0;
    top: 0
}

    .cart-table tbody tr .prod-column .column-box .prod-thumb img {
        display: block;
        max-width: 100%
    }

.cart-table tbody tr .prod-column .column-box h3 {
    font-size: 16px;
    color: #222;
    font-weight: 500;
    margin-bottom: 5px
}

.cart-table tbody tr .sub-total {
    font-weight: 400;
    color: #222;
    font-size: 18px;
    padding-left: 20px
}

.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 18px;
    color: #f13729;
    display: inline-block;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

    .cart-table tbody tr .remove-btn .fa {
        position: relative;
        top: 2px;
        font-size: 10px;
        line-height: 14px;
        width: 14px;
        height: 14px;
        margin-right: 8px;
        background: #f0f0f0;
        color: #fff;
        text-align: center;
        overflow: hidden;
        text-indent: 100px
    }

    .cart-table tbody tr .remove-btn:hover .fa {
        text-indent: 0;
        background: #fa9928
    }

.cart-table tbody tr td {
    vertical-align: middle
}

    .cart-table tbody tr td.price {
        font-size: 18px;
        font-weight: 400;
        color: #222;
        padding-left: 10px
    }

    .cart-table tbody tr td .quantity-spinner {
        padding: 5px 0 5px 20px;
        line-height: 24px;
        height: 34px;
        display: block;
        width: 100%;
        position: relative
    }

.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px;
    color: #727272;
    font-size: 16px
}

    .cart-table tbody .available-info .icon {
        position: absolute;
        left: 0;
        top: 5px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        background: #3e4494;
        border-radius: 50%
    }

.cart-section .coupon-outer {
    position: relative;
    margin: 80px 0 70px
}

    .cart-section .coupon-outer .cart-btn {
        font-size: 14px;
        padding: 10px 43px;
        font-weight: 400;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease
    }

.cart-section .apply-coupon {
    position: relative
}

    .cart-section .apply-coupon .form-group {
        position: relative;
        float: left;
        margin-right: 20px
    }

        .cart-section .apply-coupon .form-group .coupon-btn {
            padding: 11px 28px;
            line-height: 30px
        }

        .cart-section .apply-coupon .form-group input[type=text] {
            display: block;
            line-height: 26px;
            padding: 12px 0;
            border-bottom: 2px solid #222;
            height: 54px;
            width: 230px;
            background: 0 0;
            font-size: 14px
        }

.cart-section .estimate-form {
    position: relative
}

.cart-section .sec-title {
    margin-bottom: 25px
}

    .cart-section .sec-title h2 {
        font-size: 26px;
        color: #222
    }

.cart-section .estimate-form .row {
    margin-left: -7px;
    margin-right: -7px
}

    .cart-section .estimate-form .row .form-group {
        padding: 0 7px !important;
        margin-bottom: 30px
    }

.cart-section .cart-note {
    position: relative;
    margin-bottom: 50px;
    padding: 16px 20px;
    text-align: center;
    border: 1px dashed #b2dd4c;
    background: #f4f4f4;
    line-height: 1.7em
}

.cart-table tbody tr .qty input[type=text], .product-details .basic-details .item-quantity input[type=text] {
    position: relative;
    line-height: 46px;
    height: 46px;
    background: #f4f4f4
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
    height: 24px;
    background: #e9e9e9
}

.bootstrap-touchspin .input-group-btn-vertical i {
    left: 6px;
    top: 6px
}

.cart-total-box {
    position: relative;
    max-width: 490px;
    margin-bottom: 40px;
    padding: 40px 40px 30px;
    background-color: #f4f4f4
}

    .cart-total-box h2 {
        position: relative;
        color: #222;
        font-size: 30px;
        font-weight: 700;
        line-height: 1.4em;
        margin-bottom: 25px
    }

.totals-table {
    position: relative
}

    .totals-table li {
        position: relative;
        color: #222;
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 8px
    }

        .totals-table li .col {
            float: right
        }

        .totals-table li .col-title {
            font-weight: 600;
            float: left
        }

        .totals-table li.total {
            margin-top: 25px;
            padding-top: 30px;
            border-top: 1px solid #ccc
        }

.checkout-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 43px;
    text-transform: uppercase;
    background-color: #f13729
}

.checkout-page {
    position: relative;
    padding: 0 0 80px
}

    .checkout-page .default-links {
        position: relative;
        margin-bottom: 40px
    }

        .checkout-page .default-links li {
            margin-bottom: 15px;
            line-height: 24px;
            padding: 18px 28px;
            background: #f9f9f9;
            color: #797979;
            font-size: 17px;
            font-weight: 600;
            border: 1px solid #ebebeb
        }

            .checkout-page .default-links li a {
                color: #f13729;
                text-decoration: underline
            }

.shop-form .billing-inner {
    position: relative;
    padding-right: 100px
}

.shop-form .sec-title h2 {
    font-size: 26px;
    top: 0
}

.shop-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.billing-details .shop-form .sec-title {
    margin-bottom: 20px
}

.billing-details .shop-form .form-group.sec-title {
    margin-bottom: 10px;
    padding-bottom: 30px;
    margin-top: 20px
}

.shop-form .form-group .field-label {
    display: block;
    line-height: 24px;
    margin-bottom: 8px;
    color: #797979;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize
}

    .shop-form .form-group .field-label sup {
        position: relative;
        top: 0;
        color: #797979;
        font-size: 16px
    }

.shop-form input[type=email], .shop-form input[type=number], .shop-form input[type=password], .shop-form input[type=tel], .shop-form input[type=text], .shop-form input[type=url], .shop-form select, .shop-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    line-height: 16px;
    padding: 10px 15px;
    height: 38px;
    border: 1px solid #eee;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.shop-form input.address-two {
    margin-top: 12px
}

.shop-form input::-webkit-input-placeholder, .shop-form select::-webkit-input-placeholder, .shop-form textarea-webkit-input-placeholder {
    color: #c6c6c6
}

.shop-form select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: #fff url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/css/images/icons/icon-select.png) right center no-repeat;
    cursor: pointer
}

    .shop-form select option {
        text-indent: 15px
    }

.shop-form textarea {
    resize: none;
    height: 100px !important;
    overflow: hidden
}

    .shop-form input:focus, .shop-form select:focus, .shop-form textarea:focus {
        border-color: #f13729
    }

.shop-order-box {
    position: relative;
    padding: 20px 28px 50px;
    border: 1px solid #d9d9d9;
    background-color: #fdfdfd
}

    .shop-order-box .order-list {
        position: relative
    }

        .shop-order-box .order-list li {
            position: relative;
            color: #797979;
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 12px;
            text-transform: uppercase
        }

            .shop-order-box .order-list li span {
                float: right;
                width: 35%;
                text-align: left;
                font-size: 17px;
                text-transform: capitalize
            }

                .shop-order-box .order-list li span.dark {
                    color: #242424
                }

            .shop-order-box .order-list li.total {
                padding: 8px 0;
                border-top: 1px solid #e2e2e2;
                border-bottom: 1px solid #e2e2e2
            }

.payment-options {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px
}

.checkout-page .payment-options li {
    position: relative;
    margin-bottom: 15px
}

    .checkout-page .payment-options li .radio-option {
        position: relative
    }

        .checkout-page .payment-options li .radio-option label {
            position: relative;
            display: block;
            padding-left: 30px;
            font-weight: 600 !important;
            text-transform: capitalize;
            letter-spacing: 1px;
            color: #797979;
            cursor: pointer;
            font-size: 15px
        }

            .checkout-page .payment-options li .radio-option label strong {
                font-weight: 500;
                display: inline-block;
                color: #797979;
                font-size: 15px
            }

        .checkout-page .payment-options li .radio-option input[type=radio] {
            position: absolute;
            left: 0;
            top: 3px
        }

        .checkout-page .payment-options li .radio-option #payment-3 {
            top: 9px
        }

    .checkout-page .payment-options li .what-paypall {
        font-size: 13px;
        font-weight: 500;
        margin-left: 15px;
        color: #4349d9
    }

    .checkout-page .payment-options li .radio-option label .small-text {
        position: relative;
        display: none;
        padding: 18px 26px;
        letter-spacing: 0;
        text-transform: none;
        font-weight: 400;
        font-size: 15px;
        color: #8e8d8d;
        border-radius: 4px;
        line-height: 20px;
        line-height: 1.8em;
        margin-top: 20px;
        margin-left: -30px;
        background-color: #ececec
    }

        .checkout-page .payment-options li .radio-option label .small-text:before {
            position: absolute;
            content: '';
            left: 24px;
            top: -10px;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 15px solid #ececec
        }

    .checkout-page .payment-options li .radio-option input[type=radio]:checked + label .small-text {
        display: block
    }

    .checkout-page .payment-options li .radio-option label img {
        position: relative;
        top: -3px;
        display: inline-block;
        max-width: 100%;
        padding-left: 30px
    }

    .checkout-page .payment-options li .radio-option label img {
        position: relative;
        display: inline-block;
        max-width: 100%;
        padding-left: 30px
    }

.shop-order-box .place-order .theme-btn {
    border-radius: 50px;
    font-size: 16px;
    padding: 6px 30px;
    text-transform: capitalize
}

.popup-container {
    margin-top: 100px;
    max-width: 700px;
    width: 100%
}

#login-box .close {
    display: block;
    float: none;
    opacity: 1;
    text-shadow: none;
    width: 40px;
    line-height: 40px;
    color: #000;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10
}

.modal-backdrop {
    opacity: 1 !important;
    background-color: rgba(0,0,0,.85)
}

.login-form-box {
    position: relative
}

    .login-form-box .inner-container {
        position: relative;
        padding: 85px 90px 60px;
        background-color: #f4f4f4
    }

        .login-form-box .inner-container h2 {
            position: relative;
            color: #222;
            font-size: 24px;
            font-weight: 400;
            margin-bottom: 50px
        }

        .login-form-box .inner-container .register {
            position: relative;
            color: #222;
            font-size: 18px;
            font-weight: 500;
            margin-top: 20px
        }

            .login-form-box .inner-container .register a {
                color: #f13729
            }

.login-form {
    position: relative
}

    .login-form .form-group {
        position: relative;
        margin-bottom: 30px;
        font-size: 16px;
        color: #848484
    }

        .login-form .form-group .check-box label {
            position: relative;
            padding: 0;
            font-size: 14px
        }

        .login-form .form-group .field-label {
            position: relative;
            display: block;
            color: #272727;
            text-transform: capitalize;
            font-size: 16px;
            margin-bottom: 7px;
            font-weight: 400
        }

    .login-form input[type=email], .login-form input[type=number], .login-form input[type=password], .login-form input[type=tel], .login-form input[type=text], .login-form input[type=url], .login-form select, .login-form textarea {
        position: relative;
        display: block;
        width: 100%;
        background: 0 0;
        line-height: 30px;
        padding: 20px 10px;
        height: 60px;
        border-bottom: 1px solid #ddd;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease
    }

    .login-form .form-group .theme-btn {
        margin-top: 10px;
        padding: 10px 62px 10px
    }

    .login-form .form-group .forgot {
        position: relative;
        margin-top: 25px;
        color: #666;
        font-size: 14px;
        margin-left: 30px;
        display: inline-block
    }

.product-details .basic-details .details-header .rating span.count, .woocommerce-review-link {
    color: #f13729
}

.sp-product-details {
    padding-top: 120px
}

.shop-section {
    padding-top: 120px
}

.select2-hidden-accessible {
    width: 100% !important
}

span.woocommerce-input-wrapper {
    width: 100%
}

.select2-container .select2-selection--single {
    height: 50px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px;
    right: 10px
}

.shop-item .inner-box .lower-content {
    background: #0e4082 !important
}

.shop-section .shop-item .sp-section .price {
    margin-bottom: 0 !important
}

.shop-item .inner-box .lower-content:before {
    position: absolute;
    left: 10px;
    top: 12px;
    height: 60px;
    width: 45px;
    background-image: url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/shop.png);
    background-repeat: no-repeat;
    background-position: center;
    content: ""
}

.shop-item .inner-box .lower-content {
    position: relative;
    padding: 25px;
    background-color: #0e4082;
    border-left: 5px solid #f13729
}

.sp-product-details div.product p.price {
    color: #0e4082 !important
}

.sp-product-details div.product .price ins span {
    color: #0e4082 !important
}

.woocommerce .btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 3px;
    background-color: #0e4082;
    text-transform: uppercase
}

.single-product.woocommerce .price ins span.woocommerce-Price-amount.amount, .single-product.woocommerce .price ins span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    font-size: 25px !important
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    -webkit-font-smoothing: antialiased
}

.woocommerce .lower-content {
    padding-top: 0 !important
}

    .woocommerce .lower-content h3 a {
        position: relative;
        display: block;
        font-size: 16px !important;
        line-height: 1.2em;
        color: #222;
        font-weight: 500 !important;
        margin-bottom: 10px
    }

.woocommerce .lower-content {
    position: relative;
    padding: 7px !important;
    background-color: #0e4082;
    border-left: 5px solid #f8e751
}

    .woocommerce .lower-content h3 a {
        margin-top: 15px !important
    }

.product-details .info-column .add-to-cart {
    position: relative;
    padding: 10px 60px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    background: #f13729;
    letter-spacing: 1px;
    border: 2px solid #f13729;
    font-family: Poppins,sans-serif;
    border-radius: 0
}

    .product-details .info-column .add-to-cart:hover {
        background: 0 0;
        color: #f13729;
        border: 2px solid #f13729
    }

.page-numbers li a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    border-radius: 0;
    border: 1px solid rgba(229,229,229,.57);
    text-align: center;
    color: #848484;
    font-size: 18px
}

.page-numbers li {
    display: inline-block;
    margin: 0 4px
}

    .page-numbers li:hover a {
        width: 55px;
        height: 55px;
        line-height: 55px;
        display: inline-block;
        border-radius: 0;
        border: 1px solid rgba(229,229,229,.57);
        text-align: center;
        color: #848484;
        font-size: 18px;
        color: #fff;
        background: #f13729
    }

    .page-numbers li span.current {
        width: 55px;
        height: 55px;
        line-height: 55px;
        display: inline-block;
        border-radius: 0;
        border: 1px solid rgba(229,229,229,.57);
        text-align: center;
        color: #848484;
        font-size: 18px;
        color: #fff;
        background: #f13729
    }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #f13729;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 0
}

    .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
        background-color: #fff;
        color: #f13729
    }

body {
    font-family: Nunito;
    font-size: 14px;
    line-height: 24px;
    color: #222;
    letter-spacing: -.02em
}

a {
    text-decoration: none
}

    a:focus, a:hover, a:visited {
        text-decoration: none
    }

a {
    color: #f44438
}

button {
    cursor: pointer
}

li, ul {
    list-style: none;
    padding: 0;
    margin: 0
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #798593;
    font-weight: 400;
    margin-bottom: 25px
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

.gray-bg {
    background-color: #f1f7fc
}

.sec-pad {
    padding: 120px 0
}

.sec-pad-top {
    padding-top: 120px
}

.sec-pad-bottom {
    padding-bottom: 120px
}

.sec-title {
    margin-bottom: 60px
}

    .sec-title span {
        display: block;
        text-transform: uppercase;
        color: #767676;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .04em;
        margin-bottom: 5px
    }

        .sec-title span:before {
            content: '';
            width: 16px;
            height: 8px;
            background: #0057b3;
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
            display: block;
            margin-bottom: 22px
        }

    .sec-title.text-center span:before {
        margin-left: auto;
        margin-right: auto
    }

    .sec-title h2 {
        margin: 0;
        color: #001328;
        font-weight: 800;
        font-size: 40px;
        letter-spacing: -.03em
    }

    .sec-title.light h2, .sec-title.light span {
        color: #fff
    }

        .sec-title.light span:before {
            background: #fff
        }

.thm-btn {
    border: none;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #1a214d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 18px 39.5px;
    text-align: center;
    -webkit-box-shadow: 0 25px 30px 0 rgba(15,111,213,.15);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

    .thm-btn:hover {
        background: #001328;
        color: #fff;
        -webkit-box-shadow: 0 10px 30px 0 rgba(0,19,40,.3);
        box-shadow: 0 10px 30px 0 rgba(0,19,40,.3)
    }

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active, .bootstrap-select .btn-light:not(:disabled):not(.disabled):active, .bootstrap-select .show > .btn-light.dropdown-toggle {
    background-color: transparent
}

.bootstrap-select .dropdown-menu > li + li > a {
    border-top: 1px solid #eee
}

.bootstrap-select .dropdown-menu > li:first-child > a {
    padding-top: 10px
}

.bootstrap-select .dropdown-menu > li:last-child > a {
    padding-bottom: 10px
}

.bootstrap-select .dropdown-menu > li.selected > a {
    background: #99c13d;
    color: #fff
}

.bootstrap-select .dropdown-menu > li > a {
    font-size: 16px;
    font-weight: 600;
    padding: 9px 20px;
    color: #000;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

    .bootstrap-select .dropdown-menu > li > a:hover {
        background: #99c13d;
        color: #fff;
        cursor: pointer
    }

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden
}

.large-paragraph {
    color: #798593;
    font-size: 18px;
    line-height: 34px;
    font-weight: 600
}

.list-items {
    margin: 0;
    padding: 0;
    list-style: none
}

    .list-items li {
        position: relative;
        font-size: 18px;
        line-height: 34px;
        padding-left: 30px;
        color: #798593;
        font-weight: 600
    }

        .list-items li i {
            color: #99c13d;
            font-size: 14px;
            position: absolute;
            top: 10px;
            left: 0
        }

        .list-items li.disabled {
            color: #798593
        }

            .list-items li.disabled i {
                color: #798593
            }

.preloader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/preloader.gif) center center no-repeat;
    z-index: 999
}

.scroll-to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #99c13d;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: none;
    cursor: pointer
}

    .scroll-to-top span {
        font-size: 18px;
        line-height: 50px;
        color: #fff
    }

    .scroll-to-top:hover {
        background: #001328
    }

a[href^="http://maps.google.com/maps"] {
    display: none !important
}

a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.gm-style-cc, .gmnoprint a, .gmnoprint span {
    display: none
}

.gmnoprint div {
    background: 0 0 !important
}

.top-bar {
    background: #1a214d;
    padding: 14.75px 50px
}

    .top-bar .left-content p {
        margin: 0;
        color: #e7f2ff;
        font-size: 13px;
        font-weight: 600
    }

        .top-bar .left-content p i {
            margin-right: 10px
        }

        .top-bar .left-content p a {
            color: #fff;
            font-weight: 800;
            text-decoration: underline
        }

    .top-bar .right-content ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .top-bar .right-content ul li {
            display: inline-block;
            vertical-align: middle;
            font-size: 13px;
            font-weight: 600;
            color: #fff
        }

            .top-bar .right-content ul li + li {
                margin-left: 16px
            }

            .top-bar .right-content ul li span {
                font-weight: 800;
                margin-right: 16px;
                margin-left: 3px
            }

            .top-bar .right-content ul li a {
                color: #e8f3ff;
                -webkit-transition: all .4s ease;
                transition: all .4s ease
            }

                .top-bar .right-content ul li a:hover {
                    color: #99c13d
                }

            .top-bar .right-content ul li i {
                font-size: 20px
            }

.hidden-sidebar {
    position: fixed;
    top: 0;
    right: -530px;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    max-width: 530px;
    background: #fff;
    overflow: auto;
    padding-left: 80px;
    padding-right: 80px;
    text-align: center;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

    .hidden-sidebar.open {
        -webkit-transform: translate3d(-530px,0,0);
        transform: translate3d(-530px,0,0)
    }

    .hidden-sidebar .close-button {
        position: absolute;
        top: 33px;
        right: 2px;
        color: #ffffff;
        font-size: 33px;
        cursor: pointer;
        border-radius: 5px;
        background: #1a214d;
        padding: 19px;
    }

    .hidden-sidebar .sidebar-content {
        width: 100%;
        margin-top: 100px;
        margin-bottom: 45px;
        text-align: center
    }

        .hidden-sidebar .sidebar-content img {
            border-radius: 6px
        }

        .hidden-sidebar .sidebar-content h3, .hidden-sidebar .sidebar-content p {
            margin: 0
        }

        .hidden-sidebar .sidebar-content p {
            color: #798593;
            font-size: 18px;
            line-height: 30px;
            font-weight: 600;
            width: 96%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 30px
        }

            .hidden-sidebar .sidebar-content p.contact-info {
                color: #001328;
                font-size: 22px;
                font-weight: 800;
                line-height: 1em;
                margin: 0;
                margin-top: 20px;
                margin-bottom: 70px
            }

                .hidden-sidebar .sidebar-content p.contact-info i {
                    display: inline-block;
                    vertical-align: middle;
                    width: 63px;
                    height: 63px;
                    border-radius: 50%;
                    background: #1a214d;
                    line-height: 63px;
                    color: #fff;
                    font-size: 26px;
                    -webkit-box-shadow: 0 10px 30px 0 rgba(15,111,213,.3);
                    box-shadow: 0 10px 30px 0 rgba(15,111,213,.3);
                    margin-right: 20px
                }

        .hidden-sidebar .sidebar-content a.download-btn {
            background: #99c13d;
            width: 100%;
            border-radius: 6px;
            color: #fff;
            font-size: 20px;
            font-weight: 600;
            display: block;
            position: relative;
            padding: 38px 0;
            padding-left: 85px;
            -webkit-box-shadow: 0 25px 30px 0 rgba(15,111,213,.15);
            box-shadow: 0 25px 30px 0 rgba(15,111,213,.15);
            text-align: left;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

            .hidden-sidebar .sidebar-content a.download-btn.two {
                background: #1a214d;
                -webkit-box-shadow: 0 10px 30px 0 rgba(15,111,213,.3);
                box-shadow: 0 10px 30px 0 rgba(15,111,213,.3);
                margin-top: 30px
            }

            .hidden-sidebar .sidebar-content a.download-btn i {
                font-size: 29px;
                position: absolute;
                top: 50%;
                left: 40px;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }

            .hidden-sidebar .sidebar-content a.download-btn:hover {
                background: #fff;
                color: #001328
            }

.search_area {
    position: relative;
    max-width: 950px;
    margin: auto
}

    .search_area .search_box_inner {
        background: 0 0;
        padding: 100px 60px;
        display: block;
        overflow: hidden
    }

        .search_area .search_box_inner h3 {
            padding-bottom: 20px;
            font-family: Hind,sans-serif;
            font-size: 22px;
            text-transform: uppercase;
            color: #fff
        }

        .search_area .search_box_inner .input-box {
            display: block;
            position: relative
        }

            .search_area .search_box_inner .input-box input {
                background: 0 0;
                border-radius: 0;
                outline: 0;
                height: 50px;
                padding: 0;
                border: none;
                outline: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
                border-bottom: 1px solid rgba(255,255,255,.3);
                color: #fff;
                font-family: Hind,sans-serif;
                font-size: 24px;
                font-weight: 400
            }

                .search_area .search_box_inner .input-box input::-webkit-input-placeholder {
                    color: #fff
                }

                .search_area .search_box_inner .input-box input::-moz-placeholder {
                    color: #fff
                }

                .search_area .search_box_inner .input-box input:-ms-input-placeholder {
                    color: #fff
                }

                .search_area .search_box_inner .input-box input:-moz-placeholder {
                    color: #fff
                }

            .search_area .search_box_inner .input-box .input-box-btn {
                position: absolute;
                right: 5px;
                top: 14px;
                z-index: 4
            }

                .search_area .search_box_inner .input-box .input-box-btn .btn-default {
                    padding: 0;
                    border: none;
                    outline: 0 !important;
                    -webkit-box-shadow: none !important;
                    box-shadow: none !important;
                    background: 0 0;
                    color: #fff;
                    font-size: 18px
                }

    .search_area .mfp-close {
        right: 0;
        color: #fff
    }

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .98
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-bg {
    background: #001328
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99
}

.header-navigation {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    border-bottom: 2px solid rgba(255,255,255,.1)
}

    .header-navigation .container {
        background: 0 0;
        position: relative;
        display: block;
        max-width: 100%;
        width: 100%;
        padding-right: 180px
    }

        .header-navigation .container .logo-box {
            float: left;
            position: absolute;
            top: 50%;
            left: 15px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .header-navigation .container .navbar-brand {
            height: auto;
            margin: 0
        }

        .header-navigation .container .menu-toggler {
            display: none
        }

        .header-navigation .container .right-side-box {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 15px
        }

            .header-navigation .container .right-side-box a.signin-btn {
                background: #fff;
                display: inline-block;
                vertical-align: middle;
                color: #1a214d;
                font-size: 12px;
                font-weight: 800;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
                letter-spacing: .04em;
                border-radius: 25px;
                text-transform: uppercase;
                padding: 13px 40px;
                transition: all .4s ease;
                z-index: 100 !important;
            }

                .header-navigation .container .right-side-box a.signin-btn:hover {
                    background: #1a214d;
                    color: #fff;
                }

    .header-navigation .main-navigation {
        float: right;
        text-align: right
    }

@media (min-width: 1200px) {
    .header-navigation .main-navigation {
        display: block !important;
    }
}

.header-navigation ul.navigation-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .header-navigation ul.navigation-box li a .sub-nav-toggler {
        display: none;
    }

    .header-navigation ul.navigation-box > li {
        position: relative;
        padding: 30px 10px;
        display: inline-block;
        vertical-align: middle;
    }

        .header-navigation ul.navigation-box > li:first-child {
            padding-left: 0;
        }

        .header-navigation ul.navigation-box > li:last-child {
            padding-right: 0;
        }

        .header-navigation ul.navigation-box > li > a {
            font-weight: 700;
            font-size: 15px;
            color: #fff;
            padding: 0;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            position: relative
        }

        .header-navigation ul.navigation-box > li.current-menu-ancestor > a, .header-navigation ul.navigation-box > li:hover > a {
            color: #99c13d;
        }

            .header-navigation ul.navigation-box > li.current-menu-ancestor > a:after, .header-navigation ul.navigation-box > li:hover > a:after {
                opacity: 1
            }

        .header-navigation ul.navigation-box > li > ul.sub-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1000;
            float: left;
            min-width: 270px;
            padding: 15px 0;
            text-align: left;
            list-style: none;
            background-color: #99c13d;
            background-clip: padding-box;
            margin:0;
            opacity: 0;
            border-radius: 7px;
            visibility: hidden;
            -webkit-transition: opacity .4s ease,visibility .4s ease;
            transition: opacity .4s ease,visibility .4s ease;
            -webkit-box-shadow: 0 10px 18px rgba(0,0,0,.1);
            box-shadow: 0 10px 18px rgba(0,0,0,.1);
        }

            .header-navigation ul.navigation-box > li > ul.sub-menu.right-align {
                left: auto;
                right: 0
            }

            .header-navigation ul.navigation-box > li > ul.sub-menu.center-align {
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
            }

@media (min-width: 1200px) {
    .header-navigation ul.navigation-box > li > ul.sub-menu {
        display: block !important
    }
}

.header-navigation ul.navigation-box > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible
}

.header-navigation ul.navigation-box > li > ul.sub-menu > li {
    display: block;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #99c13d;
    border:none;
}

    .header-navigation ul.navigation-box > li > ul.sub-menu > li > a {
        font-size: 15px;
        color: #fff;
        font-weight: 700;
        padding: 13px 30px;
        display: block;
        line-height: 26px;
        white-space: nowrap;
        position: relative;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

.header-navigation ul.navigation-box > li > .sub-menu li:hover {
    background: #1a214d;
}

    .header-navigation ul.navigation-box > li > .sub-menu li:hover > a {
        color: #1a214d;
        position: relative;
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1000;
    float: left;
    min-width: 290px;
    padding: 15px 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    opacity: 0;
    visibility: hidden;
    border-radius: 7px;
    -webkit-transition: opacity .4s ease,visibility .4s ease;
    transition: opacity .4s ease,visibility .4s ease;
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,.2);
    box-shadow: 0 0 18px rgba(0,0,0,.2)
}

    .header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu.right-align {
        left: auto;
        right: 100%
    }

@media (min-width: 1200px) {
    .header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu {
        display: block !important
    }
}

.header-navigation ul.navigation-box > li > ul.sub-menu > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible
}

.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li {
    display: block;
    position: relative
}

    .header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li > a {
        font-size: 15px;
        color: #798593;
        font-weight: 700;
        padding: 13px 40px;
        display: block;
        line-height: 26px;
        white-space: nowrap;
        position: relative;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu li:hover {
    background: #f1f7fc
}

    .header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu li:hover > a {
        color: #1a214d;
        position: relative;
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

.header-navigation.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 991;
    background: #99c13d;
    border-bottom: 0;
}

    .header-navigation.stricky-fixed ul.navigation-box > li {
        padding-top: 22.5px;
        padding-bottom: 22.5px
    }

.site-header.style-two .top-bar {
    background: #001328;
    padding-left: 0;
    padding-right: 0
}

.site-header.style-two .header-navigation {
    padding-left: 0;
    padding-right: 0;
    border-bottom-color: rgba(0,19,40,.1);
    background: #ffffffde
}

@media (min-width: 1200px) {
    .site-header.style-two .header-navigation .container {
        max-width: 1200px
    }
}

@media (max-width: 1199px) {
    .site-header.style-two .header-navigation .container {
        max-width: 960px
    }
}

@media (max-width: 991px) {
    .site-header.style-two .header-navigation .container {
        max-width: 720px
    }
}

@media (max-width: 767px) {
    .site-header.style-two .header-navigation .container {
        max-width: 540px
    }
}

.site-header.style-two .header-navigation .container {
    padding-right: 130px
}

.site-header.style-two .header-navigation ul.navigation-box > li > a {
    color: #001328
}

.site-header.style-two .header-navigation .container .right-side-box .social a {
    color: #001328;
    font-size: 16px
}

    .site-header.style-two .header-navigation .container .right-side-box .social a + a {
        margin-left: 20px
    }

.site-header.style-two .header-navigation.stricky-fixed {
    background: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(204,215,224,.3);
    box-shadow: 0 10px 30px 0 rgba(204,215,224,.3)
}

.site-header.home-three .header-navigation .main-navigation {
    float: none;
    text-align: center
}

.site-header.home-three .header-navigation .container {
    padding-right: 15px
}

.site-header.home-three .right-side-box .sidemenu {
    margin: 0;
    padding: 0;
    list-style: none
}

    .site-header.home-three .right-side-box .sidemenu li {
        display: inline-block;
        vertical-align: middle
    }

        .site-header.home-three .right-side-box .sidemenu li + li {
            margin-left: 18px
        }

        .site-header.home-three .right-side-box .sidemenu li a {
            font-size: 14px;
            color: #fff
        }

.site-header.home-four {
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0,19,40,.05);
    box-shadow: 0 10px 30px rgba(0,19,40,.05)
}

    .site-header.home-four .header-navigation ul.navigation-box > li > a, .site-header.home-four .right-side-box .sidemenu li a {
        color: #001328
    }

    .site-header.home-four .header-navigation.stricky-fixed {
        background: #fff;
        -webkit-box-shadow: 0 10px 30px rgba(0,19,40,.05);
        box-shadow: 0 10px 30px rgba(0,19,40,.05)
    }

.site-header.style-five .header-navigation {
    border-bottom: 0;
    background-color: transparent
}

    .site-header.style-five .header-navigation .container {
        padding-right: 15px
    }

    .site-header.style-five .header-navigation ul.navigation-box > li > a {
        color: #fff
    }

    .site-header.style-five .header-navigation.stricky-fixed {
        background: #001328;
        -webkit-box-shadow: 0 10px 30px 0 rgba(0,19,40,.3);
        box-shadow: 0 10px 30px 0 rgba(0,19,40,.3)
    }

.site-header.style-six .header-navigation .container {
    padding-right: 255px
}

    .site-header.style-six .header-navigation .container .right-side-box .sidemenu {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        margin-left: 18px
    }

        .site-header.style-six .header-navigation .container .right-side-box .sidemenu li {
            display: inline-block;
            vertical-align: middle
        }

            .site-header.style-six .header-navigation .container .right-side-box .sidemenu li + li {
                margin-left: 18px
            }

            .site-header.style-six .header-navigation .container .right-side-box .sidemenu li a {
                font-size: 14px;
                color: #fff
            }

.site-header.style-seven {
    position: relative;
    background: #fff
}

.side-scroller-dots {
    position: fixed;
    top: 50%;
    right: 80px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99
}

    .side-scroller-dots ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .side-scroller-dots ul li + li {
            margin-top: 5px
        }

        .side-scroller-dots ul li a span {
            display: block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #001328;
            opacity: .4;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

        .side-scroller-dots ul li.current a span {
            opacity: 1
        }

    .side-scroller-dots #menu[data-section-class*=minimal-bootstrap-carousel] li a span, .side-scroller-dots #menu[data-section-class*=payonline-sales] li a span, .side-scroller-dots #menu[data-section-class*=services] li a span {
        background: #fff;
        opacity: 1
    }

    .side-scroller-dots #menu[data-section-class*=minimal-bootstrap-carousel] li.current a span, .side-scroller-dots #menu[data-section-class*=payonline-sales] li.current a span, .side-scroller-dots #menu[data-section-class*=services] li.current a span {
        background: #99c13d
    }

#minimal-bootstrap-carousel {
    margin-top: 0;
    position: relative
}

    #minimal-bootstrap-carousel .carousel-caption {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 0;
        text-align: right;
        text-shadow: none
    }

        #minimal-bootstrap-carousel .carousel-caption .container {
            display: table;
            width: 100%;
            height: 100%;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
            text-align: center
        }

            #minimal-bootstrap-carousel .carousel-caption .container .box {
                display: table-cell;
                text-align: left
            }

                #minimal-bootstrap-carousel .carousel-caption .container .box .content {
                    display: block
                }

                #minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
                    vertical-align: top
                }

                #minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
                    vertical-align: bottom;
                }

                #minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
                    vertical-align: middle;
                }

    #minimal-bootstrap-carousel [class*=carousel-control] {
        background: 0 0;
        width: 70px;
        height: 60px;
        font-size: 14px;
        line-height: 48px;
        color: #001328;
        background-color: rgba(255,255,255,.25);
        visibility: visible !important;
        opacity: 1;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 91;
    }

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px
    }
}

@media (max-width: 667px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px
    }
}

@media (max-width: 480px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: rgba(255,255,255,.4);
        color: #000
    }
}

#minimal-bootstrap-carousel .carousel-control-prev {
    left: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

#minimal-bootstrap-carousel .carousel-control-next {
    right: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

#minimal-bootstrap-carousel [class*=carousel-control]:hover {
    opacity: 1;
    background: #1a214d;
    color: #fff
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    min-height: 758px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #222
}

#minimal-bootstrap-carousel.slider-home-three .carousel-inner .carousel-item {
    background-color: #1a214d
}

.slider-content-style .content {
    position: relative;
    z-index: 999;
    padding-top: 104px
}

    .slider-content-style .content h3 {
        margin: 0;
        font-size: 80px;
        line-height: 80px;
        color: #fff;
        font-weight: 700;
        letter-spacing: -.06em;
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }

    .slider-content-style .content h2 {
        margin: 0
    }

    .slider-content-style .content p {
        margin: 0;
        font-size: 40px;
        line-height: 1em;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
        color: #fff
    }

    .slider-content-style .content a.thm-btn {
        margin-top: 40px;
        -webkit-animation-delay: 2s;
        animation-delay: 2s
    }

        .slider-content-style .content a.thm-btn:hover {
            background: #fff;
            color: #001328;
            -webkit-box-shadow: 0 10px 30px 0 rgba(255,255,255,.3);
            box-shadow: 0 10px 30px 0 rgba(255,255,255,.3)
        }

.slider-content-style-two {
    padding-top: 190px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

    .slider-content-style-two .tag-line {
        color: #1a214d;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700
    }

    .slider-content-style-two h2 {
        color: #001328;
        font-size: 80px;
        line-height: 70px;
        font-weight: 700;
        letter-spacing: -.06em;
        margin: 0;
        margin-bottom: 50px
    }

    .slider-content-style-two p {
        color: #001328;
        font-weight: 600;
        font-size: 26px;
        margin: 0;
        margin-bottom: 25px
    }

    .slider-content-style-two .cta-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
        max-width: 470px;
        border: 2px solid #ccd7e0;
        border-radius: 30px;
        margin-bottom: 20px;
        background: #fff
    }

    .slider-content-style-two .cta-form .bootstrap-select > .dropdown-toggle {
        border: none !important;
        outline: 0 !important;
        background-color: transparent;
        padding: 18px 38px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

        .slider-content-style-two .cta-form .bootstrap-select > .dropdown-toggle:after {
            border: none;
            width: auto;
            height: auto;
            content: '\f107';
            font-family: FontAwesome;
            color: #798593;
            font-size: 16px;
            width: 66px;
            height: 60px;
            text-align: center;
            border-left: 2px solid #ccd7e0;
            position: absolute;
            top: 0;
            right: 0;
            line-height: 60px;
        }

    .slider-content-style-two .cta-form .btn-box .btn-tag-line {
        display: block;
        color: #798593;
        font-size: 20px;
        font-family: 'Covered By Your Grace';
        letter-spacing: 0;
        margin-top: 20px;
        -webkit-transform: translateX(-35px);
        transform: translateX(-35px)
    }

        .slider-content-style-two .cta-form .btn-box .btn-tag-line i {
            display: inline-block;
            -webkit-transform: rotate(-85deg) scale(1,-1) translate(3px,-6px);
            transform: rotate(-85deg) scale(1,-1) translate(3px,-6px);
            font-size: 22px
        }

.slider-home-three.slider-content-style h3 {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 0
}

.slider-home-three.slider-content-style .content a.thm-btn {
    margin-top: 46px
}

.slider-home-three.slider-content-style .btn-tag-line {
    display: block;
    color: #fff;
    font-size: 20px;
    font-family: 'Covered By Your Grace';
    letter-spacing: 0;
    margin-top: 20px;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    margin-right: 130px
}

    .slider-home-three.slider-content-style .btn-tag-line i {
        display: inline-block;
        -webkit-transform: rotate(-85deg) scale(1,-1) translate(3px,-5px);
        transform: rotate(-85deg) scale(1,-1) translate(3px,-5px);
        font-size: 20px
    }

.slider-home-four.slider-content-style h3 {
    color: #001328
}

.slider-home-four.slider-content-style .btn-box {
    position: relative;
    display: inline-block;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.slider-home-four.slider-content-style .content a.thm-btn {
    margin-top: 35px;
    background: #fff;
    color: #001328;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,19,40,.2);
    box-shadow: 0 10px 30px 0 rgba(0,19,40,.2)
}

    .slider-home-four.slider-content-style .content a.thm-btn:hover {
        background: #1a214d;
        color: #fff;
        -webkit-box-shadow: 0 10px 30px 0 rgba(15,111,213,.2);
        box-shadow: 0 10px 30px 0 rgba(15,111,213,.2)
    }

.slider-home-four.slider-content-style .btn-tag-line {
    color: #001328;
    margin: 0;
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
    margin-top: 0;
    width: 100%
}

.slider-home-four.slider-content-style .rounded-box {
    border-radius: 50%;
    width: 241px;
    height: 241px;
    background: #99c13d;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    padding: 0 60px;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

    .slider-home-four.slider-content-style .rounded-box.thm-base-color-bg {
        background: #1a214d
    }

.slider-home-six.slider-content-style .content h3 {
    font-size: 60px;
    line-height: 70px
}

.slider-home-six.slider-content-style .content .thm-btn {
    background: #fff;
    color: #001328;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,19,40,.2);
    box-shadow: 0 10px 30px 0 rgba(0,19,40,.2)
}

    .slider-home-six.slider-content-style .content .thm-btn:hover {
        background: #1a214d;
        color: #fff;
        -webkit-box-shadow: 0 10px 30px 0 rgba(15,111,213,.2);
        box-shadow: 0 10px 30px 0 rgba(15,111,213,.2)
    }

.slider-content-style-four h3, .slider-content-style-four p {
    margin: 0
}

.slider-content-style-four h3 {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    margin-bottom: 20px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.slider-content-style-four p {
    color: #fff;
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 30px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.slider-content-style-four .thm-btn {
    background: #fff;
    color: #001328;
    -webkit-box-shadow: 0 10px 30px rgba(0,19,40,.3);
    box-shadow: 0 10px 30px rgba(0,19,40,.3);
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

    .slider-content-style-four .thm-btn:hover {
        background: #001328;
        color: #fff;
        -webkit-box-shadow: 0 10px 30px rgba(255,255,255,.3);
        box-shadow: 0 10px 30px rgba(255,255,255,.3)
    }

.slider-content-style-four .video-button-box {
    display: block;
    width: 100%;
    text-align: right;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

    .slider-content-style-four .video-button-box a {
        display: block;
        position: relative;
        width: 100%
    }

        .slider-content-style-four .video-button-box a i.fa-play {
            display: inline-block;
            width: 115px;
            height: 60px;
            background: #99c13d;
            border-radius: 30px;
            color: #fff;
            font-size: 16px;
            line-height: 60px;
            text-align: center;
            -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.3);
            box-shadow: 0 10px 30px 0 rgba(0,0,0,.3);
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

            .slider-content-style-four .video-button-box a i.fa-play:hover {
                color: #fff;
                background: #1a214d
            }

        .slider-content-style-four .video-button-box a .btn-tag-line {
            position: absolute;
            bottom: -40px;
            left: 50%;
            width: 100%;
            -webkit-transform: translateX(-72%);
            transform: translateX(-72%);
            color: #fff;
            font-family: 'Covered By Your Grace';
            font-size: 20px
        }

            .slider-content-style-four .video-button-box a .btn-tag-line i {
                display: inline-block;
                -webkit-transform: rotate(-85deg) scale(1,-1) translate(3px,0);
                transform: rotate(-85deg) scale(1,-1) translate(3px,0)
            }

.service-style-one {
    position: relative
}

    .service-style-one:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 120px;
        background: #f1f7fc
    }

    .service-style-one .container {
        position: relative
    }

    .service-style-one .tab-title {
        margin: 0;
        padding: 0;
        list-style: none;
        border: 0
    }

        .service-style-one .tab-title li {
            display: inline-block;
            margin-bottom: 0 !important;
            float: left;
            width: 20%;
        }

            .service-style-one .tab-title li a {
                display: block;
                border: none;
                outline: 0;
                display: block;
                cursor: pointer;
                padding: 0;
                border-radius: 0 !important;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
                text-align: center;
                position: relative;
                padding-bottom: 75px
            }

                .service-style-one .tab-title li a:after {
                    content: '';
                    background: transparent url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/arrow-1-1.png) 0 0 no-repeat;
                    width: 35px;
                    height: 15px;
                    position: absolute;
                    bottom: -316px;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                    opacity: 0;
                    -webkit-transition: all .8s ease;
                    transition: all .8s ease
                }

        .service-style-one .tab-title .icon-box {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            -webkit-box-shadow: 0 25px 30px 0 rgba(15,111,213,.15);
            box-shadow: 0 25px 30px 0 rgba(15,111,213,.15);
            display: inline-block;
            text-align: center;
            position: relative;
            background: #99c13d;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

            .service-style-one .tab-title .icon-box:after {
                content: '';
                position: absolute;
                top: -1px;
                left: -1px;
                right: -1px;
                bottom: -1px;
                border-radius: 50%;
                background: #f1f7fc;
                background: -webkit-gradient(linear,left top,right top,from(#f1f7fc),to(#fff));
                background: linear-gradient(to right,#f1f7fc 0,#fff 100%);
                opacity: 1;
                -webkit-transition: all .4s ease;
                transition: all .4s ease
            }

            .service-style-one .tab-title .icon-box i {
                font-size: 72px;
                line-height: 150px;
                position: relative;
                z-index: 10;
                color: #99c13d;
                -webkit-transition: all .4s ease;
                transition: all .4s ease
            }

            .service-style-one .tab-title .icon-box:before {
                content: '';
                width: 72px;
                height: 72px;
                background: rgba(15,111,213,.08);
                border-radius: 50%;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-60%,-50%);
                transform: translate(-60%,-50%);
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
                z-index: 10
            }

        .service-style-one .tab-title h3 {
            margin: 0;
            color: #001328;
            font-size: 20px;
            font-weight: 800;
            margin-top: 40px
        }

        .service-style-one .tab-title li a.active .icon-box, .service-style-one .tab-title li a:hover .icon-box {
            -webkit-box-shadow: 0 25px 30px 0 rgba(15,111,213,.15);
            box-shadow: 0 25px 30px 0 rgba(15,111,213,.15)
        }

            .service-style-one .tab-title li a.active .icon-box i, .service-style-one .tab-title li a:hover .icon-box i {
                color: #fff;
            }

            .service-style-one .tab-title li a.active .icon-box:before, .service-style-one .tab-title li a:hover .icon-box:before {
                opacity: 0
            }

            .service-style-one .tab-title li a.active .icon-box:after, .service-style-one .tab-title li a:hover .icon-box:after {
                opacity: 0
            }

        .service-style-one .tab-title li a.active:after {
            opacity: 1
        }

    .service-style-one .single-tab-content {
        border: 1px solid #ccd7e0;
        border-radius: 6px;
        background: #fff;
        -webkit-box-shadow: 0 10px 30px 0 rgba(204,215,224,.3);
        box-shadow: 0 10px 30px 0 rgba(204,215,224,.3);
        padding: 60px
    }

        .service-style-one .single-tab-content .icon-box, .service-style-one .single-tab-content .text-box {
            display: table-cell;
            vertical-align: top
        }

            .service-style-one .single-tab-content .icon-box i {
                color: #99c13d;
                font-size: 72px
            }

        .service-style-one .single-tab-content .text-box {
            padding-left: 40px
        }

            .service-style-one .single-tab-content .text-box h3 {
                margin: 0;
                color: #001328;
                font-size: 26px;
                font-weight: 800
            }

            .service-style-one .single-tab-content .text-box p {
                margin: 0;
                color: #798593;
                font-size: 18px;
                line-height: 34px;
                font-weight: 600;
                margin-top: 20px;
                margin-bottom: 35px
            }

            .service-style-one .single-tab-content .text-box a.read-more {
                color: #1a214d;
                font-size: 12px;
                font-weight: 700;
                text-transform: uppercase;
                display: inline-block;
                border-bottom: 2px solid #d5e1f5;
                line-height: 1em;
                -webkit-transition: all .4s ease;
                transition: all .4s ease
            }

                .service-style-one .single-tab-content .text-box a.read-more:hover {
                    color: #99c13d;
                    -webkit-transform: translateX(5px);
                    transform: translateX(5px)
                }

.service-style-two {
    z-index: 90;
    top: 120px;
    position: relative;
    padding-top: 0
}

.single-service-two {
    text-align: center;
    border: 1px solid #ccd7e0;
    border-radius: 6px;
    background: #fff;
    padding: 63px 60px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

    .single-service-two:hover {
        -webkit-box-shadow: 0 10px 30px 0 rgba(204,215,224,.3);
        box-shadow: 0 10px 30px 0 rgba(204,215,224,.3)
    }

    .single-service-two i {
        font-size: 72px;
        color: #1a214d
    }

    .single-service-two h3 {
        color: #001328;
        font-size: 22px;
        font-weight: 800;
        line-height: 34px;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 35px
    }

    .single-service-two p {
        color: #798593;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        margin: 0;
        margin-bottom: 20px
    }

    .single-service-two .read-more {
        color: #99c13d;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 800;
        line-height: 1em;
        text-decoration: underline;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

        .single-service-two .read-more:hover {
            color: #001328
        }

.service-style-three {
    background: #1a214d
}

.single-service-three {
    text-align: center;
    background: #f1f7fc;
    border-radius: 7px;
    padding: 48px 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
    overflow: hidden;
    margin-bottom: 40px
}

    .single-service-three:hover {
        -webkit-box-shadow: 0 10px 30px 0 rgba(255,255,255,.1);
        box-shadow: 0 10px 30px 0 rgba(255,255,255,.1)
    }

    .single-service-three:before {
        background: #001328;
        border-radius: 7px
    }

    .single-service-three i {
        font-size: 72px;
        color: #1a214d;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

    .single-service-three h3 {
        font-size: 18px;
        font-weight: 800;
        margin: 0;
        margin-top: 20px
    }

        .single-service-three h3 a {
            color: #001328;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

    .single-service-three:hover h3 a, .single-service-three:hover i {
        color: #fff
    }

.service-style-three .btn-tag-line {
    display: block;
    color: #fff;
    font-size: 20px;
    font-family: 'Covered By Your Grace';
    letter-spacing: 0;
    margin-right: 130px;
    margin-top: 20px
}

    .service-style-three .btn-tag-line i {
        display: inline-block;
        -webkit-transform: rotate(-85deg) scale(1,-1) translate(3px,0);
        transform: rotate(-85deg) scale(1,-1) translate(3px,0);
        font-size: 27px
    }

.single-service-four {
    min-height: 321px;
    border-radius: 7px;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

    .single-service-four:before {
        border-radius: 7px;
        background: #1a214d;
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    .single-service-four .inner-box {
        text-align: center
    }

    .single-service-four i {
        font-size: 72px;
        color: #1a214d;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

    .single-service-four h3, .single-service-four p {
        margin: 0;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

    .single-service-four h3 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 20px
    }

        .single-service-four h3 a {
            color: #001328;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

    .single-service-four p {
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
        color: #798593;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px
    }

    .single-service-four:hover {
        -webkit-box-shadow: 0 10px 30px rgba(15,111,213,.3);
        box-shadow: 0 10px 30px rgba(15,111,213,.3)
    }

        .single-service-four:hover:before {
            -webkit-transform-origin: center top;
            transform-origin: center top
        }

        .single-service-four:hover h3 a, .single-service-four:hover i, .single-service-four:hover p {
            color: #fff
        }

.service-style-five .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 6px
}

    .service-style-five .image-box:hover > img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    .service-style-five .image-box img {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

.service-style-five .box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    background: rgba(0,19,40,.6);
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all .6s ease-in-out .3s;
    transition: all .6s ease-in-out .3s
}

    .service-style-five .box a {
        display: block;
        position: relative;
        width: 100%;
        text-align: center
    }

        .service-style-five .box a i.fa {
            display: inline-block;
            width: 65px;
            height: 40px;
            background: #fff;
            border-radius: 20px;
            color: #001328;
            font-size: 12px;
            line-height: 40px;
            text-align: center;
            -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.3);
            box-shadow: 0 10px 30px 0 rgba(0,0,0,.3);
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

            .service-style-five .box a i.fa:hover {
                color: #fff;
                background: #1371d6
            }

.service-style-five .image-box:hover .box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.service-style-five .text-box {
    margin-top: 25px
}

    .service-style-five .text-box h3 {
        margin: 0;
        font-size: 22px;
        font-weight: 800;
        margin-bottom: 30px
    }

        .service-style-five .text-box h3 a {
            color: #001328;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

            .service-style-five .text-box h3 a:hover {
                color: #1a214d
            }

    .service-style-five .text-box p {
        margin: 0;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        color: #798593;
        margin-bottom: 35px
    }

    .service-style-five .text-box .read-more {
        color: #99c13d;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        text-decoration: underline;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

        .service-style-five .text-box .read-more:hover {
            color: #1a214d
        }

.service-style-five.solution-by-size-page .text-box .list-items {
    margin-top: 20px
}

.service-style-five.solution-by-size-page .text-box p {
    margin: 0
}

.service-style-six {
    background: #076cd6
}

.single-service-six {
    position: relative;
    padding-bottom: 25px
}

    .single-service-six:after, .single-service-six:before {
        content: '';
        width: 100%;
        background: #fff;
        opacity: .1;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

    .single-service-six:after {
        opacity: 1;
        width: 0
    }

    .single-service-six i {
        font-size: 76px;
        color: #fff
    }

    .single-service-six h3, .single-service-six p {
        margin: 0;
        color: #fff
    }

    .single-service-six h3 {
        font-size: 20px;
        font-weight: 800;
        margin-top: 30px
    }

    .single-service-six p {
        font-size: 16px;
        line-height: 30px;
        font-weight: 600;
        width: 100%;
        margin-top: 20px
    }

    .single-service-six:hover:before {
        opacity: 0
    }

    .single-service-six:hover:after {
        width: 100%
    }

.service-title-box {
    background: #001328 url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/blue-shape-bg2.jpg) right top no-repeat;
    background-size: cover;
    padding-bottom: 340px
}

.service-style-seven {
    position: relative;
    margin-top: 120px
}

    .service-style-seven .container-outer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .service-style-seven .service-style-seven-carousel .owl-nav {
        display: none
    }

    .service-style-seven .service-style-seven-carousel .owl-dots {
        position: absolute;
        top: calc(100% + 35px);
        left: 0;
        width: 100%
    }

        .service-style-seven .service-style-seven-carousel .owl-dots .owl-dot span {
            margin: 0 2.5px;
            background: rgba(0,19,40,.4)
        }

        .service-style-seven .service-style-seven-carousel .owl-dots .owl-dot.active span {
            background: #1a214d
        }

.single-service-style-seven {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    display: block
}

    .single-service-style-seven:before {
        z-index: 10;
        background: #001328;
        background: -webkit-gradient(linear,left top,left bottom,from(#001328),to(#1a214d));
        background: linear-gradient(to bottom,#001328 0,#1a214d 100%);
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        opacity: .85
    }

    .single-service-style-seven:hover:before {
        -webkit-transform-origin: top center;
        transform-origin: top center
    }

    .single-service-style-seven .img-box {
        width: 100%
    }

        .single-service-style-seven .img-box > img {
            width: 100%;
            border-radius: 8px
        }

    .single-service-style-seven .text-block {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 11;
        padding: 60px
    }

        .single-service-style-seven .text-block h3, .single-service-style-seven .text-block p {
            margin: 0
        }

        .single-service-style-seven .text-block h3 {
            font-size: 30px;
            font-weight: 800;
            margin-bottom: 30px
        }

            .single-service-style-seven .text-block h3 a {
                color: #fff
            }

        .single-service-style-seven .text-block p {
            font-size: 20px;
            font-weight: 600;
            color: #fff
        }

        .single-service-style-seven .text-block a.read-more {
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            display: inline-block;
            text-decoration: underline;
            line-height: 1em;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            position: absolute;
            bottom: 75px;
            left: 60px
        }

            .single-service-style-seven .text-block a.read-more:hover {
                color: #99c13d;
                -webkit-transform: translateX(5px);
                transform: translateX(5px)
            }

.service-style-two.solutions-page {
    background: #f1f7fc;
    margin-bottom: 0;
    position: relative
}

    .service-style-two.solutions-page:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 120px;
        background: #fff
    }

    .service-style-two.solutions-page .container {
        position: relative
    }

.service-style-one.solutions-page:before {
    display: none
}

.service-style-one.solutions-page .single-tab-content-two .sec-title {
    margin-bottom: 40px
}

.service-style-one.solutions-page .single-tab-content-two p, .service-style-one.solutions-page .single-tab-content-two ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.service-style-one.solutions-page .single-tab-content-two p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    color: #798593;
    margin-bottom: 30px
}

.service-style-one.solutions-page .single-tab-content-two ul.list-items li {
    position: relative;
    font-size: 18px;
    line-height: 34px;
    color: #798593;
    padding-left: 25px
}

    .service-style-one.solutions-page .single-tab-content-two ul.list-items li i {
        font-size: 14px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #99c13d
    }

.service-style-one.solutions-page .single-tab-content-two .thm-btn {
    margin-top: 50px
}

.service-style-eight {
    padding-top: 90px
}

.single-service-style-eight {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    display: block;
    margin-top: 30px
}

    .single-service-style-eight:before {
        z-index: 10;
        background: #001328;
        background: -webkit-gradient(linear,left top,left bottom,from(#001328),to(#1a214d));
        background: linear-gradient(to bottom,#001328 0,#1a214d 100%);
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        opacity: .85
    }

    .single-service-style-eight:hover:before {
        -webkit-transform-origin: top center;
        transform-origin: top center
    }

    .single-service-style-eight .img-box {
        width: 100%;
        background: #001328
    }

        .single-service-style-eight .img-box > img {
            width: 100%;
            border-radius: 8px;
            opacity: .5
        }

    .single-service-style-eight .text-block {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 11;
        padding: 40px
    }

        .single-service-style-eight .text-block h3, .single-service-style-eight .text-block p {
            margin: 0
        }

        .single-service-style-eight .text-block h3 {
            font-size: 26px;
            font-weight: 800;
            margin-bottom: 30px
        }

            .single-service-style-eight .text-block h3 a {
                color: #fff
            }

        .single-service-style-eight .text-block p {
            font-size: 20px;
            font-weight: 600;
            color: #fff
        }

        .single-service-style-eight .text-block a.read-more {
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            display: inline-block;
            text-decoration: underline;
            line-height: 1em;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            position: absolute;
            bottom: 45px;
            left: 40px
        }

            .single-service-style-eight .text-block a.read-more:hover {
                color: #99c13d;
                -webkit-transform: translateX(5px);
                transform: translateX(5px)
            }

.solution-style-one {
    background: #f1f7fc
}

    .solution-style-one .sec-title {
        margin-bottom: 30px
    }

.single-solution-style-one {
    padding: 0;
    border-radius: 50px 5px 5px 50px;
    position: relative;
    margin: 20px 0;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(20,3,67,.08);
    box-shadow: 0 10px 30px 0 rgba(20,3,67,.08)
}

    .single-solution-style-one:before {
        background: #1a214d;
        width: 67%;
        margin-left: auto;
        margin-right: 0;
        border-radius: 0 5px 5px 0;
    }

    .single-solution-style-one:hover {
        -webkit-box-shadow: 0 10px 30px 0 rgba(15,111,213,.3);
        box-shadow: 0 10px 30px 0 rgba(15,111,213,.3)
    }


    .single-solution-style-one h3 {
        font-size: 22px;
        font-weight: 700;
        margin: 0;
        margin-top: 15px;
        margin-bottom: 15px
    }

        .single-solution-style-one h3 a {
            color: #001328;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

    .single-solution-style-one span {
        color: #919191;
        font-size: 15px;
        font-weight: 700;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

    .single-solution-style-one .read-more {
        color: #1a214d;
        font-weight: 800;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: .04em;
        line-height: 1em;
        border-bottom: 1px solid #a5bfeb;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

    .single-solution-style-one:hover span {
        color: #e8f3ff
    }

    .single-solution-style-one:hover h3 a {
        color: #fff
    }

    .single-solution-style-one:hover .read-more {
        border-color: #97b9eb;
        color: #e8f3ff
    }

.solution-style-two {
    background: #f1f7fc url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/gray-shape-bg4.jpg) left center no-repeat;
    background-size: cover;
    position: relative
}

    .solution-style-two img.shaped-bg {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .solution-style-two .solution-content {
        padding-right: 67px
    }

        .solution-style-two .solution-content .sec-title {
            margin-bottom: 0
        }

        .solution-style-two .solution-content p {
            color: #798593;
            font-size: 18px;
            line-height: 34px;
            font-weight: 600;
            margin: 0;
            margin-top: 35px;
            margin-bottom: 50px
        }

.single-solution-style-two {
    border: 1px solid #ccd7e0;
    border-radius: 8px;
    padding: 20px 0;
    padding-left: 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #fff
}

    .single-solution-style-two + .single-solution-style-two {
        margin-top: 25px
    }

    .single-solution-style-two .count-box, .single-solution-style-two .text-box {
        display: table-cell;
        vertical-align: middle
    }

        .single-solution-style-two .count-box .inner-box {
            background: #ccd7e0;
            width: 60px;
            height: 60px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            font-weight: 800;
            line-height: 60px;
            border-radius: 50%;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

    .single-solution-style-two .text-box {
        color: #001328;
        font-size: 20px;
        font-weight: 800;
        padding-left: 30px
    }

    .single-solution-style-two:hover {
        -webkit-box-shadow: 0 10px 30px 0 rgba(204,215,224,.3);
        box-shadow: 0 10px 30px 0 rgba(204,215,224,.3)
    }

        .single-solution-style-two:hover .count-box .inner-box {
            background: #1a214d
        }

.solution-style-two .featured-image-box img {
    border-radius: 8px
}

.single-solution-style-three .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 6px
}

    .single-solution-style-three .image-box:hover > img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    .single-solution-style-three .image-box img {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

.single-solution-style-three .box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    background: rgba(0,19,40,.6);
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all .6s ease-in-out .3s;
    transition: all .6s ease-in-out .3s
}

    .single-solution-style-three .box a {
        display: block;
        position: relative;
        width: 100%;
        text-align: center
    }

        .single-solution-style-three .box a i.fa {
            display: inline-block;
            width: 65px;
            height: 40px;
            background: #fff;
            border-radius: 20px;
            color: #001328;
            font-size: 12px;
            line-height: 40px;
            text-align: center;
            -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.3);
            box-shadow: 0 10px 30px 0 rgba(0,0,0,.3);
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

            .single-solution-style-three .box a i.fa:hover {
                color: #fff;
                background: #1371d6
            }

.single-solution-style-three .image-box:hover .box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.video-box-style-four.solutions-details-page:before {
    display: none
}

.solutions-tab-one .tab-title {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    border-bottom: 2px solid #e7f1fa;
    margin-bottom: 120px
}

    .solutions-tab-one .tab-title li {
        display: inline-block;
        margin-bottom: 0 !important;
        float: left;
        width: 16.666666667%
    }

        .solutions-tab-one .tab-title li a {
            display: block;
            border: none;
            outline: 0;
            display: block;
            cursor: pointer;
            padding: 0 39px;
            padding-bottom: 30px;
            border-radius: 0 !important;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            text-align: center;
            position: relative
        }

            .solutions-tab-one .tab-title li a:before {
                content: '';
                position: absolute;
                top: 100%;
                left: 0;
                width: 0;
                background: #99c13d;
                height: 2px;
                -webkit-transition: all .4s ease;
                transition: all .4s ease
            }

            .solutions-tab-one .tab-title li a i[class*=payonline-icon] {
                font-size: 72px;
                color: #1a214d
            }

            .solutions-tab-one .tab-title li a h3 {
                margin: 0;
                color: #001328;
                font-size: 18px;
                font-weight: 800;
                margin-top: 21px
            }

            .solutions-tab-one .tab-title li a.active:before, .solutions-tab-one .tab-title li a:hover:before {
                width: 100%
            }

.solutions-tab-one .single-tab-content-two .sec-title {
    margin-bottom: 40px
}

.solutions-tab-one .single-tab-content-two p, .solutions-tab-one .single-tab-content-two ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.solutions-tab-one .single-tab-content-two p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    color: #798593;
    margin-bottom: 30px
}

.solutions-tab-one .single-tab-content-two ul.list-items li {
    position: relative;
    font-size: 18px;
    line-height: 34px;
    color: #798593;
    padding-left: 25px
}

    .solutions-tab-one .single-tab-content-two ul.list-items li i {
        font-size: 14px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #99c13d
    }

.solutions-tab-one .single-tab-content-two .thm-btn {
    margin-top: 50px
}

.solution-style-three.gallery-page .single-solution-style-three {
    margin-bottom: 30px
}

.solution-style-three.gallery-page .btn-box {
    margin-top: 30px
}

.solution-style-four .span-5 {
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width: 991px) {
    .solution-style-four .span-5 {
        width: 33.33333333%;
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .solution-style-four .span-5 {
        width: 50%
    }
}

@media (max-width: 575px) {
    .solution-style-four .span-5 {
        width: 100%
    }
}

.solution-style-four .btn-box {
    margin-top: 45px
}

    .solution-style-four .btn-box .btn-tag-line {
        display: block;
        color: #798593;
        font-size: 20px;
        font-family: 'Covered By Your Grace';
        letter-spacing: 0;
        margin-right: 100px;
        margin-top: 15px
    }

        .solution-style-four .btn-box .btn-tag-line i {
            display: inline-block;
            -webkit-transform: rotate(-85deg) scale(1,-1) translate(3px,0);
            transform: rotate(-85deg) scale(1,-1) translate(3px,0);
            font-size: 22px
        }

@media (max-width: 991px) {
    .solution-style-four {
        padding-bottom: 90px
    }

        .solution-style-four .sec-title h2 {
            font-size: 38px
        }

        .solution-style-four .btn-box {
            margin-top: 25px
        }
}

@media (max-width: 767px) {
    .solution-style-four {
        padding-bottom: 50px
    }
}

.single-solution-style-four {
    text-align: center
}

    .single-solution-style-four .icon-box {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        -webkit-box-shadow: 0 25px 30px 0 rgba(15,111,213,.15);
        box-shadow: 0 25px 30px 0 rgba(15,111,213,.15);
        display: inline-block;
        text-align: center;
        position: relative;
        background: #99c13d;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        margin-bottom: 40px
    }

        .single-solution-style-four .icon-box:after {
            content: '';
            position: absolute;
            top: -1px;
            left: -1px;
            right: -1px;
            bottom: -1px;
            border-radius: 50%;
            background: #f1f7fc;
            background: -webkit-gradient(linear,left top,right top,from(#f1f7fc),to(#fff));
            background: linear-gradient(to right,#f1f7fc 0,#fff 100%);
            opacity: 1;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

        .single-solution-style-four .icon-box i {
            font-size: 72px;
            line-height: 150px;
            position: relative;
            z-index: 10;
            color: #1a214d;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

        .single-solution-style-four .icon-box:before {
            content: '';
            width: 72px;
            height: 72px;
            background: rgba(15,111,213,.08);
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-60%,-50%);
            transform: translate(-60%,-50%);
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            z-index: 10
        }

    .single-solution-style-four h3, .single-solution-style-four p {
        margin: 0
    }

    .single-solution-style-four h3 {
        color: #001328;
        font-size: 20px;
        font-weight: 800
    }

    .single-solution-style-four p {
        font-size: 16px;
        line-height: 26px;
        color: #798593;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 30px
    }

@media (max-width: 575px) {
    .single-solution-style-four p {
        width: 70%;
        margin-left: auto;
        margin-right: auto
    }
}

.single-solution-style-four .read-more {
    color: #99c13d;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    line-height: 1em;
    text-decoration: underline;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

    .single-solution-style-four .read-more:hover {
        color: #001328
    }

.single-solution-style-four.active .icon-box, .single-solution-style-four:hover .icon-box {
    -webkit-box-shadow: 0 25px 30px 0 rgba(15,111,213,.15);
    box-shadow: 0 25px 30px 0 rgba(15,111,213,.15)
}

    .single-solution-style-four.active .icon-box i, .single-solution-style-four:hover .icon-box i {
        color: #fff
    }

    .single-solution-style-four.active .icon-box:before, .single-solution-style-four:hover .icon-box:before {
        opacity: 0
    }

    .single-solution-style-four.active .icon-box:after, .single-solution-style-four:hover .icon-box:after {
        opacity: 0
    }

.single-solution-style-four.active:after {
    opacity: 1
}

.solution-size-tab-wrapper .tab-title {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    text-align: center;
    display: block;
    margin-bottom: 50px
}

    .solution-size-tab-wrapper .tab-title li {
        display: inline-block;
        margin-bottom: 10px !important
    }

        .solution-size-tab-wrapper .tab-title li + li {
            margin-left: 7px
        }

        .solution-size-tab-wrapper .tab-title li a {
            display: block;
            border: none;
            outline: 0;
            display: block;
            cursor: pointer;
            padding: 0 38px;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            position: relative;
            font-weight: 700;
            font-size: 14px;
            color: #798593;
            border: 1px solid #ccd7e0 !important;
            line-height: 60px;
            border-radius: 30px !important;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

            .solution-size-tab-wrapper .tab-title li a.active, .solution-size-tab-wrapper .tab-title li a:hover {
                border-color: #99c13d !important;
                color: #fff;
                background: #99c13d
            }

.solution-size-tab-wrapper .img-box {
    overflow: hidden;
    display: inline-block;
    border-radius: 7px
}

@media (max-width: 991px) {
    .solution-size-tab-wrapper .img-box {
        margin-bottom: 50px
    }
}

.solution-size-tab-wrapper .text-box ul.list-items {
    margin-bottom: 30px;
    margin-top: 20px
}

.easy-steps-style-one {
    background: #1a214d url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/easy-step-bg.jpg) center center no-repeat;
    background-size: cover
}

.single-easy-step-one {
    text-align: center;
    border-radius: 10px;
}

.single-hight {
    font-size: 50px;
    width: 80px;
    color: #99c13d;
    height: 80px;
    border: 2px solid;
    padding-top: 13px;
    border-radius: 100%;
}

.single-easy-step-one h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    margin: 0;
    margin-top: 25px;
}

    .single-easy-step-one h3 a {
        color: #1a214d;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .single-easy-step-one h3 a:hover {
            color: #99c13d;
        }

.single-easy-step-one p {
    color: #1a214d;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
    width: 89%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px
}

.single-easy-step-one .read-more {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65px;
    height: 40px;
    background: #99c13d;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

    .single-easy-step-one .read-more i {
        color: #fff;
        font-size: 12px;
        line-height: 40px
    }

    .single-easy-step-one .read-more:hover {
        background: #fff
    }

        .single-easy-step-one .read-more:hover i {
            color: #001328
        }

.single-easy-step-one .step-count {
    font-family: 'Covered By Your Grace';
    color: #fff;
    font-size: 18px
}

.client-style-one {
    background: #f1f7fc;
    text-align: center;
    padding: 89px 0
}

.client-carousel-one img {
    font-size: 126px;
    color: #1a214d;
    opacity: .3;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

    .client-carousel-one img:hover {
        opacity: 1 !important
    }

.client-carousel-one .owl-nav {
    display: none
}

.client-style-one.home-two {
    background: #fff;
    border-bottom: 2px solid #f1f7fc
}

    .client-style-one.home-two .client-carousel-one i {
        color: #001328
    }

.client-carousel-two .owl-nav {
    margin: 0
}

.client-carousel-two .item {
    border-radius: 7px;
    text-align: center;
    border: 1px solid #ccd7e0;
    padding: 36.5px 0;
    filter: grayscale(100%);
    opacity: .5
}

.client-carousel-two image {
    font-size: 150px;
    color: #001328;
    opacity: .3;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

    .client-carousel-two image:hover {
        opacity: 1
    }

.video-box-style-one {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 6px
}

    .video-box-style-one .img-box img {
        width: 100%
    }

    .video-box-style-one .box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        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;
        background: rgba(0,19,40,.5)
    }

        .video-box-style-one .box a {
            display: block;
            position: relative;
            width: 100%;
            text-align: center
        }

            .video-box-style-one .box a i.fa-play {
                display: inline-block;
                width: 115px;
                height: 60px;
                background: #fff;
                border-radius: 30px;
                color: #001328;
                font-size: 16px;
                line-height: 60px;
                text-align: center;
                -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.3);
                box-shadow: 0 10px 30px 0 rgba(0,0,0,.3);
                -webkit-transition: all .4s ease;
                transition: all .4s ease
            }

                .video-box-style-one .box a i.fa-play:hover {
                    color: #fff;
                    background: #1371d6
                }

            .video-box-style-one .box a .btn-tag-line {
                position: absolute;
                bottom: -50px;
                left: 50%;
                width: 100%;
                -webkit-transform: translateX(-65%);
                transform: translateX(-65%);
                color: #fff;
                font-family: 'Covered By Your Grace';
                font-size: 20px
            }

                .video-box-style-one .box a .btn-tag-line i {
                    display: inline-block;
                    -webkit-transform: rotate(-85deg) scale(1,-1) translate(3px,0);
                    transform: rotate(-85deg) scale(1,-1) translate(3px,0)
                }

.video-box-two {
    border-radius: 6px;
    overflow: hidden
}

.video-box-three {
    position: relative;
    padding-top: 240px;
    background-size: cover
}

    .video-box-three:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #f1f7fc url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/gray-shape-bg5.jpg) center right no-repeat;
        background-size: cover;
        z-index: -1
    }

    .video-box-three .video-box-content .sec-title {
        margin: 0;
        margin-bottom: 40px
    }

    .video-box-three .video-box-content p {
        color: #798593;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        margin: 0;
        margin-bottom: 50px;
        letter-spacing: -.025em
    }

    .video-box-three .video-box-content .btn-box .video-popup {
        color: #798593;
        font-weight: 700;
        font-size: 16px;
        margin-left: 20px
    }

        .video-box-three .video-box-content .btn-box .video-popup i {
            border: 2px solid #798593;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            line-height: 56px;
            text-align: center;
            margin-right: 10px
        }

.video-box-style-four {
    position: relative;
    padding-left: 120px;
    padding-right: 120px
}

    .video-box-style-four:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: calc(50% + 300px);
        height: 100%;
        background: #f1f7fc
    }

    .video-box-style-four .container {
        position: relative
    }

    .video-box-style-four .video-box-content {
        width: 100%;
        max-width: 600px;
        margin-left: auto;
        padding-right: 130px
    }

@media (max-width: 1400px) {
    .video-box-style-four .video-box-content {
        padding-right: 40px
    }
}

.video-box-style-four .video-box-content .sec-title {
    margin-bottom: 0
}

.video-box-style-four .video-box-content p, .video-box-style-four .video-box-content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.video-box-style-four .video-box-content p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    color: #798593;
    margin-top: 35px;
    margin-bottom: 35px
}

.video-box-style-four .video-box-content ul.list-items li {
    position: relative;
    font-size: 18px;
    line-height: 34px;
    color: #798593;
    padding-left: 25px
}

    .video-box-style-four .video-box-content ul.list-items li + li {
        margin-top: 10px
    }

    .video-box-style-four .video-box-content ul.list-items li i {
        font-size: 14px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #99c13d
    }

.video-box-style-four .video-box {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 6px
}

    .video-box-style-four .video-box .img-box img {
        width: 100%
    }

    .video-box-style-four .video-box .box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        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;
        background: rgba(0,19,40,.5)
    }

        .video-box-style-four .video-box .box a {
            display: block;
            position: relative;
            width: 100%;
            text-align: center
        }

            .video-box-style-four .video-box .box a i.fa-play {
                display: inline-block;
                width: 115px;
                height: 60px;
                background: #fff;
                border-radius: 30px;
                color: #001328;
                font-size: 16px;
                line-height: 60px;
                text-align: center;
                -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.3);
                box-shadow: 0 10px 30px 0 rgba(0,0,0,.3);
                -webkit-transition: all .4s ease;
                transition: all .4s ease
            }

                .video-box-style-four .video-box .box a i.fa-play:hover {
                    color: #fff;
                    background: #1371d6
                }

            .video-box-style-four .video-box .box a .btn-tag-line {
                position: absolute;
                bottom: -45px;
                left: 50%;
                width: 100%;
                -webkit-transform: translateX(-65%);
                transform: translateX(-60%);
                color: #fff;
                font-family: 'Covered By Your Grace';
                font-size: 20px
            }

                .video-box-style-four .video-box .box a .btn-tag-line i {
                    display: inline-block;
                    -webkit-transform: rotate(-85deg) scale(1,-1) translate(3px,0);
                    transform: rotate(-85deg) scale(1,-1) translate(3px,0)
                }

.video-box-three.request-metting-page {
    background: #fff;
    padding-top: 120px
}

.subscribe-form {
    background: #1a214d url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/subscribe-bg-1-1.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 6px;
    padding: 50px;
    padding-top: 54px;
    padding-bottom: 48px;
    margin-top: 30px
}

    .subscribe-form h3 {
        margin: 0;
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 48px
    }

    .subscribe-form input {
        border: none;
        outline: 0;
        background-color: transparent;
        width: 100%;
        max-width: 290px;
        background: #fff;
        height: 60px;
        border-radius: 30px;
        color: #798593;
        font-size: 16px;
        font-weight: 600;
        padding-left: 40px;
        margin-right: 10px
    }

.expertize-box-one {
    background: #99c13d;
    text-align: center;
    border-radius: 6px;
    padding: 56px 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

    .expertize-box-one .inner-box {
        width: 100%
    }

    .expertize-box-one h3, .expertize-box-one p {
        margin: 0
    }

    .expertize-box-one h3 {
        color: #fff;
        font-size: 40px;
        line-height: 36px;
        font-weight: 800
    }

    .expertize-box-one p {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        margin-top: 13px;
        margin-bottom: 50px
    }

    .expertize-box-one a {
        font-weight: 800;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: .04em;
        font-size: 12px;
        line-height: 1em;
        text-decoration: underline
    }

.get-apps-style-one {
    background: #f1f7fc url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/gray-shape-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 105px;
    padding-bottom: 80px
}

    .get-apps-style-one .featured-image {
        margin-left: -30px;
        max-width: none
    }

.get-apps-style-one-content {
    padding-right: 59px
}

    .get-apps-style-one-content .sec-title {
        margin-bottom: 50px
    }

    .get-apps-style-one-content p {
        color: #798593;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        margin: 0;
        margin-bottom: 50px
    }

    .get-apps-style-one-content .thm-btn {
        position: relative
    }

        .get-apps-style-one-content .thm-btn i {
            margin-right: 5px
        }

        .get-apps-style-one-content .thm-btn.style-two {
            background: #1a214d;
            -webkit-box-shadow: 0 10px 30px 0 rgba(15,111,213,.3);
            box-shadow: 0 10px 30px 0 rgba(15,111,213,.3);
            margin-right: 10px
        }

            .get-apps-style-one-content .thm-btn.style-two:before {
                border-color: #1a214d
            }

            .get-apps-style-one-content .thm-btn.style-two:hover {
                background: #001328;
                -webkit-box-shadow: 0 10px 30px 0 rgba(0,19,40,.3);
                box-shadow: 0 10px 30px 0 rgba(0,19,40,.3)
            }

    .get-apps-style-one-content .btn-tag-line {
        display: block;
        color: #798593;
        font-size: 20px;
        font-family: 'Covered By Your Grace';
        letter-spacing: 0;
        margin-left: 55px;
        margin-top: 20px
    }

        .get-apps-style-one-content .btn-tag-line i {
            display: inline-block;
            -webkit-transform: rotate(-85deg) scale(1,-1) translate(3px,0);
            transform: rotate(-85deg) scale(1,-1) translate(3px,0);
            font-size: 27px
        }

.single-blog-style-one .text-box {
    background: #f1f7fc;
    border-radius: 6px;
    text-align: center;
    padding: 25px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 60px
}

    .single-blog-style-one .text-box:before {
        background: #99c13d;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center
    }

    .single-blog-style-one .text-box:hover:before {
        -webkit-transform-origin: top center;
        transform-origin: top center
    }

    .single-blog-style-one .text-box h3 {
        font-size: 23px;
        font-weight: 600;
        margin: 0;
        color: #001328;
        margin-bottom: 18px
    }

        .single-blog-style-one .text-box h3 a {
            color: #001328;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

    .single-blog-style-one .text-box .meta-info {
        font-weight: 700;
        font-size: 15px;
        margin-bottom: 15px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

        .single-blog-style-one .text-box .meta-info .sep {
            margin-left: 10px;
            margin-right: 10px
        }

        .single-blog-style-one .text-box .meta-info a {
            color: #7b7b7b;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            text-transform: capitalize
        }

    .single-blog-style-one .text-box .read-more {
        color: #1a214d;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 800;
        line-height: 1em;
        text-decoration: underline;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

    .single-blog-style-one .text-box:hover .meta-info, .single-blog-style-one .text-box:hover .meta-info a, .single-blog-style-one .text-box:hover .read-more, .single-blog-style-one .text-box:hover h3 a {
        color: #fff
    }

.single-blog-style-one .image-box {
    position: relative;
    overflow: hidden
}

    .single-blog-style-one .image-box:hover > img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    .single-blog-style-one .image-box img {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

.single-blog-style-one .box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    background: rgba(0,19,40,.6);
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all .6s ease-in-out .3s;
    transition: all .6s ease-in-out .3s
}

.single-blog-style-one:hover .box {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.single-blog-style-one .box a {
    display: block;
    position: relative;
    width: 100%;
    text-align: center
}

    .single-blog-style-one .box a i.fa {
        display: inline-block;
        width: 65px;
        height: 40px;
        background: #fff;
        border-radius: 20px;
        color: #001328;
        font-size: 12px;
        line-height: 40px;
        text-align: center;
        -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.3);
        box-shadow: 0 10px 30px 0 rgba(0,0,0,.3);
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

        .single-blog-style-one .box a i.fa:hover {
            color: #fff;
            background: #1371d6
        }

.single-blog-style-one .image-box:hover .box {
    opacity: 1
}

.news-page .single-blog-style-one {
    margin-bottom: 30px
}

.news-page .post-pagination {
    text-align: center;
    margin-top: 30px
}

    .news-page .post-pagination a {
        display: inline-block;
        vertical-align: middle;
        width: 60px;
        height: 60px;
        background: #ccd7e0;
        border-radius: 50%;
        color: #fff;
        font-size: 16px;
        line-height: 60px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        font-weight: 800
    }

        .news-page .post-pagination a.active, .news-page .post-pagination a:hover {
            background: #99c13d;
            -webkit-box-shadow: 0 10px 30px rgba(238,50,52,.3);
            box-shadow: 0 10px 30px rgba(238,50,52,.3)
        }

        .news-page .post-pagination a + a {
            margin-left: 10px
        }

.news-page-sidebar .single-blog-style-one .text-box {
    text-align: left;
    background-color: transparent;
    padding: 0;
    margin-top: 34px
}

    .news-page-sidebar .single-blog-style-one .text-box .read-more {
        color: #99c13d
    }

    .news-page-sidebar .single-blog-style-one .text-box:hover .meta-info, .news-page-sidebar .single-blog-style-one .text-box:hover .meta-info a {
        color: #1a214d
    }

    .news-page-sidebar .single-blog-style-one .text-box:hover h3 a {
        color: #001328
    }

    .news-page-sidebar .single-blog-style-one .text-box:hover .read-more {
        color: #99c13d
    }

    .news-page-sidebar .single-blog-style-one .text-box:hover .meta-info a:hover {
        color: #99c13d
    }

    .news-page-sidebar .single-blog-style-one .text-box:hover h3 a:hover {
        color: #1a214d
    }

    .news-page-sidebar .single-blog-style-one .text-box:hover .read-more:hover {
        color: #001328
    }

.single-blog-page .featured-image-box {
    overflow: hidden;
    border-radius: 7px
}

.single-blog-page .text-block h3 a {
    font-size: 30px;
    font-weight: 800;
    color: #001328
}

.single-blog-page .text-block .meta-info {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

    .single-blog-page .text-block .meta-info .sep {
        margin-left: 10px;
        margin-right: 10px
    }

    .meta-info ul.post-info li, .single-blog-page .text-block .meta-info a {
        color: #222;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

.single-blog-page .text-block p {
    font-size: 16px;
    line-height: 26px;
    color: #798593;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px
}

.single-blog-page .share-block {
    border-top: 2px solid #f1f7fc;
    border-bottom: 2px solid #f1f7fc;
    padding: 25px 0;
    margin: 30px 0
}

    .single-blog-page .share-block .tags-block {
        font-size: 18px;
        color: #222;
        font-weight: 700;
        margin-right: 6px
    }

        .single-blog-page .share-block .tags-block span {
            font-size: 20px;
            color: #001328;
            font-weight: 700;
            margin-right: 6px
        }

        .single-blog-page .share-block .tags-block a {
            color: #222;
            margin-left: 0;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            font-size: 18px
        }

            .single-blog-page .share-block .tags-block a:hover {
                color: #1a214d
            }

    .single-blog-page .share-block .social-block a {
        font-size: 22px;
        color: #798593;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        display: inline-block;
        vertical-align: middle
    }

        .single-blog-page .share-block .social-block a:hover {
            color: #1a214d
        }

        .single-blog-page .share-block .social-block a + a {
            margin-left: 22px
        }

.single-blog-page .author-block {
    border-bottom: 2px solid #f1f7fc;
    padding-bottom: 60px;
    margin-bottom: 60px
}

    .single-blog-page .author-block .author-img-box, .single-blog-page .author-block .author-text-block {
        display: table-cell;
        vertical-align: middle
    }

    .single-blog-page .author-block .author-img-box {
        overflow: hidden;
        width: 170px;
        border-radius: 7px
    }

        .single-blog-page .author-block .author-img-box > img {
            width: 100%
        }

    .single-blog-page .author-block .author-text-block {
        padding-left: 30px
    }

        .single-blog-page .author-block .author-text-block h3, .single-blog-page .author-block .author-text-block p {
            margin: 0
        }

        .single-blog-page .author-block .author-text-block h3 {
            font-size: 22px;
            color: #001328;
            font-weight: 700;
            margin-bottom: 36px
        }

        .single-blog-page .author-block .author-text-block p {
            font-size: 18px;
            line-height: 34px;
            font-weight: 600;
            color: #798593;
            margin-bottom: 35px
        }

        .single-blog-page .author-block .author-text-block .read-more {
            color: #99c13d;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 800;
            line-height: 1em;
            text-decoration: underline;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

            .single-blog-page .author-block .author-text-block .read-more:hover {
                color: #001328
            }

.single-blog-page .single-comment-block + .single-comment-block {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 2px solid #f1f7fc
}

.single-blog-page .single-comment-block .comment-img-block, .single-blog-page .single-comment-block .comment-text-block {
    display: table-cell;
    vertical-align: top
}

.single-blog-page .single-comment-block .comment-img-block {
    width: 113px
}

    .single-blog-page .single-comment-block .comment-img-block > img {
        width: 100%;
        border-radius: 50%
    }

.single-blog-page .single-comment-block .comment-text-block {
    padding-left: 30px;
    position: relative
}

    .single-blog-page .single-comment-block .comment-text-block .meta-info {
        font-weight: 700;
        font-size: 15px;
        margin-bottom: 0;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

        .single-blog-page .single-comment-block .comment-text-block .meta-info .sep {
            margin-left: 10px;
            margin-right: 10px
        }

        .single-blog-page .single-comment-block .comment-text-block .meta-info a {
            color: #1a214d;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

    .single-blog-page .single-comment-block .comment-text-block h3, .single-blog-page .single-comment-block .comment-text-block p {
        margin: 0
    }

    .single-blog-page .single-comment-block .comment-text-block h3 {
        font-size: 20px;
        color: #001328;
        font-weight: 700;
        margin-bottom: 7px
    }

    .single-blog-page .single-comment-block .comment-text-block p {
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        color: #798593;
        margin-top: 40px;
        width: 90%
    }

    .single-blog-page .single-comment-block .comment-text-block .thm-btn {
        position: absolute;
        top: 0;
        right: 0
    }

.single-blog-page .comment-form-block {
    border-top: 2px solid #f1f7fc;
    padding-top: 60px;
    margin-top: 60px
}

.comment-form-block-title, .comments-block-title {
    margin: 0;
    color: #001328;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 60px
}

.cta-one {
    background: #f1f7fc url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/gray-shape-bg2.jpg) center center no-repeat;
    background-size: cover
}

.cta-one-content .sec-title {
    margin-bottom: 50px
}

.cta-one-content .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    max-width: 470px;
    border: 2px solid #ccd7e0;
    border-radius: 30px;
    margin-bottom: 20px
}

.cta-one-content .bootstrap-select > .dropdown-toggle {
    border: none !important;
    outline: 0 !important;
    background-color: transparent;
    padding: 18px 38px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.cta-one-content .dropdown-toggle::after {
    border: none;
    width: auto;
    height: auto;
    content: '\f107';
    font-family: FontAwesome;
    color: #798593;
    font-size: 16px;
    width: 66px;
    height: 60px;
    text-align: center;
    border-left: 2px solid #ccd7e0;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 60px
}

.cta-one-content .btn-tag-line {
    display: block;
    color: #798593;
    font-size: 20px;
    font-family: 'Covered By Your Grace';
    letter-spacing: 0;
    margin-left: 90px;
    margin-top: 20px
}

    .cta-one-content .btn-tag-line i {
        display: inline-block;
        -webkit-transform: rotate(-85deg) scale(1,1) translate(6px,-10px);
        transform: rotate(-85deg) scale(1,1) translate(6px,-10px);
        font-size: 27px
    }

.cta-two {
    text-align: center
}

[class*=cta-block-] {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 119.5px 0
}

    [class*=cta-block-]:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

.cta-block-one:before {
    opacity: .75;
    background: #001328
}

.cta-block-two:before {
    opacity: .8;
    background: #1a214d
}

[class*=cta-block-] .inner-box {
    position: relative
}

[class*=cta-block-] h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px
}

[class*=cta-block-] .btn-box .btn-tag-line {
    display: block;
    color: #fff;
    font-size: 20px;
    font-family: 'Covered By Your Grace';
    letter-spacing: 0;
    margin-right: 100px;
    margin-top: 15px
}

    [class*=cta-block-] .btn-box .btn-tag-line i {
        display: inline-block;
        -webkit-transform: rotate(-85deg) scale(1,-1) translate(3px,0);
        transform: rotate(-85deg) scale(1,-1) translate(3px,0);
        font-size: 22px
    }

.cta-block-two .thm-btn {
    background: #fff;
    color: #001328;
    -webkit-box-shadow: 0 10px 30px 0 rgba(255,255,255,.3);
    box-shadow: 0 10px 30px 0 rgba(255,255,255,.3)
}

    .cta-block-two .thm-btn:hover {
        background: #99c13d;
        color: #fff;
        -webkit-box-shadow: 0 25px 30px 0 rgba(15,111,213,.15);
        box-shadow: 0 25px 30px 0 rgba(15,111,213,.15)
    }

.cta-three .container {
    position: relative
}

    .cta-three .container:before {
        content: '';
        width: calc(100% - 400px);
        height: calc(100% - 200px);
        position: absolute;
        bottom: 0;
        right: 0;
        border-radius: 6px;
        background: #f1f7fc
    }

.cta-three .featured-image {
    border-radius: 6px
}

.cta-three .cta-btn {
    background: #99c13d;
    width: 100%;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: block;
    position: relative;
    padding: 38px 0;
    padding-left: 85px;
    -webkit-box-shadow: 0 25px 30px 0 rgba(15,111,213,.15);
    box-shadow: 0 25px 30px 0 rgba(15,111,213,.15);
    text-align: left;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    max-width: 340px
}

    .cta-three .cta-btn.two {
        background: #1a214d;
        -webkit-box-shadow: 0 10px 30px 0 rgba(15,111,213,.3);
        box-shadow: 0 10px 30px 0 rgba(15,111,213,.3);
        margin-top: 30px
    }

    .cta-three .cta-btn i {
        font-size: 29px;
        position: absolute;
        top: 50%;
        left: 40px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .cta-three .cta-btn:hover {
        background: #fff;
        color: #001328
    }

.cta-three .sec-title {
    margin-bottom: 165px
}

.cta-three .single-content {
    padding-right: 122px
}

    .cta-three .single-content + .single-content {
        margin-top: 30px
    }

    .cta-three .single-content .icon-box, .cta-three .single-content .text-box {
        display: table-cell;
        vertical-align: middle
    }

        .cta-three .single-content .icon-box i {
            display: block;
            width: 109px;
            height: 109px;
            border-radius: 50%;
            color: #1a214d;
            font-size: 42px;
            text-align: center;
            background: #fff;
            border: 1px solid #ccd7e0;
            line-height: 109px
        }

    .cta-three .single-content .text-box {
        padding-left: 30px
    }

        .cta-three .single-content .text-box p {
            color: #798593;
            font-size: 18px;
            line-height: 34px;
            font-weight: 600
        }

.cta-three .btn-box {
    margin-top: 50px
}

    .cta-three .btn-box .btn-tag-line {
        display: block;
        color: #798593;
        font-size: 20px;
        font-family: 'Covered By Your Grace';
        letter-spacing: 0;
        margin-top: 20px;
        -webkit-transform: translateX(-35px);
        transform: translateX(-35px)
    }

        .cta-three .btn-box .btn-tag-line i {
            display: inline-block;
            -webkit-transform: rotate(-85deg) scale(1,-1) translate(3px,0);
            transform: rotate(-85deg) scale(1,-1) translate(3px,0);
            font-size: 22px
        }

.cta-four {
    background: #1a214d;
    padding: 126px 0
}

    .cta-four h3 {
        margin: 0;
        color: #fff;
        font-weight: 800;
        font-size: 40px
    }

    .cta-four .btn-box {
        position: relative
    }

        .cta-four .btn-box .btn-tag-line {
            width: 100%;
            position: absolute;
            top: calc(100% + 20px);
            left: 50%;
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%)
        }

        .cta-four .btn-box .btn-tag-line {
            color: #dbeafb;
            font-size: 20px;
            font-family: 'Covered By Your Grace';
            letter-spacing: 0
        }

            .cta-four .btn-box .btn-tag-line i {
                display: inline-block;
                -webkit-transform: rotate(-85deg) scale(1,-1) translate(3px,0);
                transform: rotate(-85deg) scale(1,-1) translate(3px,0);
                font-size: 20px
            }

.cta-five.black-shape-bg {
    background: #001328 url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/black-shape-bg.jpg) top right no-repeat;
    background-size: cover
}

.cta-five .cta-content .sec-title {
    margin-bottom: 40px
}

.cta-five .cta-content p {
    margin: 0;
    color: #dbeafb;
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    width: 91%;
    margin-bottom: 40px
}

.cta-five .cta-content a.read-more {
    color: #dbeafb;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline
}

.cta-five .cta-five-box-outer {
    border-top: 2px solid rgba(255,255,255,.05);
    padding-top: 120px;
    margin-top: 120px
}

.cta-five .single-cta-box h3, .cta-five .single-cta-box p {
    margin: 0
}

.cta-five .single-cta-box i {
    font-size: 59px;
    color: #fff
}

.cta-five .single-cta-box h3 {
    font-size: 22px;
    font-weight: 800;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 30px
}

    .cta-five .single-cta-box h3 a {
        color: #fff
    }

.cta-five .single-cta-box p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 34px
}

.cta-five.home-five .cta-content p {
    color: #798593
}

.cta-five.home-five .cta-content a.read-more {
    color: #99c13d
}

.cta-six .sec-title {
    margin-bottom: 55px
}

.cta-six .btn-tag-line {
    display: block;
    color: #798593;
    font-size: 20px;
    font-family: 'Covered By Your Grace';
    letter-spacing: 0;
    margin-right: 100px;
    margin-top: 15px
}

    .cta-six .btn-tag-line i {
        display: inline-block;
        -webkit-transform: rotate(-85deg) scale(1,-1) translate(3px,0);
        transform: rotate(-85deg) scale(1,-1) translate(3px,0);
        font-size: 22px
    }

.cta-seven {
    background: #1a214d url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/blue-shape-bg3.jpg) right center no-repeat;
    background-size: cover;
    padding: 69px 0;
    margin-top: 30px;
    border-radius: 7px;
    text-align: center
}

    .cta-seven span {
        text-transform: uppercase;
        font-size: 12px;
        color: #fff;
        font-weight: 700
    }

    .cta-seven h3 {
        margin: 0;
        font-size: 22px;
        line-height: 34px;
        font-weight: 800;
        color: #fff;
        width: 69%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 34px
    }

.site-footer {
    background: #001328 url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/footer-bg-1-1.jpg) center right no-repeat;
    background-size: cover;
    clear: both
}

    .site-footer .upper-footer {
        padding-top: 20px;
        padding-bottom: 20px
    }

.footer-widget.links-widget-one {
    padding-left: 20px
}

.footer-widget .title-box h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-top: 50px
}

.footer-widget .btn-box, .footer-widget .social {
    display: inline-block;
    vertical-align: top
}

.footer-widget .social {
    padding: 16.5px 0;
    margin-left: 0
}

    .footer-widget .social .li {
        display: inline-block;
        margin-right: 20px
    }

        .footer-widget .social .li a {
            color: #fff;
            font-size: 22px;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

            .footer-widget .social .li a:hover {
                color: #1a214d
            }

    .footer-widget .social a + a {
        margin-left: 28px
    }

.footer-widget ul.link-lists {
    margin: 0;
    padding: 0;
    list-style: none
}

    .footer-widget ul.link-lists li + li {
        margin-top: 10px
    }

    .footer-widget ul.link-lists li a {
        color: #dbe9fa;
        font-size: 16px;
        font-weight: 700;
        display: block;
        position: relative;
        padding-right: 20px
    }

        .footer-widget ul.link-lists li a:after {
            content: '\f061';
            font-family: FontAwesome;
            font-size: 10px;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%) translateX(10px);
            transform: translateY(-50%) translateX(10px);
            opacity: 0;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

    .footer-widget ul.link-lists li:hover a:after {
        -webkit-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0);
        opacity: 1
    }

.footer-widget .btn-box .thm-btn {
    padding: 18px 62.5px
}

.footer-widget .btn-box .btn-tag-line {
    display: block;
    color: #dbeafb;
    font-size: 20px;
    font-family: 'Covered By Your Grace';
    letter-spacing: 0;
    margin-top: 20px
}

    .footer-widget .btn-box .btn-tag-line i {
        display: inline-block;
        -webkit-transform: rotate(-85deg) scale(1,-1) translate(3px,0);
        transform: rotate(-85deg) scale(1,-1) translate(3px,0);
        font-size: 27px
    }

.site-footer .bottom-footer p {
    margin: 0;
    text-align: center;
    color: #dbeafb;
    font-size: 16px;
    font-weight: 600;
    border-top: 2px solid rgba(255,255,255,.05);
    padding: 34.5px 0
}

    .site-footer .bottom-footer p a {
        text-decoration: underline;
        color: #dbeafb;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

        .site-footer .bottom-footer p a:hover {
            color: #99c13d
        }

.payonline-sales-point {
    background: #f1f7fc url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/gray-shape-bg3.jpg) right center no-repeat;
    background-size: cover
}

.single-sales-point {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ccd7e0
}

    .single-sales-point .map-box .google-map {
        width: 100%;
        height: 272px
    }

    .single-sales-point .text-box {
        position: absolute;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        padding-left: 60px;
        padding-top: 60px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

    .single-sales-point:hover {
        -webkit-box-shadow: 0 10px 30px 0 rgba(0,19,40,.3);
        box-shadow: 0 10px 30px 0 rgba(0,19,40,.3)
    }

        .single-sales-point:hover .text-box {
            -webkit-transform: translateY(30px);
            transform: translateY(30px);
            opacity: 0
        }

    .single-sales-point .text-box h3, .single-sales-point .text-box ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .single-sales-point .text-box h3 {
        font-size: 20px;
        color: #001328;
        font-weight: 800;
        margin-bottom: 40px
    }

    .single-sales-point .text-box ul li {
        position: relative;
        padding-left: 25px;
        font-size: 17px
    }

        .single-sales-point .text-box ul li + li {
            margin-top: 5px
        }

        .single-sales-point .text-box ul li i {
            color: #bababa;
            font-size: 13px;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

.sales-carousel .owl-dots {
    margin-top: 35px
}

    .sales-carousel .owl-dots .owl-dot span {
        margin: 0 2.5px;
        background: #919ca7
    }

    .sales-carousel .owl-dots .owl-dot.active span {
        background: #1a214d
    }

.payonline-sales-point.home-six {
    background: #001328 url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/sales-point-bg.jpg) center center no-repeat fixed;
    background-size: cover;
    position: relative
}

    .payonline-sales-point.home-six:before {
        content: '';
        background: #001328;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: .85
    }

    .payonline-sales-point.home-six .container {
        position: relative
    }

    .payonline-sales-point.home-six .single-sales-point {
        border: none
    }

        .payonline-sales-point.home-six .single-sales-point .text-box {
            background: #001328
        }

            .payonline-sales-point.home-six .single-sales-point .text-box h3, .payonline-sales-point.home-six .single-sales-point .text-box ul.info-list li {
                color: #fff
            }

    .payonline-sales-point.home-six .sales-carousel .owl-dots .owl-dot span {
        background: #fff
    }

    .payonline-sales-point.home-six .sales-carousel .owl-dots .owl-dot.active span {
        background: #99c13d
    }

.payonline-sales-point.location-page {
    padding-bottom: 90px;
    background-image: none
}

    .payonline-sales-point.location-page .single-sales-point {
        margin-bottom: 30px
    }

.top-location-block .text-block .sec-title {
    margin: 0
}

.top-location-block .text-block p {
    font-size: 18px;
    line-height: 34px;
    color: #798593;
    font-weight: 600;
    margin: 0;
    margin-top: 35px;
    margin-bottom: 45px
}

.top-location-block .text-block .btn-box {
    display: inline-block;
    position: relative
}

    .top-location-block .text-block .btn-box .btn-tag-line {
        position: absolute;
        top: calc(100% + 20px);
        left: 50%;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
        color: #798593;
        font-size: 20px;
        font-family: 'Covered By Your Grace';
        width: 100%
    }

        .top-location-block .text-block .btn-box .btn-tag-line i {
            display: inline-block;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            margin-right: 10px
        }

.top-location-block .contact-info {
    background: #f1f7fc;
    padding: 60px;
    border-radius: 7px
}

    .top-location-block .contact-info h3, .top-location-block .contact-info ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .top-location-block .contact-info h3 {
        font-size: 26px;
        font-weight: 800;
        line-height: 34px;
        color: #001328;
        margin-bottom: 40px
    }

    .top-location-block .contact-info ul li {
        position: relative;
        padding-left: 35px;
        font-size: 18px;
        font-weight: 600;
        color: #798593
    }

        .top-location-block .contact-info ul li + li {
            margin-top: 10px
        }

        .top-location-block .contact-info ul li i {
            color: #99c13d;
            font-size: 20px;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    .top-location-block .contact-info .social {
        border-top: 2px solid #fff;
        padding-top: 50px;
        margin-top: 50px
    }

        .top-location-block .contact-info .social a {
            font-size: 22px;
            color: #001328;
            display: inline-block;
            vertical-align: middle;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

            .top-location-block .contact-info .social a + a {
                margin-left: 34px
            }

            .top-location-block .contact-info .social a:hover {
                color: #1a214d
            }

.single-team-style-one {
    text-align: center
}

    .single-team-style-one .top-box {
        position: relative;
        display: inline-block
    }

        .single-team-style-one .top-box .img-box {
            overflow: hidden;
            border-radius: 50%
        }

            .single-team-style-one .top-box .img-box:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: #001328;
                opacity: .6;
                border-radius: 50%;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
                -webkit-transform: scale(0);
                transform: scale(0)
            }

    .single-team-style-one:hover .top-box .img-box:before {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .single-team-style-one .top-box .img-box img {
        border-radius: 50%
    }

    .single-team-style-one .top-box .social {
        position: absolute;
        bottom: 0;
        right: 0
    }

        .single-team-style-one .top-box .social a {
            display: inline-block;
            width: 60px;
            height: 60px;
            background: #fff;
            border-radius: 50%;
            color: #001328;
            font-size: 18px;
            line-height: 60px;
            text-align: center;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

    .single-team-style-one:hover .top-box .social a {
        background: #1a214d;
        color: #fff;
        -webkit-box-shadow: 5px 9px 30px 0 rgba(15,111,213,.3);
        box-shadow: 5px 9px 30px 0 rgba(15,111,213,.3)
    }

    .single-team-style-one .text-box {
        text-align: center;
        margin-top: 15px
    }

        .single-team-style-one .text-box h3, .single-team-style-one .text-box p {
            margin: 0;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

        .single-team-style-one .text-box h3 {
            font-size: 20px;
            font-weight: 800;
            margin-bottom: 5px
        }

            .single-team-style-one .text-box h3 a {
                color: #001328
            }

                .single-team-style-one .text-box h3 a:hover {
                    color: #1a214d
                }

        .single-team-style-one .text-box p {
            color: #798593;
            font-size: 16px;
            font-weight: 600
        }

.single-team-style-two {
    position: relative;
    overflow: hidden;
    border-radius: 7px
}

    .single-team-style-two:before {
        z-index: 10;
        background: #001328;
        background: -webkit-gradient(linear,left top,left bottom,from(#001328),to(#1a214d));
        background: linear-gradient(to bottom,#001328 0,#1a214d 100%);
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        opacity: .85
    }

    .single-team-style-two .box {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 60px;
        z-index: 10;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        opacity: 0
    }

        .single-team-style-two .box h3 {
            font-size: 26px;
            font-weight: 800;
            margin: 0;
            margin-bottom: 10px
        }

            .single-team-style-two .box h3 a {
                color: #fff
            }

        .single-team-style-two .box span {
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 700;
            line-height: 1em;
            color: #fff
        }

        .single-team-style-two .box .social {
            margin-top: 10px
        }

            .single-team-style-two .box .social a {
                font-size: 16px;
                color: #fff;
                -webkit-transition: all .4s ease;
                transition: all .4s ease
            }

                .single-team-style-two .box .social a:hover {
                    color: #99c13d
                }

                .single-team-style-two .box .social a + a {
                    margin-left: 16px
                }

    .single-team-style-two:hover:before {
        -webkit-transform-origin: top center;
        transform-origin: top center
    }

    .single-team-style-two:hover .box {
        opacity: 1
    }

.team-page .single-team-style-one {
    margin-bottom: 60px
}

.single-testimonial-one .img-box {
    overflow: hidden;
    border-radius: 8px;
    width: calc(100% - 420px);
    float: right
}

.single-testimonial-one .text-box {
    width: 400px;
    background: #001328;
    border-radius: 8px;
    float: left;
    position: relative;
    padding: 65px 50px
}

    .single-testimonial-one .text-box .payonline-icon-left-quotes-sign {
        font-size: 103px;
        color: #fff;
        opacity: .05;
        position: absolute;
        top: -15px;
        left: 20px
    }

    .single-testimonial-one .text-box h3, .single-testimonial-one .text-box p {
        margin: 0
    }

    .single-testimonial-one .text-box p {
        color: #dbe9fa;
        font-size: 22px;
        line-height: 48px;
        font-weight: 600
    }

    .single-testimonial-one .text-box h3 {
        color: #fff;
        font-weight: 800;
        font-size: 18px;
        margin-top: 45px
    }

.testimonials-carousel.owl-theme .owl-nav {
    margin: 0
}

.testimonials-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 20px
}

    .testimonials-carousel.owl-theme .owl-dots .owl-dot + .owl-dot {
        margin-left: 5px
    }

    .testimonials-carousel.owl-theme .owl-dots .owl-dot span {
        background: #dbe9fa;
        opacity: .4;
        margin: 0
    }

    .testimonials-carousel.owl-theme .owl-dots .owl-dot.active span {
        opacity: 1
    }

.testimonials-style-two .bx-wrapper {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0
}

    .testimonials-style-two .bx-wrapper ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

.single-testimonial-two {
    position: relative;
    padding-bottom: 110px;
    padding-top: 110px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

    .single-testimonial-two:before {
        content: '';
        background: #001328;
        opacity: .8;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .single-testimonial-two .container {
        position: relative
    }

    .single-testimonial-two .text-box i {
        font-size: 56px;
        color: rgba(255,255,255,.1)
    }

    .single-testimonial-two .text-box p {
        color: #fff;
        font-size: 30px;
        line-height: 46px;
        font-weight: 700;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 70px
    }

    .single-testimonial-two .text-box h3 {
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        margin: 0;
        margin-bottom: 40px
    }

    .single-testimonial-two .text-box ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .single-testimonial-two .text-box ul li {
            color: #dbe9fa;
            font-size: 18px;
            line-height: 34px;
            font-weight: 700
        }

    .single-testimonial-two .video-popup-box {
        width: 100%
    }

        .single-testimonial-two .video-popup-box .video-popup {
            display: block;
            position: relative;
            width: 100%;
            text-align: center
        }

            .single-testimonial-two .video-popup-box .video-popup i.fa-play {
                display: inline-block;
                width: 115px;
                height: 60px;
                background: #99c13d;
                border-radius: 30px;
                color: #fff;
                font-size: 16px;
                line-height: 60px;
                text-align: center;
                -webkit-box-shadow: 0 25px 30px 0 rgba(15,111,213,.15);
                box-shadow: 0 25px 30px 0 rgba(15,111,213,.15);
                -webkit-transition: all .4s ease;
                transition: all .4s ease
            }

                .single-testimonial-two .video-popup-box .video-popup i.fa-play:hover {
                    color: #fff;
                    background: #1a214d;
                    -webkit-box-shadow: 0 10px 30px 0 rgba(15,111,213,.3);
                    box-shadow: 0 10px 30px 0 rgba(15,111,213,.3)
                }

            .single-testimonial-two .video-popup-box .video-popup .btn-tag-line {
                position: absolute;
                bottom: -45px;
                left: 50%;
                width: 100%;
                -webkit-transform: translateX(-70%);
                transform: translateX(-70%);
                color: #fff;
                font-family: 'Covered By Your Grace';
                font-size: 20px
            }

                .single-testimonial-two .video-popup-box .video-popup .btn-tag-line i {
                    display: inline-block;
                    -webkit-transform: rotate(-85deg) scale(1,-1) translate(3px,0);
                    transform: rotate(-85deg) scale(1,-1) translate(3px,0)
                }

#testi-pager {
    padding: 60px 0
}

    #testi-pager .pager-item {
        background: #001328;
        display: block;
        border-radius: 6px;
        overflow: hidden
    }

    #testi-pager img {
        width: 100%;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

    #testi-pager .pager-item.active img {
        opacity: .2
    }

.single-testimonial-style-three {
    display: block;
    background: #f1f7fc;
    overflow: hidden;
    border-radius: 7px;
    padding: 0 60px;
    padding-top: 50px;
    padding-bottom: 60px;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

    .single-testimonial-style-three:before {
        border-radius: 7px;
        background: #1a214d;
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    .single-testimonial-style-three i {
        font-size: 103px;
        color: #001328;
        opacity: .05;
        position: absolute;
        top: -20px;
        left: 20px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

    .single-testimonial-style-three h3, .single-testimonial-style-three p {
        margin: 0
    }

    .single-testimonial-style-three p {
        font-size: 22px;
        line-height: 40px;
        font-weight: 600;
        color: #798593;
        margin-bottom: 30px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

    .single-testimonial-style-three h3 {
        font-size: 18px;
        color: #1a214d;
        font-weight: 800;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

    .single-testimonial-style-three .client-box {
        border-top: 2px solid #fff;
        padding-top: 40px
    }

        .single-testimonial-style-three .client-box h3, .single-testimonial-style-three .client-box img {
            display: inline-block;
            vertical-align: middle
        }

        .single-testimonial-style-three .client-box img {
            border-radius: 50%;
            margin-right: 10px;
            width: auto;
            max-width: none
        }

    .single-testimonial-style-three:hover {
        -webkit-box-shadow: 0 10px 30px rgba(15,111,213,.3);
        box-shadow: 0 10px 30px rgba(15,111,213,.3)
    }

        .single-testimonial-style-three:hover:before {
            -webkit-transform-origin: center top;
            transform-origin: center top
        }

        .single-testimonial-style-three:hover h3, .single-testimonial-style-three:hover p {
            color: #fff
        }

.testimonials-carousel-two .owl-dots {
    margin-top: 35px
}

    .testimonials-carousel-two .owl-dots .owl-dot span {
        margin: 0 2.5px;
        background: #919ca7
    }

    .testimonials-carousel-two .owl-dots .owl-dot.active span {
        background: #1a214d
    }

.testimonials-style-four {
    background: #f1f7fc
}

    .testimonials-style-four .container {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto
    }

    .testimonials-style-four ul.slider {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .testimonials-style-four .bx-wrapper {
        margin: 0;
        padding: 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent
    }

    .testimonials-style-four #testi-pager-2 {
        margin-top: 50px
    }

        .testimonials-style-four #testi-pager-2 a {
            display: inline-block;
            vertical-align: middle
        }

            .testimonials-style-four #testi-pager-2 a + a {
                margin-left: 10px
            }

            .testimonials-style-four #testi-pager-2 a.active img {
                opacity: 1
            }

        .testimonials-style-four #testi-pager-2 img {
            opacity: .4;
            border-radius: 50%;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

.single-testimonial-four {
    text-align: center
}

    .single-testimonial-four h3, .single-testimonial-four p {
        margin: 0
    }

    .single-testimonial-four p {
        color: #001328;
        font-size: 20px;
        line-height: 36px;
        font-weight: 700
    }

    .single-testimonial-four h3 {
        color: #1a214d;
        font-size: 18px;
        font-weight: 700;
        margin-top: 30px
    }

    .single-testimonial-four span {
        text-transform: uppercase;
        font-size: 12px;
        color: #707070;
        font-weight: 700;
        letter-spacing: .04em
    }

.testimonials-style-three.testimonials-page {
    padding-bottom: 90px
}

    .testimonials-style-three.testimonials-page .single-testimonial-style-three {
        margin-bottom: 30px
    }

.about-style-one .about-content {
    text-align: center;
    padding: 0 33px
}

    .about-style-one .about-content .sec-title {
        margin-bottom: 0
    }

    .about-style-one .about-content p {
        color: #798593;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        margin-bottom: 0;
        margin-top: 35px;
        margin-bottom: 52px
    }

.about-style-one .featured-image-box .img-box {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px
}

.about-style-one .featured-image-box .text-box {
    background: #f1f7fc;
    border-radius: 8px;
    padding: 55px 53px
}

    .about-style-one .featured-image-box .text-box h3, .about-style-one .featured-image-box .text-box p {
        margin: 0
    }

    .about-style-one .featured-image-box .text-box h3 {
        font-size: 22px;
        color: #001328;
        font-weight: 700;
        margin-bottom: 30px
    }

    .about-style-one .featured-image-box .text-box p {
        color: #798593;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600
    }

.about-style-two .sec-title {
    margin: 0
}

.about-style-two p {
    color: #798593;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 40px
}

.about-style-two .about-image-box {
    position: relative
}

    .about-style-two .about-image-box img {
        border-radius: 7px;
        -webkit-box-shadow: 0 10px 60px rgba(0,19,40,.3);
        box-shadow: 0 10px 60px rgba(0,19,40,.3)
    }

        .about-style-two .about-image-box img.normal-img {
            display: block;
            position: relative;
            z-index: 1
        }

        .about-style-two .about-image-box img.normal-img-hvr {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            z-index: 2
        }

        .about-style-two .about-image-box img.floated-img {
            position: absolute;
            left: 50%;
            bottom: 80px;
            z-index: 2
        }

    .about-style-two .about-image-box:hover img.normal-img-hvr {
        opacity: 1;
        z-index: 5
    }

.fun-fact-style-one {
    background: #f1f7fc;
    padding: 118px 0
}

    .fun-fact-style-one .sec-title {
        margin-bottom: 0
    }

.single-fun-fact-style-one {
    padding: 27px 0;
    padding-bottom: 0
}

    .single-fun-fact-style-one h3, .single-fun-fact-style-one p {
        margin: 0
    }

    .single-fun-fact-style-one h3 {
        color: #99c13d;
        font-size: 40px;
        font-weight: 800;
        margin-top: 30px
    }

    .single-fun-fact-style-one p {
        font-size: 18px;
        color: #798593;
        font-weight: 600;
        margin-top: 4px
    }

.pricing-style-one {
    background: #f1f7fc;
    padding-bottom: 105px
}

.single-pricing-style-one {
    text-align: center;
    background: #fff;
    padding-bottom: 35px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(20,3,67,.08);
    box-shadow: 0 10px 30px 0 rgba(20,3,67,.08)
}

    .single-pricing-style-one .top-box {
        background: #fff;
        border: 1px solid #ccd7e0;
        border-radius: 8px;
        text-align: center;
        padding: 51px 0;
        margin-bottom: 25px
    }

        .single-pricing-style-one .top-box .title-line {
            color: #001328;
            font-size: 20px;
            font-weight: 700
        }

        .single-pricing-style-one .top-box h3 {
            margin: 0;
            color: #798593;
            font-weight: 600;
            font-size: 18px;
            line-height: 1em;
            margin-top: 20px;
            margin-bottom: 40px
        }

            .single-pricing-style-one .top-box h3 .amount {
                color: #1a214d;
                font-size: 40px;
                display: inline-block;
                font-weight: 800;
                vertical-align: baseline
            }

            .single-pricing-style-one .top-box h3 .currency {
                color: #1a214d;
                font-size: 18px;
                font-weight: 800;
                display: inline-block;
                vertical-align: super;
                position: relative;
                top: -10px;
                right: 2px
            }

        .single-pricing-style-one .top-box .qty-line {
            display: block;
            font-size: 12px;
            color: #1a214d;
            text-transform: uppercase;
            text-decoration: underline;
            font-weight: 700;
            margin-top: 25px
        }

    .single-pricing-style-one ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

        .single-pricing-style-one ul li {
            color: #798593;
            font-size: 18px;
            line-height: 46px;
            font-weight: 600;
            padding-left: 55px;
            text-align: left
        }

    .single-pricing-style-one.popular .top-box {
        -webkit-box-shadow: 0 10px 30px rgba(204,215,224,.3);
        box-shadow: 0 10px 30px rgba(204,215,224,.3)
    }

    .single-pricing-style-one.popular .thm-btn {
        background: #001328;
        -webkit-box-shadow: 0 10px 30px 0 rgba(0,19,40,.3);
        box-shadow: 0 10px 30px 0 rgba(0,19,40,.3)
    }

        .single-pricing-style-one.popular .thm-btn:hover {
            background: #1a214d;
            color: #fff;
            -webkit-box-shadow: 0 10px 30px 0 rgba(15,111,213,.3);
            box-shadow: 0 10px 30px 0 rgba(15,111,213,.3)
        }

.review-block-one {
    background: #1a214d url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/blue-shape-bg1.jpg) right top no-repeat;
    background-size: cover
}

    .review-block-one .sec-title {
        margin-bottom: 0
    }

    .review-block-one .review-content p {
        color: #d8eaff;
        font-size: 22px;
        line-height: 34px;
        margin: 0;
        margin-top: 40px;
        margin-bottom: 50px
    }

    .review-block-one .icon-box {
        display: inline-block;
        width: 302px;
        height: 302px;
        background: #001328;
        border-radius: 50%;
        text-align: center
    }

        .review-block-one .icon-box i {
            text-align: center;
            color: #fff;
            font-size: 181px;
            line-height: 302px
        }

.faq-style-one .faq-image-box {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    display: inline-block
}

    .faq-style-one .faq-image-box .box {
        max-width: 255px;
        background: #99c13d;
        border-radius: 8px;
        padding: 0;
        color: #fff;
        font-size: 22px;
        font-weight: 800;
        position: absolute;
        bottom: 20px;
        left: 20px;
        padding: 47px 50px
    }

.faq-style-one .accrodion-grp .accrodion {
    border: 1px solid #ccd7e0;
    border-radius: 8px
}

    .faq-style-one .accrodion-grp .accrodion + .accrodion {
        margin-top: 10px
    }

    .faq-style-one .accrodion-grp .accrodion .accrodion-title {
        padding: 25.5px 35px;
        cursor: pointer;
        border-radius: 8px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

        .faq-style-one .accrodion-grp .accrodion .accrodion-title h4 {
            margin: 0;
            position: relative;
            font-size: 20px;
            color: #001328;
            font-weight: 700
        }

            .faq-style-one .accrodion-grp .accrodion .accrodion-title h4:after {
                content: "\f067";
                font-family: FontAwesome;
                color: #001328;
                font-size: 14px;
                position: absolute;
                top: 50%;
                right: 0;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }

    .faq-style-one .accrodion-grp .accrodion .accrodion-content {
        padding-top: 0
    }

        .faq-style-one .accrodion-grp .accrodion .accrodion-content .inner {
            padding: 20px 55px;
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 35px;
            padding-bottom: 30px
        }

        .faq-style-one .accrodion-grp .accrodion .accrodion-content p {
            margin: 0;
            font-size: 18px;
            line-height: 34px;
            color: #798593
        }

    .faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4 {
        color: #1a214d
    }

        .faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4:after {
            content: "\f068"
        }

.single-faq-two {
    border: 1px solid #ccd7e0;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 55px 50px;
    overflow: hidden;
    position: relative
}

    .single-faq-two i {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: #99c13d;
        color: #fff;
        line-height: 40px;
        border-radius: 50%;
        font-size: 16px;
        text-align: center;
        margin-bottom: 30px
    }

    .single-faq-two h3 {
        font-size: 20px;
        color: #001328;
        font-weight: 700;
        margin: 0
    }

        .single-faq-two h3 a {
            color: #001328;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

            .single-faq-two h3 a:hover {
                color: #1a214d
            }

    .single-faq-two p {
        font-size: 16px;
        line-height: 30px;
        color: #798593;
        font-weight: 600;
        margin: 0;
        margin-bottom: 35px;
        margin-top: 30px
    }

    .single-faq-two .read-more {
        color: #99c13d;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        text-decoration: underline;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

        .single-faq-two .read-more:hover {
            color: #1a214d
        }

    .single-faq-two .text-black {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

    .single-faq-two .title-block {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        padding: 55px 50px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right;
        border-radius: 7px
    }

    .single-faq-two:hover {
        -webkit-box-shadow: 0 10px 30px rgba(204,215,224,.3);
        box-shadow: 0 10px 30px rgba(204,215,224,.3)
    }

        .single-faq-two:hover .text-black {
            visibility: visible;
            opacity: 1
        }

        .single-faq-two:hover .title-block {
            opacity: 0;
            visibility: hidden;
            -webkit-transform: scale(0,0);
            transform: scale(0,0);
            -webkit-transform-origin: top left;
            transform-origin: top left
        }

.faq-carousel-one .owl-dots {
    margin-top: 35px
}

    .faq-carousel-one .owl-dots .owl-dot span {
        margin: 0 2.5px;
        background: #919ca7
    }

    .faq-carousel-one .owl-dots .owl-dot.active span {
        background: #1a214d
    }

.meeting-form-wrapper {
    position: relative
}

    .meeting-form-wrapper .sec-title {
        margin-bottom: 40px
    }

    .meeting-form-wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: calc(50% + 300px);
        height: 100%;
        background: #f1f7fc
    }

.single-form-step {
    padding-right: 56px;
    position: relative
}

    .single-form-step:before {
        content: '';
        width: 2px;
        height: 100%;
        background: #1a214d;
        position: absolute;
        top: 70px;
        left: 37px;
        z-index: 0
    }

    .single-form-step + .single-form-step {
        margin-top: 40px
    }

    .single-form-step:last-child:before {
        display: none
    }

    .single-form-step .count-box, .single-form-step .text-box {
        display: table-cell;
        vertical-align: top
    }

        .single-form-step .count-box .inner-box {
            background: #1a214d;
            width: 80px;
            height: 80px;
            text-align: center;
            line-height: 60px;
            border-radius: 50%;
            color: #fff;
            font-size: 16px;
            font-weight: 800;
            border: 10px solid #fff;
            position: relative;
            z-index: 10
        }

    .single-form-step .text-box {
        padding-left: 30px
    }

        .single-form-step .text-box h3, .single-form-step .text-box p {
            margin: 0
        }

        .single-form-step .text-box h3 {
            color: #001328;
            font-size: 20px;
            font-weight: 800
        }

        .single-form-step .text-box p {
            font-size: 18px;
            line-height: 34px;
            color: #798593;
            margin-top: 35px
        }

.meeting-form {
    padding: 100px;
    padding-right: 0;
    border-radius: 7px;
    background: #fff
}

    .meeting-form .row {
        margin-left: -5px;
        margin-right: -5px
    }

        .meeting-form .row [class*=col-] {
            padding-left: 5px;
            padding-right: 5px
        }

            .meeting-form .row [class*=col-] + [class*=col-] {
                margin-top: 10px
            }

    .meeting-form input, .meeting-form textarea {
        display: block;
        border: none;
        outline: 0;
        background-color: transparent;
        border-radius: 8px;
        height: 65px;
        border: 1px solid #ccd7e0;
        font-size: 16px;
        font-weight: 600;
        color: #798593;
        width: 100%;
        padding-left: 30px
    }

        .meeting-form input::-webkit-input-placeholder, .meeting-form textarea::-webkit-input-placeholder {
            color: #798593
        }

        .meeting-form input::-moz-placeholder, .meeting-form textarea::-moz-placeholder {
            color: #798593
        }

        .meeting-form input:-ms-input-placeholder, .meeting-form textarea:-ms-input-placeholder {
            color: #798593
        }

        .meeting-form input:-moz-placeholder, .meeting-form textarea:-moz-placeholder {
            color: #798593
        }

    .meeting-form textarea {
        height: 125px;
        padding-top: 15px
    }

    .meeting-form .btn-box {
        margin-top: 10px;
        text-align: center
    }

        .meeting-form .btn-box .btn-tag-line {
            display: block;
            color: #798593;
            font-size: 20px;
            font-family: 'Covered By Your Grace';
            letter-spacing: 0;
            margin-top: 20px;
            -webkit-transform: translateX(-100px);
            transform: translateX(-100px)
        }

            .meeting-form .btn-box .btn-tag-line i {
                display: inline-block;
                -webkit-transform: rotate(-85deg) scale(1,-1) translate(6px,-9px);
                transform: rotate(-85deg) scale(1,-1) translate(6px,-9px);
                font-size: 27px
            }

.single-contact-page-info {
    border: 1px solid #f4f4f4;
    border-radius: 7px;
    padding: 55px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-shadow: 0 11px 21.25px 3.75px rgba(233,233,233,.65);
    box-shadow: 0 11px 21.25px 3.75px rgba(233,233,233,.65)
}

    .single-contact-page-info .icon-box i {
        display: inline-block;
        position: relative;
        font-size: 48px;
        color: #fff;
        background: #b83b96;
        height: 100px;
        width: 100px;
        line-height: 100px;
        text-align: center;
        -webkit-box-shadow: 0 11px 21.25px 3.75px rgba(233,233,233,.65);
        box-shadow: 0 11px 21.25px 3.75px rgba(233,233,233,.65);
        border-radius: 50%;
        margin: 0 auto;
        margin-bottom: 40px;
        text-align: center;
        margin-left: 33%
    }

    .single-contact-page-info p {
        margin: 0;
        color: #4e5258;
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        margin-top: 10px;
        text-align: center
    }

    .single-contact-page-info:hover {
        -webkit-box-shadow: 0 10px 30px rgba(204,215,224,.3);
        box-shadow: 0 10px 30px rgba(204,215,224,.3)
    }

.contact-page-content .container {
    max-width: 770px
}

.contact-form {
    padding: 0 !important
}

    .contact-form .row {
        margin-left: -15px;
        margin-right: -15px
    }

        .contact-form .row [class*=col-] {
            padding-left: 15px;
            padding-right: 15px;
            margin-bottom: 30px !important
        }

            .contact-form .row [class*=col-]:last-child {
                margin-bottom: 0
            }

            .contact-form .row [class*=col-] + [class*=col-] {
                margin-top: 0
            }

    .contact-form input.error, .contact-form textarea.error {
        background: rgba(255,0,0,.4);
        border-color: red;
        color: #fff
    }

        .contact-form input.error::-webkit-input-placeholder, .contact-form textarea.error::-webkit-input-placeholder {
            color: #fff
        }

        .contact-form input.error::-moz-placeholder, .contact-form textarea.error::-moz-placeholder {
            color: #fff
        }

        .contact-form input.error:-ms-input-placeholder, .contact-form textarea.error:-ms-input-placeholder {
            color: #fff
        }

        .contact-form input.error:-moz-placeholder, .contact-form textarea.error:-moz-placeholder {
            color: #fff
        }

    .contact-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%
    }

    .contact-form .bootstrap-select > .dropdown-toggle {
        border: none;
        outline: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: transparent;
        display: block;
        border: none;
        outline: 0;
        background-color: transparent;
        border-radius: 8px;
        height: 65px;
        border: 1px solid #ccd7e0;
        font-size: 16px;
        font-weight: 600;
        color: #798593;
        width: 100%;
        padding: 19px 0;
        padding-left: 30px
    }

        .contact-form .bootstrap-select > .dropdown-toggle:active, .contact-form .bootstrap-select > .dropdown-toggle:hover {
            background-color: transparent
        }

    .contact-form .dropdown-toggle::after {
        border: none;
        width: auto;
        height: auto;
        content: '\f107';
        font-family: FontAwesome;
        color: #798593;
        font-size: 16px;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .contact-form .btn-box {
        margin-top: 0
    }

    .contact-form label.error {
        display: none !important
    }

#contact-google-map {
    width: 100%;
    height: 530px
}

.time-tab-style-one {
    padding-top: 170px
}

    .time-tab-style-one .tab-title {
        margin: 0;
        padding: 0;
        list-style: none;
        border: 0;
        background: #f1f7fc;
        border-radius: 7px;
        margin-bottom: 60px
    }

        .time-tab-style-one .tab-title li {
            display: inline-block;
            margin-bottom: 0 !important;
            float: left;
            width: 33.3333333%
        }

            .time-tab-style-one .tab-title li a {
                display: block;
                border: none;
                outline: 0;
                display: block;
                cursor: pointer;
                padding: 45px 0;
                border-radius: 0 !important;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
                text-align: center;
                position: relative;
                border-radius: 7px !important
            }

                .time-tab-style-one .tab-title li a h3 {
                    margin: 0;
                    font-size: 20px;
                    color: #001328;
                    font-weight: 800
                }

                .time-tab-style-one .tab-title li a.active {
                    background: #1a214d
                }

                    .time-tab-style-one .tab-title li a.active h3 {
                        color: #fff
                    }

    .time-tab-style-one .single-tab-content .img-box {
        overflow: hidden;
        border-radius: 7px
    }

    .time-tab-style-one .single-tab-content p, .time-tab-style-one .single-tab-content ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .time-tab-style-one .single-tab-content p {
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        color: #798593;
        margin-bottom: 30px
    }

    .time-tab-style-one .single-tab-content ul.list-items li {
        position: relative;
        font-size: 18px;
        line-height: 34px;
        color: #798593;
        padding-left: 25px
    }

        .time-tab-style-one .single-tab-content ul.list-items li i {
            font-size: 14px;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #99c13d
        }

    .time-tab-style-one.gray-bg .tab-title {
        background: #fff
    }

.time-line-style-one {
    background: #001328
}

    .time-line-style-one .featured-image-box {
        margin-left: -10px
    }

    .time-line-style-one .text-block {
        padding-right: 45px
    }

    .time-line-style-one .tab-title {
        margin: 0;
        padding: 0;
        list-style: none;
        border: 0;
        position: relative;
        margin-bottom: 60px
    }

        .time-line-style-one .tab-title:after {
            content: '';
            width: 100%;
            background: #1a214d;
            height: 6px;
            border-radius: 3px;
            position: absolute;
            top: 100%;
            left: 0
        }

        .time-line-style-one .tab-title li {
            display: inline-block;
            margin-bottom: 0 !important
        }

            .time-line-style-one .tab-title li + li {
                margin-left: 59px
            }

            .time-line-style-one .tab-title li a {
                display: block;
                border: none;
                outline: 0;
                display: block;
                cursor: pointer;
                padding: 0;
                border-radius: 0 !important;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
                text-align: center;
                position: relative;
                padding-left: 10px;
                padding-right: 10px;
                font-size: 16px;
                font-weight: 700;
                color: #fff;
                padding-bottom: 13px
            }

                .time-line-style-one .tab-title li a:after {
                    content: '';
                    position: absolute;
                    top: calc(100% - 3px);
                    left: 50%;
                    -webkit-transform: translatex(-50%);
                    transform: translatex(-50%);
                    width: 12px;
                    height: 12px;
                    background: #001328;
                    border: 2px solid #1a214d;
                    border-radius: 50%;
                    z-index: 1
                }

                .time-line-style-one .tab-title li a.active {
                    background-color: transparent;
                    color: #fff
                }

                    .time-line-style-one .tab-title li a.active:after {
                        background-color: #1a214d
                    }

    .time-line-style-one p {
        color: #dbeafb;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600
    }

.inner-banner {
    background: #001328;
    background-size: cover;
    position: relative;
    padding-top: 262px;
    padding-bottom: 100px
}

    .inner-banner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #001328;
        opacity: .92
    }

    .inner-banner .container {
        position: relative
    }

        .inner-banner .container h1, .inner-banner .container ul {
            margin: 0;
            padding: 0;
            list-style: none
        }

        .inner-banner .container .page-breadcrumb {
            background-color: transparent;
            border-radius: 0;
            text-align: center;
            display: block;
            margin-bottom: 25px
        }

            .inner-banner .container .page-breadcrumb li {
                display: inline-block;
                vertical-align: middle;
                color: #fff;
                font-size: 19px;
                font-weight: 700
            }

                .inner-banner .container .page-breadcrumb li + li:before {
                    content: '-';
                    display: inline-block;
                    vertical-align: middle;
                    margin-left: 9px;
                    margin-right: 9px
                }

                .inner-banner .container .page-breadcrumb li a {
                    display: inline-block;
                    vertical-align: middle;
                    color: #f44438
                }

        .inner-banner .container h1 {
            font-size: 60px;
            color: #fff;
            font-weight: 700
        }

.inner-banner-two {
    background: #f1f7fc;
    padding: 15px 0
}

    .inner-banner-two .container h1, .inner-banner-two .container ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .inner-banner-two .container .breadcrumb {
        background-color: transparent;
        border-radius: 0;
        text-align: left;
        display: block
    }

        .inner-banner-two .container .breadcrumb li {
            display: inline-block;
            vertical-align: middle;
            color: #1a214d;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 700
        }

            .inner-banner-two .container .breadcrumb li + li:before {
                content: '-';
                display: inline-block;
                vertical-align: middle;
                margin-left: 9px;
                margin-right: 9px
            }

            .inner-banner-two .container .breadcrumb li a {
                display: inline-block;
                vertical-align: middle;
                color: #798593
            }

.error-404-page {
    background: #f1f7fc url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/404-bg.jpg) right top no-repeat;
    background-size: cover
}

    .error-404-page h1, .error-404-page h2 {
        margin: 0
    }

    .error-404-page h1 {
        font-size: 400px;
        color: #001328;
        font-weight: 800;
        line-height: .65em
    }

    .error-404-page h2 {
        font-size: 30px;
        color: #1a214d;
        font-weight: 800;
        margin-top: 30px;
        margin-bottom: 60px
    }

    .error-404-page .btn-tag-line {
        display: block;
        color: #798593;
        font-size: 20px;
        font-family: 'Covered By Your Grace';
        letter-spacing: 0;
        margin-top: 20px;
        -webkit-transform: translateX(-75px);
        transform: translateX(-75px)
    }

        .error-404-page .btn-tag-line i {
            display: inline-block;
            -webkit-transform: rotate(-85deg) scale(1,-1) translate(3px,0);
            transform: rotate(-85deg) scale(1,-1) translate(3px,0);
            font-size: 22px
        }

.signin-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top
}

    .signin-wrapper .form-block {
        height: 100%;
        width: 100%;
        float: left;
        max-width: 632px;
        background: #fff;
        padding-left: 115px;
        padding-right: 115px;
        padding-top: 190px;
        position: relative
    }

@media (max-height: 750px) {
    .signin-wrapper .form-block {
        padding-top: 100px
    }
}

@media (max-width: 991px) {
    .signin-wrapper .form-block {
        padding-left: 50px;
        padding-right: 50px;
        max-width: 450px
    }
}

@media (max-width: 565px) {
    .signin-wrapper .form-block {
        padding-left: 40px;
        padding-right: 40px;
        max-width: 375px
    }
}

.signin-wrapper .form-block input, .signin-wrapper .form-block textarea {
    display: block;
    border: none;
    outline: 0;
    background-color: transparent;
    border-radius: 8px;
    height: 65px;
    border: 1px solid #ccd7e0;
    font-size: 16px;
    font-weight: 600;
    color: #798593;
    width: 100%;
    padding-left: 30px
}

    .signin-wrapper .form-block input::-webkit-input-placeholder, .signin-wrapper .form-block textarea::-webkit-input-placeholder {
        color: #798593
    }

    .signin-wrapper .form-block input::-moz-placeholder, .signin-wrapper .form-block textarea::-moz-placeholder {
        color: #798593
    }

    .signin-wrapper .form-block input:-ms-input-placeholder, .signin-wrapper .form-block textarea:-ms-input-placeholder {
        color: #798593
    }

    .signin-wrapper .form-block input:-moz-placeholder, .signin-wrapper .form-block textarea:-moz-placeholder {
        color: #798593
    }

    .signin-wrapper .form-block input + input {
        margin-top: 20px
    }

.signin-wrapper .form-block textarea {
    height: 125px;
    padding-top: 15px
}

.signin-wrapper .form-block .thm-btn {
    width: 100%;
    display: block;
    margin-bottom: 40px
}

.signin-wrapper .form-block .forgot-password {
    text-transform: uppercase;
    color: #1a214d;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
    display: inline-block;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px
}

.signin-wrapper .form-block .sign-up-link {
    text-transform: uppercase;
    color: #001328;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
    text-align: center
}

    .signin-wrapper .form-block .sign-up-link a {
        color: #1a214d;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

        .signin-wrapper .form-block .sign-up-link a:hover {
            color: #99c13d
        }

.signin-wrapper .form-block .copy-text {
    position: absolute;
    bottom: 60px;
    color: #798593;
    font-size: 16px;
    font-weight: 600;
    left: 0;
    width: 100%;
    text-align: center
}

    .signin-wrapper .form-block .copy-text a {
        color: #1a214d;
        text-decoration: underline;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

        .signin-wrapper .form-block .copy-text a:hover {
            color: #99c13d
        }

@media (max-height: 750px) {
    .signin-wrapper .form-block .copy-text {
        position: relative;
        bottom: 0;
        margin-top: 40px
    }
}

.signin-wrapper .background-block {
    width: calc(100% - 632px);
    float: left;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top
}

@media (max-height: 750px) {
    .signin-wrapper .background-block {
        display: none
    }
}

.white-paper-wrapper .row + .row {
    margin-top: 110px
}

.white-paper-wrapper .white-paper-content {
    padding-left: 30px
}

.white-paper-wrapper h3, .white-paper-wrapper p, .white-paper-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.white-paper-wrapper h3 {
    color: #001328;
    font-size: 26px;
    line-height: 34px;
    font-weight: 800;
    margin-bottom: 30px
}

.white-paper-wrapper ul.list-items {
    margin-bottom: 20px
}

    .white-paper-wrapper ul.list-items li {
        color: #1a214d;
        font-size: 18px;
        line-height: 34px;
        font-weight: 800;
        padding-left: 0
    }

        .white-paper-wrapper ul.list-items li span {
            color: #001328;
            margin-right: 10px
        }

.white-paper-wrapper p {
    color: #798593;
    font-size: 18px;
    line-height: 34px;
    font-weight: 600
}

    .white-paper-wrapper p + p {
        margin-top: 32px
    }

.white-paper-wrapper .btn-box {
    display: inline-block;
    position: relative;
    margin-top: 40px
}

    .white-paper-wrapper .btn-box .btn-tag-line {
        position: absolute;
        top: calc(100% + 20px);
        left: 50%;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
        color: #798593;
        font-size: 20px;
        font-family: 'Covered By Your Grace';
        width: 100%
    }

        .white-paper-wrapper .btn-box .btn-tag-line i {
            display: inline-block;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            margin-right: 10px
        }

.white-paper-wrapper .white-paper-thumbnail {
    border-radius: 7px;
    overflow: hidden
}

    .white-paper-wrapper .white-paper-thumbnail > img {
        width: 100%
    }

@media (max-width: 991px) {
    .sidebar {
        margin-top: 80px
    }
}

.sidebar .single-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar .single-sidebar + .single-sidebar {
    margin-top: 30px
}

.sidebar .single-sidebar.search-widget, .sidebar .single-sidebar.subscribe-widget {
    background: #1a214d
}

.sidebar .single-sidebar .title-box {
    margin-bottom: 30px
}

    .sidebar .single-sidebar .title-box h3 {
        margin: 0;
        color: #001328;
        font-weight: 800;
        font-size: 20px
    }

.sidebar .single-sidebar .search-form {
    position: relative;
    width: 100%
}

    .sidebar .single-sidebar .search-form button[type=submit], .sidebar .single-sidebar .search-form input {
        background-color: transparent;
        border: none;
        outline: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 700
    }

        .sidebar .single-sidebar .search-form button[type=submit]::-webkit-input-placeholder, .sidebar .single-sidebar .search-form input::-webkit-input-placeholder {
            color: #fff
        }

        .sidebar .single-sidebar .search-form button[type=submit]::-moz-placeholder, .sidebar .single-sidebar .search-form input::-moz-placeholder {
            color: #fff
        }

        .sidebar .single-sidebar .search-form button[type=submit]:-ms-input-placeholder, .sidebar .single-sidebar .search-form input:-ms-input-placeholder {
            color: #fff
        }

        .sidebar .single-sidebar .search-form button[type=submit]:-moz-placeholder, .sidebar .single-sidebar .search-form input:-moz-placeholder {
            color: #fff
        }

    .sidebar .single-sidebar .search-form input {
        width: 100%
    }

    .sidebar .single-sidebar .search-form button[type=submit] {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.sidebar .single-sidebar .single-latest-post + .single-latest-post {
    border-top: 1px solid #f2f2f2;
    padding-top: 20px;
    margin-top: 20px
}

.sidebar .single-sidebar .single-latest-post .img-box, .sidebar .single-sidebar .single-latest-post .text-box {
    display: table-cell;
    vertical-align: middle
}

.sidebar .single-sidebar .single-latest-post .img-box {
    overflow: hidden;
    width: 59px;
    border-radius: 7px
}

    .sidebar .single-sidebar .single-latest-post .img-box > img {
        width: 100%
    }

.sidebar .single-sidebar .single-latest-post .text-box {
    padding-left: 20px
}

.sidebar .single-sidebar .single-latest-post h3 {
    margin: 0;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600
}

    .sidebar .single-sidebar .single-latest-post h3 a {
        color: #535353;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

        .sidebar .single-sidebar .single-latest-post h3 a:hover {
            color: #1a214d
        }

.sidebar .single-sidebar ul.links-list {
    margin-left: -20px
}

    .sidebar .single-sidebar ul.links-list li {
        display: block;
        padding: 0 20px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

        .sidebar .single-sidebar ul.links-list li a {
            color: #798593;
            font-size: 16px;
            font-weight: 700;
            position: relative;
            display: block;
            padding: 14px 0;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

            .sidebar .single-sidebar ul.links-list li a:after {
                font-family: FontAwesome;
                content: '\f061';
                font-size: 10px;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 0;
                -webkit-transition: all .4s ease;
                transition: all .4s ease
            }

        .sidebar .single-sidebar ul.links-list li.active, .sidebar .single-sidebar ul.links-list li:hover {
            background: #fff
        }

            .sidebar .single-sidebar ul.links-list li.active a, .sidebar .single-sidebar ul.links-list li:hover a {
                color: #1a214d
            }

.sidebar .single-sidebar ul.tags-list li {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #798593
}

    .sidebar .single-sidebar ul.tags-list li a {
        color: #798593;
        position: relative;
        display: inline-block
    }

.sidebar .single-sidebar.subscribe-widget .title-box h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.sidebar .single-sidebar.subscribe-widget .sidebar-subscribe-form input {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    color: #798593;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    outline: 0
}

    .sidebar .single-sidebar.subscribe-widget .sidebar-subscribe-form input::-webkit-input-placeholder {
        color: #798593
    }

    .sidebar .single-sidebar.subscribe-widget .sidebar-subscribe-form input::-moz-placeholder {
        color: #798593
    }

    .sidebar .single-sidebar.subscribe-widget .sidebar-subscribe-form input:-ms-input-placeholder {
        color: #798593
    }

    .sidebar .single-sidebar.subscribe-widget .sidebar-subscribe-form input:-moz-placeholder {
        color: #798593
    }

.sidebar .single-sidebar.subscribe-widget .sidebar-subscribe-form .thm-btn {
    margin-top: 10px;
    width: 100%
}

.sidebar .single-sidebar.categories-widget .title-box {
    margin-bottom: 0
}

.sidebar .single-sidebar.tags-widget .title-box {
    margin-bottom: 15px
}

.sidebar .single-sidebar.search-widget {
    padding: 27px 50px
}

@media (max-width: 991px) {
    .sidebar-about {
        margin-top: 80px
    }
}

.sidebar-about .single-sidebar-about + .single-sidebar-about {
    margin-top: 30px
}

.sidebar-about .single-sidebar-about ul.page-lists {
    margin: 0;
    padding: 0;
    list-style: none
}

    .sidebar-about .single-sidebar-about ul.page-lists li {
        display: block;
        padding: 0 20px;
        border: 1px solid #ccd7e0;
        border-radius: 7px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

        .sidebar-about .single-sidebar-about ul.page-lists li + li {
            margin-top: 5px
        }

        .sidebar-about .single-sidebar-about ul.page-lists li a {
            color: #798593;
            font-size: 16px;
            font-weight: 700;
            position: relative;
            display: block;
            padding: 14px 0;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

            .sidebar-about .single-sidebar-about ul.page-lists li a:after {
                font-family: FontAwesome;
                content: '\f061';
                font-size: 10px;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 0;
                -webkit-transition: all .4s ease;
                transition: all .4s ease
            }

        .sidebar-about .single-sidebar-about ul.page-lists li.active, .sidebar-about .single-sidebar-about ul.page-lists li:hover {
            background: #fff
        }

            .sidebar-about .single-sidebar-about ul.page-lists li.active a, .sidebar-about .single-sidebar-about ul.page-lists li:hover a {
                color: #1a214d
            }

.sidebar-about .single-sidebar-about.cta-widget {
    background: #1a214d;
    padding: 40px;
    border-radius: 7px
}

@media (max-width: 1199px) {
    .sidebar-about .single-sidebar-about.cta-widget {
        padding: 20px
    }
}

@media (max-width: 991px) {
    .sidebar-about .single-sidebar-about.cta-widget {
        padding: 40px
    }
}

.sidebar-about .single-sidebar-about.cta-widget h3, .sidebar-about .single-sidebar-about.cta-widget p {
    margin: 0;
    color: #fff
}

.sidebar-about .single-sidebar-about.cta-widget h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px
}

.sidebar-about .single-sidebar-about.cta-widget p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 20px
}

.sidebar-about .single-sidebar-about.cta-widget a {
    width: 100%;
    display: block;
    background: #001328;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    border-radius: 7px;
    text-align: center;
    padding: 14px 0
}

.sidebar-about .single-sidebar-about.download-widget a {
    background: #99c13d;
    width: 100%;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: block;
    position: relative;
    padding: 28px 0;
    padding-left: 70px;
    -webkit-box-shadow: 0 25px 30px 0 rgba(15,111,213,.15);
    box-shadow: 0 25px 30px 0 rgba(15,111,213,.15);
    text-align: left;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

    .sidebar-about .single-sidebar-about.download-widget a.two {
        background: #1a214d;
        -webkit-box-shadow: 0 10px 30px 0 rgba(15,111,213,.3);
        box-shadow: 0 10px 30px 0 rgba(15,111,213,.3);
        margin-top: 30px
    }

    .sidebar-about .single-sidebar-about.download-widget a i {
        font-size: 24px;
        position: absolute;
        top: 50%;
        left: 40px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .sidebar-about .single-sidebar-about.download-widget a:hover {
        background: #fff;
        color: #001328
    }

.partners-page .upper-content {
    margin-bottom: 50px
}

    .partners-page .upper-content .sec-title {
        margin-bottom: 30px
    }

    .partners-page .upper-content p {
        color: #798593;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        margin: 0
    }

.single-partner-box + .single-partner-box {
    margin-top: 60px
}

.single-partner-box .icon-box, .single-partner-box .text-box {
    display: table-cell;
    vertical-align: middle
}

@media (max-width: 767px) {
    .single-partner-box .icon-box, .single-partner-box .text-box {
        display: block
    }
}

.single-partner-box .icon-box .inner-box {
    display: block;
    border: 1px solid #ccd7e0;
    border-radius: 7px;
    width: 270px;
    height: 225px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center
}

    .single-partner-box .icon-box .inner-box i {
        font-size: 150px;
        color: #b2b8be;
        line-height: 225px
    }

.single-partner-box .text-box {
    padding-left: 30px
}

@media (max-width: 767px) {
    .single-partner-box .text-box {
        padding-left: 0;
        margin-top: 30px
    }
}

.single-partner-box .text-box h3, .single-partner-box .text-box p {
    margin: 0
}

.single-partner-box .text-box h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px
}

    .single-partner-box .text-box h3 a {
        color: #001328
    }

.single-partner-box .text-box span {
    color: #1a214d;
    font-size: 16px;
    font-weight: 700
}

.single-partner-box .text-box p {
    color: #798593;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 25px
}

.single-partner-box .text-box .read-more {
    color: #99c13d;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    line-height: 1em;
    text-decoration: underline;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

    .single-partner-box .text-box .read-more:hover {
        color: #001328
    }

.company-overview-page .content-img-box {
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 30px
}

    .company-overview-page .content-img-box > img {
        width: 100%
    }

.company-overview-page .upper-content {
    margin-bottom: 50px
}

    .company-overview-page .upper-content .sec-title {
        margin-bottom: 30px
    }

    .company-overview-page .upper-content p {
        color: #798593;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        margin: 0
    }

        .company-overview-page .upper-content p + p {
            margin-top: 35px
        }

.company-overview-page .expertize-box-one {
    display: block;
    height: auto;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .company-overview-page .video-box-style-one {
        margin-bottom: 0;
        margin-top: 30px
    }
}

.company-history-page .upper-content {
    margin-bottom: 50px
}

.single-company-history + .single-company-history {
    margin-top: 55px
}

@media (max-width: 567px) {
    .single-company-history + .single-company-history {
        margin-top: 20px
    }
}

.single-company-history .text-box, .single-company-history .year-box {
    display: table-cell;
    vertical-align: top
}

@media (max-width: 567px) {
    .single-company-history .text-box, .single-company-history .year-box {
        display: block
    }
}

.single-company-history .year-box {
    color: #99c13d;
    font-size: 20px;
    font-weight: 800;
    width: 112px;
    position: relative
}

    .single-company-history .year-box:after {
        content: '';
        background: #99c13d;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        position: absolute;
        top: 5px;
        right: 0
    }

    .single-company-history .year-box:before {
        content: '';
        background: #f1f7fc;
        width: 4px;
        height: 215px;
        border-radius: 50%;
        position: absolute;
        top: -30px;
        right: 3px
    }

@media (max-width: 567px) {
    .single-company-history .year-box:after, .single-company-history .year-box:before {
        display: none
    }
}

.single-company-history .text-box {
    padding-left: 60px
}

@media (max-width: 567px) {
    .single-company-history .text-box {
        padding-left: 0;
        margin-top: 20px
    }
}

.single-company-history .text-box h3 {
    font-size: 20px;
    color: #001328;
    font-weight: 800;
    margin: 0;
    margin-bottom: 35px
}

@media (max-width: 567px) {
    .single-company-history .text-box h3 {
        margin-bottom: 15px
    }
}

.single-company-history .text-box p {
    margin: 0
}

.careers-page .upper-content {
    margin-bottom: 50px
}

    .careers-page .upper-content .sec-title {
        margin-bottom: 30px
    }

    .careers-page .upper-content p {
        color: #798593;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        margin: 0
    }

        .careers-page .upper-content p + p {
            margin-top: 35px
        }

.careers-page .benefits-img-box {
    overflow: hidden;
    border-radius: 7px
}

    .careers-page .benefits-img-box > img {
        width: 100%
    }

@media (max-width: 991px) {
    .careers-page .benefits-img-box {
        margin-bottom: 40px
    }
}

.careers-page .benefits-text-box h3, .careers-page .benefits-text-box p {
    margin: 0
}

.careers-page .benefits-text-box h3 {
    font-size: 26px;
    color: #001328;
    font-weight: 800
}

.careers-page .benefits-text-box p {
    font-size: 18px;
    line-height: 34px;
    color: #798593;
    font-weight: 600;
    margin-top: 20px
}

.careers-page .benefits-text-box .list-items {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px
}

    .careers-page .benefits-text-box .list-items li {
        position: relative;
        font-size: 18px;
        line-height: 34px;
        padding-left: 30px;
        color: #798593
    }

        .careers-page .benefits-text-box .list-items li i {
            color: #99c13d;
            font-size: 14px;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

.careers-page .table-box-content {
    margin-top: 40px
}

    .careers-page .table-box-content .title-box h3, .careers-page .table-box-content .title-box p {
        margin: 0
    }

    .careers-page .table-box-content .title-box h3 {
        font-size: 26px;
        font-weight: 800;
        color: #001328;
        margin-bottom: 30px
    }

    .careers-page .table-box-content .title-box p {
        font-size: 18px;
        line-height: 26px;
        color: #798593
    }

@media (max-width: 650px) {
    .careers-page .table-box-content .table-wrapper {
        overflow: auto
    }
}

.careers-page .table-box-content #job-details-table {
    margin-top: 60px;
    border-top: 2px solid #99c13d !important;
    min-width: 650px;
    width: 100%
}

    .careers-page .table-box-content #job-details-table th {
        font-size: 16px;
        font-weight: 800;
        color: #001328;
        padding-top: 22.5px;
        padding-bottom: 22.5px
    }

    .careers-page .table-box-content #job-details-table td {
        font-size: 16px;
        font-weight: 600;
        color: #798593;
        padding-top: 22.5px;
        padding-bottom: 22.5px
    }

        .careers-page .table-box-content #job-details-table td.job-title {
            font-weight: 700;
            color: #001328
        }

.job-details-page .upper-content {
    margin-bottom: 50px
}

    .job-details-page .upper-content .sec-title {
        margin-bottom: 30px
    }

    .job-details-page .upper-content p {
        color: #798593;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        margin: 0
    }

        .job-details-page .upper-content p + p {
            margin-top: 35px
        }

.job-details-page .job-details-table-outer {
    padding: 60px;
    background: #f1f7fc
}

@media (max-width: 767px) {
    .job-details-page .job-details-table-outer {
        padding: 30px
    }
}

.job-details-page .job-details-table-outer .row {
    margin-left: -30px;
    margin-right: -30px
}

    .job-details-page .job-details-table-outer .row [class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }

        .job-details-page .job-details-table-outer .row [class*=col-]:first-child {
            border-right: 2px solid #fff
        }

@media (max-width: 991px) {
    .job-details-page .job-details-table-outer .row [class*=col-]:first-child {
        border: none
    }
}

.job-details-page .job-details-table-outer .table {
    margin-bottom: 0
}

    .job-details-page .job-details-table-outer .table td, .job-details-page .job-details-table-outer .table th {
        border-top: none
    }

    .job-details-page .job-details-table-outer .table td {
        color: #798593;
        font-size: 16px;
        font-weight: 700
    }

        .job-details-page .job-details-table-outer .table td:first-child {
            color: #001328
        }

.job-details-page .responsibility {
    margin-top: 50px;
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .job-details-page .responsibility {
        margin-bottom: 0
    }
}

.job-details-page .responsibility h3 {
    font-size: 40px;
    font-weight: 800;
    color: #001328;
    margin: 0
}

.job-details-page .responsibility .list-items {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px
}

    .job-details-page .responsibility .list-items li {
        position: relative;
        font-size: 18px;
        line-height: 34px;
        padding-left: 30px;
        color: #798593
    }

        .job-details-page .responsibility .list-items li + li {
            margin-top: 20px
        }

        .job-details-page .responsibility .list-items li i {
            color: #99c13d;
            font-size: 14px;
            position: absolute;
            top: 10px;
            left: 0
        }

.job-details-page .single-job-detals-box {
    background: #f1f7fc;
    border-radius: 7px;
    padding: 55px
}

@media (max-width: 991px) {
    .job-details-page .single-job-detals-box {
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .job-details-page .single-job-detals-box {
        padding: 30px
    }
}

.job-details-page .single-job-detals-box h3 {
    font-size: 26px;
    font-weight: 800;
    color: #001328;
    margin: 0;
    margin-bottom: 20px
}

.job-details-page .single-job-detals-box .single-job-content + .single-job-content {
    margin-top: 30px
}

.job-details-page .single-job-detals-box .single-job-content h4, .job-details-page .single-job-detals-box .single-job-content p {
    margin: 0
}

.job-details-page .single-job-detals-box .single-job-content h4 {
    color: #1a214d;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 5px
}

.job-details-page .single-job-detals-box .single-job-content p {
    color: #798593;
    font-size: 18px;
    font-weight: 600;
    line-height: 34px
}

.job-details-page .single-job-detals-box .skill-lists {
    margin: 0;
    padding: 0;
    list-style: none
}

    .job-details-page .single-job-detals-box .skill-lists li {
        position: relative;
        font-size: 18px;
        line-height: 34px;
        padding-left: 30px;
        color: #798593
    }

        .job-details-page .single-job-detals-box .skill-lists li + li {
            margin-top: 16px
        }

        .job-details-page .single-job-detals-box .skill-lists li i {
            color: #99c13d;
            font-size: 14px;
            position: absolute;
            top: 10px;
            left: 0
        }

.investor-image-box {
    overflow: hidden;
    border-radius: 7px
}

    .investor-image-box > img {
        width: 100%
    }

@media (max-width: 991px) {
    .investor-image-box {
        margin-bottom: 40px
    }
}

.investor-text-box .sec-title {
    margin-bottom: 30px
}

.investor-text-box p {
    color: #798593;
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    margin: 0
}

    .investor-text-box p + p {
        margin-top: 35px
    }

.report-chart {
    margin: 60px 0;
    display: block;
    padding: 0 15px 0 15px
}

.investor-report-box .sec-title {
    margin-bottom: 60px
}

    .investor-report-box .sec-title h2 {
        font-size: 26px
    }

@media (max-width: 991px) {
    .investor-report-box .sec-title {
        margin-bottom: 30px
    }
}

@media (max-width: 991px) {
    .single-investor-report-box {
        margin-top: 30px
    }
}

.single-investor-report-box .img-box {
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 20px
}

    .single-investor-report-box .img-box > img {
        width: 100%
    }

.single-investor-report-box .text-box {
    background: #f1f7fc;
    text-align: center;
    padding: 40px;
    border-radius: 7px
}

    .single-investor-report-box .text-box h3 {
        font-size: 18px;
        font-weight: 700;
        margin: 0
    }

        .single-investor-report-box .text-box h3 a {
            color: #001328;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

            .single-investor-report-box .text-box h3 a:hover {
                color: #99c13d
            }

.investor-table-block .title-block {
    margin: 60px 0
}

    .investor-table-block .title-block .sec-title {
        margin-bottom: 20px
    }

        .investor-table-block .title-block .sec-title h2 {
            font-size: 26px
        }

    .investor-table-block .title-block p {
        color: #798593;
        font-size: 18px;
        line-height: 34px;
        font-weight: 600;
        margin: 0
    }

        .investor-table-block .title-block p + p {
            margin-top: 35px
        }

@media (max-width: 650px) {
    .investor-table-block .table-wrapper {
        overflow: auto
    }
}

.investor-table-block .table {
    border-top: 2px solid #99c13d !important;
    min-width: 480px;
    width: 100%
}

    .investor-table-block .table th {
        font-size: 16px;
        font-weight: 800;
        color: #001328;
        padding-top: 22.5px;
        padding-bottom: 22.5px
    }

    .investor-table-block .table td {
        font-size: 16px;
        font-weight: 600;
        color: #798593;
        padding-top: 22.5px;
        padding-bottom: 22.5px
    }

        .investor-table-block .table td.job-title {
            font-weight: 700;
            color: #001328
        }

.how-we-work-wrapper {
    margin-bottom: 50px
}

@media (max-width: 991px) {
    .how-we-work-wrapper {
        margin-bottom: 20px
    }
}

.how-we-work-wrapper .image-box {
    overflow: hidden;
    border-radius: 7px;
    display: inline-block
}

@media (max-width: 991px) {
    .how-we-work-wrapper .image-box {
        margin-bottom: 40px
    }
}

.how-we-work-wrapper .content-box .sec-title {
    margin-bottom: 40px
}

.how-we-work-wrapper .content-box p {
    margin: 0
}

.single-how-work-step {
    border-radius: 7px;
    background: #1a214d;
    padding: 30px 40px;
    position: relative
}

@media (max-width: 991px) {
    .single-how-work-step {
        margin-top: 30px
    }
}

.single-how-work-step .outer-box {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -51px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    border: 2px solid #1a214d;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    color: #1a214d;
    font-size: 30px;
    line-height: 68px;
    text-align: center;
    font-weight: 800;
    z-index: 10
}

@media (max-width: 991px) {
    .single-how-work-step .outer-box {
        top: auto;
        right: auto;
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
        bottom: -51px;
        left: 50%
    }
}

.single-how-work-step .icon-box, .single-how-work-step .text-box {
    display: table-cell;
    vertical-align: middle
}

    .single-how-work-step .icon-box i {
        color: #fff;
        font-size: 75px
    }

.single-how-work-step .text-box {
    padding-left: 30px
}

    .single-how-work-step .text-box h3 {
        color: #fff;
        font-size: 26px;
        font-weight: 800
    }

@media (max-width: 1199px) {
    .single-how-work-step .text-box h3 {
        font-size: 20px
    }
}

.how-we-work-tab .low-gutter {
    margin-left: -5px;
    margin-right: -5px
}

    .how-we-work-tab .low-gutter > [class*=col-] {
        padding-left: 5px;
        padding-right: 5px
    }

.how-we-work-tab .tab-title {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    text-align: center;
    display: block;
    margin-bottom: 40px
}

    .how-we-work-tab .tab-title li {
        display: inline-block;
        margin-bottom: 10px !important
    }

        .how-we-work-tab .tab-title li + li {
            margin-left: 7px
        }

        .how-we-work-tab .tab-title li a {
            display: block;
            border: none;
            outline: 0;
            display: block;
            cursor: pointer;
            padding: 0 38px;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            position: relative;
            font-weight: 700;
            font-size: 14px;
            color: #798593;
            border: 1px solid #ccd7e0 !important;
            line-height: 60px;
            border-radius: 30px !important;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

            .how-we-work-tab .tab-title li a.active, .how-we-work-tab .tab-title li a:hover {
                border-color: #99c13d !important;
                color: #fff;
                background: #99c13d
            }

.how-we-work-tab .content-box {
    margin-top: 10px;
    padding: 60px;
    padding-right: 50px;
    border-radius: 7px;
    position: relative
}

@media (max-width: 767px) {
    .how-we-work-tab .content-box {
        padding: 30px
    }
}

.how-we-work-tab .content-box .outer-box {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #1a214d;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    line-height: 72px;
    text-align: center;
    font-weight: 800
}

    .how-we-work-tab .content-box .outer-box.equal-box {
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        top: 0;
        right: -36px;
        left: auto;
        background: #fff;
        color: #1a214d;
        z-index: 10
    }

@media (max-width: 1199px) {
    .how-we-work-tab .content-box .outer-box.equal-box {
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
        top: auto;
        right: 0;
        left: 50%;
        z-index: 10;
        bottom: -36px
    }
}

.how-we-work-tab .content-box h3 {
    font-size: 26px;
    font-weight: 800;
    color: #001328;
    margin: 0;
    margin-bottom: 10px
}

.how-we-work-tab .content-box p {
    margin: 0
}

.how-we-work-tab .content-box .btn-box {
    margin-top: 40px
}

    .how-we-work-tab .content-box .btn-box .btn-tag-line {
        display: block;
        color: #798593;
        font-size: 20px;
        font-family: 'Covered By Your Grace';
        letter-spacing: 0;
        margin-top: 20px;
        -webkit-transform: translateX(-35px);
        transform: translateX(-35px)
    }

        .how-we-work-tab .content-box .btn-box .btn-tag-line i {
            display: inline-block;
            -webkit-transform: rotate(-85deg) scale(1,-1) translate(3px,0);
            transform: rotate(-85deg) scale(1,-1) translate(3px,0);
            font-size: 22px
        }

.how-we-work-tab .content-box .img-box, .how-we-work-tab .content-box .text-box {
    float: left;
    width: calc(100% - 230px)
}

@media (max-width: 767px) {
    .how-we-work-tab .content-box .img-box, .how-we-work-tab .content-box .text-box {
        width: 100%;
        padding-left: 0
    }
}

.how-we-work-tab .content-box .img-box {
    width: 230px;
    border-radius: 7px;
    overflow: hidden
}

@media (max-width: 767px) {
    .how-we-work-tab .content-box .img-box {
        width: 100%;
        padding-left: 0
    }
}

.how-we-work-tab .content-box .img-box > img {
    width: 100%
}

.how-we-work-tab .content-box .text-box {
    padding-left: 30px
}

@media (max-width: 767px) {
    .how-we-work-tab .content-box .text-box {
        width: 100%;
        padding-left: 0;
        margin-top: 40px
    }
}

.how-we-work-tab .content-box .text-box span {
    font-size: 18px;
    color: #1a214d;
    font-weight: 700
}

.how-we-work-tab .content-box .text-box .read-more {
    color: #99c13d;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    line-height: 1em;
    text-decoration: underline;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

    .how-we-work-tab .content-box .text-box .read-more:hover {
        color: #001328
    }

.how-we-work-tab .content-box ul.list-items li {
    font-size: 16px
}

.how-we-work-tab .content-box.people-box p {
    margin-top: 30px;
    margin-bottom: 15px
}

.how-we-work-tab .content-box.person-box p {
    margin-top: 35px
}

button:focus {
    outline: 0
}

.pricing-style-one .tagged .thm-btn {
    background: #001328;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,19,40,.3);
    box-shadow: 0 10px 30px 0 rgba(0,19,40,.3)
}

    .pricing-style-one .tagged .thm-btn:hover {
        background: #1a214d;
        color: #fff;
        -webkit-box-shadow: 0 10px 30px 0 rgba(15,111,213,.3);
        box-shadow: 0 10px 30px 0 rgba(15,111,213,.3)
    }

.meeting-form .row [class*=col-] {
    margin-bottom: 10px
}

.sec-pad.solutions-tab-one.one .tab-title li a {
    padding: 0 43px;
    padding-bottom: 30px
}

.company-overview-page.sec-pad.one {
    padding-bottom: 0
}

.company-overview-page.sec-pad.two {
    padding-top: 0
}

.company-overview-page.sec-pad.three {
    padding-bottom: 0
}

.company-overview-page.sec-pad.four {
    padding-top: 0;
    padding-bottom: 0
}

    .company-overview-page.sec-pad.four .sidebar-about .single-sidebar-about.cta-widget {
        margin-top: 30px
    }

.company-overview-page.sec-pad.five {
    padding-top: 0;
    margin-top: 30px
}

.footer-bottom {
    background: #000;
    clear: both;
    text-align: center
}

    .footer-bottom .copyright-text p {
        color: #fff;
        margin-bottom: 0
    }

.careers-page.sec-pad.one {
    padding-bottom: 0
}

.careers-page.sec-pad.two {
    padding-top: 0
}

.job-details-page.sec-pad.one {
    padding-bottom: 0
}

.job-details-page.sec-pad.two {
    padding-bottom: 0;
    padding-top: 0
}

.job-details-page.sec-pad.three {
    padding-bottom: 0;
    padding-top: 0
}

.job-details-page.sec-pad.four {
    padding-top: 0
}

.investors-page.sec-pad.one {
    padding-bottom: 0
}

.investors-page.sec-pad.two {
    padding-bottom: 0;
    padding-top: 0
}

.investors-page.sec-pad.three {
    padding-top: 0
}

.report-chart {
    width: 100%;
    position: relative;
    left: 0;
    padding-left: 15px
}

.how-work-steps .column:nth-child(3) .single-how-work-step .outer-box {
    display: none
}

.ex-mission-section {
    position: relative;
    padding: 0 0 100px
}

    .ex-mission-section .image-column {
        position: relative
    }

        .ex-mission-section .image-column .inner-column {
            position: relative
        }

        .ex-mission-section .image-column .image-box {
            position: relative
        }

            .ex-mission-section .image-column .image-box:before {
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 1000%;
                background-color: #f5f8fb;
                content: "";
                z-index: -1
            }

        .ex-mission-section .image-column .image {
            position: relative;
            margin-bottom: 0
        }

            .ex-mission-section .image-column .image img {
                display: block;
                width: 100%;
                height: auto
            }

        .ex-mission-section .image-column .lower-content {
            position: relative;
            padding: 40px 0 0
        }

            .ex-mission-section .image-column .lower-content h4 {
                position: relative;
                display: block;
                font-size: 22px;
                color: #0e4082;
                font-weight: 600;
                margin-bottom: 20px
            }

            .ex-mission-section .image-column .lower-content .text {
                position: relative;
                display: block;
                font-size: 16px;
                line-height: 26px;
                color: #555;
                font-weight: 400
            }

    .ex-mission-section .content-column {
        position: relative
    }

        .ex-mission-section .content-column .sec-title {
            margin-bottom: 30px
        }

        .ex-mission-section .content-column .inner-column {
            position: relative;
            padding: 75px 35px 0
        }

        .ex-mission-section .content-column .description {
            position: relative;
            max-width: 320px;
            height: auto;
            padding-left: 50px
        }

            .ex-mission-section .content-column .description .icon {
                position: absolute;
                left: 0;
                top: 0;
                font-size: 30px;
                line-height: 1em;
                color: #0e4082
            }

            .ex-mission-section .content-column .description .text {
                position: relative;
                font-size: 16px;
                line-height: 26px;
                color: #555;
                font-weight: 400;
                margin-bottom: 40px
            }

            .ex-mission-section .content-column .description .link-box {
                position: relative;
                display: inline-block;
                z-index: 2
            }

                .ex-mission-section .content-column .description .link-box a {
                    position: relative;
                    display: inline-block;
                    font-size: 13px;
                    color: #222;
                    font-weight: 500;
                    text-transform: uppercase;
                    -webkit-transition: all .3s ease;
                    -moz-transition: all .3s ease;
                    -ms-transition: all .3s ease;
                    -o-transition: all .3s ease;
                    transition: all .3s ease
                }

                    .ex-mission-section .content-column .description .link-box a i {
                        display: inline-block;
                        margin-left: 3px;
                        color: #0e4082
                    }

                    .ex-mission-section .content-column .description .link-box a:hover {
                        color: #222
                    }

                .ex-mission-section .content-column .description .link-box:before {
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: -15px;
                    margin: 0 auto;
                    height: 51px;
                    width: 58px;
                    background-image: url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/icons/icon-1.png);
                    background-repeat: no-repeat;
                    background-position: center;
                    content: "";
                    z-index: -1
                }

        .ex-mission-section .content-column .testimonial-block-two {
            position: absolute;
            max-width: 420px;
            width: 100%;
            right: -300px;
            bottom: 0
        }

    .ex-mission-section .testimonial-block-two {
        position: relative
    }

        .ex-mission-section .testimonial-block-two .inner-box {
            position: relative;
            background-color: #0e4082;
            padding: 65px 70px 100px;
            box-shadow: 0 15px 40px rgba(0,0,0,.08)
        }

        .ex-mission-section .testimonial-block-two .text {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 30px;
            color: #fff;
            font-weight: 300;
            margin-bottom: 30px
        }

        .ex-mission-section .testimonial-block-two .sign-img {
            position: relative
        }

            .ex-mission-section .testimonial-block-two .sign-img img {
                max-width: 100%;
                height: auto
            }

        .ex-mission-section .testimonial-block-two .icon {
            position: absolute;
            right: 35px;
            bottom: 55px;
            font-size: 80px;
            color: #f8e751
        }

.contact-page-content.sec-pad.one {
    padding-bottom: 80px
}

.sm.testimonials-style-one.sec-pad-top {
    padding-bottom: 120px
}

img {
    max-width: 100%
}

.blog_sing .single-blog-style-one h3 a {
    color: #001328;
    font-weight: 800;
    font-size: 36px;
    line-height: 40px
}

.blog_sing .text-block {
    padding: 25px;
    margin-bottom: 50px;
    background: #f9fafa;
    padding: 25px;
    margin-bottom: 40px;
    background: #f4f4f4;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(12,0,46,.06);
    box-shadow: 0 2px 4px 0 rgba(12,0,46,.06);
    padding: 30px 47px 42px 50px;
    position: relative
}

.blog_sing .featured-image-box .image {
    margin-bottom: 0
}

.blog_sing .read-more {
    position: relative;
    color: #222;
    font-size: 13px;
    font-weight: 700;
    padding-left: 14px;
    padding-right: 30px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

    .blog_sing .read-more:before {
        position: absolute;
        content: "\f04b";
        left: 0;
        top: 0;
        color: #99c13d;
        font-size: 9px;
        font-family: FontAwesome
    }

    .blog_sing .read-more:hover:before {
        color: #222
    }

    .blog_sing .read-more:after {
        position: absolute;
        content: '';
        top: 11px;
        left: 100%;
        width: 590px;
        height: 1px;
        background-color: #ddd
    }

.mrside {
    margin-bottom: 50px
}

.title-box h3 {
    font-size: 22px;
    color: #282828;
    font-weight: 600;
    line-height: 1.2em;
    padding-left: 0;
    text-transform: capitalize;
    margin-bottom: 20px
}

aside.sidebar-side {
    padding-left: 10px
}

.blog_sing .read-more:hover {
    color: #f44438
}

.post-info li {
    position: relative;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    padding-right: 8px;
    margin-right: 8px;
    display: inline-block
}

.post-info {
    position: relative
}

    .post-info li span {
        text-transform: capitalize
    }

    .post-info li:last-child:after {
        display: none !important
    }

ul.post-info li {
    list-style-type: none !important;
    display: initial !important
}

ul.post-info {
    padding-left: 0 !important;
    margin-bottom: 10px
}

.post-info .fa {
    margin-right: 6px
}

ul.post-info li a {
    color: #f2595a;
    text-transform: capitalize
}

.blog_sing .single-blog-style-one h3 a:hover {
    color: #8d8d8d
}

.sticky .single-blog-style-one h3:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f097";
    position: absolute;
    left: 40px;
    line-height: 1.5;
    font-size: 1.5em;
    top: 11px;
    color: #f44438
}

.sticky .single-blog-style-one h3 a {
    font-size: 28px;
    font-weight: 700;
    color: #001328;
    padding-left: 40px
}

figure figcaption {
    margin-top: 10px
}

ul.pagination {
    position: relative;
    display: inline-block;
    padding: 25px 51px;
    box-shadow: 0 0 40px rgba(0,0,0,.08)
}

    ul.pagination > li {
        border: none !important;
        list-style-type: none !important;
        border-right: none !important;
        display: inline-block;
        position: relative;
        float: left;
        margin: 0 4px 0
    }

    ul.pagination li span.current {
        position: relative;
        display: block;
        height: 45px;
        width: 45px;
        text-align: center;
        line-height: 45px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: #fff;
        background: #0e4082;
        border-bottom: 3px solid #99c13d
    }

    ul.pagination > li > a.page-numbers {
        position: relative;
        display: block;
        height: 45px;
        width: 45px;
        text-align: center;
        line-height: 45px;
        font-size: 14px;
        color: #222;
        font-weight: 600;
        background: #f5f8fb;
        border-bottom: 3px solid #f5f8fb;
        text-transform: uppercase;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

        ul.pagination > li > a.page-numbers:hover {
            position: relative;
            display: block;
            height: 45px;
            width: 45px;
            text-align: center;
            line-height: 45px;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            color: #fff;
            background: #0e4082;
            border-bottom: 3px solid #99c13d
        }

.paginate-links > a > span {
    position: relative;
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #222;
    font-weight: 600;
    background: #f5f8fb;
    border-bottom: 3px solid #f5f8fb;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .paginate-links > a > span:hover {
        position: relative;
        display: inline-block;
        height: 45px;
        width: 45px;
        text-align: center;
        line-height: 45px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: #fff;
        background: #0e4082;
        border-bottom: 3px solid #99c13d
    }

.paginate-links > span {
    position: relative;
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    background: #0e4082;
    border-bottom: 3px solid #99c13d
}

.comment .text ol li, .comment .text ul li, .news-content ol li, .news-content ul li, .wp-style ol li, .wp-style ul > li {
    font-size: 16px;
    line-height: 26px;
    color: #798593;
    font-weight: 400
}

.comments-area .commnets_number {
    margin-top: 30px
}

.comments-area .name a {
    font-size: 18px;
    font-weight: 700;
    color: #f43737
}

.comments-area .name {
    font-size: 18px;
    font-weight: 700;
    color: #f43737
}

.comments-area .time {
    color: #242f6c;
    font-size: 16px;
    font-weight: 700
}

    .comments-area .time a {
        color: #242f6c;
        font-size: 16px;
        font-weight: 700
    }

.sidebar-page-container .comments-area .comment {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.comments-area .comment-box .reply-btn a {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 13px;
    line-height: 20px;
    color: #222;
    padding: 5px 15px 1px;
    font-weight: 700;
    border: 2px solid #ddd;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .comments-area .comment-box .reply-btn a:hover {
        background-color: #f43737 !important;
        border: 2px solid #222 !important;
        color: #fff !important
    }

.comment-form .group-title h2 {
    position: relative;
    color: #242f6c;
    font-weight: 700;
    text-transform: capitalize
}

.sidebar-page-container .comments-area {
    position: relative;
    margin-bottom: 50px
}

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 40px
}

    .sidebar-page-container .group-title h4 {
        position: relative;
        color: #242f6c;
        font-weight: 700;
        text-transform: capitalize
    }

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0 0 0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    padding: 0 0 0 110px;
    font-size: 14px
}

.sidebar-page-container .comments-area .reply-comment {
    margin-left: 120px
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    margin-bottom: 20px;
    overflow: hidden
}

    .sidebar-page-container .comments-area .comment-box .author-thumb img {
        width: 100%;
        display: block
    }

.sidebar-page-container .comments-area .comment-info {
    position: relative
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 18px;
    font-weight: 700;
    color: #242f6c;
    display: block;
    line-height: 1.3em;
    text-transform: capitalize
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #84858a;
    font-size: 18px;
    line-height: 1.9em;
    margin-bottom: 0;
    margin-top: 25px
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    font-size: 14px;
    color: #f43737;
    margin-top: 8px
}

.comment-box .theme-btn {
    top: 0;
    padding: 11px 22px;
    font-size: 14px;
    color: #242f6c;
    font-weight: 700;
    border: 2px solid #242f6c;
    text-transform: capitalize;
    background-color: #fff;
    margin-bottom: 40px
}

.add-comment-box .btn-style-one {
    top: 0;
    padding: 11px 22px;
    font-size: 14px;
    color: #242f6c;
    font-weight: 700;
    border: 2px solid #242f6c;
    text-transform: capitalize;
    background-color: #fff;
    margin-bottom: 40px
}

    .add-comment-box .btn-style-one:hover {
        top: 0;
        padding: 11px 22px;
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        border: 2px solid #99c13d;
        text-transform: capitalize;
        background-color: #99c13d;
        margin-bottom: 40px
    }

.sidebar-page-container .comments-area .comment-box .theme-btn:hover {
    background: #f43737;
    color: #fff;
    border-color: #f43737
}

.map-section .map-canvas {
    height: 550px
}

.comment-form {
    position: relative
}

    .comment-form .row {
        margin: 0 -10px
    }

    .comment-form .form-group {
        position: relative;
        padding: 0 10px;
        margin-bottom: 20px
    }

        .comment-form .form-group input[type=email], .comment-form .form-group input[type=tel], .comment-form .form-group input[type=text], .comment-form .form-group select {
            position: relative;
            display: block;
            width: 100%;
            line-height: 21px;
            padding: 10px 28px;
            color: #222;
            height: 70px;
            font-size: 18px;
            background: #fff;
            border: 4px solid #f2f3f6;
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease
        }

            .comment-form .form-group input[type=email]:focus, .comment-form .form-group input[type=tel]:focus, .comment-form .form-group input[type=text]:focus, .comment-form .form-group textarea:focus {
                border-color: #ee2d50
            }

        .comment-form .form-group input::-webkit-input-placeholder, .comment-form .form-group textarea::-webkit-input-placeholder {
            color: #84858a
        }

        .comment-form .form-group textarea {
            position: relative;
            display: block;
            width: 100%;
            line-height: 21px;
            padding: 10px 28px;
            color: #222;
            height: 125px;
            resize: none;
            font-size: 18px;
            background: #fff;
            border: 4px solid #f2f3f6;
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease
        }

        .comment-form .form-group textarea {
            height: 170px;
            padding-top: 20px
        }

    .comment-form .submit-btn {
        cursor: pointer;
        color: #fff;
        display: block;
        width: 100%;
        font-size: 16px;
        height: 70px;
        text-align: center;
        background-color: #242f6c;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }

        .comment-form .submit-btn .fa {
            margin-left: 4px
        }

        .comment-form .submit-btn:hover {
            background-color: #f43737
        }

.main_page .text-block {
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e7ec;
    padding-bottom: 20px
}

.error-section .theme-btn {
    border: 1px solid #99c13d;
    margin-top: 25px !important;
    position: absolute !important
}

.error-section .theme-btn {
    border: 1px solid #99c13d;
    margin-top: 25px !important;
    position: absolute !important;
    background: #99c13d !important;
    color: #fff !important
}

    .error-section .theme-btn:hover {
        border: 1px solid #99c13d;
        margin-top: 25px !important;
        position: absolute !important;
        background: #222 !important;
        color: #fff !important
    }

.search-box .form-group input[type=search] {
    position: relative;
    line-height: 24px;
    padding: 12px 50px 12px 20px;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    color: #333;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 55px;
    border-radius: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    width: 50px;
    display: block;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    line-height: 55px;
    background: #f2595a;
    font-weight: 400;
    border: none
}

.search_tx_box .theme-btn.btn-style-one {
    border: none;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #99c13d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 18px 39.5px;
    text-align: center;
    -webkit-box-shadow: 0 25px 30px 0 rgba(15,111,213,.15);
    box-shadow: 0 25px 30px 0 rgba(15,111,213,.15);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

    .search_tx_box .theme-btn.btn-style-one:hover {
        background: #001328;
        color: #fff;
        -webkit-box-shadow: 0 10px 30px 0 rgba(0,19,40,.3);
        box-shadow: 0 10px 30px 0 rgba(0,19,40,.3)
    }

.title-box .separator:before {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    width: 100%;
    height: 2px;
    background-color: #ddd
}

.title-box .separator:after {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    width: 50px;
    height: 2px;
    background-color: #f2595a
}

.title-box .separator {
    position: relative;
    width: 100%;
    height: 15px;
    margin-bottom: 20px
}

.footer_title {
    padding-top: 50px;
    font-size: 25px;
    margin-bottom: 30px;
    color: #fff
}

.site-header .logo-box img {
    width: 240px;
    padding: 15px 0
}

blockquote {
    margin-top: 50px;
    position: relative;
    border-left: 7px solid #99c13d;
    font-size: 15px;
    font-weight: 500;
    color: #f4f4f4;
    margin: 40px 0;
    background: #fff;
    padding: 25px;
    padding-left: 32px;
    margin-bottom: 50px;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(20,3,67,.08);
    box-shadow: 0 10px 30px 0 rgba(20,3,67,.08);
    margin: 25px
}

    blockquote:after {
        position: absolute;
        left: 7px;
        top: 37px;
        height: 73px;
        width: 62px;
        background-image: url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/about-icon-1.png);
        content: "";
        z-index: -1;
        opacity: .8
    }

    blockquote p {
        position: relative;
        display: block;
        font-size: 19px !important;
        line-height: 26px !important;
        color: #3b3b3b !important;
        font-weight: 500 !important;
        margin-bottom: 26px
    }

.sidebar-subscribe-form input {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    color: #798593;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: none;
    outline: 0
}

.sidebar-subscribe-form .thm-btn {
    margin-top: 10px;
    width: 100%
}

.subscribe-widget {
    background: #1a214d;
    padding: 50px
}

    .subscribe-widget h3 {
        color: #fff
    }

.twitter_feed li:before {
    content: "\f099" !important;
    font-family: FontAwesome !important;
    color: #4bcaff !important;
    width: 50px !important
}

.twitter_feed li p {
    margin-left: 25px;
    margin-top: -25px
}

.twitter_ago {
    color: #fff
}

.twitter_feed li {
    margin-bottom: 45px;
    margin-top: 50px;
    padding-bottom: 25px
}

.instagram-posts-widget .image img {
    width: 115px;
    float: left;
    margin: 2px;
    display: inline-block
}

.testimonial-widget {
    position: relative
}

    .testimonial-widget .image-box {
        position: relative
    }

        .testimonial-widget .image-box img {
            display: block;
            position: relative;
            width: 100%;
            height: auto
        }

    .testimonial-widget .info-box {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        height: 150px;
        width: 150px;
        border-radius: 50%;
        padding: 25px 0;
        text-align: center;
        background-color: rgba(255,255,255,.85)
    }

        .testimonial-widget .info-box span {
            font-size: 50px
        }

        .testimonial-widget .info-box .icon {
            position: relative;
            display: inline-block;
            font-size: 15px;
            color: #141414;
            margin-bottom: 5px
        }

        .testimonial-widget .info-box h3 {
            position: relative;
            font-size: 14px;
            line-height: 20px;
            color: #141414;
            text-transform: uppercase;
            font-weight: 600
        }

.footer-widget .btn-box {
    margin-top: 50px
}

.overlay-style-two {
    position: absolute;
    left: 0;
    bottom: -85%;
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,.5);
    opacity: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

    .overlay-style-two .box {
        display: table;
        height: 100%;
        width: 100%
    }

        .overlay-style-two .box .content {
            display: table-cell;
            text-align: center;
            vertical-align: middle
        }

.blog_sing:hover .image .overlay-style-two {
    bottom: 0;
    opacity: 1
}

.blog_sing .featured-image-box .image {
    position: relative
}

.blog_sing .featured-image-box {
    overflow: hidden
}

.widget_payonline_twitter .twitter_update .widget ul li:before {
    background-color: transparent
}

:focus {
    outline: -webkit-focus-ring-color auto 0
}

.service-style-two .single-service-two {
    transition: all .7s ease
}

    .service-style-two .single-service-two:hover {
        transition: all .7s ease;
        box-shadow: 0 0 50px rgba(0,0,0,.31)
    }

.shop-section .styled-pagination.text-center {
    padding-bottom: 120px
}

.about-style-two.min-vh-100 {
    min-height: 100% !important
}

.service-style-six.min-vh-100 {
    min-height: 100% !important
}

.solution-style-three.min-vh-100 {
    min-height: 100% !important
}

.testimonials-style-four.min-vh-100 {
    min-height: 100% !important
}

.payonline-sales-point.min-vh-100 {
    min-height: 100% !important
}

.time-line-style-one {
    padding: 120px 0
}

.time-tab-style-one {
    padding-top: 120px
}

.careers-page.sec-pad.two {
    padding-bottom: 70px
}

.investors-page.sec-pad.three {
    padding-bottom: 75px
}

.client-style-one.home-two img {
    filter: grayscale(100%);
    opacity: .5
}

.slider-home-four.slider-content-style .rounded-box {
    background: #1a214d
}

.black-shape-bg.sec-pad.cta-five img {
    max-width: none
}

.sec-pad.cta-five.home-five img {
    max-width: none
}

.service-style-two.solutions-page {
    padding-top: 120px;
    top: 0
}

.service-style-one.sec-pad.solutions-page img {
    max-width: none
}

.sec-pad.solutions-tab-one.one img {
    max-width: none
}

.single-partner-box .icon-box .inner-box img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.video-box-style-one .img-box img {
    height: 630px
}

.wraper_flyout_search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

    .wraper_flyout_search > .table {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 100%;
        margin: 0
    }

        .wraper_flyout_search > .table > .table-cell {
            position: relative;
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            text-align: center
        }

            .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                transform: translateX(100%);
                -webkit-transform: translateX(100%)
            }

                .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(1) {
                    left: 0;
                    background-color: rgba(0,0,0,.5);
                    transition: all .3s ease-in-out 0s;
                    -webkit-transition: all .3s ease-in-out 0s
                }

                .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(2) {
                    left: 300px;
                    background-color: rgba(0,0,0,.4);
                    transition: all .3s ease-in-out .3s;
                    -webkit-transition: all .3s ease-in-out .3s
                }

                .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(3) {
                    left: 600px;
                    background-color: rgba(0,0,0,.9);
                    transition: all .9s ease-in-out .6s;
                    -webkit-transition: all .9s ease-in-out .6s
                }

            .wraper_flyout_search > .table > .table-cell > .flyout-search-close {
                position: absolute;
                top: 40px;
                right: 40px;
                width: 30px;
                z-index: 2;
                text-align: center;
                cursor: pointer
            }

                .wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line {
                    width: 100%;
                    height: 2px;
                    float: left;
                    margin-bottom: 5px;
                    background-color: #fff
                }

                    .wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line:nth-child(1) {
                        transform: rotate(45deg);
                        -webkit-transform: rotate(45deg)
                    }

                    .wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line:nth-child(2) {
                        margin-top: -7px;
                        transform: rotate(-45deg);
                        -webkit-transform: rotate(-45deg)
                    }

            .wraper_flyout_search > .table > .table-cell .flyout_search {
                position: relative;
                z-index: 1;
                float: right;
                width: 100%;
                max-width: 500px;
                padding: 100px 40px 100px 40px;
                text-align: right
            }

                .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title {
                    margin-bottom: 30px
                }

                    .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title > :last-child {
                        margin-bottom: 0 !important
                    }

                    .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title h4 {
                        margin-bottom: 20px;
                        text-transform: uppercase;
                        font-weight: 300;
                        font-size: 35px;
                        color: #fff;
                        line-height: 45px;
                        letter-spacing: 50px;
                        opacity: 0;
                        transition: all 1s ease-in-out 0s;
                        -webkit-transition: all 1s ease-in-out 0s
                    }

                .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row {
                    position: relative;
                    padding: 0;
                    margin: 0
                }

                    .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row input[type=search] {
                        width: 100%;
                        height: 60px;
                        padding: 0 40px 0 0;
                        background-color: initial;
                        border: none;
                        border-bottom: 3px #dedede solid;
                        box-shadow: initial;
                        font-size: 20px;
                        color: #fff
                    }

                    .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row button[type=submit] {
                        position: absolute;
                        top: 17px;
                        right: 0;
                        z-index: 1;
                        width: 40px;
                        height: auto;
                        background-color: initial;
                        border: none;
                        cursor: pointer
                    }

                        .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row button[type=submit] i {
                            font-size: 20px;
                            color: #fff;
                            line-height: 20px
                        }

body.flyout-searchbar-active .wraper_flyout_search {
    opacity: 1;
    visibility: visible
}

    body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }

    body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title h4 {
        letter-spacing: 0;
        opacity: 1
    }

#hamburger-menu {
    width: 100%
}

.wraper_flyout_search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

    .wraper_flyout_search > .table {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 100%;
        margin: 0
    }

        .wraper_flyout_search > .table > .table-cell {
            position: relative;
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            text-align: center
        }

            .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                transform: translateX(100%);
                -webkit-transform: translateX(100%)
            }

                .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(1) {
                    left: 0;
                    background-color: rgba(0,0,0,.5);
                    transition: all .3s ease-in-out 0s;
                    -webkit-transition: all .3s ease-in-out 0s
                }

                .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(2) {
                    left: 300px;
                    background-color: rgba(0,0,0,.4);
                    transition: all .3s ease-in-out .3s;
                    -webkit-transition: all .3s ease-in-out .3s
                }

                .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(3) {
                    left: 600px;
                    background-color: rgba(0,0,0,.9);
                    transition: all .9s ease-in-out .6s;
                    -webkit-transition: all .9s ease-in-out .6s
                }

            .wraper_flyout_search > .table > .table-cell > .flyout-search-close {
                position: absolute;
                top: 40px;
                right: 40px;
                width: 30px;
                z-index: 2;
                text-align: center;
                cursor: pointer
            }

                .wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line {
                    width: 100%;
                    height: 2px;
                    float: left;
                    margin-bottom: 5px;
                    background-color: #fff
                }

                    .wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line:nth-child(1) {
                        transform: rotate(45deg);
                        -webkit-transform: rotate(45deg)
                    }

                    .wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line:nth-child(2) {
                        margin-top: -7px;
                        transform: rotate(-45deg);
                        -webkit-transform: rotate(-45deg)
                    }

            .wraper_flyout_search > .table > .table-cell .flyout_search {
                position: relative;
                z-index: 1;
                float: right;
                width: 100%;
                max-width: 500px;
                padding: 100px 40px 100px 40px;
                text-align: right
            }

                .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title {
                    margin-bottom: 30px
                }

                    .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title > :last-child {
                        margin-bottom: 0 !important
                    }

                    .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title h4 {
                        margin-bottom: 20px;
                        text-transform: uppercase;
                        font-weight: 300;
                        font-size: 35px;
                        color: #fff;
                        line-height: 45px;
                        letter-spacing: 50px;
                        opacity: 0;
                        transition: all 1s ease-in-out 0s;
                        -webkit-transition: all 1s ease-in-out 0s
                    }

                .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row {
                    position: relative;
                    padding: 0;
                    margin: 0
                }

                    .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row input[type=search] {
                        width: 100%;
                        height: 60px;
                        padding: 0 40px 0 0;
                        background-color: initial;
                        border: none;
                        border-bottom: 3px #dedede solid;
                        box-shadow: initial;
                        font-size: 20px;
                        color: #fff
                    }

                    .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row button[type=submit] {
                        position: absolute;
                        top: 17px;
                        right: 0;
                        z-index: 1;
                        width: 40px;
                        height: auto;
                        background-color: initial;
                        border: none;
                        cursor: pointer
                    }

                        .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row button[type=submit] i {
                            font-size: 20px;
                            color: #fff;
                            line-height: 20px
                        }

body.flyout-searchbar-active .wraper_flyout_search {
    opacity: 1;
    visibility: visible
}

    body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }

    body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title h4 {
        letter-spacing: 0;
        opacity: 1
    }

#hamburger-menu {
    width: 100%
}

.top-bar .right-content ul li i {
    cursor: pointer
}

.single-blog-page .text-block {
    margin-bottom: 40px;
    background: #f4f4f4;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(12,0,46,.06);
    box-shadow: 0 2px 4px 0 rgba(12,0,46,.06);
    padding: 30px;
    position: relative
}

    .single-blog-page .text-block h3 {
        margin-bottom: 30px;
        font-size: 32px;
        font-weight: 600;
        color: #242424
    }

.single-blog-page .post-info {
    position: relative;
    display: block;
    margin-bottom: 25px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 25px;
    border-top: 1px solid #d9d9d9;
    padding-top: 25px
}

.meta-info ul.post-info li, .single-blog-page .text-block .meta-info a {
    color: #222;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #0eaf96;
    font-weight: 600
}

.meta-info {
    position: relative;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px
}

    .meta-info .metauthor {
        background: #ececec !important;
        padding: 7px 32px;
        padding-right: 15px !important;
        padding-left: 15px !important;
        color: #99c13d !important
    }

        .meta-info .metauthor a {
            color: #fff
        }

        .meta-info .metauthor .fa {
            color: #818181
        }

    .meta-info .fa-comments:before {
        content: "\f086";
        color: #818181
    }

    .meta-info h3 {
        margin-bottom: 15px
    }

.aaa .arrow-btn {
    padding: 15px 40px 15px 25px;
    background: #f2595a;
    color: #fff;
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: .5s cubic-bezier(.86, 0, .07, 1);
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    box-shadow: 0 -2px 0 0 rgba(24,24,24,.15) inset
}

.aaa .arrow-btn-box:hover .arrow-btn {
    background: #1a214d;
    letter-spacing: 2px
}

.aaa .arrow-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: .5s cubic-bezier(.86, 0, .07, 1)
}

.aaa .arrow-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    width: 30px;
    height: 2px;
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: .5s cubic-bezier(.86, 0, .07, 1);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    background: #fff
}

.aaa .arrow-btn-box:hover .arrow-btn:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff
}

.aaa .arrow-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    width: 30px;
    height: 2px;
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: .5s cubic-bezier(.86, 0, .07, 1);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    background: #fff
}

.aaa .arrow-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: .5s cubic-bezier(.86, 0, .07, 1)
}

.aaa .arrow-btn {
    position: absolute
}

.blog_sing .text-block {
    padding-bottom: 90px
}

.single_post .meta-info {
    position: relative;
    display: block;
    margin-bottom: 15px;
    border-bottom: none;
    padding-bottom: 0
}

li.metauthor a {
    color: #f2595a !important
}

.post_thumb {
    margin-bottom: -20px !important
}

.single-pricing-style-one ul li:before {
    content: "\f058";
    color: #99c13d;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: FontAwesomel;
}

.header-navigation {
    background: #99c13d;
    width: 100%;
}

.single-service-six {
    background: #ffffff1c;
    padding: 30px;
}

.single-solution-style-one.text-box .pointer-large.animsition-link {
    color: #99c13d;
}

.single-blog-style-one .text-box .aaa {
    text-align: center;
    margin-left: -67%;
    margin-top: 40px
}

.post-info .fa-calendar, .post-info .fa-comments {
    color: #585858 !important;
    margin-left: 10px !important
}

blockquote:before {
    font-family: fo;
    position: absolute;
    bottom: 140px;
    right: 40px;
    width: 73px;
    height: 70px;
    border-radius: 50%;
    content: "\e939";
    color: #fffffffc;
    font-size: 41px;
    line-height: 70px;
    text-align: center;
    content: "\f10e";
    font-family: FontAwesome;
    background: #e6e6e6
}

.meta-info .fa-comments:before {
    content: "\f086";
    color: #818181 !important
}

blockquote {
    margin-top: 108px;
    margin-top: 50px;
    padding: 40px;
    border-left: 15px solid #1a214d;
    margin-left: 0
}

.single-service-six {
    background: #ffffff1c;
    padding: 24px !important
}

.single-blog-style-one .text-box {
    font-size: 17px
}

.footer_four {
    position: relative;
    padding: 100px 0 20px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover
}

    .footer_four:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(37,41,50,.95)
    }

    .footer_four .logo-box {
        position: relative;
        text-align: center;
        margin-bottom: 50px;
        margin:0 auto;
        width:fit-content;
    }

    .footer_four .widgets-section {
        position: relative;
        padding-top: 50px;
        text-align: center;
        border-top: 1px solid rgba(255,255,255,.1);
        width: 100% !important
    }

        .footer_four .widgets-section .info-list {
            position: relative
        }

            .footer_four .widgets-section .info-list li {
                position: relative;
                color: #fff;
                font-size: 15px;
                margin-bottom: 4px;
                text-transform:lowercase;
            }

        .footer_four .widgets-section .copyright {
            position: relative;
            color: #fff;
            font-size: 15px;
            margin-bottom: 4px
        }

        .footer_four .widgets-section .location {
            position: relative;
            color: #fff;
            font-size: 15px;
            margin-bottom: 8px
        }

.footer_four {
    clear: both
}

    .footer_four .social-icon-one li a {
        position: relative;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        color: #848484;
        text-align: center
    }

        .footer_four .social-icon-one li a i {
            color: #666;
            font-size: 16px;
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            color: #fff;
            width: 45px;
            height: 45px;
            line-height: 40px;
            text-align: center;
            border-radius: 50%;
            border: 2px solid #f0f0f0;
            margin: 0 5px
        }

    .footer_four .social-icon-one li {
        display: inline-block
    }

.pricing-section {
    position: relative;
    padding: 0 0 90px
}

    .pricing-section.style-two {
        padding-top: 120px
    }

    .pricing-section.grey-bg {
        background: #f0f0f0
    }

.tabs-box .tab {
    display: none
}

    .tabs-box .tab.active-tab {
        display: block
    }

.pricing-tabs {
    position: relative;
    text-align: center
}

    .pricing-tabs .tab-buttons {
        position: relative;
        display: block;
        margin-bottom: 50px
    }

        .pricing-tabs .tab-buttons:before {
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            height: 40px;
            width: 90px;
            content: "";
            border-radius: 40px;
            background-image: -webkit-linear-gradient(0deg,#6861e6 30%,#403ab4 100%);
            background-image: -ms-linear-gradient(0deg,#6861e6 30%,#403ab4 100%)
        }

.pricing-section.theme-two .tab-buttons:before {
    background: #0daf96
}

.pricing-tabs .tab-buttons:after {
    display: table;
    clear: both;
    content: ""
}

.pricing-tabs .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    padding-right: 70px;
    min-width: 120px;
    text-align: right;
    font-size: 18px;
    line-height: 40px;
    color: #222;
    font-weight: 300;
    cursor: pointer
}

    .pricing-tabs .tab-buttons .tab-btn:last-child {
        padding-right: 0;
        padding-left: 57px;
        text-align: left
    }

        .pricing-tabs .tab-buttons .tab-btn:last-child:before {
            display: none
        }

    .pricing-tabs .tab-buttons .tab-btn:before {
        position: absolute;
        top: 5px;
        height: 30px;
        width: 30px;
        background-color: #fff;
        border-radius: 30px;
        content: "";
        right: -38px;
        -webkit-box-shadow: 0 4px 20px rgba(44,44,56,.3);
        box-shadow: 0 4px 20px rgba(44,44,56,.3);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .pricing-tabs .tab-buttons .tab-btn.active-btn:before {
        right: 15px
    }

    .pricing-tabs .tab-buttons .tab-btn span {
        position: absolute;
        right: -70px;
        top: 0;
        font-size: 12px;
        font-weight: 300
    }

        .pricing-tabs .tab-buttons .tab-btn span:before {
            position: absolute;
            content: '';
            background-image: url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/arrow.png);
            bottom: -10px;
            left: -16px;
            width: 35px;
            height: 12px
        }

.pricing-table {
    position: relative;
    margin-bottom: 40px
}

    .pricing-table .inner-box {
        position: relative;
        padding: 60px 55px 60px;
        text-align: center;
        overflow: hidden;
        background: #f7f9ff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

        .pricing-table .inner-box:hover {
            background-color: #fff !important;
            -webkit-box-shadow: 0 0 12px 1px rgba(0,0,0,.06);
            box-shadow: 0 0 12px 1px rgba(0,0,0,.06)
        }

.shape-17 {
    height: 120px;
    width: 120px;
    background-image: url(https://seje.tonatheme.com/payonline/wp-content/themes/payonline/images/shape-17.png)
}

.pricing-table .shape-17 {
    top: 50px;
    left: 50%;
    margin-left: -53px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation-duration: 9s;
    animation-duration: 9s
}

.pricing-table:nth-child(2) .shape-17 {
    -webkit-animation-duration: 7s;
    animation-duration: 7s
}

.pricing-table:nth-child(3) .shape-17 {
    -webkit-animation-duration: 8s;
    animation-duration: 8s
}

.pricing-table.tagged .inner-box {
    background-color: #eff3ff
}

.pricing-table.tagged.style-two .inner-box {
    background-color: #fff
}

.pricing-table .icon-box {
    position: relative;
    font-size: 48px;
    color: #fff;
    background: #d0ca43;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    -webkit-box-shadow: 0 11px 21.25px 3.75px rgba(233,233,233,.65);
    box-shadow: 0 11px 21.25px 3.75px rgba(233,233,233,.65);
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 55px
}

.pricing-table:nth-child(2) .icon-box {
    background: #0daf96
}

.pricing-table:nth-child(3) .icon-box {
    background: #b83b96
}

.pricing-table .title {
    position: relative;
    display: block;
    font-size: 32px;
    color: #222;
    font-weight: 600;
    margin-bottom: 5px;
    margin-bottom: 20px
}

.pricing-table h6 {
    font-size: 17px;
    font-weight: 500;
    color: #626262
}

.pricing-table .price {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    color: #565656;
    font-weight: 600;
    padding: 30px 0;
    border-top: 1px solid #dbe0ef;
    border-bottom: 1px solid #dbe0ef;
    margin: 35px 0
}

    .pricing-table .price sup {
        position: relative;
        font-size: 36px;
        top: -24px;
        margin-right: 5px;
        color: #6a6a6a
    }

    .pricing-table .price sub {
        position: relative;
        display: inline-block;
        font-size: 24px;
        line-height: 1em;
        color: #3b3b3b;
        letter-spacing: 1px;
        font-weight: 300;
        top: 0
    }

.pricing-table .table-content {
    position: relative
}

    .pricing-table .table-content ul {
        position: relative;
        margin-bottom: 40px
    }

        .pricing-table .table-content ul li {
            position: relative;
            font-size: 17px;
            line-height: 26px;
            margin-bottom: 14px;
            color: #5c5c5c;
            font-size: 18px;
            line-height: 34px;
            font-weight: 400
        }

            .pricing-table .table-content ul li span {
                color: #999
            }

.pricing-table .table-footer {
    position: relative
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.theme-btn.btn-style-seven {
    position: relative;
    color: #222;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding: 14px 35px;
    border-radius: 3px;
    border: 1px solid #0563d3;
    box-shadow: 0 5px 21.25px 3.75px rgba(5,99,211,.05)
}

    .theme-btn.btn-style-seven:hover {
        color: #fff;
        background-color: #0563d3
    }

.theme-btn.btn-style-two {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding: 15px 35px;
    border-radius: 3px;
    background-color: #0462d3;
    box-shadow: 0 11px 21.25px 3.75px rgba(4,98,211,.17)
}

    .theme-btn.btn-style-two:hover {
        color: #fff;
        background-color: #0664d3;
        box-shadow: 0 11px 21.25px 3.75px rgba(194,191,255,.65)
    }

.footer_four .logo-box img {
    width: 250px !important;
}

.single-solution-style-one span.arrow-btn {
    color: #0057b3
}

.single-easy-step-one:hover {
    text-align: center;
    background: #dbdbdb21;
    padding: 30px;
}

.single-easy-step-one {
    text-align: center;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 12px 1px rgba(0,0,0,.06);
    box-shadow: 0 0 12px 1px rgb(98 98 98 / 62%);
}

.blog-style-one .single-blog-style-one .aaa .arrow-btn {
    box-shadow: none !important
}

.blog-style-one .single-blog-style-one .aaa .arrow-btn {
    padding: 0 30px 0 40px;
    background: #1a214d00;
    color: #1a214d;
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: .5s cubic-bezier(.86, 0, .07, 1);
    display: inline-block;
    text-transform: uppercase;
    font-family: Oswald,sans-serif;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 3px
}

.blog-style-one .single-blog-style-one .aaa .arrow-btn-box:hover .arrow-btn {
    padding: 0 35px 0 35px;
    background: #403ab403;
    letter-spacing: 4px;
    color: #fff
}

.blog-style-one .single-blog-style-one .aaa .arrow-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #1a214d;
    border-top: 2px solid #1a214d;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: .5s cubic-bezier(.86, 0, .07, 1)
}

.blog-style-one .single-blog-style-one .text-box {
    -webkit-box-shadow: 0 0 12px 1px rgba(0,0,0,.06);
    box-shadow: 0 0 12px 1px rgba(227,227,227,.62);
    font-size: 18px;
    line-height: 34px;
    color: #656b72
}

    .blog-style-one .single-blog-style-one .text-box:hover {
        color: #fff;
    }

.blog-style-one .single-blog-style-one:hover .aaa .arrow-btn {
    color: #fff
}

    .blog-style-one .single-blog-style-one:hover .aaa .arrow-btn:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        width: 7px;
        height: 7px;
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
        -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
        transition: .5s cubic-bezier(.86, 0, .07, 1)
    }

.single-solution-style-one:hover a span.arrow-btn {
    color: #fff
}

.pingback .author-thumb img {
    display: none !important
}

.pingback {
    padding: 0 !important
}

.comments-area .trackback .author-thumb {
    display: none
}

.comments-area .trackback.comment {
    padding: 0 !important
}

.sticky .single-blog-style-one h3:before, .tag-sticky-2 .single-blog-style-one h3:before {
    top: 84px;
    left: 50px
}

blockquote:before {
    top: -34px
}

.widget ul li a {
    color: #535353 !important
}

.meta-info ul.post-info li, .single-blog-page .text-block .meta-info a {
    color: #222;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #f2595a !important;
    font-weight: 600
}

.header-navigation ul.navigation-box > li.current-menu-ancestor > a, .header-navigation ul.navigation-box > li:hover > a {
    color: #fff !important;
}

.header-navigation ul.navigation-box > li > .sub-menu li:hover > a {
    color: #b8daff !important
}

.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu {
    background-color: #001328 !important
}

.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu li:hover {
    background: #0e0e0e !important
}

.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li > a {
    color: #fff !important
}

ul li.mega-menu > ul.sub-menu {
    background-color: #222 !important;
    padding: 10px 0 !important;
    width: 480px !important
}

    ul li.mega-menu > ul.sub-menu > li {
        display: block;
        float: left;
        margin: 0 5px;
        width: 230px;
        border: none
    }

ul li.mega-menu ul.sub-menu li {
    background-color: inherit;
    padding: 0 14px;
    border-top: none !important;
    border-right: 1px solid #c9c9c9
}

    ul li.mega-menu ul.sub-menu li:nth-child(even) {
        border-right: none !important
    }

.single-easy-step-one:hover {
    background: #f6f6f6 !important;
}

.kc_row .kc_col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.admin-bar .sticky-header {
    top: 32px
}

.kc_column > .kc-col-container {
    display: block
}

.kc-row-container.kc-container {
    max-width: 1200px;
    width: 100%
}

#wp-calendar {
    width: 100%
}

    #wp-calendar caption {
        text-align: right;
        color: #333;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 15px
    }

    #wp-calendar thead {
        font-size: 14px
    }

        #wp-calendar thead th {
            padding: 10px;
            background: #f13729;
            color: #fff;
            border: 1px solid #eaeaea;
            text-align: center
        }

    #wp-calendar tbody {
        color: #aaa
    }

        #wp-calendar tbody td {
            background: #202020;
            border: 1px solid #eaeaea;
            text-align: center;
            padding: 8px
        }

            #wp-calendar tbody td a {
                color: #fff !important
            }

            #wp-calendar tbody td:hover {
                background: #f13729 !important;
                color: #fff !important
            }

        #wp-calendar tbody .pad {
            background: 0 0
        }

    #wp-calendar tfoot #next {
        font-size: 14px;
        text-transform: uppercase;
        text-align: right
    }

    #wp-calendar tfoot #prev {
        font-size: 14px;
        text-transform: uppercase;
        padding-top: 10px
    }

.sticky .inner-box .wp-style {
    border: 3px solid #fff;
    padding: 20px !important
}

.sticky .post .post-content {
    background-color: transparent
}

.wp-caption {
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0
    }

.gallery-caption {
    font-size: 15px;
    color: #777;
    line-height: 1.8em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}

.bypostauthor {
    font-size: 15px;
    color: #777;
    line-height: 1.8em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}

.alignright {
    text-align: right
}

.alignleft {
    text-align: left
}

.aligncenter {
    text-align: center
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px
    }

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

.wp-style .sticky .inner-box .lower-content, .wp-style .tag-sticky-2 .inner-box .lower-content {
    background: #fafafa;
    border: 5px solid #e1e1e1
}

.wp-style h1, .wp-style h2, .wp-style h3, .wp-style h4, .wp-style h5, .wp-style h6 {
    margin-bottom: 18px;
    font-weight: 600;
    color: #242424;
    line-height: 1.4em
}

.wp-style h1 {
    font-size: 36px
}

.wp-style h2 {
    font-size: 32px
}

.wp-style h3 {
    font-size: 26px
}

.wp-style .text h4, .wp-style h4 {
    font-size: 22px
}

.wp-style h5 {
    font-size: 20px
}

.wp-style h6 {
    font-size: 18px
}

.wp-style table {
    margin-bottom: 20px
}

    .wp-style table thead tr th {
        border: 1px solid #ddd;
        vertical-align: bottom;
        padding: 8px
    }

    .wp-style table tbody tr th {
        border: 1px solid #ddd;
        line-height: 1.42857;
        padding: 8px;
        vertical-align: top
    }

    .wp-style table tbody tr td {
        border: 1px solid #ddd;
        line-height: 1.42857;
        padding: 8px;
        vertical-align: top
    }

.wp-style .text > ol, .wp-style .text > ul, .wp-style > ol, .wp-style > ul {
    padding-left: 18px
}

    .wp-style .text > ol li ol, .wp-style .text > ol li ol li ol, .wp-style .text > ul li ul, .wp-style .text > ul li ul li ul, .wp-style > ol li ol, .wp-style > ol li ol li ol, .wp-style > ul li ul, .wp-style > ul li ul li ul {
        padding-left: 40px
    }

    .wp-style .text > ul li, .wp-style > ul li {
        list-style-type: disc;
        display: list-item
    }

        .wp-style .text > ul li ul li, .wp-style > ul li ul li {
            list-style-type: circle
        }

            .wp-style .text > ul li ul li ul li, .wp-style > ul li ul li ul li {
                list-style-type: square
            }

.wp-style ol li {
    list-style-type: decimal;
    display: list-item
}

    .wp-style ol li ol li {
        list-style-type: lower-alpha
    }

        .wp-style ol li ol li ol li {
            list-style-type: upper-roman
        }

.wp-style figure img, .wp-style img, .wp-style p img {
    max-width: 100% !important;
    display: block !important;
    height: auto !important
}

figure {
    max-width: 100%;
    display: block
}

.widget ul {
    position: relative
}

    .widget ul li {
        position: relative;
        color: #797979;
        font-size: 16px;
        font-weight: 500;
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: block;
        border-bottom: 1px solid #f8f8f8;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        text-transform: capitalize;
        color: #242f6c;
        font-weight: 700;
        font-size: 16px !important
    }

        .widget ul li a {
            position: relative;
            color: #797979;
            padding-right: 15px;
            font-weight: 400;
            display: inline-block;
            transition: all .5s ease;
            -moz-transition: all .5s ease;
            -webkit-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
            font-size: 18px;
            font-weight: 500;
            color: #7e8597;
            padding-left: 25px;
            transition: .5s ease
        }

        .widget ul li:after {
            position: absolute;
            content: '';
            left: 5px;
            bottom: 14px;
            width: 6px;
            top: 8px;
            height: 6px;
            background-color: #1a214d;
            transition: all .3s ease;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease
        }

        .widget ul li a:hover {
            color: #f13729
        }

.widget select {
    width: 100%;
    display: block;
    border: 1px solid #ededed;
    padding: 6px 6px;
    margin-top: 15px;
    height: 50px
}

.textwidget img {
    height: auto;
    max-width: 100%
}

.widget ul li ul {
    padding: 0;
    margin: 0
}

    .widget ul li ul li {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #f8f8f8;
        margin-left: 18px
    }

        .widget ul li ul li:after {
            top: 20px
        }

        .widget ul li ul li:before {
            top: 25px
        }

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px
    }

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

    .screen-reader-text:focus {
        background-color: #eee;
        clip: auto !important;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.gallery figure {
    display: inline-block
}

.gallery-columns-1, .gallery-columns-2, .gallery-columns-3, .gallery-columns-4, .gallery-columns-5, .gallery-columns-6, .gallery-columns-7, .gallery-columns-8, .gallery-columns-9 {
    margin-left: -15px;
    margin-right: -15px
}

    .gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
        padding-left: 15px;
        padding-right: 15px
    }

    .gallery-columns-1 .gallery-item {
        width: 100%
    }

    .gallery-columns-2 .gallery-item {
        width: 50%
    }

    .gallery-columns-3 .gallery-item {
        width: 33.33333333%
    }

    .gallery-columns-4 .gallery-item {
        width: 25%
    }

    .gallery-columns-5 .gallery-item {
        width: 20%
    }

    .gallery-columns-6 .gallery-item {
        width: 16.66666666%
    }

    .gallery-columns-7 .gallery-item {
        width: 14.2857143%
    }

    .gallery-columns-8 .gallery-item {
        width: 12.5%
    }

    .gallery-columns-9 .gallery-item {
        width: 11.11111111%
    }

.widget_rss.footer-widget ul li, .widget_rss.widget ul li {
    margin-bottom: 15px;
    padding-bottom: 15px
}

    .widget_rss.footer-widget ul li a, .widget_rss.widget ul li a {
        font-weight: 600
    }

    .widget_rss.footer-widget ul li .rss-date, .widget_rss.widget ul li .rss-date {
        color: #2c2c2c;
        display: block
    }

    .widget_rss.footer-widget ul li .rss-date {
        color: #fafafa
    }

    .widget_rss.widget ul li:before {
        display: none
    }

    .widget_rss.widget ul li .rssSummary {
        font-size: 14px
    }

    .widget_rss.footer-widget ul li cite, .widget_rss.widget ul li cite {
        color: #2c2c2c;
        display: block;
        font-size: 14px
    }

    .widget_rss.footer-widget ul li cite {
        color: #fafafa
    }

.widget_rss.footer-widget ul li {
    border-bottom: 1px dashed #fafafa
}

    .widget_rss.footer-widget ul li .rss-date {
        margin-top: 10px
    }

.blog-link .left-btn a {
    margin: 0 10px 0 0
}

.post-password-form input[type=password] {
    border: 1px solid #b2b2b2;
    padding: 5px 10px;
    display: inline-block
}

.post-password-form input[type=submit] {
    background: #2c2c2c;
    color: #fff;
    padding: 6px 15px;
    display: inline-block;
    border: none;
    margin-left: -4px
}

.wp-style .posts-nav {
    margin-top: 50px
}

    .wp-style .posts-nav a {
        font-size: 15px;
        color: #333;
        text-decoration: none
    }

        .wp-style .posts-nav a span {
            display: inline-block;
            padding: 15px;
            color: #fff;
            font-size: 14px;
            background: #333
        }

        .wp-style .posts-nav a:hover {
            color: #f13729
        }

            .wp-style .posts-nav a:hover span {
                background: #f13729
            }

    .wp-style .posts-nav .pull-left {
        float: left
    }

    .wp-style .posts-nav .pull-right {
        float: right
    }

.sidebar-page-container .group-title h2, .sidebar-page-container .shina_theme .group-title h2 {
    margin-bottom: 0
}

.comments-area .comment-box .comment.pingback {
    padding-left: 0
}

    .comments-area .comment-box .comment.pingback .author-thumb {
        display: none
    }

.no-comments {
    display: inline-block;
    background: #2c2c2c;
    padding: 8px 15px;
    color: #fff;
    margin-top: 20px
}

#recentcomments li:after {
    display: none !important
}

.widget_recent_entries li:after {
    display: none !important
}

.widget_rss li:after {
    display: none !important
}

footer select {
    width: 100%;
    display: block;
    border: 1px solid #ededed;
    padding: 6px 6px;
    margin-top: 15px;
    height: 50px
}

footer a:hover {
    color: #dbdbdb
}

footer li {
    color: #fff
}

.post-tags span.commax {
    color: #7e8597
}

.depth-2 {
    margin-left: 30px
}

.extra-class.comment-box .extra-class.comment-box #respond {
    margin-left: 30px
}

.depth-3 {
    margin-left: 50px
}

.extra-class.comment-box .extra-class.comment-box .extra-class.comment-box #respond {
    margin-left: 50px
}

.depth-4 {
    margin-left: 70px
}

.extra-class.comment-box .extra-class.comment-box .extra-class.comment-box .extra-class.comment-box #respond {
    margin-left: 70px
}

.depth-5 {
    margin-left: 80px
}

#respond h2 {
    margin-bottom: 0
}

.reply-btn a {
    position: absolute;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    right: 0;
    top: 0;
    transition: .5s ease
}

    .reply-btn a:hover {
        color: #f13729
    }

.wp-caption.alignnone p {
    color: #000 !important
}

#recentcomments a:before {
    display: none
}

.widget_rss li a {
    padding-left: 0 !important
}

.widget_rss a:before {
    display: none
}

.lower-content {
    position: relative;
    overflow: hidden
}

.blog_pagtitle.page-title {
    position: relative;
    color: #fff;
    background-color: #fafafa;
    background-size: cover;
    background-position: center center;
    padding: 130px 0;
    padding-bottom: 80px
}

.widget_recent_entries ul li a {
    padding-left: 0 !important
}

.tagcloud a {
    z-index: 1;
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 12px 18px 9px;
    margin: 0 6px 10px 0;
    text-align: center;
    text-transform: capitalize;
    color: #242f6c;
    font-weight: 700;
    font-size: 16px !important;
    border: 2px solid #84858a;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

    .tagcloud a:hover {
        background-color: #f43737;
        color: #fff;
        border-color: #f43737
    }

.widget ul li:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 10px;
    width: 15px;
    top: 16px;
    height: 2px;
    background-color: #0e4082;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

#recentcomments li:before {
    display: none !important
}

#payonline_twitter-2 ul li:before {
    background-color: transparent
}

#payonline_twitter-2 ul li:after {
    background-color: transparent
}

.widget ul li:before {
    display: none
}

.logged-in.admin-bar .header-navigation.stricky-fixed {
    margin-top: 32px
}

@media (max-width: 768px) {
    .logged-in.admin-bar .header-navigation.stricky-fixed {
        margin-top: 44px
    }

    .header-navigation {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 600px) {
    .logged-in.admin-bar .header-navigation .container .logo-box {
        padding-top: 0
    }

    .logged-in.admin-bar .header-navigation.stricky-fixed {
        margin-top: 0
    }

    .header-navigation {
        padding-left: 0;
        padding-right: 0
    }
}

img {
    height: auto
}

.comment .text h1, .comment .text h2, .comment .text h3, .comment .text h4, .comment .text h5, .comment .text h6, .wp-style h1, .wp-style h2, .wp-style h3, .wp-style h4, .wp-style h5, .wp-style h6 {
    color: #1a224d;
    font-weight: 700;
    margin-bottom: 5px
}

.comment .text h1, .wp-style h1 {
    font-size: 38px
}

.comment .text h2, .wp-style h2 {
    font-size: 34px
}

.comment .text h3, .wp-style h3 {
    font-size: 26px
}

.comment .text h4, .wp-style h4 {
    font-size: 22px
}

.comment .text h5, .wp-style h5 {
    font-size: 20px
}

.comment .text h6, .wp-style h6 {
    font-size: 18px
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f000;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
        color: #5a5a5a
    }

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.post .blog-news-column .image-box a img {
    height: auto !important
}

.blog-news-column .image-box img {
    max-width: 100%
}

.blog-news-column .wp-style .text input[type=password] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #3a3a3a;
    display: inline-block;
    font-size: 13px;
    height: 42px;
    line-height: 24px;
    padding: 8px 40px 8px 20px;
    position: relative;
    transition: all .5s ease 0s
}

.blog-news-column .wp-style .text input[type=submit] {
    height: 42px;
    line-height: 40px;
    background: #71b100;
    border: 1px solid #71b100;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    padding: 0 15px;
    border-radius: 3px
}

    .blog-news-column .wp-style .text input[type=submit]:hover {
        color: #71b100;
        background: rgba(0,0,0,0)
    }

.post-password-form label input {
    border: 1px solid #a5a5a5;
    padding: 8px;
    margin-left: 15px
}

.post-password-form input[type=submit] {
    cursor: pointer;
    padding: 5px 14px;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #a5a5a5
}

.children {
    margin-left: 0
}

.footer-widget ul li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #444;
    font-weight: 400;
    margin-bottom: 10px
}

    .footer-widget ul li a:hover {
        color: #ff4747
    }

nav.navigation.comment-navigation {
    overflow: hidden;
    margin-bottom: 30px
}

select option {
    color: #222
}

select {
    background: #fff;
    width: 100% !important;
    padding: 8px;
    color: #222;
    font-size: 16px
}

.nav-previous a {
    margin-right: 15px;
    border: 1px solid #cecece;
    padding: 8px;
    float: left;
    display: inline-block;
    max-width: 300px
}

.nav-next a {
    border: 1px solid #cecece;
    padding: 8px;
    margin-right: 18px;
    display: inline-block;
    padding: 8px;
    float: right;
    max-width: 300px
}

.comment-navigation {
    margin-bottom: 60px
}

.blog-post .image-box {
    display: inline-block
}

.extra-class .extra-class .extra-class .comment-box {
    margin-left: 0
}

.extra-class .extra-class .comment-box {
    margin-left: 0
}

.extra-class > .extra-class {
    margin-left: 0
}

@media only screen and (max-width: 767px) {
    .extra-class .extra-class .extra-class .comment-box {
        margin-left: 0
    }
}

textarea {
    width: 100%
}

.lower-box .date a {
    margin: 0 2px
}

#wp-calendar {
    width: 100%
}

    #wp-calendar caption {
        text-align: right;
        color: #828282;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 15px
    }

    #wp-calendar thead {
        font-size: 10px
    }

        #wp-calendar thead th {
            padding-bottom: 10px
        }

    #wp-calendar tbody {
        color: #aaa
    }

        #wp-calendar tbody td {
            background: #4e4e4e;
            border: 1px solid #fff;
            text-align: center;
            padding: 8px;
            color: #fff
        }

        #wp-calendar tbody .pad {
            background: 0 0
        }

    #wp-calendar tfoot #next {
        font-size: 10px;
        text-transform: uppercase;
        text-align: right
    }

    #wp-calendar tfoot #prev {
        font-size: 14px;
        text-transform: uppercase;
        padding-top: 10px
    }

.news-block-two {
    margin-bottom: 100px
}

.wp-caption {
    border: 1px solid #f0f0f000;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0
    }

.gallery-caption {
    font-size: inherit
}

.bypostauthor {
    font-size: inherit
}

.alignright {
    text-align: right
}

.alignleft {
    text-align: left
}

.aligncenter {
    text-align: center
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto
    }

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

.comment .text table thead tr th, .news-content table thead tr th, .wp-style table thead tr th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom
}

.comment .text table tbody tr th, .news-content table tbody tr th, .wp-style table tbody tr th {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top
}

.comment .text table tbody tr td, .news-content table tbody tr td, .wp-style table tbody tr td {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top
}

.wp-style ul {
    margin-top: 0
}

    .comment .text ul li, .news-content ul li, .wp-style ul > li {
        list-style-type: disc;
        display: list-item;
        border-right: none
    }

        .comment .text ul li ul li, .news-content ul li ul li, .wp-style ul li ul li {
            list-style-type: square
        }

            .comment .text ul li ul li ul li, .news-content ul li ul li ul li, .wp-style ul li ul li ul li {
                list-style-type: circle
            }

.comment .text ol li, .news-content ol li, .wp-style ol li {
    list-style: decimal
}

    .comment .text ol li ol li, .news-content ol li ol li, .wp-style ol li ol li {
        list-style: upper-roman
    }

        .comment .text ol li ol li ol li, .news-content ol li ol li ol li, .wp-style ol li ol li ol li {
            list-style: lower-alpha
        }

.news-content li, .wp-style li, comment .text li {
    margin-bottom: 0
}

.comment .text ol, .comment .text ul, .wp-style ol, .wp-style ul {
    padding-left: 20px
}

    .comment .text ol li ol, .comment .text ul li ul, .news-content ol, .news-content ul, .wp-style ol li ol, .wp-style ul li ul {
        padding-left: 40px
    }

.paginate-links {
    margin-bottom: 30px;
    margin-top: 30px
}

.news-content figure img, .news-content p img, .wp-style figure img, .wp-style p img {
    max-width: 100%;
    height: auto
}

.news-content figure img, .wp-style figure img {
    max-width: 100%;
    display: block;
    height: auto
}

figure {
    max-width: 100%;
    display: block
}

.page .sidebar-page-container .news-content {
    background: #fff;
    padding: 30px
}

.widget ul li a {
    width: 85%;
    display: inline-block;
    text-transform: capitalize;
    color: #585858
}

.widget ul.children, .widget ul.sub-menu {
    padding: 0 !important
}

.widget select {
    max-width: 100% !important;
    width: 100% !important;
    border: 1px solid #7d7d7c !important;
    padding: 12px 15px !important;
    border-radius: 0 !important
}

.widget label {
    padding: 15px 25px
}

.textwidget img {
    height: auto;
    max-width: 100%
}

.th-comment-list .children {
    margin-left: 50px
}

#google-map-area {
    height: 450px
}

#google-map {
    height: 100%;
    width: 100%
}

.pingback img {
    display: none !important;
    margin-left: 0 !important
}

.pingback {
    margin-left: 0 !important;
    padding-left: 0 !important
}

#respond textarea {
    width: 100% !important;
    padding: 25px !important
}

.gallery-widget .image img {
    width: 85px;
    height: 70px;
    float: left;
    margin: 2px
}

.popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666;
    padding: 0 0;
    padding-left: 100px;
    margin-bottom: 25px
}

    .popular-posts .post:last-child {
        margin-bottom: 0
    }

    .popular-posts .post .post-thumb {
        position: absolute;
        left: 0;
        top: 0;
        width: 80px
    }

    .popular-posts .post:hover .post-thumb img {
        opacity: .7
    }

    .popular-posts .post .post-thumb img {
        display: block;
        width: 100%;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease
    }

    .popular-posts .post .text {
        position: relative;
        top: -4px;
        font-size: 18px;
        margin: 0 0 0;
        font-weight: 500;
        color: #000
    }

        .popular-posts .post .text a {
            color: #000;
            transition: all .3s ease;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease
        }

    .popular-posts .post a, .popular-posts .post a:hover {
        color: #ffae11
    }

.popular-posts .post-info {
    font-size: 15px;
    color: rgba(0,0,0,.6)
}

.noimage .border-bottom {
    padding-bottom: 15px;
    margin-bottom: 16px;
    border-bottom: 1px solid #4f4f4f
}

.noimage .blog-item-one h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000
}

.noimage .blog-item-one .link-btn a {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #00bffe
}

footer .noimage .blog-item-one h3 {
    color: #c3c3c3 !important
}

.any-questions {
    position: relative;
    padding: 50px 30px 45px;
    margin-bottom: 40px;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

    .any-questions:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(0,0,0,.85)
    }

    .any-questions .title-text p {
        position: relative;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 28px;
        padding-bottom: 28px
    }

        .any-questions .title-text p:before {
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 34px;
            height: 3px;
            content: '';
            margin-left: -17px;
            background: #fff
        }

    .any-questions h6 {
        font-size: 18px;
        line-height: 30px;
        color: #00bffe;
        font-weight: 700;
        margin: 30px 0
    }

    .any-questions .btn-style-six {
        color: #fff !important
    }

.search-box .form-group {
    position: relative;
    margin: 0
}

    .search-box .form-group input[type=search], .search-box .form-group input[type=text] {
        position: relative;
        line-height: 24px;
        padding: 12px 50px 12px 20px;
        border: 1px solid #f8f8f8;
        background: #f8f8f8;
        color: #333;
        display: block;
        font-size: 14px;
        width: 100%;
        height: 55px;
        border-radius: 0;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease
    }

    .search-box .form-group input:focus {
        border-color: #333
    }

.socials-link-one {
    display: inline-block
}

    .socials-link-one li {
        display: inline-block;
        margin-right: 8px;
        border: none !important
    }

        .socials-link-one li a {
            font-size: 13px !important;
            color: #fff !important;
            display: inline-block !important;
            width: 31px !important;
            height: 31px !important;
            border-radius: 15px !important;
            line-height: 31px !important;
            text-align: center !important;
            background: #313131 !important;
            transition: all .3s ease
        }

            .socials-link-one li a:before {
                content: none !important;
                display: none !important
            }

    .socials-link-one ul li i {
        margin-right: 0 !important
    }

    .socials-link-one li {
        padding: 0 !important
    }

        .socials-link-one li:hover a {
            background: #00bffe !important;
            transition: all .3s ease !important
        }

.newsletter-widget .form-group input[type=text] {
    background: #f7f4f4
}

footer .text a {
    color: #dedede !important
}

footer .popular-posts .post-info {
    color: rgba(224,224,224,.6) !important
}

.pingback .comment_title a {
    width: 63%
}

.wp-style .posts-nav a {
    font-size: 15px;
    color: #333
}

    .wp-style .posts-nav a:hover {
        color: #868686
    }

        .wp-style .posts-nav a:hover span {
            background: #868686
        }

.kc-wrap-columns .kc_column {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.widget_rss ul li {
    position: relative;
    padding-left: 0 !important;
    margin-bottom: 12px;
    padding-bottom: 15px
}

    .widget_rss ul li:before {
        content: none !important
    }

.wp-style .posts-nav {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #efefef;
    padding-top: 20px;
    margin-top: 30px
}

    .wp-style .posts-nav a {
        font-size: 15px;
        color: #333
    }

        .wp-style .posts-nav a span {
            display: inline-block;
            padding: 15px 19px;
            color: #fff;
            font-size: 14px;
            background: #ee2d50
        }

        .wp-style .posts-nav a:hover {
            color: #868686
        }

            .wp-style .posts-nav a:hover span {
                background: #868686
            }

.styled-pagination ul > li {
    border: none !important;
    list-style-type: none !important;
    border-right: none !important;
    display: inline-block
}

.post-info .fa {
    color: #818181
}

.rssSummary {
    line-height: 26px;
    margin: 0;
    font-size: 17px;
    color: #888
}

.widget ul.children > li, .widget ul.sub-menu > li {
    border-bottom: 0;
    margin-bottom: 12px;
    margin-left: 12px;
    margin-top: 12px;
    border-bottom: none !important
}

.rss-date {
    font-weight: 600;
    font-size: 15px;
    color: #ff4747 !important;
    padding: 10px 0;
    line-height: 26px
}

footer ul li a.rsswidget {
    font-weight: 600;
    font-size: 16px;
    width: 100%
}

.sidebar ul li a.rsswidget {
    font-weight: 600 !important;
    font-size: 16px !important;
    width: 100%;
    color: #1a224d !important
}

    .sidebar ul li a.rsswidget:hover {
        color: #ee2d50
    }

.widget ul li a {
    line-height: 24px;
    text-transform: capitalize;
    color: #242f6c;
    font-weight: 700;
    font-size: 16px !important
}

.meta_infox.fa-calendar {
    color: #ee2d50
}

.comment .text table thead tr th, .news-content table thead tr th, .wp-style table thead tr th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom
}

.comment .text table tbody tr th, .news-content table tbody tr th, .wp-style table tbody tr th {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top
}

.comment .text table tbody tr td, .news-content table tbody tr td, .wp-style table tbody tr td {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top
}

.wp-style ul {
    margin-top: 0
}

    .comment .text ul li, .news-content ul li, .wp-style ul > li {
        list-style-type: disc;
        display: list-item;
        border-right: none
    }

        .comment .text ul li ul li, .news-content ul li ul li, .wp-style ul li ul li {
            list-style-type: square
        }

            .comment .text ul li ul li ul li, .news-content ul li ul li ul li, .wp-style ul li ul li ul li {
                list-style-type: circle
            }

.comment .text ol li, .news-content ol li, .wp-style ol li {
    list-style: decimal
}

    .comment .text ol li ol li, .news-content ol li ol li, .wp-style ol li ol li {
        list-style: upper-roman
    }

        .comment .text ol li ol li ol li, .news-content ol li ol li ol li, .wp-style ol li ol li ol li {
            list-style: lower-alpha
        }

.news-content li, .wp-style li, comment .text li {
    margin-bottom: 0
}

.comment .text ol, .comment .text ul, .wp-style ol, .wp-style ul {
    padding-left: 20px
}

    .comment .text ol li ol, .comment .text ul li ul, .news-content ol, .news-content ul, .wp-style ol li ol, .wp-style ul li ul {
        padding-left: 40px
    }

.paginate-links {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 17px;
    color: #888
}

.news-content figure img, .news-content p img, .wp-style figure img, .wp-style p img {
    max-width: 100%;
    height: auto
}

.news-content figure img, .wp-style figure img {
    max-width: 100%;
    display: block;
    height: auto
}

figure {
    max-width: 100%;
    display: block
}

.page .sidebar-page-container .news-content {
    background: #fff;
    padding: 30px
}

dl, table {
    margin-top: 20px;
    margin-bottom: 20px
}

.wp-style table thead tr th {
    border: 1px solid #ddd;
    vertical-align: bottom;
    padding: 8px
}

.wp-style table tbody tr td {
    border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top
}

.wp-style table tbody tr th {
    border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top
}

.widget_recent_entries li:before {
    display: none !important
}

.widget_recent_entries li {
    padding-left: 0 !important
}

.widget_recent_entries ul li a:before, .widget_rss ul li a:before {
    display: none !important
}

.widget_recent_entries ul li, .widget_rss ul li {
    padding-left: 0 !important
}

    .widget_rss ul li a {
        padding-left: 0 !important
    }

.footer-widget ul li a {
    color: #fff
}

.footer-widget ul li {
    color: #fff;
    text-transform: capitalize
}

footer ul li a.rsswidget {
    color: #fff
}

footer p {
    color: #fff
}

footer .rssSummary {
    color: #fff !important
}

footer .tagcloud a {
    color: #fff
}

select {
    height: 50px
}

ul.twitter_feed li a:before {
    display: none
}

ul.twitter_feed li a {
    position: relative;
    color: #666 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding-left: 0 !important;
    display: inline-block
}

ul.twitter_feed li p {
    margin-bottom: 0 !important
}

ul.twitter_feed li a:first-child {
    color: #ee2d50 !important
}

.main-menu .navigation > li > ul > li ul ul {
    display: none !important
}

.widget ul.children > li, .widget ul.sub-menu > li {
    border-bottom: 0;
    margin-bottom: 12px;
    margin-left: 12px;
    margin-top: 12px;
    border-bottom: none !important
}

#respond .group-title {
    margin-bottom: 0 !important
}

.extra-class .comment {
    margin-bottom: 50px
}

.meta-info ul.post-info li, .single-blog-page .text-block .meta-info a {
    color: #222;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #1a214d;
    font-weight: 600
}

.blog_sing .single-blog-style-one h3 {
    margin-bottom: 20px
}

.blog_sing p {
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #798593;
    font-size: 18px
}

.error-section {
    position: relative;
    padding: 190px 0 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

    .error-section:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(26,26,28,.5)
    }

    .error-section .content {
        position: relative
    }

    .error-section h1 {
        position: relative;
        color: #fff;
        font-size: 200px;
        font-weight: 800;
        line-height: 1em;
        margin-bottom: 20px
    }

    .error-section h2 {
        position: relative;
        color: #fff;
        font-size: 55px;
        font-weight: 600;
        line-height: 1.2em;
        margin-bottom: 0
    }

    .error-section .text {
        position: relative;
        color: #fff;
        font-size: 25px;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 35px
    }

    .error-section .theme-btn {
        position: relative;
        font-size: 20px;
        font-weight: 500;
        padding: 15px 40px 15px
    }

h4.er_the_title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px
}

.error_text2 {
    margin-bottom: 20px;
    color: #fff
}

.sr_title {
    font-size: 25px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600
}

.search_text p {
    font-size: 17px;
    color: #414141;
    font-weight: 500
}

.search_text {
    font-size: 17px;
    color: #414141;
    font-weight: 500
}

.search_page_btn a {
    margin-top: 20px;
    margin-bottom: 20px
}

.main-menu .navigation > li > ul > li ul ul {
    display: none !important
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important
}

ul.info-list li {
    list-style-type: none;
    display: list-item;
    border-right: none
}

.search_area_df {
    margin-top: 100px;
    margin-bottom: 100px
}

.ex_team {
    padding-bottom: 30px
}

@media (min-width: 1200px) {
    .subscribe-form input {
        margin-bottom: 20px;
        width: 100%;
        max-width: 290px
    }
}

@media (max-width: 1199px) {
    img {
        max-width: 100%
    }

    .video-box-style-one .img-box img {
        height: 100%
    }

    .subscribe-form {
        text-align: center
    }

    .single-solution-style-one .text-box {
        padding-left: 0
    }

    .single-solution-style-one .img-box {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 30px;
        text-align: center
    }

    .video-box-style-one {
        width: 100%;
        margin-bottom: 30px
    }

    .video-box-two img {
        width: 100%
    }

    .expertize-box-one {
        margin-bottom: 30px
    }

    .single-blog-style-one .text-box {
        padding-left: 18px;
        padding-right: 18px
    }

    .single-service-two {
        padding: 30px
    }

        .single-service-two p {
            font-size: 17px;
            line-height: 30px
        }

    .video-box-three .video-box-content .sec-title h2 br {
        display: none
    }

    .single-testimonial-one .img-box {
        width: calc(60% - 10px)
    }

    .single-testimonial-one .text-box {
        width: 40%
    }

        .single-testimonial-one .text-box p {
            font-size: 17px;
            line-height: 33px
        }

    .single-testimonial-one .text-box {
        padding: 44px 55px
    }

    .site-header.home-three .header-navigation .container .logo-box {
        text-align: center;
        padding-right: 0;
        position: relative
    }

        .site-header.home-three .header-navigation .container .logo-box .navbar-brand {
            width: 100%
        }

    .site-header.home-three .header-navigation .container .menu-toggler {
        position: absolute;
        top: 50%;
        margin: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 20px
    }

    .site-header.home-three .header-navigation .container .right-side-box {
        top: 22px
    }

    .site-header.home-three .right-side-box .sidemenu li a {
        font-size: 20px
    }

    .site-header.home-three .header-navigation .main-navigation {
        text-align: left
    }

    .faq-style-one .faq-image-box {
        margin-bottom: 40px
    }

    .single-service-four p {
        width: 100%
    }

    .cta-five .cta-content .sec-title h2, .video-box-style-four .video-box-content .sec-title h2 {
        font-size: 34px
    }

    .client-carousel-two .item {
        padding: 0
    }

    .meeting-form-wrapper .sec-title h2 {
        font-size: 34px
    }

    .single-faq-two .title-block {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center
    }

        .single-faq-two .title-block .inner-box {
            width: 100%
        }

    .single-faq-two {
        padding-left: 35px;
        padding-right: 35px
    }

        .single-faq-two h3 {
            font-size: 18px
        }

    .site-header.style-six .header-navigation .container {
        padding-right: 15px
    }

        .site-header.style-six .header-navigation .container .logo-box {
            padding-right: 200px
        }

    .about-style-two p br {
        display: none
    }

    .single-service-six p {
        width: 100%
    }

    .service-style-seven .container-outer {
        margin-top: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .service-style-seven {
        margin-top: 60px;
        padding-top: 120px
    }

    .service-title-box {
        padding-bottom: 120px
    }

    .time-tab-style-one .single-tab-content .img-box {
        margin-bottom: 30px
    }

    .time-line-style-one .featured-image-box img {
        max-width: none
    }

    .time-line-style-one .tab-title li + li {
        margin-left: 29px
    }

    .service-style-one.solutions-page .single-tab-content-two .sec-title h2 br {
        display: none
    }

    .solutions-tab-one .tab-title li a {
        padding-left: 22px;
        padding-right: 22px
    }

    .top-location-block .text-block .sec-title h2 br {
        display: none
    }

    .single-contact-page-info {
        padding: 30px
    }

        .single-contact-page-info p {
            font-size: 17px
        }
}

@media (max-width: 1199px) {
    .top-header .float-left, .top-header .float-right {
        width: 100%;
        text-align: center
    }

    .top-header .header-right-info {
        margin-top: 11px
    }

        .top-header .header-right-info .text-box {
            text-align: left
        }

    .header-navigation {
        margin-bottom: 0
    }

    .logo-box {
        width: 100%;
        float: none;
        margin: 0 !important
    }

    .navigation-box {
        margin: 0
    }

    .navbar-expand-lg .menu-toggler {
        display: block;
        margin-right: 0;
        border-color: #fff;
        background-color: transparent !important;
        margin: 20px 0;
        color: #fff;
        border: none;
        font-size: 28px;
        float: right;
        outline: 0;
        cursor: pointer
    }

    .menu-toggler:hover {
        border-color: #00ad4d
    }

    .menu-toggler .icon-bar {
        background: #fff
    }

    .menu-toggler:hover .icon-bar {
        background: #00ad4d
    }

    .navbar-expand-lg .navbar-collapse {
        padding-bottom: 0;
        overflow: auto !important;
        width: 100%
    }

    .navbar-expand-lg .navbar-collapse {
        display: none !important;
        background: 0 0;
        padding: 0 0 !important;
        padding-bottom: 0 !important;
        margin: 0;
        background: #000;
        transition: all .5s ease;
        height: 0
    }

        .navbar-expand-lg .navbar-collapse.showen {
            display: block !important;
            height: auto;
            max-height: 70vh
        }

    .navbar-collapse.show {
        overflow-y: auto
    }

    .header-navigation .nav {
        width: 100%;
        text-align: left
    }

        .header-navigation .nav > li {
            display: block;
            padding: 0 !important;
            width: 100%;
            float: none
        }

            .header-navigation .nav > li + li {
                margin-left: 0 !important
            }

            .header-navigation .nav > li > a {
                padding: 8px 0
            }

    .header-navigation .right-box.nav {
        width: 100%;
        margin: 0
    }

        .header-navigation .right-box.nav > li > a {
            border: none !important;
            padding: 8px 0;
            color: #fff
        }

    .header-navigation .nav > li > a:after {
        display: none
    }

    .header-navigation .nav.navigation-box + .nav {
        border-top: 1px dashed #282828
    }

    .header-navigation .navigation-box > li > .sub-menu, .header-navigation .navigation-box > li > .sub-menu > li > .sub-menu {
        position: relative !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transition: none !important;
        display: none;
        float: none !important;
        margin: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

        .header-navigation .navigation-box > li > .sub-menu > li > a::after {
            display: none
        }

    .header-navigation ul.navigation-box > li + li {
        padding: 0 !important;
        border-top: 1px solid rgba(255,255,255,.1);
        display: block;
        float: none
    }

    .header-navigation .nav > li.show-mobile {
        display: none
    }

    .header-navigation .right-box.nav > li > a, .header-navigation ul.navigation-box > li > a {
        padding: 0;
        display: block;
        color: #fff;
        padding: 16px 0 16px 20px !important;
        transition: background .4s ease 0s;
        text-transform: capitalize
    }

    .header .stricky-fixed.header-navigation .nav > li {
        padding: 0 !important
    }

    .header-navigation ul.navigation-box li a .sub-nav-toggler {
        background-color: transparent;
        background-image: none;
        border: 1px solid #fff;
        border-radius: 4px;
        padding: 9px 9px;
        position: absolute;
        top: 10px;
        right: 15px;
        margin-right: 10px;
        display: block;
        cursor: pointer
    }

    .header-navigation .navigation-box .sub-nav-toggler .icon-bar {
        border-radius: 1px;
        display: block;
        height: 1px;
        width: 20px
    }

        .header-navigation .navigation-box .sub-nav-toggler .icon-bar:before {
            height: 100%;
            width: 100%;
            content: "\f107";
            position: absolute;
            left: 0;
            top: 0;
            font-family: fontawesome;
            color: #fff;
            font-size: 20px
        }

    .header-navigation ul.navigation-box li ul li a .sub-nav-toggler .icon-bar:before {
        color: #001328
    }

    .header-navigation .navigation-box .sub-nav-toggler.active .icon-bar:before {
        color: #99c13d
    }

    .header-navigation .navigation-box .sub-nav-toggler .icon-bar + .icon-bar {
        margin-top: 4px
    }

    .header-navigation .container .right-side-box {
        top: 10px;
        right: 15px;
        transform: translateY(0)
    }

    .header-navigation .container {
        display: block;
        padding-right: 15px;
        padding-left: 15px;
        position: relative
    }

        .header-navigation .container .logo-box {
            position: relative;
            top: 0;
            left: 0;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
            float: none;
            padding-right: 145px
        }

            .header-navigation .container .logo-box .navbar-brand {
                float: left;
                padding: 20px 0
            }

            .header-navigation .container .logo-box .navbar-toggler {
                float: left
            }

    .header-navigation ul.navigation-box {
        display: block;
        margin: 0 !important;
        width: 100%
    }

        .header-navigation ul.navigation-box > li {
            padding: 0;
            display: block
        }

            .header-navigation ul.navigation-box > li > a {
                display: block;
                padding: 13px 30px
            }

                .header-navigation ul.navigation-box > li > a:after {
                    display: none
                }

            .header-navigation ul.navigation-box > li + li {
                margin: 0
            }

    .header-navigation .main-navigation {
        float: none;
        width: 100%;
        display: none;
        text-align: left;
        background: #000;
        max-height: 70vh;
        overflow-y: scroll
    }

    .header-navigation .container .menu-toggler {
        display: block
    }

    .header-navigation.stricky-fixed ul.navigation-box > li {
        padding: 0
    }

    .site-header.style-two .header-navigation .container .menu-toggler {
        color: #001328
    }

    .site-header.style-two .header-navigation ul.navigation-box > li > a {
        color: #fff
    }

    .site-header.style-two .header-navigation .container {
        padding-right: 15px
    }

        .site-header.style-two .header-navigation .container .logo-box {
            padding-right: 100px
        }

        .site-header.style-two .header-navigation .container .right-side-box {
            top: 23px
        }

    .site-header.home-four .header-navigation .container .menu-toggler {
        color: #001328
    }

    .site-header.home-four .header-navigation ul.navigation-box > li > a {
        color: #fff
    }

    .site-header.style-five .header-navigation .container .menu-toggler {
        color: #fff
    }

    .site-header.style-five .header-navigation .container .logo-box {
        padding-right: 0
    }

    .header-navigation ul.navigation-box li ul li a .sub-nav-toggler {
        border-color: #001328
    }

    .header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu {
        display: none
    }
}

@media (max-width: 991px) {
    img {
        max-width: 100% !important
    }

    .easy-steps-style-one {
        padding-bottom: 80px
    }

    .single-easy-step-one {
        margin-bottom: 40px
    }

    .subscribe-form {
        padding: 50px 30px
    }

        .subscribe-form h3 {
            font-size: 28px;
            margin-bottom: 24px
        }

        .subscribe-form input {
            max-width: 100%;
            margin-bottom: 30px;
            margin-right: 0
        }

    .get-apps-style-one-content {
        padding-right: 0;
        margin-bottom: 50px !important
    }

    .single-blog-style-one {
        margin-bottom: 40px
    }

        .single-blog-style-one .text-box {
            padding: 36.5px 35px
        }

    .blog-style-one {
        padding-bottom: 80px
    }

    .footer-widget.links-widget-one {
        padding-left: 0
    }

    .service-style-one .tab-title .icon-box {
        width: 70px;
        height: 70px
    }

        .service-style-one .tab-title .icon-box:before {
            width: 40px;
            height: 40px
        }

        .service-style-one .tab-title .icon-box i {
            font-size: 40px;
            line-height: 70px
        }

    .service-style-one .tab-title h3 {
        font-size: 16px;
        margin-top: 20px
    }

    .get-apps-style-one .featured-image {
        margin-left: 0
    }

    .service-style-two {
        margin-bottom: 0;
        padding-bottom: 80px
    }

    .single-service-two {
        margin-bottom: 40px
    }

    .video-box-three {
        padding-top: 120px
    }

        .video-box-three .video-box-content {
            margin-bottom: 50px
        }

            .video-box-three .video-box-content p {
                width: 70%
            }

        .video-box-three .mocup-box {
            text-align: center;
            width: 100%
        }

    .single-testimonial-one {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column
    }

        .single-testimonial-one .img-box, .single-testimonial-one .text-box {
            float: none;
            width: 100%;
            flex: 1
        }

        .single-testimonial-one .text-box {
            -webkit-order: 2;
            order: 2;
            border-top-right-radius: 0;
            border-top-left-radius: 0
        }

        .single-testimonial-one .img-box {
            -webkit-order: 1;
            order: 1;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

    .team-style-one {
        padding-bottom: 80px
    }

    .single-team-style-one {
        margin-bottom: 40px
    }

    .solution-style-two img.shaped-bg {
        display: none
    }

    .solution-style-two .solution-content {
        margin-bottom: 50px
    }

    .solution-style-two .featured-image-box {
        text-align: center
    }

    .cta-three .featured-image {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .cta-three .cta-btn.two {
        margin-left: auto;
        margin-right: auto
    }

    .cta-three .row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column
    }

        .cta-three .row [class*=col-]:first-child {
            flex: 1;
            -webkit-order: 2;
            order: 2
        }

        .cta-three .row [class*=col-]:last-child {
            flex: 1;
            -webkit-order: 1;
            order: 1
        }

    .cta-three .sec-title {
        margin-bottom: 50px
    }

    .cta-three .btn-box .btn-tag-line {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .cta-three-content {
        margin-bottom: 50px
    }

    .about-style-one .featured-image-box .img-box {
        width: 100%;
        margin-top: 40px
    }

        .about-style-one .featured-image-box .img-box img {
            width: 100%
        }

    .fun-fact-style-one .sec-title {
        text-align: center
    }

        .fun-fact-style-one .sec-title span:before {
            margin-left: auto;
            margin-right: auto
        }

    .single-testimonial-two .video-popup-box {
        margin-top: 40px !important;
        padding-bottom: 100px
    }

    .pricing-style-one {
        padding-bottom: 70px
    }

    .single-pricing-style-one {
        margin-bottom: 50px
    }

    .cta-four [class*=col-] {
        text-align: center !important
    }

    .cta-four .btn-box {
        width: 100%;
        margin-top: 30px !important
    }

        .cta-four .btn-box .btn-tag-line {
            -webkit-transform: translateX(-60%);
            transform: translateX(-60%)
        }

    .video-box-style-four {
        padding-left: 0;
        padding-right: 0
    }

        .video-box-style-four .video-box, .video-box-style-four .video-box img {
            width: 100%
        }

        .video-box-style-four .video-box-content {
            width: 100%;
            max-width: 650px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 50px
        }

    .cta-five, .service-style-five {
        padding-bottom: 80px
    }

    .single-service-five {
        margin-bottom: 40px
    }

    .cta-five .cta-content {
        margin-bottom: 50px
    }

    .cta-five .single-cta-box {
        margin-bottom: 40px
    }

    .single-testimonial-style-three p {
        font-size: 18px;
        margin-bottom: 15px
    }

    .single-testimonial-style-three {
        padding-left: 30px;
        padding-right: 30px
    }

        .single-testimonial-style-three .client-box {
            padding-top: 20px
        }

    .meeting-form-wrapper:before, .video-box-style-four:before {
        width: 100%
    }

    .meeting-form {
        padding: 50px;
        margin-top: 40px
    }

    .faq-style-two {
        padding-bottom: 80px
    }

    .single-faq-two {
        margin-bottom: 40px
    }

    .about-style-two .about-image-box {
        margin-top: 150px !important
    }

    .single-service-six {
        margin-bottom: 40px
    }

    .service-style-six {
        padding-bottom: 80px
    }

    .solution-style-three {
        padding-bottom: 90px
    }

    .single-solution-style-three {
        margin-bottom: 30px
    }

    .time-tab-style-one {
        padding-top: 200px
    }

        .time-tab-style-one .tab-title li a h3 {
            font-size: 16px
        }

    .time-line-style-one .featured-image-box img {
        max-width: 100%
    }

    .time-line-style-one {
        padding: 80px 0
    }

    .slider-content-style-four .video-button-box {
        text-align: left !important;
        margin-top: 40px !important
    }

    .team-style-two {
        padding-bottom: 80px
    }

    .single-team-style-two {
        margin-bottom: 40px
    }

    .time-line-style-one .featured-image-box {
        margin-left: 0;
        margin-top: 40px
    }

    .service-style-one.solutions-page .single-tab-content-two .thm-btn {
        margin-bottom: 50px
    }

    .solutions-tab-one .tab-title {
        margin-bottom: 90px;
        border-bottom: 0
    }

        .solutions-tab-one .tab-title li {
            width: 33.333333333%;
            padding-bottom: 30px
        }

    .solutions-tab-one .single-tab-content-two .thm-btn {
        margin-bottom: 50px
    }

    .top-location-block .contact-info {
        margin-top: 100px
    }

    .single-contact-page-info {
        margin-bottom: 30px
    }

    .contact-page-content {
        padding-top: 90px
    }
}

@media (max-width: 767px) {
    .comments-area .comment-box .reply-btn a {
        top: -12px
    }

    .extra-class > .extra-class {
        margin-left: 0
    }

    .extra-class .extra-class .comment-box {
        margin-left: 0
    }

    .depth-2 {
        margin-left: 0
    }

    .depth-3 {
        margin-left: 0
    }

    .depth-4 {
        margin-left: 0
    }

    .depth-5 {
        margin-left: 0
    }

    .extra-class.comment-box .extra-class.comment-box .extra-class.comment-box .extra-class.comment-box #respond {
        margin-left: 0
    }

    .extra-class.comment-box .extra-class.comment-box .extra-class.comment-box .extra-class.comment-box #respond {
        margin-left: 0
    }

    .extra-class.comment-box .extra-class.comment-box #respond {
        margin-left: 0
    }

    .extra-class.comment-box .extra-class.comment-box .extra-class.comment-box #respond {
        margin-left: 0
    }

    .sec-pad {
        padding: 80px 0
    }

    .sec-pad-top {
        padding-top: 80px
    }

    .sec-pad-bottom {
        padding-bottom: 80px
    }

    .blog-style-one, .easy-steps-style-one {
        padding-bottom: 40px
    }

    .site-footer .upper-footer {
        padding-bottom: 60px
    }

    .footer-widget {
        margin-bottom: 40px !important
    }

    .video-box-style-one {
        display: block;
        margin-bottom: 30px
    }

    .subscribe-form {
        text-align: center
    }

        .subscribe-form h3 {
            width: 100%
        }

    .cta-one .text-right {
        text-align: center !important
    }

    .video-box-two {
        margin-top: 30px
    }

    .cta-one-content .btn-tag-line {
        margin-bottom: 20px
    }

    .slider-content-style-two h2 {
        font-size: 56px;
        line-height: 60px;
        margin-bottom: 25px
    }

    .slider-content-style-two .cta-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        max-width: 355px
    }

    .solution-style-two .solution-content .sec-title h2 br {
        display: none
    }

    .solution-style-two .solution-content {
        padding-right: 0
    }

    .cta-three .sec-title h2 br {
        display: none
    }

    .site-header.style-two .top-bar [class*=float-] {
        width: 100%;
        text-align: center
    }

    .video-box-three .video-box-content p {
        width: 100%
    }

    .cta-three .container:before {
        width: 80%
    }

    .slider-content-style-four .box {
        text-align: center !important
    }

    .slider-content-style-four .video-button-box {
        text-align: center !important
    }

    .service-title-box {
        padding-bottom: 20px
    }

    .service-style-seven .container-outer {
        position: relative;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .service-style-seven {
        margin-top: 0;
        padding-top: 80px
    }

    .time-tab-style-one {
        padding-top: 130px
    }

        .time-tab-style-one .tab-title li {
            width: 50%
        }

    .team-style-two {
        text-align: center
    }

    .error-404-page h1 {
        font-size: 10rem
    }

    .contact-page-content {
        padding-top: 50px
    }
}

@media (max-width: 650px) {
    .top-bar [class*=float-] {
        width: 100%;
        text-align: center
    }

    .slider-content-style .content h3 {
        font-size: 75px;
        line-height: 75px
    }

    .cta-three .single-content {
        padding-right: 0
    }

    .testi-pager [class*=col-] {
        width: 25%;
        float: left
    }
}

@media (max-width: 575px) {
    .single-service-six {
        width: 100%;
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .single-blog-page .share-block [class*=float-] {
        text-align: center;
        width: 100%
    }

    .single-blog-page .share-block [class*=float-right] {
        margin-top: 20px
    }

    .single-blog-page .share-block {
        padding: 30px 0;
        margin: 30px 0
    }

    .single-blog-page .author-block .author-img-box, .single-blog-page .author-block .author-text-block, .single-blog-page .single-comment-block .comment-img-block, .single-blog-page .single-comment-block .comment-text-block {
        display: block;
        padding: 0
    }

    .single-blog-page .author-block .author-img-box, .single-blog-page .single-comment-block .comment-img-block {
        margin-bottom: 20px
    }

    .single-blog-page .author-block .author-text-block h3, .single-blog-page .author-block .author-text-block p {
        margin-bottom: 15px
    }

    .single-blog-page .single-comment-block .comment-text-block h3, .single-blog-page .single-comment-block .comment-text-block p {
        margin: 0
    }

    .single-blog-page .single-comment-block .comment-text-block p {
        margin-top: 20px
    }

    .single-blog-page .single-comment-block .comment-text-block .thm-btn {
        position: relative;
        margin-top: 20px
    }

    .single-blog-page .single-comment-block + .single-comment-block {
        padding-top: 30px;
        margin-top: 30px
    }
}

@media (max-width: 480px) {
    .header-navigation .container .logo-box {
        padding-right: 0
    }

    .header-navigation .container .right-side-box {
        display: none
    }

    .sec-title h2 br {
        display: none
    }

    .sec-title h2 {
        font-size: 32px
    }

    .service-style-one .tab-title li {
        width: 33.3333%
    }

        .service-style-one .tab-title li a {
            padding-bottom: 30px
        }

            .service-style-one .tab-title li a:after {
                display: none
            }

    .service-style-one .single-tab-content {
        padding: 30px
    }

        .service-style-one .single-tab-content .icon-box, .service-style-one .single-tab-content .text-box {
            display: block
        }

        .service-style-one .single-tab-content .text-box {
            padding-left: 0;
            margin-top: 20px
        }

    .subscribe-form input {
        margin-right: 0;
        margin-bottom: 20px
    }

    .video-box-two {
        width: 100%;
        margin-top: 30px
    }

        .video-box-two img {
            width: 100%
        }

    .site-header.style-two .header-navigation .container .logo-box {
        padding-right: 0
    }

    .slider-content-style-two .cta-form .btn-box .btn-tag-line {
        display: none
    }

    [class*=cta-block-] h3 br {
        display: none
    }

    .single-sales-point .text-box {
        padding-left: 30px;
        padding-top: 50px
    }

        .single-sales-point .text-box h3 {
            margin-bottom: 20px
        }

    .site-header.home-three .header-navigation .container .logo-box {
        text-align: left
    }

    .site-header.home-three .header-navigation .container .menu-toggler {
        left: auto;
        right: 0
    }

    .single-fun-fact-style-one {
        text-align: center
    }

    .testi-pager [class*=col-] {
        width: 50%;
        float: left
    }

    .testi-pager [class*=col-] {
        margin-bottom: 30px
    }

    #testi-pager {
        padding-bottom: 30px
    }

    .meeting-form {
        padding-left: 20px;
        padding-right: 20px
    }

        .meeting-form .btn-box .btn-tag-line {
            display: none
        }

    .slider-home-four.slider-content-style h3 {
        font-size: 50px;
        line-height: 50px
    }

        .slider-home-four.slider-content-style h3 br {
            display: none
        }

    .slider-home-four.slider-content-style .rounded-box {
        display: none
    }

    .slider-home-four.slider-content-style .content {
        padding-top: 0
    }

    .slider-home-four.slider-content-style .btn-tag-line {
        display: none
    }

    .site-header.style-six .header-navigation .container .logo-box {
        padding-right: 0
    }

    .slider-home-six.slider-content-style .content h3 {
        font-size: 45px;
        line-height: 45px
    }

        .slider-home-six.slider-content-style .content h3 br {
            display: none
        }

    #minimal-bootstrap-carousel.slider-home-six .carousel-inner .carousel-item {
        min-height: 550px
    }

    .slider-home-six.slider-content-style .content, .slider-home-three.slider-content-style .content {
        padding-top: 0
    }

    .slider-content-style-four h3 br, .slider-content-style-four p br {
        display: none
    }

    .top-location-block .contact-info {
        padding: 30px
    }

        .top-location-block .contact-info .social {
            margin-top: 30px;
            padding-top: 30px
        }

    .inner-banner .container h1 {
        font-size: 47px
    }

    .white-paper-wrapper .btn-box .btn-tag-line {
        display: none
    }
}

@media (max-width: 375px) {
    .top-bar {
        padding-right: 0;
        padding-left: 0
    }

    .header-navigation {
        padding-left: 0;
        padding-right: 0
    }

    .slider-content-style .content h3 br {
        display: none
    }

    .slider-content-style .content h3 {
        font-size: 67px
    }

    .slider-content-style .content p {
        font-size: 29px
    }

    .service-style-one .tab-title li {
        width: 50%
    }

    #minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
        min-height: 680px
    }

    .slider-content-style .content {
        padding-top: 204px
    }

    .get-apps-style-one-content .thm-btn.style-two {
        margin-bottom: 15px
    }

    .single-blog-style-one .text-box {
        padding-left: 20px;
        padding-right: 20px
    }

    .get-apps-style-one-content .btn-tag-line {
        margin-left: 0
    }

    .slider-content-style-two h2 br {
        display: none
    }

    .slider-content-style-two h2 {
        font-size: 33px;
        line-height: 36px;
        margin-bottom: 20px
    }

    .slider-content-style-two p {
        font-size: 22px;
        margin-bottom: 15px
    }

    .slider-content-style-two {
        padding-top: 130px
    }

    .video-box-three .video-box-content .btn-box .video-popup {
        display: block;
        margin-top: 20px;
        margin-left: 0
    }

    .single-solution-style-two .text-box {
        padding-right: 20px
    }

        .single-solution-style-two .text-box br {
            display: none
        }

    [class*=cta-block-] {
        padding-left: 30px;
        padding-right: 30px
    }

        [class*=cta-block-] h3 {
            font-size: 23px
        }

    .hidden-sidebar {
        padding-left: 30px;
        padding-right: 30px
    }

        .hidden-sidebar .sidebar-content p {
            width: 100%
        }

    .single-form-step:before {
        display: none
    }

    .single-form-step .count-box, .single-form-step .text-box {
        display: block
    }

    .single-form-step .text-box {
        padding-left: 0;
        margin-top: 35px
    }

        .single-form-step .text-box p {
            margin-top: 15px
        }

    .slider-home-four.slider-content-style h3 {
        font-size: 47px;
        line-height: 55px
    }

        .slider-home-four.slider-content-style h3 br {
            display: none
        }

    .slider-home-four.slider-content-style .rounded-box {
        display: none
    }

    .slider-home-four.slider-content-style .content {
        padding-top: 0
    }

    .slider-content-style-four h3 {
        font-size: 38px;
        line-height: 45px
    }

    .time-tab-style-one .tab-title li a h3 {
        font-size: 13px
    }

    .time-line-style-one .tab-title li {
        width: 33.3333%
    }

        .time-line-style-one .tab-title li + li {
            margin-left: 0
        }

        .time-line-style-one .tab-title li a:after {
            display: none
        }

    .solutions-tab-one .tab-title li {
        width: 50%
    }
}

@media (max-width: 320px) {
    .slider-content-style .content h3 {
        font-size: 47px;
        line-height: 55px
    }

    .sec-title h2 {
        font-size: 27px
    }
}

.header-navigation .navigation-box .sub-nav-toggler .icon-bar:nth-child(3) {
    display: none
}

.header-navigation ul.navigation-box li a:hover .sub-nav-toggler {
    border: 1px solid #505050;
    transition: all .7s ease
}

    .header-navigation ul.navigation-box li a:hover .sub-nav-toggler .icon-bar:before {
        color: #747474;
        transition: all .7s ease
    }

.header-navigation ul.navigation-box li a .sub-nav-toggler {
    transition: all .7s ease
}

    .header-navigation ul.navigation-box li a .sub-nav-toggler .icon-bar:before {
        transition: all .7s ease
    }

.header-navigation ul.navigation-box > li > a {
    transition: all .7s ease
}

.header-navigation ul.navigation-box > li.current-menu-ancestor > a, .header-navigation ul.navigation-box > li:hover > a {
    transition: all .7s ease
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.no-js img.lazyload {
    display: none;
}

figure.wp-block-image img.lazyloading {
    min-width: 150px;
}

.lazyload, .lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}






/*17-07-2023*/
.navbar-padd {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-logo {
    background-color: #fff;
    border-radius: 7px;
}

.footer1-logo a {
    background-color: #fff; 
    border-radius: 7px;
    padding: 30px 0;
    margin-bottom:20px;
}

.top-arro i {
    color: #fff;
    padding-top: 17px;
}

.single-easy-step-one {
    margin: 15px 0;
}

.sweep-tow {
    font-size: 15px !important;
}

.sweep-mens {
    margin: 8px 0;
}

    .sweep-mens h3 i {
        font-size: 40px !important;
        background-color: #99c13d;
        width: 80px;
        height: 80px;
        color: #fff;
        padding-top: 20px;
        border-radius: 100%;
    }

.copyright-color a {
    font-weight: bolder;
    color: #000;
    background-color: #fff;
    padding: 4px 9px;
    margin: 0 3px;
    font-size: 12px;
    border-radius: 5px;
}

    .copyright-color a:hover {
        background-color: #1a214d;
        transition: all .4s ease-in-out;
        color: #fff;
    }

.tab {
    width: 100%;
    overflow: hidden;
    border: 1px solid #99c13d;
    background-color: #99c13d;
}

.tabcontent {
    width: 100%;
}

.tab button {
    background-color: #99c13d;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 6px 8px;
    transition: 0.3s;
    font-size: 13px;
    color: #fff;
    width: 20%;
    border: 1px solid #fff;
}

    .tab button:hover {
        background-color: #fff;
        color: #000;
    }

    .tab button.active {
        background-color: #fff;
        color: #000;
    }

.tabcontent {
    margin-top: 20px;
    display: none;
    padding: 6px 12px;
    /*  border: 1px solid #ccc;*/
    border-top: none;
}

.desbord-men {
    background-color: #f1f7fc !important;
    background-image: none !important;
}

.desbord-box1 {
    padding: 30px 20px;
    width: 100%;
    height: 350px;
    background-color: #1a214d;
    border-radius: 10px;
    text-align: center;
}

    .desbord-box1:after {
        content: '';
        position: absolute;
        color: #000 !important;
        box-shadow: 6px 0 3px #dbdbdd;
        border-radius: 3%;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 80%;
        transform: rotate(270deg);
    }

    .desbord-box1:hover {
        background-color: #99c13d !important;
        transform: scale(1.1);
        color: #fff;
        transition: all .4s ease-in-out;
    }

    .desbord-box1:before {
        content: '';
        position: absolute;
        color: #000 !important;
        border-radius: 3%;
        bottom: 1%;
        right: 0;
        box-shadow: 6px 0 3px #dbdbdd;
        z-index: 0;
        width: 100%;
        height: 80%;
        transform: rotate(90deg);
    }

    .desbord-box1 h3 i {
        color: #1a214d;
        border-radius: 100%;
        margin-bottom: 10px;
        font-size: 40px;
        background-color: #fff;
        width: 80px;
        height: 80px;
        padding-top: 20px;
    }

    .desbord-box1 h2 {
        font-size: 20px;
        color: #fff;
    }

    .desbord-box1 p {
        font-size: 15px;
        line-height: 20px;
        color: #fff;
    }

.dasbord-padd {
    margin: 30px 0;
}

.middle-photo {
    text-align: center;
}

.support-mens {
    background-color: #fff;
    background-image: none !important;
}

.middle-photo img {
    width: 50%;
}

.sopprot-two {
    padding-top: 50px;
}

.box-a {
    background: #FFFFFF;
    box-shadow: 0px 7px 20px rgba(27, 50, 139, 0.1);
    border-radius: 11px;
    padding: 20px 25px 20px 25px;
}

    .box-a h2 {
        font-size: 25px;
    }

.box-b {
    margin-top: 150px;
}

.box-photo {
    text-align: center;
}

    .box-photo img {
        width: 40%;
    }

.support-hrmen {
    background-color: #f8fafc;
    background-image: none !important;
}

.text-marg {
    margin-bottom: 0px !important;
}

.pricing-men {
    background-color: #f7f9fc;
    background-image: none !important;
}

.pricing-boxa {
    margin: 0 auto;
    width: 100%;
    /*    max-width: 300px;*/
    padding: 30px 30px;
    height: 400px;
    background: #fff;
    box-shadow: 0 15px 20px rgba(76,86,123,.15);
    border-radius: 16px;
    box-sizing: border-box;
    overflow: hidden;
}

    .pricing-boxa h2 {
        font-size: 20px;
        font-weight: bold;
    }

    .pricing-boxa h3 {
        font-size: 40px;
        font-weight: bold;
    }

    .pricing-boxa h4 {
        margin-bottom: 30px;
    }

        .pricing-boxa h4 a {
            font-size: 20px;
            font-weight: bold;
            background-color: #99c13d;
            border-radius: 5px;
            text-align: center;
            padding: 15px 40px;
            width: 100%;
            color: #fff;
        }

.pricing-boxb h4 a {
    background-color: transparent !important;
    border-radius: 5px;
    border: 1px solid #99c13d;
    padding: 15px 30px;
    color: #99c13d !important;
}

    .pricing-boxb h4 a:hover {
        background-color: #99c13d !important;
        border-radius: 5px;
        border: 1px solid #99c13d;
        color: #fff !important;
        transition: all .4s ease-in-out;
    }

.pricing-present {
    padding: 5px 9px;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    position: absolute;
    left: 16%;
    background: #99c13d;
    border-radius: 70px;
    transform: translateX(100%);
    box-sizing: border-box;
    margin-left: 10px;
}

.pricing-boxc {
    border: 2px solid #99c13d;
    position: relative;
}

    .pricing-boxc h4 a {
        padding: 15px 38px;
    }

.pricingCards-item-label {
    display: block;
    position: absolute;
    top: 25px;
    right: -40px;
    font-size: 10px;
    line-height: 120%;
    font-weight: 700;
    color: #000 !important;
    background: #99c13d;
    padding: 5px 50px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 16px 16px rgba(0,65,141,.15);
    transform: rotate(45deg);
}

.about-us {
    padding: 250px 0 80px 0;
    background-color: #fff;
}

.about-texts {
    padding-top: 50px;
}

    .about-texts h2 {
        font-size: 20px;
        font-weight: bold;
        background-color: #edf6fa;
        padding: 10px 20px;
        border-radius: 10px;
        /*    width: 14%;*/
        color: #000;
    }

    .about-texts h3 {
        font-size: 18px;
        font-weight: bold;
    }

.our-misson {
    background-color: #1a214d;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

    .our-misson h2 {
        font-size: 25px;
        color: #fff;
        font-weight: bold;
    }

    .our-misson p {
        font-size: 18px;
        color: #fff;
        padding-top: 10px;
    }

.inpt-button {
    width: 100%;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px 0;
    padding: 8px 0 8px 20px;
    box-shadow: 5px 5px 1px #99c13d;
    margin: 10px 0;
}

.inpt-button-one {
    padding-bottom: 60px;
}

.sub-button {
    background-color: #99c13d;
    padding: 10px 30px;
    border-radius: 100px 0;
    text-align: center;
    color: #fff;
    border-color: #99c13d;
    font-weight: bold;
    width: 30%;
    margin: 0 auto;
    box-shadow: 3px 3px 1px #fff;
    margin-top: 20px;
}

.sub-button-center {
    text-align: center;
}

.contact-aa h2 img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.sub-button:hover {
    color: #000;
    border-color: #fff;
    transition: all .4s ease-in-out;
    background-color: #fff;
    box-shadow: 5px 5px 1px #000;
    border-radius: 0 100px;
}

.contact-men {
    padding-top: 50px;
}

.contact-a {
    background-color: #1a214d;
    padding: 20px;
    border-radius: 10px;
}

.address-text {
    background-color: #99c13d;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

    .address-text h2 {
        font-size: 50px;
        color: #fff;
    }

    .address-text p {
        font-size: 18px;
        color: #fff;
    }

.call-padd {
    padding-top: 50px;
}

.login-display {
    display: none !important;
}


/*Counter */
.counter-box {
    display: block;
    background: #f1f7fc;
    padding: 40px 20px 37px;
    text-align: center;
    box-shadow: 0 0 30px #ccc;
    border-radius: 5px;
}

    .counter-box p {
        margin: 5px 0 0;
        padding: 0;
        color: #909090;
        font-size: 18px;
        font-weight: 500
    }

    .counter-box i {
        font-size: 60px;
        margin: 0 0 15px;
        color: #d2d2d2
    }

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px
}

.counter-box.colored {
    background: #1a214d;
}

    .counter-box.colored p,
    .counter-box.colored i,
    .counter-box.colored .counter {
        color: #fff;
    }

.frature-men {
    display: flex;
    align-items: center;
    border-radius: 50px 5px 5px 50px;
}

.text-box1 {
    padding: 0 20px;
}

    .text-box1 a {
        color: #99c13d;
        font-weight: bold;
        font-size: 13px;
        text-decoration: underline;
    }

    .text-box1 h2 {
        font-size: 15px;
        margin: 0px;
    }

.img-box1 {
    background-color: #1a214d;
    text-align: center;
    padding: 20px 0;
    border-radius: 50px 0 0 50px;
    border-left: 6px solid #ccc;
}

    .img-box1 img {
        width: 50%;
    }
/*.img-box.img-box1:after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 45px;
    background-image: url(../images/buttomarro.png);
    width: 30%;
    height: 30%;
    z-index: 999;
    background-size: 100% 100%;
    border-radius: 0% 0;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}*/

.next-buttons {
    text-align: center;
    margin-top: 80px;
}





/* Global Variables */
:root {
    --color1: #ededed;
    --color2: #64c1cf;
    --color3: #b1c3c1;
    --color4: #bd9ac8;
    --color5: #6d87b5;
    --color6: #00acb5;
    --color7: #dbd3b1;
    --color8: #ffffff;
    --color9: #edf2f2;
    --color10: #4d5972;
}

.features-mens {
    /* Flex */
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Figure */
.figure:nth-of-type(2) {
    margin-left: 35px;
    margin-top: 70px;
}
/* Path */
.figure__path {
    /* Flex */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.figure__pathStart {
    width: 22px;
    height: 22px;
    border: solid 4px var(--color1);
    outline: solid 3.5px;
    border-radius: 50%;
    position: relative;
}

.figure__pathPoint {
    background-color: var(--color10);
    width: 9px;
    height: 9px;
    margin-top: 16px;
    border-radius: 50%;
}

    .figure__pathPoint:last-of-type {
        margin-bottom: 16px;
    }

.figure__path:last-of-type .figure__pathPoint {
    display: none;
}
/* Product */
.figure__product {
    width: 350px;
    height: 110px;
    padding: 0 20px;
    border-radius: 1000px;
    /* Position */
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    /* Flex */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

    .figure__product::before {
        width: 0;
        height: 0;
        border: solid 15px;
        border-color: transparent transparent transparent var(--color2);
        content: "";
        position: absolute;
        right: calc(-2 * 15px + 2px);
        top: 50%;
        transform: translateY(-50%);
    }

.figure__path:nth-of-type(2) .figure__product::before {
    border-color: transparent transparent transparent var(--color3);
}

.figure__path:nth-of-type(3) .figure__product::before {
    border-color: transparent transparent transparent var(--color4);
}
/* Product - Right */
.figure__product--right {
    left: 50px;
    flex-direction: row-reverse;
}

    .figure__product--right::before {
        border-color: transparent var(--color5) transparent transparent;
        left: calc(-2 * 15px + 2px);
    }

.figure__path:nth-of-type(2) .figure__product--right::before {
    border-color: transparent var(--color6) transparent transparent;
}

.figure__path:nth-of-type(3) .figure__product--right::before {
    border-color: transparent var(--color7) transparent transparent;
}

.figure__productContent {
    padding: 10px 0;
    /* Flex */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.figure__productName {
    color: var(--color8);
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 500;
}

.figure__productDesc {
    color: var(--color8);
    max-width: 140px;
    font-size: 10px;
    font-weight: 400;
}

.figure__productIconBox {
    background-color: #1a214d;
    width: 80px;
    height: 80px;
    padding: 15px;
    border-radius: 50%;
    box-shadow: rgba(50, 50, 93, 0.25) 10px 13px 27px -5px, rgba(0, 0, 0, 0.3) 10px 8px 16px -8px;
    /* Flex */
    display: flex;
    justify-content: center;
    align-items: center;
}

.figure__product--right .figure__productIconBox {
    box-shadow: rgba(50, 50, 93, 0.25) -10px 13px 27px -5px, rgba(0, 0, 0, 0.3) -10px 8px 16px -8px;
}

.figure__productIcon {
    width: 60px;
    height: 60px;
}

.captures-text {
    font-size: 15px !important;
    line-height: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.read-more-two {
    margin-bottom: 0px !important;
}

.inner-product {
    margin: 100px 0 0px 0;
}

.service-style-one .tab-title li a:after {
    display: none;
}





@media only screen and (min-width:320px) and (max-width:767px) {

    .hidden-sidebar .sidebar-content p.contact-info {
        font-size: 20px;
    }

    .service-style-one .tab-title h3 {
        font-size: 12px;
    }

    .service-style-one .single-tab-content .text-box h3 {
        font-size: 20px;
    }

    .service-style-one .single-tab-content .text-box p {
        line-height: 20px;
        font-size: 15px;
    }

    .box-a {
        margin: 10px 0;
    }

    .tab button {
        width: 50%;
        padding: 6px 0px;
        font-size: 9px;
    }

    .footer-box {
        z-index: 0;
    }

    .footer-box {
        position: fixed;
        background: #2220;
        height: 339px;
        overflow: hidden;
        width: 47px;
        top: 90px;
        right: 0;
        z-index: 999;
    }

    .desbord-box1:after {
        box-shadow: none;
    }

    .desbord-box1:before {
        box-shadow: none;
    }

    .dasbord-padd {
        margin: 10px 0;
    }

    .pricing-boxa {
        margin: 10px 0;
    }

    .address-text {
        margin: 10px 0;
    }

    .our-misson {
        margin: 10px 0;
    }

        .our-misson p {
            font-size: 16px;
        }



    .navbar-expand-lg .menu-toggler {
        background-color: #99c13d !important;
        border-radius: 3px;
    }

    .logo-box.clearfix.header-logo a img {
        width: 60%;
        background-color: #fff;
        border-radius: 5px;
    }

    .header-logo {
        background-color: transparent;
    }

    .top-bar .right-content ul li {
        font-size: 10px;
    }

        .top-bar .right-content ul li + li {
            margin-left: 5px;
        }

    .header-navigation .container .menu-toggler {
        display: block;
        padding: 7px 15px;
        border-radius: 5px;
        border: 1px solid #fff;
    }

    .login-display {
        display: block !important;
    }

    .aabox1 {
        width: 40% !important;
    }

    .aabox2 {
        width: 60% !important;
    }

    .single-solution-style-one .img-box {
        margin: 0px;
    }

    .text-box1 {
        padding-left: 10px !important;
    }

        .text-box1 h2 {
            font-size: 11px;
        }

        .text-box1 a {
            font-size: 10px;
        }

    .img-box1 img {
        width: 40%;
    }

    .single-solution-style-one {
        margin: 6px 0;
    }

    .counter-box {
        margin: 10px 0;
    }

    .box-photo img {
        width: 70%;
        text-align: center;
        margin: 0 auto;
    }

    .thm-btn {
        font-size: 10px;
        padding: 12px 20px;
    }

    .get-apps-style-one-content .thm-btn.style-two {
        margin-bottom: 0px;
    }

    .get-apps-style-one-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .get-apps-style-one-content .sec-title {
        margin-bottom: 20px;
    }

    .get-apps-style-one-content p {
        margin-bottom: 20px;
    }

    .get-apps-style-one {
        padding-top: 80px;
    }

    .text-box.hvr-sweep-to-bottom.sweep-mens {
        font-size: 14px !important;
        line-height: 20px;
    }

    .cta-one-content .sec-title {
        margin-bottom: 20px;
    }

    .top-bar .right-content ul li i {
        font-size: 15px;
    }

    .top-bar .left-content p a {
        padding-left: 10px;
    }

    .slider-content-style .content a.thm-btn {
        margin-top: 20px;
    }

    .single-easy-step-one p {
        font-size: 16px;
        margin: 0;
        width: 100%;
        line-height: 25px;
        margin-top: 14px;
        margin-bottom: 20px;
    }

    .box-a h2 {
        font-size: 22px;
    }

    .video-box-style-one .box a .btn-tag-line {
        left: 67%;
        text-align: center;
    }

    .middle-photo img {
        width: 70%;
    }

    .expertize-box-one p {
        margin-bottom: 20px;
    }

    .desbord-box1.desbord-box2 h2 {
        font-weight: bold;
    }

    .sweep-mens h3 i {
        font-size: 30px !important;
        width: 60px;
        height: 60px;
        padding-top: 15px;
    }

    .sec-title {
        margin-bottom: 30px;
    }

    .single-easy-step-one i {
        font-size: 50px;
    }

    .img-box1 {
        padding: 5px 0;
    }

        .img-box1 img {
            width: 30% !important;
        }

    .service-style-one .tab-title li a:after {
        display: none;
    }

    .box-a p {
        font-size: 13px;
        line-height: 20px;
        margin: 5px;
    }

    .img-box.img-box1:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 75px;
    }

    /*Features*/
    .figure__product {
        position: initial;
    }

    .features-mens {
        display: grid;
    }

    .figure__pathPoint {
        display: none;
    }

    .figure__product {
        width: 240px;
        height: 70px;
    }

    .figure__productIconBox {
        width: 55px;
        height: 55px;
    }

    .figure__productName {
        font-size: 14px;
    }

    .figure__pathStart {
        width: 0px;
        height: 0px;
    }

    .figure__path {
        display: initial;
    }

    .figure__product::before {
        display: none;
    }

    .figure:nth-of-type(2) {
        margin: 0px;
    }

    .figure__pathStart {
        border: solid 0px var(--color1);
    }

    .figure__product {
        margin: 10px 0;
    }

    .next-buttons {
        text-align: center;
        margin-top: 0px;
    }

    .features-mens {
        margin-top: 50px;
    }

    .next-buttons h2 a img {
        width: 50%;
    }

    .footer_four .widgets-section {
        width: 95% !important;
    }
}


@media only screen and (min-width:768px) and (max-width:991px) {

    .service-style-one .tab-title h3 {
        font-size: 12px;
    }

    .service-style-one .single-tab-content .text-box p {
        font-size: 15px;
        line-height: 20px;
    }

    .sec-title h2 {
        font-size: 30px;
    }

    .box-b {
        margin-top: 70px;
    }

    .box-a h2 {
        font-size: 18px;
    }

    .tab button {
        font-size: 7px;
    }

    .desbord-box1:before {
        box-shadow: none;
    }

    .desbord-box1:after {
        box-shadow: none;
    }

    .dasbord-padd {
        margin: 15px 0;
    }

    .sec-title h2 {
        font-size: 20px;
    }

    .get-apps-style-one-content p {
        font-size: 15px;
        line-height: 20px;
    }

    .thm-btn {
        font-size: 10px;
        padding: 10px 30px;
    }

    .get-apps-style-one-content p {
        margin-bottom: 25px;
    }

    .get-apps-style-one-content .sec-title {
        margin-bottom: 20px;
    }

    .single-blog-style-one {
        margin-bottom: 0px;
    }

    .pricing-boxa {
        margin: 15px 0;
    }

    .footer_four .social-icon-one li a i {
        width: 40px;
        height: 40px;
    }

    .footer_four .widgets-section .copyright {
        font-size: 14px;
    }

    .slider-content-style .content h3 {
        font-size: 50px;
        line-height: 50px;
    }

    .slider-content-style .content p {
        font-size: 30px;
    }

    .footer-box {
        z-index: 0;
    }

    .footer-box {
        position: fixed;
        background: #2220;
        height: 339px;
        overflow: hidden;
        width: 47px;
        top: 90px;
        right: 0;
        z-index: 999;
    }

    .address-text {
        margin: 10px 0;
    }


    .navbar-expand-lg .menu-toggler {
        background-color: #99c13d !important;
        border-radius: 3px;
    }

    .logo-box.clearfix.header-logo a img {
        background-color: #fff;
        border-radius: 5px;
    }

    .header-logo {
        background-color: transparent;
    }

    .header-navigation .container .menu-toggler {
        display: block;
        padding: 7px 15px;
        border-radius: 5px;
        border: 1px solid #fff;
    }

    .login-display {
        display: none !important;
    }

    .aabox1 {
        width: 40% !important;
    }

    .aabox2 {
        width: 60% !important;
    }

    .single-solution-style-one .img-box {
        margin: 0px;
    }

    .text-box1 {
        padding-left: 10px !important;
    }

        .text-box1 h2 {
            font-size: 13px;
        }

    .img-box1 img {
        width: 40%;
    }

    .single-solution-style-one {
        margin: 10px 0;
    }

    .top-bar .right-content ul li i {
        font-size: 15px;
    }

    .service-style-one .tab-title li a:after {
        display: none;
    }

    .single-easy-step-one h3 {
        font-size: 19px;
    }

    .single-easy-step-one p {
        font-size: 14px;
    }

    .box-a p {
        font-size: 13px;
        line-height: 20px;
        margin: 5px;
    }

    .video-box-style-one .box a .btn-tag-line {
        left: 65%;
    }

    .subscribe-form {
        margin-top: 0px;
    }

    .expertize-box-one {
        height: 91%;
    }

    .sec-title {
        margin-bottom: 30px;
    }

    .img-box.img-box1:after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 70px;
    }

    .figure__product {
        width: 300px;
        height: 100px;
    }

    .figure__productName {
        font-size: 18px;
    }

    .figure__productIconBox {
        background-color: #1a214d;
        width: 70px;
        height: 70px;
    }
}




@media only screen and (min-width:992px) and (max-width:1200px) {

    .service-style-one .tab-title h3 {
        font-size: 16px;
    }

    .service-style-one .single-tab-content .text-box p {
        font-size: 15px;
        line-height: 20px;
    }

    .single-solution-style-one {
        margin-top: 30px;
    }

    .tab button {
        font-size: 10px;
    }

    .desbord-box1:after {
        box-shadow: none;
    }

    .desbord-box1:before {
        box-shadow: none;
    }

    .desbord-box1 h2 {
        font-size: 15px;
    }

    .desbord-box1 p {
        font-size: 13px;
    }

    .single-blog-style-one .text-box h3 a {
        font-size: 20px;
    }

    .pricing-boxa h4 a {
        font-size: 11px;
        padding: 10px 20px;
    }

    .pricing-boxa {
        margin: 0 auto;
        width: 100%;
        /* max-width: 300px; */
        padding: 30px 15px;
    }

    .sec-title h2 {
        font-size: 30px;
    }


    .navbar-expand-lg .menu-toggler {
        background-color: #99c13d !important;
        border-radius: 3px;
    }

    .logo-box.clearfix.header-logo a img {
        background-color: #fff;
        border-radius: 5px;
    }

    .header-logo {
        background-color: transparent;
    }

    .header-navigation .container .menu-toggler {
        display: block;
        padding: 7px 15px;
        border-radius: 5px;
        border: 1px solid #fff;
    }

    .login-display {
        display: none !important;
    }

    .single-solution-style-one .img-box {
        margin: 0px;
    }

    .text-box1 {
        padding-left: 10px !important;
    }

        .text-box1 h2 {
            font-size: 13px;
        }

    .img-box1 img {
        width: 40%;
    }

    .single-solution-style-one {
        margin: 10px 0;
    }

    .img-box.img-box1:after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50px;
    }
}

.copyrighted-p{
    color:#fff;
    margin-top:10px;
}