<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * GLOBAL STYLES
 * 2019 - Biltek Development Kitchen
 */
/*!!!!!!!!!!!!!!!!!!!!!!!!!DEÄžÄ°ÅžTÄ°RMEYÄ°N!!!!!!!!!!!!!!!!!!!!!!!!!*/
@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

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

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

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

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

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

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

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

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

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

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

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

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

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

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

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

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

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

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

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

@-webkit-keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

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

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

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

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

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

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

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

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

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

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

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

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

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

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

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

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

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

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

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

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

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

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

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

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

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

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        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);
    }

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

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

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

.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);
    }

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

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

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

.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);
    }

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

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

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

.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);
    }

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

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

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

.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);
    }

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

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

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

.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);
    }

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

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

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

.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);
    }

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

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

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

.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);
    }

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

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

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

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

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

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

    to {
        opacity: 0;
    }
}

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

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

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

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

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

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

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

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

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

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

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

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

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

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

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

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

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

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

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

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

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

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

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

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

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

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

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

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }

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

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

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

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

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }

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

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

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

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

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

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }

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

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

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

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

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes lightSpeedIn {
    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);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@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);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.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;
    }

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

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

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

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

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

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

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        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: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }

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

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        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: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

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

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        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: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

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

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        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: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

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

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

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

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

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

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

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

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(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;
    }

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

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(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;
    }

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

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-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;
    }

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

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-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;
    }

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

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(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: rotate(80deg);
        transform: rotate(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: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

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

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

    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(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: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

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

@keyframes rollOut {
    0% {
        opacity: 1;
    }

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

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

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

    50% {
        opacity: 1;
    }
}

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

    50% {
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

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

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

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

    to {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

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

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

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

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

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

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

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

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

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

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

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

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

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

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

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

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

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

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

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

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

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

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

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

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

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

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

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

.animated.fast {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.animated.faster {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

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

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

@media (prefers-reduced-motion: reduce), (print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!DEÄžÄ°ÅžTÄ°RMEYÄ°N!!!!!!!!!!!!!!!!!!!!!!!!!*/
@-ms-viewport {
    width: device-width;
}

::-moz-selection {
    background: #999;
    color: #fff;
}

::selection {
    background: #999;
    color: #fff;
}

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

html {
    height: 100%;
}

body {
    overflow-x: hidden;
}

a {
    -webkit-text-decoration-skip: objects;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

a:hover {
    text-decoration: none;
}

*, :focus {
    outline: 0;
}

*, ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

::-moz-focus-inner {
    border: 0;
}

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

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

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

[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #2c3033;
}

::-webkit-scrollbar-thumb {
    background: #23c4f4;
}

img {
    max-width: 100%;
}

input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.map-scope {
    width: 100%;
    height: 400px;
}

.map-scope .map-info {
    padding: 0.5rem;
    background: #3c3c3c;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.map-scope .map-info h3 {
    font-size: 1rem;
    font-weight: 800;
}

.map-scope .map-info a {
    color: #969696;
}

.map-scope .map-info a:hover, .map-scope .map-info a:focus {
    color: #ffffff;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.nf404-full {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #242e44;
    min-height: 100vh;
    width: 100%;
}

.nf404-full .svg {
    margin-bottom: 2rem;
    min-height: 350px;
    overflow: hidden;
    position: relative;
}

.nf404-full .svg svg {
    max-width: 100%;
}

.nf404-full h2 {
    font-weight: bold;
    font-size: 25px;
    color: #90cbff;
    margin-bottom: 0.5rem;
}

.nf404-full h3 {
    font-size: 20px;
    color: #90cbff;
    margin-bottom: 2rem;
}

.nf404-full a {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 2px solid #1c91f6;
    padding: 1rem 2rem;
    color: #90cbff;
    border-radius: 3rem;
    -webkit-box-shadow: inset 0 0 0 #1c91f6;
    box-shadow: inset 0 0 0 #1c91f6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.nf404-full a svg {
    margin-right: 1rem;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 200%;
}

@media only screen and (max-width: 767px) {
    .nf404-full a svg {
        width: 200%;
        max-width: 200%;
    }
}

.nf404-full a:hover {
    -webkit-box-shadow: inset 0 0 15px rgba(28, 145, 246, 0.3);
    box-shadow: inset 0 0 15px rgba(28, 145, 246, 0.3);
}

.nf404 {
    position: relative;
    text-align: center;
}

.nf404 .svg {
    margin-bottom: 2rem;
    min-height: 350px;
    overflow: hidden;
    position: relative;
}

.nf404 .svg svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .nf404 .svg svg {
        width: 200%;
        max-width: 200%;
    }
}

.nf404 h2 {
    font-weight: bold;
    font-size: 25px;
    color: #35a0ff;
    margin-bottom: 0.5rem;
}

.nf404 h3 {
    font-size: 20px;
    color: #2798fb;
    margin-bottom: 2rem;
}

.nf404 a {
    display: inline-block;
    border: 2px solid #0189ff;
    padding: 1rem 2rem;
    color: #1d95ff;
    border-radius: 3rem;
    -webkit-box-shadow: inset 0 0 0 #0189ff;
    box-shadow: inset 0 0 0 #0189ff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.nf404 a svg {
    margin-right: 1rem;
    display: inline-block;
}

.nf404 a:hover {
    -webkit-box-shadow: inset 0 0 15px rgba(1, 137, 255, 0.3);
    box-shadow: inset 0 0 15px rgba(1, 137, 255, 0.3);
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: none;
}

.title-first h1 {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

ol.breadcrumb li {
    color: #fff;
}

ol.breadcrumb li a {
    color: #fff;
}

ol.breadcrumb li a:hover {
    color: #ececec;
}

ol.breadcrumb li.active {
    color: #fff;
    font-weight: bold;
}

ol.breadcrumb li + li:before {
    color: #fff;
}

ol.breadcrumb .breadcrumb-item.breadcrumb-item:before {
    color: #fff;
}

body .cc-window.in-active {
    opacity: 0;
    visibility: hidden;
}

body .cc-window {
    bottom: 50px !important;
    left: 80px !important;
    max-width: 420px !important;
    height: 93px;
    border-radius: 100px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgba(34, 41, 48, 0.8) !important;
    padding: 0 30px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
    visibility: visible;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

body .cc-window .cc-message {
    font-size: 15px;
    color: #fff;
    line-height: normal;
    margin: 0 !important;
    padding-right: 40px;
}

body .cc-window .cc-message a {
    opacity: 1;
    outline: none;
    text-decoration: none;
}

body .cc-compliance a.cc-btn.cc-dismiss {
    width: 56px;
    height: 56px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    border: 1px solid #14a7d0;
    border-radius: 100px;
    position: relative;
    padding: 0;
    color: transparent;
    display: block;
    outline: none;
}

body .cc-compliance a.cc-btn.cc-dismiss:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../../img/svg/check-icon.svg);
    width: 20px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 0 !important;
}

@media (hover: hover) {
    body .cc-compliance a.cc-btn.cc-dismiss:hover {
        background: #14a7d0;
    }

    body .cc-banner.cc-theme-edgeless .cc-message a.cc-link:hover {
        color: #14a7d0;
    }
}

@media only screen and (max-width: 991px) {
    body .cc-window {
        left: 50px !important;
    }
}

@media only screen and (max-width: 767px) {
    body .cc-window {
        width: 100%;
        max-width: 100% !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        left: 50% !important;
        right: auto !important;
        -webkit-transform: translateX(-50%) scale(0.9);
        transform: translateX(-50%) scale(0.9);
        bottom: 30px !important;
        height: 100px;
        padding: 0 30px !important;
    }

    .cc-floating.cc-theme-edgeless .cc-message {
        margin: 0 !important;
        padding-right: 0;
    }
}

body.overflow {
    overflow: hidden;
    padding-right: 5px;
}

body.overflow header {
    padding-right: 5px;
}

.basket-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.48);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.basket-overlay.active {
    opacity: 1;
    visibility: visible;
}

.basket-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 670px;
    background: #ffffff;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    pointer-events: none;
    -webkit-transition: 0.5s 0.3s;
    transition: 0.5s 0.3s;
}

.basket-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: all;
}

.basket-menu .basket-container {
    padding: 30px 60px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.basket-menu .basket-container .basket-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4.2vw;
}

.basket-menu .basket-container .basket-header span {
    font-weight: normal;
    font-size: 30px;
    display: block;
    color: #0f290e;
}

.basket-menu .basket-container .basket-header .basket-close {
    cursor: pointer;
}

.basket-menu .basket-container .basket-header .basket-close svg path {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.basket-menu .basket-container .basket-body {
    max-height: calc(100vh - 370px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 0px;
    padding-bottom: 50px;
    padding-right: 30px;
    margin-right: -30px;
}

.basket-menu .basket-container .basket-body::-webkit-scrollbar {
    width: 3px;
}

.basket-menu .basket-container .basket-body::-webkit-scrollbar-thumb {
    background: #d0d0d0;
}

.basket-menu .basket-container .basket-body form:first-child .basket-item {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.basket-menu .basket-container .basket-body .basket-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.basket-menu .basket-container .basket-body .basket-item + .basket-item {
    border-top: 1px solid #f1f1f1;
    margin-top: 35px;
    padding-top: 35px;
}

.basket-menu .basket-container .basket-body .basket-item-el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-width: 360px;
}

.basket-menu .basket-container .basket-body .basket-item-el .basket-item-img {
    width: 130px;
    height: 130px;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 100px;
    padding-top: 20px;
}

.basket-menu .basket-container .basket-body .basket-item-el .basket-item-img .basket-img-circle {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 0;
    bottom: 0;
    width: 90px;
    height: 90px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-30%, rgba(241, 203, 255, 0.8)), color-stop(80%, rgba(148, 246, 254, 0.2)));
    background: linear-gradient(180deg, rgba(241, 203, 255, 0.8) -30%, rgba(148, 246, 254, 0.2) 80%);
    border-radius: 100%;
    z-index: -1;
}

.basket-menu .basket-container .basket-body .basket-item-el .basket-item-info {
    margin-left: 30px;
}

.basket-menu .basket-container .basket-body .basket-item-el .basket-item-info h2 {
    font-weight: 300;
    font-size: 25px;
    color: #0f290e;
    opacity: 0.6;
    max-width: 200px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.basket-menu .basket-container .basket-body .basket-item-el .basket-item-info .basket-item-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.basket-menu .basket-container .basket-body .basket-item-el .basket-item-info .basket-item-price &gt; span {
    font-size: 23px;
    display: block;
    color: #96bf94;
}

.basket-menu .basket-container .basket-body .basket-item-el .basket-item-info .basket-item-price .old-price {
    font-size: 20px;
    color: #d1d1d1;
    margin-left: 10px;
}

.basket-menu .basket-container .basket-body .basket-item-count {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.basket-menu .basket-container .basket-body .basket-item-count .qty-plus {
    text-align: center;
    cursor: pointer;
    -webkit-transform: rotate(-90deg) translate(0px, -3px);
    transform: rotate(-90deg) translate(0px, -3px);
}

.basket-menu .basket-container .basket-body .basket-item-count .qty-minus {
    text-align: center;
    cursor: pointer;
    -webkit-transform: rotate(90deg) translate(0px, -3px);
    transform: rotate(90deg) translate(0px, -3px);
}

.basket-menu .basket-container .basket-body .basket-item-count &gt; div svg path {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.basket-menu .basket-container .basket-body .basket-item-count input[type="number"] {
    font-weight: 300;
    font-size: 25px;
    text-align: center;
    color: #0f290e;
    width: 40px;
    border: none;
    outline: none;
    margin: 0px 0 4px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.basket-menu .basket-container .basket-body .basket-item-delete {
    cursor: pointer;
}

.basket-menu .basket-container .basket-body .basket-item-delete svg path {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.basket-menu .basket-footer .basket-total-price {
    font-size: 2.5vw;
    color: #0f290e;
    text-align: center;
    margin-bottom: 30px;
}

.basket-menu .basket-footer .basket-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.basket-menu .basket-footer .basket-buttons .basket-btn {
    display: block;
    text-align: center;
    border-radius: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 247px;
    flex: 0 0 247px;
    height: 70px;
    line-height: 70px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.basket-menu .basket-footer .basket-buttons .basket-btn + .basket-btn {
    margin-left: 25px;
}

.basket-menu .basket-footer .basket-buttons .basket-continue {
    font-size: 20px;
    color: #0f290e;
    border: 1px solid #fed294;
}

.basket-menu .basket-footer .basket-buttons .basket-pay {
    font-size: 30px;
    color: #fff;
    background: #0f290e;
    border: 1px solid #0f290e;
}

@media (hover: hover) {
    .basket-menu .basket-container .basket-footer .basket-buttons .basket-pay:hover {
        background: #ffffff;
        color: #0f290e;
    }

    .basket-menu .basket-container .basket-footer .basket-buttons .basket-continue:hover {
        background: #fed294;
    }

    .basket-menu .basket-container .basket-header .basket-close:hover svg path {
        fill: #0f290e;
    }

    .basket-menu .basket-container .basket-body .basket-item .basket-item-count &gt; div:hover svg path {
        fill: #0f290e;
    }

    .basket-menu .basket-container .basket-body .basket-item .basket-item-delete:hover svg path {
        fill: #0f290e;
    }
}

@media only screen and (max-width: 1450px) {
    .basket-menu .basket-container .basket-footer .basket-buttons .basket-continue {
        font-size: 18px;
    }

    .basket-menu .basket-container .basket-footer .basket-buttons .basket-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        height: 60px;
        line-height: 59px;
    }

    .basket-menu .basket-container .basket-footer .basket-buttons .basket-pay {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .basket-menu .basket-container .basket-footer .basket-total-price {
        font-size: 5vw;
    }

    .basket-overlay {
        display: none;
    }

    .basket-menu {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .basket-menu {
        width: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        backdrop-filter: blur(4.7px);
        -webkit-backdrop-filter: blur(4.7px);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(rgba(255, 255, 255, 0.67)));
        background: linear-gradient(#fff 50%, rgba(255, 255, 255, 0.67) 100%);
    }

    .basket-menu .basket-container .basket-body::-webkit-scrollbar {
        width: 0px;
    }

    .basket-menu .basket-container {
        padding: 100px 30px 100px 0;
    }

    .basket-menu .basket-container .basket-header span {
        font-size: 25px;
        position: relative;
        font-weight: bold;
    }

    .basket-menu .basket-container .basket-body .basket-item .basket-item-el .basket-item-info h2 {
        font-size: 18px;
        max-width: 150px;
    }

    .basket-menu .basket-container .basket-body .basket-item .basket-item-el .basket-item-info .basket-item-price &gt; span {
        font-size: 18px;
    }

    .basket-menu .basket-container .basket-body .basket-item .basket-item-el .basket-item-info .basket-item-price .old-price {
        font-size: 15px;
    }

    .basket-menu .basket-container .basket-body .basket-item .basket-item-el .basket-item-img .basket-img-circle {
        width: 70px;
        height: 70px;
        margin: 0 auto;
        bottom: -3px;
    }

    .basket-menu .basket-container .basket-body .basket-item .basket-item-el .basket-item-img {
        height: 130px;
        width: 130px;
    }

    .basket-menu .basket-container .basket-body .basket-item .basket-item-el .basket-item-info {
        margin-left: -10px;
    }

    .basket-menu .basket-container .basket-body .basket-item .basket-item-count {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        margin-bottom: 0px;
    }

    .basket-menu .basket-container .basket-body .basket-item .basket-item-delete {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }

    .basket-menu .basket-container .basket-body .basket-item {
        margin-top: 20px;
        padding-top: 0px;
    }

    .basket-menu .basket-container .basket-footer .basket-total-price {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .basket-menu .basket-container .basket-footer .basket-buttons .basket-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        height: 50px;
        line-height: 49px;
    }

    .basket-menu .basket-container .basket-footer .basket-buttons .basket-continue {
        font-size: 14px;
        background: #fff;
    }

    .basket-menu .basket-container .basket-footer .basket-buttons .basket-pay {
        font-size: 18px;
    }

    .basket-menu .basket-container .basket-body {
        max-height: calc(100vh - 154px);
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 300px;
    }

    .basket-menu .basket-container .basket-header {
        margin-left: 30px;
        margin-bottom: -10px;
    }

    .basket-menu .basket-container .basket-header span:before {
        content: "";
        position: absolute;
        bottom: 9px;
        left: 0;
        right: 0;
        height: 5px;
        border-radius: 3.57px 1.43px;
        background: #d6edd3;
        z-index: -1;
    }

    .basket-menu .basket-container .basket-body .basket-item .basket-item-el {
        min-width: 220px;
    }

    .basket-menu .basket-container .basket-footer {
        position: absolute;
        bottom: 7vh;
        left: 30px;
        right: 30px;
        z-index: 1;
    }

    .basket-menu .basket-top {
        position: relative;
    }

    .basket-menu .basket-top:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -30px;
        right: -30px;
        height: 400px;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, white), to(#ffffff00));
        background: linear-gradient(to top, white 40%, #ffffff00);
        z-index: 1;
        pointer-events: none;
    }
}

.alert {
    padding: 0;
    position: relative;
    line-height: 25px;
    border-width: 0;
    margin-bottom: 17px;
    color: #ffffff;
}

.alert .icon {
    width: 55px;
    font-size: 1.846rem;
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
    display: table-cell;
    cursor: default;
    padding-top: 1px;
}

.alert .icon span {
    width: 25px;
}

.alert .close {
    position: absolute;
    font-size: 1.538rem;
    right: 1.385rem;
    text-shadow: none;
    padding: 1.5388rem 0;
    opacity: 0.2;
    right: 4px;
    top: -20px;
}

.alert .message {
    display: table-cell;
    padding: 1.385rem 2.1542rem 1.385rem 0.231rem;
    border-left-width: 0;
}

.alert .message &gt; p, .alert .message &gt; ul {
    margin-bottom: 0;
}

.alert .message &gt; p + p {
    margin-top: 5px;
}

.alert.alert-spec {
    padding: 0;
    position: relative;
    width: 100%;
}

.alert.alert-spec &gt; .icon {
    display: table-cell;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.25);
}

.alert.alert-spec &gt; .message {
    display: table-cell;
    padding: 14px 15px;
    border-left-width: 0;
}

.alert.alert-icon {
    background-color: #ffffff;
    border: 0;
    padding: 0;
    position: relative;
    width: 100%;
    display: table;
    table-layout: fixed;
    -webkit-box-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.07);
}

.alert.alert-icon &gt; .icon {
    position: relative;
    display: table-cell;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    cursor: default;
}

.alert.alert-icon &gt; .icon:after {
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    content: "";
    z-index: 2;
    border-left: 11px solid #ffffff;
    -webkit-transform: scale(0.9999);
    transform: scale(0.9999);
    border-bottom: 11px solid transparent;
    border-top: 11px solid transparent;
}

.alert.alert-icon &gt; .message {
    display: table-cell;
    padding: 1.385rem 1.385rem;
    color: #404040;
    border: 1px solid #d4d4d4;
    border-left-width: 0;
}

.alert.alert-icon.alert-dismissible .close, .alert.alert-icon.alert-dismissible .close:focus {
    color: #404040;
    opacity: 0.35;
}

.alert.alert-icon.alert-dismissible .close:hover, .alert.alert-icon.alert-dismissible .close:focus:hover {
    color: #404040;
    opacity: 0.5;
}

.alert.alert-icon.alert-primary &gt; .icon {
    background-color: #4285f4;
}

.alert.alert-icon.alert-primary &gt; .icon:after {
    border-left-color: #4285f4;
}

.alert.alert-icon.alert-success &gt; .icon {
    background-color: #34a853;
}

.alert.alert-icon.alert-success &gt; .icon:after {
    border-left-color: #34a853;
}

.alert.alert-icon.alert-info .icon {
    background-color: #6ba4ff;
}

.alert.alert-icon.alert-info .icon:before {
    border-left-color: #6ba4ff;
}

.alert.alert-icon.alert-warning &gt; .icon {
    background-color: #fbbc05;
}

.alert.alert-icon.alert-warning &gt; .icon:after {
    border-left-color: #fbbc05;
}

.alert.alert-icon.alert-danger &gt; .icon {
    background-color: #ea4335;
}

.alert.alert-icon.alert-danger &gt; .icon:after {
    border-left-color: #ea4335;
}

.alert.alert-icon.alert-light {
    outline-color: #d4d4d4;
}

.alert.alert-icon.alert-light &gt; .icon {
    background-color: #ffffff;
    border-right: 1px solid #d4d4d4;
}

.alert.alert-icon.alert-light &gt; .icon:after {
    border-left-color: #ffffff;
    position: absolute;
    right: -22px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    content: "";
    z-index: 2;
    border: solid transparent;
    border-width: 11px;
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #d4d4d4;
}

.alert.alert-icon.alert-light &gt; .message {
    border: 0px;
}

.alert.alert-icon.alert-dark &gt; .icon {
    background-color: #a1a1a1;
}

.alert.alert-icon.alert-dark &gt; .icon:after {
    border-left-color: #a1a1a1;
}

.alert.alert-primary {
    background-color: #d5eff9;
    border: 1px solid #b2dff1;
}

.alert.alert-success {
    background-color: #c5efd0;
    border: 1px solid #94d2a4;
}

.alert.alert-info {
    background-color: #dde8f9;
    border: 1px solid #b3c1d6;
}

.alert.alert-warning {
    background-color: #fdf4db;
    border: 1px solid #ecd5a0;
}

.alert.alert-danger {
    background-color: #ffe6e4;
    border: 1px solid #f5c1c1;
}

.alert.alert-light {
    background-color: #ffffff;
    outline: 1px solid rgba(115, 115, 115, 0.08);
    color: #404040;
}

.alert.alert-light &gt; .icon {
    color: #737373;
}

.alert.alert-light.alert-spec &gt; .icon {
    background-color: rgba(115, 115, 115, 0.08);
}

.alert.alert-dark {
    background-color: #ffffff;
}

.alert.alert-dismissible.alert-primary .close {
    color: #093d94;
}

.alert.alert-dismissible.alert-primary .close:hover {
    color: #093d94;
    opacity: 0.5;
}

.alert.alert-dismissible.alert-success .close {
    color: #103319;
}

.alert.alert-dismissible.alert-success .close:hover {
    color: #103319;
    opacity: 0.5;
}

.alert.alert-dismissible.alert-info .close {
    color: #0050d1;
}

.alert.alert-dismissible.alert-info .close:hover {
    color: #0050d1;
    opacity: 0.5;
}

.alert.alert-dismissible.alert-warning .close {
    color: #654c02;
}

.alert.alert-dismissible.alert-warning .close:hover {
    color: #654c02;
    opacity: 0.5;
}

.alert.alert-dismissible.alert-danter .close {
    color: #79150d;
}

.alert.alert-dismissible.alert-danter .close:hover {
    color: #79150d;
    opacity: 0.5;
}

.alert.alert-dismissible.alert-light .close {
    color: #404040;
    opacity: 0.35;
}

.alert.alert-dismissible.alert-light .close:hover {
    color: #404040;
    opacity: 0.5;
}

.alert.alert-dismissible.alert-dark .close {
    color: #ffffff;
    opacity: 0.35;
}

.alert.alert-dismissible.alert-dark .close:hover {
    color: #404040;
    opacity: 0.5;
}

.alert.alert-spec.alert-dismissible.alert-success {
    color: #03982a;
}

.alert.alert-spec.alert-dismissible.alert-success div.icon span:before {
    color: #39a355;
}

.alert.alert-spec.alert-dismissible.alert-info {
    color: #2858a2;
}

.alert.alert-spec.alert-dismissible.alert-info div.icon span:before {
    color: #4273bd;
}

.alert.alert-spec.alert-dismissible.alert-warning {
    color: #b57e01;
}

.alert.alert-spec.alert-dismissible.alert-warning div.icon span:before {
    color: #dca321;
}

.alert.alert-spec.alert-dismissible.alert-danger {
    color: #e30505;
}

.alert.alert-spec.alert-dismissible.alert-danger div.icon span:before {
    color: red;
}

.alert.alert-spec.alert-dismissible.alert-primary {
    color: #00959e;
}

.alert.alert-spec.alert-dismissible.alert-primary div.icon span:before {
    color: #2fc1ca;
}

.captcha {
    position: relative;
}

.captcha a {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 26px;
    height: 26px;
    background: #b10707;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    color: #fff;
    margin-top: -13px;
}

.captcha a:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.captcha img.captcha_img {
    width: 100%;
    height: 35px;
    position: relative;
    max-height: calc(1.5em + 0.75rem + 2px);
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

a.btn-facebook, button.btn-facebook {
    background: #3b5998;
    color: #fff;
    border-color: #3b5998;
}

a.btn-facebook:hover, button.btn-facebook:hover {
    background: #293f70;
    color: #ffffff;
    border-color: #293f70;
}

a.btn-facebook:focus, button.btn-facebook:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}

.form-group .col-form-label {
    display: block;
}

.form-group .form-control {
    font-size: 0.875rem;
}

.form-group .input-group .input-group-prepend .input-group-text {
    font-size: 0.875rem;
}

.form-group .input-group .custom-file .custom-file-label::after {
    display: none;
}

.form-group .submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.form-group .submit .btn {
    display: block;
    font-size: 0.875rem;
}

.select2-container {
    display: block;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + 0.75rem - 1px);
    width: 100%;
    border-color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.5em + 0.75rem);
    padding-left: 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #122c48;
}

.select2-results__option {
    padding: 0.5rem 1rem;
}

.support .support-message-area .media img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 64px;
    height: 64px;
}

.modal-custom .modal-header {
    border-bottom: 0;
}

.modal-custom .modal-icon {
    display: block;
    text-align: center;
    margin-top: -2rem;
}

.modal-custom .modal-icon &gt; * {
    display: inline-block;
    font-size: 3.75rem;
}

.modal-custom .modal-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.modal-custom .modal-summary {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.accordion .btn-link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #07101b;
    padding: 0.75rem;
}

.accordion .btn-link .mdi {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion .btn-link.collapsed .mdi {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.accordion .btn-link.collapsed:hover .mdi {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section-loader {
    position: relative;
    min-height: 18vh;
    overflow-y: scroll;
}

.section-loader:after {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 2;
}

.section-loader .section-loader-spinner {
    display: none;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -20px;
    margin-right: -20px;
    z-index: 3;
}

.section-loader .section-loader-spinner svg {
    -webkit-animation: spinner-rotation 1.4s linear infinite;
    animation: spinner-rotation 1.4s linear infinite;
    stroke: #4285f4;
}

.section-loader .section-loader-spinner svg .circle {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: spinner-turn 1.4s ease-in-out infinite;
    animation: spinner-turn 1.4s ease-in-out infinite;
}

.section-loader-active:after {
    visibility: visible;
    opacity: 1;
}

.section-loader-active .section-loader-spinner {
    display: block;
}

@-webkit-keyframes spinner-rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes spinner-rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-webkit-keyframes spinner-turn {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes spinner-turn {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.upload-progress {
    height: 5px;
    margin: 10px 0;
    opacity: 0;
}

.btn-link:hover, .btn-link:focus {
    text-decoration: none;
}

.album {
    padding: 4rem 0;
}

.album .album-title {
    position: relative;
}

.album .album-title h4 {
    color: #07101b;
}

.album .swiper-container .swiper-slide a {
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.album .swiper-container .swiper-slide a img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.album .swiper-container .swiper-slide a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.album .swiper-container .swiper-slide a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.album .swiper-container .swiper-slide a:hover:after {
    opacity: 0;
}

.album .swiper-button-next, .album .swiper-button-prev {
    background: rgba(0, 0, 0, 0) !important;
}

.album .swiper-button-next svg path, .album .swiper-button-prev svg path {
    fill: #414141;
}

label.custom-control-label {
    line-height: 24px !important;
    cursor: pointer;
}

.user-sidebar .list-group a {
    color: #353535;
    background: #f5f5f5;
    border: none;
    margin-bottom: 0;
    border-radius: 0 !important;
}

.user-sidebar .list-group a.active {
    background: #122c48;
    border-color: #122c48;
    color: #ffffff;
}

.user-sidebar .list-group a + a {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.list-group a i {
    margin-right: 10px;
}

.user-sidebar .list-group a:hover {
    background: #122c48;
    color: #ffffff;
    border-color: #122c48;
}

.user-sidebar .list-group a.active:hover {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}

.user-sidebar .list-group a:last-child:hover {
    background: #ea3f30;
    border-color: #ea3f30;
    color: #ffffff;
}

h3.user-head {
    font-weight: 500;
    padding-bottom: 18px;
    border-bottom: 1px solid #ededed;
    font-size: 22px;
    margin-bottom: 18px;
}

h3.user-head span {
    float: right;
}

h3.user-head i {
    font-size: 20px;
}

.userHeader {
    margin-bottom: 20px;
}

.myOrderTable table td, .kargoTakip table td {
    font-size: 12px;
}

.myOrderTable table th, .kargoTakip table th {
    font-size: 13px;
}

#userSms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

form#userSms p {
    width: 100%;
}

#userSms .form-control {
    width: calc(100% - 130px);
    height: 50px;
}

.user-home {
    padding: 30px !important;
    min-height: 455px;
    display: inline-block;
    width: 100%;
}

.user-home h4 {
    font-size: 25px;
}

p.mb0 {
    -webkit-margin-after: 0;
    margin-block-end: 0; }

h5.alt-title {
    font-weight: 500;
    margin-top: 20px;
}

.edit a:hover {
    background: #36312c;
    color: #fff;
}

.adres-sol {
    padding-right: 13px;
    max-width: 240px;
}

.adres-top .info, .edit a {
    background: #fff;
    float: left;
}

.adres-item.adres-ekle a i {
    display: block;
    text-align: center;
    margin-bottom: 8px;
}

.adres-item.adres-ekle a {
    line-height: normal;
    font-weight: 700;
    color: #ededed;
    height: 100%;
    padding: 0;
    display: block;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    min-height: 243px;
    padding-top: 43px;
}

.adres-item.adres-ekle a:hover, .adres-item.adres-ekle a:hover i:before {
    color: #122c48;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.adres-item.adres-ekle a i:before {
    color: #eaeaea;
    display: inline-block;
    font-size: 110px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.adres-sol p {
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    line-height: 25px;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 0;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.edit {
    padding-left: 0;
    width: 110px;
}

.edit a {
    font-size: 9px;
    width: 50px;
    text-align: center;
    height: 54px;
    padding-top: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 5px !important;
    border: 1px solid #36312c;
    margin: 0 2px;
    float: left;
    color: #000;
}

.edit a i {
    display: block;
    text-align: center;
    margin-bottom: 3px;
}

.edit a i:before {
    color: #36312c;
    margin-left: 0;
    font-size: 18px;
}

.edit a:hover i:before {
    color: #fff;
}

.adres-item {
    padding: 0;
    overflow: hidden;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    margin-bottom: 20px;
}

.adres-top {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
    float: left;
    min-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.adres-top .info {
    width: 100%;
    padding: 0;
}

.adres-top .info span {
    padding: 2px 10px !important;
    color: #000;
    font-weight: 400;
    float: left;
    width: 100%;
    text-align: center;
}

.adres-top .info span:first-of-type {
    padding-left: 0;
    font-weight: 700;
}

.adres-top .edit a {
    padding: 5px 15px;
    color: #6b6b6b;
    font-weight: 400;
    font-size: 12px;
}

.adres-top .edit a:first-of-type {
    border-left: 1px solid #c5c5c5;
}

.adres-top .edit .adres-del {
    color: #ed131f;
}

.adress.adres-bilgi {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.adres-bottom {
    width: 100%;
    background: #122c48;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 150px;
}

.table td, .table th {
    border: 1px solid #dee2e6 !important;
}

.table td {
    background: #fff;
    vertical-align: middle;
}

.siparisForm {
    margin-top: 20px;
}

.userCoupon .couponTable {
    margin-top: 20px;
}

.elements ul, .elements ol {
    padding-left: 20px;
}

.elements ul li, .elements ol li {
    list-style: inherit !important;
    line-height: 25px;
    font-size: 16px;
    font-weight: 300;
}

.user-sidebar ul li {
    float: left;
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
}

.user-sidebar {
    margin: 0px 0px 15px 0px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.user-sidebar ul li a {
    padding: 14px 20px;
    display: block;
    color: #000;
}

.user-sidebar ul li + li a {
    border-top: 1px solid #ededed;
}

.user-sidebar h4 {
    padding: 20px 20px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #ededed;
}

.user-sidebar ul li a:hover {
    color: #fff;
    background: #122c48;
}

.user-sidebar ul li:last-child a i {
    margin-right: 7px;
}

.user-sidebar ul li:last-child a:hover {
    background: #dc3545;
}

h5.user-title i {
    padding-right: 4px;
}

h5.user-title {
    font-weight: 500;
    margin-bottom: 20px;
}

.page.muzikler .card h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: 34px;
    font-weight: 500;
    margin-bottom: 1px;
}

.muzikler a {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 7px;
}

.basinItem li {
    width: 23%;
    -webkit-box-shadow: 0 8px 15px -3px rgba(0, 0, 0, 0.24);
    box-shadow: 0 8px 15px -3px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 3px;
    padding: 10px;
    margin: 0 1%;
    top: 0;
    position: relative;
}

.basinItem li:hover {
    top: -7px;
}

.basinImg a {
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.basinImg a img {
    display: block;
    width: 100%;
}

.basinBilgi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 50px;
}

.basinBaslik {
    width: 20%;
}

.basinBaslik h3 {
    font-weight: 500;
    text-transform: uppercase;
}

.basinAciklama {
    width: 100%;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!DEÄžÄ°ÅžTÄ°RMEYÄ°N!!!!!!!!!!!!!!!!!!!!!!!!!*/
@media only screen and (max-width: 991px) {
    body {
        padding-top: 90px;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }
}

header.header {
    position: relative;
    z-index: 53;
}

@media only screen and (max-width: 991px) {
    header.header {
        height: 90px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }
}

header.header .header-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 991px) {
    header.header .header-top {
        display: none;
    }
}

header.header .header-bottom {
    background: #ececec;
}

header.header .login {
    height: 52px;
    position: relative;
    z-index: 53;
}

header.header .login &gt; ul {
    height: 52px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header.header .login &gt; ul &gt; li {
    position: relative;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}

header.header .login &gt; ul &gt; li &gt; a {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #07101b;
    white-space: nowrap;
}

header.header .login &gt; ul &gt; li &gt; a i {
    padding-right: 12px;
}

header.header .login &gt; ul &gt; li &gt; a span {
    padding-left: 5px;
}

header.header .login &gt; ul &gt; li &gt; a:hover {
    color: #4c6177;
}

header.header .login &gt; ul &gt; li &gt; ul {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    background: #fff;
    top: 100%;
    opacity: 0;
    left: 0;
    width: auto;
    pointer-events: none;
}

header.header .login &gt; ul &gt; li &gt; ul &gt; li {
    position: relative;
}

header.header .login &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    display: block;
    padding: 0.5rem 1.5rem 0.5rem 1rem;
    font-size: 14px;
    color: #07101b;
    white-space: nowrap;
}

header.header .login &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
    color: rgba(0, 0, 0, 0.7);
}

header.header .login &gt; ul &gt; li:hover &gt; ul {
    opacity: 1;
    top: 100%;
    border-top: 1px solid #122c48;
    pointer-events: auto;
}

header.header .header-basket {
    position: relative;
}

header.header .header-basket .basket-count {
    position: absolute;
    bottom: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    background: #859583;
    width: 19px;
    height: 13px;
    line-height: 13px;
    border-radius: 100px;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

header.header .header-basket svg {
    opacity: 0.5;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

header.header .language {
    height: 52px;
}

header.header .language ul {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header.header .language ul li {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}

header.header .language ul li a {
    color: #07101b;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 0 0 20px;
}

header.header .language ul li a:hover {
    color: #4c6177;
}

header.header nav.header-scope {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 90px;
}

header.header nav.header-scope .logo {
    position: relative;
    z-index: 153;
    width: 200px;
}

header.header nav.header-scope .logo a.navbar-brand {
    padding: 0;
    margin: 0;
    font-size: initial;
    line-height: normal;
}

@media only screen and (max-width: 991px) {
    header.header nav.header-scope .logo {
        max-width: 10rem;
    }
}

header.header nav.header-scope .menu {
    width: 100%;
    height: 100%;
    padding: 0 1rem;
}

@media only screen and (max-width: 991px) {
    header.header nav.header-scope .menu {
        display: none;
    }
}

header.header nav.header-scope .menu ul.navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

header.header nav.header-scope .menu ul.navbar-nav li a {
    display: block;
    font-size: 1rem;
    color: #07101b;
    padding: 1rem;
    position: relative;
}

header.header nav.header-scope .menu ul.navbar-nav li ul {
    position: absolute;
    top: 100%;
    opacity: 0;
    background: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 230px;
    pointer-events: none;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

header.header nav.header-scope .menu ul.navbar-nav li ul li {
    width: 100%;
    position: relative;
}

header.header nav.header-scope .menu ul.navbar-nav li ul li a {
    padding: 0 15px;
    display: block;
    position: relative;
    background: rgba(0, 0, 0, 0);
}

header.header nav.header-scope .menu ul.navbar-nav li ul li a i {
    margin-right: 7px;
}

header.header nav.header-scope .menu ul.navbar-nav li ul li a:hover {
    padding-left: 22px;
    color: #3f536b;
    background: rgba(0, 0, 0, 0.1);
}

header.header nav.header-scope .menu ul.navbar-nav li ul li ul {
    right: 0;
    left: 100%;
    top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

header.header nav.header-scope .menu ul.navbar-nav li ul li ul li a {
    padding: 0 15px;
}

header.header nav.header-scope .menu ul.navbar-nav li ul li + li a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

header.header nav.header-scope .menu ul.navbar-nav li ul li:nth-child(1) a {
    border-top: 0;
}

header.header nav.header-scope .menu ul.navbar-nav li ul li:nth-child(n + 8) &gt; ul {
    top: initial;
    bottom: 0;
}

header.header nav.header-scope .menu ul.navbar-nav li ul li:hover &gt; ul li a {
    padding: 10px 15px;
}

header.header nav.header-scope .menu ul.navbar-nav li ul &gt; li {
    position: relative;
}

header.header nav.header-scope .menu ul.navbar-nav li ul &gt; li &gt; ul {
    position: absolute;
    opacity: 0;
    top: 0;
}

header.header nav.header-scope .menu ul.navbar-nav li:hover &gt; ul {
    opacity: 1;
    pointer-events: auto;
}

header.header nav.header-scope .menu ul.navbar-nav li:hover &gt; ul &gt; li &gt; a {
    padding: 10px 15px;
}

header.header nav.header-scope .menu &gt; ul.navbar-nav &gt; li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.header nav.header-scope .menu &gt; ul.navbar-nav &gt; li &gt; a {
    white-space: nowrap;
}

header.header .search {
    position: relative;
    right: 0;
    top: 0;
    width: 350px;
}

header.header .search form.nav_search {
    position: relative;
}

header.header .search form.nav_search input#search-input {
    width: 100%;
}

header.header .search form.nav_search input#search-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #3b5673;
}

header.header .search form.nav_search button.btn.btn-search {
    position: absolute;
    right: 0;
    background: none;
    pointer-events: none;
    padding: 0;
    margin: 0;
    right: 10px;
}

header.header .search form.nav_search .result-wrap {
    position: absolute;
    z-index: 99;
    right: 0;
    min-width: 20rem;
    display: none;
    top: 100%;
    margin-top: -2px;
    -webkit-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.3);
}

header.header .search form.nav_search .result-wrap .result {
    position: relative;
}

header.header .search form.nav_search .result-wrap .result .not-found {
    padding: 1rem;
    background: #fff;
}

header.header .search form.nav_search .result-wrap .result .list-group a.list-group-item img {
    width: 30px;
    display: inline-block;
    margin-right: 0.1rem;
}

@media only screen and (max-width: 991px) {
    header.header .search {
        position: fixed;
        top: 1rem;
        right: 5rem;
        left: 5rem;
        height: 90px;
        width: auto;
    }

    header.header .search form.nav_search {
        height: 100%;
    }

    header.header .search form.nav_search input#search-input {
        position: absolute;
        top: 100%;
        margin-top: -3.5rem;
        height: 0;
        padding: 0;
        opacity: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        width: auto;
        min-width: 20rem;
        max-width: 20rem;
        right: 0;
    }

    header.header .search form.nav_search button.btn.btn-search {
        top: 0.4rem;
        right: 0rem;
        width: 3rem;
        height: 3rem;
        background: #122c48;
        color: #fff;
        pointer-events: all;
        outline: none !important;
    }

    header.header .search form.nav_search .result-wrap {
        margin-top: 0.75rem;
    }

    header.header .search.open form.nav_search input#search-input {
        margin-top: -1.5rem;
        padding: 0.375rem 0.75rem;
        height: calc(1.5em + 0.75rem + 2px);
        opacity: 1;
    }
}

@media only screen and (max-width: 767px) {
    header.header .search {
        top: 1.4rem;
    }
}

@media only screen and (max-width: 480px) {
    header.header .search form.nav_search input#search-input {
        width: 100%;
        min-width: 18rem;
        max-width: 18rem;
        right: 50%;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }

    header.header .search form.nav_search .result-wrap {
        right: 50%;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
        min-width: 18rem;
    }
}

.mobile-menu {
    display: none;
    position: fixed;
    right: -110%;
    top: 0;
    background: #122c48;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 999;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    min-height: 100vh;
    padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .mobile-menu {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-menu {
        width: 100%;
        top: 90px;
    }
}

.mobile-menu .mobile-nav-title h3 {
    position: absolute;
    top: 25px;
    left: 45px;
    display: none;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    z-index: 9;
}

.mobile-menu .mobile-nav-title h3 span:nth-child(1) {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.mobile-menu .mobile-nav-title h3 span:nth-child(2) {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (max-width: 991px) {
    .mobile-menu .mobile-nav-title h3 {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-menu .mobile-nav-title h3 {
        display: block;
        top: 25px;
        left: 25px;
    }
}

.mobile-menu .hamburger-menu {
    position: fixed;
    right: 2.5rem;
    top: 1.5rem;
    width: 2.1rem;
    height: 3rem;
    cursor: pointer;
    z-index: 53;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mobile-menu .hamburger-menu .bar {
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #122c48;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50%;
    margin-top: -1px;
    -webkit-transition: margin 0.15s ease-out 0.25s, opacity 0.15s ease-out 0.25s, -webkit-transform 0.15s ease-out 0.1s;
    transition: margin 0.15s ease-out 0.25s, opacity 0.15s ease-out 0.25s, -webkit-transform 0.15s ease-out 0.1s;
    transition: margin 0.15s ease-out 0.25s, opacity 0.15s ease-out 0.25s, transform 0.15s ease-out 0.1s;
    transition: margin 0.15s ease-out 0.25s, opacity 0.15s ease-out 0.25s, transform 0.15s ease-out 0.1s, -webkit-transform 0.15s ease-out 0.1s;
}

.mobile-menu .hamburger-menu .bar.first {
    margin-top: -12px;
}

.mobile-menu .hamburger-menu .bar.third {
    margin-top: 10px;
}

.mobile-menu .hamburger-menu.fixed-active {
    top: 0.6rem;
}

@media only screen and (max-width: 767px) {
    .mobile-menu .hamburger-menu {
        right: 1.2rem;
        top: 1.3rem;
    }
}

@media only screen and (max-height: 500px) and (orientation: landscape) {
    .mobile-menu .hamburger-menu {
        right: 5rem;
    }
}

@-webkit-keyframes animate-arrow-1 {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 0;
    }

    70%, 100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes animate-arrow-1 {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 0;
    }

    70%, 100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes animate-arrow-2 {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0;
    }

    70%, 100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 0.5;
    }
}

@keyframes animate-arrow-2 {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0;
    }

    70%, 100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 0.5;
    }
}

@-webkit-keyframes animate-arrow-3 {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0;
    }

    70%, 100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 0.3;
    }
}

@keyframes animate-arrow-3 {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0;
    }

    70%, 100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 0.3;
    }
}

.mobile-menu .mobile-menu-back {
    -webkit-transform: scale(0);
    transform: scale(0);
    position: fixed;
    right: 5rem;
    top: 1rem;
    width: 3rem;
    height: 3rem;
    z-index: 53;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.mobile-menu .mobile-menu-back a {
    position: relative;
    border: 1px solid #fff;
    bottom: 0;
    color: #fff;
    height: 3rem;
    top: 10px;
    line-height: 3rem;
    position: absolute;
    width: 100%;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
}

.mobile-menu .mobile-menu-back a span.arrow {
    display: block;
    width: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
    height: 2rem;
    position: absolute;
}

.mobile-menu .mobile-menu-back a span.arrow span {
    display: block;
    width: 8px;
    height: 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.mobile-menu .mobile-menu-back a span.arrow span i {
    position: absolute;
    left: 0.3rem;
    top: 0;
    font-size: 2rem;
}

.mobile-menu .mobile-menu-back a span.arrow span.arrow-1 {
    left: 0px;
    opacity: 1;
}

.mobile-menu .mobile-menu-back a span.arrow span.arrow-2 {
    left: 10px;
    opacity: 0.5;
    display: none;
}

.mobile-menu .mobile-menu-back a span.arrow span.arrow-3 {
    left: 20px;
    opacity: 0.3;
    display: none;
}

.mobile-menu .mobile-menu-back.active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@-webkit-keyframes menuListAnimate {
    0% {
        margin-top: 40px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes menuListAnimate {
    0% {
        margin-top: 40px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.mobile-menu .mobile-nav {
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 200px;
    overflow-y: auto;
}

.mobile-menu .mobile-nav::-webkit-scrollbar {
    width: 0px;
}

.mobile-menu .mobile-nav .language-item {
    padding: 10px 40px 0;
    margin-top: 15px;
}

.mobile-menu .mobile-nav .language-item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-menu .mobile-nav .language-item ul li.lang-active a {
    color: #6181ff;
}

.mobile-menu .mobile-nav .language-item ul li + li {
    margin-left: 10px;
    padding-left: 10px;
}

.mobile-menu .mobile-nav .language-item ul li a {
    padding: 5px;
    margin: 0;
    font-size: 13px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .mobile-menu .mobile-nav .language-item {
        padding: 10px 22px 0;
    }
}

.mobile-menu .mobile-nav &gt; ul {
    position: relative;
    padding: 90px 0px;
    width: 100%;
}

.mobile-menu .mobile-nav &gt; ul &gt; li:first-child &gt; a {
    padding-top: 0;
}

.mobile-menu .mobile-nav &gt; ul &gt; li:first-child &gt; a:before, .mobile-menu .mobile-nav &gt; ul &gt; li:first-child &gt; a:after {
    top: 30%;
}

.mobile-menu .mobile-nav &gt; ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 35px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-align: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 10px;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .mobile-menu .mobile-nav &gt; ul {
        padding: 0;
    }

    .mobile-menu .mobile-nav &gt; ul li a {
        padding: 15px;
    }
}

.mobile-menu .mobile-nav ul li a.bid-btn {
    margin-top: 20px;
    opacity: 0.7;
}

.mobile-menu .mobile-nav ul li a.sub-item.active {
    color: #6181ff;
}

.mobile-menu .mobile-nav ul li a.sub-item.active:before, .mobile-menu .mobile-nav ul li a.sub-item.active:after {
    background: #6181ff;
}

.mobile-menu .mobile-nav ul li a.sub-item.active:before {
    height: 0;
}

.mobile-menu .mobile-nav ul li a.sub-item.active:after {
    height: 8px;
}

.mobile-menu .mobile-nav ul li a.sub-item:before, .mobile-menu .mobile-nav ul li a.sub-item:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 3px;
    height: 12px;
    background: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.mobile-menu .mobile-nav ul li a.sub-item:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-menu .mobile-nav ul li a.sub-item:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.mobile-menu .mobile-nav ul li a i {
    margin-left: 10px;
}

.mobile-menu .mobile-nav ul li ul {
    background: #10253c;
    padding: 0 0 5px;
    display: none;
}

.mobile-menu .mobile-nav ul li ul li a {
    border-top: none;
    font-size: 15px;
    padding: 15px 25px;
    font-weight: 500;
}

.mobile-menu .mobile-nav ul li ul li a.sub-item:before, .mobile-menu .mobile-nav ul li ul li a.sub-item:after {
    right: 30px;
}

.mobile-menu .mobile-nav ul li ul li ul {
    background: #0c1e31;
}

.mobile-menu .mobile-nav ul li ul li ul li a {
    padding: 15px 35px;
}

.mobile-menu .mobile-nav ul li ul li ul li a.sub-item:before, .mobile-menu .mobile-nav ul li ul li ul li a.sub-item:after {
    right: 40px;
}

.mobile-menu .mobile-nav ul li ul li ul li ul {
    background: #071625;
}

.mobile-menu .mobile-nav ul li ul li ul li ul a {
    padding: 15px 50px;
}

.mobile-menu .mobile-nav ul li.active {
    position: relative;
    z-index: 34;
}

.mobile-menu .mobile-nav ul li.active ul {
    display: block;
}

.mobile-menu.open {
    right: 0;
}

.mobile-menu.open .hamburger-menu {
    right: 1.8rem;
    top: 1.3rem !important;
}

.mobile-menu.open .hamburger-menu .bar.first {
    margin-top: 0px;
    -webkit-transform: translateX(-20%) rotate(45deg);
    transform: translateX(-20%) rotate(45deg);
}

.mobile-menu.open .hamburger-menu .bar.second {
    opacity: 0;
}

.mobile-menu.open .hamburger-menu .bar.third {
    margin-top: 0px;
    -webkit-transform: translateX(-20%) rotate(-45deg);
    transform: translateX(-20%) rotate(-45deg);
}

.mobile-menu.open .mobile-nav &gt; ul &gt; li {
    -webkit-animation: menuListAnimate 0.5s ease-in-out 0s both;
    animation: menuListAnimate 0.5s ease-in-out 0s both;
}

.mobile-menu.open .mobile-nav &gt; ul &gt; li + li {
    -webkit-animation: menuListAnimate 0.5s ease-in-out 0.1s both;
    animation: menuListAnimate 0.5s ease-in-out 0.1s both;
}

.mobile-menu.open .mobile-nav &gt; ul &gt; li + li + li {
    -webkit-animation: menuListAnimate 0.5s ease-in-out 0.2s both;
    animation: menuListAnimate 0.5s ease-in-out 0.2s both;
}

.mobile-menu.open .mobile-nav &gt; ul &gt; li + li + li + li {
    -webkit-animation: menuListAnimate 0.5s ease-in-out 0.3s both;
    animation: menuListAnimate 0.5s ease-in-out 0.3s both;
}

.mobile-menu.open .mobile-nav &gt; ul &gt; li + li + li + li + li {
    -webkit-animation: menuListAnimate 0.5s ease-in-out 0.4s both;
    animation: menuListAnimate 0.5s ease-in-out 0.4s both;
}

.mobile-menu.open .mobile-nav &gt; ul &gt; li + li + li + li + li + li {
    -webkit-animation: menuListAnimate 0.5s ease-in-out 0.5s both;
    animation: menuListAnimate 0.5s ease-in-out 0.5s both;
}

.mobile-menu.open .mobile-nav &gt; ul &gt; li + li + li + li + li + li + li {
    -webkit-animation: menuListAnimate 0.5s ease-in-out 0.6s both;
    animation: menuListAnimate 0.5s ease-in-out 0.6s both;
}

.mobile-menu.open .mobile-nav &gt; ul &gt; li + li + li + li + li + li + li + li {
    -webkit-animation: menuListAnimate 0.5s ease-in-out 0.7s both;
    animation: menuListAnimate 0.5s ease-in-out 0.7s both;
}

.mobile-menu.open .mobile-nav &gt; ul &gt; li + li + li + li + li + li + li + li + li {
    -webkit-animation: menuListAnimate 0.5s ease-in-out 0.8s both;
    animation: menuListAnimate 0.5s ease-in-out 0.8s both;
}

.mobile-menu.open .mobile-nav &gt; ul &gt; li + li + li + li + li + li + li + li + li + li {
    -webkit-animation: menuListAnimate 0.5s ease-in-out 0.9s both;
    animation: menuListAnimate 0.5s ease-in-out 0.9s both;
}

.mobile-menu.open .mobile-nav &gt; ul &gt; li + li + li + li + li + li + li + li + li + li + li {
    -webkit-animation: menuListAnimate 0.5s ease-in-out 1s both;
    animation: menuListAnimate 0.5s ease-in-out 1s both;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!DEÄžÄ°ÅžTÄ°RMEYÄ°N!!!!!!!!!!!!!!!!!!!!!!!!!*/
section.slider {
    height: calc(100vh - 143px);
}

@media only screen and (max-width: 991px) {
    section.slider {
        height: calc(100vh - 90px);
    }
}

section.slider .main-slide {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

section.slider .main-slide .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

section.slider .main-slide .swiper-slide .slider-content {
    width: 50%;
}

section.slider .main-slide .swiper-slide .slider-content h2.slide-head {
    color: #fff;
    font-size: 33px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

section.slider .main-slide .swiper-slide .slider-content .slide-text {
    margin-bottom: 14px;
    color: #fff;
    font-size: 21px;
}

section.slider .main-slide .swiper-slide .slider-content a {
    background: #122c48;
    padding: 12px 25px;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
}

section.slider .main-slide .swiper-slide.swiper-slide-active .slider-content {
    display: block;
}

section.slider .main-slide .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin: 0 4px;
}

section.slider .main-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #5490d0;
}

section .title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
}

section .title h4 {
    display: inline-block;
}

section .title a {
    display: inline-block;
}

section.home-announcements {
    margin-bottom: 0;
}

section.home-announcements .home-announcements-swiper {
    height: auto;
    max-height: 140px;
}

section.home-announcements .home-announcements-swiper .card {
    height: 140px;
    max-height: 140px;
}

section.home-announcements .home-announcements-swiper .card .card-body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.home-announcements .home-announcements-swiper .card .card-body-centered .card-title {
    display: inline-block;
}

section.home-announcements .home-announcements-swiper .card .card-body-centered time {
    display: inline-block;
    padding: 0.5rem 1rem;
}

section.home-announcements .home-announcements-swiper .card .card-body-centered .card-text {
    display: block;
    margin-bottom: 0.5rem;
    line-height: 1rem;
    min-height: 1rem;
}

section.home-news {
    padding: 4rem 0 2rem;
    margin-bottom: 0;
}

section.home-news .title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
}

section.home-news .title h4 {
    margin-bottom: 0;
}

section.home-news .home-news-swiper {
    padding-bottom: 2rem;
}

section.home-news .home-news-swiper .swiper-slide a.card img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section.home-news .home-news-swiper .swiper-slide a.card .card-body h5.card-title {
    color: #07101b;
}

section.home-news .home-news-swiper .swiper-slide a.card .card-body summary {
    color: #07101b;
}

section.home-news .home-news-swiper .swiper-slide a.card .card-body p.card-text {
    color: #07101b;
}

section.home-contents {
    padding: 4rem 0;
}

section.home-content-modules {
    padding: 4rem 0;
}

section.home-content-modules .swiper-container .swiper-slide .card .img {
    height: 250px;
}

section.home-content-modules .swiper-container .swiper-slide .card .img img {
    display: block;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section.home-content-modules .swiper-container .swiper-slide .card .card-body .card-title {
    color: #07101b;
}

section.home-content-modules .swiper-container .swiper-slide .card .card-body .card-text {
    color: #07101b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

section.home-services {
    padding: 4rem 0;
    margin-bottom: 0;
}

section.home-services .swiper-container .swiper-slide .card .img {
    height: 250px;
}

section.home-services .swiper-container .swiper-slide .card .img img {
    display: block;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section.home-services .swiper-container .swiper-slide .card .card-body .card-title {
    color: #07101b;
}

section.home-services .swiper-container .swiper-slide .card .card-body .card-text {
    color: #07101b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

section.home-projects {
    padding: 4rem 0;
}

section.home-blogs {
    padding: 4rem 0;
    margin-bottom: 0;
}

section.home-blogs .swiper-container .swiper-slide .card .img {
    height: 250px;
}

section.home-blogs .swiper-container .swiper-slide .card .img img {
    display: block;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section.home-blogs .swiper-container .swiper-slide .card .card-body .card-title {
    color: #07101b;
}

section.home-blogs .swiper-container .swiper-slide .card .card-body .card-text {
    color: #07101b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

section.home-references {
    padding: 4rem 0;
    margin-bottom: 0;
}

section.home-quickforms {
    padding: 4rem 0;
}

section.home-special-file {
    padding: 4rem 0;
    margin-bottom: 0;
}

section.home-exchange {
    padding: 4rem 0;
}

section.home-premo {
    padding: 4rem 0;
    margin-bottom: 0;
}

section.home-faq {
    padding: 4rem 0;
}

section.home-products {
    padding: 4rem 0;
}

section.home-products .nav.nav-pills {
    margin-bottom: 1rem;
}

section.home-products .tab-content .tab-pane .col-12 {
    margin-bottom: 10px;
}

section.home-products .tab-content .tab-pane .card {
    height: 100%;
}

section.home-products .tab-content .tab-pane .card .card-img-top {
    max-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

section.home-products .tab-content .tab-pane .card .card-body .btn-group {
    padding: 1rem 0 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

section.home-products .tab-content .tab-pane .card .card-body .btn-group a {
    display: inline-block;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0.375rem 0.75rem;
}

section.home-products .tab-content .tab-pane .card .card-body .btn-group a + a {
    margin-top: 0.5rem;
}

section.home-brands {
    margin-bottom: 0;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!DEÄžÄ°ÅžTÄ°RMEYÄ°N!!!!!!!!!!!!!!!!!!!!!!!!!*/
.page-title {
    padding: 60px 0;
    position: relative;
    background: #10100f;
}

.page-title .container {
    position: relative;
}

.page-title .bread-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.page {
    padding: 60px 0;
}

.page .page-content .img img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page .page-tags {
    padding: 2rem 0;
}

.page .page-tags ul li {
    display: inline-block;
    padding: 0.25rem;
}

.page .page-tags ul li a {
    color: #fff;
    padding: 0.5rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #333232;
    border-radius: 0.25rem;
    font-size: 0.75rem;
}

.page .page-tags ul li a:hover {
    background: #ececec;
    color: #07101b;
}

.page .blog-sidebar .blog-search {
    margin-bottom: 3rem;
}

.page .blog-sidebar .blog-search .form-group {
    position: relative;
}

.page .blog-sidebar .blog-search .form-group .form-control {
    padding-right: 4rem;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    color: #000;
    height: 3rem;
}

.page .blog-sidebar .blog-search .form-group .form-control::-webkit-input-placeholder {
    color: #6c6c6c;
    font-weight: bold;
}

.page .blog-sidebar .blog-search .form-group .form-control:-ms-input-placeholder {
    color: #6c6c6c;
    font-weight: bold;
}

.page .blog-sidebar .blog-search .form-group .form-control::-ms-input-placeholder {
    color: #6c6c6c;
    font-weight: bold;
}

.page .blog-sidebar .blog-search .form-group .form-control::placeholder {
    color: #6c6c6c;
    font-weight: bold;
}

.page .blog-sidebar .blog-search .form-group .form-control:hover + .btn svg {
    width: 25px;
    height: 25px;
}

.page .blog-sidebar .blog-search .form-group .form-control:focus + .btn svg {
    width: 15px;
    height: 15px;
}

.page .blog-sidebar .blog-search .form-group .btn {
    border: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    outline: none;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.page .blog-sidebar .blog-search .form-group .btn svg {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.page .blog-sidebar .side-part {
    margin-bottom: 3rem;
}

.page .blog-sidebar .side-part h4 {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #000;
    position: relative;
}

.page .blog-sidebar .side-part h4:before {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: -1px;
    left: 0;
    height: 3px;
    width: 5.5rem;
    background: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.page .blog-sidebar .side-part .list-group a.list-group-item {
    display: block;
    color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
}

.page .blog-sidebar .side-part .list-group a.list-group-item.active, .page .blog-sidebar .side-part .list-group a.list-group-item:hover {
    background: #d8d8d8;
}

.page .blog-sidebar .side-part .list-group a.list-group-item + a {
    border-top: 1px solid #d8d8d8;
}

.page .blog-sidebar .side-part:hover h4:before {
    width: 100%;
}

.page.about .about-special {
    padding: 2rem 0;
}

.page.about .about-special-content p:nth-last-child(1) {
    margin-bottom: 0;
}

.page.search-detail .list-group .list-group-item .search-detail-img-link {
    width: 8rem;
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: top;
}

.page.search-detail .list-group .list-group-item .search-detail-img-link img {
    display: inline-block;
    width: 100%;
}

.page.search-detail .list-group .list-group-item .search-detail-result-text {
    display: inline-block;
}

.page.search-detail .list-group .list-group-item .search-detail-result-text a {
    display: block;
    color: #07101b;
}

.page.search-detail .list-group .list-group-item .search-detail-result-text a h5 {
    display: inline-block;
}

.page.search-detail .list-group .list-group-item .search-detail-result-text .search-detail-head-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.page.search-detail .list-group .list-group-item .search-detail-result-text .search-detail-summary-link {
    display: block;
    margin-top: 0.5rem;
}

.page.search-detail .list-group .list-group-item .search-detail-result-text .search-detail-date {
    display: inline-block;
}

.page.search-detail .list-group .list-group-item .search-detail-result-text .search-detail-date .search-date-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ececec;
    padding: 0 0.25rem;
    position: relative;
    top: -1px;
}

.page.search-detail .list-group .list-group-item .search-detail-result-text .search-detail-date .search-date-container span {
    display: inline-block;
    padding: 0.1125rem;
    font-size: 0.75rem;
}

.page.search-detail .list-group .list-group-item .search-detail-result-text nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.page.search-detail .list-group .list-group-item .search-detail-result-text nav ol.breadcrumb li {
    color: #07101b;
}

.page.search-detail .list-group .list-group-item .search-detail-result-text nav ol.breadcrumb li a {
    color: #07101b;
    display: inline-block;
}

.page.search-detail .list-group .list-group-item .search-detail-result-text nav ol.breadcrumb li.breadcrumb-item.active {
    font-weight: normal;
}

.page.search-detail .list-group .list-group-item .search-detail-result-text nav ol.breadcrumb li:before {
    color: #07101b;
}

.page.career .accordion-cards {
    padding-top: calc(0.375rem + 1px);
}

.page.career .form-group .input-group {
    position: relative;
}

.page.career .form-group .input-group .input-group-prepend {
    margin-bottom: 1rem;
}

.page.career .form-group .input-group .input-group-text {
    margin-bottom: 1rem;
}

.page.career .form-group .input-group small {
    position: absolute;
    right: 0;
    top: 100%;
}

.page.our-team .team-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page.our-team .team-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 1rem;
}

.page.our-team .team-list li a {
    display: block;
    border: 1px solid #ececec;
    padding: 1rem;
    color: #07101b;
    height: 100%;
}

.page.our-team .team-list li a .person-img {
    margin-bottom: 1rem;
}

.page.our-team .team-list li a .person-img img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page.our-team .team-list li a .person-text h4 {
    font-size: 1rem;
}

.page.our-team .team-list li a .person-text p {
    font-size: 0.875rem;
}

.page.personnel-detail .side-bar-personnel .sidebar h4 {
    font-size: 1.25rem;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    margin-bottom: 0;
}

.page.personnel-detail .side-bar-personnel .sidebar ul {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.page.personnel-detail .side-bar-personnel .sidebar ul li a {
    display: block;
    color: #07101b;
    padding: 0.5rem 1rem;
}

.page.personnel-detail .side-bar-personnel .sidebar ul li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
    .page.personnel-detail .side-bar-personnel {
        padding-bottom: 1rem;
    }
}

.page.personnel-detail .personnel-detail-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page.personnel-detail .personnel-detail-container .personnel-detail-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0.5rem;
    min-width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}

.page.personnel-detail .personnel-detail-container .personnel-detail-item &gt; * {
    padding: 0.5rem;
}

.page.personnel-detail .personnel-detail-container .personnel-detail-item .personnel-detail-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

.page.personnel-detail .personnel-detail-container .personnel-detail-item .personnel-detail-img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.page.personnel-detail .personnel-detail-container .personnel-detail-item .personnel-detail-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
}

.page.personnel-detail .personnel-detail-container .personnel-detail-item .personnel-detail-text h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.page.personnel-detail .personnel-detail-container .personnel-detail-item .personnel-detail-text p {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

@media only screen and (max-width: 767px) {
    .page.personnel-detail .personnel-detail-container {
        padding-top: 1rem;
    }

    .page.personnel-detail .personnel-detail-container .personnel-detail-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.page.personnel-relation-news h3 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.page.personnel-relation-news ul {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.page.personnel-relation-news ul li a {
    display: block;
    color: #07101b;
    padding: 1rem;
}

.page.personnel-relation-news ul li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.page.references .references-category ul li a {
    display: block;
    font-size: 0.875rem;
    color: #07101b;
}

.page.references .references-category ul li a span {
    padding-left: 0.5rem;
}

.page.references .references-category-left {
    background: #f8f8f8;
    padding: 1rem;
}

.page.references .references-category-left h2 {
    font-size: 1.25rem;
    padding-bottom: 1.5rem;
}

.page.references .references-category-left ul li a {
    padding: 0.5rem 0;
}

.page.references .references-category-left ul li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.page.references .references-category-top ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page.references .references-category-top ul li {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.page.references .references-category-top ul li a {
    padding: 0.875rem 2rem;
}

.page.references .references-category-top ul li:nth-of-type(1) {
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
}

.page.references .references-category-top ul li:nth-last-child(1) {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
}

.page.references .references-category-top ul li + li {
    margin-left: 0.5rem;
}

.page.references .references-list {
    padding: 0.5rem 0;
}

.page.references .references-list ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5rem;
}

.page.references .references-list ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5rem;
}

.page.references .references-list ul li .references-container {
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page.references .references-list ul li .references-container .references-img a {
    display: block;
}

.page.references .references-list ul li .references-container .references-img a img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.page.references .references-list ul li .references-container .references-content h3 {
    font-size: 1.25rem;
}

.page.references .references-list ul li .references-container .references-content-head h4 {
    font-size: 1rem;
}

.page.references .references-list ul li .references-container .references-content-location {
    font-size: 0.875rem;
}

@media only screen and (max-width: 991px) {
    .page.references .references-list ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media only screen and (max-width: 767px) {
    .page.references .references-list ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .page.references .references-list ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.page.references.references-outer-edges-none .references-list ul li {
    padding: 0;
}

.page.references.references-outer-edges-none .references-list ul li .references-container {
    border-bottom: 0;
    border-left: 0;
}

.page.references.references-outer-edges-none .references-list ul li:nth-of-type(1) .references-container, .page.references.references-outer-edges-none .references-list ul li:nth-of-type(2) .references-container, .page.references.references-outer-edges-none .references-list ul li:nth-of-type(3) .references-container, .page.references.references-outer-edges-none .references-list ul li:nth-of-type(4) .references-container {
    border-top: 0;
}

.page.references.references-outer-edges-none .references-list ul li:nth-child(4n) .references-container {
    border-right: 0;
}

.page.references.references-outer-edges-none .references-list ul li:nth-last-child(1) .references-container {
    border-right: 0;
}

@media only screen and (max-width: 991px) {
    .page.references.references-outer-edges-none .references-list ul li:nth-of-type(4) .references-container {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .page.references.references-outer-edges-none .references-list ul li:nth-child(4n) .references-container {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .page.references.references-outer-edges-none .references-list ul li:nth-child(3n) .references-container {
        border-right: 0;
    }

    .page.references.references-outer-edges-none .references-list ul li:nth-last-child(1) .references-container {
        border-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .page.references.references-outer-edges-none .references-list ul li:nth-child(3n) .references-container {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .page.references.references-outer-edges-none .references-list ul li:nth-child(2n) .references-container {
        border-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .page.references.references-outer-edges-none .references-list ul li .references-container {
        border-right: 0 !important;
    }

    .page.references.references-outer-edges-none .references-list ul li:nth-child(2) {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.page.references.references-outer-edges-none .col + .col .references-list ul li:nth-of-type(4) .references-container {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.page.references.references-outer-edges-none .col + .col .references-list ul li:nth-child(4n) .references-container {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.page.references.references-outer-edges-none .col + .col .references-list ul li:nth-child(3n) .references-container {
    border-right: 0;
}

.page.references.references-outer-edges-none .col + .col .references-list ul li:nth-last-child(1) .references-container {
    border-right: 0;
}

@media only screen and (max-width: 991px) {
    .page.references.references-outer-edges-none .col + .col .references-list ul li:nth-child(3n) .references-container {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .page.references.references-outer-edges-none .col + .col .references-list ul li:nth-child(2n) .references-container {
        border-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .page.references.references-outer-edges-none .col + .col .references-list ul li .references-container {
        border-right: 0 !important;
    }

    .page.references.references-outer-edges-none .col + .col .references-list ul li:nth-child(2) {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
}

@media only screen and (max-width: 767px) {
    .page.references .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 767px) {
    .page.references .col + .col {
        padding-top: 1rem;
    }
}

.page.references .col + .col .references-list ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

@media only screen and (max-width: 991px) {
    .page.references .col + .col .references-list ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .page.references .col + .col .references-list ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.page.references-detail .references-name {
    margin-bottom: 2rem;
}

.page.references-detail .references-text {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.page.references-detail .references-text p {
    padding: 1rem 1rem 1rem 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    position: relative;
    margin-bottom: 0;
}

.page.references-detail .references-text p b {
    display: inline-block;
    padding-right: 0.5rem;
}

.page.references-detail .references-text p i {
    position: absolute;
    left: 1rem;
    top: 1.875rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page.references-detail .references-text p a {
    display: inline-block;
    color: #000;
}

.page.references-detail .references-text p + p + p {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.page.references-detail .references-gallery ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.page.references-detail .references-gallery ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0.5rem;
}

.page.references-detail .references-gallery ul li .gallery-item-content {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.page.references-detail .references-gallery ul li .gallery-item-content .img {
    padding: 0.5rem;
}

.page.references-detail .references-gallery ul li .gallery-item-content .img img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page.references-detail .references-gallery ul li .gallery-item-content .text {
    text-align: center;
    padding: 0.5rem;
    color: #07101b;
}

.page.references-detail .references-gallery ul li .gallery-item-content .text span {
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .page.references-detail .references-gallery ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media only screen and (max-width: 767px) {
    .page.references-detail .references-gallery ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .page.references-detail .references-gallery ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.page.brands .brands-container ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page.brands .brands-container ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0.75rem;
}

.page.brands .brands-container ul li .brand-img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    min-height: 150px;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page.brands .brands-container ul li .brand-img a {
    display: block;
    padding: 0.5rem;
}

.page.brands .brands-container ul li .brand-img img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page.brands .brands-container ul li:hover .brand-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (max-width: 991px) {
    .page.brands .brands-container ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media only screen and (max-width: 767px) {
    .page.brands .brands-container ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .page.brands .brands-container ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.page.brands .brands-container .swiper-container {
    padding: 1rem 0;
}

.page.brands .brands-container .swiper-container .swiper-slide {
    padding: 0.75rem;
}

.page.brands .brands-container .swiper-container .swiper-slide .brand-img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    min-height: 150px;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page.brands .brands-container .swiper-container .swiper-slide .brand-img a {
    display: block;
    padding: 0.5rem;
}

.page.brands .brands-container .swiper-container .swiper-slide .brand-img img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page.brands .brands-container .swiper-container .swiper-slide:hover .brand-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.page.brands .brands-container-swiper {
    width: 100%;
    padding: 0 3rem;
    position: relative;
}

.page.brands .brands-pagination {
    text-align: center;
    padding: 2rem 0 0;
}

.page.brands .brands-pagination nav {
    display: inline-block;
}

.page.brands.brands-outer-edges-none .brands-container ul li {
    padding: 0;
}

.page.brands.brands-outer-edges-none .brands-container ul li .brand-img {
    border-bottom: 0;
    border-left: 0;
}

.page.brands.brands-outer-edges-none .brands-container ul li .brand-img a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.page.brands.brands-outer-edges-none .brands-container ul li:hover .brand-img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.page.brands.brands-outer-edges-none .brands-container ul li:hover .brand-img a {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.page.brands.brands-outer-edges-none .brands-container ul li:nth-of-type(1) .brand-img, .page.brands.brands-outer-edges-none .brands-container ul li:nth-of-type(2) .brand-img, .page.brands.brands-outer-edges-none .brands-container ul li:nth-of-type(3) .brand-img, .page.brands.brands-outer-edges-none .brands-container ul li:nth-of-type(4) .brand-img {
    border-top: 0;
}

.page.brands.brands-outer-edges-none .brands-container ul li:nth-child(4n) .brand-img {
    border-right: 0;
}

.page.brands.brands-outer-edges-none .brands-container ul li:nth-last-child(1) .brand-img {
    border-right: 0;
}

@media only screen and (max-width: 991px) {
    .page.brands.brands-outer-edges-none .brands-container ul li:nth-of-type(4) .brand-img {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .page.brands.brands-outer-edges-none .brands-container ul li:nth-child(4n) .brand-img {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .page.brands.brands-outer-edges-none .brands-container ul li:nth-child(3n) .brand-img {
        border-right: 0;
    }

    .page.brands.brands-outer-edges-none .brands-container ul li:nth-last-child(1) .brand-img {
        border-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .page.brands.brands-outer-edges-none .brands-container ul li:nth-child(3n) .brand-img {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .page.brands.brands-outer-edges-none .brands-container ul li:nth-child(2n) .brand-img {
        border-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .page.brands.brands-outer-edges-none .brands-container ul li .brand-img {
        border-right: 0 !important;
    }

    .page.brands.brands-outer-edges-none .brands-container ul li:nth-child(2) {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.page.brands.brands-outer-edges-none .brands-container .swiper-container .swiper-slide {
    padding: 0;
}

.page.brands.brands-outer-edges-none .brands-container .swiper-container .swiper-slide .brand-img {
    border: none;
}

.page.brands-detail .img {
    margin-bottom: 1rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page.brands-detail .img a {
    display: block;
    padding: 0.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.page.brands-detail .img a img {
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 15px -3px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 15px -3px rgba(0, 0, 0, 0.24);
}

.page.brands-detail .img a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (max-width: 991px) {
    .page.brands-detail .img a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media only screen and (max-width: 767px) {
    .page.brands-detail .img a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .page.brands-detail .img a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.page.brands-detail .text {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.page.brands-detail .text p {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
}

.page.brands-detail .text p + p {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.page.solution-partners .solution-partners-container ul.solution-partners-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page.solution-partners .solution-partners-container ul.solution-partners-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0.75rem;
}

.page.solution-partners .solution-partners-container ul.solution-partners-list li .solution-partners-list-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.page.solution-partners .solution-partners-container ul.solution-partners-list li .solution-partners-list-item .solution-partners-list-img {
    overflow: hidden;
    border-radius: 3px;
}

.page.solution-partners .solution-partners-container ul.solution-partners-list li .solution-partners-list-item .solution-partners-list-img img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page.solution-partners .solution-partners-container ul.solution-partners-list li:hover .solution-partners-list-item {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (max-width: 991px) {
    .page.solution-partners .solution-partners-container ul.solution-partners-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media only screen and (max-width: 767px) {
    .page.solution-partners .solution-partners-container ul.solution-partners-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .page.solution-partners .solution-partners-container ul.solution-partners-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.page.solution-partners .solution-partners-container .swiper-container {
    padding: 1rem 0;
}

.page.solution-partners .solution-partners-container .swiper-container .swiper-slide {
    padding: 0.75rem;
}

.page.solution-partners .solution-partners-container .swiper-container .swiper-slide .solution-partners-list-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 150px;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page.solution-partners .solution-partners-container .swiper-container .swiper-slide .solution-partners-list-item .solution-partners-list-img {
    display: block;
    padding: 0.5rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.page.solution-partners .solution-partners-container .swiper-container .swiper-slide .solution-partners-list-item img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page.solution-partners .solution-partners-container .swiper-container .swiper-slide:hover .solution-partners-list-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.page.solution-partners .solution-partners-container-swiper {
    width: 100%;
    padding: 0 3rem;
    position: relative;
}

.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li {
    padding: 0;
}

.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li .solution-partners-list-item {
    border-bottom: 0;
    border-left: 0;
}

.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li .solution-partners-list-item img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:hover .solution-partners-list-item {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:hover .solution-partners-list-item img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-of-type(1) .solution-partners-list-item, .page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-of-type(2) .solution-partners-list-item, .page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-of-type(3) .solution-partners-list-item, .page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-of-type(4) .solution-partners-list-item {
    border-top: 0;
}

.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-child(4n) .solution-partners-list-item {
    border-right: 0;
}

.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-last-child(1) .solution-partners-list-item {
    border-right: 0;
}

@media only screen and (max-width: 991px) {
    .page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-of-type(4) .solution-partners-list-item {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-child(4n) .solution-partners-list-item {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-child(3n) .solution-partners-list-item {
        border-right: 0;
    }

    .page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-last-child(1) .solution-partners-list-item {
        border-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-child(3n) .solution-partners-list-item {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-child(2n) .solution-partners-list-item {
        border-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li .solution-partners-list-item {
        border-right: 0 !important;
    }

    .page.solution-partners .solution-partners-container.solution-partners-outer-edges-none ul.solution-partners-list li:nth-child(2) {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none .swiper-container .swiper-slide {
    padding: 0;
}

.page.solution-partners .solution-partners-container.solution-partners-outer-edges-none .swiper-container .swiper-slide .solution-partners-list-item {
    border: none;
}

.page.branch .branch-container {
    width: 100%;
    margin-bottom: 1rem;
}

.page.branch .branch-container .location-selection {
    padding: 1rem 0;
}

.page.branch .branch-container .location-selection ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page.branch .branch-container .location-selection ul li {
    width: 12rem;
    padding: 0.5rem;
}

.page.branch .branch-container .location-selection ul li .form-group .select2 .select2-selection--single {
    border-radius: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.page.branch .branch-container .location-selection ul li .form-group .select2.select2-container--open .select2-selection--single {
    border-radius: 0 !important;
}

.page.branch .branch-container .location-selection ul li:nth-child(1) .form-group .select2 .select2-selection--single {
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
}

.page.branch .branch-container .location-selection ul li:nth-last-child(1) .form-group .select2 .select2-selection--single {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
}

.page.branch .branch-container .location-list ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page.branch .branch-container .location-list ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0.375rem;
}

.page.branch .branch-container .location-list ul li .location-list-content {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    padding: 1.5rem 2.5rem;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page.branch .branch-container .location-list ul li .location-list-content .img {
    margin-bottom: 1rem;
}

.page.branch .branch-container .location-list ul li .location-list-content .img img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page.branch .branch-container .location-list ul li .location-list-content .location-list-head h5 {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.page.branch .branch-container .location-list ul li .location-list-content .location-list-body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

.page.branch .branch-container .location-list ul li .location-list-content .location-list-body .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.25rem;
    flex: 0 0 2.25rem;
    max-width: 2.25rem;
}

.page.branch .branch-container .location-list ul li .location-list-content .location-list-body .icon span, .page.branch .branch-container .location-list ul li .location-list-content .location-list-body .icon i {
    color: #07101b;
    font-size: 1rem;
}

.page.branch .branch-container .location-list ul li .location-list-content .location-list-body .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 2.25rem);
    flex: 0 0 calc(100% - 2.25rem);
    max-width: calc(100% - 2.25rem);
}

.page.branch .branch-container .location-list ul li .location-list-content .location-list-body .text p {
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #07101b;
}

.page.branch .branch-container .location-list ul li .location-list-content .location-list-body .text p a {
    color: #07101b;
}

.page.branch .branch-container .location-list ul li .location-list-content .map iframe {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .page.branch .branch-container .location-list ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .page.branch .branch-container .location-list ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.page.branch-detail .branch-container h3 {
    margin-bottom: 1rem;
}

.page.branch-detail .branch-container .item {
    padding: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.page.announcements ul.announcements-list li {
    padding: 1rem 0;
}

.page.announcements ul.announcements-list li .card h5.card-title {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page.announcements ul.announcements-list li .card h5.card-title i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #d20e0e;
    border-radius: 30px;
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
}

.page.announcements ul.announcements-list li .card p {
    font-size: 1rem;
}

.page.announcements ul.announcements-list li .card .card-body {
    padding: 0 0 1rem 0;
}

.page.announcements ul.announcements-list li .card .time-line a {
    color: #07101b;
    font-size: 0.875rem;
}

.page.announcements ul.announcements-list li .card .time-line a:hover {
    color: red;
}

.page.bank-accounts .bank-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page.bank-accounts .bank-item .bank-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    text-align: center;
    height: 160px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page.bank-accounts .bank-item .bank-img img {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
}

.page.bank-accounts .bank-item .bank-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 180px);
    flex: 0 0 calc(100% - 180px);
    max-width: calc(100% - 180px);
}

.page.bank-accounts .bank-item .bank-text h5 {
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0 0.5rem;
}

.page.bank-accounts .bank-item .bank-text .bank-info ul li p {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.page.bank-accounts .bank-item .bank-text .bank-info ul li p span {
    font-weight: bold;
}

.page.bank-accounts .bank-item .bank-text .bank-info ul li p span + span {
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
    .page.bank-accounts .bank-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page.bank-accounts .bank-item .bank-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .page.bank-accounts .bank-item .bank-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.page.bank-accounts .form-group .select2-container {
    width: 100% !important;
}

.page.bank-accounts.border-none .bank-item {
    border: none;
}

.page.bank-accounts.border-radius .bank-item {
    border-radius: 1rem;
}

.page.bank-accounts.border-radius .bank-item .bank-img {
    border-radius: 1rem;
    overflow: hidden;
}

.page.payment-notification .payment-form .form-group .select2-container {
    width: 100% !important;
}

.page.payment-notification .bank-list .bank-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page.payment-notification .bank-list .bank-item .bank-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    text-align: center;
}

.page.payment-notification .bank-list .bank-item .bank-img img {
    display: inline-block;
    max-width: 100%;
}

.page.payment-notification .bank-list .bank-item .bank-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 180px);
    flex: 0 0 calc(100% - 180px);
    max-width: calc(100% - 180px);
}

.page.payment-notification .bank-list .bank-item .bank-text h5 {
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.page.payment-notification .bank-list .bank-item .bank-text .bank-info ul li p {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0.5rem;
}

.page.payment-notification .bank-list .bank-item .bank-text .bank-info ul li p span {
    font-weight: bold;
}

.page.payment-notification .bank-list .bank-item .bank-text .bank-info ul li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
    .page.payment-notification .bank-list .bank-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page.payment-notification .bank-list .bank-item .bank-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .page.payment-notification .bank-list .bank-item .bank-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.page.ip-learn .ip-learn-container {
    background: rgba(0, 0, 0, 0.1);
    padding: 5rem 0;
}

.page.ip-learn .ip-learn-container h1 {
    text-align: center;
    font-size: 4rem;
}

.page.ip-learn .ip-learn-container h1 code {
    font-size: 80%;
}

.page.technical-service .technical-service-container {
    width: 40rem;
    max-width: 100%;
    margin: 0 auto;
}

.page.ebulletin .ebulletin-container {
    width: 40rem;
    max-width: 100%;
    margin: 0 auto;
}

.page.news .news-container .col-12 {
    padding-bottom: 2rem;
}

.page.news .news-container .news-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 10px;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
}

.page.news .news-container .news-item .news-img {
    height: 200px;
}

.page.news .news-container .news-item .news-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page.news .news-container .news-item .news-text a {
    display: block;
    width: 100%;
    padding: 8px 0;
    color: #000;
    font-weight: bold;
}

.page.news .news-container .news-item .news-text span {
    font-weight: 500;
}

.page.news .news-container .news-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.page.complaints-and-suggestions .complaints-and-suggestions-container {
    width: 40rem;
    max-width: 100%;
    margin: 0 auto;
}

.page.hdd .hdd-calculator {
    width: 40rem;
    max-width: 100%;
    margin: 0 auto;
}

.page.hdd .hdd-calculator .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.page.hdd .hdd-calculator .form-group input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
}

.page.hdd .hdd-calculator .form-group p, .page.hdd .hdd-calculator .form-group span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

.page.hdd .hdd-calculator .form-group span {
    text-align: left;
    padding-left: 20px;
}

.page.hdd .hdd-calculator .form-group.form-group-radio input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 280px);
    flex: 0 0 calc(100% - 280px);
}

.page.hdd .hdd-calculator .form-group.form-group-radio .hdd-radio-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    padding-left: 1rem;
}

@media only screen and (max-width: 420px) {
    .page.hdd .hdd-calculator .form-group input {
        -webkit-box-flex: calc(100% - 100px);
        -ms-flex: calc(100% - 100px);
        flex: calc(100% - 100px);
    }

    .page.hdd .hdd-calculator .form-group p {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .page.hdd .hdd-calculator .form-group.form-group-radio input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 180px);
        flex: 0 0 calc(100% - 180px);
    }
}

.page.useful-links .list-group h2 {
    font-size: 1.25rem;
    padding: 0.75rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
    margin-bottom: 0;
}

.page.useful-links .link-items ul li a.link-item {
    color: #07101b;
    display: block;
    padding: 0.75rem 0;
}

.page.useful-links .link-items ul li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.page.support ul.nav.nav-pills li.nav-item a.nav-link {
    background: #fff;
    border: 1px solid #07101b;
    color: #07101b;
    border-radius: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: normal;
}

.page.support ul.nav.nav-pills li.nav-item a.nav-link .mdi {
    display: none;
}

.page.support ul.nav.nav-pills li.nav-item a.nav-link.active {
    background: #07101b;
    color: #fff;
    font-weight: bold;
}

.page.support ul.nav.nav-pills li.nav-item a.nav-link.disabled {
    opacity: 0.5;
    cursor: no-drop;
}

.page.support ul.nav.nav-pills li.nav-item + li.nav-item a.nav-link {
    border-left: 0;
}

@media only screen and (max-width: 560px) {
    .page.support ul.nav.nav-pills li.nav-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 1rem;
    }

    .page.support ul.nav.nav-pills li.nav-item + li.nav-item a.nav-link {
        border-left: 1px solid #07101b;
    }
}

.page.support h3.tabs-head {
    padding-left: 4.5rem;
    position: relative;
}

.page.support h3.tabs-head .icon {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 43px;
    height: 100%;
}

.page.support h3.tabs-head .icon svg {
    width: 100%;
    height: 100%;
}

.page.support h3.tabs-head .icon:before {
    content: "";
    width: 4px;
    height: calc(100% - 0.25rem);
    top: 0.25rem;
    background: #5d4ac7;
    position: absolute;
    right: -1.25rem;
}

@media only screen and (max-width: 560px) {
    .page.support h3.tabs-head {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .page.support h3.tabs-head .icon:before {
        right: -0.875rem;
        height: calc(100% - 0.25rem);
    }
}

@media only screen and (max-width: 480px) {
    .page.support h3.tabs-head .icon:before {
        right: -0.875rem;
    }
}

.page.support .tabs-explanation {
    font-size: 1rem;
}

@media only screen and (max-width: 560px) {
    .page.support .table-responsive .table th, .page.support .table-responsive .table td {
        font-size: 0.875rem;
    }
}

.page.support .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.page.support .form-group .form-control {
    border-color: #5d4ac7;
    border-radius: 0;
}

.page.support .form-group .select2-container {
    width: 100% !important;
}

.page.support .form-group .select2-container .select2-selection--single {
    border-color: #5d4ac7;
    border-radius: 0;
}

.page.support .form-group .input-group .input-group-prepend .input-group-text {
    border-color: #5d4ac7;
    background: #e1def5;
    border-radius: 0;
}

.page.support .form-group .input-group .custom-file .custom-file-label {
    border-color: #5d4ac7;
    border-radius: 0;
}

.page.support .form-group .captcha img.captcha_img {
    border-color: #5d4ac7;
    border-radius: 0;
}

.page.support .form-group .submit {
    width: 100%;
}

.page.support .form-group .submit a {
    color: #748290;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.page.support .form-group .submit a:hover {
    color: #5d4ac7;
}

.page.support .form-group .submit .custom-control .custom-control-input:checked ~ .custom-control-label:before {
    background: #5d4ac7;
    border-color: #5d4ac7;
}

.page.support .form-group .submit .custom-control .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #5d4ac7;
}

.page.support .form-group .submit .custom-control .custom-control-input:focus ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(93, 74, 199, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(93, 74, 199, 0.25);
}

.page.support .form-group .submit .btn.btn-primary {
    background: #5d4ac7;
    border-color: #5d4ac7;
    border-radius: 0;
    margin-bottom: 1rem;
}

.page.support .form-group .submit .btn.btn-primary:hover {
    background: #362883;
    border-color: #362883;
}

.page.support .support-query-form {
    margin-bottom: 1rem;
}

.page.support .support-query-form .form-group .submit .btn.btn-primary {
    margin-bottom: 0;
}

.page.support .support-request-list-head {
    padding-top: 4rem;
}

.page.support .support-request-list-head ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page.support .support-request-list-head ul li.support-request-status-no p {
    color: #adb5bd;
    font-size: 0.75rem;
}

.page.support .support-message-area {
    background: rgba(93, 74, 199, 0.05);
    padding: 1rem 6.5rem 1rem 4.5rem;
}

.page.support .support-message-area .support-request-list {
    margin-bottom: 2.25rem;
}

.page.support .support-message-area .support-request-list li p {
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #8e8e8e;
}

.page.support .support-message-area .support-request-list li.support-request-subject p {
    font-size: 1.5rem;
    color: #414141;
    font-weight: bold;
}

.page.support .support-message-area .support-message-area-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page.support .support-message-area .support-message-area-item .support-message-img {
    width: 3rem;
    height: 3rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3rem;
    flex: 0 0 3rem;
    margin-right: 2rem;
    border-radius: 3rem;
    overflow: hidden;
}

.page.support .support-message-area .support-message-area-item .support-message-img img {
    display: block;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page.support .support-message-area .support-message-area-item .support-message-body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 5rem);
    flex: 0 0 calc(100% - 5rem);
    padding: 1rem 1rem 1rem 1rem;
    position: relative;
    margin-bottom: 2rem;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px #e4e7ed;
    box-shadow: 0 2px 3px #e4e7ed;
}

.page.support .support-message-area .support-message-area-item .support-message-body:before {
    content: "";
    position: absolute;
    left: -11px;
    display: block;
    width: 0;
    height: 0;
    border-right: 11px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.page.support .support-message-area .support-message-area-item .support-message-body h5 {
    font-size: 1rem;
    color: #5d4ac7;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.page.support .support-message-area .support-message-area-item .support-message-body p {
    font-size: 0.875rem;
    color: #747474;
}

.page.support .support-message-area .support-message-area-item .support-message-body time {
    font-size: 0.875rem;
    color: #747474;
    position: absolute;
    right: 0.75rem;
    top: 0;
    margin-top: 0.75rem;
}

.page.support .support-message-area .support-message-area-item .attachment {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 5rem);
    flex: 0 0 calc(100% - 5rem);
    margin-left: 5rem;
    margin-bottom: 2rem;
    margin-top: -1rem;
}

.page.support .support-message-area .support-message-area-item .attachment p {
    display: inline-block;
    background: #fff;
    padding: 0.5rem 1rem 0.5rem 2rem;
    margin-bottom: 0;
    border-radius: 2rem;
    margin-right: 1rem;
}

.page.support .support-message-area .support-message-area-item .attachment p a {
    display: inline-block;
    color: #000;
    padding: 0.5rem 1rem;
    margin-left: 1rem;
    border-radius: 2rem;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.page.support .support-message-area .support-message-area-item .attachment p a:hover {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
}

.page.support .support-message-area .support-message-area-item.manager-answer {
    -webkit-transform: translateX(35px);
    transform: translateX(35px);
}

.page.support-border-radius ul.nav.nav-pills li.nav-item:nth-child(1) a {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.page.support-border-radius ul.nav.nav-pills li.nav-item:nth-last-child(1) a {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

@media only screen and (max-width: 560px) {
    .page.support-border-radius ul.nav.nav-pills li.nav-item a {
        border-radius: 1.5rem !important;
    }
}

.page.support-border-radius .form-group .form-control {
    border-radius: 1.125rem;
}

.page.support-border-radius .form-group .select2-container .select2-selection--single {
    border-radius: 1.125rem;
}

.page.support-border-radius .form-group .select2-container.select2-container--open .select2-selection--single {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.page.support-border-radius .form-group .input-group .input-group-prepend .input-group-text {
    border-top-left-radius: 1.125rem;
    border-bottom-left-radius: 1.125rem;
}

.page.support-border-radius .form-group .input-group .custom-file .custom-file-label {
    border-top-right-radius: 1.125rem;
    border-bottom-right-radius: 1.125rem;
}

.page.support-border-radius .form-group .captcha img.captcha_img {
    border-radius: 1.125rem;
}

.page.support-border-radius .form-group .submit .btn.btn-primary {
    border-radius: 1.125rem;
}

.page.support-border-radius .support-message-area {
    border-radius: calc(1.125rem * 2);
}

.page.support-border-radius .support-message-area .support-message-area-item .support-message-body {
    border-radius: 1.125rem;
}

.page.services-categories .service-categories-container a {
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 1.875rem;
}

.page.services-categories .service-categories-container a .card {
    overflow: hidden;
}

.page.services-categories .service-categories-container a .card img.card-img-top {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    max-width: 100%;
    height: 100%;
}

.page.services-categories .service-categories-container a .card .card-body h5.card-title {
    color: #438381;
}

.page.services-categories .service-categories-container a .card .card-body p {
    color: #747474;
}

.page.services-categories .service-categories-container a:hover {
    -webkit-transform: translateY(-0.75rem);
    transform: translateY(-0.75rem);
}

.page.services-categories .service-categories-container a:hover .card img.card-img-top {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.page.services-categories .service-categories-container .form-row a {
    margin-bottom: 0.625rem;
}

.page.services-detail .services-detail-container .services-detail-img {
    margin-bottom: 1rem;
    height: 410px;
    position: relative;
}

.page.services-detail .services-detail-container .services-detail-img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-height: 100%;
}

.page.services-detail .services-detail-container .services-detail-img .btn {
    white-space: nowrap;
    position: absolute;
    top: 0;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0;
    max-width: 90%;
    padding: 0.5rem 5.5rem;
    color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.page.services-detail .services-detail-container .services-detail-img .btn:hover {
    color: #fff;
    background: #000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page.services-detail .services-detail-container .services-detail-img .btn {
        padding: 0.5rem 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .page.services-detail .services-detail-container .services-detail-img .btn {
        width: 100%;
        white-space: normal;
        padding: 0.5rem 1rem;
    }
}

.page.services-detail .services-detail-container .services-head {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 3rem;
}

.page.services-detail .services-detail-container .services-head-category {
    margin-bottom: 1rem;
}

.page.services-detail .services-detail-container .services-head-title h4 {
    font-size: 1.875rem;
}

.page.services-detail .services-detail-container .services-head-explanation p {
    line-height: 1.125rem;
    color: #747474;
}

@media only screen and (max-width: 767px) {
    .page.services-detail .services-detail-container .services-head {
        padding: 0;
    }

    .page.services-detail .services-detail-container .services-head-category h3 {
        font-size: 1.5rem;
    }

    .page.services-detail .services-detail-container .services-head-title h4 {
        font-size: 1.5rem;
    }

    .page.services-detail .services-detail-container .services-head-explanation p {
        font-size: 0.875rem;
        line-height: 1rem;
    }
}

.page.services-detail .services-detail-container .modal .modal-dialog {
    width: 720px;
    max-width: calc(100% - 1rem);
}

.page.services-detail .services-detail-container .modal .modal-content {
    padding: 2.5rem 6rem 2.5rem 4rem;
}

@media only screen and (max-width: 560px) {
    .page.services-detail .services-detail-container .modal .modal-content {
        padding: 1.5rem 3rem 1.5rem 1rem;
    }
}

@media only screen and (max-width: 420px) {
    .page.services-detail .services-detail-container .modal .modal-content {
        padding: 1rem 2rem 1rem 0;
    }
}

.page.services-detail .services-detail-container .modal .modal-header {
    display: none;
}

.page.services-detail .services-detail-container .modal .modal-body .service-modal-title {
    text-align: center;
}

.page.services-detail .services-detail-container .modal .modal-body .service-modal-title p span {
    color: #4ebbff;
    font-weight: bold;
}

.page.services-detail .services-detail-container .modal .modal-body .form-group {
    position: relative;
    padding-left: 2rem;
}

.page.services-detail .services-detail-container .modal .modal-body .form-group .mdi {
    position: absolute;
    left: 0.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #adb5bd;
}

.page.services-detail .services-detail-container .modal .modal-body .form-group .form-control {
    border: none;
    border-bottom: 1px solid #adb5bd;
    border-radius: 0;
    color: #adb5bd;
}

.page.services-detail .services-detail-container .modal .modal-body .form-group .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.page.services-detail .services-detail-container .modal .modal-body .form-group .select2-container .select2-selection--single {
    border: none;
    border-bottom: 1px solid #adb5bd;
    border-radius: 0;
}

.page.services-detail .services-detail-container .modal .modal-body .form-group .select2-container .select2-selection--single span {
    color: #adb5bd;
}

.page.services-detail .services-detail-container .modal .modal-body .form-group .captcha .captcha_img {
    border: none;
}

.page.services-detail .services-detail-container .modal .modal-body .captcha-line {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    max-width: 330px;
    margin: 0 auto;
}

@media only screen and (max-width: 420px) {
    .page.services-detail .services-detail-container .modal .modal-body .captcha-line .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .page.services-detail .services-detail-container .modal .modal-body .captcha-line .col:nth-child(1) {
        margin-bottom: 1rem;
    }
}

.page.services-detail .services-detail-container .modal .modal-footer {
    border-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 3rem;
}

.page.services-detail .services-detail-container .modal .modal-footer .btn.btn.btn-primary {
    background: #4ebbff;
    color: #fff;
    border: 0;
    border-radius: 0;
}

.page.services-detail .services-detail-container .modal .modal-footer .btn.btn.btn-primary:hover {
    background: #008ee7;
}

.page.services-detail .services-detail-container .modal .modal-footer .close {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #adb5bd;
    width: 40px;
    height: 40px;
    opacity: 1;
}

.page.services-detail .services-detail-container .modal .modal-footer .close .mdi {
    font-size: 2.5rem;
    color: #747474;
}

.page.file-archive .form-group .select2-container {
    width: 100% !important;
}

.page.file-archive .file-archive-process-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.page.file-archive .file-archive-process-container .file-archive-search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.5rem;
    flex: 0 0 27.5rem;
    height: 3rem;
    max-width: 100%;
    margin-bottom: 1rem;
}

.page.file-archive .file-archive-process-container .file-archive-search .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.page.file-archive .file-archive-process-container .file-archive-search .form-group input {
    border: 1px solid #5d4ac7;
    padding-left: 2.25rem;
    color: #5d4ac7;
    height: 3rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 4.5rem);
    flex: 0 0 calc(100% - 4.5rem);
    border-radius: 0;
}

.page.file-archive .file-archive-process-container .file-archive-search .form-group input::-webkit-input-placeholder {
    color: #5d4ac7;
}

.page.file-archive .file-archive-process-container .file-archive-search .form-group input:-ms-input-placeholder {
    color: #5d4ac7;
}

.page.file-archive .file-archive-process-container .file-archive-search .form-group input::-ms-input-placeholder {
    color: #5d4ac7;
}

.page.file-archive .file-archive-process-container .file-archive-search .form-group input::placeholder {
    color: #5d4ac7;
}

.page.file-archive .file-archive-process-container .file-archive-search .form-group svg {
    position: absolute;
    top: 50%;
    left: 1.25rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page.file-archive .file-archive-process-container .file-archive-search .form-group svg path {
    color: #5d4ac7;
}

.page.file-archive .file-archive-process-container .file-archive-search .form-group button {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #5d4ac7;
    color: #fff;
    height: 3rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.5rem;
    flex: 0 0 4.5rem;
    border-radius: 0;
}

.page.file-archive .file-archive-process-container .file-archive-search .form-group button:hover {
    background: #4634aa;
}

@media only screen and (max-width: 991px) {
    .page.file-archive .file-archive-process-container .file-archive-search {
        margin-bottom: 3rem;
    }
}

.page.file-archive .file-archive-process-container .file-archive-group-select {
    width: 20rem;
    margin-bottom: 1rem;
}

.page.file-archive .file-archive-process-container .file-archive-group-select label {
    position: absolute;
    margin-top: -0.5rem;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    color: #5d4ac7;
}

.page.file-archive .file-archive-process-container .file-archive-group-select .select2 {
    width: 100% !important;
}

.page.file-archive .file-archive-process-container .file-archive-group-select .select2 .select2-selection--single {
    height: 48px;
    border-color: #5d4ac7;
    border-radius: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.page.file-archive .file-archive-process-container .file-archive-group-select .select2 .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    color: #5d4ac7;
}

.page.file-archive .file-archive-process-container .file-archive-group-select .select2 .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

.page.file-archive .file-archive-process-container .file-archive-group-select .select2 .select2-selection--single .select2-selection__arrow b {
    border-color: #5d4ac7 transparent transparent transparent;
}

.page.file-archive .file-archive-process-container .file-archive-search-result {
    padding: 0.8rem 2rem;
    border: 1px solid #5d4ac7;
    margin-bottom: 1rem;
}

.page.file-archive .file-archive-process-container .file-archive-search-result p {
    color: #5d4ac7;
    margin: 0;
    line-height: 1rem;
}

.page.file-archive .file-archive-process-container .file-archive-search-result p i {
    margin-right: 0.5rem;
}

@media only screen and (max-width: 991px) {
    .page.file-archive .file-archive-process-container .file-archive-search {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
    }

    .page.file-archive .file-archive-process-container .file-archive-search-result {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }
}

@media only screen and (max-width: 767px) {
    .page.file-archive .file-archive-process-container .file-archive-search {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .page.file-archive .file-archive-process-container .file-archive-search-result {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.page.file-archive .file-list .table-responsive .table thead tr th {
    background: rgba(93, 74, 199, 0.05);
    color: #747474;
    font-weight: normal;
}

.page.file-archive .file-list .table-responsive .table tr th, .page.file-archive .file-list .table-responsive .table tr td {
    padding: 0.5rem 1rem;
}

.page.file-archive .file-list .table-responsive .table tr th a, .page.file-archive .file-list .table-responsive .table tr td a {
    display: inline-block;
    color: #5d4ac7;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.page.file-archive .file-list .table-responsive .table tr th a:hover, .page.file-archive .file-list .table-responsive .table tr td a:hover {
    color: #362883;
}

.page.file-archive .file-list .table-responsive .table tr th a:hover svg path, .page.file-archive .file-list .table-responsive .table tr td a:hover svg path {
    fill: #362883;
}

.page.file-archive .file-list .table-responsive .table tr th a svg, .page.file-archive .file-list .table-responsive .table tr td a svg {
    width: 25px;
    height: 25px;
}

.page.file-archive .file-list .table-responsive .table tr th a svg path, .page.file-archive .file-list .table-responsive .table tr td a svg path {
    fill: #5d4ac7;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.page.file-archive-border-radius .file-archive-process-container .file-archive-search .form-group input {
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
}

.page.file-archive-border-radius .file-archive-process-container .file-archive-search .form-group button {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
}

.page.file-archive-border-radius .file-archive-process-container .file-archive-group-select {
    width: 20rem;
}

.page.file-archive-border-radius .file-archive-process-container .file-archive-group-select label {
    position: absolute;
    margin-top: -0.5rem;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    color: #5d4ac7;
}

.page.file-archive-border-radius .file-archive-process-container .file-archive-group-select .select2 {
    width: 100% !important;
}

.page.file-archive-border-radius .file-archive-process-container .file-archive-group-select .select2 .select2-selection--single {
    border-radius: 1.5rem;
}

.page.file-archive-border-radius .file-archive-process-container .file-archive-group-select .select2.select2-container--open .select2-selection--single {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.page.file-archive-border-radius .file-archive-process-container .file-archive-search-result {
    border-radius: 3rem;
}

.page.file-archive-border-radius .file-list .table-responsive {
    border: 1px solid #dee2e6;
    border-radius: 1.5rem;
}

.page.file-archive-border-radius .file-list .table-responsive .table {
    margin-bottom: 0;
    width: calc(100% + 1px);
    margin-left: -1px;
    margin-top: -1px;
}

.page.file-archive-border-radius .file-list .table-responsive .table tr th:nth-last-child(1), .page.file-archive-border-radius .file-list .table-responsive .table tr td:nth-last-child(1) {
    border-right: 0 !important;
}

.page.file-archive-border-radius .file-list .table-responsive .table tr:nth-last-child(1) th, .page.file-archive-border-radius .file-list .table-responsive .table tr:nth-last-child(1) td {
    border-bottom: 0 !important;
}

.page.blogs .blog-list ul li.blog-item {
    padding-bottom: 2.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #adb5bd;
}

.page.blogs .blog-list ul li.blog-item .blog-list-img {
    margin-bottom: 1rem;
    height: 19rem;
}

.page.blogs .blog-list ul li.blog-item .blog-list-img a {
    display: block;
    height: 19rem;
}

.page.blogs .blog-list ul li.blog-item .blog-list-img a img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-height: 100%;
}

.page.blogs .blog-list ul li.blog-item .blog-list-content-head {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: 1rem;
}

.page.blogs .blog-list ul li.blog-item .blog-list-content-head .blog-date {
    border: 1px solid #000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.5rem;
    flex: 0 0 3.5rem;
    padding: 0.25rem 0.125rem;
    max-width: 3.5rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page.blogs .blog-list ul li.blog-item .blog-list-content-head .blog-date span {
    display: block;
    text-align: center;
    font-size: 0.875rem;
    line-height: 0.875rem;
    color: #000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.page.blogs .blog-list ul li.blog-item .blog-list-content-head .blog-content-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 5.5rem);
    flex: 0 0 calc(100% - 5.5rem);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page.blogs .blog-list ul li.blog-item .blog-list-content-head .blog-content-title .blog-title {
    font-weight: bold;
    color: #000;
}

.page.blogs .blog-list ul li.blog-item .blog-list-content .blog-list-explanation {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.page.blogs .blog-list ul li.blog-item .blog-list-content .blog-list-explanation p {
    font-size: 0.875rem;
    color: #000;
    line-height: 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.page.blogs .blog-list ul li.blog-item .blog-list-content .blog-list-explanation .btn {
    background: #000;
    border-radius: 0;
    border: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.page.blogs .blog-list ul li.blog-item .blog-list-content .blog-list-explanation .btn:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
}

.page.blogs .blog-list ul li.blog-item .blog-list-content .blog-list-explanation .author {
    color: #adb5bd;
    font-size: 0.875rem;
    position: absolute;
    right: 0.125rem;
    bottom: -0.25rem;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.page.blog-detail .blog-item .blog-item-img img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto 1rem;
}

.page.blog-detail .blog-list-time-content {
    margin-bottom: 1rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page.blog-detail .blog-list-time-content .blog-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.page.blog-detail .blog-list-time-content .blog-date span {
    display: inline-block;
    padding: 0.125rem;
    font-size: 0.875rem;
}

.page.blog-detail .blog-list-time-content .blog-date .blog-date-month {
    padding-left: 0;
}

.page.blog-detail .blog-list-time-content .counter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 0.875rem;
}

.page.blog-detail .blog-item-head h4 {
    font-weight: bold;
    color: #000;
    margin-bottom: 1rem;
}

.page.blog-detail .blog-text p {
    color: #000;
}

.page.certificates .certificate-container ul {
    border: 1px solid rgba(151, 151, 151, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    margin-bottom: 1rem;
}

.page.certificates .certificate-container ul li a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1rem;
    min-height: 62px;
    color: #5d4ac7;
    position: relative;
    padding: 20px 52px 20px 34px;
    display: block;
}

.page.certificates .certificate-container ul li a span {
    position: absolute;
    right: 40px;
    line-height: normal;
    top: calc(50% - 11px);
}

.page.certificates .certificate-container ul li + li {
    border-top: 1px solid rgba(151, 151, 151, 0.15);
    background: #fff;
}

.page.certificates .identification {
    display: block;
    height: 315px;
    position: relative;
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
}

.page.certificates .identification:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(30, 29, 29, 0.78);
    z-index: 9;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.page.certificates .identification:hover {
    -webkit-box-shadow: 0 18px 25px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 18px 25px 0 rgba(0, 0, 0, 0.11);
    top: -10px;
}

.page.certificates .identification:hover:before {
    background: rgba(30, 29, 29, 0.32);
}

.page.certificates .identification .corporate-identification {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page.certificates .identification .corporate-identification h3 {
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.65;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 12px;
    position: relative;
    z-index: 9;
}

.page.certificates .identification .corporate-identification h3 span {
    display: block;
    font-weight: bold;
}

.page.certificates .identification .corporate-identification-item {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page.certificates .identification .corporate-identification-item img {
    width: 154px;
    position: relative;
    z-index: 9;
}

.page.certificates .certificate-list a {
    display: block;
    margin-bottom: 2rem;
    overflow: hidden;
}

.page.certificates .certificate-list a .certificate-item {
    height: 19rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.page.certificates .certificate-list a .certificate-item img {
    display: block;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}

@media only screen and (max-width: 560px) {
    .page.certificates .certificate-list a .certificate-item img {
        max-width: initial;
        height: initial;
        max-height: 100%;
        width: 100%;
    }
}

.page.certificates .certificate-list a:hover .certificate-item {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.page.certificates-border-radius .certificate-container ul {
    border-radius: 1.5rem;
}

.page.certificates-border-radius .identification {
    border-radius: 1.5rem;
}

.page.certificates-border-radius .certificate-list a {
    border-radius: 1.5rem;
}

.page.gallery .gallery-filter .select2-container {
    width: 100% !important;
}

.page.gallery .gallery-filter .btn.btn-primary.btn-block {
    height: 35px;
    line-height: 22px;
}

.page.gallery .gallery-list .card .card-img-top {
    height: 10rem;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.page.gallery .gallery-list .card .card-body .card-title {
    color: #07101b;
}

.page.gallery .gallery-list .card .card-body .card-text {
    color: #07101b;
}

.page.gallery .gallery-list .card:hover .card-img-top {
    -webkit-transform: scale(1.05) translateY(-0.5rem);
    transform: scale(1.05) translateY(-0.5rem);
}

.page.client-comment .media img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

.page.projects .card {
    height: calc(100% - 1rem);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page.projects .card .card-img-overlay {
    background: rgba(0, 0, 0, 0.1);
}

.page.projects .card .card-img-overlay .card-title {
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}

.page.sitemap .list-group &gt; li a {
    margin-bottom: 0.5rem;
}

.page.sitemap .list-group &gt; li ul {
    margin-bottom: 1rem;
}

.page.sitemap .list-group &gt; li ul li {
    padding-left: 1rem;
}

.page.sitemap .list-group &gt; li ul li a {
    margin-bottom: 0.25rem;
    background: rgba(0, 0, 0, 0.05);
}

.page.sitemap .list-group &gt; li ul li ul li a {
    background: rgba(0, 0, 0, 0.1);
}

.picture-point .img-pointer {
    position: relative;
}

.picture-point .img-pointer .img-pointer-dot {
    position: absolute;
}

.user-screen img.user-screen-avatar {
    width: 39px;
    height: 39px;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!DEÄžÄ°ÅžTÄ°RMEYÄ°N!!!!!!!!!!!!!!!!!!!!!!!!!*/
.proje-list ul li {
    width: 31%;
    margin: 0 1%;
    -webkit-box-shadow: 0 8px 15px -3px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 15px -3px rgba(0, 0, 0, 0.24);
    position: relative;
    float: left;
    position: relative;
    margin-bottom: 20px;
    min-height: 245px;
}

.proje-list ul li a {
    height: 100%;
    display: block;
}

.proje-list ul li img {
    width: auto !important;
}

.pImage a {
    position: relative;
    display: block;
}

.proje-list ul li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    width: 100%;
    position: relative;
    background: #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

h3.proje-title {
    margin: 15px 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 19px;
    color: #000;
    text-transform: uppercase;
}

b.hover {
    font-size: 18px;
    color: #fff;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.projeBack {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.proje-list ul li:hover b {
    opacity: 1;
    visibility: visible;
}

.proje-list ul li:hover .projeBack {
    opacity: 1;
}

.p-title h2 {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.p-title img {
    width: 200px;
}

.p-title {
    padding-bottom: 0;
    border-bottom: 1px solid #122c48;
    margin-bottom: 40px;
}

.projeBg {
    height: auto;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
}

.projeManset {
    margin-bottom: 10px;
}

.projeOzellik p {
    margin-bottom: 0;
    font-weight: 500;
}

.projeOzellik {
    margin-top: 10px;
}

.proje-slide img {
    width: 100%;
    display: block;
}

.turItems {
    float: left;
    width: 100%;
}

.turItems + .turItems {
    margin-top: 20px;
}

.turBaslik h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
}

.projeAciklama p {
    font-size: 15px;
    line-height: 31px;
}

.projeMap {
    width: 100%;
    height: 350px;
}

section.page.projectDetail {
    padding-bottom: 0;
}

.turItems:last-child {
    margin-bottom: 60px;
}

.urunGruplari h5.card-title {
    margin-bottom: 5px;
    font-weight: 500;
}

.urunGruplari .card {
    min-height: 390px;
}

.urunGruplari a .card-img-top {
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.urunGruplari p.card-text {
    line-height: normal;
    margin-bottom: 0px;
    min-height: 34px;
}

.productList .sidebar {
    padding: 25px 0 0;
    border: 2px solid #f4e7da;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.productList .sidebar ul li a {
    padding: 15px;
    display: block;
    position: relative;
    border-bottom: 1px solid #f5ede4;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #36312c;
}

.productList .sidebar &gt; ul &gt; li:last-child &gt; a {
    border-bottom: none;
}

.productList .sidebar &gt; ul {
    position: relative;
    padding-bottom: 0;
}

.productList .sidebar &gt; ul &gt; li &gt; ul {
    background: #fbf7f2;
    width: 100%;
    padding: 0;
}

.productList .side-drop2 &gt; ul {
    display: none;
}

li.side-drop &gt; ul {
    display: none;
}

.sidebar &gt; ul &gt; li &gt; i {
    position: absolute;
    right: 10px;
    top: 20px;
}

.sidebar &gt; ul &gt; li {
    position: relative;
}

.sideTitle {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #000;
    padding: 13px 0;
    background: #f5ede4;
    margin: 0 10px 30px;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}

.productList .sidebar li h3 {
    font-weight: 400;
    line-height: normal;
    color: #000;
    margin: 0;
    padding: 0;
    border-bottom: solid 2px #f5ede4;
    border-top: 0;
    text-align: center;
    line-height: normal;
    font-size: 20px;
    padding: 13px 0;
    margin: 0px 0px 0;
}

ul.costum-scroll {
    padding: 20px !important;
    display: inline-block;
}

.productList .sidebar &gt; ul &gt; li.active &gt; a {
    background: #000;
    color: #fff;
    font-weight: bold;
}

.productList .sidebar .select {
    padding: 0;
    margin-bottom: 20px;
}

.sidebar ul li.side-drop.active &gt; ul {
    display: block;
}

.productList .sidebar &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
    padding: 0;
}

li.side-drop2.active .opened a {
    font-weight: bold;
    background: #122c48;
    color: #fff;
}

li.side-drop2.active &gt; a {
    background: #000;
    color: #fff !important;
    font-weight: bold !important;
}

li.side-drop.active &gt; a {
    background: #000;
    color: #fff !important;
    font-weight: bold !important;
}

li.side-drop.active &gt; ul &gt; li.active &gt; a {
    background: #071320;
    color: #fff;
    padding-left: 15px;
    font-weight: bold;
}

li.side-drop.active &gt; ul &gt; li &gt; a {
    padding: 15px 25px !important;
}

.productList .sidebar &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    padding: 15px 50px !important;
}

li.side-drop2.active ul {
    display: block;
}

.allProductList li {
    width: 31.3%;
    display: inline-block;
    margin: 0 1%;
}

.urunArama h4 {
    font-weight: 400;
    text-transform: uppercase;
}

.bulunan_urun {
    font-weight: 500;
}

.allProductList {
    margin-top: 30px;
}

.searchProduct {
    margin: 0 1%;
}

section.page.productList form {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.ajax-basket-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid red;
}

.qty-item {
    text-align: center;
    margin: 0 30px;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!DEÄžÄ°ÅžTÄ°RMEYÄ°N!!!!!!!!!!!!!!!!!!!!!!!!!*/
.map-responsive {
    height: 400px;
}

.map-responsive iframe {
    height: 400px;
    width: 100%;
}

.contact-bottom {
    padding: 60px 0;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!DEÄžÄ°ÅžTÄ°RMEYÄ°N!!!!!!!!!!!!!!!!!!!!!!!!!*/
section.page.sepetScreen .alert {
    margin: 0 15px;
    margin-bottom: 30px;
    width: calc(100% - 30px);
}

.sepetScreen i.fa-lira-sign {
    font-size: 80%;
}

.basket-nav .step {
    float: left;
    width: 25%;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.basket-nav {
    display: block;
    padding: 20px 0 25px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 35px;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.basket-nav:before {
    content: "";
    position: absolute;
    left: 0;
    top: 62px;
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #f5ede4;
}

.basket-nav .step.active:before {
    left: 0;
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    top: 41px;
    background: #000000;
    -webkit-transition: width 1.5s ease;
    transition: width 1.5s ease;
    z-index: 9;
}

.basket-nav .active.bar:before {
    width: 100%;
}

.basket-nav .step.active .stepIcon {
    border-color: #603813;
}

.basket-nav .step .stepIcon {
    border: 1px solid #e8dfd4;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    background: #fff;
    border-radius: 200px;
    width: auto;
    height: auto;
    display: inline-block !important;
}

.basket-nav .step .stepIcon:before {
    left: -6px;
}

.basket-nav .step .stepIcon:after, .basket-nav .step .stepIcon:before {
    content: "";
    position: absolute;
    height: 10px;
    background: #fff;
    top: 50%;
    width: 5px;
    margin-top: -5px;
}

.basket-nav .step .stepIcon a {
    width: 87px;
    height: 87px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.basket-nav .step .stepIcon a i {
    text-align: center;
    display: block;
    width: 100%;
    border: none;
    right: 0;
    left: 0;
    top: 0;
    position: relative;
}

.basket-nav .step .stepIcon i:before {
    font-size: 36px;
    color: #e0d8cd;
}

.basket-nav .step.active i:before {
    color: #000 !important;
}

.basket-nav .step .stepIcon:after {
    right: -6px;
}

.basket-nav .step .stepIcon:after, .basket-nav .step .stepIcon:before {
    content: "";
    position: absolute;
    height: 10px;
    background: #fff;
    top: 50%;
    width: 5px;
    margin-top: -5px;
}

.basket-nav .step .stepTitle {
    width: 100%;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.basket-nav .step .stepTitle a {
    font-weight: 300;
    color: #000;
    font-size: 17px;
}

.basket-nav .step.active .stepTitle a {
    color: #000;
    font-weight: 500;
}

.basket-title {
    margin: 0;
    padding: 20px;
    position: relative;
    font-size: 19px;
    color: #fff;
    background: #122c48;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
}

.sepetUrunBilgi {
    margin-top: 30px;
}

.sepetUrunItem {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e0e0e0;
    padding: 15px 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.sepetUrunImg {
    float: left;
    width: 120px;
    margin-left: 0;
}

.sepetUrunImg img {
    width: 100%;
    height: auto;
}

.sepetUrunName {
    float: left;
    width: calc(100% - 480px);
    padding: 0 15px;
}

.sepetUrunName a.productLink {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.qty {
    float: left;
    width: 120px;
    position: relative;
}

.single, .sub-total {
    width: 100px;
    text-align: center;
    float: left;
}

.single p, .sub-total p {
    margin: 0;
    color: #000;
    font-weight: 500;
}

.delete {
    float: left;
    width: 50px;
    text-align: center;
}

.delete a {
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
}

.sepetUrunBilgi .qty {
    width: 139px;
}

.qty .qty-plus {
    left: 90px;
    border-left: 0;
}

.qty .qty-plus {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.qty .qty-plus {
    right: 0;
}

.qty span {
    position: absolute;
    top: 0;
    height: 100%;
    width: 34px;
    background: #122c48;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #122c48;
    font-size: 21px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.qty input {
    height: 40px;
    padding: 0 0 0 15px;
    text-align: center;
    margin-left: 33px;
    width: 57px;
    border-left: 0;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    border: 1px solid #122c48;
    line-height: 45px;
}

.sepetUrunBilgi .qty input {
    padding-right: 0;
    line-height: 30px;
}

.sepetUrunBilgi .qty input {
    height: 50px !important;
    font-size: 20px;
}

.qty span:hover {
    background: #000000;
    color: #fff;
}

.single h6, .sub-total h6 {
    font-weight: 500;
}

.single i, .sub-total i {
    font-size: 12px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}

.sepetUrunName a.productLink:hover {
    color: #dc3545;
}

p.products_desc {
    font-weight: 500;
    font-size: 15px;
}

.btn-wrapper a i {
    font-size: 14px;
    margin-right: 4px;
}

.siparisOzet {
    padding: 25px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin-bottom: 20px;
}

.indirimCode {
    margin-top: 20px;
}

.ozetTitle {
    display: block;
}

.ozetTitle h4 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.ozetDetay .item p:first-child {
    font-weight: 500;
    width: 50%;
    position: relative;
}

.ozetDetay .item p:first-child:after {
    content: ":";
    position: absolute;
    right: 0;
    top: -1px;
}

.ozetDetay .item p {
    margin-bottom: 13px;
}

.urunSecim {
    width: 200px;
}

.kuponForm {
    margin-top: 17px;
}

.indirimForm {
    margin-top: 20px;
}

.indirimForm p {
    text-align: center;
    font-weight: bold;
    color: #f00;
    text-transform: uppercase;
}

.coupon-code pre {
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
}

.add-coupon {
    display: none;
}

.ozetDetay {
    padding-bottom: 5px;
    margin-bottom: 0;
    border-bottom: 1px solid #e0e0e0;
}

.btn-cont i {
    font-size: 13px;
    margin-left: 2px;
}

.same-adres {
    padding: 13px;
    font-size: 12px;
}

.same-adres:hover {
    background: #28a745 !important;
    color: #fff;
}

.siparis-aciklamasi {
    margin: 20px 0;
}

.siparis-aciklamasi h4 {
    font-size: 18px;
    font-weight: 500;
}

.d-flex.align-items-center.justify-content-between.basketTitle h4 {
    background: #fff;
    color: #000;
    padding: 0;
}

.d-flex.align-items-center.justify-content-between.basketTitle a.badge {
    padding: 17px 37px;
    font-size: 15px;
    font-weight: 400;
}

.d-flex.align-items-center.justify-content-between.basketTitle {
    padding-bottom: 20px;
}

.myAdresses ul li {
    float: left;
    width: 100%;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    border: 1px solid #e0e0e0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 3px;
}

.myAdresses ul li + li {
    margin-top: 40px;
}

.adresDetay {
    padding-right: 40px;
    border-right: 1px solid #e0e0e0;
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 72%;
}

.d-flex.flex-row.adresSecim {
    width: 28%;
}

.adresBilgi {
    width: 71%;
}

.adresSecim {
    width: 28%;
}

.adresSecim .custom-control + .custom-control {
    margin-top: 14px;
}

.adresBilgi h6 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 19px;
}

.adresBilgi p {
    margin-bottom: 0;
    line-height: 26px;
}

.adresSecim .custom-control {
    margin-right: 0 !important;
    font-weight: 500;
}

.bordColor textarea {
    border-color: #e0e0e0;
}

.payment-options ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.payment-options ul li a {
    color: #000;
    display: block;
    padding: 20px 15px;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.payment-options ul li.active a {
    font-weight: bold;
    border-bottom: 2px solid #000;
}

.payment-options {
    margin-bottom: 10px;
}

.odemeSecenek {
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    background: #e0e0e0;
    color: #000;
    display: none;
}

.odemeYazi {
    padding: 50px 0;
    text-align: center;
}

.odemeYazi h4 {
    font-weight: 500;
}

h5.odemeAcklama {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.odemeBilgi p {
    margin-bottom: 0;
}

.odemeImg {
    max-width: 120px;
}

.odemeBilgi {
    margin-left: 30px;
}

.odemeBanks + .odemeBanks {
    margin-top: 30px;
}

.infoGroups {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

.adresInfo {
    padding: 30px;
    border: 1px solid #e0e0e0;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info h6 {
    font-weight: bold;
}

.info p {
    margin-bottom: 0;
    line-height: 26px;
}

.forms.d-flex.flex-row.wdOk {
    display: inline-block !important;
    float: left !important;
    margin-top: 15px;
}

.forms.d-flex.flex-row.wdOk .custom-control {
    margin-bottom: 8px;
}

.card-wrap {
    width: 320px;
    border: 1px solid #ccc;
    padding: 15px;
    background: #fff;
    display: table;
    margin: auto;
}

.card-type {
    width: 30px;
    margin-left: 10px;
}

.card-type i {
    font-size: 28px;
}

.card-wrap input, .card-wrap .select2-container .select2-selection--single {
    background: #eee !important;
}

.cvv-type img {
    position: absolute;
    right: -100px;
    top: -15px;
    width: 103px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cvv-type {
    position: relative;
}

.cvv-type:hover img {
    right: -55px;
    opacity: 1;
    visibility: visible;
}

.cvv-type h6 {
    margin-bottom: 0;
    margin-left: 8px;
    cursor: pointer;
}

.wdOk a {
    color: #000;
    font-weight: bold;
}

.wdOk label.custom-control-label {
    font-size: 13px;
}

.tableWidth tr td:nth-child(1) {
    width: 40%;
    vertical-align: middle;
}

a.table-link {
    display: block;
    color: #000;
    font-weight: bold;
}

.tableWidth tr td {
    background: none;
}

.siparisOrderDetail .custom-control.custom-radio img {
    position: relative;
    top: -6px;
}

.orderCongrat .alert {
    margin: 0 15px 30px 0 !important;
    width: 100% !important;
}

.orderCongrat {
    margin-top: 30px;
}

section.page.sepetScreen .alert a {
    color: #000;
    font-weight: 500;
}

.order-info {
    margin-top: 30px;
}

.belgeTablo tr td, .belgeTablo tr th {
    border: 1px solid #00cad7;
    padding: 15px !important;
    font-weight: 400;
    line-height: 27px;
    font-style: normal;
}

.belgeTablo tr td, .belgeTablo tr th, .scrollArea.sozlesmeDetay ol li {
    font-family: Montserrat;
    font-size: 14px;
    letter-spacing: normal;
    color: #095257;
}

.wd100.belge .head h4 {
    font-weight: 700;
    margin-bottom: 30px;
}

.wd100.belge {
    padding-top: 20px;
    border-top: 1px solid #00cad7;
    margin-top: 30px;
}

.belgeTablo tr th {
    font-weight: 700;
}

.belgeTablo tr td:first-child a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.belgeTablo tr td img {
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.belgeTablo tr th small {
    font-size: 100%;
    font-weight: 700;
}

.belgeTablo tr td i {
    font-style: normal;
}

.belgeTablo tr td a {
    color: #000;
}

div#onbilgilendirme_detay .sozlesmeDetay {
    padding: 50px;
    background: #fff;
    border: 1px solid #00cad7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px 0px;
    width: calc(100% - 30px);
    background: #eafdfe !important;
    max-height: 400px;
    overflow-y: scroll;
}

table.ozelTablo6.productsL tr td {
    border: 1px solid #00cad7;
    padding: 10px;
    text-align: center;
}

table.ozelTablo6.productsL {
    width: 100%;
}

.scrollArea.sozlesmeDetay p {
    font-weight: 400;
    font-family: Montserrat;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    color: #095257;
    line-height: 27px;
}

.scrollArea.sozlesmeDetay ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: normal;
    color: #095257;
    list-style-type: initial;
    margin-left: 20px;
}

.info p:first-child {
    text-align: center;
    font-size: 18px;
}

h4.scrollHead.inlineS {
    display: table;
    text-align: center;
    font-size: 26px;
    color: #1c8d90;
    text-transform: uppercase;
    margin: 30px auto;
}

.scrollArea.sozlesmeDetay ol li {
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: normal;
    color: #095257;
    list-style-type: inherit;
    margin-left: 15px;
}

.scrollArea.sozlesmeDetay {
    padding: 50px;
    background: #fff;
    border: 1px solid #00cad7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px 0px;
    width: calc(100% - 30px);
    background: #eafdfe !important;
    max-height: 400px;
    overflow-y: scroll;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!DEÄžÄ°ÅžTÄ°RMEYÄ°N!!!!!!!!!!!!!!!!!!!!!!!!!*/
.footer {
    margin: auto auto 0 auto;
}

.footer .footer-top {
    padding: 70px 0 50px;
    background: #ececec;
}

.footer .footer-bottom {
    padding: 20px 0;
}

.footer .footer-logo {
    width: 200px;
    margin-bottom: 20px;
}

.footer .footer-contact-information ul li {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .footer-contact-information ul li .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #07101b;
    border-radius: 0.5rem;
}

.footer .footer-contact-information ul li .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
    line-height: 20px;
}

.footer .footer-contact-information ul li .text p {
    margin-bottom: 0;
    padding-left: 15px;
    font-size: 15px;
}

.footer .footer-contact-information ul li .text p span {
    font-weight: bold;
}

.footer .footer-contact-information ul li .text p a {
    color: #07101b;
}

.footer .footer-contact-information ul li:last-child .text {
    margin-left: 0;
}

.footer .footer-menu ol.footer-menu-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .footer-menu ol.footer-menu-container &gt; li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}

.footer .footer-menu ol.footer-menu-container &gt; li h3.footer-menu-head {
    color: #07101b;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer .footer-menu ol.footer-menu-container &gt; li h3.footer-menu-head:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #4d80b7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer .footer-menu ol.footer-menu-container &gt; li .footer-menu-list li a {
    color: #07101b;
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
}

.footer .footer-menu ol.footer-menu-container &gt; li .footer-menu-list li a:hover {
    color: #3a689a;
}

.footer .footer-menu ol.footer-menu-container &gt; li .footer-menu-list.active h3 {
    color: #486f98;
}

.footer .footer-menu ol.footer-menu-container &gt; li .footer-menu-list.active h3:before {
    width: 100%;
}

.footer-newsletter .footer-newsletter-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-newsletter .footer-newsletter-container .footer-menu-head {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}

.footer-newsletter .footer-newsletter-container span.footer-cancelled {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    line-height: 22px;
    position: relative;
    margin-left: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-newsletter .footer-newsletter-container span.footer-cancelled a {
    color: #416a96;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    position: relative;
}

.footer-newsletter .footer-newsletter-container span.footer-cancelled a:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 3px);
    left: 0;
    right: 0;
    background: #416a96;
    height: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-newsletter .footer-newsletter-container span.footer-cancelled a:hover {
    color: #07101b;
}

.footer-newsletter .footer-newsletter-container span.footer-cancelled a:hover:after {
    bottom: 0;
    background: #07101b;
}

.footer-newsletter .footer-newsletter-container p {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.footer-newsletter form {
    position: relative;
    float: left;
    width: 100%;
}

.footer-newsletter form input[type="email"] {
    border: 1px solid #2a435b;
    border-radius: 0;
    height: 45px;
    background: none;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    margin-top: 0;
    -webkit-appearance: none;
    width: calc(100% - 50px);
}

.footer-newsletter form input[type="email"]:focus {
    border-color: #fff;
}

.footer-newsletter form input[type="submit"] {
    height: 45px;
    width: 50px;
    border: none;
    position: absolute;
    display: block;
    top: 0;
    right: 0px;
    background-size: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    background: #2a435b;
    padding: 0;
}

.footer-newsletter form input[type="submit"]:hover {
    background: #0f233a;
}

.footer-newsletter form input[type="submit"]:hover i {
    color: #fff !important;
}

.footer-newsletter form i {
    color: #fff;
    position: relative;
    font-size: 27px;
    top: 4px;
    right: -9px;
    pointer-events: none;
}

.footer-newsletter p {
    font-size: 16px;
}

.footer-social a {
    display: inline-block;
    vertical-align: top;
    color: #07101b;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-social a:hover {
    color: #122c48;
}

.copyright p {
    margin: 0;
    color: #07101b;
}

.biltek {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.biltek a {
    font-size: 12px;
    color: #73828c;
    display: inline-block;
    line-height: 20px;
    position: relative;
    vertical-align: top;
}

.biltek a:nth-last-child(1) {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    top: -4px;
}

.biltek a:nth-last-child(1):before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    height: 24px;
    background: rgba(115, 130, 140, 0.3);
}

.biltek a img {
    display: block;
    width: 65px;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!DEÄžÄ°ÅžTÄ°RMEYÄ°N!!!!!!!!!!!!!!!!!!!!!!!!!*/
.about .about-special-type-1 .about-special-content {
    padding: 3.5rem 0;
}

.about .about-special-type-1 .about-special-content &gt; * {
    position: relative;
}

.about .about-special-type-1 .about-special-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
}

.about .about-special-type-1 .about-special-content-left {
    padding-right: 5.5rem;
}

.about .about-special-type-1 .about-special-content-left:before {
    right: 0;
    background: #f2f2f2;
}

.about .about-special-type-1 .about-special-content-right {
    padding-left: 5.5rem;
}

.about .about-special-type-1 .about-special-content-right:before {
    left: 0;
    background: #e3dfdf;
}

@media only screen and (max-width: 767px) {
    .about .about-special-type-1 .about-special-content-left {
        padding-right: 0;
    }

    .about .about-special-type-1 .about-special-content-left:before {
        right: -20vw;
        width: 140vw;
    }

    .about .about-special-type-1 .about-special-content-right {
        padding-left: 0;
    }

    .about .about-special-type-1 .about-special-content-right:before {
        left: -20vw;
        width: 140vw;
    }
}

.about .about-special-type-2 .about-special-content {
    border: 1px solid #07101b;
    padding: 3.25rem 2.25rem;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .about .about-special-type-2 .col.col-12.col-md-6 {
        margin-bottom: 2rem;
    }
}

.about .about-special-type-3 .about-special-content {
    padding: 3.75rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}

.about .about-special-type-3 .about-special-content &gt; * {
    position: relative;
}

.about .about-special-type-3 .about-special-content h3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about .about-special-type-3 .about-special-content h3 sup {
    font-size: calc(100% * 2);
    display: inline-block;
    top: 0;
}

.about .about-special-type-3 .about-special-content p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}

.about .about-special-type-3 .about-special-content-top {
    position: relative;
}

.about .about-special-type-3 .about-special-content-top:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    top: 0;
    bottom: 0;
    background: #f2f2f2;
}

.about .about-special-type-3 .about-special-content-top p {
    padding-left: 1.5rem;
}

.about .about-special-type-3 .about-special-content-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.about .about-special-type-3 .about-special-content-bottom p {
    padding-right: 1.5rem;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .about .about-special-type-3 .about-special-content h3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 1.5rem;
    }

    .about .about-special-type-3 .about-special-content-top p {
        padding-right: 1.5rem;
    }

    .about .about-special-type-3 .about-special-content-bottom p {
        padding-left: 1.5rem;
        text-align: left;
    }
}

.album-type-1 {
    background: #f6f6f6;
}

.album-type-1 &gt; .container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.album-type-1 .album-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.album-type-1 .swiper-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
}

.album-type-1 .swiper-container .swiper-slide {
    height: 220px;
}

.album-type-1 .swiper-button-next, .album-type-1 .swiper-button-prev {
    border: 1px solid #07101b;
    width: 34px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: calc(-32px / 2);
}

.album-type-1 .swiper-button-prev {
    left: initial;
    right: 10px;
    margin-top: calc((32px / 2) - 1px);
}

.album-type-2 {
    background: #f9f9f9;
}

.album-type-2 &gt; .container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.album-type-2 .album-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.album-type-2 .swiper-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
}

.album-type-2 .swiper-container .swiper-slide {
    height: 250px;
}

.album-type-2 .swiper-button-next, .album-type-2 .swiper-button-prev {
    border: 1px solid rgba(0, 0, 0, 0);
    width: 34px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    top: calc(100% - 32px - 26px);
}

.album-type-2 .swiper-button-prev {
    left: initial;
    right: calc(10px + 34px);
}

.album-type-2 .swiper-pagination {
    font-size: 1.25rem;
    left: calc(100% - (34px * 2) - 20px - 28px - 10px);
    width: auto;
    line-height: 32px;
    height: 32px;
    bottom: 26px;
}

.album-type-3 {
    background: #f4f4f4;
}

.album-type-3 &gt; .container {
    position: relative;
    padding: 0 4.5rem;
}

.album-type-3 .album-title {
    text-align: center;
}

.album-type-3 .swiper-container .swiper-slide {
    height: 220px;
}

.album-type-3 .swiper-button-next, .album-type-3 .swiper-button-prev {
    top: calc(50% + 28px);
    margin-top: calc(-32px / 2);
    width: 34px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.album-type-3 .swiper-button-next svg, .album-type-3 .swiper-button-prev svg {
    width: 1.75rem;
    height: 1.75rem;
}

.announcements-type1 ul.announcements-list li {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.announcements-type1 ul.announcements-list li .date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    padding-right: 1rem;
}

.announcements-type1 ul.announcements-list li .date span, .announcements-type1 ul.announcements-list li .date time {
    display: block;
    color: #000;
    opacity: 0.5;
    font-size: 2rem;
    text-align: right;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.announcements-type1 ul.announcements-list li .item-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    padding: 1rem 0 1rem 1rem;
    border-left: 1px solid #ececec;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.announcements-type1 ul.announcements-list li .item-content &gt; * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.announcements-type1 ul.announcements-list li .item-content:before, .announcements-type1 ul.announcements-list li .item-content:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 1px;
    width: 5vw;
    min-width: 5rem;
    background: #ececec;
}

.announcements-type1 ul.announcements-list li .item-content:before {
    top: 0;
}

.announcements-type1 ul.announcements-list li .item-content:after {
    bottom: 0;
}

.announcements-type1 ul.announcements-list li .item-content h3 {
    font-size: 1.25rem;
}

.announcements-type1 ul.announcements-list li .item-content .card-body {
    padding: 0 0 1rem 0;
}

.announcements-type1 ul.announcements-list li .item-content p {
    font-size: 1rem;
}

.announcements-type1 ul.announcements-list li .item-content p button {
    border: none;
    background: none;
    outline: none !important;
    outline-color: rgba(0, 0, 0, 0) !important;
}

.announcements-type1 ul.announcements-list li .item-content p button svg {
    margin-left: 1rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.announcements-type1 ul.announcements-list li .item-content p button svg path {
    color: #ec2127;
}

.announcements-type1 ul.announcements-list li .item-content p button:hover svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.announcements-type1 ul.announcements-list li .item-content p button.collapsed svg {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.announcements-type1 ul.announcements-list li .item-content p button.collapsed:hover svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.announcements-type1 ul.announcements-list li .item-content p:nth-last-child(1) {
    margin-bottom: 0;
}

.announcements-type1 ul.announcements-list li:hover .date span, .announcements-type1 ul.announcements-list li:hover .date time {
    opacity: 1;
}

.announcements-type2 ul.announcements-list li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.announcements-type2 ul.announcements-list li .date {
    background: #f1f1f1;
    border-radius: 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20rem;
    flex: 0 0 20rem;
    height: 15rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.announcements-type2 ul.announcements-list li .date span, .announcements-type2 ul.announcements-list li .date time {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
}

.announcements-type2 ul.announcements-list li .date .date-day {
    font-size: 6.25rem;
    font-weight: bold;
    margin-bottom: -5rem;
}

.announcements-type2 ul.announcements-list li .date .date-month {
    font-size: 2rem;
    margin-top: -2rem;
}

.announcements-type2 ul.announcements-list li .item-content {
    padding-left: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 20rem);
    flex: 0 0 calc(100% - 20rem);
    max-width: calc(100% - 20rem);
}

.announcements-type2 ul.announcements-list li .item-content h3 {
    font-size: 1.25rem;
}

.announcements-type2 ul.announcements-list li .item-content p {
    font-size: 1rem;
}

.announcements-type2 ul.announcements-list li .item-content p button {
    border: none;
    background: none;
    outline: none !important;
    outline-color: rgba(0, 0, 0, 0) !important;
}

.announcements-type2 ul.announcements-list li .item-content p button svg {
    margin-left: 1rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.announcements-type2 ul.announcements-list li .item-content p button svg path {
    color: #ec2127;
}

.announcements-type2 ul.announcements-list li .item-content p button:hover svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.announcements-type2 ul.announcements-list li .item-content p button.collapsed svg {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.announcements-type2 ul.announcements-list li .item-content p button.collapsed:hover svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.announcements-type2 ul.announcements-list li .item-content p:nth-last-child(1) {
    margin-bottom: 0;
}

.announcements-type2 ul.announcements-list li .item-content .card-body {
    padding: 0 0 1rem 0;
}

.page.our-team .team-list-type1 li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page.our-team .team-list-type2 li:nth-child(1), .page.our-team .team-list-type2 li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page.our-team .team-list-type3 li:nth-child(1), .page.our-team .team-list-type3 li:nth-child(2), .page.our-team .team-list-type3 li:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page.history-type1 .history-list {
    position: relative;
    padding: 5rem 0;
}

.page.history-type1 .history-list .time-line {
    background: #e2e6ee;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
}

.page.history-type1 .history-list .time-line:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 1.25rem;
    height: 1.25rem;
    background: #e2e6ee;
}

.page.history-type1 .history-list .time-line:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 1.25rem;
    height: 1.25rem;
    background: #e2e6ee;
}

.page.history-type1 .history-list ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page.history-type1 .history-list ul li .text {
    padding: 3rem 4rem;
    border: 2px dashed #d6dbe5;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 7rem);
    flex: 0 0 calc(50% - 7rem);
    -webkit-box-shadow: 0 8px 15px rgba(228, 231, 237, 0.29);
    box-shadow: 0 8px 15px rgba(228, 231, 237, 0.29);
}

.page.history-type1 .history-list ul li .text .arrow {
    width: 1rem;
    height: 1.375rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    background: #fff;
}

.page.history-type1 .history-list ul li .text .arrow span {
    display: block;
    position: absolute;
    top: 1px;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px dashed #d6dbe5;
    -webkit-transform: rotate(45deg) skew(-10deg, -10deg);
    transform: rotate(45deg) skew(-10deg, -10deg);
}

.page.history-type1 .history-list ul li .text p {
    color: #000;
    margin-bottom: 0;
}

.page.history-type1 .history-list ul li .text:hover ~ .time .box {
    background: #c40d3c;
}

.page.history-type1 .history-list ul li .time {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.page.history-type1 .history-list ul li .time .box {
    border: 4px solid #c40d3c;
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}

.page.history-type1 .history-list ul li .time .date {
    font-size: 1.5rem;
    color: #c40d3c;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page.history-type1 .history-list ul li:nth-child(odd) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.page.history-type1 .history-list ul li:nth-child(odd) .text .arrow {
    left: -8px;
}

.page.history-type1 .history-list ul li:nth-child(odd) .text .arrow span {
    left: 6px;
}

.page.history-type1 .history-list ul li:nth-child(odd) .time .date {
    left: calc(100% + 0.875rem);
}

.page.history-type1 .history-list ul li:nth-child(even) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page.history-type1 .history-list ul li:nth-child(even) .text .arrow {
    left: calc(100% + 8px);
}

.page.history-type1 .history-list ul li:nth-child(even) .text .arrow span {
    right: 6px;
}

.page.history-type1 .history-list ul li:nth-child(even) .time .date {
    right: calc(100% + 0.875rem);
}

.page.history-type2 .history-list .swiper-history-time-line span.line {
    background: #c40d3c;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page.history-type2 .history-list .swiper-history-time-line:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background: #c40d3c;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 2rem;
    z-index: 44;
}

.page.history-type2 .history-list .swiper-history-time-line:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background: #c40d3c;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 2rem;
    z-index: 44;
}

.page.history-type2 .history-list .swiper-history-time-line .swiper-slide {
    position: relative;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem 0;
}

.page.history-type2 .history-list .swiper-history-time-line .swiper-slide .dot {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 2rem;
    background: #f67495;
    position: relative;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.page.history-type2 .history-list .swiper-history-time-line .swiper-slide .dot:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 1rem;
    background: #c40d3c;
}

.page.history-type2 .history-list .swiper-history-time-line .swiper-slide .date {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #231f20;
    font-size: 1.5rem;
    position: absolute;
    left: 50%;
    top: 0.5rem;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 53;
}

.page.history-type2 .history-list .swiper-history-time-line .swiper-slide:before {
    content: "";
    background: #f67495;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page.history-type2 .history-list .swiper-history-time-line .swiper-slide:after {
    content: "";
    background: #c40d3c;
    height: 3px;
    position: absolute;
    top: 50%;
    width: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page.history-type2 .history-list .swiper-history-time-line .swiper-slide.swiper-slide-thumb-active .dot {
    background: #f67495;
    border-bottom-left-radius: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.page.history-type2 .history-list .swiper-history-time-line .swiper-slide.swiper-slide-thumb-active .dot:after {
    background: #f67495 !important;
}

.page.history-type2 .history-list .swiper-history-time-line .swiper-slide.swiper-slide-thumb-active .date {
    color: #c40d3c;
}

.page.history-type2 .history-list .swiper-history-time-line .swiper-slide.swiper-slide-thumb-active ~ .swiper-slide .dot {
    background: #c40d3c;
}

.page.history-type2 .history-list .swiper-history-time-line .swiper-slide.swiper-slide-thumb-active ~ .swiper-slide:after {
    width: 100%;
}

.page.history-type2 .history-list .swiper-history-time-line .swiper-slide:nth-child(1) span {
    display: block;
    width: 11px;
    height: 11px;
    background: #f67495;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 2rem;
}

.page.history-type2 .history-list .swiper-history-time-line .swiper-slide:nth-last-child(1) span {
    display: block;
    width: 11px;
    height: 11px;
    background: #c40d3c;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 2rem;
}

.page.history-type2 .history-list .swiper-history-text .swiper-slide h2 {
    color: #231f20;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.page.history-type2 .history-list .swiper-history-text .swiper-slide p {
    color: #231f20;
    font-size: 1rem;
    margin-bottom: 0;
}

.page.history-type2 .history-list .swiper-history-text .swiper-slide p + p {
    margin-top: 1rem;
}

.page.history-type3 .history-list {
    border-bottom: 1px dashed #1ea5dd;
}

.page.history-type3 .history-list ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    border-left: 1px dashed #1ea5dd;
    padding-bottom: 0.1rem;
}

.page.history-type3 .history-list ul li {
    margin-bottom: 5rem;
    position: relative;
}

.page.history-type3 .history-list ul li .text {
    border: 1px solid #a0c9da;
    border-radius: 2rem;
    padding: 1rem;
    margin-left: 160px;
    position: relative;
    z-index: 10;
    background: #fff;
}

.page.history-type3 .history-list ul li .text p {
    font-size: 0.875rem;
    color: #000;
    margin-bottom: 0;
}

.page.history-type3 .history-list ul li .text p span {
    display: inline-block;
    padding: 0 0.5rem;
}

.page.history-type3 .history-list ul li .line {
    height: 1px;
    width: 100%;
    background: #a0c9da;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 5;
}

.page.history-type3 .history-list ul li .line:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -4px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #a0c9da;
    border-radius: 1rem;
}

.page.history-type3 .history-list ul li .circle {
    padding: 7px;
    border: 1px solid #a0c9da;
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 10rem;
    z-index: 7;
    background: #fff;
}

.page.history-type3 .history-list ul li .circle:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1rem;
    background: #a0c9da;
}

.page.history-type3 .history-list ul li .circle:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: -2px;
    left: -1px;
    right: -1px;
    background: #fff;
    z-index: -1;
}

.page.history-type3 .history-list ul li .circle .date {
    height: 71px;
    width: 71px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eef7fa;
    border: 1px solid #1ea5dd;
    border-radius: 10rem;
    color: #1ea5dd;
}

.page.history-type3 .history-list ul li:nth-child(1):before {
    content: "";
    position: absolute;
    width: 2px;
    background: #fff;
    height: 50%;
    top: 0;
    left: -1px;
}

.page.history-type3 .history-list-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.page.history-type3 .history-list-centered .text {
    margin-left: 15px;
    margin-top: 190px;
    width: 320px;
    max-width: 100%;
    border: 1px solid #a0c9da;
    border-radius: 2rem;
    padding: 1rem;
    position: relative;
    z-index: 10;
    background: #fff;
}

.page.history-type3 .history-list-centered .text p {
    font-size: 0.875rem;
    color: #000;
}

.page.history-type3 .history-list-centered .text p span {
    display: inline-block;
    padding: 0 3rem;
}

.page.history-type3 .history-list-centered .line {
    margin-left: 15px;
    width: 1px;
    height: 80%;
    background: #a0c9da;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 5;
}

.page.history-type3 .history-list-centered .line:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 50%;
    top: -4px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #2a435b;
    border-radius: 1rem;
}

.page.history-type3 .history-list-centered .circle {
    margin-left: 15px;
    padding: 7px;
    border: 1px solid #a0c9da;
    position: absolute;
    left: 50%;
    top: 70px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 10rem;
    z-index: 7;
    background: #fff;
}

.page.history-type3 .history-list-centered .circle:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 50%;
    bottom: -1px;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    border-radius: 1rem;
    background: #a0c9da;
}

.page.history-type3 .history-list-centered .circle:after {
    content: "";
    position: absolute;
    width: 44px;
    bottom: -1px;
    left: -2px;
    top: -1px;
    background: #fff;
    z-index: -1;
}

.page.history-type3 .history-list-centered .circle .in-circle {
    font-size: 2.5rem;
    letter-spacing: -5px;
    padding-bottom: 0.5rem;
    padding-right: 0.2rem;
    font-weight: bold;
    height: 71px;
    width: 71px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #2a435b;
    border: 1px solid #1ea5dd;
    border-radius: 10rem;
    color: #fff;
}

.page.history-type4 {
    position: relative;
}

.page.history-type4:before {
    content: "";
    position: absolute;
    bottom: 105px;
    left: 0;
    width: 100%;
    background: #dddddd;
    height: 6px;
}

.page.history-type4 .history-list {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
}

.page.history-type4 .history-list::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.page.history-type4 .history-list::-webkit-scrollbar-track {
    background: #ececec;
}

.page.history-type4 .history-list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
}

.page.history-type4 .history-list .timeline-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1500px;
    padding: 2rem 0 6.5rem;
}

.page.history-type4 .history-list .timeline-wrapper .timeline-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}

.page.history-type4 .history-list .timeline-wrapper .timeline-item .explanation {
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    pointer-events: none;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    min-height: 120px;
}

.page.history-type4 .history-list .timeline-wrapper .timeline-item .explanation p {
    font-size: 1rem;
    color: #000;
}

.page.history-type4 .history-list .timeline-wrapper .timeline-item .explanation h2 {
    font-size: 1.25rem;
    color: #000;
}

.page.history-type4 .history-list .timeline-wrapper .timeline-item .dot {
    cursor: pointer;
    width: 1.875rem;
    height: 1.875rem;
    margin-top: -33px;
    background: #fff;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    border: 4px solid #ec2127;
    border-radius: 50%;
    position: absolute;
    top: 100%;
    -webkit-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
}

.page.history-type4 .history-list .timeline-wrapper .timeline-item .dot .date {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.page.history-type4 .history-list .timeline-wrapper .timeline-item.active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
}

.page.history-type4 .history-list .timeline-wrapper .timeline-item.active .explanation {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.page.history-type4 .history-list .timeline-wrapper .timeline-item.active .dot {
    border-color: #ec2127;
    width: 6rem;
    height: 6rem;
    margin-top: 0;
}

.page.history-type4 .history-list .timeline-wrapper .timeline-item.active .dot .date {
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    opacity: 1;
}

.page.history-type4 .history-list .timeline-wrapper .timeline-item.active ~ .timeline-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

.page.history-type4 .history-list .timeline-wrapper .timeline-item.active ~ .timeline-item .dot {
    border-color: #a2a2a2;
}

.page.history-type4 .history-list .timeline-wrapper .timeline-item.active ~ .timeline-item .dot .date {
    opacity: 1;
}

.page.history-type4 .history-list .timeline-wrapper .split-line {
    display: block;
    position: absolute;
    left: 0;
    height: 6px;
    width: 1000vw;
    bottom: 45px;
}

.page.history-type4 .history-list .timeline-wrapper .split-line span {
    width: 248px;
    background: #ec2127;
    height: 6px;
    position: absolute;
    left: 0;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}

.contact.contact1 .address-information h4 {
    color: #07101b;
    margin-bottom: 2rem;
    text-align: center;
}

.contact.contact1 .address-information ul li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact.contact1 .address-information ul li .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    max-width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #07101b;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

.contact.contact1 .address-information ul li .icon i {
    color: #fff;
}

.contact.contact1 .address-information ul li .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 32px);
    flex: 0 0 calc(100% - 32px);
    padding-left: 0.5rem;
    margin-bottom: 1rem;
}

.contact.contact1 .address-information ul li .text p {
    color: #07101b;
    margin-bottom: 0;
}

.contact.contact1 .address-information ul li .text p .address-provincial-districts {
    display: block;
}

.contact.contact1 .address-information ul li .text p strong {
    font-size: 1.25rem;
}

.contact.contact1 .address-information ul li .text a {
    display: block;
    color: #07101b;
}

.contact.contact1 .address-information ul li .text a:hover {
    text-decoration: underline;
}

.contact.contact1 .form-group .input-group .input-group-prepend {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33% + 6px);
    flex: 0 0 calc(33% + 6px);
    max-width: calc(33% + 6px);
}

.contact.contact1 .form-group .input-group .input-group-prepend .input-group-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.contact.contact2 .address-information {
    margin-bottom: 1rem;
}

.contact.contact2 .address-information .lead {
    color: #07101b;
    margin-bottom: 2rem;
    text-align: center;
}

.contact.contact2 .address-information .item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact.contact2 .address-information .item .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    max-width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #07101b;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

.contact.contact2 .address-information .item .icon i {
    color: #fff;
}

.contact.contact2 .address-information .item .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 32px);
    flex: 0 0 calc(100% - 32px);
    padding-left: 0.5rem;
    margin-bottom: 1rem;
}

.contact.contact2 .address-information .item .text p {
    color: #07101b;
    margin-bottom: 0;
}

.contact.contact2 .address-information .item .text p .address-provincial-districts {
    display: block;
}

.contact.contact2 .address-information .item .text p strong {
    font-size: 1.25rem;
}

.contact.contact2 .address-information .item .text a {
    display: block;
    color: #07101b;
}

.contact.contact2 .address-information .item .text a:hover {
    text-decoration: underline;
}

.contact.contact2 .address-information.dark-mode .item .icon {
    background: rgba(0, 0, 0, 0);
}

.contact.contact2 .address-information.dark-mode .item .icon i {
    color: #07101b;
}

.contact.contact2 .address-information.dark-mode .item .text h5 {
    color: #ececec;
}

.contact.contact2 .address-information.dark-mode .item .text p {
    color: #ececec;
}

.contact.contact2 .address-information.dark-mode .item .text a {
    color: #ececec;
}

.contact.contact3 .address-information p {
    color: #07101b;
}

.contact.contact3 .address-information p .address-provincial-districts {
    display: block;
}

.contact.contact3 .address-information p strong {
    font-size: 1.25rem;
}

.contact.contact3 .address-information a {
    color: #07101b;
}

.contact.contact3 .address-information a:hover {
    text-decoration: underline;
}

.contact.contact4 .contact-information {
    margin-bottom: 40px;
}

.contact.contact4 .contact-information ul li + li {
    margin-top: 30px;
}

.contact.contact4 .contact-information .address-information li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact.contact4 .contact-information .address-information li .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    max-width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #07101b;
    border-radius: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact.contact4 .contact-information .address-information li .icon i {
    color: #fff;
}

.contact.contact4 .contact-information .address-information li .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 48px);
    flex: 0 0 calc(100% - 48px);
    max-width: calc(100% - 48px);
    padding: 0 1rem;
}

.contact.contact4 .contact-information .address-information li .text h6 {
    color: #07101b;
}

.contact.contact4 .contact-information .address-information li .text p {
    color: #07101b;
    margin-bottom: 0;
}

.contact.contact4 .contact-information .address-information li .text a {
    color: #07101b;
}

.contact.contact4 .form-group .input-group .input-group-prepend {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% + 6px);
    flex: 0 0 calc(25% + 6px);
    max-width: calc(25% + 6px);
}

.contact.contact4 .form-group .input-group .input-group-prepend .input-group-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.contact.contact5 .contact-bottom {
    max-width: 800px;
    margin: -4.5rem auto 4.5rem;
    background: #fff;
    -webkit-box-shadow: 0 13px 29px rgba(34, 82, 139, 0.05);
    box-shadow: 0 13px 29px rgba(34, 82, 139, 0.05);
    padding: 4.5rem;
    position: relative;
}

.contact.contact5 .contact-bottom form {
    padding: 2.25rem 2.25rem 0;
    -webkit-box-shadow: 0 4px 16px rgba(0, 39, 255, 0.1);
    box-shadow: 0 4px 16px rgba(0, 39, 255, 0.1);
}

.contact.contact5 .contact-bottom form .form-group {
    text-align: center;
}

.contact.contact5 .contact-bottom form .form-group input.form-control {
    border: none;
    border-bottom: 1px solid #4a62ea;
    color: #4a62ea;
    border-radius: 0;
    padding-left: 0;
}

.contact.contact5 .contact-bottom form .form-group input.form-control::-webkit-input-placeholder {
    color: #4a62ea;
}

.contact.contact5 .contact-bottom form .form-group input.form-control:-ms-input-placeholder {
    color: #4a62ea;
}

.contact.contact5 .contact-bottom form .form-group input.form-control::-ms-input-placeholder {
    color: #4a62ea;
}

.contact.contact5 .contact-bottom form .form-group input.form-control::placeholder {
    color: #4a62ea;
}

.contact.contact5 .contact-bottom form .form-group textarea.form-control {
    border: none;
    border-bottom: 1px solid #4a62ea;
    color: #4a62ea;
    border-radius: 0;
    min-height: 6rem;
    padding-left: 0;
}

.contact.contact5 .contact-bottom form .form-group textarea.form-control::-webkit-input-placeholder {
    color: #4a62ea;
}

.contact.contact5 .contact-bottom form .form-group textarea.form-control:-ms-input-placeholder {
    color: #4a62ea;
}

.contact.contact5 .contact-bottom form .form-group textarea.form-control::-ms-input-placeholder {
    color: #4a62ea;
}

.contact.contact5 .contact-bottom form .form-group textarea.form-control::placeholder {
    color: #4a62ea;
}

.contact.contact5 .contact-bottom form .form-group button, .contact.contact5 .contact-bottom form .form-group input[type="submit"] {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    border-radius: 2rem;
    background: #4a62ea;
    color: #fff;
    text-align: center;
    padding: 0.5rem 2rem;
    margin: 0 auto;
    display: inline-block;
    border: none;
}

.contact.contact5 .contact-bottom .contact-information {
    text-align: center;
}

.contact.contact5 .contact-bottom .contact-information h2 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.contact.contact5 .contact-bottom .contact-information p {
    font-size: 14px;
    color: #bfbfbf;
}

.contact.contact5 .contact-bottom .contact-information .address {
    margin-bottom: 2rem;
}

.contact.contact5 .contact-bottom .contact-information .address .icon svg {
    display: inline-block;
    margin-bottom: 1rem;
}

.contact.contact5 .contact-bottom .contact-information .address .icon svg path {
    color: #4a62ea;
}

.contact.contact5 .contact-bottom .contact-information .address p {
    color: #6e6e6e;
    font-size: 14px;
    margin: 0;
}

.contact.contact5 .contact-bottom .contact-information .info-box {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact.contact5 .contact-bottom .contact-information .info-box .icon svg {
    display: inline-block;
    margin-bottom: 1rem;
    height: 20px;
}

.contact.contact5 .contact-bottom .contact-information .info-box .icon svg path {
    color: #4a62ea;
}

.contact.contact5 .contact-bottom .contact-information .info-box p {
    color: #6e6e6e;
    font-size: 14px;
    margin: 0;
}

.contact.contact5 .contact-bottom .contact-information .info-box p a {
    color: #6e6e6e;
}

.contact.contact5 .contact-bottom .contact-information .info-box + .info-box {
    border-left: 1px solid #f1f1f1;
}

.contact.contact6 .contact-bottom {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 160px;
}

.contact.contact6 .contact-bottom .contact-information h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 2rem;
    position: relative;
}

.contact.contact6 .contact-bottom .contact-information h2:before {
    content: "";
    display: block;
    position: absolute;
    background: #8da7b1;
    width: 90px;
    height: 1px;
    left: -160px;
    top: 1rem;
}

.contact.contact6 .contact-bottom .contact-information p {
    font-size: 17px;
    color: #a2a2a2;
    margin-bottom: 2rem;
}

.contact.contact6 .contact-bottom .contact-list ul li {
    padding: 2rem 0;
}

.contact.contact6 .contact-bottom .contact-list ul li p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 1rem 0;
}

.contact.contact6 .contact-bottom .contact-list ul li p strong {
    font-size: 25px;
    min-width: 9rem;
    color: #000;
    line-height: 15px;
}

.contact.contact6 .contact-bottom .contact-list ul li p span.mdi {
    min-width: 5rem;
    color: #172457;
}

.contact.contact6 .contact-bottom .contact-list ul li p span.text {
    width: calc(100% - 14rem);
    font-size: 15px;
    color: #5c5a5a;
}

.contact.contact6 .contact-bottom .contact-list ul li p a, .contact.contact6 .contact-bottom .contact-list ul li p b {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    color: #5c5a5a;
    line-height: 18px;
}

.contact.contact6 .contact-bottom .contact-list ul li + li {
    border-top: 1px solid #bebebe;
}

.contact.contact6 .contact-bottom form .form-group {
    position: relative;
}

.contact.contact6 .contact-bottom form .form-group .icon {
    position: absolute;
    left: 0;
    top: 5px;
}

.contact.contact6 .contact-bottom form .form-group input.form-control, .contact.contact6 .contact-bottom form .form-group textarea.form-control {
    border: none;
    border-bottom: 1px solid #909090;
    color: #909090;
    border-radius: 0;
    padding-left: 2rem;
    padding-top: 18px;
    padding-bottom: 22px;
    margin-bottom: 2rem;
    outline: none;
    outline-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact.contact6 .contact-bottom form .form-group input.form-control::-webkit-input-placeholder, .contact.contact6 .contact-bottom form .form-group textarea.form-control::-webkit-input-placeholder {
    color: #909090;
}

.contact.contact6 .contact-bottom form .form-group input.form-control:-ms-input-placeholder, .contact.contact6 .contact-bottom form .form-group textarea.form-control:-ms-input-placeholder {
    color: #909090;
}

.contact.contact6 .contact-bottom form .form-group input.form-control::-ms-input-placeholder, .contact.contact6 .contact-bottom form .form-group textarea.form-control::-ms-input-placeholder {
    color: #909090;
}

.contact.contact6 .contact-bottom form .form-group input.form-control::placeholder, .contact.contact6 .contact-bottom form .form-group textarea.form-control::placeholder {
    color: #909090;
}

.contact.contact6 .contact-bottom form .form-group textarea.form-control {
    height: 10rem;
    border: none;
    border-bottom: 1px solid #909090;
    color: #909090;
    padding: 8px 1rem 0 2rem;
}

.contact.contact6 .contact-bottom form .form-group textarea.form-control::-webkit-input-placeholder {
    color: #909090;
}

.contact.contact6 .contact-bottom form .form-group textarea.form-control:-ms-input-placeholder {
    color: #909090;
}

.contact.contact6 .contact-bottom form .form-group textarea.form-control::-ms-input-placeholder {
    color: #909090;
}

.contact.contact6 .contact-bottom form .form-group textarea.form-control::placeholder {
    color: #909090;
}

.contact.contact6 .contact-bottom form .form-group button, .contact.contact6 .contact-bottom form .form-group input[type="button"], .contact.contact6 .contact-bottom form .form-group input[type="submit"] {
    border: none;
    border-bottom: 4px solid #e7f5f7;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0);
    color: #000;
    padding: 0.5rem 2rem;
    font-weight: bold;
    outline: none;
    outline-color: rgba(0, 0, 0, 0);
}

.contact.contact6 .contact-bottom-border-radius form .form-group .icon {
    left: 1rem;
}

.contact.contact6 .contact-bottom-border-radius form .form-group input.form-control, .contact.contact6 .contact-bottom-border-radius form .form-group textarea.form-control {
    background: #fafafa;
    border-radius: 23px;
    border: 1px solid #dbdbdb;
    padding-left: 3rem;
}

.contact.contact7 .contact-bottom .contact-information h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 2rem;
    position: relative;
}

.contact.contact7 .contact-bottom .contact-information p {
    font-size: 17px;
    color: #a2a2a2;
    margin-bottom: 2rem;
}

.contact.contact7 .contact-bottom .contact-list ul li {
    padding: 2rem 0;
}

.contact.contact7 .contact-bottom .contact-list ul li p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 1rem 0;
}

.contact.contact7 .contact-bottom .contact-list ul li p svg {
    min-width: 6rem;
    padding-right: 4rem;
}

.contact.contact7 .contact-bottom .contact-list ul li p span.mdi {
    min-width: 5rem;
    color: #a9ba9c;
    font-size: 1.25rem;
}

.contact.contact7 .contact-bottom .contact-list ul li p span.text {
    width: calc(100% - 14rem);
    font-size: 15px;
    color: #5c5a5a;
}

.contact.contact7 .contact-bottom .contact-list ul li p a, .contact.contact7 .contact-bottom .contact-list ul li p b {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    color: #5c5a5a;
    line-height: 18px;
}

.contact.contact7 .contact-bottom .contact-list ul li:nth-child(1) {
    padding-top: 0;
}

.contact.contact7 .contact-bottom .contact-list ul li:nth-child(1) p {
    padding-top: 0;
}

.contact.contact7 .contact-bottom .contact-list ul li + li {
    border-top: 1px solid #ecf5ec;
}

.contact.contact7 .contact-bottom form .form-group {
    position: relative;
}

.contact.contact7 .contact-bottom form .form-group .icon {
    position: absolute;
    left: 0;
    top: 5px;
}

.contact.contact7 .contact-bottom form .form-group input.form-control, .contact.contact7 .contact-bottom form .form-group textarea.form-control {
    border: none;
    border-bottom: 1px solid #909090;
    color: #909090;
    border-radius: 0;
    padding-left: 2rem;
    padding-top: 18px;
    padding-bottom: 22px;
    margin-bottom: 2rem;
    outline: none;
    outline-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact.contact7 .contact-bottom form .form-group input.form-control::-webkit-input-placeholder, .contact.contact7 .contact-bottom form .form-group textarea.form-control::-webkit-input-placeholder {
    color: #909090;
}

.contact.contact7 .contact-bottom form .form-group input.form-control:-ms-input-placeholder, .contact.contact7 .contact-bottom form .form-group textarea.form-control:-ms-input-placeholder {
    color: #909090;
}

.contact.contact7 .contact-bottom form .form-group input.form-control::-ms-input-placeholder, .contact.contact7 .contact-bottom form .form-group textarea.form-control::-ms-input-placeholder {
    color: #909090;
}

.contact.contact7 .contact-bottom form .form-group input.form-control::placeholder, .contact.contact7 .contact-bottom form .form-group textarea.form-control::placeholder {
    color: #909090;
}

.contact.contact7 .contact-bottom form .form-group textarea.form-control {
    height: 10rem;
    border: none;
    border-bottom: 1px solid #909090;
    color: #909090;
    padding: 8px 1rem 0 2rem;
}

.contact.contact7 .contact-bottom form .form-group textarea.form-control::-webkit-input-placeholder {
    color: #909090;
}

.contact.contact7 .contact-bottom form .form-group textarea.form-control:-ms-input-placeholder {
    color: #909090;
}

.contact.contact7 .contact-bottom form .form-group textarea.form-control::-ms-input-placeholder {
    color: #909090;
}

.contact.contact7 .contact-bottom form .form-group textarea.form-control::placeholder {
    color: #909090;
}

.contact.contact7 .contact-bottom form .form-group button, .contact.contact7 .contact-bottom form .form-group input[type="button"], .contact.contact7 .contact-bottom form .form-group input[type="submit"] {
    border: none;
    border-bottom: 4px solid #e7f5f7;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0);
    color: #000;
    padding: 0.5rem 2rem;
    font-weight: bold;
    outline: none;
    outline-color: rgba(0, 0, 0, 0);
}

.contact.contact7 .contact-bottom-border-radius form .form-group .icon {
    left: 1rem;
}

.contact.contact7 .contact-bottom-border-radius form .form-group input.form-control, .contact.contact7 .contact-bottom-border-radius form .form-group textarea.form-control {
    background: #fafafa;
    border-radius: 23px;
    border: 1px solid #dbdbdb;
    padding-left: 3rem;
}

.contact.contact8 .contact-bottom {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 160px;
}

.contact.contact8 .contact-bottom .contact-information h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 2rem;
    position: relative;
}

.contact.contact8 .contact-bottom .contact-information h2:before {
    content: "";
    display: block;
    position: absolute;
    background: #8da7b1;
    width: 90px;
    height: 1px;
    left: -160px;
    top: 1rem;
}

.contact.contact8 .contact-bottom .contact-information p {
    font-size: 17px;
    color: #a2a2a2;
    margin-bottom: 2rem;
}

.contact.contact8 .contact-bottom .contact-list ul li {
    padding: 2rem 0;
}

.contact.contact8 .contact-bottom .contact-list ul li p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 1rem 0;
}

.contact.contact8 .contact-bottom .contact-list ul li p strong {
    font-size: 25px;
    min-width: 9rem;
    color: #000;
    line-height: 15px;
}

.contact.contact8 .contact-bottom .contact-list ul li p span.mdi {
    min-width: 5rem;
    color: #172457;
}

.contact.contact8 .contact-bottom .contact-list ul li p span.text {
    width: calc(100% - 14rem);
    font-size: 15px;
    color: #5c5a5a;
}

.contact.contact8 .contact-bottom .contact-list ul li p a, .contact.contact8 .contact-bottom .contact-list ul li p b {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    color: #5c5a5a;
    line-height: 18px;
}

.contact.contact8 .contact-bottom .contact-list ul li + li {
    border-top: 1px solid #bebebe;
}

.contact.contact8 .contact-bottom form .form-group {
    position: relative;
}

.contact.contact8 .contact-bottom form .form-group .icon {
    position: absolute;
    left: 0;
    top: 5px;
}

.contact.contact8 .contact-bottom form .form-group input.form-control, .contact.contact8 .contact-bottom form .form-group textarea.form-control {
    border: none;
    border-bottom: 1px solid #909090;
    color: #909090;
    border-radius: 0;
    padding-left: 2rem;
    padding-top: 18px;
    padding-bottom: 22px;
    margin-bottom: 2rem;
    outline: none;
    outline-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact.contact8 .contact-bottom form .form-group input.form-control::-webkit-input-placeholder, .contact.contact8 .contact-bottom form .form-group textarea.form-control::-webkit-input-placeholder {
    color: #909090;
}

.contact.contact8 .contact-bottom form .form-group input.form-control:-ms-input-placeholder, .contact.contact8 .contact-bottom form .form-group textarea.form-control:-ms-input-placeholder {
    color: #909090;
}

.contact.contact8 .contact-bottom form .form-group input.form-control::-ms-input-placeholder, .contact.contact8 .contact-bottom form .form-group textarea.form-control::-ms-input-placeholder {
    color: #909090;
}

.contact.contact8 .contact-bottom form .form-group input.form-control::placeholder, .contact.contact8 .contact-bottom form .form-group textarea.form-control::placeholder {
    color: #909090;
}

.contact.contact8 .contact-bottom form .form-group textarea.form-control {
    height: 10rem;
    border: none;
    border-bottom: 1px solid #909090;
    color: #909090;
    padding: 8px 1rem 0 2rem;
}

.contact.contact8 .contact-bottom form .form-group textarea.form-control::-webkit-input-placeholder {
    color: #909090;
}

.contact.contact8 .contact-bottom form .form-group textarea.form-control:-ms-input-placeholder {
    color: #909090;
}

.contact.contact8 .contact-bottom form .form-group textarea.form-control::-ms-input-placeholder {
    color: #909090;
}

.contact.contact8 .contact-bottom form .form-group textarea.form-control::placeholder {
    color: #909090;
}

.contact.contact8 .contact-bottom form .form-group button, .contact.contact8 .contact-bottom form .form-group input[type="button"], .contact.contact8 .contact-bottom form .form-group input[type="submit"] {
    border: none;
    border-bottom: 4px solid #e7f5f7;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0);
    color: #000;
    padding: 0.5rem 2rem;
    font-weight: bold;
    outline: none;
    outline-color: rgba(0, 0, 0, 0);
}

.contact.contact8 .contact-bottom-border-radius form .form-group .icon {
    left: 1rem;
}

.contact.contact8 .contact-bottom-border-radius form .form-group input.form-control, .contact.contact8 .contact-bottom-border-radius form .form-group textarea.form-control {
    background: #fafafa;
    border-radius: 23px;
    border: 1px solid #dbdbdb;
    padding-left: 3rem;
}

.contact.contact9 .contact-bottom .contact-information h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 2rem;
    position: relative;
}

.contact.contact9 .contact-bottom .contact-information p {
    font-size: 17px;
    color: #a2a2a2;
    margin-bottom: 2rem;
}

.contact.contact9 .contact-bottom .contact-list ul li {
    padding: 2rem 0;
}

.contact.contact9 .contact-bottom .contact-list ul li p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 1rem 0;
}

.contact.contact9 .contact-bottom .contact-list ul li p svg {
    min-width: 6rem;
    padding-right: 4rem;
}

.contact.contact9 .contact-bottom .contact-list ul li p span.mdi {
    min-width: 5rem;
    color: #a9ba9c;
    font-size: 1.25rem;
}

.contact.contact9 .contact-bottom .contact-list ul li p span.text {
    width: calc(100% - 14rem);
    font-size: 15px;
    color: #5c5a5a;
}

.contact.contact9 .contact-bottom .contact-list ul li p a, .contact.contact9 .contact-bottom .contact-list ul li p b {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    color: #5c5a5a;
    line-height: 18px;
}

.contact.contact9 .contact-bottom .contact-list ul li:nth-child(1) {
    padding-top: 0;
}

.contact.contact9 .contact-bottom .contact-list ul li:nth-child(1) p {
    padding-top: 0;
}

.contact.contact9 .contact-bottom .contact-list ul li + li {
    border-top: 1px solid #ecf5ec;
}

.contact.contact9 .contact-bottom form .form-group {
    position: relative;
}

.contact.contact9 .contact-bottom form .form-group .icon {
    position: absolute;
    left: 0;
    top: 5px;
}

.contact.contact9 .contact-bottom form .form-group input.form-control, .contact.contact9 .contact-bottom form .form-group textarea.form-control {
    border: none;
    border-bottom: 1px solid #909090;
    color: #909090;
    border-radius: 0;
    padding-left: 2rem;
    padding-top: 18px;
    padding-bottom: 22px;
    margin-bottom: 2rem;
    outline: none;
    outline-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact.contact9 .contact-bottom form .form-group input.form-control::-webkit-input-placeholder, .contact.contact9 .contact-bottom form .form-group textarea.form-control::-webkit-input-placeholder {
    color: #909090;
}

.contact.contact9 .contact-bottom form .form-group input.form-control:-ms-input-placeholder, .contact.contact9 .contact-bottom form .form-group textarea.form-control:-ms-input-placeholder {
    color: #909090;
}

.contact.contact9 .contact-bottom form .form-group input.form-control::-ms-input-placeholder, .contact.contact9 .contact-bottom form .form-group textarea.form-control::-ms-input-placeholder {
    color: #909090;
}

.contact.contact9 .contact-bottom form .form-group input.form-control::placeholder, .contact.contact9 .contact-bottom form .form-group textarea.form-control::placeholder {
    color: #909090;
}

.contact.contact9 .contact-bottom form .form-group textarea.form-control {
    height: 10rem;
    border: none;
    border-bottom: 1px solid #909090;
    color: #909090;
    padding: 8px 1rem 0 2rem;
}

.contact.contact9 .contact-bottom form .form-group textarea.form-control::-webkit-input-placeholder {
    color: #909090;
}

.contact.contact9 .contact-bottom form .form-group textarea.form-control:-ms-input-placeholder {
    color: #909090;
}

.contact.contact9 .contact-bottom form .form-group textarea.form-control::-ms-input-placeholder {
    color: #909090;
}

.contact.contact9 .contact-bottom form .form-group textarea.form-control::placeholder {
    color: #909090;
}

.contact.contact9 .contact-bottom form .form-group button, .contact.contact9 .contact-bottom form .form-group input[type="button"], .contact.contact9 .contact-bottom form .form-group input[type="submit"] {
    border: none;
    border-bottom: 4px solid #e7f5f7;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0);
    color: #000;
    padding: 0.5rem 2rem;
    font-weight: bold;
    outline: none;
    outline-color: rgba(0, 0, 0, 0);
}

.contact.contact9 .contact-bottom-border-radius form .form-group .icon {
    left: 1rem;
}

.contact.contact9 .contact-bottom-border-radius form .form-group input.form-control, .contact.contact9 .contact-bottom-border-radius form .form-group textarea.form-control {
    background: #fafafa;
    border-radius: 23px;
    border: 1px solid #dbdbdb;
    padding-left: 3rem;
}

.contact.contact10 .contact-bottom .contact-side {
    padding-right: 1rem;
}

.contact.contact10 .contact-bottom .contact-side .head h2 {
    font-size: 25px;
    color: #000;
    font-weight: bold;
}

.contact.contact10 .contact-bottom .contact-side ul li a {
    position: relative;
    display: block;
    font-size: 17px;
    color: #a2a2a2;
    padding: 1rem 0;
}

.contact.contact10 .contact-bottom .contact-side ul li a svg {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact.contact10 .contact-bottom .contact-side ul li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contact.contact10 .contact-bottom .contact-information {
    padding-left: 3rem;
}

@media only screen and (max-width: 767px) {
    .contact.contact10 .contact-bottom .contact-information {
        padding-left: 0;
    }
}

.contact.contact10 .contact-bottom .contact-information h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 2rem;
    position: relative;
}

.contact.contact10 .contact-bottom .contact-information p {
    font-size: 17px;
    color: #a2a2a2;
    margin-bottom: 2rem;
}

.contact.contact10 .contact-bottom .contact-list {
    padding-left: 3rem;
}

@media only screen and (max-width: 767px) {
    .contact.contact10 .contact-bottom .contact-list {
        padding-left: 0;
    }
}

.contact.contact10 .contact-bottom .contact-list ul li {
    padding: 2rem 0;
}

.contact.contact10 .contact-bottom .contact-list ul li p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 1rem 0;
}

.contact.contact10 .contact-bottom .contact-list ul li p svg {
    min-width: 6rem;
    padding-right: 4rem;
}

.contact.contact10 .contact-bottom .contact-list ul li p span.mdi {
    min-width: 5rem;
    color: #a9ba9c;
    font-size: 1.25rem;
}

.contact.contact10 .contact-bottom .contact-list ul li p span.text {
    width: calc(100% - 14rem);
    font-size: 15px;
    color: #5c5a5a;
}

.contact.contact10 .contact-bottom .contact-list ul li p a, .contact.contact10 .contact-bottom .contact-list ul li p b {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    color: #5c5a5a;
    line-height: 18px;
}

.contact.contact10 .contact-bottom .contact-list ul li:nth-child(1) {
    padding-top: 0;
}

.contact.contact10 .contact-bottom .contact-list ul li:nth-child(1) p {
    padding-top: 0;
}

.contact.contact10 .contact-bottom .contact-list ul li + li {
    border-top: 1px solid #ecf5ec;
}

.contact.contact10 .contact-bottom form {
    padding-left: 3rem;
}

@media only screen and (max-width: 767px) {
    .contact.contact10 .contact-bottom form {
        padding-left: 0;
    }
}

.contact.contact10 .contact-bottom form .form-group {
    position: relative;
}

.contact.contact10 .contact-bottom form .form-group .icon {
    position: absolute;
    left: 0;
    top: 5px;
}

.contact.contact10 .contact-bottom form .form-group input.form-control, .contact.contact10 .contact-bottom form .form-group textarea.form-control {
    border: none;
    border-bottom: 1px solid #909090;
    color: #909090;
    border-radius: 0;
    padding-left: 2rem;
    padding-top: 18px;
    padding-bottom: 22px;
    margin-bottom: 2rem;
    outline: none;
    outline-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact.contact10 .contact-bottom form .form-group input.form-control::-webkit-input-placeholder, .contact.contact10 .contact-bottom form .form-group textarea.form-control::-webkit-input-placeholder {
    color: #909090;
}

.contact.contact10 .contact-bottom form .form-group input.form-control:-ms-input-placeholder, .contact.contact10 .contact-bottom form .form-group textarea.form-control:-ms-input-placeholder {
    color: #909090;
}

.contact.contact10 .contact-bottom form .form-group input.form-control::-ms-input-placeholder, .contact.contact10 .contact-bottom form .form-group textarea.form-control::-ms-input-placeholder {
    color: #909090;
}

.contact.contact10 .contact-bottom form .form-group input.form-control::placeholder, .contact.contact10 .contact-bottom form .form-group textarea.form-control::placeholder {
    color: #909090;
}

.contact.contact10 .contact-bottom form .form-group textarea.form-control {
    height: 10rem;
    border: none;
    border-bottom: 1px solid #909090;
    color: #909090;
    padding: 8px 1rem 0 2rem;
}

.contact.contact10 .contact-bottom form .form-group textarea.form-control::-webkit-input-placeholder {
    color: #909090;
}

.contact.contact10 .contact-bottom form .form-group textarea.form-control:-ms-input-placeholder {
    color: #909090;
}

.contact.contact10 .contact-bottom form .form-group textarea.form-control::-ms-input-placeholder {
    color: #909090;
}

.contact.contact10 .contact-bottom form .form-group textarea.form-control::placeholder {
    color: #909090;
}

.contact.contact10 .contact-bottom form .form-group button, .contact.contact10 .contact-bottom form .form-group input[type="button"], .contact.contact10 .contact-bottom form .form-group input[type="submit"] {
    border: none;
    border-bottom: 4px solid #e7f5f7;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0);
    color: #000;
    padding: 0.5rem 2rem;
    font-weight: bold;
    outline: none;
    outline-color: rgba(0, 0, 0, 0);
}

.contact.contact10 .contact-bottom-border-radius form .form-group .icon {
    left: 1rem;
}

.contact.contact10 .contact-bottom-border-radius form .form-group input.form-control, .contact.contact10 .contact-bottom-border-radius form .form-group textarea.form-control {
    background: #fafafa;
    border-radius: 23px;
    border: 1px solid #dbdbdb;
    padding-left: 3rem;
}

.contact.contact11 .contact-top {
    position: relative;
}

.contact.contact11 .contact-bottom {
    position: relative;
    padding-top: 7.5rem;
}

.contact.contact11 .contact-bottom .contact-up-side {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contact.contact11 .contact-bottom .contact-up-side ul {
    border-radius: 27px;
    -webkit-box-shadow: 0 23px 46px rgba(0, 0, 0, 0.1);
    box-shadow: 0 23px 46px rgba(0, 0, 0, 0.1);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact.contact11 .contact-bottom .contact-up-side ul li {
    text-align: center;
}

.contact.contact11 .contact-bottom .contact-up-side ul li a {
    font-size: 15px;
    color: #707070;
    display: block;
    padding: 0.75rem 1rem;
    min-width: 160px;
    background: #fff;
}

.contact.contact11 .contact-bottom .contact-up-side ul li.active a, .contact.contact11 .contact-bottom .contact-up-side ul li:hover a {
    font-weight: bold;
}

.contact.contact11 .contact-bottom .contact-up-side ul li:nth-child(1) a {
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
}

.contact.contact11 .contact-bottom .contact-up-side ul li:nth-last-child(1) a {
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
}

.contact.contact11 .contact-bottom .contact-up-side ul li + li a {
    border-left: 1px solid #e8e8e8;
}

.contact.contact11 .contact-bottom .contact-information h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 2rem;
    position: relative;
}

.contact.contact11 .contact-bottom .contact-information p {
    font-size: 17px;
    color: #a2a2a2;
    margin-bottom: 2rem;
}

.contact.contact11 .contact-bottom .contact-list ul li {
    padding: 2rem 0;
}

.contact.contact11 .contact-bottom .contact-list ul li p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 1rem 0;
}

.contact.contact11 .contact-bottom .contact-list ul li p svg {
    min-width: 6rem;
    padding-right: 4rem;
}

.contact.contact11 .contact-bottom .contact-list ul li p span.mdi {
    min-width: 5rem;
    color: #a9ba9c;
    font-size: 1.25rem;
}

.contact.contact11 .contact-bottom .contact-list ul li p span.text {
    width: calc(100% - 14rem);
    font-size: 15px;
    color: #5c5a5a;
}

.contact.contact11 .contact-bottom .contact-list ul li p a, .contact.contact11 .contact-bottom .contact-list ul li p b {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    color: #5c5a5a;
    line-height: 18px;
}

.contact.contact11 .contact-bottom .contact-list ul li:nth-child(1) {
    padding-top: 0;
}

.contact.contact11 .contact-bottom .contact-list ul li:nth-child(1) p {
    padding-top: 0;
}

.contact.contact11 .contact-bottom .contact-list ul li + li {
    border-top: 1px solid #ecf5ec;
}

.contact.contact11 .contact-bottom form .form-group {
    position: relative;
}

.contact.contact11 .contact-bottom form .form-group .icon {
    position: absolute;
    left: 0;
    top: 5px;
}

.contact.contact11 .contact-bottom form .form-group input.form-control, .contact.contact11 .contact-bottom form .form-group textarea.form-control {
    border: none;
    border-bottom: 1px solid #909090;
    color: #909090;
    border-radius: 0;
    padding-left: 2rem;
    padding-top: 18px;
    padding-bottom: 22px;
    margin-bottom: 2rem;
    outline: none;
    outline-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact.contact11 .contact-bottom form .form-group input.form-control::-webkit-input-placeholder, .contact.contact11 .contact-bottom form .form-group textarea.form-control::-webkit-input-placeholder {
    color: #909090;
}

.contact.contact11 .contact-bottom form .form-group input.form-control:-ms-input-placeholder, .contact.contact11 .contact-bottom form .form-group textarea.form-control:-ms-input-placeholder {
    color: #909090;
}

.contact.contact11 .contact-bottom form .form-group input.form-control::-ms-input-placeholder, .contact.contact11 .contact-bottom form .form-group textarea.form-control::-ms-input-placeholder {
    color: #909090;
}

.contact.contact11 .contact-bottom form .form-group input.form-control::placeholder, .contact.contact11 .contact-bottom form .form-group textarea.form-control::placeholder {
    color: #909090;
}

.contact.contact11 .contact-bottom form .form-group textarea.form-control {
    height: 10rem;
    border: none;
    border-bottom: 1px solid #909090;
    color: #909090;
    padding: 8px 1rem 0 2rem;
}

.contact.contact11 .contact-bottom form .form-group textarea.form-control::-webkit-input-placeholder {
    color: #909090;
}

.contact.contact11 .contact-bottom form .form-group textarea.form-control:-ms-input-placeholder {
    color: #909090;
}

.contact.contact11 .contact-bottom form .form-group textarea.form-control::-ms-input-placeholder {
    color: #909090;
}

.contact.contact11 .contact-bottom form .form-group textarea.form-control::placeholder {
    color: #909090;
}

.contact.contact11 .contact-bottom form .form-group button, .contact.contact11 .contact-bottom form .form-group input[type="button"], .contact.contact11 .contact-bottom form .form-group input[type="submit"] {
    border: none;
    border-bottom: 4px solid #e7f5f7;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0);
    color: #000;
    padding: 0.5rem 2rem;
    font-weight: bold;
    outline: none;
    outline-color: rgba(0, 0, 0, 0);
}

.contact.contact11 .contact-bottom-border-radius form .form-group .icon {
    left: 1rem;
}

.contact.contact11 .contact-bottom-border-radius form .form-group input.form-control, .contact.contact11 .contact-bottom-border-radius form .form-group textarea.form-control {
    background: #fafafa;
    border-radius: 23px;
    border: 1px solid #dbdbdb;
    padding-left: 3rem;
}

.footer.footer-type-1 {
    width: 100%;
    overflow: hidden;
}

.footer.footer-type-1 .footer-top {
    position: relative;
    background: #363133;
    padding: 50px 0;
}

.footer.footer-type-1 .footer-top .footer-top-left {
    padding-right: 20%;
}

.footer.footer-type-1 .footer-top .footer-top-left:before {
    content: "";
    background: #e5e0d5;
    position: absolute;
    top: -50px;
    bottom: -50px;
    right: 0;
    width: 100vw;
}

.footer.footer-type-1 .footer-top .footer-top-left &gt; * {
    position: relative;
}

.footer.footer-type-1 .footer-top .footer-top-left .footer-explanation p {
    color: #a2a2a2;
    font-size: 0.875rem;
    line-height: 1rem;
}

.footer.footer-type-1 .footer-top .footer-top-left .footer-social a {
    color: #363133;
}

.footer.footer-type-1 .footer-top .footer-top-left .footer-social a:hover {
    color: #6b6266;
}

@media only screen and (max-width: 991px) {
    .footer.footer-type-1 .footer-top .footer-top-left {
        padding-right: 10%;
    }
}

@media only screen and (max-width: 767px) {
    .footer.footer-type-1 .footer-top .footer-top-left {
        padding-right: 0;
        padding-bottom: 50px;
        text-align: center;
    }

    .footer.footer-type-1 .footer-top .footer-top-left:before {
        bottom: 0;
        width: 140vw;
        right: -20vw;
    }

    .footer.footer-type-1 .footer-top .footer-top-left .footer-logo {
        margin: 0 auto 20px;
    }
}

.footer.footer-type-1 .footer-top .footer-top-right {
    padding-left: 20%;
    height: 100%;
}

.footer.footer-type-1 .footer-top .footer-top-right &gt; .row {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer.footer-type-1 .footer-top .footer-top-right .footer-menu ol.footer-menu-container {
    margin-bottom: 0;
}

.footer.footer-type-1 .footer-top .footer-top-right .footer-menu ol.footer-menu-container li .footer-menu-head {
    color: #a3a1a2;
}

.footer.footer-type-1 .footer-top .footer-top-right .footer-menu ol.footer-menu-container li .footer-menu-list li a {
    color: #a3a1a2;
}

.footer.footer-type-1 .footer-top .footer-top-right .footer-menu ol.footer-menu-container li .footer-menu-list li a:hover {
    color: #d5d5d5;
}

@media only screen and (max-width: 767px) {
    .footer.footer-type-1 .footer-top .footer-top-right .footer-menu ol.footer-menu-container li .footer-menu-head {
        text-align: center;
        margin-bottom: 0;
    }

    .footer.footer-type-1 .footer-top .footer-top-right .footer-menu ol.footer-menu-container li .footer-menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer.footer-type-1 .footer-top .footer-top-right .footer-menu ol.footer-menu-container li .footer-menu-list li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        text-align: center;
    }
}

.footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information ul li .icon {
    color: #a3a1a2;
    border-color: rgba(0, 0, 0, 0);
}

.footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information ul li .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information ul li .text p {
    color: #a3a1a2;
}

.footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information ul li .text a {
    color: #a3a1a2;
}

.footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information ul li .text a:hover {
    color: #d5d5d5;
}

@media only screen and (max-width: 767px) {
    .footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information ul li {
        text-align: center;
        margin-bottom: 1rem;
    }

    .footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information ul li .icon {
        display: none;
    }

    .footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information ul li .text p {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information ul li .text p span {
        display: none;
    }

    .footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information ul li:nth-last-child(1) {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .footer.footer-type-1 .footer-top .footer-top-right {
        padding-left: 10%;
    }
}

@media only screen and (max-width: 767px) {
    .footer.footer-type-1 .footer-top .footer-top-right {
        padding-left: 0;
        padding-top: 50px;
    }

    .footer.footer-type-1 .footer-top .footer-top-right .footer-contact-information {
        padding-top: 2rem;
    }
}

.footer.footer-type-1 .footer-bottom .biltek {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer.footer-type-1 .footer-bottom .biltek a {
    font-size: 12px;
    color: #163f6b;
    display: inline-block;
    line-height: 20px;
    position: relative;
    vertical-align: top;
}

.footer.footer-type-1 .footer-bottom .biltek a:nth-last-child(1) {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    top: -4px;
}

.footer.footer-type-1 .footer-bottom .biltek a:nth-last-child(1):before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    height: 24px;
    background: rgba(115, 130, 140, 0.3);
}

.footer.footer-type-1 .footer-bottom .biltek a img {
    display: block;
    width: 65px;
}

@media only screen and (max-width: 767px) {
    .footer.footer-type-1 .footer-bottom .d-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer.footer-type-1 .footer-bottom .copyright {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-bottom: 1rem;
        text-align: center;
    }

    .footer.footer-type-1 .footer-bottom .biltek {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer.footer-type-2 .footer-top {
    background: #343434;
    padding-top: 50px;
    padding-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer.footer-type-2 .footer-top {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .footer.footer-type-2 .footer-top {
        padding-top: 30px;
    }
}

.footer.footer-type-2 .footer-top .footer-top-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer.footer-type-2 .footer-top .footer-top-upper .footer-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer.footer-type-2 .footer-top .footer-top-upper .footer-logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .footer.footer-type-2 .footer-top .footer-top-upper .footer-logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
    }
}

.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 250px);
    flex: 0 0 calc(100% - 250px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li {
    padding-left: 1rem;
    margin-bottom: 0;
}

.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li .icon {
    color: #a2a2a2;
    border-color: rgba(0, 0, 0, 0);
    max-width: 40px;
}

.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li .icon i {
    font-size: 2.5rem;
}

.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li .text p {
    color: #a2a2a2;
}

.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li .text p a {
    color: #a2a2a2;
}

.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li .text p:hover a {
    color: #c3a35b;
}

.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 991px) {
    .footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li .icon i {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    .footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
    }

    .footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li .text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li .text p span {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li .icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0.5rem;
    }
}

.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 0;
}

.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container {
    margin-bottom: 0;
}

.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container &gt; li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container &gt; li .footer-menu-head {
    color: #c3a35b;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
    letter-spacing: 2px;
}

.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container &gt; li .footer-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container &gt; li .footer-menu-list li {
    position: relative;
}

.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container &gt; li .footer-menu-list li a {
    color: #fff;
    padding: 1rem 2rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container &gt; li .footer-menu-list li a:hover {
    color: #c3a35b;
}

.footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container &gt; li .footer-menu-list li + li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: -0.2rem;
    top: calc(50% - 2px);
}

@media only screen and (max-width: 560px) {
    .footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container &gt; li .footer-menu-head {
        margin-bottom: 0.5rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container &gt; li .footer-menu-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container &gt; li .footer-menu-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container &gt; li .footer-menu-list li a {
        padding: 0.75rem 1rem;
    }

    .footer.footer-type-2 .footer-top .footer-top-lower .footer-menu ol.footer-menu-container &gt; li .footer-menu-list li + li:before {
        left: calc(50% - 2px);
        top: -0.1rem;
    }
}

.footer.footer-type-2 .footer-bottom {
    background: #222;
}

.footer.footer-type-2 .footer-bottom .copyright p {
    color: #a2a2a2;
}

.footer.footer-type-2 .footer-bottom .footer-social a {
    color: #c3a35b;
    font-size: 1.2rem;
    padding: 0.25rem;
}

.footer.footer-type-2 .footer-bottom .footer-social a a:hover {
    color: #ac8a3f;
}

.footer.footer-type-2 .footer-bottom .biltek {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer.footer-type-2 .footer-bottom .biltek a {
    font-size: 12px;
    color: #a2a2a2;
    display: inline-block;
    line-height: 20px;
    position: relative;
    vertical-align: top;
}

.footer.footer-type-2 .footer-bottom .biltek a:nth-last-child(1) {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    top: -4px;
}

.footer.footer-type-2 .footer-bottom .biltek a:nth-last-child(1):before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    height: 24px;
    background: rgba(115, 130, 140, 0.3);
}

.footer.footer-type-2 .footer-bottom .biltek a img {
    display: block;
    width: 65px;
}

@media only screen and (max-width: 991px) {
    .footer.footer-type-2 .footer-bottom .d-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .footer.footer-type-2 .footer-bottom .copyright {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 1rem;
        text-align: center;
    }

    .footer.footer-type-2 .footer-bottom .footer-social {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 1rem;
        text-align: center;
    }
}

.footer.footer-type-3 {
    background: #fff;
    padding-top: 70px;
}

.footer.footer-type-3 .footer-top {
    background: rgba(0, 0, 0, 0);
    background: #2e325b;
    padding-top: 0;
    padding-bottom: 0;
}

.footer.footer-type-3 .footer-top .footer-newsletter {
    background: #fff;
    margin: -53px auto 0;
    max-width: 800px;
    width: 100%;
    padding: 15px;
    border-radius: 50px;
}

.footer.footer-type-3 .footer-top .footer-newsletter form {
    padding: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: initial;
    background: #2e325b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 50px;
}

.footer.footer-type-3 .footer-top .footer-newsletter form .newsletter-input {
    padding-left: 20px;
    height: 38px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(47% - 76px);
    flex: 0 0 calc(47% - 76px);
    max-width: calc(47% - 76px);
    position: relative;
}

.footer.footer-type-3 .footer-top .footer-newsletter form .newsletter-input i {
    color: #fff;
    font-size: 1rem;
    position: absolute;
    left: 20px;
    top: calc(50% - 0.5rem);
}

.footer.footer-type-3 .footer-top .footer-newsletter form input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.footer.footer-type-3 .footer-top .footer-newsletter form input[type="text"] {
    background: none;
    height: 38px;
    width: 100%;
    padding-left: 25px;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.footer.footer-type-3 .footer-top .footer-newsletter form input[type="email"] {
    border: none;
    height: 38px;
    padding-left: 25px;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.footer.footer-type-3 .footer-top .footer-newsletter form input[type="submit"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 152px;
    flex: 0 0 152px;
    max-width: 152px;
    position: relative;
    border-radius: 50px;
    color: #2e325b;
    font-size: 1rem;
    height: 43px;
    line-height: 43px;
    font-weight: bold;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .footer.footer-type-3 .footer-top .footer-newsletter form .newsletter-input:nth-of-type(1) {
        display: none;
    }

    .footer.footer-type-3 .footer-top .footer-newsletter form .newsletter-input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 160px);
        flex: 0 0 calc(100% - 160px);
        max-width: calc(100% - 160px);
    }

    .footer.footer-type-3 .footer-top .footer-newsletter form input[type="email"] {
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    .footer.footer-type-3 .footer-top .footer-newsletter form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer.footer-type-3 .footer-top .footer-newsletter form .newsletter-input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
        margin-bottom: 1rem;
        padding-left: 0;
    }

    .footer.footer-type-3 .footer-top .footer-newsletter form .newsletter-input i {
        left: 0;
    }

    .footer.footer-type-3 .footer-top .footer-newsletter form input[type="submit"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }
}

.footer.footer-type-3 .footer-top .footer-top-lower-line {
    padding: 20px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer.footer-type-3 .footer-top .footer-top-lower-line &gt; .footer-logo {
    margin-bottom: 0;
    -webkit-transform: translateY(-0.75rem);
    transform: translateY(-0.75rem);
    display: none;
}

@media only screen and (max-width: 767px) {
    .footer.footer-type-3 .footer-top .footer-top-lower-line &gt; .footer-logo {
        display: block;
    }
}

.footer.footer-type-3 .footer-top .footer-top-lower-line .footer-menu ol.footer-menu-container {
    margin-bottom: 0;
}

.footer.footer-type-3 .footer-top .footer-top-lower-line .footer-menu ol.footer-menu-container li .footer-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer.footer-type-3 .footer-top .footer-top-lower-line .footer-menu ol.footer-menu-container li .footer-menu-list li a {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1rem;
    padding: 1rem 2rem;
}

@media only screen and (max-width: 991px) {
    .footer.footer-type-3 .footer-top .footer-top-lower-line .footer-menu ol.footer-menu-container li .footer-menu-list li a {
        padding: 0.5rem 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .footer.footer-type-3 .footer-top .footer-top-lower-line .footer-menu ol.footer-menu-container li .footer-menu-list li .footer-logo {
        display: none;
    }
}

@media only screen and (max-width: 560px) {
    .footer.footer-type-3 .footer-top .footer-top-lower-line .footer-menu ol.footer-menu-container li .footer-menu-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
    }
}

.footer.footer-type-3 .footer-centered {
    background: #2a2e54;
}

.footer.footer-type-3 .footer-centered .footer-contact-information {
    padding: 1.2rem 0;
}

.footer.footer-type-3 .footer-centered .footer-contact-information ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer.footer-type-3 .footer-centered .footer-contact-information ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    margin-bottom: 0;
}

.footer.footer-type-3 .footer-centered .footer-contact-information ul li .icon {
    display: none;
}

.footer.footer-type-3 .footer-centered .footer-contact-information ul li .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.footer.footer-type-3 .footer-centered .footer-contact-information ul li .text p {
    padding-left: 0;
}

.footer.footer-type-3 .footer-centered .footer-contact-information ul li .text p a {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.5rem;
    padding: 1rem 4rem;
}

.footer.footer-type-3 .footer-centered .footer-contact-information ul li:nth-child(1) {
    text-align: right;
}

.footer.footer-type-3 .footer-centered .footer-contact-information ul li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 767px) {
    .footer.footer-type-3 .footer-centered .footer-contact-information ul li .text p a {
        font-size: 1rem;
        padding: 1rem 2.5rem;
    }
}

@media only screen and (max-width: 480px) {
    .footer.footer-type-3 .footer-centered .footer-contact-information ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        text-align: center;
        min-width: 51%;
    }

    .footer.footer-type-3 .footer-centered .footer-contact-information ul li .text p a {
        padding: 1.5rem 1rem;
    }

    .footer.footer-type-3 .footer-centered .footer-contact-information ul li:nth-child(1) {
        text-align: center;
    }

    .footer.footer-type-3 .footer-centered .footer-contact-information ul li + li {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }
}

.footer.footer-type-3 .footer-bottom {
    background: #2e325b;
}

.footer.footer-type-3 .footer-bottom .copyright p {
    color: rgba(255, 255, 255, 0.5);
}

.footer.footer-type-3 .footer-bottom .footer-social a {
    color: rgba(255, 255, 255, 0.5);
    padding: 0.5rem;
    position: relative;
}

.footer.footer-type-3 .footer-bottom .footer-social a + a:before {
    content: "";
    width: 2px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    position: absolute;
    left: -1px;
    top: calc(50% - 1px);
}

.footer.footer-type-3 .footer-bottom .biltek {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer.footer-type-3 .footer-bottom .biltek a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    line-height: 20px;
    position: relative;
    vertical-align: top;
}

.footer.footer-type-3 .footer-bottom .biltek a:nth-last-child(1) {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    top: -4px;
}

.footer.footer-type-3 .footer-bottom .biltek a:nth-last-child(1):before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    height: 24px;
    background: rgba(115, 130, 140, 0.3);
}

.footer.footer-type-3 .footer-bottom .biltek a img {
    display: block;
    width: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer.footer-type-3 .footer-bottom .copyright {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-right: 1rem;
    }

    .footer.footer-type-3 .footer-bottom .footer-social {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0 0.5rem;
    }

    .footer.footer-type-3 .footer-bottom .biltek {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
    }
}

@media only screen and (max-width: 991px) {
    .footer.footer-type-3 .footer-bottom .copyright {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-right: 1rem;
    }

    .footer.footer-type-3 .footer-bottom .footer-social {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0 0.5rem;
    }

    .footer.footer-type-3 .footer-bottom .biltek {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
    }
}

@media only screen and (max-width: 767px) {
    .footer.footer-type-3 .footer-bottom .d-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer.footer-type-3 .footer-bottom .copyright {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0rem;
        margin-bottom: 1rem;
        text-align: center;
    }

    .footer.footer-type-3 .footer-bottom .footer-social {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 1rem;
        text-align: center;
    }

    .footer.footer-type-3 .footer-bottom .biltek {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer.footer-type-4 .footer-top {
    background: #393939;
}

@media only screen and (max-width: 991px) {
    .footer.footer-type-4 .footer-top .footer-logo {
        display: none;
    }
}

.footer.footer-type-4 .footer-top .footer-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}

.footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container {
    padding-left: 5rem;
}

.footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container li .footer-menu-head {
    color: #848484;
}

.footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container li .footer-menu-list li a {
    color: #848484;
}

@media only screen and (max-width: 991px) {
    .footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container li .footer-menu-head {
        padding-bottom: 0.25rem;
        margin-bottom: 0;
    }

    .footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container li .footer-menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -0.5rem;
    }

    .footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container li .footer-menu-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0;
    }

    .footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container li .footer-menu-list li a {
        padding: 0.25rem 0.5rem;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    .footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container li .footer-menu-head {
        text-align: center;
    }

    .footer.footer-type-4 .footer-top .footer-menu ol.footer-menu-container li .footer-menu-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0;
    }
}

.footer.footer-type-4 .footer-top .footer-contact-information h3.footer-information-head {
    color: #848484;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer.footer-type-4 .footer-top .footer-contact-information ul li .icon {
    color: #848484;
    display: none;
}

.footer.footer-type-4 .footer-top .footer-contact-information ul li .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.footer.footer-type-4 .footer-top .footer-contact-information ul li .text p {
    color: #848484;
    position: relative;
}

.footer.footer-type-4 .footer-top .footer-contact-information ul li .text p span {
    position: absolute;
    left: 0;
}

.footer.footer-type-4 .footer-top .footer-contact-information ul li .text p a {
    color: #848484;
}

.footer.footer-type-4 .footer-top .footer-contact-information ul li .text h4 {
    color: #848484;
    display: inline-block;
    padding-right: 1rem;
    font-size: 1rem;
}

.footer.footer-type-4 .footer-top .footer-contact-information ul li .text .footer-social {
    display: inline-block;
}

.footer.footer-type-4 .footer-top .footer-contact-information ul li .text .footer-social a {
    color: #848484;
    font-size: 1.2rem;
    padding: 0.25rem;
}

@media only screen and (max-width: 767px) {
    .footer.footer-type-4 .footer-top .footer-contact-information h3.footer-information-head {
        margin-bottom: 0;
        padding-bottom: 0.5rem;
    }

    .footer.footer-type-4 .footer-top .footer-contact-information ul li {
        margin-bottom: 0.75rem;
    }
}

@media only screen and (max-width: 480px) {
    .footer.footer-type-4 .footer-top .footer-contact-information {
        text-align: center;
    }

    .footer.footer-type-4 .footer-top .footer-contact-information ul li .text p span {
        position: static;
    }
}

.footer.footer-type-4 .footer-bottom {
    background: #5b5b5b;
}

.footer.footer-type-4 .footer-bottom .copyright p {
    color: #a2a2a2;
}

.footer.footer-type-4 .footer-bottom .biltek {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer.footer-type-4 .footer-bottom .biltek a {
    font-size: 12px;
    color: #a2a2a2;
    display: inline-block;
    line-height: 20px;
    position: relative;
    vertical-align: top;
}

.footer.footer-type-4 .footer-bottom .biltek a:nth-last-child(1) {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    top: -4px;
}

.footer.footer-type-4 .footer-bottom .biltek a:nth-last-child(1):before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    height: 24px;
    background: rgba(115, 130, 140, 0.3);
}

.footer.footer-type-4 .footer-bottom .biltek a img {
    display: block;
    width: 65px;
}

.footer.footer-type-5 {
    width: 100%;
    overflow: hidden;
}

.footer.footer-type-5 .footer-top {
    background: #fff;
    position: relative;
    padding: 4rem 0;
}

.footer.footer-type-5 .footer-top:before, .footer.footer-type-5 .footer-top:after {
    content: "";
    position: absolute;
    width: 1rem;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 13;
}

@media only screen and (max-width: 560px) {
    .footer.footer-type-5 .footer-top:before, .footer.footer-type-5 .footer-top:after {
        width: 0.5rem;
    }
}

.footer.footer-type-5 .footer-top:before {
    left: 0;
}

.footer.footer-type-5 .footer-top:after {
    right: 0;
}

.footer.footer-type-5 .footer-top .footer-top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1rem;
}

.footer.footer-type-5 .footer-top .footer-top-left:before {
    content: "";
    background: #000;
    position: absolute;
    top: -3rem;
    bottom: -3rem;
    right: 0.5rem;
    width: 100vw;
}

@media only screen and (max-width: 560px) {
    .footer.footer-type-5 .footer-top .footer-top-left:before {
        top: -3.5rem;
    }
}

.footer.footer-type-5 .footer-top .footer-top-left &gt; * {
    position: relative;
}

.footer.footer-type-5 .footer-top .footer-top-left .footer-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding-right: 8rem;
}

.footer.footer-type-5 .footer-top .footer-top-left .footer-menu ol.footer-menu-container {
    margin-bottom: 0;
}

.footer.footer-type-5 .footer-top .footer-top-left .footer-menu ol.footer-menu-container li .footer-menu-head {
    color: footer5TopLeftColor;
}

.footer.footer-type-5 .footer-top .footer-top-left .footer-menu ol.footer-menu-container li .footer-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer.footer-type-5 .footer-top .footer-top-left .footer-menu ol.footer-menu-container li .footer-menu-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

.footer.footer-type-5 .footer-top .footer-top-left .footer-menu ol.footer-menu-container li .footer-menu-list li a {
    color: #a2a2a2;
    padding-left: 1.5rem;
}

.footer.footer-type-5 .footer-top .footer-top-left .footer-menu ol.footer-menu-container li .footer-menu-list li a:before {
    content: "";
    position: absolute;
    background: #7bb3ff;
    height: 1px;
    width: 10px;
    left: 0;
    top: 50%;
}

.footer.footer-type-5 .footer-top .footer-top-left .footer-contact-information {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding-left: 8rem;
    border-left: 1px solid #797979;
}

.footer.footer-type-5 .footer-top .footer-top-left .footer-contact-information ul li .text p {
    color: #a2a2a2;
    font-size: 1.5rem;
}

.footer.footer-type-5 .footer-top .footer-top-left .footer-contact-information ul li .text p a {
    color: #a2a2a2;
}

.footer.footer-type-5 .footer-top .footer-top-left .footer-contact-information ul li .footer-social a {
    color: #a2a2a2;
    font-size: 1.75rem;
    padding: 0.25rem;
}

.footer.footer-type-5 .footer-top .footer-top-left .footer-contact-information ul li:nth-last-child(1) {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer.footer-type-5 .footer-top .footer-top-left .footer-menu {
        padding-right: 3rem;
    }

    .footer.footer-type-5 .footer-top .footer-top-left .footer-contact-information {
        padding-left: 3rem;
    }
}

@media only screen and (max-width: 991px) {
    .footer.footer-type-5 .footer-top .footer-top-left {
        padding-right: 2rem;
    }

    .footer.footer-type-5 .footer-top .footer-top-left .footer-menu {
        padding-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer.footer-type-5 .footer-top .footer-top-left .footer-contact-information {
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        border-left: 0;
        border-top: 1px solid #797979;
        margin-top: 2rem;
        padding-top: 2rem;
    }

    .footer.footer-type-5 .footer-top .footer-top-left .footer-contact-information ul li:nth-child(1) {
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .footer.footer-type-5 .footer-top .footer-top-left {
        padding-bottom: 3rem;
    }

    .footer.footer-type-5 .footer-top .footer-top-left:before {
        bottom: 0;
        width: 140vw;
        right: -20vw;
    }
}

.footer.footer-type-5 .footer-top .footer-top-right {
    padding-left: 2rem;
}

.footer.footer-type-5 .footer-top .footer-top-right:before {
    content: "";
    background: #7bb3ff;
    position: absolute;
    top: -3rem;
    bottom: -3rem;
    left: 0.5rem;
    width: 100vw;
}

@media only screen and (max-width: 560px) {
    .footer.footer-type-5 .footer-top .footer-top-right:before {
        bottom: -3.5rem;
    }
}

.footer.footer-type-5 .footer-top .footer-top-right &gt; * {
    position: relative;
}

.footer.footer-type-5 .footer-top .footer-top-right .footer-newsletter .footer-newsletter-container .footer-menu-head {
    color: #fff;
}

.footer.footer-type-5 .footer-top .footer-top-right .footer-newsletter .footer-newsletter-container .footer-cancelled {
    color: #fff;
}

.footer.footer-type-5 .footer-top .footer-top-right .footer-newsletter .footer-newsletter-container .footer-cancelled a {
    color: #fff;
}

.footer.footer-type-5 .footer-top .footer-top-right .footer-newsletter .footer-newsletter-container p {
    color: #fff;
}

.footer.footer-type-5 .footer-top .footer-top-right .footer-newsletter form input[type="email"] {
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.footer.footer-type-5 .footer-top .footer-top-right .footer-newsletter form input[type="email"]::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.footer.footer-type-5 .footer-top .footer-top-right .footer-newsletter form input[type="submit"] {
    background: rgba(0, 0, 0, 0);
}

.footer.footer-type-5 .footer-top .footer-top-right .footer-newsletter form i {
    right: -14px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .footer.footer-type-5 .footer-top .footer-top-right {
        padding-top: 3rem;
        padding-left: 1rem;
    }

    .footer.footer-type-5 .footer-top .footer-top-right:before {
        top: 0;
        width: 140vw;
        left: -20vw;
    }
}

.footer.footer-type-5 .footer-bottom {
    background: #f1f1f1;
    color: #a2a2a2;
}

.footer.footer-type-5 .footer-bottom .copyright p {
    color: #a2a2a2;
}

.footer.footer-type-5 .footer-bottom .biltek {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer.footer-type-5 .footer-bottom .biltek a {
    font-size: 12px;
    color: #a2a2a2;
    display: inline-block;
    line-height: 20px;
    position: relative;
    vertical-align: top;
}

.footer.footer-type-5 .footer-bottom .biltek a:nth-last-child(1) {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    top: -4px;
}

.footer.footer-type-5 .footer-bottom .biltek a:nth-last-child(1):before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    height: 24px;
    background: rgba(115, 130, 140, 0.3);
}

.footer.footer-type-5 .footer-bottom .biltek a img {
    display: block;
    width: 65px;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!DEÄžÄ°ÅžTÄ°RMEYÄ°N!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! YAPIYI BOZMADIÄžINIZ Ä°Ã‡Ä°N TEÅžEKKÃœRLER !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*# sourceMappingURL=global.min.css.map */
</pre></body></html>