
/* ==== fonts ==== */
/* self-hosted fonts (replaces Google Fonts @imports) */
@font-face{font-family:'Karla';font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/karla-400.woff2) format('woff2')}
@font-face{font-family:'Teko';font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/teko-500.woff2) format('woff2')}
@font-face{font-family:'Karla Fallback';src:local('Arial');ascent-override:78.90%;descent-override:21.68%;line-gap-override:0%;size-adjust:116.22%}
@font-face{font-family:'Teko Fallback';src:local('Arial');ascent-override:107.60%;descent-override:53.35%;line-gap-override:0%;size-adjust:89.03%}

/* ==== animate.min.css ==== */
@charset "UTF-8";
.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
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-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-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-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-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-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%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-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-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-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-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-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;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        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, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(.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, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(.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;
    -ms-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 bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-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%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-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-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-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%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-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%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-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%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-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%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-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%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-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%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-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%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-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-animation-duration: .75s;
    animation-duration: .75s
}

@-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: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.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-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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-animation-duration: .75s;
    animation-duration: .75s;
    -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-animation-duration: .75s;
    animation-duration: .75s
}

@-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 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: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

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

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

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

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}
/* ==== owl.carousel.min.css ==== */


.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.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-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .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-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

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

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    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(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: 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;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
/* ==== owl.theme.default.css ==== */


.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;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.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;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
/* ==== bootstrap-dropdownhover.css ==== */


.dropdown .dropdown-menu .caret {
    border: 4px solid transparent;
    border-left-color: #000;
    float: right;
    margin-top: 6px;
}

.dropdown-menu {
    min-width: 250px;
}

.dropdown-menu > li.open > a {
    background-color: #F5F5F5;
    color: #262626;
    text-decoration: none;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
    margin: 0;
    right: auto;
    top: -1px;
}

.dropdown-menu-right .dropdown-menu,
.navbar-right .dropdown-menu .dropdown-menu,
.pull-right .dropdown-menu .dropdown-menu {
    left: auto;
    right: 100%;
}

.dropdown-menu.animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.dropdown-menu.animated:before {
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.dropdownhover-top {
    margin-bottom: 2px;
    margin-top: 0;
}

.navbar-fixed-bottom .dropdown-menu .dropdown-menu,
.dropdownhover-top .dropdown-menu {
    bottom: -1px;
    top: auto;
}

.navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
}

.dropdownhover-bottom {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.dropdownhover-left {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.dropdownhover-right {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.dropdownhover-top {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
/* ==== font-awesome.min.css ==== */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont3e6e.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont3e6e.html?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont3e6e.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
}
/* ==== element.css ==== */


body{background:#ffffff;font-family:'Open Sans', sans-serif;font-size:14px;font-weight:400;line-height:26px;color:#4c4c4c;}
h1,
h2,
h3,
h4,
h5,
h6{font-family: 'Teko','Teko Fallback',sans-serif;color:#111111;line-height:1.2;font-weight:500;margin-top:0;margin-bottom:10px;text-transform:uppercase;}
p{margin:0;padding:0;}
a{text-decoration:none;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
a:focus,
a:hover{outline:none;text-decoration:none;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
ul{margin:0;padding:0;}
ul li{list-style-type:none;margin:0;padding:0;}
img{width:100%;max-width:100%;height:auto;}
.title{margin-bottom:50px;border-bottom:1px solid #dddddd;}
.column-margin{margin-bottom:30px;}
.overlay-black{position:relative;}
.overlay-black::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-color:rgba(0, 0, 0, 0.8);}
.team-style-one{padding:100px 0;}
.hovereffect{width:100%;overflow:hidden;position:relative;text-align:center;cursor:default;}
.hovereffect .overlay{width:100%;position:absolute;overflow:hidden;left:0;top:auto;bottom:0;padding:1em;background:rgba(0, 0, 0, 0.6);color:#3c4a50;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);}
.hovereffect img{display:block;position:relative;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;}
.hovereffect:hover img{}
.hovereffect h2{text-transform:uppercase;color:#fff;text-align:center;position:relative;font-size:17px;padding:10px;float:left;margin:0px;display:inline-block;font-weight:400;letter-spacing:1px;}
.hovereffect a.info{display:inline-block;text-decoration:none;padding:7px 14px;text-transform:uppercase;color:#fff;border:1px solid #fff;margin:50px 0 0 0;background-color:transparent;}
.hovereffect a.info:hover{box-shadow:0 0 5px #fff;}
.hovereffect p.icon-links a{float:right;color:#f1f1f1;font-size:1.4em;}
.hovereffect:hover p.icon-links a:hover,
.hovereffect:hover p.icon-links a:focus{color:#898d90;}
.hovereffect h2,
.hovereffect p.icon-links a{-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0, 200%, 0);transform:translate3d(0, 200%, 0);visibility:visible;}
.hovereffect p.icon-links{margin-top:10px;}
.hovereffect p.icon-links a{margin-left:10px;}
.hovereffect p.icon-links a span:before{display:inline-block;padding:8px 10px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.hovereffect:hover .overlay,
.hovereffect:hover h2,
.hovereffect:hover p.icon-links a{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.hovereffect:hover h2{-webkit-transition-delay:0.05s;transition-delay:0.05s;}
.hovereffect:hover p.icon-links a:nth-child(3){-webkit-transition-delay:0.1s;transition-delay:0.1s;}
.hovereffect:hover p.icon-links a:nth-child(2){-webkit-transition-delay:0.15s;transition-delay:0.15s;}
.hovereffect:hover p.icon-links a:first-child{-webkit-transition-delay:0.2s;transition-delay:0.2s;}
.team-style-two{padding:0 0 100px;}
.team-hover-two{position:relative;overflow:hidden;}
.team-two-content{position:absolute;left:0;right:0;top:100%;width:100%;height:100%;background:rgba(0, 0, 0, 0.6);opacity:0;padding:20px;text-align:center;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.team-hover-two:hover .team-two-content{top:0;opacity:1;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.team-two-name h4{color:#000000;text-align:center;}
.team-two-name p{color:#000000;text-align:center;}
.img-zoom img{-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.team-hover-two:hover .img-zoom img{-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.team-two-icon i{font-size:25px;color:#ffffff;margin-left:10px;margin-top:10px;}
.team-two-icon i:hover{color:#787068;}
.team-two-name{background:#f3f3f3;padding:20px 10px;}
.team-style-three{padding:0 0 100px;}
.team-style-three .team-hover-two:hover .img-zoom img{-ms-transform:rotate(10deg);-webkit-transform:rotate(10deg);transform:rotate(10deg);zoom:150%;}
.team-style-four{padding:0 0 100px;}
.team-style-four .team-hover-two:hover .img-zoom img{-ms-transform:skewX(5deg);-webkit-transform:skewX(5deg);transform:skewX(5deg);}
.team-style-five{padding:0 0 100px;}
.team-style-five .team-hover-two:hover .img-zoom img{-ms-transform:translate(55px, 55px);-webkit-transform:translate(55px, 55px);transform:translate(55px, 55px);}
.button-style-one{padding:100px 0 100px;}
.custom-btn-one{background:#000000;color:#ffffff;padding:10px 20px;border-radius:0;border:none;display:inline-block;margin-right:10px;}
.btn-default{margin-bottom:10px;}
.custom-btn-one:hover{background:#737373;color:#ffffff;}
.button-style-two{padding:0 0 100px;}
.custom-btn-two{background:#000000;color:#ffffff;padding:15px 30px;border-radius:10px;border:none;display:inline-block;margin-right:10px;}
.custom-btn-two:hover{background:#737373;color:#ffffff;}
.button-style-three{padding:0 0 100px;}
.custom-btn-three{background:#000000;color:#ffffff;padding:15px 30px;border-radius:50px;border:none;display:inline-block;margin-right:10px;}
.custom-btn-three:hover{background:#737373;color:#ffffff;}
.button-style-four{padding:0 0 100px;}
.custom-btn-four{background:#000000;color:#ffffff;padding:15px 30px;border-radius:0;border:none;display:inline-block;margin-right:10px;}
.custom-btn-four:hover{background:#737373;color:#ffffff;border-radius:50px;}
.button-style-five{0 0 100px;}
.custom-btn-five{background:#000000;color:#ffffff;padding:15px 30px;border-radius:2px;border:none;display:inline-block;margin-right:10px;}
.custom-btn-five:hover{background:#737373;color:#ffffff;-ms-transform:scale(0.9, 0.9);-webkit-transform:scale(0.9, 0.9);transform:scale(0.9, 0.9);}
.button-style-six{padding:0 0 100px;}
.custom-btn-six{background:#000000;color:#ffffff;padding:15px 30px;border-radius:2px;border:none;display:inline-block;margin-right:10px;}
.custom-btn-six:hover{background:#737373;color:#ffffff;-ms-transform:scale(1.1, 1.1);-webkit-transform:scale(1.1, 1.1);transform:scale(1.1, 1.1)}
.button-style-seven{padding:0 0 100px;}
.custom-btn-seven{background:#000000;color:#ffffff;padding:15px 30px;border-radius:0;border:1px solid #000000;display:inline-block;margin-right:10px;position:relative;}
.custom-btn-seven i{margin-left:10px;}
.custom-btn-seven:hover{background:#737373;color:#ffffff;}
.button-style-eight{padding:0 0 100px;}
.custom-btn-eight{background:#000000;color:#ffffff;padding:15px 30px;border-radius:0;border:1px solid #000000;display:inline-block;margin-right:10px;}
.custom-btn-eight:hover{background:#737373;color:#ffffff;box-shadow:0px 10px 20px #999596;}
.button-style-nine{padding:0 0 100px;}
.custom-btn-nine{background:#000000;color:#ffffff;padding:15px 30px;border-radius:0;border:1px solid #000000;display:inline-block;margin-right:10px;position:relative;}
.custom-btn-nine:hover{background:#737373;color:#ffffff;;}
.custom-btn-nine:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:0;background-color:rgba(255, 255, 255, 0.5);-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;-webkit-transform:scale(0.5, 1);transform:scale(0.5, 1);color:#000000 !important;}
.custom-btn-nine:hover::before{color:#000000 !important;opacity:1;-webkit-transform:scale(1, 1);transform:scale(1, 1);}
.button-style-ten{padding:0 0 100px;}
.custom-btn-ten{background:transparent;color:#000000;padding:15px 30px;border-radius:0;border:1px solid #000000;display:inline-block;margin-right:10px;}
.custom-btn-ten:hover{background:#000000;color:#ffffff;}
.my-btn-xl{padding:20px 50px;font-size:18px;}
.my-btn-lg{padding:15px 30px;}
.my-btn-md{padding:12px 20px;}
.my-btn-sm{padding:8px 15px;}
.my-btn-xs{padding:6px 10px;}
.pricing-table-one{padding:100px 0 70px;}
.pricing-table-one .pricing-box{background:#F2F2F2;}
.pricing-table-one .header{background:#000000;text-align:center;padding:40px 20px;position:relative;}
.pricing-table-one .header h4{color:#ffffff;font-weight:400;}
.pricing-table-one .header h2{height:80px;width:80px;background:#ffffff;border-radius:50%;margin:0 auto;line-height:80px;}
.pricing-table-one .header p{color:#ffffff;position:absolute;right:0;bottom:5px;border:1px solid #ffffff;padding:0 12px;border-bottom-left-radius:10px;border-top-left-radius:10px;}
.pricing-table-one .content{text-align:center;}
.pricing-table-one .content ul li{padding:8px 10px;}
.pricing-table-one .bg-color{background:#e2e2e2;}
.pricing-table-one .footer{padding:20px 20px;text-align:center;}
.pricing-table-one .footer .price-btn{background:#545551;color:#ffffff;}
.pricing-table-one .header p{top:auto !important;bottom:5px !important;border:1px solid #ffffff !important;}
.pricing-table-two{}
.pricing-table-two .pricing-box{background:#F2F2F2;}
.pricing-table-two .header{background:#000000;text-align:center;padding:40px 20px;position:relative;}
.pricing-table-two .header h4{color:#ffffff;font-weight:400;}
.pricing-table-two .header h2{height:80px;width:80px;background:#ffffff;border-radius:50%;margin:10px auto;line-height:80px;}
.pricing-table-two .header p{color:#ffffff;position:absolute;right:0;bottom:5px;border:1px solid #ffffff;padding:0 12px;border-bottom-left-radius:10px;border-top-left-radius:10px;}
.pricing-table-two .content{text-align:center;}
.pricing-table-two .content ul li{padding:8px 10px;}
.pricing-table-two .bg-color{background:#e2e2e2;}
.pricing-table-two .footer{padding:20px 20px;text-align:center;background:#000000;}
.pricing-table-two .footer .price-btn{background:#ffffff;color:#000000;font-weight:700;}
.pricing-area{padding:100px 0 70px;}
.pricing-table{margin-bottom:30px;border:1px solid #ddd;transition:all 0.3s ease 0s;background:#000000;}
.pricing-table:hover{background:#fff;}
.pricing-table .title{font-size:24px;font-weight:700;color:#fff;border-bottom:none;text-transform:uppercase;margin:25px 0 25px 50px;transition:all 0.3s ease 0s;}
.pricing-table:hover .title{color:#111111;}
.pricing-table .pricing-content{padding:40px 50px;margin:0 30px 30px 0;background:#fff;text-align:center;transition:all 0.3s ease 0s;}
.pricing-table:hover .pricing-content{color:#fff;box-shadow:2px 2px 4px 2px #ddd;background:#000000;}
.pricing-table .amount{font-size:50px;font-weight:700;color:#111111;text-align:center;margin-bottom:20px;transition:all 0.3s ease 0s;}
.pricing-table:hover .amount{color:#fff;}
.pricing-table .month{font-size:18px;color:#777;transition:all 0.3s ease 0s;}
.pricing-table:hover .month{color:#fff;}
.pricing-table .pricing-content ul{padding:0;margin:0 0 20px 0;list-style:none;text-align:left;}
.pricing-table .pricing-content ul li{font-size:15px;color:#333;line-height:40px;transition:all 0.3s ease 0s;}
.pricing-table:hover .pricing-content ul li{color:#fff;}
.pricing-table .pricing-table-signup{display:inline-block;padding:10px 25px;font-weight:600;color:#333;overflow:hidden;text-transform:uppercase;border:1px solid #ddd;position:relative;z-index:1;transition:all 0.3s ease 0s;}
.pricing-table:hover .pricing-table-signup{color:#fff;border-color:#ffffff;}
.pricing-table .pricing-table-signup:hover{color:#666764;border-color:#666764;}
.pricing-box-style-four{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;width:100%;}
.pricing-item{position:relative;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;align-items:stretch;text-align:center;-webkit-flex:0 1 330px;flex:0 1 330px;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.pricing-list{text-align:left;}
.pricing-item{background:#fff;box-shadow:0 0 10px rgba(46, 59, 125, 0.23);transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;border-radius:0px;cursor:default;color:#84697c;margin-bottom:30px;z-index:2;}
.pricing-item:hover{background:#000000;transform:translateY(-30px);-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-o-transform:translateY(-30px);-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.pricing-deco{background:transparent;border-radius:0px;padding:50px 0 30px;position:relative;}
.pricing-title{font-size:12px;margin:0;text-transform:uppercase;letter-spacing:5px;color:#000000;}
.pricing-item:hover .pricing-title{color:#fff !important;}
.pricing-price{font-size:75px;font-weight:bold;padding:0;color:#000000;margin:0 0 20px 0;line-height:0.75;}
.pricing-item:hover .pricing-price{color:#fff;}
.pricing-currency{font-size:24px;vertical-align:top;color:#000000;}
.pricing-item:hover .pricing-currency{color:#fff;}
.pricing-period{font-size:24px;vertical-align:top;color:#000000;}
.pricing-item:hover .pricing-period{color:#fff;}
.pricing-list{font-size:16px;margin:0;padding:0 0 14px;list-style:none;text-align:center;}
.pricing-item:hover .pricing-list{color:#fff;}
.pricing-feature{padding:12px 0;}
.common-btn{margin:auto 40px 30px 40px;}
.common-btn{background:#000000;border:solid 2px #000000;color:#ffffff;display:inline-block;font-size:14px;margin-top:20px;text-transform:uppercase;padding:12px 25px;cursor:pointer;overflow:hidden;position:relative;text-align:center;transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.pricing-item:hover .common-btn{background:#ffffff;border:solid 2px #000000;color:#000000;}
.pricing{background:#e6e6e6;padding:100px 0;}
.pricing .row div{padding:0;overflow:hidden;}
.pricing .pricing-plan{box-shadow:0 0 1px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.1);background:#ffffff;margin:90px 0 30px;}
.pricing .pricing-plan .pricing-header-plan h3{padding:30px 0 20px;margin:0 auto;color:#777;font-weight:600;text-transform:uppercase;}
.pricing .pricing-plan.popular h3{font-size:30px;font-weight:900;padding:20px 0px;}
.pricing .pricing-plan.popular{background-color:#fafafa;position:relative;margin-top:60px;top:0px;}
.pricing .pricing-plan h2{font-family:'Tangerine', serif;font-size:28px;text-shadow:4px 4px 4px #aaa;background-color:#555555;color:#ffffff;font-weight:700;padding:25px;text-transform:uppercase;margin:0px;}
.pricing .pricing-plan .pricing-plan-price{border-bottom:1px solid #f0f0f0;margin:0px 35px;background:#fff;display:block;position:relative;line-height:3em;}
.pricing .pricing-plan.popular .pricing-plan-price{line-height:4em;background:#fafafa;}
.pricing .pricing-plan .pricing-plan-price span:nth-child(1){font-size:44px}
.pricing .pricing-plan .pricing-plan-price span:nth-child(2){font-size:60px;}
.pricing .pricing-plan .pricing-plan-price span:nth-child(3){top:-5px;color:#777777;display:block;position:relative;padding-bottom:10px;text-transform:uppercase;}
.pricing .popular .pricing-plan-price span:nth-child(1){font-size:60px;}
.pricing .popular .pricing-plan-price span:nth-child(2){font-size:90px;font-weight:700;padding-top:81px;}
.pricing .popular .pricing-plan-price span:nth-child(3){top:-15px;color:#000000;}
.pricing .pricing-plan ul{padding:15px 30px;}
.pricing .pricing-plan ul li{font-size:16px;color:#777777;line-height:3em;}
.pricing .pricing-plan ul li:last-child{border-bottom:0;}
.pricing .pricing-plan ul li i{width:35px;}
.pricing .pricing-plan .common-btn{margin:auto 3em 2em 3em;border:2px;border-style:solid;width:180px;padding:10px 0;}
.pricing .popular .common-btn{border-style:solid;padding:15px 0;width:250px;}
.pricing .box-shadow{background:#ffffff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin:10px auto;height:2px;left:50%;width:50%;}
.pricing .pricing-plan .common-btn:hover{background:#777777;color:#ffffff;}
.pricing .popular .common-btn:hover{background:#777777;color:#ffffff;}
.services-style-one{padding:100px 0;}
.services-features{margin-bottom:30px;position:relative;padding-left:65px;}
.services-features i{font-size:30px;position:absolute;left:0px;top:0px;z-index:2;margin-top:0px;color:#111111;width:65px;height:65px;text-align:center;line-height:65px;background:#41423E;color:#fff;}
.services-features h4{font-size:18px;}
.services-features p{margin:0;padding:0;}
.back-color{padding-left:0;position:relative;}
.services-features .back-color{background:#eeeeee;padding:15px 20px;}
.back-color a{margin-top:30px;}
.back-color a:hover{background:#41423E;}
.services-style-two{padding:0 0 100px;}
.services-features-two i{background:#41423E;color:#fff;height:80px;width:80px;text-align:center;border-radius:50%;line-height:80px;font-size:30px;margin-bottom:20px;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out2}
.services-features-two:hover i{-webkit-box-shadow:0px 8px 32px -8px rgba(28, 28, 28, 1);-moz-box-shadow:0px 8px 32px -8px rgba(28, 28, 28, 1);box-shadow:0px 8px 32px -8px rgba(28, 28, 28, 1);}
.services-features-two .back-color a{margin-top:10px;}
.services-style-three{padding:0 0 100px;}
.services-style-four{position:relative;padding:0 0 100px;}
.services-style-four .column-margin{margin-top:10px;}
.services-features-four i{background:#fff;color:#000;border:1px solid #cccccc;height:80px;width:80px;text-align:center;border-radius:50%;line-height:80px;font-size:30px;margin-bottom:20px;position:absolute;top:-35px;left:50%;margin-left:-40px;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.services-features-four p{color:#000;margin-bottom:20px;}
.services-features-four .back-color{margin-top:70px;}
.services-style-four .services-features-four{border:1px solid #cccccc;border-radius:5px;padding:10px;}
.services-features-four .back-color a{margin-bottom:10px;}
.services-features-four .back-color a:hover{background:#000;color:#fff;}
.services-features-four:hover i{background:#000;color:#fff;}
.services-style-five{padding:0 0 100px;}
.services-features-five{background:#EEEEEE;padding:10px;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.services-features-five i{color:#272822;height:80px;width:80px;text-align:center;border-radius:50%;line-height:80px;font-size:40px;margin-top:10px;}
.services-features-five h4{font-size:20px;margin-bottom:20px;}
.services-features-five p{padding-bottom:20px;}
.services-features-five .back-color a{margin-bottom:20px;}
.services-features-five:hover{-webkit-box-shadow:0px 9px 40px -15px rgba(82, 75, 82, 1);-moz-box-shadow:0px 9px 40px -15px rgba(82, 75, 82, 1);box-shadow:0px 9px 40px -15px rgba(82, 75, 82, 1)}
.tabs-style-one{padding:100px 0;}
.tab-content{border:1px solid #dddddd;border-top:0;}
.tab-content>.active{padding:20px;}
.tabs-style-two{padding:0 0 100px;}
.tabs-style-two ul li a:hover{border-top:1px solid #41423E;}
.tabs-style-three{padding:0 0 100px;}
.tabs-style-three ul li a{font-size:30px;padding:10px 40px;}
.tabs-style-three .nav-tabs>li.active>a,
.tabs-style-three .nav-tabs>li.active>a:focus,
.tabs-style-three .nav-tabs>li.active>a:hover{border-top:1px solid #41423E;}
.tabs-style-four{padding:0 0 100px;}
.tabs-style-four ul li{border:1px solid #ddd;border-bottom:none;}
.tabs-style-four .nav-tabs>li.active>a,
.tabs-style-four .nav-tabs>li.active>a:focus,
.tabs-style-four .nav-tabs>li.active>a:hover{border-bottom:none;}
.tabs-style-four .nav-tabs li a{margin-right:-1px;line-height:1.428571;border:1px solid transparent;border-radius:0px 0px 0 0;padding:10px 25px;border-bottom:none;}
.tabs-style-five{padding:0 0 100px;}
.tabs-style-five ul li i{font-size:20px;margin-right:10px;}
.client-style-one{padding:100px 0 100px;}
.client-style-one img{width:120px;}
.client-style-one .client-logo{border:1px solid #ddd;padding:20px;margin:auto;}
.client-style-two{padding:0 0 100px;}
.client-style-two img{width:120px;}
.client-style-two .client-logo{border:1px solid #ddd;padding:20px;margin:auto;background:#eeeeee;}
.client-style-three{padding:0 0 100px;}
.client-style-three img{display:block;width:40%;margin-right:auto;margin-left:auto;margin-bottom:20px;}
.client-style-three .client-logo{border-left:1px solid #ddd;border-bottom:1px solid #ddd;margin-bottom:20px;}
.client-style-four{padding:0 0 100px;}
.client-style-four img{display:block;width:40%;margin-right:auto;margin-left:auto;margin-bottom:20px;}
.client-style-four .client-logo{border-left:1px solid #ddd;border-bottom:1px solid #ddd;margin-bottom:20px;}
.client-style-five{padding:0 0 100px;}
.testimonial-style-one{padding:100px 0;}
.testimonial-box{position:relative;padding-left:120px;}
.testimonial-box img{position:absolute;left:0;top:0;height:100px;width:100px;border-radius:50%;}
.testimonial-style-two{padding:0 0 100px;}
.testimonial-style-two .testimonial-carousel-two img{width:120px !important;height:120px;border-radius:50%;}
.testimonial-style-two .testimonial-carousel-two{border:1px solid #ddd;padding:20px;}
.testimonial-style-two .testimonial-carousel-two .item{margin-top:20px;}
.testimonial-style-two .testimonial-carousel-two .item img{margin:10px auto;}
.testimonial-style-two .testimonial-carousel-two .item p{margin-bottom:20px;}
.testimonial-style-three{padding:0 0 100px;}
.testimonial-style-three .testimonial-carousel-three img{width:120px !important;height:120px;border-radius:50%;}
.testimonial-style-three .testimonial-carousel-three{padding:20px;}
.testimonial-style-three .testimonial-carousel-three .item{margin-top:20px;}
.testimonial-style-three .testimonial-carousel-three .item img{margin:10px auto;}
.testimonial-style-three .testimonial-carousel-three .item p{margin-bottom:20px;font-weight:400;font-style:italic;}
.testimonial-style-three .testimonial-carousel-three .item h4{font-weight:400;font-style:italic;}
.testimonial-style-three .testimonial-carousel-three .item h5{font-size:12px;font-weight:400;font-style:italic;}
.testimonial-style-four{padding:0 0 100px;}
.testimonial-style-four .testimonial-carousel-four img{width:120px !important;height:120px;border-radius:50%;}
.testimonial-style-four .testimonial-carousel-four{padding:20px;}
.testimonial-style-four .testimonial-carousel-four .item{margin-top:20px;}
.testimonial-style-four .testimonial-carousel-four .item img{margin:10px auto;}
.testimonial-style-four .testimonial-carousel-four .item p{margin-bottom:20px;font-weight:400;font-style:italic;}
.testimonial-style-four .testimonial-carousel-four .item h4{font-size:18px;font-weight:400;}
.testimonial-style-four .testimonial-carousel-four .item h5{font-size:12px;font-weight:400;}
.testimonial-style-five{padding:0 0 100px;}
.testimonial-style-five .testimonial-carousel-five img{width:120px !important;height:120px;border-radius:50%;}
.testimonial-style-five .testimonial-carousel-five{padding:20px;}
.testimonial-style-five .testimonial-carousel-five .item{margin-top:20px;background:#F5F5F5;padding:20px;}
.testimonial-style-five .testimonial-carousel-five .item img{margin-bottom:20px;}
.testimonial-style-five .testimonial-carousel-five .item p{margin-bottom:20px;font-weight:400;font-style:italic;}
.testimonial-style-five .testimonial-carousel-five .item h4{font-size:18px;font-weight:400;}
.testimonial-style-five .testimonial-carousel-five .item h5{font-size:12px;font-weight:400;}
.accordion-style-one{padding:100px 0;}
.accordion-style-one #accordion .panel-body{padding:15px;}
.accordion-style-one .panel-title > a:before{float:right !important;font-family:FontAwesome;content:"\f055";padding-right:5px;}
.accordion-style-one .panel-title > a.collapsed:before{float:right !important;content:"\f056";}
.accordion-style-one .panel-title > a:hover,
.accordion-style-one .panel-title > a:active,
.accordion-style-one .panel-title > a:focus{text-decoration:none;}
.accordion-style-two{padding:0 0 100px;}
.accordion-style-two .panel-default>.panel-heading{color:#f7f4f4;background-color:#666764;border-color:#ddd;}
.accordion-style-three{padding:0 0 100px;}
.accordion-style-three .panel-default>.panel-heading{color:#fff;background-color:#000;border-color:#ddd;}
.accordion-style-three .panel-default>.panel-heading+.panel-collapse>.panel-body{background:#F2F2F2;}
.table-style-one{padding:100px 0;}
.table-style-one .thead-dark{background:#423f3f;color:#ffffff;}
.table-style-two{padding:0 0 100px;}
.table-style-two .thead-color{background:#e2e2e2;}
.table-style-two .table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th{border:1px solid #cac1c1;}
.table-style-three{padding:0 0 100px;}
.table-style-three .thead-dark{background:#423f3f;color:#ffffff;}
.table-style-four{padding:0 0 100px;}
.table-style-four .back-color{background:#DDDDDD;}
.table-style-five{padding:0 0 100px;}
.table-style-five .thead-color-five{border-bottom:2px solid #ddd;}
.timeline-style-one{padding:100px 0;}
#timeline1{list-style:none;margin:50px 0 30px 120px;padding-left:30px;border-left:8px solid #eee9dc;}
#timeline1 li{margin:40px 0;position:relative;}
#timeline1 p{margin:0 0 15px;}
#timeline1 .date{margin-top:-10px;top:50%;left:-158px;font-size:0.95em;line-height:20px;position:absolute;}
#timeline1 .circle{margin-top:-10px;top:50%;left:-44px;width:10px;height:10px;border:10px solid #41423E;border-radius:50%;display:block;position:absolute;}
#timeline1 .content{padding:50px 20px 0;border-color:transparent;border-width:2px;border-style:solid;border-radius:0.5em;position:relative;}
#timeline1 .content:before,
.content:after{content:"";width:0;height:0;border:solid transparent;position:absolute;pointer-events:none;right:100%;}
#timeline1 .content:before{border-right-color:inherit;border-width:20px;top:50%;margin-top:-20px;}
#timeline1 .content:after{border-right-color:#fff;border-width:17px;top:50%;margin-top:-17px;}
#timeline1 .content p{color:transparent;text-align:justify;word-break:break-word;hyphens:auto;overflow:hidden;}
#timeline1 label{position:absolute;z-index:100;cursor:pointer;top:15px;left:30px;transition:transform 0.2s linear;margin-left:10px;}
#timeline1 .radio{display:none;}
#timeline1 .radio:checked + .relative label{cursor:auto;}
#timeline1 .radio:checked + .relative .circle{background:#f98262;}
#timeline1 .radio:checked ~ .content{border-color:#eee9dc;margin-right:20px;transform:translateX(20px);transition:max-height 0.4s linear,
border-color 0.5s linear,
transform 0.2s linear;}
#timeline1 .radio:checked ~ .content p{color:#000;transition:color 0.3s linear 0.3s;}
.timeline-style-two{padding:0 0 100px;}
.timeline2{list-style:none;padding:20px 0 20px;position:relative;}
.timeline2:before{top:0;bottom:0;position:absolute;content:" ";width:3px;background-color:#eeeeee;left:50%;margin-left:-1.5px;}
.timeline2 > li{margin-bottom:20px;position:relative;}
.timeline2 > li:before,
.timeline2 > li:after{content:" ";display:table;}
.timeline2 > li:after{clear:both;}
.timeline2 > li:before,
.timeline2 > li:after{content:" ";display:table;}
.timeline2 > li:after{clear:both;}
.timeline2 > li > .timeline-panel{width:46%;float:left;border:1px solid #d4d4d4;border-radius:2px;padding:20px;position:relative;-webkit-box-shadow:0 1px 6px rgba(0, 0, 0, 0.175);box-shadow:0 1px 6px rgba(0, 0, 0, 0.175);}
.timeline2 > li > .timeline-panel:before{position:absolute;top:26px;right:-15px;display:inline-block;border-top:15px solid transparent;border-left:15px solid #ccc;border-right:0 solid #ccc;border-bottom:15px solid transparent;content:" ";}
.timeline2 > li > .timeline-panel:after{position:absolute;top:27px;right:-14px;display:inline-block;border-top:14px solid transparent;border-left:14px solid #fff;border-right:0 solid #fff;border-bottom:14px solid transparent;content:" ";}
.timeline2 > li > .timeline-badge{color:#fff;width:50px;height:50px;line-height:50px;font-size:1.4em;text-align:center;position:absolute;top:16px;left:50%;margin-left:-25px;background-color:#999999;z-index:100;border-top-right-radius:50%;border-top-left-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;}
.timeline2 > li.timeline-inverted > .timeline-panel{float:right;}
.timeline2 > li.timeline-inverted > .timeline-panel:before{border-left-width:0;border-right-width:15px;left:-15px;right:auto;}
.timeline2 > li.timeline-inverted > .timeline-panel:after{border-left-width:0;border-right-width:14px;left:-14px;right:auto;}
.timeline-title{margin-top:0;color:inherit;}
.timeline-body > p,
.timeline-body > ul{margin-bottom:0;}
.timeline-body > p + p{margin-top:5px;}
.separator-margin{margin-bottom:100px;}
.mt100{margin-top:100px;}
.separator-margin .my-btn-lg{color:#ffffff;border:1px solid #ffffff;background:transparent;text-transform:uppercase;}
.separator-margin .my-btn-lg:hover{background:#ffffff;color:#333333;}
.separator-style-one{background-image:url("../images/bg/1.jpg");background-size:cover;background-repeat:no-repeat;background-position:center;padding:100px 0 70px;}
.separator-area-one{}
.separator-area-one h2{color:#fff;font-style:italic;font-weight:400;}
.separator-area-one p{color:#fff;}
.separator-style-two{background-image:url("../images/bg/1.jpg");background-size:cover;background-repeat:no-repeat;background-position:center;padding:100px 0 70px;}
.separator-area-two h2{color:#fff;font-style:italic;font-weight:700;}
.separator-area-two p{color:#fff;font-style:italic;}
.separator-style-three{text-align:center;padding:100px 0;}
.separator-style-three{background-image:url("../images/bg/1.jpg");background-size:cover;background-repeat:no-repeat;background-position:center;}
.separator-area-three h2{color:#fff;font-style:italic;font-weight:700;}
.separator-area-three a{color:#fff;margin-top:30px;}
.separator-area-three p{color:#fff;font-style:italic;}
.separator-style-four{text-align:center;padding:100px 0;}
.separator-style-four{background-image:url("../images/bg/1.jpg");background-size:cover;background-repeat:no-repeat;background-position:center;}
.separator-area-four h2{color:#fff;font-style:italic;font-weight:700;margin-bottom:30px;}
.separator-area-four a{color:#fff;}
.separator-area-four p{color:#fff;font-style:italic;margin-bottom:10px;}
.separator-style-five{padding:100px 0;}
.separator-style-five{background-image:url("../images/bg/1.jpg");background-size:cover;background-repeat:no-repeat;background-position:center;}
.separator-area-five h2{color:#fff;font-style:italic;font-weight:700;}
.separator-area-five a{color:#fff;margin-top:20px;}
.separator-area-five p{color:#fff;font-style:italic;}
.promo-box-style-one{margin:100px 0;}
.promo-box-one{background:#f1f1f1;padding:40px;border-radius:5px;}
.promo-area-one h5,
.promo-area-one p{margin-top:10px;}
.promo-area-one a{margin-top:10px;border-radius:5px;background:#4A4A4A;}
.promo-box-style-two{margin:0 0 100px;}
.promo-box-two{background:#f1f1f1;padding:40px;border-radius:5px;}
.promo-area-two a{margin-top:10px;border-radius:5px;background:#4A4A4A;}
.promo-box-style-three{margin:0 0 100px;}
.promo-area-three{background:#f1f1f1;padding:40px;border-radius:5px;text-align:center;}
.promo-area-three a{margin-top:10px;border-radius:5px;text-align:center;background:#4A4A4A;}
.promo-box-style-four{margin:0 0 100px;}
.promo-area-four{background:#f1f1f1;padding:40px;border-radius:5px;text-align:center;}
.promo-area-four a{margin-top:10px;border-radius:5px;text-align:center;background:#4A4A4A;}
.promo-box-style-five{margin:0 0 100px;}
.promo-box-five{background:#f1f1f1;padding:40px;border-radius:5px;}
.promo-area-five h3,
.promo-area-five p{margin-top:10px;color:#111111;}
.promo-area-five a{margin-top:10px;border-radius:5px;background:#4A4A4A;color:#ffffff;}
.footer-copy-right{padding:10px 0;background:#dddddd;}
.footer-copy-right a{color:#DA0102;}
@media only screen and (max-width:767px){.center-767{float:none;text-align:center;}
.tabs-style-five .nav>li>a{padding:10px 10px;}
.tabs-style-three .nav>li>a{padding:10px 10px;}
}
@media only screen and (max-width:600px){.fw-600{width:100%}
}
@media only screen and (max-width:380px){.tabs-style-one ul li a{padding:10px 12px;}
}
@media only screen and (max-width:356px){.tabs-style-one ul li a{padding:10px 10px;}
}
/* ==== style.css ==== */









a,
a:focus,
a:hover {
  text-decoration: none
}

p,
ul,
ul li {
  margin: 0;
  padding: 0
}

.btn,
.my-btn {
  font-size: 14px
}

.slide,
ul li {
  list-style-type: none
}

body {
  font-family: Karla,'Karla Fallback',sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #424242;
  overflow-x: hidden !important
}

.box,
.my-btn,
.separator-area,
.service-col,
.testimonial-item,
.testimonial-item .pic,
.topbar-area {
  overflow: hidden
}

body#body h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Teko,'Teko Fallback',sans-serif;
  color: #232323;
  line-height: 1.1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase
}

a {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.certificate {
  margin: 100px 0;
  padding: 15px
}

a:focus,
a:hover {
  outline: 0;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

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

.blog-img,
.img-hover-item,
section {
  position: relative;
  overflow: hidden
}

.form-control,
.form-control-one {
  resize: none;
  height: 45px;
  font-size: 14px;
  margin-bottom: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0px
}

.form-control-one:focus,
.form-control:focus {
  border-color: #a2a2a2;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

::-webkit-input-placeholder {
  color: #999 !important
}

::-moz-placeholder {
  color: #999 !important
}

:-ms-input-placeholder {
  color: #999 !important
}

:-moz-placeholder {
  color: #999 !important
}

.my-btn,
.my-btn:hover {
  background: 0 0;
  color: #fff
}

.my-btn {
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 30px;
  border: 2px solid #68a947;
  border-radius: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  transition: .6s
}

.my-btn:before {
  content: "";
  width: 320px;
  height: 160px;
  position: absolute;
  top: -120px;
  left: 30px;
  transform: skew(45deg);
  z-index: -1;
  opacity: 1;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.box-header .affix,
.overlay-black,
.overlay-white,
.section-title h2 {
  position: relative
}

.contact-infobox i,
.my-btn:hover:before,
.request-col .btn-block,
.team-col .team-info,
.team-col .team-info i,
.team-col .team-info i:hover,
.team-col:hover .team-img h3 a,
.team-col:hover .team-img:before,
.team-col:hover .team-info,
.team-img a span,
.team-img a span:hover,
.team-img h3 a,
.team-img:before {
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out
}

.my-btn:hover:before {
  top: -20px;
  left: -52px;
  transition: .4s ease-in-out;
  background: #68a947
}

.about-bg-col p,
.about-bg-col:hover p,
.affix,
.date-over-img,
.footer-col.newsletter ul li a i,
.footer-col.newsletter ul li:hover {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out
}

.about-bg-col p,
.about-bg-col:hover p,
.affix {
  transition: .3s ease-in-out
}

.my-btn:hover {
  border-color: #68a947
}

.overlay-black:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, .8)
}

.overlay-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(255, 255, 255, .9)
}

.section-title {
  margin-bottom: 60px
}

.section-title h2 {
  font-size: 35px !important;
  line-height: 50px;
  margin-bottom: 0;
  display: inline-block
}

.section-title h2 span {
  color: #68a947
}

.section-title p {
  font-weight: 700;
  margin-top: 12px;
  letter-spacing: 1px;
  font-style: italic
}

.text-danger {
  border-color: #e1e1e1;
  color: grey;
  height: 50px;
  background-color: #fff;
  width: 100%
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 34266658;
  width: 100%;
  height: auto
}

#scrollUp {
  bottom: 20px;
  right: 20px;
  padding: 5px 10px;
  background-color: #68a947;
  color: #fff
}

#scrollUp:before {
  content: "\f176";
  font-family: FontAwesome;
  font-size: 20px
}

#scrollUp:after {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  border-right: 14.5px solid transparent;
  border-left: 14.5px solid transparent;
  border-bottom: 15px solid #68a947
}

.inner-pagination {
  margin-bottom: 30px;
  margin-top: 20px
}

.mt50 {
  margin-top: 50px
}

.blog-details-col .blog-title,
.comment-field,
.gallery-single-area h3,
.mt30 {
  margin-top: 30px
}

.demo-page-features h3,
.header-navbar .navbar,
.hover-item-info h3,
.mb0,
.owl-theme .owl-dots .owl-dot span,
.separator-col {
  margin-bottom: 0
}

.m0,
.owl-theme .owl-nav {
  margin: 0
}

.pl0 {
  padding-left: 0
}

.pr0 {
  padding-right: 0
}

.account-area .nav-tabs .nav-link.active,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0
}

.page-item .page-link {
  margin: 0 5px;
  color: #333;
  border-color: #8e8e8e
}

.inner-pagination .page-item .page-link:hover {
  color: #fff !important;
  background: #68a947
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-radius: 0;
  color: #333;
  border-color: #8e8e8e
}

.section-img {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  margin-left: -100px;
  width: 200px;
  height: auto;
  opacity: .08
}

.item-bg-1,
.item-bg-2,
.item-bg-3,
.slide__item {
  height: 66vh
}

.topbar-area {
  padding: 0;
  background: #000
}

.blog-full-wd-bar ul li,
.topbar-info li {
  display: inline-block;
  margin-right: 20px
}

.topbar-info li p {
  color: #fff;
  line-height: 40px
}

.topbar-info li p a {
  color: #fff;
  line-height: 45px;
  font-weight: 600;
  font-size: 18px
}

.social-icon {
  text-align: right
}

.social-icon ul li {
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  background: #3e4096;
  -ms-transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg)
}

.social-icon ul li a i {
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  width: 45px;
  height: 45px;
  -ms-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg)
}

.blog-full-wd-bar ul li a,
.error-col h4 a,
.header-navbar,
.info-bar ul li a,
.page-title-box p,
.page-title-box p a,
.service-content h4 a {
  color: #fff
}

.header-navbar .navbar-brand {
  padding: 0;
  margin-top: 5px
}

.header-navbar .navbar-brand img {
  width: 225px;
  height: auto
}

.header-navbar .navbar-default {
  background: 0 0;
  border: none
}

.header-navbar .navbar-default .navbar-nav>.active>a,
.header-navbar .navbar-default .navbar-nav>li>a:hover {
  color: #000;
  background-color: transparent;
  font-weight: 800
}

.header-navbar .navbar-default .navbar-nav>li>a {
  color: #6a6a6a;
  font-weight: 700;
  text-transform: uppercase;
  padding: 30px 0;
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 5px
}

.header-navbar .navbar-default .navbar-nav>li>a:focus,
.header-navbar .navbar-default .navbar-nav>li>a:hover {
  background: 0 0
}

.dropdown-menu {
  border: none;
  min-width: 200px;
  border-radius: 0
}

.header-navbar .navbar-right .dropdown-menu {
  right: auto
}

.header-navbar .navbar-nav .dropdown-menu {
  padding: 0;
  margin-left: 30px
}

.header-navbar .navbar-nav .dropdown-menu>li>a {
  padding: 7px 5px;
  color: #333;
  text-transform: uppercase;
  border-left: 3px solid transparent;
  border-top: 1px solid #eee
}

.header-navbar .navbar-nav .dropdown-menu>li>a:hover {
  border-left-color: #68a947
}

.header-navbar .navbar-default .navbar-nav>.open>a,
.header-navbar .navbar-default .navbar-nav>.open>a:focus,
.header-navbar .navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent
}

.affix {
  background: #fff;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 8px 12px -10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 8px 12px -10px rgba(0, 0, 0, .2);
  box-shadow: 0 8px 12px -10px rgba(0, 0, 0, .2)
}

.main-herader-two {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: 0 0
}

.main-herader-two .header-navbar .navbar-brand img {
  width: 175px;
  height: auto
}

.main-herader-two .header-navbar .navbar-brand {
  margin-top: 12px
}

.main-herader-two .social-icon ul li {
  background: #ffa400
}

.main-herader-two .header-navbar .navbar-default .navbar-nav>li>a {
  padding: 25px 0
}

.main-herader-two .navbar-nav .dropdown-menu>li>a {
  font-weight: 600
}

.main-herader-two .affix-top .container {
  background-color: rgba(255, 255, 255, .7);
  position: relative
}

.main-herader-two .affix-top .container:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  border-left: 20px solid transparent;
  border-bottom: 70px solid rgba(255, 255, 255, .7)
}

.main-herader-two .affix-top .container:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  border-right: 20px solid transparent;
  border-top: 70px solid rgba(255, 255, 255, .7)
}

.main-herader-two .topbar-area {
  background-color: transparent;
  border-bottom: none
}

.main-herader-two .navbar-default .navbar-nav>li>a {
  color: #333;
  font-weight: 600
}

.blog-full-col h2 a,
.main-herader-two .affix .navbar-default .navbar-nav>li>a,
.testimonial-item-2 .description {
  color: #333
}

.nav>li.dropdown.open {
  position: static
}

.nav>li.dropdown.open .dropdown-menu.mega-menu {
  display: table;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  padding: 30px
}

.dropdown-menu.mega-menu>li {
  display: table-cell
}

.dropdown-menu.mega-menu li {
  padding: 8px 0;
  text-align: left;
  border-bottom: 1px solid #ddd
}

.dropdown-menu.mega-menu li a {
  color: #333;
  text-transform: capitalize;
  text-transform: uppercase;
  border-left: 2px solid transparent
}

.dropdown-menu.mega-menu li a:hover {
  padding-left: 10px;
  border-left: 2px solid #68a947
}

.dropdown-menu.mega-menu img {
  margin-top: 0
}

.padd0,
.slide {
  padding: 0
}

.slide__item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(0, 0, 0, .7)
}

.item-bg-1 {
  background: url(../images/pipes-tubes.jpg) 0 0/cover no-repeat
}

.item-bg-2 {
  background: url(../images/fittings.jpg) 0 0/cover no-repeat
}

.item-bg-3 {
  background: url(../images/piping.jpg) 0 0/cover no-repeat
}

.slide-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff
}

.slide-caption__title {
  font-size: 48px !important;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px
}

.about-col h1 span,
.blog-col h4 a:hover,
.categories ul li a:hover,
.footer-col.links ul li a:hover,
.footer-col.twitter .twitter-box p a,
.footer-copyright p a,
.page-title-box h1 span,
.page-title-box h2 span,
.pricing-table-area .pricing-price,
.request-col h2 span,
.sidebar-post ul li h4 a,
.slide-caption__title span,
ul.icons-list-new1 li.active a {
  color: #68a947
}

.slide-caption__desc {
  font-size: 20px;
  font-style: italic;
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 20px;
  text-transform: capitalize
}

.slide-caption .btn {
  border: 2px solid #fff;
  color: #fff;
  background: #68a947;
  padding: 10px 25px;
  text-transform: uppercase
}

.main-slider-area .owl-next,
.main-slider-area .owl-prev {
  position: absolute;
  top: 45%;
  font-size: 25px;
  background: #551fc0;
  padding: 0 5px;
  color: #fff;
  border-radius: 0;
  width: 35px
}

.slide-caption .btn:hover {
  color: #fff;
  border-color: #fff;
  background: 0 0
}

.owl-item.active .slide-caption__title {
  animation: 1s 1s both fadeInLeft
}

.owl-item.active .slide-caption__desc {
  animation: 1s 1.5s both fadeInRight
}

.owl-item.active .btn {
  animation: 1s 2.5s both zoomIn
}

.main-slider-area .owl-prev,
.portfolio-col.rtl .filtr-item {
  left: 0
}

.main-slider-area .owl-next {
  right: 0
}

.main-slider-area .owl-theme .owl-nav [class*=owl-] {
  background: #68a947;
  color: #fff
}

.about-area {
  padding: 60px 0 0;
  position: relative
}

.about-col,
.blog-details-col,
.contact-form-row .contact-col,
.contact-form-row .contact-col .btn,
.faq-col h2,
.footer-col,
.request-col p,
.service-item,
.sidebar-col {
  margin-bottom: 30px
}

.about-col h1 {
  font-size: 40px
}

.about-col h5 {
  color: #999;
  letter-spacing: 1px
}

.about-col p,
.categories ul li {
  margin-bottom: 10px
}

.about-bg-col {
  padding: 18px 20px;
  position: relative;
  background-color: #7bbb5a
}

.about-bg-col p {
  margin-bottom: 0;
  color: #fff
}

.about-bg-col:hover p {
  color: #333
}

.blog-col:hover .blog-img img,
.blog-col:hover .post-date,
.blog-img img,
.details-link,
.img-hover-item:hover i,
.rotate-layer,
.service-col,
.service-col:hover .rotate-layer,
.service-col:hover .service-content,
.service-content {
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out
}

.mb25 {
  margin-bottom: 25px
}

.separator-area {
  padding: 120px 0 90px;
  background: url(../images/background.jpg);
  position: relative
}

.section-angle {
  width: 50%;
  height: 700px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(123, 187, 90, .6)
}

.separator-col h2 {
  color: #fff;
  line-height: 46px
}

.blog-col h4 a,
.demo-content-col h2 a,
.separator-col h2 span,
.service-content p {
  color: #111
}

.separator-col .my-btn {
  padding: 12px 30px;
  font-size: 18px;
  margin-top: 20px
}

.service-section {
  padding: 60px 0 40px;
  position: relative
}

.service-col {
  margin-bottom: 50px;
  position: relative;
  transition: .5s ease-in-out
}

.rotate-layer {
  position: absolute;
  left: -20px;
  bottom: -100px;
  z-index: 0;
  width: 120%;
  height: 170px;
  padding: 30px 40px 20px;
  background: rgba(104, 169, 71, .9);
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  transition: .5s ease-in-out
}

.details-link,
.service-col:hover .rotate-layer {
  bottom: -100%;
  transition: .5s ease-in-out
}

.service-content {
  z-index: 1;
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  transition: .5s ease-in-out
}

.blog-col:hover .post-date,
.blog-img img,
.img-hover-item img,
.img-hover-item:hover img,
.portfolio-nav li:hover,
.service-col:hover .service-content {
  transition: .5s ease-in-out
}

.service-content i {
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: -1;
  color: #fff;
  opacity: .4
}

.service-content i:before {
  font-size: 70px
}

.service-content h4 {
  font-weight: 400
}

.service-content p a {
  color: #fff;
  text-transform: capitalize
}

.service-content p a:hover,
.service-item .content p a {
  color: #666
}

.details-link {
  position: absolute;
  left: 0;
  width: 100%;
  background: #68a947;
  text-align: center
}

.hover-item-info,
.img-hover-item i,
.img-hover-item img,
.img-hover-item:hover .hover-item-info,
.img-hover-item:hover img,
.portfolio-nav li,
.portfolio-nav li:hover,
.service-col:hover .details-link {
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

.service-col:hover .details-link {
  bottom: 0;
  transition: .5s ease-in-out
}

.details-link a {
  font-size: 16px;
  padding: 10px 20px;
  display: block;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px
}

.blog-full-wd-bar,
.box .icon li,
.box .project-title,
.info-bar,
.info-bar ul li,
.portfolio-nav li,
.sidebar-tags ul li,
.team-img h3 {
  display: inline-block
}

.project-area {
  padding: 120px 0;
  background: url(../images/pipe-background.jpg);
  position: relative
}

.project-area .section-img {
  top: 10%;
  left: 0;
  margin-left: 0;
  opacity: .7
}

.project-area .section-title h2,
.project-area .section-title p,
.testimonial-area .section-title h2,
.testimonial-area .section-title p {
  color: #f7f7f7
}

.project-area .owl-theme .owl-nav .owl-prev {
  display: table;
  position: absolute;
  left: -5px;
  bottom: 110px;
  border-radius: 0;
  background: #68a947;
  width: 35px;
  height: 30px;
  font-size: 20px;
  color: #111
}

.project-area .owl-theme .owl-nav .owl-next {
  display: table;
  position: absolute;
  right: -5px;
  bottom: 110px;
  border-radius: 0;
  background: #68a947;
  width: 35px;
  height: 30px;
  font-size: 20px;
  color: #111
}

.box {
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  position: relative
}

.box img,
.testimonial-item .pic img {
  width: 100%;
  height: auto
}

.box .box-content {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: center top 0;
  transition: .5s
}

.box:hover .box-content {
  opacity: 1;
  transform: perspective(400px) rotateX(0)
}

.box .project-title {
  height: 30px;
  padding: 2px 10px 0;
  background: #68a947;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: 18px;
  left: 20px;
  transition: .9s
}

.box .project-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-top: 30px solid solid;
  border-bottom: 30px solid
}

.box:hover .project-title {
  bottom: px;
  z-index: 2
}

.box .icon {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 42%;
  left: 0;
  right: 0
}

.box .icon li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #3f4198;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-right: 7px;
  transition: .35s
}

.box .icon li a:hover {
  background: #fff;
  color: #000
}

.portfolio-section {
  padding: 100px 0;
  overflow-x: hidden
}

.portfolio-2 {
  background: #f9f9f9
}

.portfolio-nav {
  float: none;
  text-align: center;
  margin-bottom: 30px
}

.portfolio-nav li {
  cursor: pointer;
  margin-right: 10px;
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 700;
  transition: .5s ease-in-out
}

.filtr-item {
  width: 33.25%;
  padding: 0
}

.hover-item-info {
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, .8);
  text-align: center;
  opacity: 0;
  transition: .5s ease-in-out
}

.img-hover-item:hover .hover-item-info {
  opacity: 1;
  bottom: 0;
  transition: .5s ease-in-out
}

.hover-item-info h3 a {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0
}

.account-area .nav-tabs .nav-link,
.hover-item-info h3 a:hover,
.info-col p span {
  color: #ffb606
}

.img-hover-item i {
  font-size: 30px;
  color: #ffb607;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -15px;
  background: #fff;
  padding: 5px;
  text-align: center;
  opacity: 0;
  transition: .5s ease-in-out
}

.img-hover-item:hover i {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
  transition: .5s ease-in-out
}

.account-area,
.blog-details,
.blog-full-wd,
.demo-content-area,
.faq-area,
.gallery-single-area {
  padding: 100px 0
}

.gallery-single-info {
  padding: 20px;
  background: #f5f5f5;
  margin-top: 50px
}

.info-col {
  border-right: 1px solid #999
}

.info-col p {
  text-transform: capitalize;
  font-weight: 600
}

.portfolio-details,
.portfolio-details-one {
  padding: 50px 0 0
}

.portfolio-details h1,
.portfolio-details h3 {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  padding-bottom: 20px
}

.blog-full-col,
.categories,
.details-col,
.pricing-table-area .pricing-item,
.sidebar-search-box,
.sidebar-tags {
  margin-bottom: 50px
}

.account-area .form-check,
.blog-col .embed-responsive,
.blog-col p,
.blog-full-col h2,
.comment-field h3,
.details-col ul li,
.footer-col.newsletter .input-group {
  margin-bottom: 20px
}

.details-col ul li i {
  margin-right: 10px;
  color: #68a947
}

.details-col ul li a {
  color: #337ab7
}

.request-area {
  padding: 120px 0 0;
  display: none
}

.request-col .btn-block {
  border-radius: 0;
  background: #68a947;
  color: #111;
  border: none;
  font-weight: 600;
  height: 45px;
  transition: .4s ease-in-out
}

.request-col .btn-block:hover {
  background: #3e4095;
  color: #fff;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.blog-area,
.team-section {
  padding: 120px 0 90px;
  position: relative
}

.blog-col {
  margin-bottom: 30px;
  text-align: center;
  background: #f4f4f4;
  border-left: 5px solid #68a946
}

.blog-content {
  padding: 0 15px
}

.blog-content h4 {
  text-transform: capitalize;
  text-align: justify
}

.blog-col:hover .blog-img img {
  transition: .5s ease-in-out;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

.post-date {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background: #111;
  text-align: center;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out
}

.post-date h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0
}

.blog-col h4 {
  font-size: 18px;
  margin-bottom: 20px
}

.info-bar {
  background: #68a947;
  margin-bottom: 20px;
  padding: 5px 15px;
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg)
}

.info-bar ul,
.page-title-content {
  -ms-transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg)
}

.info-bar ul li {
  color: #fff;
  margin-right: 12px
}

.info-bar ul li i {
  margin-right: 5px;
  color: #3e3e3e
}

.blog-full-img {
  position: relative;
  margin-bottom: 30px
}

.date-over-img {
  position: absolute;
  left: 20px;
  top: 20px;
  background: rgba(0, 0, 0, .7);
  padding: 30px;
  transition: .3s ease-in-out
}

.date-over-img h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px
}

.blog-full-col:hover .date-over-img {
  left: 30px;
  top: 30px;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.blog-full-wd-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #68a947;
  padding: 10px 20px
}

.right-angle {
  position: absolute;
  right: -40px;
  top: 0;
  z-index: 0;
  border-right: 40px solid transparent;
  border-bottom: 46px solid #68a947
}

.blog-full-wd-bar ul li i {
  margin-right: 5px;
  color: #fff
}

.m-none {
  margin: 0 !important
}

.blog-sidebar-section {
  padding: 0 0 70px
}

.sidebar-search-box .input-group .form-control {
  height: 45px;
  border-color: #68a947
}

.sidebar-search-box .input-group-btn .btn {
  height: 45px;
  width: 60px;
  background: #68a947
}

.sidebar-search-box .input-group-btn .btn i {
  font-size: 22px;
  color: #fff
}

.sidebar-title h3 {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
  margin-bottom: 30px;
  padding-top: 40px
}

.categories ul li a {
  color: #111;
  text-transform: capitalize
}

.counter-col .counter p,
.demo-content-col ul li a,
.header-content .btn,
.hilight-box p,
.m_title::first-letter,
.page-title-box p,
.sidebar-tags ul li a {
  text-transform: uppercase
}

ul.icons-list-new li>a:before {
  content: "\f090";
  font-family: FontAwesome;
  color: #68a947;
  padding-right: 15px
}

ul.icons-list-new li a,
ul.icons-list-new li.active a,
ul.icons-list-new1 li a,
ul.icons-list-new1 li.active a {
  font-size: 13px;
  font-family: Karla,'Karla Fallback',sans-serif
}

ul.icons-list-new li a {
  font-size: 17px;
  color: #000;
  padding-left: 10px
}

ul.icons-list-new li.active a {
  color: #414096;
  font-size: 17px;
  font-weight: 700;
}

ul.icons-list-new1 li a {
  color: #2b2a29;
  padding-left: 10px
}

.sidebar-post {
  margin-bottom: 100px
}

.sidebar-post ul li {
  position: relative;
  padding-left: 90px;
  margin-bottom: 40px
}

.team-img a span,
.team-img h3 {
  background: #68a947;
  padding: 12px 15px;
  bottom: 0
}

.sidebar-post ul li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px
}

.sidebar-post ul li h4 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px
}

.sidebar-tags ul li {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  margin-right: 5px
}

.sidebar-tags ul li a {
  padding: 10px 20px;
  color: #fff;
  background: #111
}

.sidebar-tags ul li a:hover {
  background: #68a947;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out
}

.hilight-box {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  background: #f3f3f3
}

.hilight-box p {
  font-style: italic
}

.comment-field h3 a {
  font-size: 18px;
  color: #68a947
}

.comment-item {
  position: relative;
  padding-left: 100px;
  margin-bottom: 50px
}

.comment-item img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px
}

.comment-item-right {
  margin-left: 50px
}

.treatment-middle-box {
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #f5f5f5
}

.treatment-middle-box h3 {
  margin-top: 0;
  margin-bottom: 10px
}

.counter-area {
  padding: 120px 0 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.counter-col {
  padding: 30px 10px;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  background: rgba(62, 64, 149, .7)
}

.counter-col .counter i {
  font-size: 50px;
  color: #fff;
  padding-bottom: 10px;
  display: block
}

.counter-col .counter span {
  color: #68a947;
  font-size: 25px;
  line-height: 38px;
  font-weight: 700
}

.counter-col .counter p {
  color: #fff;
  font-size: 22px;
  font-weight: 700
}

.contact-col,
.demo-page-features-col,
.error-col,
.team-col {
  margin-bottom: 30px;
  text-align: center
}

.team-col .team-info {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .4s ease-in-out
}

.team-col:hover .team-img:before,
.team-col:hover .team-info {
  opacity: 1;
  transition: .4s ease-in-out
}

.team-col .team-info i {
  width: 45px;
  height: 45px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 24px;
  line-height: 45px;
  transition: .4s ease-in-out
}

.team-img h3:after,
.team-img:before {
  top: 0;
  height: 100%;
  position: absolute;
  content: ""
}

.team-col .team-info i:hover {
  background: #68a947;
  border-color: #68a947;
  transition: .4s ease-in-out
}

.team-col .team-info .info h5 {
  color: #68a947;
  margin-bottom: 0;
  margin-top: 20px;
  letter-spacing: 1px;
  text-transform: capitalize
}

.footer-col.about ul,
.team-col h4 {
  margin-top: 20px
}

.team-img {
  position: relative;
  border: 1px solid #ddd
}

.team-img:before {
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, .7);
  opacity: 0;
  transition: .4s ease-in-out
}

.team-img h3 {
  font-size: 16px;
  position: absolute;
  left: 0;
  z-index: 9;
  margin-bottom: 0
}

.team-img h3:after {
  right: -30px;
  width: 0;
  border-left: 30px solid #68a947;
  border-top: 41px solid transparent
}

.team-col:hover .team-img h3 a,
.team-img a span:hover,
.team-img h3 a {
  color: #111;
  transition: .4s ease-in-out
}

.team-img a span {
  position: absolute;
  right: 0;
  font-size: 20px;
  color: #fff;
  transition: .4s ease-in-out
}

.footer-col.newsletter ul li,
.service-item .service-icon i {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  display: inline-block
}

.team-area {
  padding: 100px 0 80px
}

.service-item .service-icon i {
  font-size: 30px;
  color: #f59000;
  padding: 0;
  transition: .3s ease-in-out
}

.service-item .content h5 a {
  font-size: 18px;
  color: #111;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px
}

.testimonial-area {
  padding: 120px 0;
  background: #fff;
  position: relative;
  overflow-x: hidden
}

.testimonial-area .section-img {
  top: 10%;
  left: -20px;
  margin-left: 0;
  opacity: .2
}

.testimonial-item {
  border: 2px solid #68a947;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, .06);
  padding: 50px 50px 50px 130px;
  margin: 0;
  position: relative
}

.testimonial-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 40px solid #68a947;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  transform: rotate(-45deg);
  transform-origin: 80% -30% 0
}

.testimonial-item i {
  position: absolute;
  left: 12%;
  top: 2%;
  z-index: 0;
  font-size: 100px;
  opacity: .1
}

.testimonial-item .pic {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  left: 20px
}

.testimonial-item .description {
  color: #f7f7f7;
  font-size: 16px;
  font-style: italic;
  line-height: 25px;
  margin-bottom: 15px
}

.testimonial-item .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #f7f7f7;
  margin: 0;
  border-bottom: none;
  letter-spacing: 1px
}

.testimonial-item .post {
  display: inline-block;
  font-size: 12px;
  color: #68a947
}

.owl-theme .owl-controls .owl-page span {
  border: 2px solid #d45113;
  background: #fff;
  opacity: 1
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #d45113
}

.testimonial-area .owl-theme .owl-dots {
  text-align: left;
  display: inline-block;
  margin-top: 20px
}

.bg-white,
.testimonial-2 {
  background: #fff
}

.testimonial-2 .section-title h2,
.testimonial-2 .section-title p,
.testimonial-item-2 .title {
  color: #828282
}

.client-area {
  padding: 50px 0;
  background: #fff
}

.defult-page-title,
.defult-page-title-one {
  padding: 80px 0;
  overflow: hidden;
  text-align: center;
  position: relative
}

.defult-page-title {
  background: url(../images/bg.jpg) center/cover no-repeat
}

.defult-page-title-one {
  background: url(../images/about-us.jpg) center/cover no-repeat
}

.page-title-box {
  text-align: center;
  background: rgba(255, 255, 255, .1);
  padding: 50px 20px;
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg)
}

.page-title-box h1,
.page-title-box h2 {
  font-size: 36px;
  color: #fff;
  position: relative;
  margin-bottom: 30px
}

.page-title-box h1:before,
.page-title-box h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 40px;
  height: 3px;
  margin-left: -20px;
  background: #68a947
}

.page-title-box p a:hover {
  color: #eee
}

.page-title-box img {
  width: 400px;
  height: auto;
  float: right
}

.account-area .tab-content {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: none
}

.nav-tabs .nav-item {
  float: none;
  display: block
}

.header-content,
.nav-link,
.pages-col {
  text-align: center
}

.contact-textarea,
td,
th {
  text-align: left
}

.panel-heading .accordion-toggle:after {
  content: "\f106";
  font-family: FontAwesome;
  float: right;
  font-size: 20px;
  color: #fff
}

.panel-heading .accordion-toggle.collapsed:after {
  content: "\f107"
}

.faq-col .panel-title {
  font-size: 16px;
  color: #fff
}

.panel-default>.panel-heading {
  background: #68a947;
  padding: 15px 20px
}

.panel-group .panel {
  margin-bottom: 30px;
  border-radius: 0
}

section.error-area {
  background: #f9f9f9;
  padding: 100px 0 70px
}

.error-page h1 {
  font-size: 250px;
  color: #0c1f38;
  line-height: 250px
}

.error-page p {
  font-size: 18px;
  color: #333;
  letter-spacing: 3px;
  margin-bottom: 45px
}

.pricing-table-area {
  padding: 100px 0 50px
}

.pricing-table-area .pricing-item:hover {
  background: #68a947
}

.pricing-table-area .pricing-item:hover .common-btn {
  border-color: #68a947;
  color: #68a947
}

.pricing-table-area .common-btn {
  background: #68a947;
  border-color: #68a947
}

.error-area {
  padding: 100px 0;
  background: #68a947;
  height: 100vh
}

.error-col h1 {
  font-size: 36px;
  margin-bottom: 50px
}

.error-col h1 span {
  font-size: 60px;
  color: #fff
}

.error-col img {
  width: 100%;
  height: auto;
  margin: 0 auto
}

.error-col h4 {
  margin-top: 80px;
  margin-bottom: 0
}

.error-col h4 a:hover {
  color: #111;
  text-decoration: underline
}

.contact-area {
  padding: 100px 0 70px
}

.contact-infobox {
  border: 1px solid #dcdcdc;
  padding: 50px
}

.contact-infobox i {
  width: 80px;
  height: 80px;
  border: 3px solid #68a947;
  color: #68a947;
  text-align: center;
  font-size: 30px;
  line-height: 75px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: .4s ease-in-out
}

.contact-infobox:hover i {
  background: #68a947;
  color: #fff;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.contact-form-row .contact-col .form-control {
  height: 45px
}

.contact-textarea textarea {
  height: 100% !important
}

.main-footer {
  padding: 50px 0 0px;
  background: #111
}

.footer-col h3 {
  font-size: 22px;
  position: relative;
  color: #fff;
  margin-bottom: 40px;
  letter-spacing: 1px
}

.footer-col h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 50px;
  height: 3px;
  background: #68a947
}

.footer-col h3 span {
  color: #68a947;
  font-weight: 700
}

.footer-col.about p,
.footer-col.twitter .twitter-box p,
.footer-copyright p {
  color: #e2e2e2
}

.footer-col.about ul li {
  position: relative;
  color: #e2e2e2;
  margin-bottom: 10px
}

.footer-col.about ul li i {
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 0
}

.footer-col.links ul li {
  border-bottom: 1px solid #333;
  padding-bottom: 8px;
  margin-bottom: 8px
}

.footer-col.links ul li:last-child,
.footer-col.twitter .twitter-box:last-child {
  border-bottom: none
}

.footer-col.links ul li a {
  color: #e2e2e2;
  text-transform: capitalize
}

.footer-col.twitter .twitter-box {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #333
}

.footer-col.twitter .twitter-box i {
  color: #68a947;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 0;
  font-size: 25px
}

.footer-col.newsletter p {
  color: #e2e2e2;
  margin-bottom: 20px
}

.footer-col.newsletter .input-group .sub-btn {
  background: #68a947;
  color: #fff;
  border: none;
  height: 45px;
  border-radius: 0
}

.footer-col.newsletter ul li {
  text-align: center;
  margin-left: 5px;
  background: #68a947;
  -ms-transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  transition: .3s ease-in-out
}

.footer-col.newsletter ul li a i {
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  width: 35px;
  height: 35px;
  -ms-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  transition: .3s ease-in-out
}

.footer-col.newsletter ul li:hover {
  background: #fff;
  transition: .3s ease-in-out
}

.footer-col.newsletter ul li a i:hover {
  color: #68a947;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.footer-copyright {
  padding: 20px 0;
  background: #000
}

.padding-top-0 {
  padding-top: 0
}

nav ul.pagination_next li a {
  padding: 12px 20px;
  margin: 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #333
}

.demo-page-header {
  padding: 200px 0;
  background: center/cover #111
}

.demo-page-features {
  padding: 100px 0;
  background: #f5f5f5
}

.demo-page-features h2 {
  font-size: 45px;
  display: inline-block;
  border-bottom: 3px solid #68a947;
  margin-bottom: 60px;
  line-height: 1;
  padding-bottom: 10px
}

.demo-page-features-col h4 {
  font-size: 18px;
  padding: 20px;
  background: #e4e4e4;
  border-top: 2px solid #68a947
}

.header-content h1 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 28px
}

.header-content h1 span {
  color: #68a947;
  font-size: 40px
}

.header-content .btn {
  font-style: 16px;
  background: #68a947;
  border: none;
  padding: 18px 40px;
  color: #fff
}

.demo-content-col {
  margin-bottom: 80px;
  text-align: center
}

.demo-content-col h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #111
}

.demo-content-col ul li {
  margin-bottom: 10px;
  margin-top: 10px
}

.demo-content-col ul li a {
  font-weight: 700;
  color: #777
}

.pages-col h1 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px dashed #ccc
}

.dropdown .fa-angle-down {
  padding-left: 5px
}

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

  .topbar-info li p a,
  body {
    font-size: 17px
  }
}

.item-bg-4 {
  background: url("../images/carbon-steel-pipes.jpg") 0 0/cover no-repeat;
  height: 80vh
}

.item-bg-5 {
  background: url("../images/cs-flanges-slider.jpg") 0 0/cover no-repeat;
  height: 80vh
}

.item-bg-6 {
  background: url("../images/cs-plates.jpg") 0 0/cover no-repeat;
  height: 80vh
}

.thumb-content {
  position: absolute;
  left: -30px;
  bottom: 20px;
  background: #68a947;
  text-align: center;
  height: 170px;
  width: 170px;
  padding-top: 48px
}

.space-to-make-area .space-to-make-thumb .thumb-content span {
  color: #fff;
  font-size: 18px;
  font-weight: 700
}

.space-to-make-area {
  margin-top: 100px
}

table {
  width: 100%;
  border-collapse: collapse
}

tr:nth-of-type(odd) {
  background: #eee
}

th {
  background: #3498db;
  color: #fff;
  font-weight: 700
}

td,
th {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 18px
}

h2 {
  font-size: 24px !important
}

@media only screen and (max-width:760px),
(min-device-width:768px) and (max-device-width:1024px) {
  table {
    width: 100%
  }

  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px
  }

  tr {
    border: 1px solid #ccc
  }

  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative
  }

  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    font-weight: 700
  }
}

.footer-margin-top {
  margin-top: 61px
}

.top-space {
  padding-top: 240px
}

.top-spac {
  padding-top: 120px
}

.m_title {
  display: inline-block;
  text-transform: lowercase
}

@media screen and (min-device-width:300px) and (max-device-width:768px) {
  .topbar-info li p {
    color: #fff;
    line-height: 25px
  }
}

.post-date h2 {
  color: #fff;
  font-size: 16px !important;
  margin-bottom: 0
}

.footer-copyright p a {
  color: #fff !important;
  font-weight: 700
}

.footer-col p a {
  /* color: #fff !important;
  font-weight: 600 */
}

.about-area h2,
.blog-area h2 {
  font-size: 35px !important
}

.separator-col h2 {
  font-size: 32px !important;
  text-align: center
}

.post-date h2 a {
  font-size: 25px !important;
  color: #fff !important
}


/* ── Grid ── */
.pipes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1050px;
  margin: 0 auto;
}

/* ── Card ── */
.pipe-card {
  background: #ffffff;
  border: 1px solid #cfd4ff;
  border-radius: 14px;
  padding: 2rem 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

/* top accent bar */
.pipe-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #6baa4c, #6baa4c);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.pipe-card:hover {
  transform: translateY(-8px);
  border-color: #6da453;
  box-shadow: 0 16px 40px rgb(71 81 66 / 36%);
}

.pipe-card:hover::before {
  transform: scaleX(1);
}

/* ── Circular image ── */
.pipes-grid .img-wrap {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #cfd4ff;
  margin-bottom: 1.4rem;
  flex-shrink: 0;
  background: #e6f1fb;
  transition: border-color 0.28s ease;
}

.pipe-card:hover .img-wrap {
  border-color: #5d5c9e;
}

.pipes-grid .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.38s ease;
}

.pipe-card:hover .img-wrap img {
  transform: scale(1.1);
}

/* ── Badge ── */
.badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  background: #6baa4c;
  color: #ffffff;
  margin-bottom: 0.8rem;
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.pipe-card:hover .badge {
  opacity: 1;
  transform: translateY(0);
}

/* ── Title ── */
.pipes-grid .card-title {
  font-size: 17px;
  font-weight: 700;
  color: #3f3fa1;
  text-align: center;
  /* text-transform: uppercase; */
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-bottom: 0.85rem;
}

/* ── Divider ── */
.card-divider {
  width: 44px;
  height: 2.5px;
  background: #3f3fa4;
  border-radius: 2px;
  margin: 0 auto 1rem;
  transition: width 0.3s ease;
}

.pipe-card:hover .card-divider {
  width: 72px;
}

/* ── Description ── */
.card-desc {
  font-size: 16px;
  color: #424242;
  text-align: center;
  line-height: 1.75;
}

/* ── Read More link ── */
.pipes-grid .read-more {
  display: inline-block;
  margin-top: 1.2rem;
  font-size: 15px;
  font-weight: 700;
  color: #6baa4c;
  text-decoration: none;
  letter-spacing: 0.03em;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.read-more::after {
  content: ' →';
}

.pipe-card:hover .read-more {
  opacity: 1;
  transform: translateY(0);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .pipes-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 500px) {
  .pipes-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pipes-grid .img-wrap {
    width: 120px;
    height: 120px;
  }
}

.footeraddresslink a.mailandtel {
  color: #68a947;
}

.footeraddresslink a {
  color: #e2e2e2;
}

.footeraddresslink a.mailandtel:hover {
  color: #e2e2e2;
}

footer img{
  width: 80% !important;
}