/* Minification failed. Returning unminified contents.
(5047,34): run-time error CSS1046: Expect comma, found '50'
(5047,40): run-time error CSS1046: Expect comma, found ')'
(5398,36): run-time error CSS1046: Expect comma, found '0'
(5398,40): run-time error CSS1046: Expect comma, found '/'
(5413,40): run-time error CSS1046: Expect comma, found '0'
(5413,44): run-time error CSS1046: Expect comma, found '/'
(5558,40): run-time error CSS1046: Expect comma, found '0'
(5558,44): run-time error CSS1046: Expect comma, found '/'
(5569,36): run-time error CSS1046: Expect comma, found '0'
(5569,40): run-time error CSS1046: Expect comma, found '/'
(5614,40): run-time error CSS1046: Expect comma, found '0'
(5614,44): run-time error CSS1046: Expect comma, found '/'
(5625,36): run-time error CSS1046: Expect comma, found '0'
(5625,40): run-time error CSS1046: Expect comma, found '/'
(5754,35): run-time error CSS1046: Expect comma, found '236'
(5754,43): run-time error CSS1046: Expect comma, found '/'
(5877,43): run-time error CSS1046: Expect comma, found '0'
(5877,47): run-time error CSS1046: Expect comma, found '/'
(6413,78): run-time error CSS1046: Expect comma, found '33'
(6413,84): run-time error CSS1046: Expect comma, found '/'
(6528,74): run-time error CSS1046: Expect comma, found '33'
(6528,80): run-time error CSS1046: Expect comma, found '/'
(6890,43): run-time error CSS1046: Expect comma, found '0'
(6890,47): run-time error CSS1046: Expect comma, found '/'
(6917,36): run-time error CSS1046: Expect comma, found '0'
(6917,40): run-time error CSS1046: Expect comma, found '/'
(8108,1): run-time error CSS1019: Unexpected token, found '@'
(8347,1): run-time error CSS1019: Unexpected token, found '@'
(8353,1): run-time error CSS1019: Unexpected token, found '@'
(8365,1): run-time error CSS1019: Unexpected token, found '@'
(8861,15): run-time error CSS1034: 
(8896,15): run-time error CSS1034: 
 */
/* 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;
    padding: 0;
}

body {
    font-family: "Barlow Semi Condensed", sans-serif !important;
    font-size: 20px;
}

.body-content-position {
    position: relative;
    z-index: -1;
}
.body-content {
    overflow-x:hidden;
}

.primary-color {
    color: #e63a3a;
}

a {
    color: #2e3292;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #e7b962;
}

::-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, 0.3);
    background-color: #213389;
}

::selection {
    background: #213389;
    color: #fff;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-weight: 800;
    font-family: "Mulish", sans-serif;
    line-height: 1.1;*/
}

h5,
h6 {
    line-height: 1.2;
}

b,
strong {
    font-weight: 700;
}

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: #3437a0;
    }

/*Slick slider*/
.slick-slide {
    outline: none;
    margin: 0;
}

.slick-dots li.slick-active,
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:before {
    width: 40px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

    .slick-dots li,
    .slick-dots li button,
    .slick-dots li button:before {
        width: 20px;
        height: 4px;
        border-radius: 10px;
    }

        .slick-dots li button:before {
            border-color: #213389;
        }

        .slick-dots li,
        .slick-dots li button,
        .slick-dots li button:before {
            width: 20px;
            height: 4px;
            border-radius: 10px;
        }

            .slick-dots li button:before {
                opacity: 1;
                color: transparent;
                border: 8px solid #213389;
                transition: 0.3s all ease-in-out;
                -webkit-transition: 0.3s all ease-in-out;
            }

            .slick-dots li button:before {
                font-family: "slick";
                font-size: 0px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 15px;
                height: 15px;
                content: "�";
                text-align: center;
                opacity: 1;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            .slick-dots li.slick-active button:before {
                opacity: 1;
                border-color: #e63a3a;
                color: transparent;
            }

/*Section Padding*/

.block {
    padding: 6rem 0;
}

.inner-block {
    padding: 4rem 0;
}

/*Buttons*/

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    line-height: 1.5;
    /*color: #fff!important;*/
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 0px;
    margin-bottom: 20px;
    font-weight: 600;
    border-radius: 0px;
    padding: 12px 36px;
    cursor: pointer !important;
}

    .btn:focus {
        box-shadow: none;
    }

    .btn:hover {
        cursor: pointer !important;
    }

.btn-primary {
    background: #e63a3a;
    border: 1px solid #e63a3a;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 20px;
    padding: 8px 45px 12px;
    margin-top: 20px;
}

    .btn-primary:hover {
        background: #112895;
        border: none;
        color: #fff;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18), 0 10px 10px rgba(0, 0, 0, 0.12);
        color: #fff;
    }

.btn-outline-primary {
    background: transparent;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #112895;
    color: #112895;
}

    .btn-outline-primary:hover {
        background: #112895;
    }

/*.btn_red_border {
    background: #e63a3a;
    border: 1px solid #e63a3a;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 20px;
    padding: 8px 45px 12px;
}

    .btn_red_border:hover {
        border: 1px solid #e63a3a;
        color: #e63a3a;
        background: transparent;
    }*/

.btn-acl {
    position: relative;
    color: #fff;
    z-index: 0;
    display: inline-block;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    padding: 10px 27px;
    cursor: pointer !important;
    background: #e63a3a;
    margin-bottom: 0 !important;
}

    .btn-acl:before {
        content: "";
        position: absolute;
        border: #e63a3a solid 1px;
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
        opacity: 0;
        transition-duration: 0.3s;
        transition-property: top right bottom left;
    }

    .btn-acl:hover:before {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 1;
    }

    .btn-acl:hover {
        color: #fff;
    }

#header.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.bodyOverlow {
    overflow: hidden;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 400;
}

.navbar-nav .nav-item {
    margin: 0 5px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.social-icons li a img {
    width: 36px;
    margin-right: 10px;
}

nav li a {
    color: #fff;
    font-size: 18px;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    display: none;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    display: block;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
    border-top: 5px solid #e63a3a;
}

.dropdown-menu {
    padding: 10px !important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #ffffff;
    border: none;
    border-radius: 0px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    border: 1px solid #eee;
    transition: all 200ms linear;
}

.dropdown-item {
    padding: 3px 15px;
    margin: 3px 0px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
}

    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #fff;
        background-color: rgb(46 50 146);
    }

.start-header.scroll-on .dropdown-menu::after {
    border-bottom: solid 12px #eae6e6;
}

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 20px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .start-header.start-style {
        background: #fff;
    }

    .start-header.scroll-on {
        box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
        background: #fff;
        padding: 10px 0;
        -webkit-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
    }

        .start-header.scroll-on .nav-link {
            color: #000 !important;
        }

.navbar {
    padding: 0;
    margin-bottom: 0px;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

    .navbar-toggler:active,
    .navbar-toggler:focus {
        outline: none;
    }

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
        width: 24px;
        position: absolute;
        height: 1px;
        background-color: #000;
        top: 0;
        left: 0;
        content: "";
        z-index: 2;
        transition: all 300ms linear;
    }

    .navbar-light .navbar-toggler-icon:after {
        top: 8px;
    }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-item .btn-primary {
    color: #fff;
}
.start-style .navbar-nav a.nav-link {
    color: #000 !important;
}

.start-style .navbar-nav > .nav-item:hover > a.nav-link {
    color: #000 !important;
}

.nav-item:hover .nav-link {
    color: #555 !important;
    font-weight: 500;
}

.nav-item.active .nav-link {
    color: #213389 !important;
}

.nav-link.active {
    color: #2e3292 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #2e3292;
}

.nav-link {
    color: #fff !important;
    position: relative;
    /*padding: 25px 20px!important;*/
    display: inline-block;
    font-size: 21px;
}

/*.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #8167a9;
	opacity: 0;
    transition: all 200ms linear;
}*/
.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

.dropdown-menu {
    left: 0;
    right: 0;
    width: 17rem;
}

    .dropdown-menu::after {
        content: "";
        position: absolute;
        top: 3px;
        left: 20%;
        margin-left: -15px;
        margin-top: -15px;
        width: 0;
        z-index: 1;
        height: 0;
        border-bottom: solid 12px #fff;
        border-left: solid 12px transparent;
        border-right: solid 12px transparent;
    }

.text-underline {
    color: currentColor;
    text-decoration: none;
    padding-top: 0.1em;
    transition: all 0.2s;
    box-shadow: inset 0 -0.1em 0 0 #3437a0;
    font-weight: 700;
}

    .text-underline:hover {
        color: white;
        box-shadow: inset 0 -1.1em 0 0 #3437a0;
    }

.material-symbols-outlined {
    color: #e63a3a;
}

/*.body-content{ margin-top: 100px; }*/

.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);
    }
}

/*Section Title*/

.section-heading h2 {
    color: #181a5b;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 3rem;
    line-height: 60px;
}

.section-heading h3 {
    color: #181a5b;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 60px;
}

.section-heading h5 {
    color: #444;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 400;
}

.section-heading h6 {
    font-size: 24px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 30px;
}

.section-heading h4 {
    font-size: 20px;
}

/*Home*/

#bannerSlider .slick-slide img {
    width: 100%;
    position: relative;
}

/*#bannerSlider .slick-slide img:before{ position: absolute; content:''; top:0; left:0; width:100%; height:100%; background: #000; }*/

.home-caption {
    color: #fff;
    position: absolute;
    left: 8%;
    top: 55%;
    transform: translateY(-50%);
    width: 48%;
    z-index: 1;
}

    .home-caption .btn-primary:hover {
        border: 1px solid #fff;
    }

    .home-caption h1 {
        font-size: 4.2rem;
    }

    .home-caption p {
        font-size: 2rem;
        line-height: normal;
    }

/*At ACL, we're creating a better world through chemistry*/

.counter h2 {
    color: #e63a3a;
    font-size: 5rem;
    font-weight: 600;
    margin: 0;
}

.counter h4 {
    color: #181a5b;
    font-weight: 600;
    font-size: 28px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.counter .card {
    padding: 40px;
    border: none;
}

.counter p {
    font-weight: 500;
    color: #555;
}

/*We provide the world's best products and become a reliable partner*/

.product_bg {
    background: url(../images/Weprovide_bg.jpg) center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.products {
    text-align: center;
    font-weight: 500;
}

    .products img {
        border: 7px solid #fff;
        margin-top: 50px;
        transition: 0.3s linear;
    }

    .products h4 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .products p {
        text-align: center;
    }

.product-caption {
    background: #fff;
    width: 72%;
    margin: 0 auto;
    padding: 20px;
    margin-top: -30px;
    position: relative;
    transition: 0.3s linear;
    box-shadow: 0px 7px 10px rgb(0 0 0 / 10%);
}

.products a {
    color: #e63a3a !important;
    font-weight: 600;
}

    .products a span {
        background: #3372c2;
        color: #fff;
        border-radius: 50%;
        padding: 5px;
        font-size: 16px;
        margin-left: 10px;
        box-shadow: 0px 5px 20px rgb(0 0 0 / 40%);
        transition: 0.3s linear;
    }

.product-item {
    position: relative;
    overflow: hidden;
}

    .product-item:hover img {
        border-top-left-radius: 30px;
        transform: scale(1.1);
        transition: 0.3s linear;
    }

    .product-item:hover .product-caption {
        background: #e63a3a;
        transition: 0.3s linear;
        color: #ffffffe8;
        transform: scale(1);
        border-bottom-right-radius: 30px;
        transform: translate(50px, -20px) scale(1.1);
    }

    .product-item:hover a {
        color: #ffffffe8 !important;
    }

        .product-item:hover a span {
            margin-left: 15px;
        }

.dream-left {
    height: 100%;
    float: left;
    background-size: cover;
    position: relative;
    z-index: 111;
    transform-origin: top;
    padding-bottom: 50px;
    max-width:97%;
}

.dream-big-text {
    transform-origin: top;
    transform: skewX(15deg);
    position: relative;
    z-index: 5;
    padding-left: 80px;
}

.big::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #172763e8;
    content: "";
    z-index: 4;
}

.dream-left:before {
    transform: skew(-15deg) translateX(-50%);
}

.dream-i {
    margin-top: -8px;
    margin-bottom: 30px;
}

.dream-left h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

    .dream-left h1 span {
        color: #e63a3a;
    }

.dream-left p {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
}

.kuntal h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    display: block;
}

    .kuntal h2 span {
        color: #e63a3a;
        font-size: 38px;
    }

.dream-right {
    width: 100%;
    height: 100%;
    float: left;
    background: url(../images/bg-2.jpg) no-repeat;
    background-size: cover;
    background-size: contain;
    background-position: right;
    position: relative;
}

.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 111;
    margin-left: 25px;
}

/*Building a sustainable legacy for generations to come*/

.sustainable img {
    border: 7px solid #fff;
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
}

.sustainable h4 {
    font-size: 26px;
    font-weight: 600;
}

.sustainable a {
    color: #e63a3a !important;
    font-weight: 600;
}

    .sustainable a span {
        background: #3372c2;
        color: #fff;
        border-radius: 50%;
        padding: 5px;
        font-size: 16px;
        margin-left: 10px;
        box-shadow: 0px 5px 20px rgb(0 0 0 / 40%);
    }

.sustainable-item:hover .sustainable-caption {
    background: #e63a3a;
    width: 85%;
    margin: 0 auto;
    padding: 20px;
    margin-top: -50px;
    position: relative;
    transition: 0.3s linear;
    box-shadow: 0px 7px 10px rgb(0 0 0 / 10%);
}

.sustainable-item:hover img {
    border-top-left-radius: 50px;
    transition: 0.3s linear;
}

.sustainable-item:hover .sustainable-caption {
    background: #e63a3a;
    transition: 0.3s linear;
    color: #ffffffe8;
    border-bottom-right-radius: 50px;
}

.sustainable-item:hover a {
    color: #ffffffe8 !important;
}

/*Keeping you in the know with our comprehensive news coverage*/

.news img {
    border: 7px solid #f4f5f7;
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
}

.news h4 {
    font-size: 26px;
    font-weight: 600;
}

.news a {
    color: #e63a3a !important;
    font-weight: 600;
}

    .news a span {
        background: #3372c2;
        color: #fff;
        border-radius: 50%;
        padding: 5px;
        font-size: 16px;
        margin-left: 10px;
        box-shadow: 0px 5px 20px rgb(0 0 0 / 40%);
    }

.news-item:hover .news-caption {
    background: #e63a3a;
    width: 85%;
    margin: 0 auto;
    padding: 20px;
    margin-top: -50px;
    position: relative;
    transition: 0.3s linear;
    box-shadow: 0px 7px 10px rgb(0 0 0 / 10%);
}

.news-item:hover img {
    border-top-left-radius: 50px;
    transition: 0.3s linear;
}

.news-item:hover .news-caption {
    background: #e63a3a;
    transition: 0.3s linear;
    color: #ffffffe8;
    border-bottom-right-radius: 50px;
}

.news-item:hover a {
    color: #ffffffe8 !important;
}

/*footer*/

footer {
    position: relative;
    z-index: 0;
    background: #2e3470;
}

footer {
    color: #fff;
    font-size: 1rem;
    word-break: break-word;
    padding-top: 60px;
    padding-bottom: 30px;
}

.footer .footer_logo img {
    width: 250px;
}

.footer li:hover .footer li a {
    color: #f69d0f;
    transform: translateX(5px);
}

.footer ul {
    line-height: 36px;
    padding: 0;
}

    .footer ul li a,
    .footer a {
        color: #fff;
        font-size: 18px;
    }

        .footer ul li a::after {
            content: "";
            position: absolute;
            /* padding-top: 10px; */
            border: 2px solid;
            border-image: linear-gradient( to right, #fffefc, #ee2a7c, #fbde18, #39acff, #39acff00 ) 1 0 0;
            width: 90%;
            bottom: -10px;
            left: 28px;
            opacity: 0;
            transition: 0.3s linear;
        }

.footer h4 {
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: 1px;
    border-bottom: 1px solid #dddddd4d;
    padding-bottom: 10px;
}

.footer ul li a img {
    margin-right: 6px;
}

.footer table td a {
    color: #fff;
    margin-left: 10px;
}

.footer .socialIcons {
    font-size: 18px;
    margin-left: 65px;
}

.social-icons {
    background: #3973bb;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s linear;
}

    .social-icons:hover {
        transition: 0.3s linear;
        background: #e63a3a;
        color: #fff;
    }

    .social-icons img {
        margin: 5px;
    }

    .social-icons a {
        color: #fff;
        font-size: 18px;
    }

.copyright {
    color: #fff;
    padding: 0px;
}

    .copyright .policy:hover {
        color: #f69d0f;
    }

hr {
    border-top: 1px solid rgb(236 236 236 / 56%);
}

.list-icon span {
    color: #e63a3a;
    font-size: 16px;
    margin-right: 10px;
}

/*inner page*/

.top-banner {
    width: 100%;
    min-height: 550px;
    background: url(../images/About.png) no-repeat;
    position: relative;
    background-size: cover !important;
    position: relative;
    margin-top:128px;
}

    .top-banner:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #11289552;
        position: absolute;
        top: 0;
        left: 0;
    }

.top-banner-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

    .top-banner-text h1 {
        font-size: 50px;
        font-weight: 500;
    }

    .top-banner-text h4 {
        font-weight: 400;
    }

/*contact*/

.bg-contact {
    background-image: url("../images/about/mission_bg.jpg");
    background-size: cover;
    position: relative;
}

    /*.bg-contact::before{ position:absolute; content:'';  top:0; left:0; width:100%; height:100%; background: rgb(237 237 237 / 88%); z-index:-1; }*/
    .bg-contact .form {
        width: 500px;
        margin: 0 auto;
    }

.contact-left-container,
.contact-right-container {
    padding: 100px;
    width: 50%;
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: #3ec2ce;
    margin: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.contact-form {
    padding: 50px 40px 20px;
    background-color: #ffffff;
    border-radius: 12px;
    max-width: 400px;
}

    .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 rgb(0 0 0 / 7%), 0 0 8px #e63a3a;
    }

    .contact-form .title {
        text-align: center;
        font-size: 24px;
        font-weight: 500;
    }

    .contact-form .description {
        color: #aeb4b9;
        font-size: 14px;
        text-align: center;
    }

    .contact-form .submit-button-wrapper {
        text-align: center;
    }

        .contact-form .submit-button-wrapper input {
            border: none;
            border-radius: 4px;
            background-color: #f23292;
            color: white;
            text-transform: uppercase;
            padding: 10px 60px;
            font-weight: 500;
            letter-spacing: 2px;
        }

            .contact-form .submit-button-wrapper input:hover {
                background-color: #d30069;
            }

#backtoTop {
    display: inline-block;
    background-color: #e63a3a;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #backtoTop span {
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-size: 30px;
    }

    #backtoTop:hover {
        cursor: pointer;
        background-color: #333;
    }

    #backtoTop:active {
        background-color: #555;
    }

    #backtoTop.show {
        opacity: 1;
        visibility: visible;
    }

/*about page*/

.about-left {
    margin-top: 20px;
}

.about-right {
    margin-left: 30px;
}

    .about-right ul {
        padding-left: 35px;
    }

        .about-right ul li i {
            min-width: 25px;
            min-height: 25px;
            line-height: 25px;
            text-align: center;
            border-radius: 100%;
            background-color: #181a5b21;
            color: #181a5b;
            font-size: 11px;
            margin-right: 10px;
        }

            .about-right ul li i:hover {
                background: #181a5b;
                transition: 0.5s;
                color: #fff;
            }

        .about-right ul li {
            color: #000;
            font-size: 18px;
            margin-left: -40px;
            margin-bottom: 25px;
            display: flex;
            align-items: start;
        }

.about-left1 {
    margin-top: 22%;
    margin-left: 30px;
}

.right1 {
    margin-top: 14%;
}

.abo-t {
    width: 100%;
    min-height: 650px;
    margin-top: 6%;
    background: #333333;
    background-size: cover;
}

.abo-v h2 {
    font-size: 35px;
    font-weight: 700;
    color: #e63a3a;
    padding: 20px 0 10px 0;
}

.abo-v p {
    color: #cccccc;
    padding-right: 14%;
}

.abo-v h3 {
    font-size: 35px;
    font-weight: 700;
    color: #e63a3a;
    padding: 10px 0;
}

/*Our History Page*/

.top-section {
    text-align: center;
}

    .top-section h2 {
        margin-bottom: 1rem;
    }

.history-t h2 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.5px;
    padding: 50px 0 30px 0;
}

    .history-t h2:hover {
        color: #e63a3a;
        transition: 0.3s linear;
    }

.history-i {
    position: relative;
}

    .history-i video {
        width: 650px;
    }

    .history-i img {
        width: 90%;
        margin-left: 10%;
        border: 7px solid #f4f5f7;
    }

.history-t1 h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

    .history-t1 h2:hover {
        color: #e63a3a;
        transition: 0.3s linear;
    }

/*Our Team page*/

.team-h h1 {
    font-size: 50px;
    font-weight: 700;
    color: #181a5b;
    text-align: center;
    padding-bottom: 4%;
}

    .team-h h1 span {
        color: #e63a3a;
    }

.leader-t {
    margin-top: 8%;
}

.leader-t1 {
    margin-top: 10%;
}

.leader-t p {
    line-height: 35px;
    font-weight: 400;
    padding-right: 8%;
}

.board-members img {
    width: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: 50%;
}

.board-members h3 {
    margin-top: 20px;
    color: #181a5b;
}

.membership ul {
    line-height: 45px;
    padding-left: 2rem;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    ul.tabs li {
        background: #2e347021;
        display: block;
        cursor: pointer;
        border-bottom: 3px solid #e63a3a;
        margin: 0px 2px;
        text-align: center;
    }

        ul.tabs li a {
            padding: 14px 45px 10px;
            color: #222 !important;
            border-radius: 0px;
        }

            ul.tabs li a:hover,
            ul.tabs li a.active {
                background: #e63a3a !important;
                color: #fff !important;
                transition: 0.3s linear;
                border-radius: 0px;
            }

        ul.tabs li.current {
            background: #e63a3a;
            color: #fff !important;
        }

.gallery {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 50px);
    margin: 60px auto 0;
    justify-content: space-around;
}

    .gallery a {
        display: block;
        text-decoration: none;
        width: 25%;
        overflow: hidden;
        outline: none;
        outline: 8px solid #181a5b;
        transition: all 300ms ease;
    }
        .gallery a:hover {
            border-radius: 30px 0 30px 0;
            box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
            outline: 8px solid #fff;
        }

        .gallery a img {
            height: 100%;
            transform: scale(1, 1);
            transition: all 300ms ease;
        }

            .gallery a img:hover {
                transform: scale(1.1, 1.1);
            }

.bg {
    width: 100%;
    height: 400px;
    background-size: cover;
    transform: scale(1, 1);
    transition: all 300ms ease;
    position:relative;
}

    .bg:hover {
        transform: scale(1.1, 1.1);
    }
.award_content {
    position: absolute;
    background: #181a5b;
    width: 100%;
    height: 100%;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translate(100%, 100%);
    transition: all 500ms ease;
}
    .award_content h4 {
        color: #fff;
        font-weight: 600;
        margin-bottom: 25px;
    }
    .award_content p {
        color: #fff;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-weight: 500;
    }
.bg:hover .award_content {
    transform: translate(0, 0);
}


.upcoming_event_div {
    max-width: 816px ;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}

    .upcoming_event_div h5 {
        color: #181a5b;
        padding: 0px 0 10px 0px;
        font-size: 22px;
        margin-bottom: 0;
        font-weight: 600;
        text-transform:uppercase;
    }
    .upcoming_event_div p {
        color: #181a5b;
        margin-bottom: 0;
    }
.date_div p {
    color: #fff;
    width: fit-content;
    font-weight: 600;
    margin-bottom: 0;
}
.main_address_div .date_div {
    background: #181a5b;
    padding: 17px;
    text-align:center;
}
.main_address_div .address_div {
    padding: 12px;
    background: #f1f2f4;
}
.main_address_div {
    display: flex;
    align-items: center;
    background: #f1f2f4;
}

.corporate h1 {
    font-size: 50px;
    font-weight: 700;
    color: #181a5b;
    text-align: center;
    padding-bottom: 30px;
}

    .corporate h1 span {
        color: #e63a3a;
    }

.corporate p {
    color: #555;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 0 13%;
}

.corporate-h {
    width: 100%;
    min-height: 390px;
    background: #f1f2f4;
    margin-top: 3%;
}

.corporate-t p {
    color: #555;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 10% 0 0 0;
}

/*.block h1 {
    font-size: 4.5rem;
    color: #3372c2;
}

.block h3 {
    color: #213389;
    margin-bottom: 5rem;
}

.block p {
    margin-bottom: 30px;
}*/

.bg-carbon {
    background: url(../images/bg_texture.jpg) no-repeat;
    background-size: cover;
}

.navigation-wrap.start-header.start-style .offscroll-logo {
    display: block;
}

.navigation-wrap.start-header.start-style .onscroll-logo {
    display: none;
}

.navigation-wrap.start-header.scroll-on .offscroll-logo {
    display: none;
}

.navigation-wrap.start-header.scroll-on .onscroll-logo {
    display: block;
}

.logo img {
    width: 250px;
    padding: 0px 0px 10px;
}

.nav-item products a {
    padding: 20px;
    letter-spacing: 1px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    margin-top: 10px;
}

element.style {
    padding-right: 5rem;
}

.usage span {
    padding: 0px 25px;
}

.usage h3 {
    border-left: 8px solid #3372c2;
    border-right: 3px solid #999;
    padding: 15px 0px 0px 20px;
    margin-block: 3px;
    margin-bottom: 3rem;
}

/*simran*/

.ul-list span {
    margin-right: 15px;
    color: #e63a3a;
    font-weight: 600;
    line-height: 3rem;
}

.ul-list {
    padding-left: 0;
}

    .ul-list li {
        line-height: 60px;
        font-weight: 600;
        font-size: 1.2rem;
    }

    .ul-list li {
        display: block;
        text-decoration: none;
        position: relative;
        font-size: 20px;
        /*display: flex;
        align-items: baseline;*/
        line-height: 60px;
        font-weight: 600;
    }

        .ul-list li::after {
            content: "";
            position: absolute;
            bottom: -0.01em;
            left: 0;
            width: 100%;
            height: 2px;
            background-repeat: no-repeat;
            background-image: linear-gradient( to right, #3875bd 50%, rgb(33 33 33 / 7%) 50% );
            background-size: 200% 100%;
            background-position: 100% 50%;
            transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .ul-list li:hover::after {
            background-position: 0% 50%;
        }

.center {
    text-align: center;
}

.section-heading-wrap .section-heading {
    color: #282d68;
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 3rem;
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

    .section-heading-wrap .section-heading:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #e63a3a;
        position: absolute;
        bottom: -5px;
    }

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    color: #3372c2;
}

#main #faq .card .card-header.open .btn-header-link:after {
    content: "\f106";
}

.card-header:first-child {
    border-radius: 0;
}

.card-header {
    padding: unset;
    background-color: unset;
    border-bottom: 0;
}

.card {
    border: 0;
}

    .card .card-header a {
        text-decoration: none;
        position: relative;
        font-size: 20px;
        align-items: baseline;
        line-height: 60px;
        font-weight: 600;
        color: #212529;
        width: 100%;
        display: block;
        cursor: pointer;
        justify-content: space-between;
    }

        .card .card-header a span {
            color: #e63a3a;
            margin-right: 15px;
        }

.card-body ul {
    padding: 0;
}

    .card-body ul li {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 500;
    }

        .card-body ul li span {
            font-size: 15px;
            color: #3372c2;
            margin-right: 10px;
        }

.card .card-header {
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    display: flex;
    align-items: baseline;
    line-height: 60px;
    font-weight: 600;
}

    .card .card-header::after {
        content: "";
        position: absolute;
        bottom: -0.01em;
        left: 0;
        width: 100%;
        height: 2px;
        background-repeat: no-repeat;
        background-image: linear-gradient( to right, #3875bd 50%, rgb(33 33 33 / 7%) 50% );
        background-size: 200% 100%;
        background-position: 100% 50%;
        transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .card .card-header:hover::after {
        background-position: 0% 50%;
    }

/*Accordian*/

.accordion .accordion-body {
    height: auto;
    display: none;
}

.close {
    opacity: 1;
}

/*.visit_website_btn {
    background: #e63a3a;
    border: 1px solid #e63a3a;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 20px;
    padding: 12px 25px;
    margin-top: 20px;
    display: block;
    width: fit-content;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 1px;
    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);
    cursor: pointer;
}*/

.mid_device_dream_banner {
    width: 100%;
    position: relative;
}

    .mid_device_dream_banner .banner_left_main {
        clip-path: polygon(0 0, 67% 0, 44% 100%, 0% 100%);
    }

        .mid_device_dream_banner .banner_left_main .bac_img_mid {
            position: relative;
        }

            .mid_device_dream_banner .banner_left_main .bac_img_mid .bg_1 img,
            .mid_device_dream_banner .banner_right_main .bac_img_mid_2 .bg_1 img {
                height: 690px;
            }

    .mid_device_dream_banner .play_btn {
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        transform: translate(25%, -50%);
    }

        .mid_device_dream_banner .play_btn img {
            width: 70%;
        }

    .mid_device_dream_banner .banner_left_main .bac_img_mid::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #172763e8;
        z-index: -1;
    }

    .mid_device_dream_banner .banner_right_main {
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .mid_device_dream_banner .banner_left_main .bac_img_mid .dream_content {
        /*      position: absolute;*/
        top: 20px;
        z-index: 1;
        left: 3%;
        max-width: 570px;
    }

        .mid_device_dream_banner
        .banner_left_main
        .bac_img_mid
        .dream_content
        .dream_quotes {
            width: 100px;
            display: flex;
            margin-bottom: 40px;
        }

        .mid_device_dream_banner .banner_left_main .bac_img_mid .dream_content h3 {
            color: #fff;
            font-size: 40px;
            margin-bottom: 15px;
        }

            .mid_device_dream_banner .banner_left_main .bac_img_mid .dream_content h3 span {
                color: #e63a3a;
            }

        .mid_device_dream_banner .banner_left_main .bac_img_mid .dream_content p {
            color: #fff;
        }

        .mid_device_dream_banner
        .banner_left_main
        .bac_img_mid
        .dream_content
        .CEO_img {
            margin-top: 60px;
        }

            .mid_device_dream_banner
            .banner_left_main
            .bac_img_mid
            .dream_content
            .CEO_img
            img {
                width: 165px;
            }

        .mid_device_dream_banner .banner_left_main .bac_img_mid .dream_content h2 {
            font-size: 40px;
            color: #fff;
            font-weight: 700;
        }

            .mid_device_dream_banner .banner_left_main .bac_img_mid .dream_content h2 span {
                color: #e63a3a;
            }

.bac_img,
.bac_img_2,
.mobile_dream_banner {
    position: relative;
}

.bac_img_2 {
    margin-top: -20%;
    clip-path: polygon(0 38%, 100% 0, 100% 100%, 0% 100%);
}

.mobile_dream_banner .bac_img .bg_1 img {
    min-height: 575px;
}

.mobile_dream_banner .bac_img::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #172763e8;
    content: "";
}

.mobile_dream_banner .play_btn {
    position: absolute;
    z-index: 1;
    width: 60px;
    margin: auto;
    left: 50%;
    top: 84%;
    transform: translate(-50%, -50%);
}

.mobile_dream_banner .dream_content {
    position: absolute;
    z-index: 1;
    top: 55px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

    .mobile_dream_banner .dream_content h3 {
        color: #fff;
        font-weight: 600;
        font-size: 28px;
        text-align: center;
        position: relative;
        width: fit-content;
        margin: auto;
    }

    .mobile_dream_banner .dream_content p {
        color: #fff;
        padding: 16px;
        text-align: center;
    }

    .mobile_dream_banner .dream_content h3 span {
        color: #e63a3a;
        font-weight: 600;
        font-size: 28px;
    }

.mobile_dream_banner .dream_quotes {
    position: absolute;
    top: -52px;
    left: 0;
    z-index: 1;
    height: 50px;
    display: flex;
}

.mobile_dream_banner .CEO_img img {
    width: 100px;
}

.mobile_dream_banner .CEO_img h2 {
    color: #fff;
    font-size: 24px;
}

    .mobile_dream_banner .CEO_img h2 span {
        color: #e63a3a;
    }

/* Contact form Styles start here */

section.contact.banner {
    background-image: url("../images/banners/contactus.jpg");
    min-height: 50vh;
    max-height: 600px;
}

    section.contact.banner .page_title {
        width: 230px;
        padding-left: 32px;
    }

.contact_form--wrapper {
}

    .contact_form--wrapper .container {
        max-width: 900px;
        /*height: 360px;*/
    }

        .contact_form--wrapper .container > .row {
            position: relative;
            top: -165px;
        }

fieldset label {
    font-size: 16px;
}

.address_container {
    padding-right: 0;
}

.address {
    max-width: 450px;
    width: 100%;
    height: 100%;
    background-color: #2e3470;
    border-bottom-left-radius: 40px;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

    .address h2 {
        color: #fff;
        /*font-family: 'Roboto';*/
    }

    .address .contact_details {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .address .contact_details h3 {
            line-height: 24px;
        }

            .address .contact_details h3 a {
                color: #fff;
                text-decoration: none;
                font-weight: 400;
                font-size: 18px;
                display: flex;
                gap: 12px;
                align-items: flex-start;
            }

                .address .contact_details h3 a .fa {
                    position: relative;
                    top: 2px;
                }

.form_container {
    padding-left: 0;
}

.contact_form--wrapper {
    /* padding: 100px 0; */
}

.contact-form {
    padding: 30px 40px;
    background-color: #ffffff;
    border-radius: 0;
    border-top-right-radius: 40px;
    max-width: 450px;
}

    .contact-form textarea {
        resize: none;
    }

    .contact-form .form-input,
    .form-text-area {
        background-color: #f0f4f5;
        height: 50px;
        padding-left: 16px;
        /*border-top-right-radius: 20px !important;*/
    }

    .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 rgb(0 0 0 / 7%), 0 0 8px #96c93f;
    }

    .contact-form .title {
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        /*font-family: 'Roboto';*/
    }

    .contact-form .description {
        color: #aeb4b9;
        font-size: 14px;
        text-align: center;
    }

    .contact-form .submit-button-wrapper {
        text-align: center;
    }

        .contact-form .submit-button-wrapper a {
            display: inline-block;
            padding: 10px 60px;
        }

.submit_btn {
    color: #fff !important;
    box-shadow: 8px 8px 15px rgb(0 0 0 / 23%) !important;
    text-transform: uppercase;
    background: #e63a3a;
}

.sec_1bg {
    background: url(../images/our-products/plastics.jpg);
    background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

#plastics,
#synthetic-rubber,
#lube-base-oil,
#water-filters,
#machinery,
#plastics-sheet,
#manufacturing-unit,
#sanitary-wares {
    padding-bottom: 95px !important;
}
.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #112895;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.progress-bar {
    background-color: #e63a3a;
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #007bff;
    z-index: -1;
}

#multi-step-form {
    overflow-x: hidden;
}
.contact_tab {
    border-bottom: 1px solid #ddd;
}

.contact_tab button {
    background:unset;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    border: none;
    padding: 10px 60px;
    position: relative;
}

    .contact_tab button.active {
        background: #f50001 !important;
        color: #fff !important;
    }

  .contact_tab button.active:after {
        content: "";
        left: 50%;
        top: 100%;
        margin-left: -10px;
        z-index: 9;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 8px solid #f50001;
    }

button:focus {
    outline: 0;
}

.tabcontent ul {
    border-left: 2px solid #e3e3e3;
    padding-left: 20px;
    position: relative;
    margin-bottom: 35px;
    margin-top: 35px;
}

/*    .tabcontent ul:last-child {
        border-bottom: 0;
    }*/
.text-red {
    color: #f50001;
    margin-top:35px;
}
.contact-address ul li:last-child {
    padding-bottom:0;
}

    .contact-address ul li:last-child::after {
        border-bottom: 1px solid #e3e3e3;
        content: '';
        width: 91%;
        height: 1px;
        background: black;
        display: block;
        position: absolute;
        bottom: -42px;
        left: 22px;
    }

        .contact_tab button:first-child {
            margin-left: 0;
        }
/*Video*/

#videoModal .modal-content {
    position: relative;
}

    #videoModal .modal-content .close {
        position: absolute;
        color: #fff;
        background: red;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0;
        top: 0px;
        font-size: 25px;
    }

.modal-lg {
    max-width: 910px;
}

#videoModal .modal-content .modal-header .close {
    padding: 0.8rem 0.9rem 1rem;
    opacity: 1;
}

/*career page*/

.contact-address li div {
    display: flex;
}

.contact-address ul li {
    padding-bottom: 15px;
}

.contact-address li span {
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    background: #11289526;
    color: #e63a3a;
    text-align: center;
    border-radius: 6px;
    margin-right: 12px;
}

.main_creer_container {
    margin: 80px auto !important;
}

.career_form {
    background: #2e3470;
    padding: 60px 50px;
    border-radius: 30px 0 30px 0;
}

    .career_form h4 {
        color: #fff;
        font-weight: 600;
        text-align: center;
        font-size: 30px;
    }

    .career_form .form-control {
        height: 50px;
        font-size: 16px;
        color: #202222 !important;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

.form-control-file {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 16px;
    cursor: pointer;
}

.career_form button {
    color: #fff !important;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 20px;
}

/*Global Presence*/
.Main_glogal_container {
    margin: 90px 0;
}

.tab_Global button {
    display: block;
    background-color: inherit;
    color: #181a5b;
    margin: 22px 16px;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.2s;
    font-size: 25px;
    font-weight: 600;
    line-height: 45px;
    border-bottom: 2px solid transparent;
}

    .tab_Global button:hover,
    .tab_Global button.active {
        color: #e63a3a;
        border-bottom: 2px solid;
    }

.Main_glogal_container .tabcontent {
    padding: 0px 12px;
    border-left: none;
}

.contact_map {
    margin: 60px 0 0;
}

.global_address_main {
    margin-top: 50px;
}

    .global_address_main h3 {
        color: #181a5b;
        font-size: 35px;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 60px;
    }

.main_media_section {
    position:relative;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.main_media_section_mobile {
    background: #181a5b;
    position:relative;
}

.video_playbutton {
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-17%, -26%);
    z-index:1;
}

.video_playbutton_mobile {
    cursor: pointer;
    height: fit-content;
    display: block;
    position: absolute;
    width: fit-content;
    margin: auto;
    z-index: 1000;
}

.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%);
}
.nav-item .dropdown .nav-link {
    font-size: 16px;
}

.navbar-nav {
    flex-direction: row;
}

/*.navbar-doc table {
	 border-collapse: collapse;
	 width: 100%;
	 background: transparent;
	 box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
 .navbar-doc table tr th, .navbar-doc table tr td {
	 text-align: left;
	 padding: 15px;
}
 .navbar-doc table tr:nth-child(odd) th, .navbar-doc table tr:nth-child(odd) td {
	 background: #f0f5f7;
}
 .navbar-doc table tr:nth-child(even) td {
	 background: #e9f0f3;
}
 .navbar-doc table tr:first-child th:first-child {
	 border-top-left-radius: 5px;
}
 .navbar-doc table tr:first-child th:last-child {
	 border-top-right-radius: 5px;
}
 .navbar-doc table tr:last-child td:first-child {
	 border-bottom-left-radius: 5px;
}
 .navbar-doc table tr:last-child td:last-child {
	 border-bottom-right-radius: 5px;
}
 .navbar-doc table tr:not(:first-child) {
	 border-top: 1px solid #e5ecef;
}
 .navbar-doc code {
	 background: #aed2f5;
	 border-radius: 3px;
	 color: #000;
	 line-height: 1;
	 font-size: 1.2rem;
	 padding: 1px 4px;
}
 .navbar-doc p {
	 font-size: 1.4rem;
	 line-height: 1.5;
}*/
/* Main CSS */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: 0.3s linear;
    z-index: 9999;
}

    .navbar ul {
        list-style: none;
        justify-content: end;
        align-items: center;
    }

        .navbar ul a {
            text-decoration: none;
        }

    .navbar .navbar-toggler,
    .navbar .nav-link,
    .navbar .utils-search {
        color: #636363;
    }

    .navbar .navbar-utils > * {
        cursor: pointer;
    }

    .navbar .btn-search {
        font-size: 1.5rem;
        background: transparent;
        outline: none;
        border: none;
        color: inherit;
        cursor: pointer;
    }

.navbar-nav {
    display: flex;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding: 5px;
        font-weight: 400;
        display: block;
        transition: 150ms ease;
        display: flex;
        align-items: center;
    }

    .navbar-nav .nav-item {
        margin: 0 10px;
        position: relative;
    }

/*.navbar-nav > .nav-item:after {
	 content: "";
	 position: absolute;
	 width: 100%;
	 height: 2px;
	 background: #e63a3a;
	 bottom: -16px;
	 transition: 400ms ease;
	 transform: scaleX(1.5);
	 opacity: 0;
}
 .navbar-nav > .nav-item:hover:after {
	 transform: scaleX(1);
	 opacity: 1;
}*/
.navbar-toggler {
    padding: 0.1rem 0.45rem;
    cursor: pointer;
    font-size: 1.5rem;
    background: none;
    outline: none;
    border: 1px solid #636363;
    border: none;
    border-radius: 3px;
    transition: 0.15s linear;
    display: none;
    margin-left: auto;
    margin-right: 20px;
}

/* Navbar options (bg options) */
/*.bg-primary {
	 background: #0081ff;
	 z-index: 99999;
}
 .bg-primary .navbar-toggler, .bg-primary .nav-link, .bg-primary .utils-search {
	 color: #fff;
}
 .bg-primary .nav-item:after {
	 background: #fff;
}
 .bg-dark {
	 background: #363636;
}
 .bg-dark .navbar-toggler, .bg-dark .nav-link, .bg-dark .utils-search {
	 color: #fff;
}
 .bg-light {
	 background: #fff;
	 z-index: 9999;
}
 .bg-light .navbar-toggler, .bg-light .nav-link, .bg-light .utils-search {
	 color: #363636;
}
 .bg-transparent {
	 background-color: transparent;
	 background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url(https://images.pexels.com/photos/4492129/pexels-photo-4492129.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=1920);
	 background-repeat: no-repeat;
	 background-position: center top;
	 background-size: cover;
}
 .bg-transparent .navbar-toggler, .bg-transparent .nav-link, .bg-transparent .utils-search {
	 color: #fff;
}
 .bg-transparent .nav-item:after {
	 background: #fff;
}*/
/*@media (min-width: 992px) {
	 .bg-blur {
		 -webkit-backdrop-filter: blur(3px);
		 backdrop-filter: blur(3px);
		 background: rgba(255, 255, 255, 0.6);
		 z-index: 999;
	}
	 .bg-blur .navbar-toggler, .bg-blur .nav-link, .bg-blur .utils-search {
		 color: #363636;
	}
	 .bg-blur .nav-item:hover > .nav-link {
		 color: #0081ff;
	}
	 .bg-blur .nav-item:after {
		 background: #0081ff;
	}
}*/
/* Common Hover */
/*.bg-blur .nav-item:hover > .nav-link {
	 color: #0081ff;
}
 .bg-blur .nav-item:after {
	 background: #0081ff;
}
 .bg-light .nav-item:hover > .nav-link, .bg-light-2 .nav-item:hover > .nav-link, .bg-dark .nav-item:hover > .nav-link {
	 color: #0081ff;
}
 .bg-light .nav-item:after, .bg-light-2 .nav-item:after, .bg-dark .nav-item:after {
	 background: #0081ff;
}
 .bg-light-2 {
	 background: #fff;
}
 .bg-light-2 .navbar-toggler, .bg-light-2 .nav-link, .bg-light-2 .utils-search {
	 color: #636363;
}
 .bg-light-2 .nav-item:after {
	 display: none;
}*/
/* Dropdown CSS */

.nav-item .dropdown {
    width: 200px;
    display: block;
    position: absolute;
    top: 50px;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 4px;
    z-index: 999;
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.15);
}

    .nav-item .dropdown .nav-link {
        color: #636363;
    }

    .nav-item .dropdown .dropdown {
        top: 0;
        left: calc(100% + 20px);
        border-top: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.15);
    }

        .nav-item .dropdown .dropdown:before {
            top: 10px;
            left: -10px;
            border: 5px solid transparent;
            border-right-color: #000;
        }

    .nav-item .dropdown:before {
        content: "";
        position: absolute;
        top: -10px;
        left: 10px;
        border: 5px solid transparent;
        border-bottom-color: #000;
        display: none;
    }

    .nav-item .dropdown .nav-item:not(:last-child) {
        margin-bottom: 5px;
    }

    .nav-item .dropdown > .nav-item:hover > .nav-link {
        color: #0081ff;
    }

.nav-item:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(-3px);
}

.nav-item:hover > a::before {
    transform: rotate(90deg);
}

.nav-item:last-child:hover > a::before {
    transform: rotate(0deg);
}

.nav-close {
    margin-left: auto;
    margin-top: 10px;
    display: none;
}

    .nav-close .btn-nav-close {
        border: 0;
        outline: 0;
        background: transparent;
        font-size: 2.5rem;
        cursor: pointer;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .nav-close .btn-nav-close:hover,
        .nav-close .btn-nav-close:focus {
            background: #363636;
            color: #fff;
        }

.nav-item.icon > a:before {
    content: "";
    position: absolute;
    right: -10px;
    top: calc(50% + 0px);
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-left-color: inherit;
    transition: 0.15s linear;
}

.nav-item.icon:hover > a::before {
    transform: rotate(90deg);
}

/* Responsive (navbar alignments options) */
@media (min-width: 992px) {

    .navbar-brand,
    .navbar-utils {
        flex: auto;
    }

    .navbar-nav {
        flex: 2;
        justify-content: center;
    }

    .navbar-utils {
        text-align: right;
    }

    .navbar-right .navbar-brand,
    .navbar-right .navbar-utils {
        flex: initial;
    }

    .navbar-right .navbar-nav {
        justify-content: flex-end;
        margin-right: 20px;
    }

    .navbar-left .navbar-nav {
        order: 1;
        justify-content: flex-start;
    }

    .navbar-left .navbar-brand {
        order: 2;
    }

    .navbar-left .navbar-utils {
        order: 3;
    }

    .navbar-right .dropdown .dropdown {
        left: unset;
        right: calc(100% + 20px);
        border-top: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.15);
    }
}

/* Nav Option (Logo Center) */
@media (min-width: 992px) {
    .navbar-left .navbar-brand {
        text-align: right;
    }

    .navbar-left .navbar-toggler {
        display: block;
        margin-right: 0;
    }

    .navbar-left .navbar-nav {
        background: #fff;
        flex-direction: column;
        z-index: 99999;
        padding: 0 20px;
        opacity: 0;
        transition: 400ms ease;
        /* Sidebar */
        position: fixed;
        left: 0;
        top: 0;
        width: 300px;
        height: 100%;
        overflow-y: auto;
        box-shadow: 0px 0px 0 2000px rgba(0, 0, 0, 0.5);
        transform: translateX(-300px);
    }

        .navbar-left .navbar-nav .nav-link {
            margin: 10px 0;
            color: #636363;
            display: flex;
            align-items: center;
        }

        .navbar-left .navbar-nav > .nav-item:first-child {
            margin-top: 20px;
        }

        .navbar-left .navbar-nav > .nav-item:last-child {
            margin-bottom: 20px;
        }

        .navbar-left .navbar-nav .nav-item:not(:last-child) {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

        .navbar-left .navbar-nav .nav-item:hover > .nav-link {
            color: #0081ff;
        }

        .navbar-left .navbar-nav > .nav-item:after {
            display: none;
        }

        .navbar-left .navbar-nav .nav-close {
            display: block;
        }

        .navbar-left .navbar-nav.active {
            max-height: initial;
            opacity: 1;
            transform: translateX(0);
            left: 0;
            box-shadow: 0 0 0 10000px #000;
        }

    .navbar-left .nav-item .dropdown {
        padding: 0;
        position: initial;
        max-height: 0;
        width: initial;
        border: none;
        box-shadow: none;
    }

        .navbar-left .nav-item .dropdown .dropdown {
            border: none;
        }

        .navbar-left .nav-item .dropdown:before {
            display: none;
        }

    .navbar-left .nav-item:hover > .dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        max-height: initial;
    }

    .navbar-left .nav-item.icon a:before {
        top: unset;
        right: 0;
    }
}

/* Responsive navbar */
@media (max-width: 1199px) {
    .navbar-toggler {
        display: block;
    }

    .navbar-nav {
        background: #fff;
        flex-direction: column;
        z-index: 99999;
        padding: 0 20px;
        opacity: 0;
        transition: 400ms ease;
        /* Sidebar */
        position: fixed;
        left: -300px;
        top: -35px;
        width: 300px;
        height: 100vh;
        overflow-y: auto;
        transform: translateX(-300px);
    }

        .navbar-nav .nav-link {
            color: #636363;
            display: flex;
            align-items: center;
        }

        .navbar-nav > .nav-item:first-child {
            margin-top: 20px;
        }

        .navbar-nav > .nav-item:last-child {
            margin-bottom: 20px;
        }

        .navbar-nav .nav-item:not(:last-child) {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            width: 100%;
        }

    #cssmenu ul ul li a {
        width: 100%;
    }

    .btn-acl {
        margin-top: 24px;
        margin-left: 0;
    }

    .navbar-nav .nav-item:hover > .nav-link {
        color: #0081ff;
    }

    .navbar-nav > .nav-item:after {
        display: none;
    }

    .navbar-nav .nav-close {
        display: flex;
        justify-content: end;
    }

    .navbar-nav.active {
        max-height: initial;
        opacity: 1;
        transform: translateX(0);
        left: 0;
        box-shadow: 0px 0px 0 10000px rgba(0, 0, 0, 0.5);
    }

    .nav-item .dropdown {
        padding: 0;
        padding-left: 15px;
        position: initial;
        max-height: 0;
        width: initial;
        border: none;
        box-shadow: none;
    }

        .nav-item .dropdown .dropdown {
            border: none;
        }

        .nav-item .dropdown:before {
            display: none;
        }

    .nav-item:hover > .dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        max-height: initial;
    }

    .nav-item.icon a:before {
        top: unset;
        right: 0;
        transform: translateY(0px);
    }

    .nav-link {
        color: #555 !important;
    }

    .navbar ul {
        align-items: start;
    }

    .navbar-nav .nav-item {
        margin: 0px;
    }

    .navbar-nav {
        display: block;
    }

    .start-style .navbar-nav > .nav-item:hover > a {
        color: #1d2d78 !important;
        font-weight: 600;
    }
}

.nav-item.icon > a:before {
    content: "";
    position: absolute;
    right: -10px;
    top: calc(50% + 0px);
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-left-color: inherit;
    transition: 0.15s linear;
}



#cssmenu ul li .border_red {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    width: fit-content;
    margin: 0 15px;
    padding: 5px 0px;
    line-height: 35px;
}

.btn-acl {
    line-height: normal !important;
    margin-left: 20px;
}

#cssmenu ul li .border_red:hover {
    border-bottom: 2px solid red;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #head-mobile {
    display: none;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu > ul {
    float: right;
    margin-bottom: 0 !important;
    margin-right: 1%;
}

    /*#cssmenu > ul > li > a {
                        padding: 20px;
                        letter-spacing: 1px;
                        text-decoration: none;
                        color: black;
                        font-weight:bold;
                        margin-top:10px;
                    }*/

    /*#cssmenu > ul > li:hover > a,
                    #cssmenu ul li.active a {
                        color: #fff;
                    }*/

    #cssmenu > ul > li:hover,
    #cssmenu ul li.active:hover,
    #cssmenu ul li.active,
    #cssmenu ul li.has-sub.active:hover {
        /*border-bottom: 2px solid black;*/
        -webkit-transition: background 1s ease;
        -ms-transition: background 1s ease;
        transition: background 1s ease;
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 30px;
    }



        #cssmenu > ul > li.has-sub > a:after {
            position: absolute;
            top: 28px;
            right: 11px;
            width: 8px;
            height: 2px;
            display: block;
            background: black;
            content: "";
        }

        #cssmenu > ul > li.has-sub > a:before {
            position: absolute;
            top: 25px;
            right: 14px;
            display: block;
            width: 2px;
            height: 8px;
            background: black;
            content: "";
            -webkit-transition: all 0.25s ease;
            -ms-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

    #cssmenu > ul > li.has-sub:hover > a:before {
        top: 23px;
        height: 0;
    }

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    padding: 0;
}

    #cssmenu ul ul li {
        height: auto;
        -webkit-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        background-color: #e9ebec;
        margin-bottom: 0px;
        transition: all 0.25s ease;
        margin: 0;
    }

        #cssmenu ul ul li a:hover,
        #company_drop ul li a:hover {
            color: #fff !important;
            background: #282d68;
        }

#cssmenu li:hover > ul {
    left: auto;
}

    #cssmenu li:hover > ul > li {
        height: auto;
        cursor: pointer;
    }

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

.nav-item .dropdown {
    background: unset !important;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 10px 10px;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    color: black;
    line-height: 20px;
    margin-right: 0;
    width: 200px;
    display: block;
    font-weight: 500;
    color: #636363;
}


#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}


#cssmenu ul ul li:hover a:after {
    background: #ffffff !important;
}



#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    content: "";
    background: black;
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: black;
    content: "";
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}

/*#cssmenu ul ul li.has-sub:hover,
                #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
                    background: #363636;
                }*/

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333;
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: 1px solid #333;
}



@@media screen and (max-width: 1000px) {
    #cssmenu > ul > li > a {
        margin-top: 0px;
    }

    #cssmenu .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        padding: 7px 0 0 10px;
        float: none;
    }

    #cssmenu .logo2 {
        display: none;
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
        }

            #cssmenu ul li {
                width: 100%;
                border-top: 1px solid #11325d;
            }
            /*#cssmenu ul li:hover {
                                background: #363636;
                            }*/
            #cssmenu ul ul li,
            #cssmenu li:hover > ul > li {
                height: auto;
            }

                #cssmenu ul li a,
                #cssmenu ul ul li a {
                    width: 100%;
                    border-bottom: 0;
                }

        #cssmenu > ul > li {
            float: none;
        }

        #cssmenu ul ul li a {
            padding-left: 25px;
        }





        #cssmenu ul ul ul li a {
            padding-left: 35px;
        }

        #cssmenu ul ul li a {
            color: #11325d;
        }

        #cssmenu ul ul li:hover > a,
        #cssmenu ul ul li.active > a {
            color: #11325d;
            background-image: url(../IMG/hos_light_bg.jpg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        #cssmenu ul ul,
        #cssmenu ul ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
        }

            #cssmenu > ul > li.has-sub > a:after,
            #cssmenu > ul > li.has-sub > a:before,
            #cssmenu ul ul > li.has-sub > a:after,
            #cssmenu ul ul > li.has-sub > a:before {
                display: none;
            }

        #cssmenu #head-mobile {
            display: block;
            padding: 23px;
            color: #ddd;
            font-size: 12px;
            font-weight: 700;
        }

        #cssmenu .button {
            width: 55px;
            height: 46px;
            position: absolute;
            right: 0;
            top: 0;
            cursor: pointer;
            z-index: 12399994;
            transform: translateX(0);
            opacity: 1;
            bottom: 0;
            left: auto;
        }

            #cssmenu .button:after {
                position: absolute;
                top: 24px;
                right: 20px;
                display: block;
                height: 10px;
                width: 20px;
                border-top: 2px solid #11325d;
                border-bottom: 2px solid #11325d;
                content: "";
            }

            #cssmenu .button:before {
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                transition: all 0.3s ease;
                position: absolute;
                top: 16px;
                right: 20px;
                display: block;
                height: 2px;
                width: 20px;
                background: #11325d;
                content: "";
            }

            #cssmenu .button.menu-opened:after {
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                transition: all 0.3s ease;
                top: 23px;
                border: 0;
                height: 2px;
                width: 19px;
                background: #11325d;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            #cssmenu .button.menu-opened:before {
                top: 23px;
                background: #11325d;
                width: 19px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        #cssmenu .submenu-button {
            position: absolute;
            z-index: 99;
            right: 0;
            top: 0;
            display: block;
            /*border-left: 1px solid #444;*/
            height: 52px;
            width: 46px;
            cursor: pointer;
        }
        /*#cssmenu .submenu-button.submenu-opened {
                            background: #262626;
                        }*/
        #cssmenu ul ul .submenu-button {
            height: 34px;
            width: 34px;
        }

        #cssmenu .submenu-button:after {
            position: absolute;
            top: 25px;
            right: 19px;
            width: 8px;
            height: 2px;
            display: block;
            background: #11325d;
            content: "";
        }

        #cssmenu ul ul .submenu-button:after {
            top: 15px;
            right: 13px;
        }

        #cssmenu .submenu-button.submenu-opened:after {
            background: #11325d;
        }

        #cssmenu .submenu-button:before {
            position: absolute;
            top: 22px;
            right: 22px;
            display: block;
            width: 2px;
            height: 8px;
            background: #11325d;
            content: "";
        }

        #cssmenu ul ul .submenu-button:before {
            top: 12px;
            right: 16px;
        }

        #cssmenu .submenu-button.submenu-opened:before {
            display: none;
        }

        #cssmenu ul ul ul li.active a {
            border-left: none;
        }

        #cssmenu > ul > li.has-sub > ul > li.active > a #cssmenu > ul ul > li.has-sub > ul > li.active > a {
            border-top: none;
        }
}


@@media (min-width:1600px) {
    #cssmenu > ul {
        margin-top: 12px !important;
    }
}

@@media (max-width:575px) {
    #cssmenu ul ul li:hover {
        background-color: #1cb4ce38 !important;
        color: #11325d;
    }

        #cssmenu ul ul li:hover > a {
            color: #11325d;
        }
}


@@media (min-width:576px) and (max-width:1000px) {
    #cssmenu ul ul li:hover {
        background-color: #11325d !important;
        color: white;
    }

        #cssmenu ul ul li:hover > a {
            color: white;
        }
}

/*Vimal*/

    #google_translate_element span {
        display: none;
    }

.goog-te-gadget {
    font-size: 0 !important;
}

.goog-te-gadget .goog-te-combo {
        border: 0;
        margin: 0 !important;
    }

.goog-te-gadget .goog-te-combo:focus-visible {
            outline: 0;
        }

.maintopdiv {
    border-bottom: 1px solid #dfdfdf;
}

.top_bar {
    height: 35px;
    display: flex;
}
    .top_bar ul {
        align-items: center;
        display: flex;
        margin: 0;
        justify-content: flex-end;
        width: 100%;
        display: flex;
        margin: 0;
    }
        .top_bar ul li {
            margin-left: 15px;
            font-size: 16px;
        }
            .top_bar ul li a {
                font-weight:600;
            }

            .call-buton .cc-calto-action-ripple {
                z-index: 99999;
                position: fixed;
                right: 3rem;
                bottom: 4rem;
                background: #e63a3a;
                width: 3rem;
                height: 3rem;
                padding: 1rem;
                border-radius: 100%;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                color: #ffffff;
                -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
                animation: cc-calto-action-ripple 0.6s linear infinite;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                justify-items: center;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                text-decoration: none;
            }
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;}
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  

	span.num{
    position: absolute;
    color: #e63a3a;
    left: -18%;
    bottom: -50%;
    font-weight: 600;
    font-size: 16px;
    width: 100px;

	}


@media (min-width: 1600px) {

    /*.container {
        max-width: 1500px;
    }*/
    .container {
        max-width: 80vw;
    }

    .container-full {
        padding: 0 9rem !important;
    }

    p {
        font-size: 20px;
    }
}


@media (min-width: 1200px) and (max-width: 1599px) {
    .onscroll-logo {
        width: 120px !important;
    }

    .logo img,
    .offscroll-logo {
        width: 150px;
    }
}


@media (min-width: 992px) {
    .about-overview {
        padding: 60px;
    }
}


@media (min-width: 992px) and (max-width: 1599px) {
    .dream-i img {
        left: 12%;
        width: 15%;
        top: -4px;
    }
    .top-banner{margin-top:95px;}
    .dream-i1 img {
        width: 35%;
        left: 50%;
        top: -4px;
    }

    .kuntal h2 span {
        font-size: 30px;
    }

    .dream-right {
        min-height: 1124px;
    }

    .corporate p,
    .corporate-t p {
        font-size: 18px;
    }

    .about-h h1 {
        padding-top: 25%;
    }

    .footer h4 {
        font-size: 25px;
    }

    .home-caption h1 {
        font-size: 3.2rem;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
/*    .onscroll-logo {
        width: 70px !important;
    }*/

    .logo img,
    .offscroll-logo {
        width: 140px;
    }

    .corporate p,
    .corporate-t p {
        font-size: 17px;
    }

    .about-right h2 {
        font-size: 35px;
    }

    .about-right p,
    .abo-v p {
        font-size: 18px;
    }

    .home-caption h1 {
        font-size: 3.2rem;
        padding-top: 20%;
    }

    .section-heading h2 {
        font-size: 45px;
    }

    .nav-link {
        font-size: 17px;
    }

    #cssmenu ul li .border_red {
        margin: 0 5px;
    }
}


@media screen and (min-width:992px) {
    .navigation-wrap {
        position: fixed;
        width: 100%;
        top: 36px;
        left: 0;
        z-index: 1000;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.2s ease-out;
    }
    .scroll-on {
        top:0;
    }
}


@media screen and (min-width:1152px) {
    .container-full {
        max-width: 100%;
        padding: 0 5rem;
        margin: 0 auto;
    }

    header .container-full,
    footer .container-full, .maintopdiv .container-full {
        padding: 0 3rem !important;
    }
}



@media (max-width: 991px) {
    p {
        font-size: 16px;
    }

    .start-header.start-style {
        background: #fff;
    }

    .navbar-toggler {
        margin-right: 0;
        padding-right: 0;
    }

    .logo img {
        width: 100px;
    }

    .offscroll-logo {
        display: none;
    }

    .onscroll-logo {
        display: block !important;
    }

    .product-caption {
        padding: 14px;
    }

    .products h4 {
        margin-bottom: 5px;
    }

    .products a {
        font-size: 18px;
    }

        .products a span {
            font-size: 12px;
        }

    .footer-logo {
        width: 200px;
        margin-bottom: 20px;
    }
    .top-banner-text {
        width:95%;
    }
        .top-banner-text h1 {
            font-size: 36px;
            font-weight: 500;
        }
    .apply_career .btn-acl {
        font-size:24px !important;
        padding:10px 17px !important;
    }
}


@media (min-width: 768px) and (max-width:991px) {
    .block {
        padding: 4rem 0;
    }

    .home-caption h1 {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }

    .home-caption p {
        font-size: 20px;
    }

    .section-heading h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .btn-primary {
        font-size: 18px;
        padding: 8px 25px 8px;
    }

    .news h4 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .top-banner{margin-top:10px;}
    .block {
        padding: 4rem 0;
    }

    .home-caption h1 {
        font-size: 1.2rem;
    }

    .home-caption p {
        font-size: 15px;
    }
        .home-caption p br {
            display:none;
        }

        .section-heading h2 {
            font-size: 30px;
            line-height: 35px;
        }

    .btn-primary {
        font-size: 18px;
        padding: 5px 24px 7px;
    }

    .news h4 {
        font-size: 20px;
    }


    .dream-i img {
        left: 12%;
        width: 35%;
        top: -4px;
    }

    .dream-i1 img {
        width: 35%;
        left: 50%;
        top: -4px;
    }

    .dream-left h1 {
        font-size: 34px;
        padding-top: 80%;
    }

    .dream-left p {
        font-size: 15px;
    }

    .dream-right {
        min-height: 955px;
    }

    .kuntal h2 {
        font-size: 27px;
    }

        .kuntal h2 span {
            font-size: 17px;
        }

    .kuntal img {
        width: 80%;
        margin: 8% 10%;
    }

    .arrow {
        width: 50%;
        margin-left: 37px;
    }

    .dream-left {
        min-height: 955px;
    }

    .footer .socialIcons {
        margin-left: unset;
        margin-bottom: 30px;
        justify-content: center;
    }

    .about-right h2 {
        font-size: 21px;
    }
}


@media (max-width: 991px) {
    .history-h p {
        font-size: 18px;
    }

    .about-left {
        text-align: center;
    }

    #cssmenu ul ul {
        position: unset;
    }
}

@media (min-width:769px) and (max-width:1260px) {
    .dream-left h1 {
        font-size: 35px;
    }
    .dream-left p {
        font-size:20px;
    }
    .kuntal img {
        width:30%;
    }
    .kuntal h2 {
        font-size:32px;
    }
}


/*Vimal*/



@media only screen and (max-width: 767.98px) {
    .contact_form--wrapper {
        padding: 64px 0;
    }

        .contact_form--wrapper .container {
            height: auto;
        }

            .contact_form--wrapper .container > .row {
                flex-direction: column;
                position: static;
                top: unset;
            }

    .address_container {
        padding-right: 15px;
    }

    .form_container {
        padding-left: 15px;
        order: -1;
    }

    .address,
    .contact-form {
        margin: 0 auto;
    }
}
@media (width < 992px) {
    .about-right {
        margin-left: 0;
        margin-top: 35px;
    }

        .about-right h1 {
            padding-top: 0;
        }

    .about-left1 {
        margin-top: 70px;
        margin-left: 0;
    }

    .abo-t {
        padding-bottom: 30px;
        margin-bottom: 50px;
    }

    .history-i img, .history-i1 img, .history-t1 {
        margin-left: 0;
        width: 100%;
    }

    .corporate p {
        padding: 0;
    }

    .sec_1bg {
        height: 550px;
    }
}


@media (width < 425px) {
    .career_form {
        background: #2e3470;
        padding: 40px 25px;
        border-radius: 30px 0 30px 0;
    }

    .main_creer_container {
        margin: 50px auto !important;
    }
}



/*vimal*/
@media (max-width: 1024px) {
    .about-left {
        text-align: center;
    }

    .navbar-toggler {
        margin-right: 0;
        padding-right: 0;
    }


    #cssmenu > ul > li {
        position: relative;
    }

        #cssmenu > ul > li i {
            position: absolute;
            top: 16px;
            right: 0;
        }
}

@media (min-width:769px) and (max-width:1339px) {
    .contact_tab button {
        padding: 5px 35px;
    }
}

@media (max-width:768px) {
    .contact_tab button {
        font-size: 18px;
        padding: 6px 24px;
        position: relative;
    }

    .tabcontent ul {
        border-left: none;
        padding-left: 0;
        margin-bottom: 55px;
        margin-top: 15px;
    }

    .contact-address ul li:last-child::after {
        width:100%;
        left: 0;
    }
    .global_add_inner.contact-address ul li:last-child::after {
        background:unset;
        border:0;
    }
    .global_add_inner.contact-address h3 {
        margin-bottom:15px;
    }
    .global_add_inner.contact-address li span {
        margin-top:10px;
    }
    .text-red {
        margin-top: 0;
    }
}

@media (max-width:425px) {
    .contact_tab button {
        padding: 7px 28px;
    }
}

/*Dream Banner Css */

@media (min-width:575px) and (max-width:991px) {
    .main_media_section_mobile .mobile-dream-i .qoute {
        width: 13%;
    }
    .main_media_section_mobile .dream-left h1 {
        font-size: 32px;
        padding-top: 25px;
    }
    .main_media_section_mobile .dream-left p {
        font-size: 20px;
        margin-top: 30px;
    }
    .main_media_section_mobile .kuntal img {
        width: 30%;
        margin: 0;
    }
    .dream-left {
        min-height: unset;
        padding-bottom:0;
    }
    .kuntal h2 {
        font-size: 30px;
    }
        .kuntal h2 span {
            font-size: 24px;
        }
    .video_playbutton_mobile {
        left: 0;
        right: 0;
        top:60%;
    }


}
@media (min-width:320px) and (max-width:574px) {
    .main_media_section_mobile .mobile-dream-i .qoute {
        width: 13%;
    }

    .main_media_section_mobile .dream-left h1 {
        font-size: 24px;
        padding-top: 25px;
    }

    .main_media_section_mobile .dream-left p {
        font-size: 20px;
        margin-top: 30px;
    }

    .main_media_section_mobile .kuntal img {
        width: 30%;
        margin: 0;
    }

    .dream-left {
        min-height: unset;
        padding-bottom: 0;
    }

    .kuntal h2 {
        font-size: 22px;
    }

        .kuntal h2 span {
            font-size: 20px;
        }

    .video_playbutton_mobile {
        left: 0;
        right: 0;
    }
}

