/* Minification failed. Returning unminified contents.
(1049,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1050,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1051,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1057,38): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
(1058,30): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
(1071,49): run-time error CSS1039: Token not allowed after unary operator: '-animate-repeat'
(1072,41): run-time error CSS1039: Token not allowed after unary operator: '-animate-repeat'
(1078,54): run-time error CSS1039: Token not allowed after unary operator: '-animate-repeat'
(1079,46): run-time error CSS1039: Token not allowed after unary operator: '-animate-repeat'
(1085,54): run-time error CSS1039: Token not allowed after unary operator: '-animate-repeat'
(1086,46): run-time error CSS1039: Token not allowed after unary operator: '-animate-repeat'
(1092,39): run-time error CSS1039: Token not allowed after unary operator: '-animate-delay'
(1093,31): run-time error CSS1039: Token not allowed after unary operator: '-animate-delay'
(1099,44): run-time error CSS1039: Token not allowed after unary operator: '-animate-delay'
(1100,36): run-time error CSS1039: Token not allowed after unary operator: '-animate-delay'
(1106,44): run-time error CSS1039: Token not allowed after unary operator: '-animate-delay'
(1107,36): run-time error CSS1039: Token not allowed after unary operator: '-animate-delay'
(1113,44): run-time error CSS1039: Token not allowed after unary operator: '-animate-delay'
(1114,36): run-time error CSS1039: Token not allowed after unary operator: '-animate-delay'
(1120,44): run-time error CSS1039: Token not allowed after unary operator: '-animate-delay'
(1121,36): run-time error CSS1039: Token not allowed after unary operator: '-animate-delay'
(1127,47): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
(1128,39): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
(1134,47): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
(1135,39): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
(1141,47): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
(1142,39): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
(1148,47): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
(1149,39): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
(1887,43): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
(1888,35): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
(2336,43): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
(2337,35): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
(2675,43): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
(2676,35): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
(3911,43): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
(3912,35): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
(3960,43): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
(3961,35): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
(4529,43): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
(4530,35): run-time error CSS1039: Token not allowed after unary operator: '-animate-duration'
 */




/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');*/


/*@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500;600;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;700&display=swap');


body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

    .fancybox-container * {
        box-sizing: border-box
    }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform,opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

    .fancybox-slide:before {
        content: "";
        display: inline-block;
        font-size: 0;
        height: 100%;
        vertical-align: middle;
        width: 0
    }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

    .fancybox-slide--image:before {
        display: none
    }

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform,opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

    .fancybox-error p {
        color: #444;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0
    }

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

    .fancybox-button, .fancybox-button:link, .fancybox-button:visited {
        color: #ccc
    }

        .fancybox-button:hover {
            color: #fff
        }

        .fancybox-button:focus {
            outline: none
        }

        .fancybox-button.fancybox-focus {
            outline: 1px dotted
        }

        .fancybox-button[disabled], .fancybox-button[disabled]:hover {
            color: #888;
            cursor: default;
            outline: none
        }

        .fancybox-button div {
            height: 100%
        }

        .fancybox-button svg {
            display: block;
            height: 100%;
            overflow: visible;
            position: relative;
            width: 100%
        }

            .fancybox-button svg path {
                fill: currentColor;
                stroke-width: 0
            }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

    .fancybox-close-small:hover {
        color: #fff;
        opacity: 1
    }

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

    .fancybox-navigation .fancybox-button div {
        padding: 7px
    }

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

    .fancybox-caption a:hover {
        color: #fff;
        text-decoration: underline
    }

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px,env(safe-area-inset-left));
            padding-right: max(12px,env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

    .fancybox-share h1 {
        color: #222;
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 20px
    }

    .fancybox-share p {
        margin: 0;
        padding: 0
    }

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

    .fancybox-share__button:link, .fancybox-share__button:visited {
        color: #fff
    }

    .fancybox-share__button:hover {
        text-decoration: none
    }

.fancybox-share__button--fb {
    background: #3b5998
}

    .fancybox-share__button--fb:hover {
        background: #344e86
    }

.fancybox-share__button--pt {
    background: #bd081d
}

    .fancybox-share__button--pt:hover {
        background: #aa0719
    }

.fancybox-share__button--tw {
    background: #1da1f2
}

    .fancybox-share__button--tw:hover {
        background: #0d95e8
    }

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

    .fancybox-share__button svg path {
        fill: #fff
    }

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

    .fancybox-thumbs__list a:before {
        border: 6px solid #ff5268;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all .2s cubic-bezier(.25,.46,.45,.94);
        z-index: 99991
    }

    .fancybox-thumbs__list a:focus:before {
        opacity: .5
    }

    .fancybox-thumbs__list a.fancybox-thumbs-active:before {
        opacity: 1
    }

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}





/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0, 0, 0)
    }

    .owl-carousel .owl-item,
    .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel,
    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@charset "UTF-8"; /*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animate__animated.animate__infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animate__animated.animate__repeat-1 {
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: var(--animate-repeat);
        animation-iteration-count: var(--animate-repeat)
    }

    .animate__animated.animate__repeat-2 {
        -webkit-animation-iteration-count: 2;
        animation-iteration-count: 2;
        -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
        animation-iteration-count: calc(var(--animate-repeat)*2)
    }

    .animate__animated.animate__repeat-3 {
        -webkit-animation-iteration-count: 3;
        animation-iteration-count: 3;
        -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
        animation-iteration-count: calc(var(--animate-repeat)*3)
    }

    .animate__animated.animate__delay-1s {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        -webkit-animation-delay: var(--animate-delay);
        animation-delay: var(--animate-delay)
    }

    .animate__animated.animate__delay-2s {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-animation-delay: calc(var(--animate-delay)*2);
        animation-delay: calc(var(--animate-delay)*2)
    }

    .animate__animated.animate__delay-3s {
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
        -webkit-animation-delay: calc(var(--animate-delay)*3);
        animation-delay: calc(var(--animate-delay)*3)
    }

    .animate__animated.animate__delay-4s {
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
        -webkit-animation-delay: calc(var(--animate-delay)*4);
        animation-delay: calc(var(--animate-delay)*4)
    }

    .animate__animated.animate__delay-5s {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        -webkit-animation-delay: calc(var(--animate-delay)*5);
        animation-delay: calc(var(--animate-delay)*5)
    }

    .animate__animated.animate__faster {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-duration: calc(var(--animate-duration)/2);
        animation-duration: calc(var(--animate-duration)/2)
    }

    .animate__animated.animate__fast {
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        -webkit-animation-duration: calc(var(--animate-duration)*0.8);
        animation-duration: calc(var(--animate-duration)*0.8)
    }

    .animate__animated.animate__slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-duration: calc(var(--animate-duration)*2);
        animation-duration: calc(var(--animate-duration)*2)
    }

    .animate__animated.animate__slower {
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-duration: calc(var(--animate-duration)*3);
        animation-duration: calc(var(--animate-duration)*3)
    }

@media (prefers-reduced-motion:reduce),print {
    .animate__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
    }

        .animate__animated[class*=Out] {
            opacity: 0
        }
}

@-webkit-keyframes bounce {
    0%,20%,53%,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) scaleY(1.1);
        transform: translate3d(0,-30px,0) scaleY(1.1)
    }

    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) scaleY(1.05);
        transform: translate3d(0,-15px,0) scaleY(1.05)
    }

    80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0) scaleY(1.02);
        transform: translate3d(0,-4px,0) scaleY(1.02)
    }
}

@keyframes bounce {
    0%,20%,53%,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) scaleY(1.1);
        transform: translate3d(0,-30px,0) scaleY(1.1)
    }

    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) scaleY(1.05);
        transform: translate3d(0,-15px,0) scaleY(1.05)
    }

    80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0) scaleY(1.02);
        transform: translate3d(0,-4px,0) scaleY(1.02)
    }
}

.animate__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
    }
}

.animate__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)
    }
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-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)
    }
}

.animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shakeX {
    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 shakeX {
    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)
    }
}

.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
}

@-webkit-keyframes shakeY {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }
}

@keyframes shakeY {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }
}

.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY
}

@-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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration)*1.3);
    animation-duration: calc(var(--animate-duration)*1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown
}

@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft
}

@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight
}

@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp
}

@-webkit-keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
}

.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
}

.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

.animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp
}

@-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)
    }
}

.animate__bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    -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) scaleY(3);
        transform: translate3d(0,-3000px,0) scaleY(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0) scaleY(.9);
        transform: translate3d(0,25px,0) scaleY(.9)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0) scaleY(.95);
        transform: translate3d(0,-10px,0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0) scaleY(.985);
        transform: translate3d(0,5px,0) scaleY(.985)
    }

    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) scaleY(3);
        transform: translate3d(0,-3000px,0) scaleY(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0) scaleY(.9);
        transform: translate3d(0,25px,0) scaleY(.9)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0) scaleY(.95);
        transform: translate3d(0,-10px,0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0) scaleY(.985);
        transform: translate3d(0,5px,0) scaleY(.985)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__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) scaleX(3);
        transform: translate3d(-3000px,0,0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0) scaleX(1);
        transform: translate3d(25px,0,0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0) scaleX(.98);
        transform: translate3d(-10px,0,0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0) scaleX(.995);
        transform: translate3d(5px,0,0) scaleX(.995)
    }

    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) scaleX(3);
        transform: translate3d(-3000px,0,0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0) scaleX(1);
        transform: translate3d(25px,0,0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0) scaleX(.98);
        transform: translate3d(-10px,0,0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0) scaleX(.995);
        transform: translate3d(5px,0,0) scaleX(.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__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) scaleX(3);
        transform: translate3d(3000px,0,0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0) scaleX(1);
        transform: translate3d(-25px,0,0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0) scaleX(.98);
        transform: translate3d(10px,0,0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0) scaleX(.995);
        transform: translate3d(-5px,0,0) scaleX(.995)
    }

    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) scaleX(3);
        transform: translate3d(3000px,0,0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0) scaleX(1);
        transform: translate3d(-25px,0,0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0) scaleX(.98);
        transform: translate3d(10px,0,0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0) scaleX(.995);
        transform: translate3d(-5px,0,0) scaleX(.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__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) scaleY(5);
        transform: translate3d(0,3000px,0) scaleY(5)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
        transform: translate3d(0,-20px,0) scaleY(.9)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0) scaleY(.95);
        transform: translate3d(0,10px,0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0) scaleY(.985);
        transform: translate3d(0,-5px,0) scaleY(.985)
    }

    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) scaleY(5);
        transform: translate3d(0,3000px,0) scaleY(5)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
        transform: translate3d(0,-20px,0) scaleY(.9)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0) scaleY(.95);
        transform: translate3d(0,10px,0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0) scaleY(.985);
        transform: translate3d(0,-5px,0) scaleY(.985)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__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)
    }
}

.animate__bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0) scaleY(.985);
        transform: translate3d(0,10px,0) scaleY(.985)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
        transform: translate3d(0,-20px,0) scaleY(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0) scaleY(3);
        transform: translate3d(0,2000px,0) scaleY(3)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0) scaleY(.985);
        transform: translate3d(0,10px,0) scaleY(.985)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
        transform: translate3d(0,-20px,0) scaleY(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0) scaleY(3);
        transform: translate3d(0,2000px,0) scaleY(3)
    }
}

.animate__bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0) scaleX(.9);
        transform: translate3d(20px,0,0) scaleX(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0) scaleX(2);
        transform: translate3d(-2000px,0,0) scaleX(2)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0) scaleX(.9);
        transform: translate3d(20px,0,0) scaleX(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0) scaleX(2);
        transform: translate3d(-2000px,0,0) scaleX(2)
    }
}

.animate__bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0) scaleX(.9);
        transform: translate3d(-20px,0,0) scaleX(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0) scaleX(2);
        transform: translate3d(2000px,0,0) scaleX(2)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0) scaleX(.9);
        transform: translate3d(-20px,0,0) scaleX(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0) scaleX(2);
        transform: translate3d(2000px,0,0) scaleX(2)
    }
}

.animate__bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0) scaleY(.985);
        transform: translate3d(0,-10px,0) scaleY(.985)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0) scaleY(.9);
        transform: translate3d(0,20px,0) scaleY(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0) scaleY(3);
        transform: translate3d(0,-2000px,0) scaleY(3)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0) scaleY(.985);
        transform: translate3d(0,-10px,0) scaleY(.985)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0) scaleY(.9);
        transform: translate3d(0,20px,0) scaleY(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0) scaleY(3);
        transform: translate3d(0,-2000px,0) scaleY(3)
    }
}

.animate__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
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,-100%,0);
        transform: translate3d(-100%,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,-100%,0);
        transform: translate3d(-100%,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,-100%,0);
        transform: translate3d(100%,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,-100%,0);
        transform: translate3d(100%,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,100%,0);
        transform: translate3d(-100%,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,100%,0);
        transform: translate3d(-100%,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,100%,0);
        transform: translate3d(100%,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,100%,0);
        transform: translate3d(100%,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,-100%,0);
        transform: translate3d(-100%,-100%,0)
    }
}

@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,-100%,0);
        transform: translate3d(-100%,-100%,0)
    }
}

.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,-100%,0);
        transform: translate3d(100%,-100%,0)
    }
}

@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,-100%,0);
        transform: translate3d(100%,-100%,0)
    }
}

.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,100%,0);
        transform: translate3d(100%,100%,0)
    }
}

@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,100%,0);
        transform: translate3d(100%,100%,0)
    }
}

.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,100%,0);
        transform: translate3d(-100%,100%,0)
    }
}

@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,100%,0);
        transform: translate3d(-100%,100%,0)
    }
}

.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft
}

@-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
    }
}

.animate__animated.animate__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)
    }
}

.animate__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)
    }
}

.animate__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
    }
}

.animate__flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    -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
    }
}

.animate__flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedInRight {
    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 lightSpeedInRight {
    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)
    }
}

.animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
    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 lightSpeedInLeft {
    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)
    }
}

.animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%,0,0) skewX(-30deg);
        transform: translate3d(-100%,0,0) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%,0,0) skewX(-30deg);
        transform: translate3d(-100%,0,0) skewX(-30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.animate__rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -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-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -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
    }
}

.animate__hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: calc(var(--animate-duration)*2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

@-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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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
    }
}

.animate__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-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-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-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)
    }
}

@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)
    }
}

.animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

@-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)
    }
}

@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)
    }
}

.animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    transform-origin: right center
}

@-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-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-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.animate__zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

/********************************************************************Common css***********************************************/
/************************************* Reset Styles ********************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,div{
	vertical-align:top;
}
*{
	outline:none;
}
li,ol{
	list-style-type:none;
	list-style-image:none;
	list-style:none;
}
img{
	border:0px;
}
textarea {
    resize: none;
}
input:focus,select:focus,textarea:focus,button:focus {
    outline: none;
}
a{
	text-decoration:none;
	}
input, textarea, select, body{
	font-size:14px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
.inputEntity input[type=text], .inputEntity input[type=password], .inputEntity textarea, .dk-selected, .fileUpload {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

/************************************* Reset End Styles ********************************/
/**************************************Grid styles*****************************/
.container {
	margin:0 auto;
}
*, *:after, *:before{
	box-sizing:border-box;
	}

@media (min-width:768px) {
.container {
	width: 728px
}

}

@media (min-width:992px) {
.container {
	width: 970px
}
}

@media (min-width:1200px) {
.container {
	width: 1140px;
}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.row {
	margin-left: -15px;
	margin-right: -15px
}
.row.biggerSpace {
	margin-left: -30px;
	margin-right: -30px
}
.row.smallerRowSpace{
	margin-left: -3px;
	margin-right: -3px
	}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}
.smallerRowSpace .col-xs-1, .smallerRowSpace .col-sm-1, .smallerRowSpace .col-md-1, .smallerRowSpace .col-lg-1, .smallerRowSpace .col-xs-2, .smallerRowSpace .col-sm-2, .smallerRowSpace .col-md-2, .smallerRowSpace .col-lg-2, .smallerRowSpace .col-xs-3, .smallerRowSpace .col-sm-3, .smallerRowSpace .col-md-3, .smallerRowSpace .col-lg-3, .smallerRowSpace .col-xs-4, .smallerRowSpace .col-sm-4, .smallerRowSpace .col-md-4, .smallerRowSpace .col-lg-4, .smallerRowSpace .col-xs-5, .smallerRowSpace .col-sm-5, .smallerRowSpace .col-md-5, .smallerRowSpace .col-lg-5, .smallerRowSpace .col-xs-6, .smallerRowSpace .col-sm-6, .smallerRowSpace .col-md-6, .smallerRowSpace .col-lg-6, .smallerRowSpace .col-xs-7, .smallerRowSpace .col-sm-7, .smallerRowSpace .col-md-7, .smallerRowSpace .col-lg-7, .smallerRowSpace .col-xs-8, .smallerRowSpace .col-sm-8, .smallerRowSpace .col-md-8, .smallerRowSpace .col-lg-8, .smallerRowSpace .col-xs-9, .smallerRowSpace .col-sm-9, .smallerRowSpace .col-md-9, .smallerRowSpace .col-lg-9, .smallerRowSpace .col-xs-10, .smallerRowSpace .col-sm-10, .smallerRowSpace .col-md-10, .smallerRowSpace .col-lg-10, .smallerRowSpace .col-xs-11, .smallerRowSpace .col-sm-11, .smallerRowSpace .col-md-11, .smallerRowSpace .col-lg-11, .smallerRowSpace .col-xs-12, .smallerRowSpace .col-sm-12, .smallerRowSpace .col-md-12, .smallerRowSpace .col-lg-12 {
	padding-left: 3px;
	padding-right: 3px
}
.biggerSpace > .col-xs-1, .biggerSpace > .col-sm-1, .biggerSpace > .col-md-1, .biggerSpace > .col-lg-1, .biggerSpace > .col-xs-2, .biggerSpace > .col-sm-2, .biggerSpace > .col-md-2, .biggerSpace > .col-lg-2, .biggerSpace > .col-xs-3, .biggerSpace > .col-sm-3, .biggerSpace > .col-md-3, .biggerSpace > .col-lg-3, .biggerSpace > .col-xs-4, .biggerSpace > .col-sm-4, .biggerSpace > .col-md-4, .biggerSpace > .col-lg-4, .biggerSpace > .col-xs-5, .biggerSpace > .col-sm-5, .biggerSpace > .col-md-5, .biggerSpace > .col-lg-5, .biggerSpace > .col-xs-6, .biggerSpace > .col-sm-6, .biggerSpace > .col-md-6, .biggerSpace > .col-lg-6, .biggerSpace > .col-xs-7, .biggerSpace > .col-sm-7, .biggerSpace > .col-md-7, .biggerSpace > .col-lg-7, .biggerSpace > .col-xs-8, .biggerSpace > .col-sm-8, .biggerSpace > .col-md-8, .biggerSpace > .col-lg-8, .biggerSpace > .col-xs-9, .biggerSpace > .col-sm-9, .biggerSpace > .col-md-9, .biggerSpace > .col-lg-9, .biggerSpace > .col-xs-10, .biggerSpace > .col-sm-10, .biggerSpace > .col-md-10, .biggerSpace > .col-lg-10, .biggerSpace > .col-xs-11, .biggerSpace > .col-sm-11, .biggerSpace > .col-md-11, .biggerSpace > .col-lg-11, .biggerSpace > .col-xs-12, .biggerSpace > .col-sm-12, .biggerSpace > .col-md-12, .biggerSpace > .col-lg-12 {
	padding-left: 30px;
	padding-right: 30px
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
@media (max-width:768px) {
.container {
	margin:0 20px;
}
.row{
	margin-left: -20px;
	margin-right: -20px
}
.row.biggerSpace {
	margin-left: -20px;
	margin-right: -20px
}
.biggerSpace > .col-xs-1, .biggerSpace > .col-sm-1, .biggerSpace > .col-md-1, .biggerSpace > .col-lg-1, .biggerSpace > .col-xs-2, .biggerSpace > .col-sm-2, .biggerSpace > .col-md-2, .biggerSpace > .col-lg-2, .biggerSpace > .col-xs-3, .biggerSpace > .col-sm-3, .biggerSpace > .col-md-3, .biggerSpace > .col-lg-3, .biggerSpace > .col-xs-4, .biggerSpace > .col-sm-4, .biggerSpace > .col-md-4, .biggerSpace > .col-lg-4, .biggerSpace > .col-xs-5, .biggerSpace > .col-sm-5, .biggerSpace > .col-md-5, .biggerSpace > .col-lg-5, .biggerSpace > .col-xs-6, .biggerSpace > .col-sm-6, .biggerSpace > .col-md-6, .biggerSpace > .col-lg-6, .biggerSpace > .col-xs-7, .biggerSpace > .col-sm-7, .biggerSpace > .col-md-7, .biggerSpace > .col-lg-7, .biggerSpace > .col-xs-8, .biggerSpace > .col-sm-8, .biggerSpace > .col-md-8, .biggerSpace > .col-lg-8, .biggerSpace > .col-xs-9, .biggerSpace > .col-sm-9, .biggerSpace > .col-md-9, .biggerSpace > .col-lg-9, .biggerSpace > .col-xs-10, .biggerSpace > .col-sm-10, .biggerSpace > .col-md-10, .biggerSpace > .col-lg-10, .biggerSpace > .col-xs-11, .biggerSpace > .col-sm-11, .biggerSpace > .col-md-11, .biggerSpace > .col-lg-11, .biggerSpace > .col-xs-12, .biggerSpace > .col-sm-12, .biggerSpace > .col-md-12, .biggerSpace > .col-lg-12 {
	padding-left: 20px;
	padding-right: 20px
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
}
@media all and (min-width:768px) and (max-width:992px) {
    .row.biggerSpace {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width:768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 50%
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 33.33333333%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
}

@media (min-width:992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
}

@media (min-width:1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .clearContainer:after {
	content: " ";
	display: table
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .clearContainer:after {
	clear: both
}
/**************************************Grid End Styles*****************************/
/************************************* Common Styles ********************************/
.rightAlign{
	text-align:right;
	}
.centerAligned{
	text-align:center;
	}
.centeredBlock{
	margin-left:auto;
	margin-right:auto;
	float:none;
	}
.fullWidth{
	width:100%;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.posRelative{
	position:relative;
}
.absolutePos{
	position:absolute;
}
.textDecorationNone{
	text-decoration:none;
}
.textDecorationUnderline{
	text-decoration:underline;
}
.fontWeightBold{
	font-weight:bold;
}
.clearBoth{
	clear:both;
}
.clearRight{
	clear:right;
	}
input, textarea, select, body, .smallTop a, .mainMenu a{
	color:#868686;
}
.showFade{
	transition:all linear 400ms;
	-moz-transition:all linear 400ms;
	-webkit-transition:all linear 400ms;
	-ms-transition:all linear 400ms;
	}

/************************************* Website Styles ********************************/
a, input[type=submit], input[type=reset]{
	cursor:pointer;
	}


.mainBody {
  background-color: #333333;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Cairo", sans-serif;
  line-height: 1.4;
  direction: rtl;
}

.arabicLogo {
  display: inline-block !important;
}

input[type=text]::placeholder, textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Cairo", sans-serif;
}
input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: "Cairo", sans-serif;
}
input[type=text]::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Microsoft Edge */
  font-family: "Cairo", sans-serif;
}

.arabicFont {
  /*font-family: 'IBM Plex Sans Arabic', sans-serif !important;*/
  font-family: "Cairo", sans-serif;
}

.subMenuOpened header {
  position: fixed;
  z-index: 11;
}

.homeContactSection {
  height: 715px;
  width: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}

.closeIcon a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.closeIcon a img {
  width: 20px;
  float: left;
}
.closeIcon a:hover {
  opacity: 0.5;
}

.twitterIcon img {
  margin-top: 3px;
}

.philosophyPage h2 {
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  font-size: 28px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.philosophyPage .summary {
  font-size: 16px;
  color: #fff;
  margin-bottom: 65px !important;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  font-weight: 300;
}
.philosophyPage .bottomImage {
  background-size: cover;
  width: 100%;
  height: 635px;
  display: inline-block;
  filter: grayscale(100%);
}

.subMenu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  padding-top: 220px;
  background-color: rgb(51, 51, 51);
  display: none;
}
.subMenu ul {
  direction: rtl;
}
.subMenu ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  position: relative;
  margin-bottom: 35px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*
  &:after {
      content: '';
      height: 1px;
      width: 100%;
      background-color: #fff;
      position: absolute;
      bottom: 0;
      display: inline-block;
      opacity: 0;
      left: 0;
      @include transition(0.5s);
  }*/
}
.subMenu ul li a:hover, .subMenu ul li a.active {
  opacity: 0.5;
  /* &:after {
      opacity: 1;
  }*/
}

.proficiencySubMenu ul li {
  display: inline-block;
  width: 30%;
}
.proficiencySubMenu ul li a {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 40px;
}
.proficiencySubMenu ul li:last-child {
  width: 100%;
  margin-top: 80px;
  position: relative;
}
.proficiencySubMenu ul li:last-child:before {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  top: -54px;
  left: 0;
  height: 1px;
  background-color: #eee;
}

header {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 50px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
}
header.fixed {
  position: fixed;
  background-color: #333333;
  -webkit-box-shadow: 0 1px 5px 0 rgba(116, 116, 116, 0.5);
  -moz-box-shadow: 0 1px 5px 0 rgba(116, 116, 116, 0.5);
  box-shadow: 0 1px 5px 0 rgba(116, 116, 116, 0.5);
  z-index: 4;
  padding: 10px 0;
}
header.fixed .logo a img {
  max-width: 185px;
}
header.fixed .leftMenu {
  padding-top: 22px;
}
header.fixed .rightMenu {
  padding-top: 22px;
}
header .logo {
  float: right;
  margin-left: 80px;
}
header .logo a img {
  max-width: 235px;
}
header .leftMenu {
  float: right;
  padding-top: 47px;
}
header .leftMenu > ul {
  float: right;
}
header .leftMenu > ul > li {
  float: right;
  margin-left: 45px;
}
header .leftMenu > ul > li > a {
  float: right;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}
header .leftMenu > ul > li > a:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  display: inline-block;
  opacity: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .leftMenu > ul > li > a:hover:after, header .leftMenu > ul > li > a.active:after {
  opacity: 1;
}
header .rightMenu {
  float: left;
  padding-top: 48px;
}
header .rightMenu ul {
  float: right;
}
header .rightMenu ul li {
  float: right;
  margin-left: 25px;
}
header .rightMenu ul li a {
  float: right;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}
header .rightMenu ul li a:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  display: inline-block;
  opacity: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .rightMenu ul li a:hover:after, header .rightMenu ul li a.active:after {
  opacity: 1;
}
header .rightMenu .langugeSwitcher {
  float: right;
  margin-left: 25px;
}
header .rightMenu .langugeSwitcher .englishFont {
  display: block;
}
header .rightMenu .langugeSwitcher .arabicFont {
  line-height: 1.1;
  display: none;
}
header .rightMenu .langugeSwitcher a {
  float: right;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
header .rightMenu .searchSection {
  float: right;
}
header .rightMenu .searchSection a {
  float: right;
}
header .rightMenu .searchSection a img {
  max-width: 15px;
}

.homePage .layer {
  width: 100%;
  height: 100%;
}
.homePage .fixedLayer {
  z-index: 1;
  position: fixed;
}
.homePage .fixedLayer .layerOverlay {
  position: fixed;
  z-index: 2;
  background-color: #333333;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.homePage .scrolledLayers {
  position: absolute;
  z-index: 3;
  padding-top: 135px;
}

.homePageSlider {
  direction: ltr;
}
.homePageSlider .owl-dots {
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100%;
  text-align: left;
}
.homePageSlider .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 10px;
}
.homePageSlider .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background-color: #fff;
  opacity: 0.5;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.homePageSlider .owl-dots .owl-dot.active span {
  opacity: 1;
}
.homePageSlider ul li {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.homePageSlider ul li:after {
  content: "";
  -moz-box-shadow: inset 100px -927px 500px -500px #000000;
  -webkit-box-shadow: inset 100px -927px 500px -500px #000000;
  box-shadow: inset 100px -927px 500px -500px #000000;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.homePageSlider ul li .videoContainer {
  position: absolute !important;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  overflow: hidden;
  opacity: 1;
}
.homePageSlider ul li .sliderContent {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 135px;
}
.homePageSlider ul li .sliderContent .btnAction {
  position: absolute;
  bottom: -40px;
  right: 0;
}
.homePageSlider ul li .sliderContent .btnAction a {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.homePageSlider ul li .sliderContent .btnAction a:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  display: inline-block;
  opacity: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.homePageSlider ul li .sliderContent .btnAction a:hover:after {
  opacity: 1;
}
.homePageSlider ul li .sliderContent .title {
  color: #fff;
  max-width: 397px;
  font-size: 47px;
  font-weight: 300;
  float: right;
  text-align: right;
  line-height: 1.1;
  /*min-height: 103px;*/
  position: relative;
}
.homePageSlider ul li .sliderContent .desc {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  float: left;
}
.homePageSlider ul li .sliderContent .desc a {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  float: left;
  margin-top: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.homePageSlider ul li .sliderContent .desc a:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  display: inline-block;
  opacity: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.homePageSlider ul li .sliderContent .desc a:hover:after {
  opacity: 1;
}

.section {
  display: inline-block;
  width: 100%;
}
.section.ourMission {
  margin-bottom: 100px;
}
.section.ourVision {
  margin-bottom: 350px;
}
.section.services {
  margin-bottom: 350px;
}
.section.expertise {
  margin-bottom: 100px;
}
.section h3 {
  display: inline-block;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section .content {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.section .content p {
  display: inline-block;
  max-width: 700px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
.section .content p.biggerSpace {
  max-width: 915px;
}
.section .listItems {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.section .listItems ul {
  margin-top: 60px;
  display: inline-block;
}
.section .listItems ul li {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  padding-left: 22px;
  position: relative;
  float: right;
  text-align: center;
  width: 160px;
  height: 70px;
}
.section .listItems ul li label {
  position: absolute;
  width: 100%;
  top: 50%;
  right: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.section .listItems ul li:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 80px;
  background-color: #a5a5a5;
  top: 0;
  left: 0;
}
.section .listItems ul li:last-child:after {
  display: none;
}
.section.introText {
  padding-bottom: 110px;
}
.section.introText p {
  max-width: 970px;
}

.smallerContainer {
  width: 1049px;
  margin: 0 auto;
}

.transparentBorderWhiteButton {
  border: 1px solid #fff;
  /*    border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;*/
  padding: 10px 35px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  /*background-color: #c6c6c5;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.transparentBorderWhiteButton:hover {
  background-color: #fff;
  color: #333333;
}

.greyButton {
  border: 1px solid #fff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 10px 35px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  background-color: #c6c6c5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.greyButton:hover {
  background-color: #333333;
  color: #fff;
}

.whiteButton {
  border: 1px solid #7f7f7f;
  /*    border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;*/
  padding: 10px 35px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.whiteButton:hover {
  background-color: #333333;
  color: #fff;
}

.twoImagesSection {
  margin-bottom: 250px;
  display: inline-block;
  width: 100%;
  /*ul {
      display: inline-block;
      width: 100%;
      margin-bottom: 50px;

      li {
          display: inline-block;
          width: 50%;
          float: right;
          max-height: 485px;
          overflow: hidden;


          a {
              display: inline-block;
              position: relative;
              @include transition(0.5s);

              h4 {
                  color: #fff;
                  font-size: 14px;
                  font-weight: 300;
                  position: absolute;
                  top: 50%;
                  right: 60px;
                  -moz-transform: translateX(0) translateY(-50%);
                  -webkit-transform: translateX(0) translateY(-50%);
                  -o-transform: translateX(0) translateY(-50%);
                  -ms-transform: translateX(0) translateY(-50%);
                  transform: translateX(0) translateY(-50%);
              }

              &:before {
                  content: '';
                  @include transition(0.5s);
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0;
                  right: 0;
                  background-color: rgb(51 51 51 / 0.7);
              }

              &:after {
                  content: '';
                  @include transition(0.5s);
                  background-image: url('/Images/Icons/search.png');
                  background-repeat: no-repeat;
                  opacity: 0;
                  background-color: rgb(112 111 111 / 0.40);
                  border: 1px solid #fff;
                  border-radius: 50%;
                  width: 115px;
                  height: 115px;
                  position: absolute;
                  top: calc(50% - 57.5px);
                  right: calc(50% - 57.5px);
                  background-position: center;
              }

              &:hover {
                  &:before {*/
  /*top: -430px;*/
  /*opacity: 0;
                  }

                  h4 {
                      opacity: 0;
                  }

                  &:after {
                      opacity: 1;
                      background-color: rgba(112, 111, 111, 1);
                  }
              }

              img {
                  max-width: 100%;
              }
          }
      }
  }*/
}
.twoImagesSection ul {
  margin-bottom: 50px !important;
}
.twoImagesSection .actionsSection {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.highlightedNumbers {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 250px;
}
.highlightedNumbers ul {
  display: inline-block;
  float: right;
  text-align: center;
  width: 100%;
}
.highlightedNumbers ul li {
  position: relative;
  display: inline-block;
  float: right;
}
.highlightedNumbers ul li:last-child:after {
  display: none;
}
.highlightedNumbers ul li:after {
  content: "";
  position: absolute;
  top: -21px;
  left: 0;
  width: 2px;
  height: 155px;
  background-color: #595959;
}
.highlightedNumbers ul li .label {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.highlightedNumbers ul li .label label {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}
.highlightedNumbers ul li .label .label2 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  display: inline-block;
}
.highlightedNumbers ul li span {
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.contactUsSection {
  height: 460px;
  filter: grayscale(100%);
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100px;
}
.contactUsSection h4 {
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 50px;
}
.contactUsSection p {
  max-width: 450px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center;
}
.contactUsSection .btnSection {
  display: inline-block;
  width: 100%;
  text-align: center;
}

footer {
  border-top: 1px solid #817f7f;
  padding: 60px 0;
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #333333;
}
footer .scrollTop {
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: rgba(112, 111, 111, 0.4);
  width: 58px;
  height: 58px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -90px;
  left: 90px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer .scrollTop:hover {
  background-color: rgba(112, 111, 111, 0.8);
}
footer .scrollTop img {
  width: 20px;
  margin-top: 11px;
}
footer .leftSide {
  float: right;
}
footer .leftSide .footerMenu {
  float: right;
}
footer .leftSide .footerMenu ul li {
  float: right;
  margin-left: 45px;
}
footer .leftSide .footerMenu ul li a {
  display: inline-block;
  text-transform: uppercase;
  color: #c6c6c5;
  font-weight: 300;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
footer .leftSide .footerMenu ul li a:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #c6c6c5;
  position: absolute;
  bottom: 0;
  display: inline-block;
  opacity: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer .leftSide .footerMenu ul li a:hover:after, footer .leftSide .footerMenu ul li a.active:after {
  opacity: 1;
}
footer .leftSide .socialMediaLinks {
  float: right;
}
footer .leftSide .socialMediaLinks ul {
  float: right;
}
footer .leftSide .socialMediaLinks ul li {
  float: right;
  margin-left: 25px;
}
footer .leftSide .socialMediaLinks ul li a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer .leftSide .socialMediaLinks ul li a:hover {
  opacity: 0.5;
}
footer .leftSide .socialMediaLinks ul li a img {
  width: 17px;
}
footer .rightSide {
  float: left;
}
footer .rightSide p {
  color: #c6c6c5;
  font-size: 12px;
}

.contactUsPage h2 {
  font-weight: 300;
  color: #fff;
  font-size: 28px;
  display: inline-block;
  margin-bottom: 24px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
.contactUsPage .summary {
  color: #fff;
  font-size: 14px;
  max-width: 585px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.contactUsPage .formContent .leftSide {
  float: right;
  width: 35%;
}
.contactUsPage .formContent .rightSide {
  float: left;
  width: 65%;
  padding-right: 7px;
}
.contactUsPage .formContent input[type=text] {
  display: inline-block;
  width: 100%;
  border: 1px solid #7c7c7c;
  padding: 17px;
  background-color: #333333;
  color: #fff;
  margin-bottom: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contactUsPage .formContent input[type=text].error {
  border: 1px solid #ff0000;
}
.contactUsPage .formContent textarea {
  display: inline-block;
  width: 100%;
  border: 1px solid #7c7c7c;
  padding: 17px;
  background-color: #333333;
  color: #fff;
  margin-bottom: 6px;
  height: 168px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contactUsPage .formContent textarea.error {
  border: 1px solid #ff0000;
}
.contactUsPage .formContent .captchaSection {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.contactUsPage .formContent .captchaSection .captchaAlertMessage {
  color: #ff0000;
  margin-bottom: 10px;
}
.contactUsPage .formContent .captchaSection .g-recaptcha > div {
  width: 100% !important;
}
.contactUsPage .formContent .buttonSection {
  display: inline-block;
  width: 100%;
}
.contactUsPage .formContent .buttonSection a {
  border-radius: initial;
  width: 100%;
  display: inline-block;
}
.contactUsPage .formContent .moreDetails {
  margin-top: 45px;
  font-size: 14px;
  color: #c6c6c5;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.contactUsPage .socialMediaLinksContact {
  float: right;
  margin-bottom: 150px;
}
.contactUsPage .socialMediaLinksContact ul {
  float: right;
}
.contactUsPage .socialMediaLinksContact ul li {
  float: right;
  margin-left: 25px;
}
.contactUsPage .socialMediaLinksContact ul li a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contactUsPage .socialMediaLinksContact ul li a:hover {
  opacity: 0.5;
}
.contactUsPage .socialMediaLinksContact ul li a img {
  width: 17px;
}

.goBackSection {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
.goBackSection a {
  position: relative;
  float: right;
  display: inline-block;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  font-size: 14px;
  padding-right: 30px;
}
.goBackSection a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  background-image: url("/Images/Icons/fleshRight.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
  /*transform: rotate(180deg);*/
}
.goBackSection a:hover {
  opacity: 1;
}

.pageExtensionWhite {
  background-color: #fff;
}

.removeSeparator .smallerContainer .imagesAndVideosListing .imagesListing:after {
  display: none;
}

.page {
  padding-top: 200px;
}
.page .introSestion {
  margin-bottom: 115px;
}
.page .introSestion .sectionPart {
  margin-bottom: 60px;
}
.page .introSestion .sectionPart:last-child {
  margin-bottom: 0;
}
.page .introSestion .mainImage {
  width: 100%;
  display: inline-block;
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 70px;
}
.page .introSestion h2 {
  display: inline-block;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page .introSestion .summary {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 0 auto;
  text-align: center;
  max-width: 840px;
}

.footerPages {
  margin-top: 100px;
}
.footerPages.overlapArrow {
  margin-top: 0;
}

.loadMoreSection {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 60px 0;
}

.allCategoriesPageListing {
  padding: 30px 15px;
  background: #fff;
}
.allCategoriesPageListing ul {
  margin: 0;
}
.allCategoriesPageListing ul li {
  /*padding: 0 !important;*/
  margin-bottom: 30px;
  height: 340px;
  float: right;
}
.allCategoriesPageListing ul li a {
  width: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.allCategoriesPageListing ul li a:hover {
  /* .categoryTitle {
      opacity: 0;
  }*/
  /*  .categoriesBox {
      &:after {
          opacity: 0.3;
      }
  }*/
  /*.openIcon {
      opacity: 1;
  }*/
}
.allCategoriesPageListing ul li a:hover .categoriesBox {
  transform: scale(1.1);
}
.allCategoriesPageListing ul li a .categoriesBox {
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*  &:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgb(51 51 51 / 0.8);
      top: 0;
      right: 0;
      z-index: 1;
      @include transition(0.5s);
  }*/
}
.allCategoriesPageListing ul li a .categoriesBox:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.allCategoriesPageListing ul li a .openIcon {
  position: absolute;
  top: calc(50% - 50px);
  right: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  background-color: rgba(112, 111, 111, 0.4);
  padding-top: 32px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.allCategoriesPageListing ul li a .openIcon:hover {
  background-color: rgba(112, 111, 111, 0.8);
}
.allCategoriesPageListing ul li a .openIcon img {
  width: 34px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
    .allCategoriesPageListing ul li a .categoryTitle {
        position: absolute;
        text-align: center;
        bottom: 5px;
        left: 50%;
        font-size: 20px;
        color: #fff;
        font-weight: 300;
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        z-index: 2;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.expertiseDetails .introduction {
  position: relative;
}
.expertiseDetails .introduction h2 {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.expertiseDetails .introduction .summary {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
  max-width: 700px;
  margin-bottom: 115px;
}

.fleshRight {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  background-color: rgba(69, 69, 69, 0.4);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fleshRight:after {
  content: "";
  background-image: url("/Images/Icons/fleshRight.png");
  width: 28px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 9px);
  right: calc(50% - 14px);
  transform: rotate(-180deg);
}
.fleshRight:hover {
  background-color: rgba(69, 69, 69, 0.8);
}
.fleshRight.disabled {
  opacity: 0.1;
}

.fleshLeftContainer {
  position: absolute;
  top: calc(50% - 30px);
  right: 0;
}

.fleshRightContainer {
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
}

.fleshLeft {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  background-color: rgba(69, 69, 69, 0.4);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fleshLeft:after {
  content: "";
  background-image: url("/Images/Icons/fleshRight.png");
  width: 28px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 9px);
  right: calc(50% - 14px);
  /*transform: rotate(-180deg);*/
}
.fleshLeft:hover {
  background-color: rgba(69, 69, 69, 0.8);
}
.fleshLeft.disabled {
  opacity: 0.1;
}

.imagesAndVideosListing .videosListing {
  padding-bottom: 60px;
}
.imagesAndVideosListing .imagesListing {
  padding-top: 60px;
  position: relative;
}
.imagesAndVideosListing .imagesListing ul li {
  margin-bottom: 25px;
  float: right;
}
.imagesAndVideosListing .imagesListing ul li img {
  width: 100%;
  display: block;
}
.imagesAndVideosListing .imagesListing:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #6e6d6d;
}

.whiteSection {
  padding: 65px 0;
  background-color: #fff;
}
.whiteSection h3 {
  text-transform: uppercase;
  margin-bottom: 45px;
  font-weight: 300;
  color: #333333;
  font-size: 28px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.whiteSection .description {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 35px;
  text-align: center;
  line-height: 1.3;
}
.whiteSection .image {
  display: inline-block;
  width: 100%;
}
.whiteSection .image img {
  width: 100%;
}

.sliderSection h3 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 28px;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 112px;
}
.sliderSection .owl-dots {
  position: absolute;
  top: 0;
  height: 20px;
  width: 100%;
  left: 0 !important;
  text-align: center;
  top: -60px;
}
.sliderSection .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 10px;
}
.sliderSection .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background-color: #fff;
  opacity: 0.5;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sliderSection .owl-dots .owl-dot.active span {
  opacity: 1;
}

.managementSection {
  padding-top: 45px;
  /*  display: inline-block;
  width: 100%;
  position: relative;*/
  max-width: 670px;
  margin: 0 auto;
  /*        &:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0;
      right: 0;
      background-color: #999999;
  }*/
}
.managementSection a .image {
  width: 265px !important;
  height: 265px;
  overflow: hidden;
}
.managementSection a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.managementSection a:hover img {
  transform: scale(1.1);
}
.managementSection.smaller ul {
  width: 670px;
  margin: 0 auto;
}
.managementSection.noline:after {
  display: none;
}
.managementSection ul {
  display: inline-block;
  width: 100%;
}
.managementSection ul li {
  text-align: center;
  margin-bottom: 45px;
  float: right;
}
.managementSection ul li .image {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.managementSection ul li .image img {
  display: inline-block;
  width: 265px;
}
.managementSection ul li h4 {
  font-size: 15px;
  color: #333333;
  margin-bottom: 5px;
  font-weight: 400;
}
.managementSection ul li h5 {
  font-size: 13px;
  margin-bottom: 11px;
  color: #333333;
  font-weight: 400;
}
.managementSection ul li p {
  font-size: 11px;
  color: #333333;
  font-weight: 400;
  max-width: 230px;
  margin: 0 auto;
}

.teamSection ul li .teamItem {
  margin-bottom: 60px;
}
.teamSection ul li .teamItem .image {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.teamSection ul li .teamItem .image img {
  display: inline-block;
  width: 170px;
}
.teamSection ul li .teamItem h4 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.teamSection ul li .teamItem h5 {
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  color: #fff;
}

.clientsSection {
  padding-top: 90px;
}
.clientsSection ul li .col-md-4 {
  border-left: 1px solid #515151;
}
.clientsSection ul li .col-md-4:nth-last-child(-n+3) {
  border: none;
}
.clientsSection ul li .clientItem {
  margin-bottom: 35px;
}
.clientsSection ul li .clientItem h4 {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.afniahPage .introduction h4 {
  font-weight: 300;
  display: inline-block;
  width: 100%;
  color: #fff;
  margin-bottom: 15px;
  font-size: 28px;
  text-transform: uppercase;
}
.afniahPage .introduction .description {
  font-weight: 400;
  color: #fff;
  margin-bottom: 65px;
  line-height: 1.3;
  font-size: 14px;
}
.afniahPage .imageSection {
  display: inline-block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 470px;
  border-top: 6px solid #fff;
  filter: grayscale(100%);
}

.imageTextSection {
  display: inline-block;
  width: 100%;
  margin-bottom: 65px;
}
.imageTextSection.textLeft .imageSection {
  float: left;
}
.imageTextSection.textLeft .description {
  float: right;
  padding-left: 50px;
}
.imageTextSection.textLeft .imageSection {
  left: 0;
}
.imageTextSection.textRight .imageSection {
  float: right;
}
.imageTextSection.textRight .description {
  float: left;
  padding-right: 50px;
}
.imageTextSection.textRight .imageSection {
  right: 0;
}
.imageTextSection .imageSection {
  filter: grayscale(100%);
  position: absolute;
  background-repeat: no-repeat;
  width: 43%;
  background-size: cover;
  background-position: left;
}
.imageTextSection .imageSection img {
  width: 100%;
}
.imageTextSection .description {
  max-width: 645px;
}
.imageTextSection .description h4 {
  font-weight: 300;
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}
.imageTextSection .description p {
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}

.fancybox-bg {
  background: rgba(29, 29, 27, 0.9);
}

.aboutUsPage .introduction h4 {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
.aboutUsPage .introduction .description {
  max-width: 1023px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.aboutUsPage .imageSection {
  display: inline-block;
  width: 100%;
  height: 470px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  filter: grayscale(100%);
}
.aboutUsPage .imageSection:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 6px;
  width: 100%;
  background-color: #fff;
}
.aboutUsPage .section {
  margin-bottom: 255px;
  position: relative;
}
.aboutUsPage .section .description {
  float: right;
  display: inline-block;
  width: 50%;
  padding-left: 20px;
}
.aboutUsPage .section .description h4 {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.aboutUsPage .section .description p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.aboutUsPage .section .imageSection {
  float: left;
  display: inline-block;
  width: 50%;
  filter: grayscale(100%);
}
.aboutUsPage .section .imageSection img {
  width: 480px;
  float: left;
  position: absolute;
  right: calc(50% - 240px);
  top: 50%;
  -moz-transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}

.whyDesigningAtAfniahPage .imageSection {
  height: 619px;
}

.newsListingPage h4, .newsPage h4 {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 120px;
  text-transform: uppercase;
}
.newsListingPage ul li, .newsPage ul li {
  float: right;
}
.newsListingPage .newsListingContent ul li .newsItem, .newsListingPage .relatedNews ul li .newsItem, .newsPage .newsListingContent ul li .newsItem, .newsPage .relatedNews ul li .newsItem {
  margin-bottom: 85px;
}
.newsListingPage .newsListingContent ul li .newsItem .imageSection, .newsListingPage .relatedNews ul li .newsItem .imageSection, .newsPage .newsListingContent ul li .newsItem .imageSection, .newsPage .relatedNews ul li .newsItem .imageSection {
  width: 100%;
  height: 305px;
  overflow: hidden;
  margin-bottom: 23px;
}
.newsListingPage .newsListingContent ul li .newsItem .imageSection .imagebg, .newsListingPage .relatedNews ul li .newsItem .imageSection .imagebg, .newsPage .newsListingContent ul li .newsItem .imageSection .imagebg, .newsPage .relatedNews ul li .newsItem .imageSection .imagebg {
  width: 100%;
  height: 305px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newsListingPage .newsListingContent ul li .newsItem .imageSection .imagebg:hover, .newsListingPage .relatedNews ul li .newsItem .imageSection .imagebg:hover, .newsPage .newsListingContent ul li .newsItem .imageSection .imagebg:hover, .newsPage .relatedNews ul li .newsItem .imageSection .imagebg:hover {
  transform: scale(1.1);
}
.newsListingPage .newsListingContent ul li .newsItem .description a, .newsListingPage .relatedNews ul li .newsItem .description a, .newsPage .newsListingContent ul li .newsItem .description a, .newsPage .relatedNews ul li .newsItem .description a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newsListingPage .newsListingContent ul li .newsItem .description a:hover, .newsListingPage .relatedNews ul li .newsItem .description a:hover, .newsPage .newsListingContent ul li .newsItem .description a:hover, .newsPage .relatedNews ul li .newsItem .description a:hover {
  color: #808080;
}
.newsListingPage .newsListingContent ul li .newsItem .description a.url, .newsListingPage .relatedNews ul li .newsItem .description a.url, .newsPage .newsListingContent ul li .newsItem .description a.url, .newsPage .relatedNews ul li .newsItem .description a.url {
  color: #333333;
  font-size: 13px;
  margin-top: 10px;
}
.newsListingPage .newsListingContent ul li .newsItem .description a.url:hover, .newsListingPage .relatedNews ul li .newsItem .description a.url:hover, .newsPage .newsListingContent ul li .newsItem .description a.url:hover, .newsPage .relatedNews ul li .newsItem .description a.url:hover {
  color: #9d9d9c;
}
.newsListingPage .newsListingContent ul li .newsItem .description p, .newsListingPage .relatedNews ul li .newsItem .description p, .newsPage .newsListingContent ul li .newsItem .description p, .newsPage .relatedNews ul li .newsItem .description p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.newsListingPage .newsListingContent ul li .newsItem .description span, .newsListingPage .relatedNews ul li .newsItem .description span, .newsPage .newsListingContent ul li .newsItem .description span, .newsPage .relatedNews ul li .newsItem .description span {
  color: #9d9d9c;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
}

.newsPage h2 {
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  color: #fff;
  margin-bottom: 40px;
}
.newsPage .description {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  color: #fff;
  margin-bottom: 45px;
}
.newsPage .listImages {
  padding-top: 65px;
  border-top: 1px solid #888787;
}
.newsPage .imagesAndVideosListingItems ul li {
  margin-bottom: 30px;
}
.newsPage .imagesAndVideosListingItems ul li a img {
  width: 100%;
}

.pressPage, .careerListingPage {
  background-color: #706f6f !important;
}

.imagesAndVideosListingItems ul li a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.imagesAndVideosListingItems ul li a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.imagesAndVideosListingItems ul li a:hover img {
  transform: scale(1.1);
}

.relatedNews {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #706f6f;
  padding: 70px 0;
}
.relatedNews h5 {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 28px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 55px;
  text-transform: uppercase;
}
.relatedNews:before {
  content: "";
  width: 100%;
  height: 6px;
  top: 0;
  right: 0;
  position: absolute;
  background-color: #fff;
  border-bottom: 1px solid #c9c9c9;
}
.relatedNews ul li .newsItem {
  margin-bottom: 0 !important;
}

.careerListingPage h4 {
  color: #fff;
  font-size: 28px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: 300;
}
.careerListingPage .careerListingContent ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 150px;
}
.careerListingPage .careerListingContent ul li {
  display: inline-block;
  width: 100%;
}
.careerListingPage .careerListingContent ul li a {
  display: inline-block;
  width: 100%;
  padding-bottom: 35px;
  padding-top: 45px;
  position: relative;
}
.careerListingPage .careerListingContent ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
}
.careerListingPage .careerListingContent ul li a:hover h6 {
  color: #333333;
}
.careerListingPage .careerListingContent ul li a:hover .details span {
  color: #333333;
}
.careerListingPage .careerListingContent ul li a:hover .details label {
  color: #333333;
}
.careerListingPage .careerListingContent ul li a h6 {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.careerListingPage .careerListingContent ul li a .details {
  display: inline-block;
  width: 100%;
}
.careerListingPage .careerListingContent ul li a .details span {
  color: #c6c6c5;
  font-size: 15px;
  float: right;
  width: 50%;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.careerListingPage .careerListingContent ul li a .details label {
  color: #c6c6c5;
  font-size: 13px;
  float: left;
  width: 50%;
  font-weight: 400;
  text-align: left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pagination {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 150px;
  padding-top: 30px;
}
.pagination .fleshRight {
  float: left;
  width: 30px;
  height: 30px;
  background-color: transparent;
}
.pagination .fleshRight:after {
  width: 15px;
  height: 10px;
  top: calc(50% - 5px);
  right: calc(50% - 7.5px);
}
.pagination .fleshRight:hover {
  background-color: rgba(69, 69, 69, 0.8);
}
.pagination .fleshRight.disable {
  opacity: 0.2;
}
.pagination .fleshRight.disable:hover {
  background-color: transparent;
}
.pagination .fleshLeft {
  float: right;
  width: 30px;
  height: 30px;
  background-color: transparent;
}
.pagination .fleshLeft:after {
  width: 15px;
  height: 10px;
  top: calc(50% - 5px);
  right: calc(50% - 7.5px);
}
.pagination .fleshLeft:hover {
  background-color: rgba(69, 69, 69, 0.8);
}
.pagination .fleshLeft.disable {
  opacity: 0.2;
}
.pagination .fleshLeft.disable:hover {
  background-color: transparent;
}
.pagination .status {
  display: inline-block;
}
.pagination .status .pagesList {
  text-align: center;
  width: 240px;
  display: inline-block;
  padding-top: 4px;
}
.pagination .status .pagesList a {
  display: inline-block;
  margin-left: 15px;
  color: #333333;
  font-size: 13px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination .status .pagesList a.active {
  color: #fff !important;
}

.newsListingPage .pagesList a {
  color: #706f6f !important;
}

.newsListingContent {
  border-bottom: 1px solid #747474;
}

.fancybox-slide--iframe .fancybox-content {
  width: 800px !important;
}

.careerDetails {
  padding: 50px 50px;
  font-family: "Cairo", sans-serif !important;
  line-height: 1.4;
  direction: rtl;
  /*background-color: #706f6f !important;*/
}
.careerDetails .title {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #fff;
}
.careerDetails .title h6 {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: right;
}
.careerDetails .title .details {
  display: inline-block;
  width: 100%;
}
.careerDetails .title .details span {
  color: #c6c6c5;
  font-size: 15px;
  float: right;
  width: 50%;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: right;
}
.careerDetails .title .details label {
  color: #c6c6c5;
  font-size: 13px;
  float: left;
  width: 50%;
  font-weight: 400;
  text-align: left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.careerDetails .description {
  display: inline-block;
  width: 100%;
  margin-bottom: 70px;
}
.careerDetails .applyButton a {
  width: 100%;
  display: inline-block;
  border-radius: initial;
}

.careerApplyPage {
  background-color: #706f6f !important;
}
.careerApplyPage h4 {
  color: #fff;
  font-size: 28px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: 300;
}
.careerApplyPage .title {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #fff;
}
.careerApplyPage .title h6 {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.careerApplyPage .title .details {
  display: inline-block;
  width: 100%;
}
.careerApplyPage .title .details span {
  color: #c6c6c5;
  font-size: 15px;
  float: right;
  width: 50%;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.careerApplyPage .title .details label {
  color: #c6c6c5;
  font-size: 13px;
  float: left;
  width: 50%;
  font-weight: 400;
  text-align: left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.textEditor {
  font-size: 14px;
}
.textEditor.whiteColor {
  color: #fff;
}
.textEditor.whiteColor ul li:before {
  background-color: #fff;
}
.textEditor h4 {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  margin-bottom: 15px;
}
.textEditor ul {
  display: inline-block;
  width: 100%;
}
.textEditor ul li {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-right: 13px;
  margin-bottom: 10px;
}
.textEditor ul li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 8px;
  right: 0;
}

.societyPage .smallerContainer h2 {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.societyPage .smallerContainer .summary {
  max-width: 1035px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 100px;
  min-height: 400px;
}
.societyPage.people .summary {
  min-height: auto;
}
.societyPage.people .tabsItem ul {
  display: inline-block;
  width: 100%;
  font-size: 0;
}
.societyPage.people .tabsItem ul li {
  display: inline-block;
  width: 25%;
  position: relative;
}
.societyPage.people .tabsItem ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #363636;
}
.societyPage.people .tabsItem ul li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #1d1d1b;
  padding: 35px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.societyPage.people .tabsItem ul li a:hover, .societyPage.people .tabsItem ul li a.active {
  background-color: #706f6f;
}
.societyPage.people .tabsContent {
  background-color: #fff;
  padding-bottom: 100px;
  padding-top: 65px;
}
.societyPage.people .tabsContent .separator {
  height: 0.5px;
  background-color: #333333;
  max-width: 600px;
  margin: 0 auto;
}
.societyPage.people .tabsContent h2 {
  display: inline-block;
  width: 100%;
  color: #333333;
  text-align: center;
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.headerImage {
  width: 100%;
  height: 420px;
  display: inline-block;
  background-size: cover;
  filter: grayscale(100%);
  margin-bottom: 75px;
}

.applyForm {
  max-width: 390px;
  margin: 0 auto;
}
.applyForm .captchaSection {
  margin-bottom: 15px;
}
.applyForm .captchaAlertMessage {
  color: red;
  margin-bottom: 5px;
}
.applyForm .buttonSection a {
  display: inline-block;
  width: 100%;
  border-radius: initial;
  border-top: 2px solid #807f7f;
  border-bottom: 2px solid #807f7f;
  border-right: 1px solid #807f7f;
  border-left: 1px solid #807f7f;
}
.applyForm h6 {
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
}
.applyForm .separator {
  margin-bottom: 45px;
}
.applyForm .inputComponent label {
  font-size: 12px;
  color: #c6c6c5;
  display: inline-block;
  width: 100%;
  padding-right: 10px;
  margin-bottom: 5px;
}
.applyForm .inputComponent .inputText {
  margin-bottom: 15px;
}
.applyForm .inputComponent .inputText input[type=text] {
  padding: 5px;
  border-top: 2px solid #807f7f;
  border-bottom: 2px solid #807f7f;
  border-right: 1px solid #807f7f;
  border-left: 1px solid #807f7f;
  display: inline-block;
  width: 100%;
  background-color: #706f6f;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.applyForm .inputComponent .inputText input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9c9b9b;
  opacity: 1; /* Firefox */
}
.applyForm .inputComponent .inputText input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9c9b9b;
}
.applyForm .inputComponent .inputText input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
  color: #9c9b9b;
}
.applyForm .inputComponent .inputText input[type=text].error {
  border-top: 2px solid red;
  border-bottom: 2px solid red;
  border-right: 1px solid red;
  border-left: 1px solid red;
}
.applyForm .inputComponent .inputText textarea {
  background-color: #706f6f;
  display: inline-block;
  width: 100%;
  border-top: 2px solid #807f7f;
  border-bottom: 2px solid #807f7f;
  border-right: 1px solid #807f7f;
  border-left: 1px solid #807f7f;
  height: 165px;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.applyForm .inputComponent .inputText textarea.error {
  border-top: 2px solid red;
  border-bottom: 2px solid red;
  border-right: 1px solid red;
  border-left: 1px solid red;
}

.searchPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.9);
  top: 0;
  right: 0;
  z-index: 3000;
  display: none;
}
.searchPopup .closeButton {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
}
.searchPopup .closeButton a {
  display: inline-block;
  float: left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.8;
}
.searchPopup .closeButton a:hover {
  opacity: 1;
}
.searchPopup .closeButton a img {
  width: 30px;
}
.searchPopup .inputContainer {
  position: absolute;
  width: 100%;
  top: calc(50% - 27px);
}
.searchPopup .inputContainer .container {
  position: relative;
}
.searchPopup .inputContainer .searchIcon {
  position: absolute;
  top: 16px;
  left: 0;
}
.searchPopup .inputContainer .searchIcon a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}
.searchPopup .inputContainer .searchIcon a:hover {
  opacity: 0.7;
}
.searchPopup .inputContainer .searchIcon a img {
  width: 20px;
}
.searchPopup .inputContainer input {
  font-family: "Cairo", sans-serif;
  width: 100%;
  text-align: right;
  direction: ltr;
  border: none;
  padding: 15px;
  padding-left: 25px;
  background-color: transparent;
  border-bottom: 3px solid #fff;
  font-size: 20px;
}

.searchResultsPage .searchResults {
  min-height: 200px;
}
.searchResultsPage .searchResults ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 150px;
}
.searchResultsPage .searchResults ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
}
.searchResultsPage .searchResults ul li h6 {
  display: inline-block;
  width: 100%;
  font-weight: 300;
}
.searchResultsPage .searchResults ul li h6 a {
  text-align: right;
  float: right;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.searchResultsPage .searchResults ul li h6 a:hover {
  color: #bcbec0;
}
.searchResultsPage .searchResults ul li span {
  display: inline-block;
  width: 100%;
}
.searchResultsPage .searchResults ul li span a {
  text-align: right;
  float: right;
  color: #706f6f;
  font-size: 12px;
  line-height: 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.searchResultsPage .searchResults ul li span a:hover {
  color: #bcbec0;
}
.searchResultsPage .searchResults ul li p {
  display: inline-block;
  width: 100%;
  text-align: right;
  direction: ltr;
  color: #fff;
  font-size: 10px;
  max-width: 600px;
  float: right;
}
.searchResultsPage h3 {
  display: inline-block;
  width: 100%;
  font-size: 27px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 300;
}
.searchResultsPage h4 {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  text-align: right;
  direction: ltr;
  margin-bottom: 60px;
  color: #fff;
  font-weight: 300;
}
.searchResultsPage h4 span {
  color: #706f6f;
  display: inline-block;
  margin: 0 5px;
  font-weight: 500;
}

.fancybox-slide--iframe .fancybox-content, iframe body {
  background: transparent !important;
  background-color: transparent !important;
}

.peopleDetails {
  direction: rtl;
  font-family: "Cairo", sans-serif;
}
.peopleDetails .imageSection {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.peopleDetails .imageSection img {
  width: 230px;
}
.peopleDetails h4 {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 10px;
}
.peopleDetails h5 {
  font-size: 13px;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin-bottom: 35px;
}
.peopleDetails .description {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

.clientsSection .logos {
  padding-bottom: 40px;
  border-bottom: 1px solid #515151;
  margin-bottom: 60px;
}
.clientsSection .logos ul li {
  position: relative;
  height: 120px;
}
.clientsSection .logos ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.toggleMobile, .mobileMenu {
  display: none;
}

.cookiesPopup {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px 0;
  background-color: #333333;
  webkit-box-shadow: 0 1px 5px 0 rgba(116, 116, 116, 0.5);
  -moz-box-shadow: 0 1px 5px 0 rgba(116, 116, 116, 0.5);
  box-shadow: 0 1px 5px 0 rgba(116, 116, 116, 0.5);
  color: #fff;
}

.cookiesPopup .cookiesMessage {
  max-width: 810px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

.cookiesPopup .buttonActions {
  display: inline-block;
  width: 100%;
}

.cookiesPopup .buttonActions ul {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.cookiesPopup .buttonActions ul li {
  display: inline-block;
}

.cookiesPopup .buttonActions ul li a {
  padding: 5px 35px;
  font-size: 12px;
  margin-left: 10px;
}

.sliderText {
    display: inline-block;
    width: 100%;
    position: relative;
}

.homePageSlider ul li .sliderContent .desc {
    position: absolute;
    left: 0;
    bottom: 35px;
}

/*# sourceMappingURL=afniah.css.map */

/*@media (min-width: 1200px){
    .container {
        width: 1400px;
    }
}*/
@media only screen and (max-width: 1080px) {
  .smallerContainer {
    width: inherit;
  }
}
@media only screen and (max-width: 1000px) {
  .exploreMore {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 13px;
  }
  .fleshLeftContainer {
    position: absolute;
    top: unset;
    right: calc(50% - 70px);
    bottom: -100px;
  }
  .page .introSestion .mainImage {
    height: 160px;
  }
  .fleshRightContainer {
    position: absolute;
    top: unset;
    left: calc(50% - 70px);
    bottom: -100px;
  }
  .imagesAndVideosListing .imagesListing ul li {
    width: 100%;
  }
  footer .scrollTop {
    left: 15px;
  }
  .page {
    padding-top: 130px;
  }
  .page .introSestion {
    margin-bottom: 45px;
  }
  .allCategoriesPageListing ul li a .categoriesBox {
    height: 400px;
  }
  .allCategoriesPageListing ul li {
    height: 400px;
  }
  .allCategoriesPageListing ul li {
    width: 100%;
  }
  header.fixed .leftMenu {
    padding-top: 0;
    float: left;
  }
  header.fixed .leftMenu .toggleMobile {
    margin-top: 10px;
  }
  header .leftMenu {
    float: left;
    padding-top: 0;
  }
  header .leftMenu ul.siteMenu {
    display: none;
  }
  header .leftMenu .toggleMobile {
    display: inline-block;
    margin-top: 19px;
    margin-right: 20px;
  }
  header .leftMenu .toggleMobile a {
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  header .leftMenu .toggleMobile a img {
    max-width: 100%;
  }
  .mobileMenu {
    position: fixed;
    top: 0;
    left: -1000px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #333333;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 40px 25px 40px 40px;
  }
  .mobileMenu.closed {
    left: -1000px;
  }
  .mobileMenu.opened {
    left: 0;
  }
  .mobileMenu ul li {
    margin-top: 20px;
  }
  .mobileMenu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    width: 100%;
  }
  .mobileMenu ul li ul {
    display: none;
    margin-right: 30px;
  }
  .mobileMenu ul li ul li {
    margin-top: 10px;
  }
  .mobileMenu ul li ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    width: 100%;
  }
  header .rightMenu {
    padding-top: 30px;
  }
  header .rightMenu ul {
    display: none;
  }
  .mobileMenu .closeIcon a img {
    margin-top: 10px;
  }
  header {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 800px) {
  .philosophyPage .bottomImage {
    height: 320px;
  }
    .sliderText {
        display: initial;
        width: initial;
        position: initial;
    }

    .homePageSlider ul li .sliderContent .desc {
        position: initial;
        left: unset;
        bottom: unset;
    }
}
@media only screen and (max-width: 700px) {
  .headerImage {
    height: 192px;
  }
  .homePageSlider ul li .sliderContent .title {
    display: inline-block;
    float: right;
    width: 100%;
  }
  .homePageSlider ul li .sliderContent .desc {
    display: inline-block;
    float: right;
    width: 100%;
  }
  .homePageSlider ul li .sliderContent .desc a {
    float: right;
    width: 100%;
    margin-top: 20px;
  }
  .homePageSlider .owl-dots {
    bottom: 30px;
  }
  footer .leftSide .footerMenu {
    display: none;
  }
  footer {
    padding: 20px 0;
  }
  .managementSection.smaller ul {
    width: 100%;
  }
  .managementSection ul li .image img {
    width: 100%;
  }
}
@media only screen and (max-width: 651px) {
  .allCategoriesPageListing ul li a .categoriesBox {
    height: 260px;
  }
  .allCategoriesPageListing ul li {
    height: 260px;
  }
}
@media only screen and (max-width: 500px) {
    .homePageSlider .owl-dots {
        display: none;
    }
  footer .scrollTop img {
    width: 13px;
  }
  footer .scrollTop {
    width: 45px;
    height: 45px;
    top: -54px;
  }
  .fleshRight, .fleshLeft {
    width: 45px;
    height: 45px;
  }
  .fleshRight:after {
    width: 20px;
    height: 15px;
    top: calc(50% - 7.5px);
    left: calc(50% - 10px);
  }
  .fleshLeft:after {
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 20px;
    height: 15px;
  }
  .careerListingPage .careerListingContent ul li a .details span {
    width: 100%;
  }
  .careerDetails {
    padding: 0;
  }
  .contactUsPage .formContent .leftSide {
    width: 100%;
  }
  .contactUsPage .formContent .rightSide {
    width: 100%;
    padding-right: 0;
  }
  .homeContactSection {
    background-size: cover;
    height: 234px;
  }
  header .logo a img {
    max-width: 150px;
    margin-top: 13px;
  }
  .homePageSlider ul li .sliderContent .title {
    font-size: 26px;
  }
  .homePageSlider ul li .sliderContent .desc a {
    font-size: 15px;
  }
  header .rightMenu .langugeSwitcher {
    margin-left: 10px;
  }
  header .leftMenu .toggleMobile {
    margin-right: 10px;
  }
  .allCategoriesPageListing ul li a .categoriesBox {
    height: 200px;
  }
  .allCategoriesPageListing ul li {
    height: 200px;
  }
  .allCategoriesPageListing ul li a .categoryTitle {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  .allCategoriesPageListing {
    padding: 30px 0;
  }
  .homePageSlider ul li {
    background-size: cover;
    height: 500px;
  }
  .homePageSlider .owl-dots {
    bottom: 0;
  }
  .homePageSlider ul li .sliderContent {
    bottom: 5px;
  }
  .homePage .scrolledLayers {
    top: 400px !important;
  }
  .homePage .fixedLayer {
    position: relative;
  }
}
@media only screen and (max-width: 430px) {
  .homePageSlider ul li .sliderContent .desc {
    text-align: right;
  }
  .contactUsPage .formContent .captchaSection {
    overflow: hidden;
  }
  .applyForm .captchaSection {
    overflow: hidden;
  }
  .philosophyPage .bottomImage {
    height: 170px;
  }
  header .logo {
    margin-left: 0;
  }
  .homePageSlider ul li {
    background-size: cover;
    height: 250px;
  }
  .homePageSlider .owl-dots {
    bottom: 0;
  }
  .homePageSlider ul li .sliderContent {
    bottom: 5px;
  }
  .homePage .scrolledLayers {
    top: 150px !important;
  }
  .homePage .fixedLayer {
    position: relative;
  }
}
@media only screen and (max-width: 390px) {
  footer .leftSide {
    display: inline-block;
    width: 100%;
  }
  footer .rightSide {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 380px) {
  header .rightMenu {
    position: absolute;
    top: -20px;
    left: 27px;
  }
}

/*# sourceMappingURL=afniah-responsive.css.map */

