/* Minification failed. Returning unminified contents.
(5043,36): run-time error CSS1046: Expect comma, found '0'
(5043,40): run-time error CSS1046: Expect comma, found '/'
(5044,44): run-time error CSS1046: Expect comma, found '0'
(5044,48): run-time error CSS1046: Expect comma, found '/'
(6122,30): run-time error CSS1038: Expected hex color, found '#3336'
(6487,54): run-time error CSS1046: Expect comma, found '0'
(6487,58): run-time error CSS1046: Expect comma, found '/'
(6834,25): run-time error CSS1046: Expect comma, found '239'
(6834,32): run-time error CSS1046: Expect comma, found ')'
(6910,16): run-time error CSS1036: Expected expression, found '#'
 */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.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(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.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,.75,1);
        transform: scale3d(1.25,.75,1);
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1);
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1);
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1);
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1);
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1);
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1);
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1);
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1);
    }

    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(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.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(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}

@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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}

.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(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.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(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.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(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.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(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.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(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.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(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.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(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.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(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.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(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .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(.95,.95,.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95,.95,.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(.95,.95,.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95,.95,.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: .75s;
    animation-duration: .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: .75s;
    animation-duration: .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(.1) rotate(30deg);
        transform: scale(.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(.1) rotate(30deg);
        transform: scale(.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(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.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: .8s;
        animation-duration: .8s;
    }

    .animated.faster {
        -webkit-animation-duration: .5s;
        animation-duration: .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;
    }
}

@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0,0,0,0.7);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

* {
    scroll-behavior: smooth;
}
/*p {
    text-align:justify;
}*/
.btn.focus,
.btn:focus {
    box-shadow: unset;
}


body {
    font-size: 18px;
    color: #555;
    font-family: 'Gothic A1', sans-serif;
    font-weight: 600;
}
p, ul li{ font-weight: 500; color: #3a3a3a; font-size: 20px; font-family: "Didact Gothic", sans-serif; }

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #5d1657;
}

::placeholder {
    font-size: 0.9rem;
}

::selection {
    background: #2b80d9;
    color: #fff;
}

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

    50% {
        opacity: 1;
    }
}


ul li {
    list-style: none;
}


img {
    max-width: 100% !important;
}

a {
    /*color: #f69d0f;*/
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

    a:hover,
    a:focus {
        text-decoration: none;
        outline: none;
        color: #2b80d9;
    }


/*Slick slider*/
.slick-slide {
    outline: none;
    margin: 0;
}

.slider-img {
    position: relative;
}


.slick-slider {
    /*overflow: hidden;*/
    margin-bottom: 0 !important;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-slide img {
    margin: 0 auto;
}
.slick-slide .card>img {
    width:100%;
}


.slick-dots li {
    width: 12px;
    height: 12px;
}

    .slick-dots li button,
    .slick-dots li button:before {
        width: 12px;
        height: 4px;
        border-radius: 10px;
    }

        .slick-dots li button:before {
            font-family: 'slick';
            font-size: 6px;
            line-height: 20px;
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            content: '�';
            text-align: center;
            opacity: .25;
            color: black;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .slick-dots li button:before {
            opacity: 1;
            color: transparent;
            width: 8px;
            height: 4px;
            border-radius: 10px;
            border: 7px solid #d0d0d0;
            transition: 0.3s all ease-in-out;
            -webkit-transition: 0.3s all ease-in-out;
        }

    .slick-dots li.slick-active,
    .slick-dots li.slick-active button,
    .slick-dots li.slick-active button:before {
        width: 25px;
    }

        .slick-dots li.slick-active button:before {
            opacity: 1;
            border-color: #2b80da;
            color: transparent;
        }

/*.slick-dots{ bottom: -80px; }*/

.slick-prev span,
.slick-next span {
    font-size: 40px;
    font-weight: 900;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}


.slick-next {
    right: 4%;
    top: 38%;
}

.slick-prev {
    left: 4%;
    top: 38%;
    z-index: 100;
}

    .slick-next img,
    .slick-prev img {
        width: 50px;
        height: 40px;
        fill: #fff;
    }




/* onscroll animation*/
[data-animate-in] {
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease
}

[data-animate-in="up"] {
    transform: translate3d(0, 24px, 0)
}

[data-animate-in="left"] {
    transform: translate3d(-25%, 0, 0)
}

[data-animate-in="right"] {
    transform: translate3d(25%, 0, 0)
}

[data-animate-in="down"] {
    transform: translate3d(0, -24px, 0)
}

[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0)
}

[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 0.6s ease, opacity 0.6s ease
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease
}

.page-loaded .fade-in,
.page-loaded.fade-in {
    opacity: 1
}

.isSafari.isTouch [data-animate-in],
.isSafari.isTouch [data-animate-in="up"] {
    opacity: 1;
    transition: none;
    transform: none
}

.body-content{     margin-top: 124px; }

/*Section Padding*/

.block {
    padding: 5rem 0;
}

.inner-block {
    padding: 4rem 0;
}



/*Buttons*/
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
    color: #fff;
    padding: 12px 36px;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 0px;
    margin-bottom: 20px;
    font-family: 'Didact Gothic';
    font-weight: 600;

}
.btn-sm{     padding: 8px 16px;
    font-size: 14px; margin-bottom: 0px; color: #fff!important; }


.btn-primary span {
    margin-left: 10px;
}

.btn-primary-outline {
    background: transparent;
    border: 2px solid #fff;
    color: #fff !important;
}

.btn-primary {
    text-decoration: none;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: #5d1657;
    border: 1px solid transparent;
    transition: all .35s;
    z-index: 0;
}

    .btn-primary span {
        margin-left: 10px;
        color: #f4b354;
        font-weight: 600;
    }

    .btn-primary:before,
    .btn-primary:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: -100%;
        left: 0;
        background: #cd5257;
        z-index: -1;
        transition: all .35s;
    }

    .btn-primary:hover {
        color: #fff !important;
        background: #fff;
        border: 1px solid #cd5257;
    }

        .btn-primary:hover span {
            color: #fff;
        }

        .btn-primary:hover:before,
        .btn-primary:hover:after {
            top: 0;
        }



/*header*/


header p{     font-size: 18px;
    font-weight: 600;     font-family: 'Gothic A1', sans-serif; }
.logo img {
    padding: 10px;
    transition: .3s linear;
}

.homemenu.homemenutop .logo img {
    width: 150px;
    transition: .3s linear;
}

.homemenu.in .logo img,
.homemenu.homemenubottom .logo img {
    width: 120px;
    transition: .3s linear;
}


#header.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%) !important;
    background: #fff;
}

/*Vimal*/
.mega-menu .dropdown-menu {
    padding: 25px;
}

    .mega-menu .dropdown-menu a {
        padding-left: 0;
        padding-right: 0;
        font-weight: 500;
    }

.inner_manu .inner_sub_menu {
    min-width: 200px;
}

    .inner_manu .inner_sub_menu li {
        clear: both;
        display: flex;
        align-items: baseline;
        transition: .03s ease-out;
    }

        .inner_manu .inner_sub_menu li:hover a {
            color: #cd5257;
        }

        .inner_manu .inner_sub_menu li:hover {
            transform: translateX(10px);
            color: #cd5257;
        }

        .inner_manu .inner_sub_menu li i {
            margin-right: 8px;
        }

nav ul li:last-child a span {
    font-size: 60px;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    color: #444;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 5px 0;
}


.navbar-light .navbar-nav .active > .nav-link {
    color: #2b80d9;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

.social-icons li a img {
    width: 36px;
    margin-right: 10px;
}

.navbar-light .navbar-nav .nav-item {
    margin: 3px 27px;
}

nav > ul > li > a:hover {
    color: #cd5257 !important;
}

.navbar li ul {
    padding: 0px;
    background: #fff;
}

.navbar li {
    float: left;
    position: relative;
    list-style: none;
    text-align: center;
    width: auto;
}

.navbar ul > li > ul > li:hover {
    background: #2268a3;
}

.navbar > ul > li > ul > li:hover a {
    color: #fff;
}

.navbar > ul > li > ul > li > ul > li a {
    color: #444 !important;
}

.navbar > ul > li > ul > li > ul > li:hover a {
    color: #fff !important;
}


.navbar li a {
    display: block;
    padding: 12px 25px;
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    color: #222;
}

.navbar li > ul {
    display: none;
}

.navbar li:hover li {
    float: none;
}

.navbar li a:hover {
    /*background: #214a5c;*/
}

.navbar li:hover li a:hover {
    /*background: #214a5c;*/
}

.navbar li:hover > ul {
    display: block;
    position: absolute;
    background: #fff;
    width: 250px;
    border: 1px solid #f2f2f2;
}

.navbar ul > li > ul > li:hover > ul {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
}

.navbar li > li:hover li {
    /*background: #134e67;*/
}

.navbar li > ul li {
    border-top: 0;
}

.navbar ul > ul {
    left: 100%;
    top: 0;
}


/*Mega Manu*/
.dropdown-hover:hover > .dropdown-menu {
    display: inline-block;
}

.dropdown-hover > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}




/*banner*/


#banner {
    height: 95vh;
    overflow: hidden;
}

    #banner .slick-slide {
        position: relative;
    }

        #banner .slick-slide:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: inline-block;
            /*background: linear-gradient(0deg, rgb(49 49 49 / 33%), rgb(6 6 6 / 41%));*/
            z-index: 1;
        }

        #banner .slick-slide img {
            transition: opacity .6s ease;
            height: 95vh;
            object-fit: cover;
            -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
        }

    #banner .slick-current img {
        animation: grow 4s linear forwards;
        opacity: 1;
    }


@keyframes grow {

    0%, 20% {
        transform: scale(1);
    }

    75%, 100% {
        transform: scale(1.15);
    }
}

.overflow-hidden {
    overflow: hidden;
}

.drop-in {
    animation: drop-in 1s ease 200ms backwards;
}

.drop-in-2 {
    animation: drop-in 1200ms ease 500ms backwards;
}

@keyframes drop-in {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translate(0px);
    }
}

#banner .caption {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 55%;
    width: 40%;
    color: #fff;
    z-index: 1;
}

#banner h1 {
    color: #fff;
    font-size: 62px;
    font-weight: 900;
    line-height: 88px;
    letter-spacing: 1px;
}

#banner .btn{ margin-top: 20px; }

.arrow-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4%;
    border: 8px solid #fff;
    border-radius: 50%;
}




/*Section Title*/
/*Section Title*/

.section-heading h1 {
    color: #1e2225;
    text-align: left;
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 65px;
    font-weight: 900;
    margin-bottom: 20px;
    position: relative; }

.section-heading h2{ font-size: 40px;  color: #1e2225;
    text-align: left;
    letter-spacing: 1px;
    line-height: 65px;
    font-weight: 900;
    margin-bottom: 20px;
    position: relative; }


.section-heading h1, .section-heading h2{ padding-left: 50px; }
.section-heading h1:after, .section-heading h2:after  {
    content: '';
    position: absolute;
    height: 89%;
    width: 8px;
    background: #5d1657;
    left: 0px;
    top: 4%;
    }

.section-heading h4{ font-weight: 800; line-height: 68px; margin-bottom: 28px; position: relative; color: #5d1657; }
.section-heading h4:after  {
    content: '';
    position: absolute;
    height: 3px;
    width: 50px;
    background: #5d1657;
    left: 0;
    bottom: 0%;
    top: auto;
    }



/*About us*/

.bg-about {
    background-image: url("../images/bg1.png");
}

.about-right-section {
    padding-left: 4rem;
}

    .about-right-section .section-heading {
        padding: 0px;
    }

        .about-right-section .section-heading:before {
            background: transparent;
        }

        .about-right-section .section-heading h1 {
            margin-bottom: 5rem;
        }

            .about-right-section .section-heading h1:before {
                content: '';
                position: absolute;
                left: 0%;
                bottom: -40px;
                background: #1e64a0;
                width: 20%;
                height: 8px;
            }

#counter h1,
#counter span {
    color: #2268a3;
    font-size: 5rem;
    font-weight: 900;
    display: inline;
}

.counter-item img {
    margin-right: 10px;
}

#counter p {
    font-size: 22px;
    margin: 0px;
}


.icon-about {
    background: #1f2326;
    border-radius: 15px;
    margin-right: 15px;
}

    .icon-about img {
        padding: 5px;
        width: 115px;
    }

.item-counter {
    line-height: 20px;
}


/*about overview*/

.overview_right .row1 {
    padding-bottom: 70px;
    padding-top: 70px;
}

    .overview_right .row1:nth-child(1) {
        border-bottom: 1px solid #898989;
    }

.overview_right {
    background: url(../images/map.png) no-repeat center;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
}

    .overview_right:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 75%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #898989;
    }

    .overview_right .right_counter_one {
        display: flex;
        align-items: start;
        justify-content: center;
    }

        .overview_right .right_counter_one .counter_img {
            width: 120px;
        }

            .overview_right .right_counter_one .counter_img img {
                width: 90px; margin: 0 auto;
            }

        .overview_right .right_counter_one h3 {
            color: #5d1657;
            font-size: 7rem;
            font-weight: 900;
            line-height: 80px;
            position: relative;
        }

        .overview_right .right_counter_one p {
            margin-bottom: 0;
            font-size: 25px;
            color: #000;
            font-weight: 800;
        }

        .overview_right .right_counter_one h3 span {
            position: absolute;
            top: -38px;
            font-size: 4rem;
        }




/* courses we provide */

.we-provide {
    position: relative;
}

    .we-provide .card:hover {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    }

    .we-provide .card {
        background-color: transparent;
        border: none;
        margin: 0 20px;
        transition: 0.3s linear
    }

    .we-provide .course_img {
        width:100%;
    }
    .we-provide .card:hover .btn-know div {
        background: #fcc306;
    }


        .we-provide .card:hover .card-body {
            background: #cd5257;
            transition: .3s linear;
            background: #5d1657;
            position: relative;
            height: 100%;
        }

        .we-provide .card .card-body .courses_icon {
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            top: -15%;
        }

        .we-provide .card:hover h4,
        .we-provide .card:hover p,
        .we-provide .card:hover .btn-know {
            color: #fff;
        }

    .we-provide .card-body {
        background-color: #fff;
        top: 50%;
        text-align: center;
        z-index: 5;
        position: relative;
        padding: 70px 0 50px;
        left: 50%;
        transform: translate(-50%, -1%);
    }

        .we-provide .card-body h4 {
            color: #000000;
            font-size: 2rem;
            font-weight: 800;
            padding-bottom: 15px;
        }

        .we-provide .card-body p {
            color: #000;
            font-size: 22px;
            text-align: center;
             margin:0px;
        }

.btn-know {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222;     margin-top: 20px;
}

    .btn-know div {
        width: 28px;
        height: 28px;
        position: relative;
        margin-left: 15px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #5d1657;
    }


/* Training Centers*/

/*.training-centres .section-heading h1:after {
    background: #fff;
}*/
.training-centres{ background: url(../images/trainingcenter_bg.jpg); background-position: bottom; position: relative;background-repeat: no-repeat; }

.training-centres .section-heading h1:after{ background: #5d1657!important; }

.training-centres .card-body {
    width: 85%;
    transform: translate(-50%, -30%);
    border-top: 4px solid #5d1657;
}

.training-centres .card:hover {
    box-shadow: unset;
}

.training-centres .card .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}

.training-centres .card:hover .card-body {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.training-centres .card:hover .card-body {
    border-color: #fff;
}

    .training-centres .card:hover .card-body h5 {
        color: #fff;
    }

.training-centres .card .card-body h5 {
    color: #000;
    padding: 0 30px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 35px;
    font-weight: 700;
    transition: 0.2s linear;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}




/*Commitment*/

.ourcommitment {
    width: 100%;
}
.ourcommitment .section-heading h1:after{ background: #fff!important; }

    .ourcommitment .commitment_left {
        height: 100%;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: left !important;
    }

    .ourcommitment .commitment_right {
        background: #5d1657;
    }
        .ourcommitment .commitment_right .commit_description {
            margin-left:50px;
        }
        .commitment_right .commitment_right_inner .section-heading p {
            font-size: 22px;
            font-weight: 400;
        }

.ourcommitment .commitment_right .commitment_right_inner {
    padding: 80px 60px;
}

.points .commit_img {
    background: #6d2d69;
    width: 100px;
    height: 100px;
    padding: 18px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(28deg);
    transition:0.4s linear;
}
    .points .commit_img:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        transform: rotate(42deg);
    }
        .points .commit_img:hover img {
            transform: rotate(-42deg);
        }
    .points .commit_img img {
        transform: rotate(-28deg);
        transition: 0.4s linear;
    }

.points .commit_description h6 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    font-family: "Didact Gothic", sans-serif;
    letter-spacing: 1px;
}

.points .commit_description p {
    color:#cbcbcb;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
}






/* Upcoming Events */

.event-card {
    position: relative;
}
    .event-card:before {
        content: '';
        position: absolute;
        background: linear-gradient(0deg, rgba(93,22,87,0.9297035708814776) 0%, rgba(249,249,249,0) 52%);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .event-card .event-card-body {
        position: absolute;
        bottom: 7%;
        left: 10%;
        width: 80%;
    }
        .event-card .event-card-body h5 {
            color: #ecab56;
            display: flex;
            align-items: center;
            margin: 0;
            font-weight: 700;
        }
            .event-card .event-card-body h5 span {
                font-size: 30px;
                font-weight: 700;
                width: 38px;
                line-height: 35px;
            }

        .event-card .event-card-body h4 {
            color: #fff;
            position: relative;
            margin: 0;
            line-height:35px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 26px;

        }
        .event-card .event-card-body .middle_border {
            width: 100%;
            height: 2px;
            background: #fff;
            margin: 20px 0;
        }
        .event-card .event-card-body h4 b {
            color: #ecab56;
            font-weight: 700;
            margin-left: 10px;
            font-size: 30px;
            height: 30px;
            vertical-align: middle;
        }

.event_slick_slider .slick-slide {
        margin: 0 40px;
    }
    .event_slick_slider .slick-next {
        background: url(../images/right-arrow.png);
        right: 2%;
        background-size: contain;
        width: 50px;
        background-repeat: no-repeat;
        height: 50px;
    }
    .event_slick_slider .slick-prev {
        background: url(../images/left-arrow.png);
        left: 2%;
        background-size: contain;
        width: 50px;
        background-repeat: no-repeat;
        height: 50px;
    }




/*Affiliations*/

.last-section.section-heading:before {
    display: none;
}

#clientSlider .slick-slide {
    margin: 0px 15px;
    border: 1px solid #ebebeb;
}

#clientSlider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent;
    border-color: #5d1657;
    background: #5d1657;
    padding:0 15px;
}

#clientSlider .slick-dots li.slick-active {
    padding: 0 20px;
}
#clientSlider .slick-dots li button:before {
    border-color: #5d1657;
    background: #5d1657;
    opacity: 1;
    color: unset;
}
#clientSlider .slick-dots {
    bottom: -45px;
}
#clientSlider .slick-dots li {
    margin: 0 10px;
}

#pathwaySlider2, #pathwaySlider {
    margin-top: 2rem;
}

    #pathwaySlider2 .training_img {
        width: 100%;
    }
#clientSlider .slick-next {
 right:0;
}



/*Commitment*/
.affiliation-section .section-heading h2{ padding-left:0px; }
.affiliation-section .section-heading h2:after{      height: 8px;
    width: 70px;
    background: #5d1657;
    left: 50%;
    bottom: -20%;
    top: auto;
    transform: translateX(-50%); }



/*footer*/
.footer {
    background: #5d1657;
}

.footer {
    padding-top: 60px;
    padding-bottom: 20px;
    border-top: 1px solid #e9e7e7;
}

    .footer h4 {
        font-size: 1.4rem;
        font-weight: 600;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        color: #fff;
    }

    .footer ul {
        padding-left: 0px;
        list-style: none;
    }

        .footer ul li a,
        .footer {
            color: #ffffffdb;
            font-size: 18px;
            letter-spacing: 0.3px;
        }

            .footer ul li a:hover {
                color: #f3b253;
            }

            .footer ul li {
                position: relative;
                padding-left: 2.2rem;
                margin-bottom: 12px;
            }

                .footer ul li::before {
                    content: '';
                    background-attachment: fixed;
                    position: absolute;
                    top: 35%;
                    left: 0%;
                    width: 30px;
                    height: 12px;
                    z-index: 0;
                    background: url('../images/footer_arrow.png') no-repeat center center/contain;
                }

            .footer a {
                color: #000;
            }
.copyright p{ color: #ededed;
    font-size: 16px; }

.social-icons {
    background: #5d1657;
    width: 38px !important;
    height: 38px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    display: flex;
    border-radius: 50%;
    transition: .3s linear;
    justify-content: center;
    align-items: center;
}

    .social-icons > a {
        color: #fff;
        font-size: 18px!important;
    }

    .social-icons:hover {
        background: #f05e4e;
        transform: translateY(-5px);
        transition: .3s linear;
    }

#backtoTop {
    display: inline-block;
    background-color: #f05e4e;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

    #backtoTop.show {
        opacity: 1;
        visibility: visible;
    }

    #backtoTop span {
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-size: 30px;
    }

.section:last-child.fp-section.fp-table,
.fp-tableCell {
    height: auto !important;
}
.img-twitter {
    width: 23px;
}



.item-img{ position: relative; overflow: hidden;  border: 8px solid #ddd; }
.item img {opacity: 0.7; overflow: hidden; width:100%;  object-fit:cover; }
.item-img:hover{ border: 8px solid #5d1657; }
.item-img:hover:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #d8003275; */
    background: #5d1657c7;
    z-index: 1;
}
.item-img .icon-plus {
    position: absolute;
    right: 60px;
    left: 60px;
    top: 60px;
    bottom: 60px;
    display: block;
    border: 1px solid #fff;
    padding: 30px;
    opacity: 0;
    transform: scale(1.5);
    -webkit-transition: 0.5s ease-in-out;
    z-index: 1;
}
.item-img .icon-plus i, .item-img .icon-plus > span {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 35px;
}
.item-img:hover .icon-plus {
    opacity: 1;
    transform: scale(1);
}


/*about page*/

.top-banner {
    position: relative;
    height: 40vh;
    background-size: cover;
}
.top-banner:after {     content: '';
    width: 100%;
    height: 100%;
    background: #5d1657d1;
    position: absolute;
    left: 0;
    top: 0;
} 
.top-banner-img {
    position: relative;
    height: 100%;
}

.top-banner h2 {
    font-size: 50px;
    font-weight: 700;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Didact Gothic", sans-serif;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
}




/*who we are*/





/*Achievement*/

.achievement_bg{ background: url('../images/achievement/achievement_bg.jpg');     background-size: cover;
    background-position: bottom; position: relative; }
.achievement_bg:before { content:''; position: absolute; top:0; left:0; width:100%; height: 100%; background: #ffffffe3; }
.achievement_cards .card_single{     margin-bottom: 20px;
    background: #fff;
    padding: 25px;
    border-radius: 10px;  }


  /*Our Hostory*/

.our_history_main .right_content {
    padding: 50px;
    background: #773c7014;
}
    .our_history_main .right_content h6 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 31px;
        letter-spacing: 1px;
    }
    .our_history_main .right_content p {
        margin: 0;
    } 

/*Board of Directors*/


    .main_board_directors.row_2 {
        margin-top:70px;
    }
    .profile-card {
        position: relative;
        font-family: sans-serif;
        width: 350px;
        background: #fff;
        padding: 20px;
        box-shadow: 0 0 22px #3336;
        transition: .6s;
        margin: 0 25px;
        margin: auto;
    }

    .profile-card:hover {
        border-radius: 10px;
    }

    .profile-card .img {
        position: relative;
        width: 100%;
        height: 100%;
        transition: .6s;
    }


.our_directort_main .caption {
    text-align: center;
    transition: .6s;
    font-family: "Didact Gothic", sans-serif;
}


.profile-card .caption h3 {
    text-align: left;
    font-size: 21px;
    margin-top: 10px;
    font-family: "Didact Gothic", sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.profile-card .caption h4 {
    text-align: left;
    font-size: 18px;
    font-style: italic;
    font-family: "Didact Gothic", sans-serif;
    letter-spacing: 0.5px;
    color: #5d1657;
    font-weight: 700;
}
.profile-card .caption p {
    font-size: 16px;
    font-family: "Didact Gothic", sans-serif;
    margin: 2px 0 9px 0;
    text-align:left;
    font-weight:normal;
}

.profile-card .caption .social-links a {
    color: #b7b7b7;
    margin: 4px;
    font-size: 15px;
    transition: .6s;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: inline-block;
    transition: .2s linear;
}

.profile-card .social-links a:hover {
    color: #d62d2e;
    border: 1px solid #d62d2e;
}
.profile-card .caption .social-links a i{ transition: .2s linear; }
.profile-card .social-links a:hover i{
    font-size: 17px;
    transition: .2s linear; }



/*Our Team */
.team-section.style-two .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

.team-section .title-box {
    position: relative;
    text-align: center;
}

    .team-section .title-box h2 {
        position: relative;
        color: #222222;
        font-size: 36px;
        font-weight: 700;
        line-height: 1.3em;
        margin-bottom: 50px;
    }

        .team-section .title-box h2 span {
            color: #ff9600;
        }

.team-block {
    position: relative;
    margin-bottom: 60px;
}

    .team-block .inner-box {
        position: relative;
        padding: 40px 70px 28px 0px;
    }

        .team-block .inner-box:before {
            position: absolute;
            content: '';
            right: 0px;
            top: 0px;
            left: 70px;
            bottom: 0px;
            border-radius: 10px;
            background-color: #f5f5f5;
            -webkit-transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
            transition: all 600ms ease;
        }

        .team-block .inner-box::after {
            position: absolute;
            content: '';
            top: 0px;
            left: 70px;
            bottom: 0px;
            width: 0%;
            border-radius: 10px;
            -webkit-transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
            transition: all 600ms ease;
            background-image: -ms-linear-gradient(top, #f05e4e 0%, #5d1657 100%);
            background-image: -moz-linear-gradient(top, #f05e4e 0%, #5d1657 100%);
            background-image: -o-linear-gradient(top, #f05e4e 0%, #5d1657 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f05e4e), color-stop(100, #5d1657));
            background-image: -webkit-linear-gradient(top, #f05e4e 0%, #5d1657 100%);
            background-image: linear-gradient(to bottom, #f05e4e 0%, #5d1657 100%);
        }

        .team-block .inner-box:hover::after {
            width: 81%;
        }

        .team-block .inner-box .social-icons2 {
            position: absolute;
            right: 25px;
            top: 100px;
            z-index: 1;
        }

            .team-block .inner-box .social-icons2 li {
                position: relative;
                margin-bottom: 20px;
            }

                .team-block .inner-box .social-icons2 li a {
                    position: relative;
                    color: #f05e4e;
                    font-size: 18px;
                    -webkit-transition: all 0.4s;
                    -moz-transition: all 0.4s;
                    -o-transition: all 0.4s;
                    transition: all 0.4s;
                }

        .team-block .inner-box:hover .lower-content h3 a,
        .team-block .inner-box:hover .social-icons2 li a,
        .team-block .inner-box:hover .lower-content .designation {
            color: #ffffff;
        }

        .team-block .inner-box .image {
            position: relative;
            z-index: 1;
            border-radius: 10px;
            background-color: #ffffff;
            box-shadow: inset 0px 0px 35px rgba(0,0,0,0.20);
        }

            .team-block .inner-box .image img {
                position: relative;
                /*width: 100%;*/
                display: block;
                border-radius:10px;
            }

        .team-block .inner-box .lower-content {
            position: relative;
            text-align: left;
            z-index: 1;
            padding: 30px 15px 0px 95px;
        }

            .team-block .inner-box .lower-content h3 {
                position: relative;
                color: #f05e4e;
                font-size: 18px;
                font-weight: 700;
                line-height: 1.3em;
            }

                .team-block .inner-box .lower-content h3 a {
                    position: relative;
                    color: #f05e4e;
                    -webkit-transition: all 0.4s;
                    -moz-transition: all 0.4s;
                    -o-transition: all 0.4s;
                    transition: all 0.4s;
                }

            .team-block .inner-box .lower-content .designation {
                position: relative;
                margin-top: 5px;
                color: #777777;
                font-size: 14px;
            }

    .team-block.style-two .inner-box .lower-content h3 a,
    .team-block.style-two .inner-box .social-icons li a {
        color: #ff9600;
    }

    .team-block.style-two .inner-box:hover .lower-content h3 a,
    .team-block.style-two .inner-box:hover .social-icons li a {
        color: #ffffff;
    }

    .team-block.style-two .inner-box::after {
        background-image: -ms-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
        background-image: -moz-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
        background-image: -o-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFEB3C), color-stop(100, #ff9600));
        background-image: -webkit-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
        background-image: linear-gradient(to bottom, #FFEB3C 0%, #ff9600 100%);
    }

.pagination-style-three {
    width:30%;
    margin:auto;
}
    .pagination-style-three a {
        background: #ffffff;
        color: #f05e4e !important;
        border-radius: 25px;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .1);
        width: 80px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
    }


    .pagination-style-three a.active {
        background: #f05e4e;
        color: #fff !important;
    }


    /*Downloads*/
    .tab-left .nav-tabs {
    display: block;
}

    .tab-left .nav-tabs li {
        background-color: #5d165726;
        border-bottom: 1px solid #dddddd8c;
        border-radius: 5px;
        margin-bottom: 6px;
    }

    .tab-left .nav-tabs a {
        border-radius: 5px;
        color: #0a0a0a;
        display: block;
        font-weight: 500;
        position: relative;
        padding: 10px 20px;
        transition: .3s linear;
    }

        .tab-left .nav-tabs a:hover,
        .tab-left .nav-tabs a.active {
            background-color: #5d1657;
            color: #fff;
        }

/*key Activites*/

.activity_grey_div {
    background: #5d16570a;
    border: 1px solid #5d165717;
    padding: 15px 15px 15px 25px;
    border-radius: 4px;
    margin-bottom: 30px;
    transform: scale(0.9);
    transition: 0.3s linear;
}

    .activity_grey_div h6 {
        margin: 0;
        font-size: 19px;
        font-weight: 700;
        line-height: 30px;
        position:relative;
    }

        .activity_grey_div h6 span {
            
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 12px solid #f05e4e;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: -32px;
    top: 5px;
        }
    .activity_grey_div ul {
        padding-left:30px;
    }
        .activity_grey_div ul li {
            margin:7px 0;
            position:relative;
        }
            .activity_grey_div ul li span {
                width: 0;
                height: 0;
                border-top: 6px solid transparent;
                border-left: 8px solid #f05e4e;
                border-bottom: 6px solid transparent;
                position: absolute;
                left: -24px;
                top: 6px;
            }

    .activity_grey_div:hover {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        transform: scale(0.92);
    }


    /*source Partners*/
.square-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid #dddddd57;
    transition: .3s linear;
    padding: 10px 20px;
}
.square-holder:hover{ box-shadow: 0px 0px 20px rgb(0 0 0 / 10%); transition: .3s linear; }

    .square-holder img {
        max-width: 100%;
        filter: grayscale(100%);
        transition: all 0.3s;
        max-height: 120px;
        opacity: 0.7;
    }

    .square-holder:hover img {
        filter: none;
    }


 /*Our Centers*/
.main_center_div {
    background: #5f18590a;
    border: 1px solid #ddd;
    border-radius: 6px;
    border-radius: 10px;
    overflow: hidden;
    min-height:265px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
    .main_center_div .our_center_head {
        background: #5f1859;
        padding: 15px;
        display: flex;
    }
.main_center_div .our_center_head h3 {
            font-size: 18px;
            font-family: "Didact Gothic", sans-serif;
            letter-spacing: 0.5px; 
            color: #fff;
            margin: 0;
        }
.main_center_div .main_mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 20px 10px;
    }
.main_center_div .main_mobile h6 {
            margin: 0;
            font-size: 18px;
            font-weight:700;
        }
.main_center_div .main_mobile ul {
      margin:0;
  } 
.main_center_div .main_mobile ul li a {
        color:inherit;
    }
.center_address p {
    margin: 0;
    padding: 0 20px 20px;
    text-align: left;
    font-weight: 500;
    font-size: 17px;
}

.filter_main ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:40px;
}
    .filter_main ul li {
        margin: 8px;
    }
        .filter_main ul li:last-child {
            margin:0;
        }
        .filter_main ul li a {
            background: #ffffff;
            color: #5d1657 !important;
            border-radius: 25px!important;
            border: 1px solid #5d1657;
            box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .1);
            margin: 0;      padding: 8px 28px;
        }
            .filter_main ul li a:hover {
                background: #5d1657;
                color: #fff !important;
            }
    .filter_main .nav-pills .nav-link.active {
        background: #5d1657;
        color: #fff !important;
    }

.image-centers{ position: relative; }
.image-centers a { position: absolute;
    bottom: 0;
    right: 0; }

    /*Our Courses*/
.course_link {
    background:#fff;
    height: 100%;
}
.course_link .course_img img{ width: 100%; }
.course_content {
    position: relative;
    padding: 45px 20px 20px;
}
.course_content p{ font-size: 16px; margin-bottom: 5px; }
.course_content p span {
    font-weight:bold;
 }
.course_name {
    position: absolute;
    background: #5d1657;
    color: #fff;
    padding: 7px;
    left: 0;
    right: 0;
    top: -20px;
    width: 90%;
    border-radius: 5px;
    border: 1px solid #ffffff3d;
    font-size: 20px;
    margin: auto;
    text-align: center;
    font-family: "Didact Gothic", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}
.course_link {
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border: 1px solid #ddd;
    overflow: hidden;
}
    .course_link:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }
    .course_link.active {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }














    .main_rules_div p {
        position: relative;
        padding-left: 40px;
    }

    .main_rules_div p span {
        position: absolute;
        left: 0;
        top: 0;
        font-weight: 900;
    }

.timing .table td,
.timing .table th {
    padding: 1rem;
}

.timing h2 {
    text-align: center;
    font-size: 35px;
    line-height: normal;
    padding-bottom: 20px;
}

.facilities {
    padding: 0;
}

    .facilities li {
        padding: 10px 0;
    }

        .facilities li span {
            padding-right: 15px;
        }

.contact_bg {
    position: relative;
    background: rgba(0, 0, 0, .1);
}

/*    .contact_bg:before {
        content: '';
        background: url(../images/contact-bg.jpg) center no-repeat;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }*/
.left_contact {
    background: #2a6ca5;
    padding: 30px 50px;
    border-radius: 30px 0 30px 0;
}

    .left_contact ul {
        padding-left: 0;
    }

        .left_contact ul li .contact-icon {
            margin-right: 15px;
        }

            .left_contact ul li .contact-icon img {
                width: 33px;
            }

        .left_contact ul li {
            display: flex;
        }

            .left_contact ul li .contact-deails h5 {
                color: #fff;
                font-weight: 900;
            }

            .left_contact ul li .contact-deails a,
            .left_contact ul li .contact-deails span,
            .left_contact ul li .contact-deails p {
                color: #fff;
            }

.contact_bg {
}

.blue_bg {
    background: #2a6ca5;
    padding: 5em 2em;
    margin-bottom: 5em;
}

    .blue_bg .address_div {
        background: #fff;
        padding: 30px;
        border-radius: 30px 0 30px 0;
    }

        .blue_bg .address_div .inner_add_div {
            display: flex;
            margin-bottom: 20px;
        }

            .blue_bg .address_div .inner_add_div .icon {
                width: 45px;
                height: 45px;
                display: flex;
                align-items: center;
                justify-items: center;
                background-color: #fe4445;
                padding: 10px;
                margin-right: 15px;
                border-radius: 50%;
            }

                .blue_bg .address_div .inner_add_div .icon i {
                    text-shadow: 40px 40px 0 #d62d2e, 39px 39px 0 #d62d2e, 38px 38px 0 #d62d2e, 37px 37px 0 #d62d2e, 36px 36px 0 #d62d2e, 35px 35px 0 #d62d2e, 34px 34px 0 #d62d2e, 33px 33px 0 #d62d2e, 32px 32px 0 #d62d2e, 31px 31px 0 #d62d2e, 30px 30px 0 #d62d2e, 29px 29px 0 #d62d2e, 28px 28px 0 #d62d2e, 27px 27px 0 #d62d2e, 26px 26px 0 #d62d2e, 25px 25px 0 #d62d2e, 24px 24px 0 #d62d2e, 23px 23px 0 #d62d2e, 22px 22px 0 #d62d2e, 21px 21px 0 #d62d2e, 20px 20px 0 #d62d2e, 19px 19px 0 #d62d2e, 18px 18px 0 #d62d2e, 17px 17px 0 #d62d2e, 16px 16px 0 #d62d2e, 15px 15px 0 #d62d2e, 14px 14px 0 #d62d2e, 13px 13px 0 #d62d2e, 12px 12px 0 #d62d2e, 11px 11px 0 #d62d2e, 10px 10px 0 #d62d2e, 9px 9px 0 #d62d2e, 8px 8px 0 #d62d2e, 7px 7px 0 #d62d2e, 6px 6px 0 #d62d2e, 5px 5px 0 #d62d2e, 4px 4px 0 #d62d2e, 3px 3px 0 #d62d2e, 2px 2px 0 #d62d2e, 1px 1px 0 #d62d2e;
                    position: relative;
                    overflow: hidden;
                    color: white;
                    font-size: 25px;
                    text-align: center;
                }

        .blue_bg .address_div .many_phones {
            display: flex;
            flex-direction: column;
        }

            .blue_bg .address_div .many_phones a,
            .blue_bg .address_div a {
                color: #555;
            }

.right_contact {
    background: #fff;
    padding: 100px 50px;
    border-radius: 30px 0 30px 0;
}

    .right_contact .form-group .form-control {
        height: 50px;
    }

    .right_contact .form-group {
        margin-bottom: 1.5em;
    }

/*News command events*/
.nav.nav-pills {
    justify-content: center;
}

.nav-pills > li {
    margin: 0 5px;
}

    .nav-pills > li > a {
        position: relative;
        display: block;
        width: 100%;
        padding: 15px 15px;
        background-color: #dadada;
        text-align: center;
        border-radius: 4px;
        color: #1f65a1;
        transition: color, background-color 0.3s ease;
        font-size: 18px;
        transition: 0.4s ease-in-out;
        letter-spacing: 1px;
    }

    .nav-pills > li a.active,
    .nav-pills > li a.active > a:hover,
    .nav-pills > li a.active > a:focus {
        color: #fff;
        background-color: #f05e4e;
    }

    .nav-pills > li > a:hover {
        color: #fff;
        background-color: #f05e4e;
    }

.tab-content {
    margin: 50px 0 20px 0;
}

.media {
    align-items: center;
    background: rgb(239 239 239);
}

    .media .media-body p {
        font-size: 15px;
    }

    .media > .text-left {
        margin-right: 29px;
    }

    .media .dateEl {
        display: inline-block;
        text-align: center;
        background: #f9f9f9;
        padding: 18px 0 25px 0;
        color: #173d51;
        font-size: 16px;
        font-weight: 700;
        width: 113px;
        text-transform: uppercase;
    }

        .media .dateEl em {
            display: block;
            color: #662d91;
            font-size: 42px;
            line-height: 1;
            margin-bottom: 5px;
            font-style: normal;
        }

    .media .media-heading a {
        color: #022235;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    .media .meta-data {
        margin: 0 0 7px 0;
    }

    .media .longDate,
    .media .timeEl {
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 700;
        color: #636465;
        text-transform: uppercase;
        min-height: 16px;
    }

    .media .longDate {
        background: transparent url(../images/ico-calendar.png) no-repeat left top;
        padding: 0 10px 0 24px;
        border-right: 1px solid #eb5b4c;
        margin-right: 3px;
    }

#news.tab-pane .media .longDate {
    border-right: none;
}

.blogPost--small {
    color: #7c7b7b;
    margin: 20px 30px 40px 0;
}

    .blogPost--small .media > .text-left {
        margin-right: 25px;
    }

    .blogPost--small a {
        color: ##1f65a1;
    }

    .blogPost--small .date,
    .blogPost--small .dateEl2 {
        display: block;
        text-align: center;
        color: #fff;
        background: #1f65a1;
        padding: 28px;
    }

        .blogPost--small .date span,
        .blogPost--small .dateEl2 span {
            display: inline-block;
            font-size: 23px;
            line-height: 1;
            letter-spacing: 0em;
            text-indent: -0.1em;
            color: #fff;
            font-weight: bold;
        }

        .blogPost--small .date small,
        .blogPost--small .dateEl2 small {
            display: block;
            font-size: 18px;
            text-transform: uppercase;
            color: #fff;
        }

    .blogPost--small h4 {
        margin: 12px 0 12px 0;
        font-size: 22px;
        align-items: center;
    }



.btn-default {
    color: #fff;
    font-size: 14px;
    background-color: #1f65a1;
    border-radius: 0px;
}

.main_announcement {
    background: #fff;
    padding: 50px;
    padding-top: 100px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 5px;
    position: relative;
}

.announce_head h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
}

.announce_head {
        background: #5d1657;
    color: #fff;
    padding: 15px 37px;
    width: fit-content;
    margin: auto;
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
    border-radius: 8px;
}

.announce_box {
    background: antiquewhite;
    padding: 40px 30px 30px 30px;
    position: relative;
    border-radius: 0px 10px 0px 10px;
    border: 2px solid #f05e4e;
        height: 100%;
}

    .announce_box .announce_number {
        position: absolute;
        background: #f05e4e;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -15px;
        top: -15px;
        border-radius: 0px 10px 0px 10px;
    }

        .announce_box .announce_number h5 {
            margin: 0;
            color: #fff;
            font-weight: bold;
        }
       



.event_heading {
    color: #5d1657;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.event_details p {
    margin-bottom: 8px;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-size: 16px;
}

    .event_details p span {
        font-weight: 700;
    }

.annoucement_icon {
    position: absolute;
    width: 110px;
    top: -52px;
    left: -27px;
}

/*menu Style Start*/
@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

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

@keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

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

ul.menu-section {
    margin-bottom: 0;
}

html {
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}


a,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    background: 0 0;
    text-decoration: none
}

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

    a,
    button {
        cursor: default !important;
        border: none;
        outline: none
    }
}

img,
video {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}


@media only screen and (max-width:992px) {
    .container {
        padding: 0 1rem;
        margin: 0 auto
    }
}

.brand {
    font-family: inherit;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: inherit;
    color: #cd5257;
    border: none;
    outline: none;
    text-transform: uppercase;
    text-rendering: optimizeLegibility
}

.header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    /*padding: 1rem 0;*/
    margin: 0 auto;
    z-index: 999;
    border: none;
    outline: none;
    background: #fafafa;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}


/*  Announcement */

.announce1 {
    position: relative;
    background: #5d1657;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-right: 10px solid #fff;
}

    .announce1::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        background: #5d1657;
        z-index: 1;
        right: -22px;
        top: 29px;
        transform: rotate(45deg);
    }

    .announce1::before {
        content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        background: #fff;
        z-index: 1;
        right: -35px;
        top: 29px;
        transform: rotate(45deg);
    }

    .announce1 h2 {
        color: #fff;
        position: relative;
        z-index: 2;
    }

    .announce1 img {
        width: 55px;
    }

.announce-block {
    background: #cd5257;
    color: #fff;
     padding: 20px 20px 20px 70px;
}

    .announce-block ul {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-around;
    }

.announce-block ul li {
            color: #fff;
            display: flex;
            align-items: center;
            /*border-left: 3px solid #fff;*/
            padding-left: 30px;
            font-size: 22px;
            font-weight: 900;
            position: relative;  font-family: 'Gothic A1', sans-serif;
        }
.announce-block ul li:before{     content: '';
    position: absolute;
    top: 6%;
    /* transform: translate(-50%,-50%); */
    left: 0;
    width: 4px;
    height: 80%;
    background: #fff; }

.img-divider {
    position: absolute;
    right: -29px;
    z-index: 2;
}
        .announce-block .slider {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-around;
    }

        .announce-block .slider h4 {
            align-items: center;
            display: flex;
            font-family: 'Gothic A1', sans-serif;
            font-weight: 800;
            height: 100%;
            margin: 0;
            padding: 0 30px;
            position: relative;
        }

            .announce-block .slider h4:before {
                content: '';
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                width: 4px;
                height: 88%;
                background: #fff;
            }

            .announce-block .slider h4 a {
                color: #fff;
            }


/* Courses We Provided */


.we-provide .section-heading h1:after{ background: #fff; }






       /* Privacy Policy*/
.inner_banner {
    margin-top: 140px;
}

.sidebar_nav {
    position:sticky;
    top:145px;
}
.sidebar_nav {
    background: #f3f3f3a3;
    padding: 15px 20px;
    border-radius: 5px;
}
    .sidebar_nav li {
        border: 1px solid #ccc;
        padding: 10px;
    } 
    .sidebar_nav li a {
        color:#202222;
        font-size:16px;
    }
        .sidebar_nav li a:hover {
            color:#cd5257;
        }
#rightSection .section {
    padding: 0 15px 0px 20px;
}
    #rightSection .section h2 {
        color: #202222;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 12px;
        letter-spacing: 0.5px;
        margin-top:40px;
    }

    #rightSection .section ul {
        padding-left: 40px;
        margin: 30px 0;
    }
    #rightSection .section ul li {
        position:relative;
        margin-bottom:10px;
    }
        #rightSection .section ul li:after {
            content: '';
            position: absolute;
            width: 6px;
            height: 6px;
            background: #202222;
            border-radius: 50%;
            left: -15px;
            top: 9px;
        }
.contact_heading.section-heading:before {
    display:none;
    text-align:center;
}
.contact_heading.section-heading {
    margin-bottom:6rem;
    padding-left:0;
    margin-top:0;
}
.contact_heading.section-heading h1, .contact_heading.section-heading p {
    text-align: center;
}


.locations_contact li {
    display:flex;
}
.locations_contact li a {
    color: #202222;
}
    .locations_contact li a:hover {
        color:#cd5257;
    }

    /*Social Media css*/
.social-buttons {
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 13px;
}

.social-buttons__button {
    margin: 5px;
}

.social-button {
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    width: 40px;
    height: 40px;
    text-decoration: none;
}

.social-icons {
    width: 100%;
}

.social-button__inner {
    font-size: 2rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 100%;
    background: #dedede;
    text-align: center;
}

.social-button i,
.social-button svg {
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.social-button i {
    font-size: 22px;
}

.social-button svg {
    height: 40%;
    width: 40%;
}

.social-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-radius: 100%;
    transition: 0.3s;
}

.social-button:focus,
.social-button:hover {
    color: #fff;
    text-decoration: none;
}

    .social-button:focus::after,
    .social-button:hover::after {
        width: 100%;
        height: 100%;
        margin-left: -50%;
    }

.social-button--facebook {
    color: #3b5999;
}

    .social-button--facebook::after {
        background: #3b5999;
    }

.social-button--linkedin {
    color: #0077b5;
}

    .social-button--linkedin::after {
        background: #0077b5;
    }

.social-button--github {
    color: #d62d2e;
}

    .social-button--github::after {
        background: #d62d2e;
    }

.social-button--codepen {
    color: #2b80d9;
}

    .social-button--codepen::after {
        background: #2b80d9;
    }

.social-button--instagram {
    color: #e4405f;
}

    .social-button--instagram::after {
        background: #e4405f;
    }

/* social media icons end  */

.contact_map {
    position:relative;
    margin-bottom:-10px;
}

    .contact_map .contact-form-wrapper {
        position: absolute;
        padding: 100px 0;
        right:10%;
        top:-7%;

    }


.contact-form {
    padding: 30px 40px;
    background-color: #ffffff;
    border-radius: 10px;
    max-width: 450px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .contact-form textarea {
        resize: none;
    }

    .contact-form .form-input,
    .form-text-area {
        background-color: #f0f4f5;
        height: 50px;
        padding-left: 16px;
    }

    .contact-form .form-text-area {
        background-color: #f0f4f5;
        height: auto;
        padding-left: 16px;
    }

    .contact-form .form-control::placeholder {
        color: #aeb4b9;
        font-weight: 500;
        opacity: 1;
    }

    .contact-form .form-control:-ms-input-placeholder {
        color: #aeb4b9;
        font-weight: 500;
    }

    .contact-form .form-control::-ms-input-placeholder {
        color: #aeb4b9;
        font-weight: 500;
    }

    .contact-form .form-control:focus {
        border-color: #f33fb0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #5d1657;
    }

    .contact-form .title {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
    }

    .contact-form .description {
        color: #aeb4b9;
        font-size: 14px;
        text-align: center;
    }

#courseModal.modal{     background: #0000008c; }
#courseModal .modal-dialog{     transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    margin: 0; }
#courseModal #key .item{ 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;   
    padding-bottom: 10px;      
  } 
#courseModal #key .item:last-child{ 
    border-bottom: none;     
  } 







.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 1em;
  line-height: 1.2em;
  opacity: 0;
  color: #dc3545;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}
/*.parsley-required {
    background: #fde8e8;
    display: inline-block;
    font-size: 11px;
    padding: 2px 5px;
    position: relative;
    margin-top: 5px;
    border-radius: 4px;
}

.parsley-required:before {
    position: absolute;
    top: -17px;
    left: 50%;
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #fde8e8;
    transform: translateX(-50%);
}*/
.parsley-errors-list.filled li {
    background: #fde8e8;
    display: inline-block;
    font-size: 11px;
    padding: 2px 5px;
    position: relative;
    margin-top: 5px;
    border-radius: 4px;
}

.parsley-errors-list.filled li:before {
    position: absolute;
    top: -17px;
    left: 50%;
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #fde8e8;
    transform: translateX(-50%);
}


.header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 5px 0;
    margin: 0 auto;
    z-index: 999;
    border: none;
    outline: none;
    background: #fafafa;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

    .header .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
       
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between
    }


.header-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;*/
    justify-content: flex-end;
}

.header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .header-item-right .menu-icon {
        font-size: 1.35rem;
        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;
        gap: 1rem;
        margin-left: 1rem;
        border: none;
        outline: none;
        color: #121212;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

.header .menu > ul > li {
    display: inline-block;
    line-height: 3.125rem;
    margin-left: 1.1rem;
}

    .header .menu > ul > li > a {
    color: #444;
    font-size: 1.3rem;
    letter-spacing: 1px;
    padding: 5px 0;
    font-weight: 600;
    }

    .header .menu > ul > li .menu-subs {
        position: absolute;
        width: 100%;
        height: auto;
        right: 8%;
        margin-top: 1.75rem;
        padding: 1rem 2rem;
        border: none;
        outline: none;
        z-index: 500;
        opacity: 0;
        visibility: hidden;
        border-radius: .25rem;
        border-top: 3px solid #5d1657;
        background: #fafafa;
        -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

        .header .menu > ul > li .menu-subs > ul > li {
            line-height: 1
        }

            .header .menu > ul > li .menu-subs > ul > li > a {
                display: inline-block;
                font-size: 1rem;
                font-weight: 500;
                line-height: 1.25;
                padding: .75rem 0;
                border: none;
                outline: none;
                color: #121212;
                text-transform: capitalize;
                text-rendering: optimizeLegibility;
                -webkit-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

    .header .menu > ul > li .menu-column-1 {
        min-width: 16rem;
        max-width: 20rem
    }

    .header .menu > ul > li .menu-subs.menu-mega {
        right: 2.6%;
    }

        .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
            display: block;
            line-height: 1
        }

            .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
                display: inline-block;
                font-size: 1.1rem;
                font-weight: 500;
                line-height: 1.25;
                padding: .5rem 0;
                border: none;
                font-family: "Didact Gothic", sans-serif;
                outline: none;
                color: #121212;
                text-transform: capitalize;
                text-rendering: optimizeLegibility;
                -webkit-transition: color .3s ease-in-out;
                -o-transition: color .3s ease-in-out;
                transition: color .3s ease-in-out
            }

    .header .menu > ul > li .menu-subs.menu-column-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: fit-content;
        padding: 1.25rem 1rem
    }

        .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            padding: 0 1rem
        }
         .header .menu > ul > li .menu-subs.menu-column-4 > .list-item ul{ padding:0px; }

            .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.col-lg-4 {
                -ms-flex: 0 0 25%;
                flex: 0 0 25%;
            }

            .header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
                font-size: 1rem;
                font-weight: 700;
                line-height: 1;
                padding: .75rem 0;
                border: none;
                outline: none;
                color: #5d1657;
                text-transform: uppercase;
                text-rendering: optimizeLegibility;
                -webkit-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

            .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
                text-align: center
            }

            .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
                max-width: 100%;
                width: 100%;
                height: auto;
                margin-top: .75rem;
                -o-object-fit: cover;
                object-fit: cover;
                vertical-align: middle
            }

    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
    .header .menu > ul > li .menu-subs > ul > li > a:hover {
        color: #5d1657
    }

    .header-item-right a:hover,
    .header .menu > ul > li:hover > a {
        color: #5d1657
    }

nav > ul > li > a:hover {
    color: #5d1657 !important;
}

@media only screen and (min-width:993px) {
    .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
        margin-top: .5rem;
        opacity: 1;
        visibility: visible
    }
}

.menu-mobile-header,
.menu-mobile-trigger {
    display: none
}

@media only screen and (max-width:991px) {
    .menu-item-has-children.position-relative {
        position: unset !important;
    }
    .header .wrapper{  -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

    .header-item-center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .header-item-left,
    .header-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header .menu-mobile-trigger {
        position: relative;
        display: block;
        cursor: pointer;
        width: 1.75rem;
        height: 1rem;
        border: none;
        outline: none;
        margin-left: 1.25rem;
        background: 0 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out
    }

        .header .menu-mobile-trigger span {
            display: block;
            position: absolute;
            width: 100%;
            height: 2px;
            left: 0;
            border: none;
            outline: none;
            opacity: 1;
            border-radius: .25rem;
            background: #121212;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out
        }

            .header .menu-mobile-trigger span:nth-child(1) {
                top: 0
            }

            .header .menu-mobile-trigger span:nth-child(2),
            .header .menu-mobile-trigger span:nth-child(3) {
                top: .5rem
            }

            .header .menu-mobile-trigger span:nth-child(4) {
                top: 1rem
            }

    .header-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 20rem;
        height: 100%;
        z-index: 1099;
        overflow: hidden;
        background: #fafafa;
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

        .header .menu.active {
            -webkit-transform: translate(0%);
            -ms-transform: translate(0%);
            transform: translate(0%)
        }

        .header .menu > ul > li {
            display: block;
            line-height: 1;
            margin: 0;
        }

            .header .menu > ul > li > a {
                display: block;
                line-height: 3.125rem;
                height: 3.125rem;
                padding: 0 3.125rem 0 1rem;
                border-bottom: 1px solid rgba(0, 0, 0, .1);
                position: relative;
                font-size: 16px;

            }

                .header .menu > ul > li > a i.ion {
                    position: absolute;
                    font-size: 1.25rem;
                    line-height: 3.125rem;
                    top: 0;
                    right: 0;
                    width: 3.125rem;
                    height: 3.125rem;
                    text-align: center;
                    -webkit-transform: rotate(-90deg);
                    -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg)
                }

        .header .menu .menu-mobile-header {
            position: relative;
            position: -webkit-sticky;
            position: sticky;
            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;
            top: 0;
            height: 3.125rem;
            z-index: 501;
            border-bottom: 1px solid rgba(0, 0, 0, .1);
            background: #fafafa
        }

            .header .menu .menu-mobile-header .menu-mobile-arrow {
                display: none;
                font-size: 1.25rem;
                line-height: 3.125rem;
                width: 3.125rem;
                height: 3.125rem;
                cursor: pointer;
                border: none;
                color: #121212;
                text-align: center
            }

            .header .menu .menu-mobile-header.active .menu-mobile-arrow {
                display: block
            }

            .header .menu .menu-mobile-header .menu-mobile-title {
                font-family: inherit;
                font-size: 1rem;
                font-weight: 500;
                line-height: inherit;
                color: #121212;
                text-transform: capitalize;
                text-rendering: optimizeLegibility
            }

            .header .menu .menu-mobile-header .menu-mobile-close {
                font-size: 2.25rem;
                line-height: 3.125rem;
                cursor: pointer;
                width: 3.125rem;
                height: 3.125rem;
                border: none;
                color: #121212;
                text-align: center
            }

        .header .menu .menu-section {
            height: 100%;
            overflow-y: auto;
            overflow-x: hidden;
            margin-bottom: 0; padding-left: 10px;
        }

        .header .menu > ul > li .menu-subs {
            position: absolute;
            display: none;
            top: 0;
            left: 0;
            max-width: none;
            min-width: auto;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 1rem;
            padding-top: 4rem;
            opacity: 1;
            overflow-y: auto;
            visibility: visible;
            -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
            transform: translateX(0%);
            -webkit-box-shadow: none;
            box-shadow: none
        }

            .header .menu > ul > li .menu-subs.menu-mega,
            .header .menu > ul > li .menu-subs.menu-mega.two-menu,
            .header .menu > ul > li .menu-subs.menu-mega.three-menu {
                position: absolute;
                display: none;
                top: 0;
                left: 0;
                max-width: none;
                min-width: auto;
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 1rem;
                padding-top: 4rem;
                opacity: 1;
                overflow-y: auto;
                visibility: visible;
                -webkit-transform: translateX(0%);
                -ms-transform: translateX(0%);
                transform: translateX(0%);
                -webkit-box-shadow: none;
                box-shadow: none
            }

            .header .menu > ul > li .menu-subs.active,
            .header .menu > ul > li .menu-subs.two-menu.active,
            .header .menu > ul > li .menu-subs.three-menu.active {
                display: block
            }

            .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                padding: 0
            }

                .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
                    margin-top: 0
                }

                .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
                    margin-bottom: 1.25rem
                }

                .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
                    margin-bottom: 0
                }

            .header .menu > ul > li .menu-subs > ul > li > a {
                display: block
            }

            .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
                margin-bottom: 1rem
            }

                .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
                    display: block
                }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, .55);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

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

    .header .menu > ul > li > a i.ion {
        position: absolute;
        font-size: 1rem;
        line-height: 3.125rem;
        top: 0;
        right: 0;
        width: 3.125rem;
        height: 3.125rem;
        text-align: center;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}


@media (min-width: 992px) and (max-width:1199px) {

    .header .menu > ul > li{     margin-left: 15px; }
    .header .menu > ul > li > a{ font-size: 16px; }
     header p { font-size: 12px; }

}

@media (min-width: 1600px){

  
.header .menu > ul > li{ margin-left: 2rem; }
}




@media (min-width: 1600px) {

    .container {
        max-width: 88vw;
    }

    .ourcommitment .commitment_right .commitment_right_inner .points .item { display: flex; }


}

@media (min-width: 1200px) {
    header .container-full {
        padding: 0 3rem;
        max-width: 100%;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    header .container-full {
        padding: 0 1rem;
        max-width: 100%;
    }
}

@media screen and (min-width:1152px) {
    .container-full {
        max-width: 100%;
        padding: 0 5rem;
        margin: 0 auto;
    }

}


@media (min-width: 1200px) {
 header .container-full {
        padding: 0 3rem;
        max-width: 100%;
    }
}


@media screen and (min-width:1200px) and (max-width:1599px) {
    .block {
        padding: 5rem 0;
    }

    body {
        font-size: 16px;
    }

    .header .menu > ul > li > a{  font-size: 17px; }
    header p{     font-size: 15px; }

    #banner h1 { font-size: 45px; line-height: 60px; }
    #banner h4 { font-size: 18px; }
    
    .section-heading h2{ font-size: 38px;    line-height: 58px; padding-left: 35px; }

    .announce1 h2{ font-size: 1.6rem; }
    .announce-block ul li{ font-size: 18px; }
    .announce1::before, .announce1::after{ width: 42px; height: 42px; top:27px; }

    .announce1::after{ right: -20px; }
    .announce1::before{ right: -32px; }

    .overview_right .right_counter_one h3{     font-size: 4rem; }
    .overview_right .right_counter_one .counter_img img { width: 70px; }

    .we-provide .card-body{     padding: 60px 0 30px; }
    .we-provide .card .card-body .courses_icon img{     width: 72px; }
    .we-provide .card-body h4{ font-size: 1.6rem; }
    .we-provide .card-body p{ font-size: 18px; }

    .training-centres .card .card-body h5{  padding: 0 15px; font-size: 18px; line-height: 32px; }

    .points .commit_img{ width: 78px; height: 78px; padding: 15px;    margin-bottom: 20px; }
    .ourcommitment .commitment_right .commit_description{ margin-left: 0; }

    .event_slick_slider .slick-slide { margin: 0 20px; }
    .event-card .event-card-body h5{  font-size: 18px; }
    .event-card .event-card-body h5 span{  font-size: 20px; margin-top: -7px; margin-right: 7px; }
    .event-card .event-card-body h4{ font-size: 22px; }

    .event_slick_slider .slick-prev, .event_slick_slider .slick-next{  width: 30px;  height: 30px; }



}


@media (min-width: 992px) and (max-width: 1599px) {

    .slick-prev, .slick-next {
        width: 52px;
        height: 30px;
    }

        .slick-prev span, .slick-next span {
            font-size: 22px;
        }

    .slick-prev {
        right: 8%;
    }

    .slick-next {
        right: 1%;
    }

    .section-heading h4 {
        font-size: 1.2rem;
    }


    
    .footer h4 {
        font-size: 1.2rem;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .footer ul li a,
    .footer {
        font-size: 15px;
    }

    .footer-logo {
        width: 140px;
        margin-bottom: 10px;
    }

    .social-icons {
        line-height: 40px;
    }

    .footer ul li {
        padding-left: 1.4rem;
    }

        .footer ul li::before {
            width: 12px;
            height: 12px;
        }

    .copyright,
    .copyright p {
        font-size: 14px;
    }

    .course_name { font-size: 16px; }

}

@media screen and (max-width:1199px){

    .we-provide .card .card-body{ padding: 50px 0 30px; }
    .we-provide .card .card-body .courses_icon{     top: -12%; }
    .we-provide .card .card-body .courses_icon img{     width: 60px; }
    .we-provide .card-body h4{ font-size: 1.5rem; }
    .we-provide .card-body p{ font-size: 16px; }

    .training-centres .card .card-body {  padding: 25px 0 25px; }
    .training-centres .card .card-body h5{  font-size: 20px; }

    .ourcommitment .commitment_right .commitment_right_inner {
    padding: 50px 20px; }
    .ourcommitment .commitment_right .commit_description{ margin-left: 0px; }
    .points .commit_img{ width: 75px;
    height: 75px;
    padding: 15px;
    margin-bottom: 25px; }
    .points .commit_description h6{     font-size: 25px; }
    .points .commit_description p{ font-size: 18px; }

    .event_slick_slider .slick-slide { margin: 0 20px; }
    .event-card .event-card-body h4{ font-size: 20px;     line-height: 28px; }
    .event-card .event-card-body .middle_border{ height: 1px;
    margin: 12px 0; }
    .event-card .event-card-body h5{ font-size: 14px; }
    .event-card .event-card-body h5 span{     font-size: 22px; width: 30px; }
    .event_slick_slider .slick-prev, .event_slick_slider .slick-next{ top: 50%; width: 30px;
    height: 30px; }

    .footer{     padding-top: 20px; }
    .footer h4{     font-size: 1.2rem; margin-top: 20px;
    margin-bottom: 10px; }
    .footer a, .copyright{     font-size: 12px; }

    #backtoTop{ width: 42px;
    height: 42px }
    .course_name { font-size: 14px; }

}

@media screen and (min-width:992px) and (max-width:1199px) {

    body, p, ul li{ font-size: 18px; }

    .block {
        padding: 4rem 0;
    }
    .body-content {
   margin-top: 120px;
}
    .top-banner h2 {
    font-size: 40px;
}

    .homemenu.homemenutop .logo img {
        width: 120px;
    }

    #banner .caption{ left: 52%; width: 42%; }
    #banner h1 { font-size: 38px;    line-height: 60px;    line-height: 60px; }

    .announce1{ border-right: 8px solid #fff; }
    .announce1 img { width: 42px; }
    .announce1 h2{ font-size: 1.4rem; }
    .announce1::before, .announce1::after{ width: 30px; height: 30px; }
    .announce1::before{  right: -23px; }
    .announce1::after{  right: -12px; }
    .announce-block ul li{  font-size: 18px;  }

    .section-heading h2{ font-size: 34px; line-height: 50px; padding-left: 40px; }
   
    .overview_right .right_counter_one .counter_img img { width: 70px;  }
    .overview_right .right_counter_one h3{ font-size: 5rem; margin: 0;     line-height: 60px; }

    
    .footer h4 {
        font-size: 1.1rem;
    }

    .footer ul li{ margin-bottom: 8px; }
    .footer ul li::before {
        width: 10px;
        height: 15px;
    }

    .footer ul li a, .footer {
        font-size: 14px;
    }
}


@media (min-width:992px) {

    /*dropdown menu*/
    ul.subMenu {
        box-sizing: border-box;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 0px;
        width: 200px;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        line-height: 18px;
    }

        ul.subMenu li {
            width: 100%;
            background: #fff;
            padding: 10px 20px;
        }

            ul.subMenu li:first-child {
                padding-top: 20px;
            }

            ul.subMenu li:last-child {
                padding-bottom: 20px;
            }

            ul.subMenu li a {
                color: #444;
                font-size: 16px;
            }

        ul.subMenu ul.subMenu {
            position: absolute;
            top: 0;
            left: 100%;
            width: 100%;
        }
}


@media (max-width: 991px) {

    .navbar-toggler:focus {
        outline: 0;
    }

    .navbar-toggler-icon {
        background-image: none !important;
    }

    .navbar-toggler {
        font-size: 1rem;
        border: none;
        padding: 0;
        overflow: hidden;
        border-radius: 0;
    }

        .navbar-toggler span.navbar-toggler-icon {
            display: block;
            position: relative;
            width: 22px;
            height: 15px;
            cursor: pointer;
            -moz-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            color: #a81531;
            font-weight: bold;
            margin: 0 auto;
            perspective: 200px;
        }

        .navbar-toggler:not(.collapsed) span.navbar-toggler-icon {
            height: 20px;
        }

        .navbar-toggler span.navbar-toggler-icon span:nth-child(1) {
            top: 0px;
        }

        .navbar-toggler span.navbar-toggler-icon span:nth-child(2) {
            top: 6px;
        }

        .navbar-toggler span.navbar-toggler-icon span:nth-child(3) {
            top: 12px;
        }

        .navbar-toggler span.navbar-toggler-icon span {
            display: block;
            position: absolute;
            left: 0;
            width: 20px;
            height: 1px;
            background: #000;
            opacity: 1;
            z-index: 1;
            -moz-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
        }

        .navbar-toggler:not(.collapsed) span.navbar-toggler-icon span {
            background: #41c3d0;
        }

            .navbar-toggler:not(.collapsed) span.navbar-toggler-icon span:nth-child(1) {
                top: 10px;
                -moz-transform: rotate(135deg);
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
            }

            .navbar-toggler:not(.collapsed) span.navbar-toggler-icon span:nth-child(2) {
                opacity: 0;
                left: -60px;
            }

            .navbar-toggler:not(.collapsed) span.navbar-toggler-icon span:nth-child(3) {
                top: 10px;
                -moz-transform: rotate(-135deg);
                -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
            }

    .navbar-toggler {
        padding: 0.2rem;
        font-size: 0.9rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

}


@media (max-width: 991px) {

    body, p, ul li{ font-size: 18px; }
    .body-content{ margin-top:0px; }
    #header{ position: relative; }
    #banner .caption{     left: 45%;
    width: 60%; }
    .top-banner h2{     font-size: 34px; }

    #banner h1 { font-size: 38px; line-height: 52px;  }
    .btn{ padding: 10px 30px; }

    .homemenu.homemenutop .logo img{ width: 115px; }
    .homemenu.in .logo img, .homemenu.homemenubottom .logo img{ width: 110px; }
    header p{ font-size: 12px; }

    .section-heading h1, .section-heading h2 { padding-left: 35px; }
    .section-heading h1:after, .section-heading h2:after{ width: 5px; }

    .section-heading h1{ font-size: 36px; }
    .section-heading h2{ font-size: 34px; line-height: 48px; }

    .announce1{ border-right: 8px solid #fff; }
    .announce1 img { width: 33px; }
    .announce1 h2{ font-size: 1.2rem; }
    .announce1::before, .announce1::after{ width: 30px; height: 30px; }
    .announce1::before{  right: -23px; }
    .announce1::after{  right: -12px; }
    .announce-block ul li{    
         padding-left: 12px;
         font-size: 14px; 
    }

    .overview_right .right_counter_one h3{     font-size: 5rem; }
    .overview_right .right_counter_one .counter_img img { width: 70px; }
    .overview_right .right_counter_one p{     font-size: 20px; }

    .we-provide .card .card-body{ padding: 50px 0 30px; }
    .we-provide .card .card-body .courses_icon{     top: -12%; }
    .we-provide .card .card-body .courses_icon img{     width: 60px; }
    .we-provide .card-body h4{ font-size: 1.5rem; }
    .we-provide .card-body p{ font-size: 16px; }

    .footer ul li a, .footer{     font-size: 16px; }

    .tab-left .nav-tabs{ display: flex; }
    .tab-left .nav-tabs li{ margin-right: 6px; }
    .tab-left .nav-tabs a{  padding: 6px 20px; }

}


@media (max-width:991px) {


    .homemenu.homemenutop .logo img { width: 110px; }

    #banner .caption{ left: auto; right: 0;
    width: 80%; }
    #banner h1 { font-size: 32px; }

    .section-heading h1{     line-height: 50px; }
    .section-heading h2 {
        font-size: 24px;
    line-height: 36px;
}
    

    .overview_right .right_counter_one .counter_img img { width: 60px;  }
    .overview_right .right_counter_one h3{ font-size: 3rem; margin: 0;     line-height: 50px; }

}



@media (max-width: 767px){

    .announce1{ border-right:none; border-bottom: 5px solid #fff; padding: 12px; }
    .announce1 img { width: 40px; }
    .announce1 h2{     font-size: 1.5rem; }
    .announce-block{     padding: 10px 20px; }
    .announce-block ul{ display:block; }
    .announce-block ul li{  
        padding-left: 20px;
    font-size: 16px;
    margin: 20px 0; }

    .announce1::before, .announce1::after{    width: 24px;
    height: 24px;  rotate: 45deg; left:50%; transform: translateX(-50%); }
    .announce1::before{ top: 64px; }
    .announce1::after{ top: 56px; }

    .overview_right:after{ background: transparent; }
    .overview_right .row1:nth-child(1){ border-bottom: none; }

    .overview_right .row1 { padding-bottom: 0px;  padding-top: 0px; }
    .overview_right .right_counter_one{ border-bottom: 1px solid #000; justify-content: start; padding: 20px 0px; }
}

