/* Minification failed. Returning unminified contents.
(6021,35): run-time error CSS1046: Expect comma, found '0'
(6021,39): run-time error CSS1046: Expect comma, found '/'
(6057,40): run-time error CSS1046: Expect comma, found '0'
(6057,43): run-time error CSS1046: Expect comma, found ')'
(6057,65): run-time error CSS1046: Expect comma, found '0'
(6057,69): run-time error CSS1046: Expect comma, found '/'
(6057,97): run-time error CSS1046: Expect comma, found '0'
(6057,101): run-time error CSS1046: Expect comma, found '/'
(6126,49): run-time error CSS1046: Expect comma, found '159'
(6126,56): run-time error CSS1046: Expect comma, found '/'
(6126,72): run-time error CSS1046: Expect comma, found '159'
(6126,78): run-time error CSS1046: Expect comma, found ')'
(6150,48): run-time error CSS1046: Expect comma, found '49'
(6150,54): run-time error CSS1046: Expect comma, found '/'
(6150,68): run-time error CSS1046: Expect comma, found '6'
(6150,72): run-time error CSS1046: Expect comma, found '/'
(6155,49): run-time error CSS1046: Expect comma, found '159'
(6155,56): run-time error CSS1046: Expect comma, found '/'
(6155,72): run-time error CSS1046: Expect comma, found '159'
(6155,78): run-time error CSS1046: Expect comma, found ')'
(6204,49): run-time error CSS1046: Expect comma, found '159'
(6204,56): run-time error CSS1046: Expect comma, found '/'
(6204,72): run-time error CSS1046: Expect comma, found '159'
(6204,78): run-time error CSS1046: Expect comma, found ')'
(6352,7): run-time error CSS1031: Expected selector, found '/'
(6352,7): run-time error CSS1025: Expected comma or open brace, found '/'
(6580,36): run-time error CSS1046: Expect comma, found '0'
(6580,40): run-time error CSS1046: Expect comma, found '/'
(6626,36): run-time error CSS1046: Expect comma, found '0'
(6626,40): run-time error CSS1046: Expect comma, found '/'
(6648,37): run-time error CSS1046: Expect comma, found '0'
(6648,41): run-time error CSS1046: Expect comma, found '/'
(6868,27): run-time error CSS1046: Expect comma, found '0'
(6868,31): run-time error CSS1046: Expect comma, found '/'
(7105,36): run-time error CSS1046: Expect comma, found '0'
(7105,39): run-time error CSS1046: Expect comma, found ')'
(7105,61): run-time error CSS1046: Expect comma, found '0'
(7105,65): run-time error CSS1046: Expect comma, found '/'
(7105,93): run-time error CSS1046: Expect comma, found '0'
(7105,97): run-time error CSS1046: Expect comma, found '/'
(7294,52): run-time error CSS1046: Expect comma, found '49'
(7294,58): run-time error CSS1046: Expect comma, found '/'
(7294,72): run-time error CSS1046: Expect comma, found '6'
(7294,76): run-time error CSS1046: Expect comma, found '/'
(7434,38): run-time error CSS1046: Expect comma, found '222'
(7434,45): run-time error CSS1046: Expect comma, found ')'
(7434,69): run-time error CSS1046: Expect comma, found '197'
(7434,76): run-time error CSS1046: Expect comma, found ')'
(7434,101): run-time error CSS1046: Expect comma, found '212'
(7434,109): run-time error CSS1046: Expect comma, found '/'
(7520,32): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(7730,36): run-time error CSS1046: Expect comma, found '0'
(7730,40): run-time error CSS1046: Expect comma, found '/'
(8912,23): run-time error CSS1046: Expect comma, found '0'
(8912,27): run-time error CSS1046: Expect comma, found '/'
(9510,1): run-time error CSS1019: Unexpected token, found '}'
(10048,36): run-time error CSS1046: Expect comma, found '0'
(10048,39): run-time error CSS1046: Expect comma, found ')'
(10048,61): run-time error CSS1046: Expect comma, found '0'
(10048,65): run-time error CSS1046: Expect comma, found '/'
(10048,93): run-time error CSS1046: Expect comma, found '0'
(10048,97): run-time error CSS1046: Expect comma, found '/'
 */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }

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

@keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

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

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

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

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

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

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

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

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

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

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

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

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

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

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

@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

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

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

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

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

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

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

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

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

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

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

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

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

@-webkit-keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

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

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

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

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

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

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

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

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

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

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

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

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

@-webkit-keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

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

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

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

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

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

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

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

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

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

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

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

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

@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

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

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

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

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

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

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        opacity: 1;
    }
}

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

    to {
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        opacity: 0;
    }
}

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

    to {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

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

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

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

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

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

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

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    50% {
        opacity: 1;
    }
}

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

    50% {
        opacity: 1;
    }
}

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

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

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

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

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

    to {
        opacity: 0;
    }
}

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

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

    to {
        opacity: 0;
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion:reduce),(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}

@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0,0,0,0.7);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
  body {
        overflow-x: hidden;
        font-family: 'Rubik', sans-serif;
    }
  .modal-dialog{
      transform: translate(0,0) !important;
      left: auto;
      -webkit-transform: translate(0,0) !important;
  }

/*______________________NAVBAR____________________*/

#cssmenu{
background-color:#e9ebec;
    margin-bottom:0px;
    padding:0;
}




          

                      /*____________________________footer*/
        .footer {
            background-image: url(../IMG/map-image.png);
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }
        /*.footer .row{
            border-bottom: 0.5px solid lightgrey;
        }*/
        /*___________header*/
      .footer a:hover{
          text-decoration:underline;
      }
        
      .footer .sicon{
           width:20px;
        }
   
    /*________________________________________________FONTS SIZES___________________________________*/
    .about .section-title, .ourproducts h1, .ourproducts h1 span, .clients .firstdiv h1 {
        font-size: 52px;
    }
    .home-slider .nav .service-overlay h3, .ourproducts #tabs .tab, .footer span, .footer a, .footer p{
        font-size: 18px;
    }
    .about .who, .certificate h1, .clients .seconddiv h1 {
        font-size: 32px;
    }
    .about .section-heading .about-para, .ourproducts .para, .certificate .firstcol p, .certificate .secondcol .seconddiv p, .PRODUCTS li, .PRODUCTS .morefeatures, .ourproducts .nav .nav-item .nav-link {
        font-size: 18px;
    }
    .about .about-logistics h5, .certificate .firstcol p, .clients .seconddiv p, .nav-link, #slide .banner p {
        font-size: 20px;
        /*margin-left:25px;*/
    }
    .wow h5{
        line-height:30px;
    }
    .ourproducts .head, .clients .firstdiv p, .footer h2 {
        font-size: 24px;
    }
    /*____________________________________________TEXT WITH SAME LIGHT COLOR________________________*/
    .txtcolor1 {
        color: #1cb4ce;
    }


    /*____________________________________________TEXT WITH SAME DARK COLOR________________________*/

    .txtcolor2 {
        color: #11325d;
    }

    .txtcolor3{
        color:#f4ad39;
        font-weight:bold;
        font-size:30px !important;
    }

    /*_____________________________________________BUTTON CSS___________________________________*/

    .btn-primary {
        background: #f4ad39 !important;
        border-radius: 10px !important;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 40px;
        padding-right: 40px;
    }

        .btn-primary:hover {
            background: #f4ad39;
        }

    .button {
        position: absolute;
        left: 50%;
        bottom: 1%;
        text-align: center;
        opacity: 0;
        transform: translateX(-50%);
        transition: opacity .35s ease;
    }

        .button a {
            text-align: center;
            color: white;
            z-index: 1;
        }

       
         .knowmorebut:hover{
            transition: 0.5s;
            transform: scale(1.1, 1.1);
        }
    .newbutton {
        border-color:transparent;
        background: #f4ad39;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 60px;
        padding-right: 60px;
        border-radius:10px;
        text-decoration:none;
        font-weight: bold;
         color: black !important;
        /*margin-left: 25px;*/
    }
     .newbutton.active, .newbutton:hover {
        color: black !important;
    }

         .newbutton:hover{
            background-color: #11325d;
            color: white!important;
             transition:0.5s;
         }
    
           .newbutton2 {
        border-color:transparent;
        background: #f4ad39;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 60px;
        padding-right: 60px;
        border-radius:10px;
        text-decoration:none;
        font-weight: bold;
         color: black !important;
        /*margin-left: 25px;*/
    }
     .newbutton2 a, .newbutton2 a .active, .newbutton2 a:hover {
        color: black !important;
    }

         .newbutton2:hover{
          transform:scale(1.05, 1.05);
             transition:0.5s;
         }
    




    /*__________________________________________same background________________________________*/
    .primary-servives {
        background: linear-gradient(90deg, #1cb4ce, #0d8da3) !important;
    }

    .primary-services.on {
        background: #11325d !important;
    }
    /*.primary-services:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: inline-block;
            background: linear-gradient(90deg, #1cb4ce, #0d8da3);
        }
    */

    /*___________________________________________slick dots_______________________*/
    .slick-dots li button:before {
        width: 10px;
        height: 10px;
        border-radius: 50px;
        line-height: 7px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /*background: #000000;*/
        opacity: 0.5;
        border: 0;
        border-color: white;
        color: transparent;
    }


    .slick-dots li.slick-active button:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background-color: white;
        z-index: -1;
    }







    /*____________________________slider____________________*/
    .home-slider .clearfix {
        position: relative;
    }

    .home-slider .nav {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    /*#slide .fa{
            color: #f4ad39;
    }*/
    #slide .banner{
            height: calc(100vh - 100px);
    }
    #slide .banner .row{
            height: 80%;
    }
    #slide .banner img{
           width:50%;
    }
        #slide .banner p, #slide .banner h1{
            color:white;
            text-align:justify;
    }
        #slide .banner ul li{
            display:flex;
            align-items:baseline;
        }
          #slide .banner ul li i{
              margin-right:5px;
        }


#slide .banner h1{
    font-weight:bolder;
}
 #slide .banner .row .my-sm-auto{
     padding-right:0%;
    }
    .bg-homeSlider1 {
        background-image: url(../IMG/slider/lab.jpg) !important;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .bg-homeSlider2 {
        background-image: url(../IMG/slider/hospital-1.jpg) !important;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .bg-homeSlider3 {
        background-image: url(../IMG/slider/tissue.jpg) !important;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .bg-homeSlider4 {
        background-image: url(../IMG/slider/spices.jpg) !important;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .bg-homeSlider5 {
        background-image: url(../IMG/slider/food.jpg) !important;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .bg-homeSlider6 {
        background-image: url(../IMG/slider/waste.jpg) !important;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .home-slider .banner div {
        /*height: 100vh;*/
    }

    .nav .item {
        width: 16.28%;
        height: 170px;
    }

    /*________________about*/
    #about{
        background-image: url(../IMG/hos_light_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    }
    .aboutimg{
        width:70%;
    }
    /*_________________________ourproducts*/
    .ourproducts {
        color: white;
        padding-bottom: 50px;
        padding-top: 50px;
        background-image: url(../IMG/hos_dark_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    }

    .ourproducts img {
            width: 100%;
            height: 100%;
     }
    .ourproducts #tabs .filters{
        padding-left:100px;
        padding-right:100px;
        padding-top: 50px;
        padding-bottom: 100px;
    }

/*______________________________________OUR PRODUTCS NEW___________________________*/
.ourproducts .nav .nav-item{
    margin-left:1px;
    margin-right:1px;
    margin:auto;
}
.ourproducts .nav .nav-item .nav-link{
    border:none;
    color:white;
}
.ourproducts .nav .nav-item .nav-link.active{
    background-color:transparent;
    color:#1cb4ce;
    border-bottom:3px solid #f4ad39;
}
.ourproducts .nav .nav-item .nav-link:hover{
    color:#1cb4ce;
    border-bottom:3px solid #f4ad39;
    background-color:transparent !important;
}
.ourproducts #pc1 img, .ourproducts #pc2 img, .ourproducts #pc3 img, .ourproducts #pc4 img{
    width:100%;
    border-radius:10px;
}
.ourproducts #pc1 a, .ourproducts #pc2 a, .ourproducts #pc3 a, .ourproducts #pc4 a{
    width:15%;
}
.ourproducts #pc5 img, .ourproducts #pc6 img{
    width:100%;
    border-radius:10px;
    padding:5px;
}
.ourproducts #pc5 a, .ourproducts #pc6 a{
    width:22%;
}

.producthover a{
  position:relative;
}
.producthover i{
    position:absolute;
    display:none;
    top:45%;
    left:45%;
    color:#f4ad39;
}
.producthover a:hover i{
    display:block;
}
.producthover a:hover img{
    opacity:0.8;
}


    /*_________________________certificate*/
    .certificate {
        padding-bottom: 100px;
        padding-top: 100px;
        background-image: url(../IMG/hos_light_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    }

        .certificate .secondcol .firstdiv {
            background-image: url(../IMG/hos_cer_bg.jpg);
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            border-radius: 10px;
        }

        .certificate .secondcol {
            text-align: center;
            position: relative;
        }

            .certificate .secondcol .seconddiv {
                /*position: absolute;
            top: 75px;*/
                margin-top: -100px;
                margin-bottom: 80px;
            }
                .certificate .secondcol .seconddiv img {
                    width:90%;
                    height: auto;
                    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
                    border-radius: 10px;

                }

                .certificate  .seconddiv div img:hover{
       border-radius:50%;
       transition:0.5s;
       cursor:pointer;
    }
    .modal button .material-symbols-outlined {
        background-color: #11325d;
        color:white;
        border-radius:50%;
    }


          
                /*______________________clients form*/
                .clients {
                    color: white;
                    padding-bottom: 50px;
                    padding-top: 50px;
                    background-image: url(../IMG/hos_dark_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
                }
                

    #businessSlider .slick-dots li {
        border: 1px solid;
        border-radius: 50%;
    }
        #businessSlider .slick-dots li button {
            border-radius: 50%;
        }


        #businessSlider .slick-dots li.slick-active button {
            background: #fff;
        }
        #businessSlider .slick-dots li button:before{ font-size:0px;  }
        .clients form{
            width:75%
        }
        .clients .card{
            border-radius:20px;
            width: 75%;
            margin: auto;
        }
        .clients .card img{
            border-radius:20px;
        }



/*_____________________HEADING________________*/
.heading h1{
    font-size:36px;
    font-weight:bold;       
}
.heading h2{
    font-size:30px;
    font-weight:bold;       
}
.heading p{
    font-size:20px;
}

/*___________________________________________PRODUCTS_____________________________________*/

/*=========LAB and Pharma=========*/
.PRODUCTS{
    color: white;
    /*background: linear-gradient(90deg, #315e7b,#1d4367);*/
}
.PRODUCTS .menucol{
    color: #11325d;
}
.PRODUCTS .menucol .fa{
    color: #f4ad39;
}
.PRODUCTS .menucol .nav-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.PRODUCTS .menucol .nav-item{
    padding-bottom:2%;
    padding-top:2%;
    padding-right:2%;
}
.PRODUCTS .menucol .nav-link.active{
    color:white;
    /*border-bottom:1px solid #11325d;*/
    background-color:#11325d;
}
.PRODUCTS .menucol .nav-link{
    color:#11325d;
    border-bottom: 1px solid lightgrey;
    padding-bottom:2%;
}
.PRODUCTS .menucol .nav-link:hover{
    color:#11325d;
    background-color:#1cb4ce38;
}
/*.PRODUCTS .menucol .nav-link .fa{
    display:none;
}*/
.PRODUCTS .menucol .nav-link.active .fa{
    display:inline;
}
.PRODUCTS .menucol .nav-link:hover .fa{
    display:inline;
}
.PRODUCTS .firstdiv{
    color: white;
    background-image: url(../IMG/hos_dark_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
.PRODUCTS .features li{
    margin-top:2%;
    margin-bottom:2%;
    color:black;
    text-align:justify;
     list-style: none;
     display:flex;
}
.PRODUCTS .morefeatures li{
    color:#11325d;
    text-align:justify;
    margin-bottom:0.5%;
    margin-top:0.5%;
     list-style: none;
}
/*.PRODUCTS li:hover{
    border-radius:10px;
    background-color:white;
    color:#11325d;
}*/
.PRODUCTS img{
    width:60%;
}
/*.PRODUCTS .productimg img:hover{
    transition:0.5s;
    transform:scale(1.05, 1.05)
}*/
.PRODUCTS table{
    background-color:white;
    color:black;
}
.PRODUCTS thead tr{
    color:#1cb4ce;
}
/*.PRODUCTS td:hover, .PRODUCTS th:hover {
   background-image: url(../IMG/hos_light_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    color: #11325d;
}*/
.PRODUCTS .morefeatures{
    padding-top:5% !important;
}
.PRODUCTS .services-block-three p, .PRODUCTS .services-block-three h5{
    color: #11325d;
}
/*.PRODUCTS .container-fluid{
    background-image: url(../IMG/hos_light_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}*/

.PRODUCTS thead th{
    background-color:#11325d;
    color: white;
}
.PRODUCTS thead th:hover{
     background-image: none;
}
.PRODUCTS .index2 {
        width: 50% !important;
    }

.PRODUCTS li{
    list-style:none;
}
.PRODUCTS .services{
    color: black;
}
.PRODUCTS .services .tab-pane{
    text-align:justify;
}
.PRODUCTS .services .tab-pane li{
   margin-bottom:0.5%;
    margin-top:0.5%;
    display:inline-flex;
}
.PRODUCTS .services .tab-pane li p{
   margin-bottom:0;
}
.PRODUCTS .services .nav-link{
    color: white;
    outline:none;
     background-color: #11325d;
     margin-left:1px;
     margin-right:1px;
    margin-top: 2px;
}
.PRODUCTS .services .nav-link:hover{
    transition:0.5s;
    background-color: #1cb4ce38;
    border:1px solid #11325d52;
    color: black;
    cursor:pointer;
}
.PRODUCTS .services .nav-link.active{
    color: black;
    background-color: #1cb4ce38;
    border:1px solid #11325d52;
}
.PRODUCTS .services .container-fluid{
    border:1px solid #11325d52;
}
.PRODUCTS .services .tab-content img{
 width:65% !important;
}
.PRODUCTS .fa{
    color: #f4ad39;
}
 .PRODUCTS .services-block-three{
        width:260px;
    }
    
     .PRODUCTS .services-block-three > div {
        display: block;
        border: 2px solid #d5d5d5;
        border-radius: 4px;
        text-align: center;
        /*background: #fff;*/
        padding: 3px;
        position: relative;
        margin: 10px;
    }

        .PRODUCTS .services-block-three > div:before {
            display: block;
            content: "";
            width: 9%;
            height: 17%;
            position: absolute;
            bottom: -2px;
            right: -2px;
            border-bottom: 2px solid #11325d;
            border-right: 2px solid #11325d;
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
        }

        .PRODUCTS .services-block-three > div:after {
            display: block;
            content: "";
            width: 9%;
            height: 17%;
            position: absolute;
            top: -2px;
            left: -2px;
            border-top: 2px solid #11325d;
            border-left: 2px solid #11325d;
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
        }

        .PRODUCTS .services-block-three > div:hover {
            opacity: 1;
            border-color: #d5d5d5;
        }

            .PRODUCTS .services-block-three > div:hover:before, .services-block-three > div:hover:after {
                width: 95%;
                height: 90%;
            }

.PRODUCTS .BODbg{
    background-image: url(../IMG/hos_light_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
.PRODUCTS .menucol li a{
    font-size:16px;
}
.PRODUCTS table{
    font-size:16px;
}
/*.PRODUCTS .menucol h5::before{
    content:'';
    position:absolute;
   top:0;
    color:#f4ad39;
    width:50px;
    height:2px;
    background-color:#f4ad39;
}*/

.PRODUCTS .menucol h5{
    font-size:1.25rem !important;
}
 .PRODUCTS .carousel-control-next-icon {
        background-image: url(../IMG/rightarrow.png);
        width: 40px;
        height: 40px;
    }
    .PRODUCTS .carousel-control-prev-icon {
        background-image: url(../IMG/leftarrow.png);
        width: 40px;
        height: 40px;
    }
    @media (max-width:575px){
         .PRODUCTS .carousel-control-next-icon {
        background-image: url(../IMG/rightarrow.png);
        width: 30px;
        height: 30px;
    }
    .PRODUCTS .carousel-control-prev-icon {
        background-image: url(../IMG/leftarrow.png);
        width: 30px;
        height: 30px;
    }
    }
    .PRODUCTS .carousel-item img{
        border-radius:20px;
    }
    .PRODUCTS .productimg img {
        border-radius: 20px;
    }

.PRODUCTS .carousel-item a{
    position:relative
}
.PRODUCTS .carousel-item i {
    position: absolute;
    display: none;
    color: #f4ad39;
    /*#11325d  f4ad39*/
    top: 45%;
    right: 45%;
}
.PRODUCTS .carousel-item a:hover i{
    display:block;
}
    .PRODUCTS .carousel-item a:hover img {
        opacity:0.8;
    }

.PRODUCTS .productimg a {
    position: relative;
}

.PRODUCTS .productimg i {
    position: absolute;
    display: none;
    color: #f4ad39;
    /*#11325d  f4ad39*/
    top: 45%;
    right: 45%;
}

.PRODUCTS .productimg a:hover i {
    display: block;
}

.PRODUCTS .productimg a:hover img {
    opacity: 0.8;
}
.lg-download{
    display:none;
}
.lg-thumb-outer{
    display:none;
}
#lg-actual-size{
    display:none;
}
.PRODUCTS .row{
    position:relative;
}
.PRODUCTS .contactfloat{
    position:fixed;
    right:-20px;
    bottom:15px;
    z-index:1;
}
@media (max-width:575px){
    .PRODUCTS .contactfloat{
    right:-25px;
    bottom:5px;
}
}
.PRODUCTS .contactfloat img{
    border-radius:50px;
    background-color: white;
}
.PRODUCTS .contactfloat img:hover{
    background-color:#f4ad39;
    cursor:pointer;
    transition:0.5s;
}
.modal .modal-content{
    background-color: white;
    color:black;
}
.modal .modal-content button{
   border:none;outline:none;
   color:black;
}
.modal .modal-content button:hover{
   border:none;outline:none;
   color:black;
}
.PRODUCTS .modal .fa{
    color:black !important;
}
.PRODUCTS .modal a:hover .fa{
    color:white !important;
    transition:0.5s;
}
.PRODUCTS .modal .form-control{
background-color:#1cb4ce38;
}
.PRODUCTS .modal h5 a{
color:black;
}

@media (min-width:992px) {
.PRODUCTS .modal-lg {
        max-width: 600px !important;
}
}
.PRODUCTS .modal .modal-body h5{
    font-size:1.25rem !important;
}




/*_____________________________________________CONTACT US___________________________*/
.ContactUs{
    background-image: url(../IMG/hos_light_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
}
.ContactUs .seconddiv{
    background-image: url(../IMG/hos_dark_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    color:white;
}
@media (min-width:992px){
.ContactUs:before{
    content:'';
    position:absolute;
    right:0;
    top:0;
    background-color:#f4ad39;
    width:200px;
    height:100%;
}
}
.ContactUs .social{
    position:relative
}

/*________________SUPPORT AND SERVICES_________________*/
.support .firstdiv{
    background-image: url(../IMG/hos_dark_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    color:white;
}
.support{
    background-image: url(../IMG/hos_light_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
.support .fa{
    color:#f4ad39;
}
.support .card{
    padding:1%;
    border-radius:10px;
    width:15%;
    margin:10px;
}
.support .card p{
    font-weight:bold;
    text-align:center;
}
.support .card:hover{
    transition:0.2s;
    border-color: #11325d;
}
.support .card:hover p{
    color: #11325d;
}
.support .service-contact{
    background-color:#f4ad39;
}
.support .service-contact .heading h1, .support .service-contact .heading h2{
 color:black;
}
.support .service-contact .newbutton{
    background-color:black;
    color:white;
}

.support .service-contact .newbutton:hover{
    transform:scale(1.05, 1.05);
    transition:0.5s;
}
.support .service-contact .newbutton a, .support .service-contact .newbutton .fa{
    color:white;
}
.support ul li{
    display:flex;
    align-items:baseline;
}

/*_____________________CLIENTS____________________*/
.CLIENTS-logo .firstdiv{
    background-image: url(../IMG/hos_dark_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    color:white;
}
.CLIENTS-logo{
    background-image: url(../IMG/hos_light_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
.CLIENTS-logo .card{
    margin:20px;
    border-radius:10px;
    width: 180px;
    height: 180px;
}
.CLIENTS-logo .card img{
    margin:auto;
}
.CLIENTS-logo .card:hover{
      border-color: #11325d;
}



/*about*/

.about .desire .card{
    width:30%;
    margin:5px;
    border-radius:10px;
    background-color:#1cb4ce38;
}
.about .desire .card .card-body{
text-align:center;
}
.about .desire .card .card-body h2{
color:#11325d;
font-weight:bold;
margin-top:10px;
margin-bottom:10px;
}
.about .desire .card .card-body p{
text-align:justify;
}



/*________PRIVACY POLICY____________*/
.privacypolicy{
    background-image: url(../IMG/hos_light_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
.privacypolicy .firstdiv{
    background-image: url(../IMG/hos_dark_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
.privacypolicy h1, .privacypolicy h2{
    color:#11325d;
font-weight:bold;
margin-bottom:10px;
} 
@media (max-width:767px){
    .privacypolicy h1, .privacypolicy h2{
   text-align:center;
} 
}
@media (max-width:575px){
    .privacypolicy .google{
font-size:14px;
} 
}





























html {
    font-size: 16px;
}

body {
    font-size: 1.1rem;
    /*font-family: 'Lato', sans-serif !important;*/
    color: #333333;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    /*font-family: "Inter", sans-serif;*/
    overflow-x: hidden;
    /* animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;*/
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 15px;
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #1cb4ce;
}

::placeholder {
    font-size: 0.9rem;
}

::selection {
    background: #f69d0f;
    color: #000;
}

@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: #f69d0f;
    }

/*Slick slider*/
.slick-slide {
    outline: none;
    margin: 0;
}

.slider-img {
    position: relative;
}


.slick-slider {
    /*overflow: hidden;*/
    margin-bottom: 0 !important;
}

.slick-dots li:only-child {
    display: none;
}

/*.slick-dots li button:before {
    width: 7px;
    height: 7px;
    border-radius: 0;
    line-height: 7px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000000;
    opacity: 0;
    border: 0;
    border-color: white;
    color: transparent;
}


.slick-dots li.slick-active button:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: white;
    z-index: -1;
}*/


.slick-dots li.slick-active button:before {
    /*background: #f69d0f;*/
    color: transparent;
}

.slick-dots {
    bottom: -1rem;
}

.slick-prev, .slick-next {
    z-index: 8;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    bottom: 0%;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

    .slick-prev:hover,
    .slick-next:hover,
    .slick-prev:focus,
    .slick-next:focus {
        background: #f6a72b;
    }

    .slick-next:before {
        content: '\f105';
    }

    .slick-prev:before {
        content: '\f104';
    }

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

    .slick-prev:before, .slick-next:before {
        opacity: 1;
        font-family: fontawesome;
        color: #fff;
        font-size: 3rem;
        transition: 0.5s all ease-in-out;
        -webkit-transition: 0.5s all ease-in-out;

    }

    .slick-prev:hover:before,
    .slick-next:hover:before,
    .slick-prev:focus:before,
    .slick-next:focus:before {
        color: #fff;
    }

.slick-slide img {
    display: block;
    margin: 0 auto;
}



/*Section Padding*/

.block {
    padding: 7rem 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: #000 !important;
    padding: 12px 40px;
    font-size: 16px;
    border-radius: 30px;
}

    .btn:hover {
        background-position: right center;
        color: #000;
    }

/*.btn-primary {
    background: #e64e36;
    font-weight: 600;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}*/

    .btn-primary::after {
        display: inline-block;
        padding-left: 8px;
        content: '\276F';
        -webkit-transition: transform 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out;
        -ms-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

        
    .btn-primary:hover::after {
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
    }


header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    background: #fff;
}

/*.body-content {
    padding-top: 100px;
}*/

/*.body-content {
  width: 100vw;
  height: 100vh;
  background: black;
  opacity: 1;
  position: absolute;
}*/








.slider-caption {
    position: absolute;
    left: 4.5%;
    top: 40%;
    width: 50%;
    transform: translateY(-50%);
}

    .slider-caption h1 {
        font-size: 50px;
        color: #fff;
        font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: 2px;
        text-shadow: 0px 4px 3px rgb(0 0 0), 0px 8px 41px rgb(0 0 0 / 73%), 0px 18px 23px rgb(0 0 0 / 20%);
    }

    .slider-caption .img-active {
        z-index: 0;
    }

/*.service-tab{ position: fixed;
    bottom: 0; 
    width:100%;
}*/

.tab-services {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
/*.tab-services .slick-slider{ overflow:auto; }
.tab-services .slick-dots{ bottom: -2rem; }*/
.tab-block {
    display: flex;
}

.primary-services {
    position: relative;
    /*overflow: hidden;*/
    background: linear-gradient(90deg, #1cb4ce, #0d8da3);
        padding: 20px;
    max-height: 145px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .primary-services .btn {
        padding: 5px 15px;
        font-size: 15px;
    }

    /*.slick-slide .slick-current .slick-active, .primary-services:hover img {
        opacity: 1;
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }*/

    /*.primary-services:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        background: linear-gradient(90deg, #1cb4ce, #0d8da3);
    }*/

    .primary-services:hover:before {
    }



    .primary-services img {
        width: 60px;
    }

.slick_active {
    background: linear-gradient(250deg, rgb(247 159 24 / 23%), rgb(246 159 14));
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.primary-services:hover .overlay {
    display: block;
    background: rgba(0, 0, 0, .3);
}
.primary-services:hover .title{ transform: translateY(-10px); transition:.3s linear;}



#slide-navigation .slick-slide #slide-navigation .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
    background: linear-gradient(250deg, rgb(49 49 49 / 28%), rgb(6 6 6 / 96%));
}

#slide-navigation .slick-current.slick-active:before {
    transform: scale(1);
    background: linear-gradient(250deg, rgb(247 159 24 / 23%), rgb(246 159 14));
}

#slide-navigation .slick-current.slick-active .title {
    color: #000 !important;
}

.title {
  
    color: #fff !important;
    /*
          position: absolute;
    left: 50%;
    top: 50%;
        transition: top .5s ease;
    transform: translate(-50%,-50%);
    width: 98%;*/
}

    .title h3 {
        font-size: 1.1rem;
    }

.primary-services:hover .title {
   
}



.primary-services:hover .title {
    color: #000;
}

.primary-services:hover .button {
    opacity: 1;
}








.slide-active .service-img:hover:before {
    display: block;
}

.slide-navigation .slick-current.slick-active .service-img:before {
    background: linear-gradient(250deg, rgb(247 159 24 / 23%), rgb(246 159 14));
    transform: scale(1);
    color: #fff;
}

.slide-navigation .slick-current.slick-active .service-caption {
    color: #000;
}


.img-gradient img {
    display: block;
}




.item-slick.slick-slide.slick-current.slick-active {
    outline: none !important;
}

.slider-for {
    margin-bottom: 15px;
}

    .slider-for img {
        width: 100%;
        min-height: 100%;
    }

.slider-nav {
    margin: auto;
}

    .slider-nav .item-slick {
        max-width: 240px;
        margin-right: 15px;
        outline: none !important;
        cursor: pointer;
    }

        .slider-nav .item-slick img {
            max-width: 100%;
            background-size: cover;
            background-position: center;
        }

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    /*margin-top: -12px;*/
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

/*.navbar {
    position: relative;
}*/

.top-nav div img {
    width: 22%;
}


/*form*/
.form-control {
    padding:1rem!important;
        height: calc(2.50rem + 2px);
}
/*.requestform .form-group {
    position: relative;
    margin-bottom: 1rem;
    color: #fff;
}

.requestform .form-control::placeholder {
    color: #ddd;
}

.requestform .form-control, .requestform .form-control:hover, .requestform .form-control:focus, .requestform .form-control:active {
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #9a9a9a;
    color: #fff;
    border-radius: 0px;
    padding: 6px 0px;
    color: #fff;
}

.requestForm .modal-content {
    background: #fff;
}

.request-button {
    padding: 0px 0px 0px 0px;
    width: 168px;
    height: 40px;
    background: #f6a112;
    border-radius: 0px 0px 5px 5px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    position: fixed;
    right: -64px;
    top: 43%;
}

.requestform .form-control:focus, .requestform .form-control:active {
    border-bottom: 1px solid #f69d0f !important;
}

/*.form-control-placeholder {
    position: absolute;
    top: 0;
    transition: all 200ms;
    opacity: 0.8;
    color: #fff;
    font-size: 0.8rem;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}*/
.requestform {
    background: #0000009c;
    padding: 25px;
    width: 280px;
    position: absolute;
    top: 38%;
    right: 6%;
    transform: translate(-50%, -50%);
}

    .requestform .btn {
        font-size: 14px;
    }*/



ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

    .nav li {
        position: relative;
        /*width: 273px;*/
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        box-sizing: border-box;
    }
/*.nav li.on,.nav li:hover{font-weight:700;color:#fff;border-color:#5f7aff;background:#5f7aff;box-shadow:0 3px 7px 0 rgba(27,0,255,.25)}
.nav li.on .primary-services:hover:before { background: linear-gradient(250deg, rgb(247 159 24 / 23%), rgb(246 159 14)); }
.nav li.on::before,.nav li:hover::before{position:absolute;top:-1px;bottom:-1px;left:-1px;right:-1px;border-top:1px solid #fff;content:""}*/
/*.primary-services.on:before {
    background: linear-gradient(250deg, rgb(247 159 24 / 23%), rgb(246 159 14)) !important;
}*/

.nav li ~ li {
    border-top: none;
}

.slide .slick-dots {
    display: none !important;
}

.slide.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.slide .slick-slide {
    outline: none;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 4px;
    font-size: 24px;
    color: #000;
    background: rgba(255,255,255,0.8);
    border: none;
    outline: 0;
    z-index: 1;
    cursor: pointer;
}

.prev-arrow {
    left: 0;
}

.next-arrow {
    right: 0;
}

.slide_paging {
    margin-top: 5px;
    text-align: right;
    font-size: 14px;
    color: #aaa;
    cursor: default;
}

    .slide_paging .page {
        color: #5f7aff;
    }














/*expert slider*/
.bg-expertise {
    background-image: url(../images/expertise_bg.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.expert-img {
    position: relative;
}

#expertiseSlider .slick-dots li button:before {
    background: #979595;
}

 #expertiseSlider .slick-slide {
    /*height: 18vh;*/
    padding: 30px;
    border-radius: 25px;
    cursor: pointer;
}


.expertiseSlider .center-slider .slick-slide, .homescreen-slider .slick-slide {
    background: #5e5b5b;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
}

    .expertiseSlider .center-slider .slick-slide .expertiseSlider .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
        transform: scale(0.8, 0.8);
        transition: all 0.4s ease-in-out;
    }

.expertiseSlider .center-slider .slick-current.slick-active {
    transform: scale(1);
    background: #f69d0f8f;
}

.expertiseSlider .slick-current.slick-active .tooltip {
    font-size: 1.3rem !important;
}


.businessSlider .card img {
    width: 100%;
}

.expert-img {
    position: relative;
    text-align: center;
}
.expert-img img{ margin:0 auto;}

    .expert-img .tooltip {
        font-size: 1.3rem;
        background: #f69d0f;
        font-weight: 600;
        padding-top: 50px;
        border-radius: 25px;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #000;
        display: block;
        text-align: center;
        transform: translateY(10px);
        transition: all .25s ease-out;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);

    }

        .expert-img .tooltip p {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 90%;
        }

    .expert-img:hover .tooltip {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }


/*.businessSlider .slick-prev, .businessSlider .slick-next {
    background-color: #f69d0f;
}

.businessSlider .center-slider .slick-slide, .homescreen-slider .slick-slide {
    transform: scale(0.9);
    transition: all 0.4s ease-in-out;
}
.businessSlider .center-slider .slick-slide .businessSlider .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
        transform: scale(0.9, 0.9);
        transition: all 0.4s ease-in-out;
    }

.businessSlider .center-slider .slick-current.slick-active {
    transform: scale(1);
}*/



/*our services*/
.bg-business {
    background-image: url(../images/business_bg.png);
    background-size: cover;
    background-position: top;
    position: relative;
    background-attachment: fixed;
}

.ourService {
    position: relative;
    margin-bottom: 30px;
}

.bg-business .card {
    margin: 0 auto;
    border: none;
    background: transparent;
}

.ourService .business {
    background: #f9f8f8;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 19%);
    padding: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: -20px !important;
    margin: 0 auto;
    width: 88%;
    /*top: 165px;
    position: absolute;
    left:0; right:0;
    margin: 0 auto;*/
    border-top: 5px solid #fbc21d;
    transition: .3s ease-in-out;
}

    .ourService .business:hover {
        transform: translateY(-6px);
        transition: .2s ease-in-out;
        background: #fbc21d;
        border-top: 5px solid #000;
    }

        .ourService .business:hover .business h5 .business p {
            color: #f69d0f;
        }

    .ourService .business h5, .ourService .business p {
        color: #000;
    }

.businessQHSSE {
    padding: 50px 20px 20px 20px;
    position: relative;
    font-weight: 600;
}

    .businessQHSSE p {
        border-left: 5px solid #f79e0c;
        padding-left: 12px;
    }

        .businessQHSSE p:hover {
        }

.businesscard {
    background: #f3f3f3;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 19%);
    border: 1px solid #eee;
}

    .businesscard:hover {
        background: #fbc21d;
    }

        .businesscard:hover .businessQHSSE p:hover {
            border-left: 5px solid #000;
        }

    .businesscard img {
        width: 100%;
    }

.businessQHSSE .icon {
    background: #000;
    position: absolute;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 10px 32px rgb(0 0 0 / 30%);
    position: absolute;
    top: -25%;
    left: 20px;
}

    .businessQHSSE .icon img {
        width: 82%;
    }

.ourService .business h5 {
    font-weight: 600;
    margin-bottom: 14px;
}

.ourService .business p {
    padding-right: 20px;
}

.more-services {
    position: relative;
    display: block;
    padding: 40px;
    background-image: linear-gradient(to right, #e4e4e4 0%, #e4e4e4 50%, #f1f1f1 100%);
}

    .more-services h5 {
        font-weight: 600;
    }


.btn-knowmore {
    position: relative;
    width: 190px;
    font-size: 18px;
    position: relative;
    /*background: #000;*/
    z-index: 0;
    float: right;
    padding: 5px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}

    .btn-knowmore a {
        color: #f69d0f;
        font-weight: 600;
    }

    .btn-knowmore:after {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: #000;
        transform-origin: bottom right;
        -ms-transform: skew(-30deg, 0deg);
        -webkit-transform: skew(-30deg, 0deg);
        transform: skew(-30deg, 0deg);
        border: 1px dashed #f69d0f;
    }

.btn-know {
    transition: all 0.2s linear 0s;
}

    .btn-know:before {
        content: "\f178";
        font-family: FontAwesome;
        font-size: 15px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 0;
        top: 0;
        opacity: 0;
        height: 100%;
        width: 60px;
        color: #f69d0f;
        transition: all 0.2s linear 0s;
    }

    .btn-know:hover {
        text-indent: -20px;
    }

        .btn-know:hover:before {
            opacity: 1;
            text-indent: 0px;
        }

.close-menu svg {
    background: #eee;
    padding: 7px;
    width: 35px;
    height: 35px;
}







/*.slide-box {
  position: relative;
  margin: 0;
  padding: 0;
}

/* slide */

/*.slide {
    position: relative;
    margin: 0;
    padding: 0;
}

    .slide .item {
        position: relative;
        height: 100%;
    }

        .slide .item a {
            display: block;
        }

        .slide .item::before {
            display: block;
            content: "";
        }

        .slide .item .image {
            position: relative;
            overflow: hidden;
        }

        .slide .item img {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            margin: auto;
            width: 100%;
        }*/

    .slide > .slick-list,
    .slide > .slick-list > .slick-track,
    .slide > .slick-list > .slick-track > .slick-slide > div {
        position: relative;
        height: 100%;
    }

.bg-map {
    background-image: url(../images/mab_bg.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

    .bg-map img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.menu li a {
    position: relative;
}

    .menu li a::after {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background: #f69d0f;
        transition: width .3s;
        position: absolute;
        bottom: 0;
    }

    .menu li a:hover::after {
        width: 100%;
        transition: width .3s;
    }


.section-block {
    padding: 3rem;
}


/*footer*/
.bg-dark {
    background: #000 !important;
}

.bg-footer {
    background-image: url(../images/map-image.png);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: -1;
}

    .bg-footer:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 6%);
    }

.img-active img {
    position: absolute;
    left: 97.5%;
    top: 41%;
    transform: translate(-50%, -50%);
    width: 60px;
}

.counter-block {
    font-weight: 600;
    padding: 50px;
}

.counter {
    font-size: 3rem;
}

#more {
    display: none;
}

.cl-expertise {
    padding: 45px 30px;
    margin: 0 auto;
    position: relative;
}

    .cl-expertise:before,
    .cl-expertise:after {
        content: '';
        background-color: #f69d0f;
        border: 3px solid #fff;
        border-radius: 27px;
        position: absolute;
        left: 10px;
        top: 10px;
        bottom: 10px;
        right: 10px;
        z-index: -1;
    }

    .cl-expertise:after {
        background-color: #07374E;
        border-color: #07374E;
        transform: rotate(-6deg);
        left: 8px;
        right: 8px;
        z-index: -2;
    }

    .cl-expertise h3 {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
    }

@media screen and (max-width:990px) {
    .cl-expertise {
        margin-bottom: 40px;
    }
}



/*Model*/
.close {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    transition: 0.3s;
    margin-top: 30px;
    margin-right: 22px;
}

/*.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #444444;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    color: #fff;
}*/

footer {
    position: relative;
    z-index: 0;
}

.footer, .footer a {
    color: black;
    /*font-size: 1rem;*/
    font-weight: 500;
    line-height: 30px;
    word-break: break-word;
}

    .footer li:hover .footer li a {
        color: #f69d0f;
        transform: translateX(5px);
    }

    .footer ul li a {
        color: #505050;
        font-size: 1rem;
        font-weight: 600;
    }

        .footer ul li a:hover {
            color: #f69d0f;
        }

    .footer ul li {
        list-style: square;
        color: #f69d0f;
    }

    .footer h4 {
        font-weight: 600;
        color: #434343;
        margin-top: 50px;
        margin-bottom: 25px;
    }



.social-icons {
    background: #383c50;
    width: 55px;
    height: 55px;
    line-height: 50px !important;
    border: 3px solid #000;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

    .social-icons img {
        margin: 5px;
    }

    .social-icons a {
        color: #fff;
    }

    .social-icons:hover {
        border: 3px solid #f69d0f;
        transition: .3s ease-in-out;
    }

.copyright {
    background: #000;
    padding: 20px;
    color: #dfdfdf;
    font-size: 1rem;
}

    .copyright a {
        color: #dfdfdf;
    }

    .copyright .policy:hover {
        color: #f69d0f;
    }




a.top-contact-nav:hover {
    color: #f69d0f;
}

a.top-contact-nav {
    color: #000;
}









/*Aboutus*/

.top-banner {
    background-size: cover;
    position: relative;
    min-height: 267px;
    background-repeat: no-repeat;
    background-color: #000;
    background-color: #000000;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/banner/inner-banner.jpg);
    background-position: center;
    background-size: cover;
    color: #ffffff;
    padding: 35px 45px 38px;
}

.breadcrumb li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}



    .breadcrumb li a:hover {
        color: #fff;
    }

.breadcrumb {
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: unset;
    border-radius: 0;
}

.breadcrumb-title h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 60px;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 0px 4px 3px rgb(0 0 0), 0px 8px 41px rgb(0 0 0 / 73%), 0px 18px 23px rgb(0 0 0 / 20%);
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb > .active {
    color: #f69d0f !important;
    font-weight: 500;
}

.breadcrumb-wrap {
    text-align: center;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 15px;
    padding-left: 10px;
    color: #ddd;
    content: "|";
}


#about-box {
    background-image: url(../images/about/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.about-section .about-right .about-media1 {
    position: relative;
    max-width: 370px;
    padding-top: 160px;
}

.about-section .about-right .about-media2 {
    position: absolute;
    max-width: 370px;
    right: 0px;
    top: 0px;
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }

    50% {
        box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
        transform: translatey(-20px);
    }

    100% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
}

.about-section .about-right .about-media2:after {
    position: absolute;
    content: '';
    border-left: 40px solid #f19f10;
    border-bottom: 40px solid #f69d0f;
    left: -40px;
    bottom: -40px;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.about-title h5 {
    color: #f69d0f;
    font-weight: 800;
}

.about-text p {
    font-weight: 800;
    font-size: 1.1rem;
    text-align: justify;
}

.about-title h2 span {
    padding: 5px 10px;
    background: #f19f10;
    letter-spacing: 6px;
    font-size: 26px;
}

.about-title h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
    display: block;
    font-weight: 800;
    color: #000;
}

.about-title sup {
    top: -0.6em;
    font-size: 59%;
}


/*contract logistics*/
.bg-brand-o {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 27%;
    height: 100%;
    background: #f69d0f;
    z-index: 0;
}

.bg-management1 {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: #000;
    border-right: 12px solid #f4f3f1;
    z-index: 0;
}

.bg-management2 {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    border-left: 12px solid #f69d0f;
    background: #f4f3f1;
    /* transform: translate(-50%,-50%); */
    z-index: 0;
}

.element-img {
    position: relative;
}

.element-img1 img {
    width: 75%;
    border: 12px solid #f69d0f;
}

.element-img2 {
    position: absolute;
    top: 50%;
    right: -18%;
    transform: translate(-50%, -50%);
}

    .element-img2 img {
        border: 12px solid #423e3e;
    }

.bg-addedservices {
    background-image: url(../images/logistics.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: -1;
    background-attachment: fixed;
}

    /*.body_bg {
    background-image: url(../images/body_banner.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: -1;
    background-attachment: fixed;
}*/

    .bg-addedservices:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(250deg, rgb(49 49 49 / 28%), rgb(6 6 6 / 96%));
    }

.bg-replace {
    background-image: url(../images/return-replacement.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    position: relative;
    z-index: -1;
}


.advantages .card {
    border: 2px solid #f69d0f;
    border-radius: 7px;
    padding: 1rem;
    position: relative;
    cursor: default;
    margin-top: 4rem;
    color: #000000;
}

    .advantages .card > * {
        position: relative;
        z-index: 1;
    }

    .advantages .card .background {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        z-index: -1;
    }

    .advantages .card::before {
        content: "";
        width: 0%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        transition: 0.3s;
        background: #000;
    }

    .advantages .card:hover {
        color: #fff;
    }

        .advantages .card:hover::before {
            border-radius: 0;
            width: 100%;
        }

    .advantages .card .card-icon {
        font-size: 2.5rem;
        margin-bottom: 0.75em;
    }

    .advantages .card .card-icon {
        background: #fff;
        border: 1px solid #ededed;
        width: 2.2em;
        height: 2.2em;
        padding: 4px;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        margin-top: -1.8em;
        border-bottom: 2px solid #f59b0e;
        color: #5400c2;
        top: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

        .advantages .card .card-icon img {
            padding: 15px;
        }

        .advantages .card .card-icon i {
            margin-top: 0.3em;
        }

    .advantages .card .card-title {
        font-size: 1.2rem;
        text-align: center;
        margin-top: 1.6rem;
    }

    .advantages .card .card-content {
        padding-left: 1em;
        padding-right: 1em;
        text-align: justify;
    }





/*E-commerce Logistics*/

.bg-replace ul {
    line-height: 45px;
}
/*ul{ list-style: none; }
ul li:after{ 
   position:relative;
    border: 6px solid;
    color: #eea325;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 38px;
}
.list-icon{
    text-align: center;
    font-size: 1.7rem;
    margin-bottom:10px;}*/






/*contactus*/

.contact-title h2 {
    margin-bottom: 30px;
    font-size: 60px;
    color: #000;
    font-family: fantasy;
    letter-spacing: 2px;
    text-shadow: 0px 4px 3px rgb(222 222 222), 0px 8px 41px rgb(197 197 197), 0px 18px 23px rgb(221 212 212 / 20%);
}

.contact-field input {
    width: 100%;
    border: none;
    padding-left: 15px;
    transition: .3s;
    border-radius: 0;
    border: 1px solid rgb(183, 183, 183);
    height: calc(2.5em + 0.75rem + 2px);
}

.contact-info {
    background-color: #000000;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/contact-img.png);
    background-position: center;
    background-size: cover;
    color: #ffffff;
    padding: 35px 45px 38px;
}

.contact-icon {
    float: left;
    margin-right: 30px;
}

.contact-icon {
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    color: #000;
    font-size: 28px;
    background: #fff;
    border: 2px solid #f69d0f;
}

.contact-info .contact-wrap {
    padding-top: 30px;
    padding-bottom: 10px;
}

.contact-wrap {
    border-bottom: 1px solid;
    width: 100%;
    line-height: 28px;
}

div.contact-wrap:last-child {
    border: 0;
}

.contact-wrap h5 {
    color: #f69d0f;
    font-size: 20px;
    margin-bottom: 15px !important;
    font-weight: 600;
}

.contact-wrap a {
    color: #fff;
}

.contact-wrap p {
    display: table;
}

/*industries*/
.single-what-we-provide-item .content-wrapper {
    background-color: #f3f3f3;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .single-what-we-provide-item .content-wrapper .icon {
        font-size: 45px;
        color: #fff;
        width: 65px;
        height: 85px;
        line-height: 85px;
        padding-left: 20px;
        background-color: var(--secondary-color);
        margin-bottom: 18px;
        position: relative;
    }








/*Industries Css*/
.icon-tick, .icon-arrow {
    color: #f68329;
    border-radius: 50%;
    font-size: 1.5rem;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

.Automotive-left {
    position: relative;
}

.Automotive-thumb-left {
    position: relative;
}

    .Automotive-thumb-left img {
        width: 75%;
    }

    .Automotive-thumb-left .Automotive-shape {
        border: 12px solid #f69d0f;
        height: 100%;
        position: absolute;
        top: 0px;
        width: 75%;
        left: 0px;
        opacity: 100%;
    }

.Automotive-thumb-right {
    position: relative;
    /*margin-top: -125px;*/
    margin-top: -79px;
    float: right;
}

#AutomotiveEngineering .about-left {
    margin-left: -25px;
}

.small-img {
    border: 12px solid #423e3e;
}

/*Lifestyle*/
.single-sidebar-box {
    margin-bottom: 50px;
}

    .single-sidebar-box.service-link-widget ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .single-sidebar-box.service-link-widget ul li {
            list-style: none;
            margin-bottom: 5px;
        }

            .single-sidebar-box.service-link-widget ul li a {
                display: block;
                background: #F4F4F4;
                font-size: 16px;
                color: #272727;
                font-weight: bold;
                line-height: 60px;
                padding-left: 23px;
                border-left: 4px solid transparent;
                transition: all 0.5s ease;
            }

            .single-sidebar-box.service-link-widget ul li.active a {
                background: #000000;
                border-color: #f69d0f;
                color: #fff;
            }

    .single-sidebar-box.broucher-widgets {
        background: #f69d0f;
        padding: 10px 0;
    }

        .single-sidebar-box.broucher-widgets .icon-box {
            width: 45px;
            height: 45px;
            background: #000000;
            color: #fff;
            text-align: center;
            font-size: 20px;
        }

        .single-sidebar-box.broucher-widgets .icon-box, .single-sidebar-box.broucher-widgets .text-box {
            display: table-cell;
            vertical-align: middle;
        }

        .single-sidebar-box.broucher-widgets .text-box {
            padding-left: 30px;
        }

            .single-sidebar-box.broucher-widgets .text-box h4 {
                font-size: 18px;
                color: #272727;
                margin: 0;
            }

.industri-page .two-col-content .img-box img {
    margin-bottom: 10px;
}

.industri-page .img-box img:first-child {
    margin-right: 2px;
}

img {
    max-width: 100%;
}

.innerimage img {
    border-radius: 10px;
}

.our-features .our-features-wrap {
    padding-bottom: 40px;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 40px;
}

.sidebar ul li a:hover {
    color: #d98d17;
}



/*industries*/
.industri-innerbox-3 .industri-img:before {
    left: -15px;
    width: 110%;
    content: "";
    height: 100px;
    bottom: -57px;
    position: absolute;
    background-color: #f2f3f5;
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
}



/*.nine h1 {
  text-align:center;text-transform:uppercase;letter-spacing:1px;
}
.nine h1 span {
  margin-top: 5px;
    font-size:15px; color:#444; word-spacing:1px; font-weight:normal; letter-spacing:2px;
    text-transform: uppercase; font-family:"Raleway", sans-serif; font-weight:500;

    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.nine h1 span:after,.nine h1 span:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 5px;
  background-color:#f8f8f8;
}*/


/*about-us-inner*/
.about-content-wrapper .icon {
    font-size: 45px;
    color: #fff;
    width: 65px;
    height: 81px;
    line-height: 71px;
    padding-left: 16px;
    background-color: #f19f10;
    margin-bottom: -35px;
    position: relative;
}

.about-card img {
    width: 100%;
}

.about-card {
    background: #f3f3f3;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 19%);
    border: 1px solid #eee;
}

.about-content-wrapper .icon::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -57px;
    border-top: 81px solid #f19f10;
    border-right: 58px solid transparent;
}

.about-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 45px solid #f19f10;
    border-left: 45px solid transparent;
}

.about-content {
    margin-left: 100px;
    padding-bottom: 20px;
    font-weight: 600;
}

.bg-business_about {
    padding-bottom: 7rem;
}


































/*Header*/
/*.header {
    background: #fff;
    box-shadow: 0 20px 30px rgb(26 54 85 / 10%);
}

    .header .navbar {
        padding: 0;
    }

.logo img {
    max-height: 80px;
    transition: 0.3s all;
}

.header .MainMenu li{position:relative;}

.header .MainMenu li .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: 0;
}



.header .MainMenu li a {
    text-align: left;
    padding: .5rem 1rem;
    font-size: .9rem;
    text-transform: capitalize;display: block;font-weight:600;
}

.header .MainMenu .dropdown-menu li:last-child .dropdown-item {
    border-bottom: 0;
}



.header .MainMenu > li > a {
    color: #035c86 !important;
    text-transform: uppercase;
}

    .header .MainMenu > li > a:hover,
    .header .MainMenu > li > a:focus,
    .header .MainMenu > li:hover > a,
    .header .MainMenu   .dropdown:hover > a,
    .header .MainMenu > li.active > a,
    .header.in .MainMenu > li.active > a,
    .header.homemenubottom .MainMenu > li.active > a,
    .header .MainMenu li .dropdown-item:hover,
    .header .MainMenu li .dropdown-item:focus {
        color: #3ba25e !important;
        background: transparent;
    }
.active .menu-icon{opacity:1!important; }*/




.open-menu, .close-menu {
    cursor: pointer;
    border: none;
    outline: none;
    color: #252a32;
    background: none;
}

.close-menu {
    position: absolute;
    top: 4%;
    right: 8%;
    border: none;
    outline: none;
    color: #252a32;
    background: none;
}
/*.brand {
	 font-family: inherit;
	 font-size: 1.75rem;
	 font-weight: 700;
	 line-height: 1.5;
	 color: #d32f2f;
	 text-transform: uppercase;
	 text-rendering: optimizeLegibility;
}
 .title-large {
	 font-family: inherit;
	 font-size: 2.25rem;
	 font-weight: 700;
	 line-height: inherit;
	 color: #252a32;
	 text-align: center;
	 text-transform: capitalize;
}
 .header {
	 position: relative;
	 width: 100%;
	 height: auto;
	 padding: 0.75rem 1.5rem;
	 color: #252a32;
	 background: #fff;
	 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
 .header .navbar {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 align-items: center;
}
 .header .navbar .menu-wrapper::before {
	 content: "";
	 position: fixed;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 z-index: -1;
	 transition: background 0.5s;
}*/

/*.header .navbar .menu-wrapper.offcanvas:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 39%);
}

.header .navbar .menu-wrapper.offcanvas .menu {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.7s;
    transition-delay: 0.2s;
}

.header .navbar .menu-wrapper.offcanvas::before {
    background: rgba(37, 42, 50, 0.6);
    z-index: 1;
}

.header .navbar .menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 25rem;
    width: 100%;
    height: 100%;
    padding: 3rem 2rem;
    z-index: 2;
    overflow-y: auto;
    color: #252a32;
    background: #000000db;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.header .navbar .menu-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.header .navbar .menu-link:hover {
    color: #f69d0f;
}

.header .navbar .menu-item {
    position: relative;
    list-style: none;
}

    .header .navbar .menu-item a {
        padding: 1rem 0rem;
        display: block;
        color: #fff;
        border-bottom: 1px solid #6f6f6f;
        transition: color 0.35s ease-out;
    }

        .header .navbar .menu-item a:hover {
            color: #f69d0f;
            font-weight: 600;
        }

    .header .navbar .menu-item.has-collapsible,
    .header .navbar .submenu-item.has-collapsible {
        position: relative;
    }

        .header .navbar .menu-item.has-collapsible .menu-child, .header .navbar .menu-item.has-collapsible .menu-child {
            display: none;
        }

            .header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a {
                padding: 0.8rem 0rem;
                transition: color 0.35s ease-out;
            }

                .header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a span {
                    font-size: 1.6rem;
                }

            .header .navbar .menu-item.has-collapsible .menu-child .menu-child-item .menu-child .menu-child-item a span {
                font-size: 1rem;
            }

            .header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a:hover, .menu-child .submenu-child-item a:hover {
                color: #f69d0f;
                font-weight: 600;
            }

        .header .navbar .menu-item.has-collapsible span i::before,
        .header .navbar .menu-child.has-collapsible span i::before,
        .header .submenu .menu-child.has-collapsible span i::before {
            font-size: 1.5rem;
            font-weight: 400;
            line-height: inherit;
            position: absolute;
            top: 1rem;
            right: 1rem;
            color: #a2a2a2;
            transition: all 0.35s ease;
        }

        .header .navbar .menu-item.has-collapsible span::after:hover,
        .header .navbar .submenu-item.has-collapsible span::after:hover {
            color: #f69d0f;
        }

    .header .navbar .menu-item.active.has-collapsible .menu-child,
    .header .navbar .submenu-item.active.has-collapsible .submenu-child li {
        display: block;
        transition: all 0.35s ease;
    }

    .header .navbar .menu-item.has-collapsible.active .submenu-item has-collapsible .submenu-child {
        display: block;
    }*/
 

    /*.header .navbar li.dropdown span i::before {
        transform: rotate(0deg);
    }

    .header .navbar li.dropdown .opened span i::before {
        transform: rotate(90deg);
    }
     .header .navbar li.dropdown .opened .dropdown-menu .dropdown span i::before {
        transform: rotate(90deg);
    }*/

    

    .header > ul > li.dropdown.opened > a > span > i::before {transform: rotate(90deg);}
    .header > ul > li.dropdown.opened > ul > li > a > span > i::before {transform: rotate(90deg);}

    ul.dropdown-menu{
  display: none;
}



.navbar-header {
    position: relative;
    width: 100%;
}

.nav-container {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 40%;
    left: 0;
    margin: 0 auto;
}

    .nav-container p {
        font-size: 20px;
    }

    .nav-container a {
        display: inline-block;
        position: relative;
        text-align: center;
        color: #FF5252;
        text-decoration: none;
        font-size: 20px;
        overflow: hidden;
        top: 5px;
    }

        .nav-container a:after {
            content: '';
            position: absolute;
            background: #FF5252;
            height: 2px;
            width: 0%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            left: 50%;
            bottom: 0;
            -webkit-transition: .35s ease;
            transition: .35s ease;
        }

        .nav-container a:hover:after,
        .nav-container a:focus:after,
        .nav-container a:active:after {
            width: 100%;
        }

.button_container {
    position: absolute;
    top: 20%;
    left: 20%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    /*z-index: 100;*/
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

    .button_container:hover {
        opacity: 1;
    }

    /*.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  -ms-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
}

.button_container.active .middle {
  opacity: 0;
}

.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  width: 100%;
}*/

    .button_container span {
        background: #292929;
        border: none;
        height: 5px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
        border-radius: 10px;
    }

        .button_container span:nth-of-type(2) {
            top: 11px;
        }

        .button_container span:nth-of-type(3) {
            top: 22px;
            width: 60%;
        }






/*core values*/

.bg-corevalues {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    margin-bottom: 30px;
}

.coreValues .img-integrity {
    background-image: url(../images/corevalues/Integrity.jpg);
}

.coreValues .img-respect {
    background-image: url(../images/corevalues/respect.jpg);
}

.coreValues .img-safety {
    background-image: url(../images/corevalues/safety.jpg);
}

.coreValues .img-ownership {
    background-image: url(../images/corevalues/ownership.jpg);
}

.coreValues .img-diversity {
    background-image: url(../images/corevalues/diversity.jpg);
}

.core-values {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .core-values .counter, counter-e {
        text-align: center;
        padding: 0 0 45px 7px;
        margin: 0 auto;
        border-radius: 50px 0 0;
        position: relative;
    }

    .core-values .counter-e:after {
        left: 0 !important;
    }

    .core-values .counter-e:before {
        left: 99.5% !important;
    }

    .core-values .counter-e .counter-content {
        border-radius: 0 50px !important;
    }

        .core-values .counter-e .counter-content:after {
            border-radius: 0px 25px 0 0 !important;
        }

    .core-values .counter-e .counter-content {
        background: linear-gradient(to right,#fb9713,#000000) !important;
    }

    .core-values .counter:before, .counter-e:before,
    .core-values .counter:after, .counter-e:after {
        content: '';
        background: linear-gradient(to right,#f49313,#f49313);
        height: 15px;
        width: 15px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
    }

    .core-values .counter:after, counter-e:after {
        background: #999;
        width: 90%;
        height: 8px;
        border-radius: 15px;
        left: auto;
        right: 0;
        bottom: 3px;
    }

    .core-values .counter .counter-content, .counter-e .counter-content-e {
        color: #fff;
        background: linear-gradient(to right,#0000009c,#fb9713);
        padding: 30px;
        margin: -30px 0 0;
        border-radius: 50px 0;
        position: relative;
        font-family: 'Lato', sans-serif;
    }

    .core-values .counter-e .counter-content-e {
        border-radius: 0 50px 0 !important;
        background: linear-gradient(to right,#fb9713, #0000009c);
    }

    .core-values .counter .counter-content p, .counter-e .counter-content-e p {
        font-size: 18px;
    }

    .core-values .counter .counter-content:before,
    .core-values .counter .counter-content:after {
        content: '';
        background-color: #0000009c;
        height: 30px;
        width: 30px;
        position: absolute;
        left: 0;
        top: 100%;
    }

    .core-values .counter .counter-content:after {
        background-color: #fff;
        height: 40px;
        width: 100%;
        border-radius: 25px 0 0 0;
        left: auto;
        right: 0;
    }

    .core-values .counter-e .counter-content-e:before,
    .core-values .counter-e .counter-content-e:after {
        content: '';
        background-color: #0000009c;
        height: 30px;
        width: 30px;
        position: absolute;
        right: 0 !important;
        top: 100%;
    }

    .core-values .counter-e .counter-content-e:after {
        background-color: #fff;
        height: 40px;
        width: 100%;
        border-radius: 0px 25px 0 0 !important;
        left: auto;
        right: 0;
    }

    .core-values .counter h3, counter-e h3 {
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0 0 10px;
    }

@media screen and (max-width:991px) {
    .core-values .counter {
        margin-bottom: 60px;
    }
}


/*career*/
.career-section {
    color: #fff;
    background: #000000;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    padding: 62px;
}

.career-text p {
    font-weight: 800;
    font-size: 1.1rem;
    text-align: justify;
}

.career-title h5 {
    color: #f69d0f;
    font-weight: 800;
}

.career-title h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
    display: block;
    font-weight: 800;
    color: #fff;
}

.career-form {
    padding: 15px;
    margin-top: 5rem;
}


/*inauguration*/
/*#ribbon {
    z-index: 999;
    display: block;
    position: fixed;
    top: 50%;
    left: 0;
    width: 100vw;
    transform: translateY(-50%);
    background: #fff;
    float: left;
    cursor: pointer;
}

.ribbon-hide {
    z-index: 0 !important;
    background: transparent !important;
    display: block;
    position: fixed;
    top: 50%;
    left: 0;
    width: 100vw;
    transform: translateY(-50%);
}

#ribbon:before, #ribbon:after {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: inline-block;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 );
}

#ribbon .bow {
    left: 50%;
    top: 50%;
    position: absolute;
    width: 20rem;
    height: 10rem;
    background-image: url(https://pics.clipartpng.com/midle/Beautiful_Red_Bow_PNG_Clipart-518.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translate(-50%, -50%);
    z-index: 10;
}

    #ribbon .bow.hide {
        z-index: 0;
        transition: transform 2s ease-in-out, opacity .1s ease 2s;
        transform: translateY(-2000rem) rotate(360deg);
        opacity: 0;
        transform-origin: top left;
    }

#ribbon .ribbon--r,
#ribbon .ribbon--l {
    z-index: 0;
    position: absolute;
    background-color: #a7002c;
    width: 50vw;
    height: 1.5rem;
}

#ribbon .ribbon--r {
    z-index: 0;
    right: 0;
}

    #ribbon .ribbon--r.hide {
        z-index: 0;
        transition: transform 5s ease-in-out;
        transform: translateX(1000rem) rotate(90deg);
        transform-origin: botttom right;
    }

#ribbon .ribbon--l {
    z-index: 0;
    left: 0;
}

    #ribbon .ribbon--l.hide {
        z-index: 0;
        transition: transform 5s ease-in-out;
        transform: translateX(-1000rem) rotate(-90deg);
        transform-origin: bottom left;
    }

#imgFollow {
    z-index: 999;
    transform: rotate(0deg);
    width: 5rem;
}*/



#particle-canvas {
	 display: block;
	 position: fixed;
	 pointer-events: none;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 10;
}
 .player-wrap {
	 display: flex;
	 flex-direction: row;
	 align-items: center;
	 justify-content: center;
	 text-align: center;
	 position: fixed;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 100;
}
 .player-wrap .player-container {
	 max-width: 760px;
	 margin: 0 auto;
	 padding-bottom: 2em;
	 color: seashell;
}
 .player-wrap .player-title {
	 font-size: 200%;
	 margin-bottom: 0.8em;
}
 .player-wrap .player-info {
	 font-size: 120%;
	 margin-bottom: 1em;
	 opacity: 0.6;
}
 .player-wrap .player-track {
	 margin-bottom: 1.5em;
}
 .player-wrap .player-track > b {
	 display: inline-block;
	 margin-right: 0.5em;
	 opacity: 0.5;
}
 .player-wrap .player-track > .error {
	 color: red;
}
 .player-wrap .player-toggle {
	 display: block;
	 margin: 0 auto;
	 font: inherit;
	 padding: 1em 2em;
	 line-height: 1em;
	 white-space: nowrap;
	 color: black;
	 font-weight: bold;
	 background-color: orange;
	 border-radius: 5px;
	 cursor: pointer;
}
 .player-wrap .player-toggle[disabled] {
	 pointer-events: none;
	 opacity: 0.5;
}
 .player-wrap .player-toggle:hover {
	 background-color: white;
}


.ribbon-bg{    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    overflow: hidden; }

/*#confetti {
    position: absolute;
    left: 0;
    top: 0;
    /* height: 100%; */
    /* width: 100%; 
    z-index: 3;
    background: rgba(0,0,0,.8);
}*/


#ribbon {
z-index:999;
display: block;
position: absolute;
top: 50%;
left: 0;
width: 100vw;
transform: translateY(-50%);
background: pink;
float: left;
cursor: pointer;
}
#ribbon .bow {
z-index:999;
left: 50%;
top: 50%;
position: absolute;
width: 20rem;
height: 10rem;
background-image: url(https://pics.clipartpng.com/midle/Beautiful_Red_Bow_PNG_Clipart-518.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
transform: translate(-50%, -50%);
z-index: 10;
}
#ribbon .bow.hide {
z-index:0;
transition: transform 2s ease-in-out, opacity .1s ease 2s;
transform: translateY(-2000rem) rotate(360deg);
opacity: 0;
transform-origin: top left;
}
#ribbon .ribbon--r,
#ribbon .ribbon--l {
z-index:0;
position: absolute;
background-color: #a7002c;
width: 50vw;
height: 1.5rem;
}
#ribbon .ribbon--r {
z-index:0;
right: 0;
}
#ribbon .ribbon--r.hide {
z-index:0;
transition: transform 5s ease-in-out;
transform: translateX(1000rem) rotate(90deg);
transform-origin: botttom right;
}
#ribbon .ribbon--l {
z-index:0;
left: 0;
}
#ribbon .ribbon--l.hide {
z-index:0;
transition: transform 5s ease-in-out;
transform: translateX(-1000rem) rotate(-90deg);
transform-origin: bottom left;
}


#imgFollow {
z-index:999;
transform: rotate(0deg);
width: 5rem;
}




.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
}


    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

    .upload-btn-wrapper .btn {
        color: #fff;
        background: #ffffff;
        max-height: 50px;
        display: flex;
        align-items: center;
        border: 1px solid #a1a1a1;
        border-radius: 0;
        cursor: pointer;
    }

p.expert-text {
    font-size: 1.2rem;
    color: #fff;
    padding-top: 1rem;
}

.home-model {
    margin-top: 12rem;
}

span.text-small {
    font-size: 23px;
    margin-top: 27px;
}


@media (min-width: 1200px) and (max-width: 1599.98px) {
    .QHSSE-Video video{
        height: 160px !important;
    }
}

 .QHSSE-Video video{
    height: 220px;
    width: 100%;
    margin-bottom: -7px;
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
    .QHSSE-Video video{
        height: 177px !important;
    }
}

@media (min-width: 1600px) and (max-width: 1639.98px) {
        .QHSSE-Video video{
        height: 190px !important;
    }
}

@media (min-width: 1640px) and (max-width: 1689.98px) {
        .QHSSE-Video video{
        height: 197px !important;
    }
}

@media (min-width: 1690px) and (max-width: 1811.98px) {
        .QHSSE-Video video{
        height: 200px !important;
    }
}

li.submenu-item {
    margin-left: 15px;
}
ul.submenu-child {
    margin-left: 20px;
}

/*.firstcol h1{
        margin:25px;
    }

.firstcol p{
        margin:15px;
    }*/
.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 1em;
  line-height: 1.2em;
  opacity: 0;
  color: #dc3545;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}
/*.parsley-required {
    background: #fde8e8;
    display: inline-block;
    font-size: 11px;
    padding: 2px 5px;
    position: relative;
    margin-top: 5px;
    border-radius: 4px;
}

.parsley-required:before {
    position: absolute;
    top: -17px;
    left: 50%;
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #fde8e8;
    transform: translateX(-50%);
}*/
.parsley-errors-list.filled li {
    background: #fde8e8;
    display: inline-block;
    font-size: 11px;
    padding: 2px 5px;
    position: relative;
    margin-top: 5px;
    border-radius: 4px;
}

.parsley-errors-list.filled li:before {
    position: absolute;
    top: -17px;
    left: 50%;
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #fde8e8;
    transform: translateX(-50%);
}





/*Header*/
/*.header {
    background: #fff;
    box-shadow: 0 20px 30px rgb(26 54 85 / 10%);
}

    .header .navbar {
        padding: 0;
    }

.logo img {
    max-height: 80px;
    transition: 0.3s all;
}

.header .MainMenu li{position:relative;}

.header .MainMenu li .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: 0;
}



.header .MainMenu li a {
    text-align: left;
    padding: .5rem 1rem;
    font-size: .9rem;
    text-transform: capitalize;display: block;font-weight:600;
}

.header .MainMenu .dropdown-menu li:last-child .dropdown-item {
    border-bottom: 0;
}



.header .MainMenu > li > a {
    color: #035c86 !important;
    text-transform: uppercase;
}

    .header .MainMenu > li > a:hover,
    .header .MainMenu > li > a:focus,
    .header .MainMenu > li:hover > a,
    .header .MainMenu   .dropdown:hover > a,
    .header .MainMenu > li.active > a,
    .header.in .MainMenu > li.active > a,
    .header.homemenubottom .MainMenu > li.active > a,
    .header .MainMenu li .dropdown-item:hover,
    .header .MainMenu li .dropdown-item:focus {
        color: #3ba25e !important;
        background: transparent;
    }
.active .menu-icon{opacity:1!important; }*/




.open-menu, .close-menu {
    cursor: pointer;
    border: none;
    outline: none;
    color: #252a32;
    background: none;
}

.close-menu {
    position: absolute;
    top: 4%;
    right: 8%;
    border: none;
    outline: none;
    color: #252a32;
    background: none;
}
/*.brand {
	 font-family: inherit;
	 font-size: 1.75rem;
	 font-weight: 700;
	 line-height: 1.5;
	 color: #d32f2f;
	 text-transform: uppercase;
	 text-rendering: optimizeLegibility;
}
 .title-large {
	 font-family: inherit;
	 font-size: 2.25rem;
	 font-weight: 700;
	 line-height: inherit;
	 color: #252a32;
	 text-align: center;
	 text-transform: capitalize;
}
 .header {
	 position: relative;
	 width: 100%;
	 height: auto;
	 padding: 0.75rem 1.5rem;
	 color: #252a32;
	 background: #fff;
	 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
 .header .navbar {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 align-items: center;
}
 .header .navbar .menu-wrapper::before {
	 content: "";
	 position: fixed;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 z-index: -1;
	 transition: background 0.5s;
}*/

.header .navbar .menu-wrapper.offcanvas:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 39%);
}

.header .navbar .menu-wrapper.offcanvas .menu {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.7s;
    transition-delay: 0.2s;
}

.header .navbar .menu-wrapper.offcanvas::before {
    background: rgba(37, 42, 50, 0.6);
    z-index: 1;
}

.header .navbar .menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 25rem;
    width: 100%;
    height: 100%;
    padding: 3rem 2rem;
    z-index: 2;
    overflow-y: auto;
    color: #252a32;
    background: #000000db;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.header .navbar .menu-block {
    /*position: relative;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.header .navbar .menu-link:hover {
    color: #f69d0f;
}

.header .navbar .menu-item {
    position: relative;
    list-style: none;
}

    .header .navbar .menu-item a, .header .navbar .dropdown a {
        padding: 1rem 0rem;
        display: block;
        color: #fff;
        border-bottom: 1px solid #6f6f6f;
        transition: color 0.35s ease-out;
        font-size:17px;
    }

        .header .navbar .menu-item a:hover {
            color: #f69d0f;
            font-weight: 600;
        }

    .header .navbar .menu-item.has-collapsible,
    .header .navbar .submenu-item.has-collapsible {
        position: relative;
    }

        /*.header .navbar .menu-item.has-collapsible .menu-child {
            display: none;
        }*/

            .header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a {
                padding: 0.8rem 0rem;
                /*color: #c8c8c8;*/
                transition: color 0.35s ease-out;
            }
        .header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a span{ font-size: 1.6rem;}
 .header .navbar .menu-item.has-collapsible .menu-child .menu-child-item .menu-child .menu-child-item a span{ font-size: 1rem;}
            .header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a:hover, .menu-child .submenu-child-item a:hover {
                color: #f69d0f;
                font-weight: 600;
            }

        .header .navbar .menu-item.has-collapsible span i::before,
        .header .navbar .menu-child.has-collapsible span i::before,
        .header .submenu .menu-child.has-collapsible span i::before,
        .header .dropdown a span i::before {
            font-size: 1.5rem;
            font-weight: 400;
            line-height: inherit;
            position: absolute;
            top: 1rem;
            right: 1rem;
            color: #a2a2a2;
            transition: all 0.35s ease;
        }

        .header .navbar .menu-item.has-collapsible span::after:hover,
        .header .navbar .submenu-item.has-collapsible span::after:hover {
            color: #f69d0f;
        }

    .header .navbar .menu-item.active.has-collapsible .menu-child,
    .header .navbar .submenu-item.active.has-collapsible .submenu-child li {
        display: block;
        transition: all 0.35s ease;
    }

    .header .navbar .menu-item.has-collapsible.active .submenu-item has-collapsible .submenu-child {
        display: block;
    }

    .right-caret i::before {
        transform: rotate(0deg);
    }
    .down-caret i::before {
        transform: rotate(90deg);
    }

.header ul.dropdown-menu {
    width: 100% !important;
    background: transparent;
    position: relative;
    float:none;
    top: 0;
}


    .header ul.dropdown-menu li{     margin-left: 40px;
    list-style: disc;
    color: #f59b0e; }

.navbar-header {
    position: relative;
    width: 100%;
}

.nav-container {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 40%;
    left: 0;
    margin: 0 auto;
}

    .nav-container p {
        font-size: 20px;
    }

    .nav-container a {
        display: inline-block;
        position: relative;
        text-align: center;
        color: #FF5252;
        text-decoration: none;
        font-size: 20px;
        overflow: hidden;
        top: 5px;
    }

        .nav-container a:after {
            content: '';
            position: absolute;
            background: #FF5252;
            height: 2px;
            width: 0%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            left: 50%;
            bottom: 0;
            -webkit-transition: .35s ease;
            transition: .35s ease;
        }

        .nav-container a:hover:after,
        .nav-container a:focus:after,
        .nav-container a:active:after {
            width: 100%;
        }

.button_container {
    position: absolute;
    top: 20%;
    left: 20%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    /*z-index: 100;*/
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

    .button_container:hover {
        opacity: 1;
    }

    /*.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  -ms-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
}

.button_container.active .middle {
  opacity: 0;
}

.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  width: 100%;
}*/

    .button_container span {
        background: #292929;
        border: none;
        height: 5px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
        border-radius: 10px;
    }

        .button_container span:nth-of-type(2) {
            top: 11px;
        }

        .button_container span:nth-of-type(3) {
            top: 22px;
            width: 60%;
        }




@media (max-width: 991px){
    .home-slider .nav .service-overlay h3{
            font-size: 12px;
        }
    .home-slider .nav {
        position: unset;
      background-image: url(../IMG/hos_light_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    }
    
} 

@media (max-width: 767px) {
                    /*________________________________________________FONTS SIZES___________________________________*/
                    .about .section-title, .ourproducts h1, .ourproducts h1 span, .clients .firstdiv h1{
            font-size: 26px;
        }
                   
        .ourproducts #tabs .tab, .footer span, .footer a, .footer p {
            font-size: 12px;
        }

        .about .who, .clients .seconddiv h1, #slide .banner h1, .certificate h1{
            font-size: 20px;
        }

        .about .section-heading .about-para, .ourproducts .para, .certificate .firstcol p, .certificate .secondcol .seconddiv div p, .PRODUCTS li, #slide .banner p{
            font-size: 14px;
        }

        .about .about-logistics h5, .ourproducts .tabs .tab, .certificate .firstcol p, .clients .seconddiv p {
            font-size: 16px;
        }

        .ourproducts .head, .clients .firstdiv p, .footer h2 {
            font-size: 18px;
        }
        /*_____________________________about*/
        .about .about-logistics img {
            width: 65%;
        }
        /*_________________________ourproducts*/
        .ourproducts {
            color: white;
           background-image: url(../IMG/hos_dark_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
            padding-bottom: 30px;
            padding-top: 30px;
        }

            .ourproducts img {
                width: 100%;
                height: 100%;
            }

            .ourproducts #tabs .filters {
                padding-left: 0px;
                padding-right: 0px;
                padding-top: 50px;
                padding-bottom: 50px;
            }

            .ourproducts #tabs .tab {
                margin-bottom: 10px;
            }

            .ourproducts .knowmorebut {
                width: 40% !important;
            }
        /*_________________________certificate*/
        .certificate {
            padding-bottom: 50px;
            padding-top: 50px;
        }

            .certificate .secondcol {
                text-align: center;
            }

                .certificate .secondcol .seconddiv {
                    /*position: absolute;
            top: 75px;*/
                    margin-top: -30px;
                    margin-bottom: 50px;
                }

                    .certificate .secondcol .seconddiv img {
                        width: 90%;
                        height: auto;
                        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
                        border-radius: 10px;
                    }



    
        /*______________________clients form*/
        .clients {
            color: white;
            padding-bottom: 50px;
            padding-top: 20px;
        }
        
        .clients .seconddiv .firstcol{
                    padding-left: 0px;
                }
            .form-control{
                width: 100%;
            }
            .clients .knowmorebut{
                width: 40% !important;
            }
        /*__________footer*/
        /*.footer .firstcol img{
            width:30px;
        }*/
        
    }



                     @media screen and (min-width: 425px) and (max-width: 767.5px) {
        .certificate .secondcol .seconddiv{
            /*position: absolute;
            top: 75px;*/
            margin-top: -50px;
            margin-bottom: 100px;
        }
    }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
        .certificate .secondcol .seconddiv {
            /*position: absolute;
            top: 75px;*/
            margin-top: -50px;
            margin-bottom: 0px;
        }
    }


/*_________________________________homeslider*/
@media (max-width:575px){
    .home-slider .nav .service-overlay h3{
        font-size:12px;
    }
     #slide .banner .row .my-sm-auto{
    padding-left:7%; padding-right:7%;
    }
}
@media (min-width: 992px) and (max-width:1400px){
  .home-slider .nav .service-overlay h3{
        font-size:12px;
    }
}
@media (min-width:1200px){
     #slide .banner .row .my-sm-auto{
     padding-right:14%;
    }
}

@media (max-width:767px){
#slide .banner .row{
            height: 100%;
    }
 #slide .banner{
            height: 85vh;
    }
}

@media (min-width:576px) and (max-width:991px){
     #slide .banner img{
           width:75%;
    }
      #slide .banner .row .my-sm-auto{
     padding-right:5%;
    }
       
}
@media (min-width:768px) and (max-width:991px){
#slide .banner .row{
            height: 100%;
    }
 #slide .banner{
            height: 100vh;
    }
 #slide .banner img{
           width:75%;
    }

}

@media (min-width:992px) and (max-width:1199px){
    #slide .banner .row{
        width:87%;
    }
     #slide .banner img{
           width:75%;
    }
}

@media (min-width:2000px){
     #slide .banner img{
           width:45%;
    }
}



/*slider font sizes*/
@media (max-width:1600px){
    #slide .banner p{
            font-size: 14px;
        }
   #slide .banner h1{
            font-size: 20px;
        }
   .newbutton {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        font-size:0.8rem;
    }
}

@media (min-width:992px) and (max-width:1500px) {
    .home-slider .nav .service-overlay h3{
        font-size:14px;
    }
}

@media (min-width:576px){
    .bg-homeSlider2 .m-auto img{
        width:40% !important;
    }
    .bg-homeSlider3 .m-auto img{
        width:45% !important;
    }
}




/*about us */
@media (max-width:1400px) {
    .about .about-logistics h5 {
        font-size:16px !important;
    }
}
@media (min-width: 992px) and (max-width:1199px){
 .about .about-logisticsimg {
     width:100%;
    }
 .aboutimg{
        width:100%;
        height:600px;
    }
}
@media (max-width: 575px){
    .aboutimg{
        width:100%;
    }
}


/*_______________________OUR PRODUCTS NEW__________________*/
@media (max-width:575px){
    .ourproducts #pc1 img, .ourproducts #pc2 img, .ourproducts #pc3 img, .ourproducts #pc4 img{
    width:100%;
    padding:3px;
}
        .ourproducts #pc1 a, .ourproducts #pc2 a, .ourproducts #pc3 a, .ourproducts #pc4 a{
    width:50%;
}
.ourproducts #pc5 img, .ourproducts #pc6 img{
    width:100%;
    margin-bottom:10px;
}
.ourproducts #pc5 a, .ourproducts #pc6 a{
    width:75%;
}
}
@media (min-width: 576px) and (max-width:991px){
    .ourproducts #pc1 img, .ourproducts #pc2 img, .ourproducts #pc3 img, .ourproducts #pc4 img{
    width:100%;
    margin-bottom:5px;
}
     .ourproducts #pc1 a, .ourproducts #pc2 a, .ourproducts #pc3 a, .ourproducts #pc4 a{
    width:30%;
}
.ourproducts #pc5 img, .ourproducts #pc6 img{
    width:100%;
    padding:3px;
}
.ourproducts #pc5 a, .ourproducts #pc6 a{
    width:40%;
}
}

/*clients*/
@media (max--width:575px){
    .clients .card{
            max-width: 100%;
        }

}
@media (max-width:767px){
    .clients form{
        width:100% !important;
    }
}
@media (min-width:768px) and (max-width:1199px){
    .clients form{
        width:75% !important;
        margin:auto
    }
}
@media (min-width:1200px){
    .clients .seconddiv .firstcol{
                    padding-left: 100px;
                }
    .map-bottom{ display:none; }
}

/*footer*/
@media (max-width:575px){
    .footer .certi img{
        width:50%;
    }
}
@media (max-width:1199px){
    .footer .icon{
           width:20px;
        }
}
@media (max-width:1400px){
    .footer span, .footer a, .footer p {
            font-size: 12px !important;
        }
}

/*___________________________________________PRODUCTS_____________________________________*/

/*=========LAB and Pharma=========*/
/*______HORIZONTAL CYLINDRICAL AUTOCLAVE STERILIZER_____*/
@media (max-width:991px){
 .PRODUCTS .services .nav-link{
     margin:1px;
}
}
}

@media (max-width: 575px){
    .PRODUCTS img{
    width:60%;
}
    .PRODUCTS .services .tab-content img{
 width:50% !important;
}
}
@media (min-width: 576px) and (max-width:767px){
    .PRODUCTS img{
    width:30%;
}
        .PRODUCTS .services .tab-content img{
 width:40% !important;
}
}
@media (min-width: 768px) and (max-width:991px){
    .PRODUCTS img{
    width:50%;
}
            .PRODUCTS .services .tab-content img{
 width:30% !important;
}
}
@media (min-width:992px) and (max-width:1199px){
    /*.PRODUCTS .menucol .navigation{
        margin-top:60%;
}*/
      .PRODUCTS img{
    width:50%;
}
}

@media (min-width:576px) and (max-width:1199px) {
        .PRODUCTS .index2 {
            width: 80% !important;
        }
    }
@media (min-width: 992px) and (max-width:1600px){

 .PRODUCTS .services .tab-content img{
 width:90% !important;
}
}
  
@media (max-width:991px){
    .PRODUCTS .heading .txtcolor3{
        font-size:20px !important;
    }
    .PRODUCTS .heading h1{
        font-size:24px !important;
    }
}
@media (max-width:1600px){
    .PRODUCTS .menucol li a{
        font-size:12px;
    }
}
/*______________________________about us desire _____________________*/
@media (max-width:575px){
    .about .desire .card{
    width:100%;
}
}

@media (min-width:576px) and (max-width:767px){
    .about .desire .card{
    width:48%;
}
}



/*__________SUPPORT_________________*/
@media (max-width:575px){
    .support .card{
    width:45%;
    margin:2px;
}
    .support .heading h1{
        font-size:24px;
    }
    .support .heading h2{
        font-size:20px;
    }
}
@media (min-width:576px) and (max-width:991px){
    .support .card{
    width:25%;
    margin:2px;
}
}
@media (min-width:992px) and (max-width:1199px){
    .support .card{
    width:20%;
    margin:2px;
}
}


/*______CLIENTS__________*/
@media (max-width:575px){
    .CLIENTS-logo .card{
    width:40%;
    height:auto;
    padding:5px;
    margin:5px;
}

/*______Clients home_______*/

     .clients .card{
            border-radius:20px;
            width: 100%;
            margin: auto;
        }
}







/*@media (max-width: 767px){
    .newbutton {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        font-size:0.8rem;
    }
}*/




/*footer*/
@media (min-width:576px) and (max-width:1800px){
          .footer .footersocial{
           margin-left: 28%;
       }
}
@media (min-width:1801px){
     .footer .footersocial{
           margin-left: 7%;
       }
}



@media (max-width: 767px) {
    .top-nav span {
        font-size: 14px;
    }

    .section-heading .section-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .slider-caption {
        top: 10%;
            width: 90%;
    }

        .slider-caption h1 {
            font-size: 40px;
        }

    /*#expertiseSlider .slick-list {
        height: 20vh;
    }*/

}


@media (min-width: 576px) and (max-width: 991px) {
    .service-img:hover img {
        height: 22vh;
    }
}



@media (max-width: 991px) {

    /*.overlay{width:100%;}*/
    body{ font-size: 1rem; }
  

    .button_container {
        position: relative;
    }

    .logo img {
        width: 180px;
    }

    .block {
        padding: 5rem 0;
    }

    .section-block{
        padding:2rem!important;
    }
    .section-heading .section-title {
        font-size: 2rem;
        margin-bottom: 1rem;
        /*margin-top: 2rem;*/
    }

    .slider-caption h1 {
        font-size: 25px;
    }
    .primary-services{  max-height: 170px; height: 116px; width: 50%; }
    .primary-services:hover .title { top: 40px; }
     .primary-services .btn {
    padding: 5px 15px!important;
    font-size: 12px;
}
    /*.requestform{ right:0; top:50%; width: 30%;}*/
  
    .btn{ font-size:16px;}
    .title h3{font-size: 0.9rem;}
    /*.banner{ height: 56vh!important; }*/
    /*.body-content {
    padding-top: 144px;
}*/
    .expert-img .tooltip p{ font-size:0.9rem;}

    /*.bg-homeSlider {
        height: 100vh;
    }*/
    /*.slide .item{    height: 56vh;}*/
    /*.requestform {
        padding: 40px 25px 30px;
        width: 86%;
        top: 72%;
        right: -36%;
    }*/

    .tab-services {
        position: relative;
        margin-top: 0px;
        text-align: center;
        bottom: 0px;
    }
    .tab-services .slick-dots { bottom: -2rem; }

    /*.primary-services:hover {
        height: 22vh;
    }

    .primary-services {
        margin-top: 0px;
    }*/

    .counter-block {
        padding: 30px;
    }

    /*#bannerSlider .slick-slider .slick-list {
        height: 100vh;
    }*/

    .businesscard {
        margin-bottom: 20px;
    }
    .bg-map img{ position:relative; top:0; left:0; transform:translate(0,0); }


    .bg-brand-o{ height: 27%; width: 100%;}
    .bg-management1{ height: 27%; width: 100%; top: 0; border-left:none; border-bottom: 12px solid #f69d0f; border-right:none;}
    .bg-management2{  width: 100%; height: 75%; top: 27%; border-left:none;  }

    .footer {
        position: relative;
    }
    .nav .item { width: 25%; }
    #expertiseSlider .slick-initialized, #expertiseSlider .slick-slide{ margin-bottom:30px; }


       .expert-block p.expert-text { font-size:15px!important; margin:0px;}
   .expert-block .expertise-item{
       padding: 10px 0px; border-radius: 10px; margin-bottom: 14px; text-align: center;
       cursor: pointer; background: #5e5b5b; height:100%; position: relative; }
   .expert-img img{ width: 120px; padding-top: 10px;}
   .expert-block .expert-img .tooltip{ border-radius: 10px; }
      
}

@media only screen and (max-width:1199px) {
   .industries-img-section .section-heading .section-title{ margin-top: 2rem!important;}
}


@media only screen and (max-width:1024px){
   .slider-box-para {
    font-size: 0.9rem;
}
      .slider-box-text {
    font-size: 1.3rem;
}
      /*.button {
    position: absolute;
    left: 1%;
    top: 160px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}*/
}
@media (min-width: 1024px) and (max-width: 1440px) {
 .single-sidebar-box.service-link-widget ul li a {
    display: block;
    background: #F4F4F4;
    font-size: 1rem;
    color: #272727;
    font-weight: bold;
    margin-bottom: 14px;
    padding-bottom: 16px;
    line-height:25px;
    /* border-bottom: 1px solid #eee; */
    position: relative;
    text-align: left;
    padding-left: 23px;
    border-left: 4px solid transparent;
    transition: all 0.5s ease;
    padding-top: 10px;
}
    .single-sidebar-box.service-link-widget ul li {
    list-style: none;
    margin-bottom: -8px;
}
   
}


@media (min-width: 998px) and (max-width: 1203px) {
    .footer, .footer a {
        color: #505050;
        font-size: .8rem;
        font-weight: 600;
        line-height: 30px;
        word-break: break-word;
    }

        .footer ul li a {
            color: #505050;
            font-size: .8rem;
            font-weight: 600;
        }

        .footer h4 {
            font-weight: 600;
            color: #434343;
            margin-top: 50px;
            margin-bottom: 25px;
            font-size: 1.3rem;
        }
}

@media (min-width: 992px) and (max-width: 1599px) {
     body{ font-size: 1.1rem; }
    .logo img{  max-width:250px !important; /*padding:8px;*/}
    .section-heading .section-title {
        font-size: 2rem;
    }
     .breadcrumb-title h2 {
        font-size: 45px;
    }
    .slider-box-text { font-size: 1.4rem; }

    .primary-services{ height:125px; max-height:125px; } 
    .primary-services .title h3{  font-size:1rem;}
    .slider-box-para {
    font-size: 1rem;
}
    .slider-caption{ width:65%; left:4%; top: 33%; }
    .slider-caption h1 {
        font-size: 35px;
    }

    .expert-img .tooltip p{ font-size:1rem;}

    /*.requestform {
        width: 30%;
        right: -6%;
    }*/

    .img-active img {
        width: 45px;
        left: 96%;
    }

    .service-caption h3 {
        font-size: 1.4rem;
    }
    .btn{    padding: 5px 15px;
    font-size: 14px;}
    #expertiseSlider .slick-slide p{ font-size:1rem;}
    .social-icons {
        width: 45px;
        height: 45px;
        line-height: 40px !important;
    }
    .requestform{  top: 36%; right: 10%; }
    #home-slider .dsire-box .hover-div img {
        max-height: 40px!important;
    }
    
    .btn-knowmore{ width:160px; }
    .btn-knowmore a{    font-size: 0.9rem;}

    .element-img2 {
    right: -24%;
    width: 50%;
}
  
    /*#home-slider .dsire-box .hover-div.diversity { top:20px!important;}
    #home-slider .dsire-box .hover-div.safety{  top: 64px!important;}
    #home-slider .dsire-box .hover-div.respect{  top: 152px!important; }
    #home-slider .dsire-box .hover-div.entrepreneurship{  top: 196px!important; }*/

    .bg-corevalues{ width: 280px; height: 280px; margin-bottom: 50px; }
   .counter .counter-content p, .counter-e .counter-content-e p{ font-size:16px;}
   .counter .counter-content h2, .counter-e .counter-content-e h2{ font-size:1.6rem;}
   .primary-services:hover .title { top: 48px!important; }
}

@media (min-width:992px) and (max-width:1599px){
      #home-slider .dsire-box
      { top: 18% !important;}
}
@media (min-width:1600px){
     #home-slider .dsire-box { top: 24% !important; }
}



@media (min-width: 1600px) {
    /*.container {
        max-width: 1500px;
    }*/
    .container {
        max-width: 80vw;
    }

    .section-heading .section-title {
       font-size: 2.5rem;
    }
   
    .logo{ width: 230px; padding: 8px;}
}


@media screen and (min-width:1152px) {
    .container-full {
        max-width: 100%;
        padding: 0 5rem;
        margin: 0 auto;
    }
}



/*@media screen and (min-width:992px) and (max-height:720px){
    
    #home-slider .dsire-box { top: 10%!important;}

    #home-slider .dsire-box {
    top: 8%!important;
}

}*/


@media screen and (min-width:768px) and (max-width:991px) {
    .slider-caption h1 {
        font-size: 35px;
    }
    .slider-caption{    left: 4%; top: 50%;}
    .requestform {
        transform: translate(0,0);
        top: 30%;
    }
    /*.body-content {
    padding-top: 145px;
}*/
    .breadcrumb-title h2 {
        font-size: 40px;
    }

   .bg-corevalues{ width: 280px; margin: 0 auto;
    height: 280px; margin-bottom: 50px; }
   .counter .counter-content p, .counter-e .counter-content-e p{ font-size:16px;}
   .counter .counter-content h2, .counter-e .counter-content-e h2{ font-size:1.6rem;}
   
}



@media screen and (max-width:767px){

  .requestform {
    top: 41%;
    transform: translate(0,0);
    right: 2%;

}
    .slider-caption {
    top: 50%;
    width: 90%;
}

    #AutomotiveEngineering .about-left {
     margin-left: 0px; 
    margin-top: 315px;
}
/*.Automotive-thumb-right {   
    margin-top: -54px;
    position: relative;
    margin-left: 75px;
    top:0;
}*/
.top-banner {
    /* padding: 35px 45px 38px; */
    padding: 80px 0px;
    padding-bottom: 53px;
}
.breadcrumb-title h2 {
    font-size: 60px;
    color: #fff;
    font-family: fantasy;
    letter-spacing: 2px;
    text-shadow: 0px 4px 3px rgb(0 0 0), 0px 8px 41px rgb(0 0 0 / 73%), 0px 18px 23px rgb(0 0 0 / 20%);
    font-size: 2.2rem;
}

.element-img1 img{ width:80%;}
.element-img2{width: 50%;
    top: 50%;
    right: -24%;}


   .bg-corevalues{ width: 280px; margin: 0 auto;
    height: 280px; margin-bottom: 50px; }
   .counter .counter-content p, .counter-e .counter-content-e p{ font-size:16px;}
   .counter .counter-content h2, .counter-e .counter-content-e h2{ font-size:1.6rem;}



}

@media (max-width: 575.98px) {
    .about-section .about-right .about-media1 {
        padding-top: 23px;
    }

    .about-section .about-right .about-media2 {
        position: relative;
        max-width: 296px;
        right: -32px;
        top: 29px;
    }

    .about-title {
        font-size: 33px;
    }
   .Automotive-thumb-right img{width: 65%;
    float: right;}
   .Automotive-thumb-left .Automotive-shape{ border: 10px solid #d98d17; }  
   .Automotive-thumb-right img{ border:10px solid #423e3e; }



}


@media (min-width: 992px) {

#home-slider{ position:relative!important; 
    overflow: hidden; }

#home-slider .dsire-box {
    position: absolute;
    right: 50px;
    z-index: 1;
    width: 100%;
}
#home-slider .dsire-box .hover-div-wrap {
    position: relative;
    }

#home-slider .dsire-box .hover-div.diversity {
    top: 0px;
    right: -135px;
    }

#home-slider .dsire-box .hover-div.safety {
    top: 98px;
    right: -130px;
    }

#home-slider .dsire-box .hover-div.integrity {
    top: 140px;
    right: -150px;
    }

#home-slider .dsire-box .hover-div.respect {
   top: 180px;
   right: -130px;
    }

#home-slider .dsire-box .hover-div.entrepreneurship {
   top: 222px;
   right: -156px;
    }
#home-slider .dsire-box .hover-div.excellence {
   top: 50px;
   right: -158px;
    }
#home-slider .dsire-box .hover-div:hover {
   right: -30px;
}
#home-slider .dsire-box .hover-div a {
   display: flex;
   align-items: center;
    }

#home-slider .dsire-box .hover-div {
        position: absolute;
        transition: .5s all ease-in-out;
        transition-delay: .5s;
        right: 100px;
    }
#home-slider .dsire-box .hover-div img {
            max-height: 50px;
            transition: .5s all ease-in-out;
        }

#home-slider .dsire-box .hover-div .text {
            color: #fff;
            text-transform: uppercase;
            font-size: 16px;
            display: inline-block;
            /*padding-left: 10px;*/
        }
 #home-slider .dsire-box .hover-div:hover img {
            transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
        }

  .sidebar {
        position: sticky;
        top: 150px;
    }
  .bg-corevalues-e{ float:right;}
}

@media (min-width: 992px) and (max-width: 1200px) {
    .top-nav div img {  width: 18%;}
    .top-nav span{ font-size: 16px;}
      .primary-services .btn {
    padding: 5px 15px!important;
    font-size: 12px;
}
}
@media (min-width: 1201px) and (max-width: 1499px) {
    .top-nav div img {  width: 24%;}
    .top-nav span{ font-size: 16px;}
    .primary-services .btn {
    padding: 5px 15px!important;
    font-size: 12px;
}
}

@media (min-width: 577px) and (max-width: 767px) {
    .nav .item {
        width: 33.3%;
    }
}

@media (max-width: 576px) {
.nav .item {
    width: 50%;
}
}

@media (max-width: 424px){
.title h3 {
    font-size: 0.9rem;
}
}


@media (min-width: 425px) and (max-width: 576px) {
    /*.primary-services:hover .title {
        top: 55px;
    }*/
}

@media (max-width: 1199px) {
.map-bottom {
    display:block;
    z-index: 1;
    position: relative;
    height: 320px;
}
.map-right { display:none; }
}
 
