@charset "UTF-8";

/*-----------------------------------------------------------------------------------
[Table of contents]
1. Base (Global style for some elements)
2. Header (Main navigation)
3. Slider (Header Slider)
4. Store Icons (Section)
5. Amazing Features (Section)
6. How It Works (Section)
7. More Features (Section)
8. Download (Section)
9. Download Icons (Section)
10. Quick View (Section)
11. Accordion (Section)
12. Team (Section)
13. Testimonial (Section)
14. Packages (Section)
15. Statistic (Section)
16. Twitter (Section)
17. Quick Support (Section)
18. Subscribe (Section)
19. Footer (Section)
20. Custom Scroll Bar
21. Scroll back to top button
22. Preloader (Preloader will be show until the website content fully load)
-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------
[GLOBAL STYLE]
# HTML (Global font size: Default: 16px)
# a tag
# Responsive Image
# Clearfix
# Bootstrap Container
# Wrapper
# Template Sections
# Input Fields
# Carousel slider
-----------------------------------------------------------------------------------*/

body.typestie_training_tv {
    --color1: #2296f2;
    --color2: #00cfff;
    --colortext: #fff;
    --colorhover: #0099ff;
    --colorborder: #04579b;
    
}

html {
    font-size: 16px;
    /* Global Font Size */
    width: 100%;
}

body {
    font-size: 100%;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    clear: both;
    font-family: 'sans', sans-serif;
}

* {
    outline: none !important;
}


/* Change the a tag color */

a {
    text-decoration: none;
    color: #2b8dd9;
    transition: 300ms linear;
    transition-property: color;
    display: inline-block;
    cursor: pointer;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none;
    //color: #315db7;
}


/* Responsive image */

img {
    max-width: 100%;
    display: inline-block;
}


/* Clearfix */

.clearfix {
    clear: both;
}


/* Make bootstrap container max-width 100% */

.container {
    max-width: 100%;
}


/*---  */


/* Template wrapper */

.wrapper {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    clear: both;
    overflow: hidden;
    overflow-y: auto;
}

.color-gredient {
    background: rgba(255, 191, 0, 1);
    /* Old Browsers */
    background: -moz-linear-gradient(135deg, rgba(255, 191, 0, 1) 0%, rgba(255, 60, 0, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 191, 0, 1)), color-stop(100%, rgba(255, 60, 0, 1)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(135deg, rgba(255, 191, 0, 1) 0%, rgba(255, 60, 0, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(135deg, rgba(255, 191, 0, 1) 0%, rgba(255, 60, 0, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(135deg, rgba(255, 191, 0, 1) 0%, rgba(255, 60, 0, 1) 100%);
    /* IE 10+ */
    background: linear-gradient(45deg, rgba(255, 191, 0, 1) 0%, rgba(255, 60, 0, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0ccebc', endColorstr='#315db7', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}


/*-----------------------------------------------------------------------------------*/


/* Input fields */


/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/


/* Carousel slider CSS */


/*-----------------------------------------------------------------------------------*/

.swiper-container {
    /* Main container */
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    clear: both;
    list-style: none;
    box-shadow: none;
}


/* wrapper */

.swiper-wrapper {
    margin: 0;
    padding: 0;
    box-shadow: none;
}


/* Single slide */

.swiper-slide {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

.swiper-slide-box {
    padding: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    border-bottom: #f5f5f9 solid 1px;
    -webkit-box-shadow: 0px 0px 22px 6px rgba(24, 30, 110, 0.03);
    -moz-box-shadow: 0px 0px 22px 6px rgba(24, 30, 110, 0.03);
    box-shadow: 0px 0px 22px 6px rgba(24, 30, 110, 0.03);
}

.swiper-slide-back-box {
    float: left;
    width: 90%;
    height: 15px;
    margin-left: 5%;
    background: #FFFFFF;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0px 0px 22px 6px rgba(24, 30, 110, 0.03);
    -moz-box-shadow: 0px 0px 22px 6px rgba(24, 30, 110, 0.03);
    box-shadow: 0px 0px 22px 6px rgba(24, 30, 110, 0.03);
}


/* Pagination */

.swiper-pagination {
    box-shadow: none;
    text-shadow: none;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    left: 0;
    right: 0;
}

@media screen and (max-width: 991px) {
    .swiper-pagination {
        margin-top: 0.625rem;
    }
}

@media screen and (max-width: 767px) {
    .swiper-pagination {
        margin-top: 1.25rem;
    }
}


/* pagination bullet */

.swiper-pagination-bullet {
    width: 1.0625rem;
    height: 1.0625rem;
    background-color: #f2f4f5;
    opacity: 1;
    transition: 300ms linear;
    transition-property: background-color;
    margin: 0.4375rem;
    border: #b73131 solid 1px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0.4375rem;
}


/* Active pagination bulet */

.swiper-pagination-bullet-active {
    background-color: #b73131;
}


/* Navigatin prev button */

.swiper-button-prev,
.swiper-button-next {
    margin: 0;
    padding: 0;
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
    background: none;
    border-radius: 6.25rem;
    opacity: 0.3;
    border: 0.125rem solid #515151;
    font-size: 1.25rem;
    transition: 300ms linear;
    transition-property: background, opacity, border-color;
    left: -2.5rem;
}

@media screen and (max-width: 767px) {
    .swiper-button-prev,
    .swiper-button-next {
        left: 0;
        /*top: -3.125rem;*/
        display: none;
    }
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: rgba(140, 14, 14, 1);
    /* Old Browsers */
    background: -moz-linear-gradient(left, rgba(140, 14, 14, 1) 0%, rgba(238, 67, 15, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(140, 14, 14, 1)), color-stop(100%, rgba(238, 67, 15, 1)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left, rgba(140, 14, 14, 1) 0%, rgba(238, 67, 15, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(140, 14, 14, 1) 0%, rgba(238, 67, 15, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(140, 14, 14, 1) 0%, rgba(238, 67, 15, 1) 100%);
    /* IE 10+ */
    background: linear-gradient(to right, rgba(140, 14, 14, 1) 0%, rgba(238, 67, 15, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#46c8ff', endColorstr='#81d37e', GradientType=1);
    /* IE6-9 */
    opacity: 1;
    border-color: #ea5252;
}

.swiper-button-prev span,
.swiper-button-next span,
.swiper-button-prev i.ghabicon,
.swiper-button-next i.ghabicon {
    position: absolute;
    top: 0;
    left: -.125rem;
    right: 0;
    display: block;
    bottom: 0;
    line-height: 1.8rem;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 70px;
}


/* Navigation next button */

.swiper-button-next {
    left: auto;
    right: -2.5rem;
}

@media screen and (max-width: 767px) {
    .swiper-button-next {
        right: 1.25rem;
    }
}

.swiper-button-next span,
.swiper-button-next i.ghabicon {
    left: .3rem;
}


/* Carousel CSS for white section */

.section-white .swiper-pagination {
    margin-top: 2.5rem;
}

.section-white .swiper-pagination-bullet {
    background-color: #d3d3d3;
}

.section-white .swiper-pagination-bullet-active {
    background: rgba(140, 14, 14, 1);
    /* Old Browsers */
    background: -moz-linear-gradient(left, rgba(140, 14, 14, 1) 0%, rgba(238, 67, 15, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(140, 14, 14, 1)), color-stop(100%, rgba(238, 67, 15, 1)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left, rgba(140, 14, 14, 1) 0%, rgba(238, 67, 15, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(140, 14, 14, 1) 0%, rgba(238, 67, 15, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(140, 14, 14, 1) 0%, rgba(238, 67, 15, 1) 100%);
    /* IE 10+ */
    background: linear-gradient(to right, rgba(140, 14, 14, 1) 0%, rgba(238, 67, 15, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#46c8ff', endColorstr='#81d37e', GradientType=1);
    /* IE6-9 */
}

.section-white .swiper-button-prev,
.section-white .swiper-button-next {
    background-color: #f2f4f5;
    border-color: #f2f4f5;
    color: #1f3542;
    opacity: 1;
    transition: 300ms linear;
    transition-property: color, background, border-color;
    margin: 7rem 0 0 0;
}

.section-white .swiper-button-prev:hover,
.section-white .swiper-button-next:hover {
    color: white;
    border: none;
    background: rgba(140, 14, 14, 1);
    /* Old Browsers */
    background: -moz-linear-gradient(left, rgba(140, 14, 14, 1) 0%, rgba(238, 67, 15, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(140, 14, 14, 1)), color-stop(100%, rgba(238, 67, 15, 1)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left, rgba(140, 14, 14, 1) 0%, rgba(238, 67, 15, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(140, 14, 14, 1) 0%, rgba(238, 67, 15, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(140, 14, 14, 1) 0%, rgba(238, 67, 15, 1) 100%);
    /* IE 10+ */
    background: linear-gradient(to right, rgba(140, 14, 14, 1) 0%, rgba(238, 67, 15, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#46c8ff', endColorstr='#81d37e', GradientType=1);
    /* IE6-9 */
}


/*-----------------------------------------------------------------------------------
[Header]
# Navigation and slider holder
# Sticky header
# Logo
# Sub Menu
# Off canvas Mobile menu
-----------------------------------------------------------------------------------*/


/* Navigation and slider holder */

.site-holder {
    margin: 0;
    display: block;
    width: 100%;
    clear: both;
    /*background: #836aeb;*/
}

.site-holder .sticky-header {
    /* Sticky header */
    z-index: 7000 !important;
    /*background: #203e51;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.site-holder .sticky-wrapper {
    /* Sticky wrapper */
    height: 5.625rem !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.site-holder .sticky-wrapper.is-sticky>.sticky-header {
    /* Make the menu sticky */
}

@media screen and (min-width: 992px) {
    .site-holder .sticky-wrapper.is-sticky>.sticky-header {
        /* margin-left: -1.25rem; */
        /* margin-right: -1.25rem; */
        width: 100% !important;
        transition: 300ms linear;
        transition-property: transform;
        transform: translateY(-20px);
        background: rgba(255, 191, 0, 1);
        /* Old Browsers */
        background: -moz-linear-gradient(-45deg, rgba(255, 191, 0, 1) 0%, rgba(255, 60, 0, 1) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 191, 0, 1)), color-stop(100%, rgba(255, 60, 0, 1)));
        /* Chrome, Safari4+ */
        background: -webkit-linear-gradient(-45deg, rgba(255, 191, 0, 1) 0%, rgba(255, 60, 0, 1) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(-45deg, rgba(255, 191, 0, 1) 0%, rgba(255, 60, 0, 1) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(-45deg, rgba(255, 191, 0, 1) 0%, rgba(255, 60, 0, 1) 100%);
        /* IE 10+ */
        background: linear-gradient(135deg, rgba(255, 191, 0, 1) 0%, rgba(255, 60, 0, 1) 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0ccebc', endColorstr='#315db7', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
    }
    .site-holder .sticky-wrapper.is-sticky>.sticky-header .site-logo {
        /* Logo */
        transition: 300ms linear;
        transition-property: transform;
        transform: translateY(10px);
    }
    .site-holder .sticky-wrapper.is-sticky>.sticky-header .site-nav {
        /* Navigation */
        transition: 300ms linear;
        transition-property: transform;
        transform: translateY(10px);
    }
    .site-holder .sticky-wrapper.is-sticky>.sticky-header .site-sub-menu {
        /* Sub menu */
        transform: translateY(-10px);
    }
}

@media screen and (max-width: 991px) {
    .site-holder .sticky-wrapper.is-sticky>.sticky-header {
        margin-left: 0;
        margin-right: -1.25rem;
        width: 100% !important;
        background: rgba(255, 191, 0, 1);
        /* Old Browsers */
        background: -moz-linear-gradient(-45deg, rgba(255, 191, 0, 1) 0%, rgba(255, 60, 0, 1) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 191, 0, 1)), color-stop(100%, rgba(255, 60, 0, 1)));
        /* Chrome, Safari4+ */
        background: -webkit-linear-gradient(-45deg, rgba(255, 191, 0, 1) 0%, rgba(255, 60, 0, 1) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(-45deg, rgba(255, 191, 0, 1) 0%, rgba(255, 60, 0, 1) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(-45deg, rgba(255, 191, 0, 1) 0%, rgba(255, 60, 0, 1) 100%);
        /* IE 10+ */
        background: linear-gradient(135deg, rgba(255, 191, 0, 1) 0%, rgba(255, 60, 0, 1) 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0ccebc', endColorstr='#315db7', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
    }
    .site-holder .sticky-wrapper.is-sticky>.sticky-header .site-logo,
    .site-holder .sticky-wrapper.is-sticky>.sticky-header .site-nav {
        transition: 300ms linear;
        transition-property: height;
        height: 4.375rem;
    }
}


/* Header */

.site-header {
    width: 100%;
    clear: both;
    /*background-color: #1f3542;*/
}


/* Logo */

.site-logo {
    display: table;
    height: 5.625rem;
    color: white;
    font-size: 2.1875rem;
    font-weight: 500;
    line-height: 1.6875rem;
    float: right;
}

.site-logo a {
    color: white;
    display: table-cell;
    vertical-align: middle;
}

.site-logo img {
    vertical-align: baseline;
    float: right;
    height: 61px;
    width: auto;
}


/* Navigation */

.site-nav {
    float: left;
    position: relative;
    z-index: 99;
}

@media screen and (max-width: 991px) {
    .site-nav {
        height: 30px;
    }
}

.site-nav ul.nav-off-canvas {
    /* Off canvas mobile menu */
    margin: 0;
    padding: 0;
    display: block;
    background: #fff;
}

@media screen and (min-width: 992px) {
    .site-nav ul.nav-off-canvas {
        height: auto !important;
    }
}

@media screen and (max-width: 991px) {
    .site-nav ul.nav-off-canvas {
        position: fixed;
        top: 0;
        right: -1000px;
        bottom: auto;
        height: 130%;
        width: 100%;
        max-width: 15.625rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        overflow: hidden;
        overflow-y: auto;
        box-shadow: 0 0 2.6875rem rgba(2, 3, 3, 0.84);
        transition: 300ms linear;
        transition-property: opacity, visibility;
        cursor: pointer;
        z-index: 10002;
    }
    .site-nav ul.nav-off-canvas>li:last-child {
        margin-bottom: 100%;
    }
}

@media screen and (max-width: 400px) {
    .site-nav ul.nav-off-canvas {
        max-width: 12.93rem;
    }
}

.site-nav ul.nav-off-canvas>li {
    margin: 0;
    padding: 0;
    float: right;
    display: table;
    position: relative;
}

@media screen and (max-width: 991px) {
    .site-nav ul.nav-off-canvas>li {
        width: 100%;
        height: auto;
        display: block;
        clear: both;
        line-height: 2;
        margin: 0 0 10px;
    }
}

@media screen and (min-width: 992px) {
    .site-nav ul.nav-off-canvas>li:hover .site-sub-menu {
        opacity: 1;
        visibility: visible;
    }
}

.site-nav ul.nav-off-canvas>li.active,
.site-nav ul.nav-off-canvas>li:hover {
    /* Active and hover */
}

.site-nav ul.nav-off-canvas>li.active>a,
.site-nav ul.nav-off-canvas>li:hover>a {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .site-nav ul.nav-off-canvas>li.active>a,
    .site-nav ul.nav-off-canvas>li:hover>a {
        color: #033B6A;
    }
}

.site-nav ul.nav-off-canvas>li.active>a:after,
.site-nav ul.nav-off-canvas>li:hover>a:after {
    width: 100%;
}

.site-nav ul.nav-off-canvas>li>a {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    text-transform: capitalize;
    color: white;
    display: table-cell;
    vertical-align: middle;
    padding: 0 18px;
    letter-spacing: 0.03125rem;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .site-nav ul.nav-off-canvas>li>a {
        padding-left: .9rem;
        padding-right: .9rem;
    }
}

@media screen and (max-width: 991px) {
    .site-nav ul.nav-off-canvas>li>a {
        display: inline-block;
        width: auto;
        padding: 0.125rem 2.875rem 0.125rem 2.83rem;
        float: right;
        color: #5d5d5d;
        font-size: 20px;
    }
    .site-nav ul.nav-off-canvas>li:last-child>a {
        padding-right: 2.875rem;
    }
}

.site-nav ul.nav-off-canvas>li>a:after {
    content: "";
    position: relative;
    display: block;
    top: -0.3125rem;
    height: 1px;
    width: 0;
    margin: 0 auto;
    background: #FFFFFF;
    transition: 300ms linear;
    transition-property: width;
}

.site-nav ul.nav-off-canvas .offCanvasClose {
    /* Off canvas close button */
    display: none;
}

@media screen and (max-width: 991px) {
    .site-nav ul.nav-off-canvas .offCanvasClose {
        display: block;
        position: fixed;
        bottom: 0;
        left: auto;
        color: white;
        height: 3.125rem;
        width: 3.125rem;
        overflow: hidden;
        text-align: center;
        line-height: 3.125rem;
        cursor: pointer;
        font-size: 1.25rem;
        transition: 300ms linear;
        transition-property: background, color;
    }
    .site-nav ul.nav-off-canvas .offCanvasClose:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-bottom: 100px solid #282828;
        border-right: 100px solid transparent;
        transition: 300ms linear;
        transition-property: border-bottom-color;
    }
    .site-nav ul.nav-off-canvas .offCanvasClose:hover {
        color: white;
        background: none;
    }
    .site-nav ul.nav-off-canvas .offCanvasClose:hover:before {
        border-bottom-color: #d4e9ff;
    }
    .site-nav ul.nav-off-canvas .offCanvasClose i.ghabicon {
        display: block;
        line-height: 3.125rem;
        position: relative;
        top: 0rem;
        left: -1.8rem;
    }
}

.site-nav .site-sub-menu {
    /* Sub menu */
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    margin: 0;
    padding: 0.625rem 1.875rem 1.25rem;
    background: #642b15;
    min-width: 200px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: 300ms linear;
    transition-property: opacity, visibility;
    transition-delay: 300ms;
    box-shadow: 0 10px 0.8125rem 0 rgba(2, 3, 3, 0.24);
    border-radius: 0 0 0.25rem 0.25rem;
}

@media screen and (min-width: 992px) {
    .site-nav .site-sub-menu {
        display: block !important;
    }
}

@media screen and (max-width: 991px) {
    .site-nav .site-sub-menu {
        white-space: normal;
        position: relative;
        opacity: 1;
        visibility: visible;
        background: #642b15;
        padding-top: 1.25rem;
        padding-left: 2.5rem;
        box-shadow: none;
        display: none;
    }
}

.site-nav .site-sub-menu li {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    direction: rtl;
}

.site-nav .site-sub-menu li:hover>a {
    color: #d4e9ff;
}

.site-nav .site-sub-menu li:hover>a:after {
    width: 100%;
}

.site-nav .site-sub-menu a {
    width: auto;
    color: white;
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
    text-transform: capitalize;
    letter-spacing: 0.0625rem;
    position: relative;
    padding: 0.125rem 0;
}

.site-nav .site-sub-menu a:after {
    content: "";
    position: relative;
    display: block;
    top: -0.3125rem;
    height: 1px;
    width: 0;
    margin: 0 auto;
    background: #FFF;
    transition: 300ms linear;
    transition-property: width;
}


/* MOBILE VIEW NAVIGATION BUTTON */

.nav-mobile {
    color: white;
    display: none;
}

.nav-mobile:hover {
    color: #dddddc;
}

@media screen and (max-width: 991px) {
    .nav-mobile {
        display: block;
        position: absolute;
        top: 0px;
        left: 0;
        bottom: 0;
        font-size: 1.875rem;
        text-align: center;
        color: white;
        height: 30px;
        width: 30px;
        line-height: 1rem;
        cursor: pointer;
        transition: 300ms linear;
        transition-property: color;
        border-radius: 6px;
    }
    .nav-mobile i.ghabicon {
        line-height: 30px;
    }
}


/*-----------------------------------------------------------------------------------
[Scroll Back To Top]
-----------------------------------------------------------------------------------*/


/* Scroll back to top wrapper */

#scrollUp {
    margin: 0;
    padding: 0;
    bottom: 1.875rem;
    right: 1.875rem;
    height: 3.125rem;
    width: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
    background: #142834;
    border-radius: 12.5rem;
    font-size: 1.875rem;
    box-shadow: 0 0 0.9375rem rgba(2, 3, 3, 0.19);
    transition: 300ms linear;
    transition-property: color, background;
    color: white;
}

#scrollUp:hover {
    color: #1f3542;
    background: #D3D3D3;
}

#scrolldownload {
    margin: 0;
    padding: 0 12px;
    bottom: 1.875rem;
    left: 5.875rem;
    height: 3.125rem;
    width: unset;
    line-height: 3.125rem;
    text-align: center;
    background: rgba(255, 144, 1, 1);
    /* Old Browsers */
    background: -moz-linear-gradient(left, rgba(255, 144, 1, 1) 0%, rgba(238, 67, 15, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 144, 1, 1)), color-stop(100%, rgba(238, 67, 15, 1)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 144, 1, 1) 0%, rgba(238, 67, 15, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 144, 1, 1) 0%, rgba(238, 67, 15, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 144, 1, 1) 0%, rgba(238, 67, 15, 1) 100%);
    /* IE 10+ */
    background: linear-gradient(to right, rgba(255, 144, 1, 1) 0%, rgba(238, 67, 15, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#46c8ff', endColorstr='#81d37e', GradientType=1);
    /* IE6-9 */
    border-radius: 12.5rem;
    font-size: 1.875rem;
    box-shadow: 0 0 0.9375rem rgba(2, 3, 3, 0.19);
    transition: 300ms linear;
    transition-property: color, background;
    color: white;
}

@media screen and (max-width: 767px) {
    #scrolldownload {
        left: 50%;
        /* bring your own prefixes */
        transform: translate(-50%, 0%);
    }
}

#scrolldownload span {
    font-size: 18px;
    padding: 0 0 0 8px;
    float: right;
    line-height: 48px;
}

#scrolldownload:hover {
    color: #1f3542;
    background: #D3D3D3;
}

#scrollUp i {
    line-height: 44px;
}

#scrolldownload i {
    line-height: 48px;
}

.ravanshenas {
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 25px;
    vertical-align: baseline;
    background: transparent;
    margin: 22px 10px 0 0;
    float: right;
}

.row {
    margin: 0 0 0 0;
}

#site-videoplayer.site-download {
    background: #f2f4f5;
    padding-bottom: 0;
}

#site-videoplayer .container {
    width: unset;
    padding: 0px;
}

.centerdiv {
    margin: 0px auto;
    width: 100%;
}

.videoplayerkol .videoplayer video {
    width: 100%;
    height: 100%;
}

.videoplayerkol>div {
    padding: 0px;
}

.videoplayer {
    padding: 0px;
    width: 513px;
    height: 513px;
}

#visitpost i {
    float: left;
    margin: 0 5px 0 0;
}

@media screen and (min-width: 1005px) {
    .television {
        background: #2B8DD900 url("../images/tv2.png") no-repeat center;
        background-size: contain;
        width: 1000px;
        height: 919px;
        padding: 28px 0 0 0;
        margin: 0 auto;
        position: relative;
    }
    .television iframe {
        width: 512px;
        height: 512px;
        float: right;
        margin: 0px 0 0 0;
        transition: all 1s;
    }
    #posttozihtvapp {
        background-color: #0e293e;
        float: right;
        width: 431px;
        height: 512px;
        margin: 1px 0 0 0;
        color: white;
    }
    #categorypost {
        float: right;
        width: 32px;
        margin: 20px 20px 0 0;
    }
    #categorypost .catpost {
        color: white;
        float: right;
        display: inline-block;
        font-size: 32px;
        width: 32px;
        height: 32px;
        margin: 0 0 0 0px;
        line-height: 1.4;
    }
    #titlepost {
        float: right;
        margin: 24px 10px 0 0;
        font-size: 22px;
        width: 352px;
        overflow: hidden;
        direction: rtl;
        font-weight: normal;
    }
    #lentimepost {
        width: 100%;
        float: right;
        text-align: right;
        margin: 20px 20px 0 0;
        font-size: 16px;
    }
    #textpost {
        float: right;
        direction: rtl;
        margin: 20px 0 30px 0;
        line-height: 1.69;
        text-align: justify;
        font-size: 16px;
        height: 342px;
        overflow-y: auto;
        padding: 0px 20px 0;
    }
    #divtvplay {
        max-width: 943px;
        margin: 1px 29px 0 0;
        float: right;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    #postervideo {
        position: absolute;
        width: 512px;
        height: 512px;
        z-index: 3;
        top: 0;
        right: 0;
        cursor: pointer;
    }
    #posttozihtvapp1 {
        background-color: #0e293e;
        width: 431px;
        height: 512px;
        color: white;
        position: absolute;
        top: 0px;
        left: 0px;
        transition: all 1s;
    }
    .inplaytv #posttozihtvapp1 {
        left: -431px;
    }
    .inplaytv #postervideo {
        display: none;
    }
    .television .inplaytv iframe {
        width: 100%;
    }
    #visitpost {
        position: absolute;
        top: 490px;
        left: 18px;
    }
    .tags {
        float: right;
        margin: 10px 0px 0px 0;
    }
    #bookmarkpost {
        margin: 10px 0 0 0px;
    }
    .clearbothtv {
        clear: both;
        height: 28px;
        width: 100%;
    }
}

.rateit {
    position: absolute;
    height: 22px;
    top: 486px;
    right: 18px;
}

.rateit-font .rateit-empty {
    color: #2e4f6a;
}

.rateit .rateit-selected {
    color: rgb(255, 255, 255);
}

.rateit.rateit-font .rateit-reset {
    background: #7d6161;
}

.rateit.rateit-font .rateit-reset span {
    top: 2px;
}

.rateit-hover {
    cursor: pointer !important;
}

.rateit .rateit-hover {
    color: rgb(255, 255, 255);
}

#titlepost h1 {
    font-weight: normal;
}

@media screen and (max-width: 1004px) {
    .television {
        width: 100%;
    }
    .television iframe {
        width: 90%;
        height: 90vw;
        margin: 0px auto;
        display: block;
        border-radius: 5px 5px 0 0;
        border-top: 2px solid white;
        border-right: 2px solid white;
        border-left: 2px solid white;
    }
    #posttozihtvapp {
        background-color: #0e293e;
        float: right;
        width: 431px;
        height: 512px;
        margin: 1px 0 0 0;
        color: white;
    }
    #categorypost {
        float: right;
        width: 32px;
        margin: 20px 20px 0 0;
    }
    #categorypost .catpost {
        color: white;
        float: right;
        display: inline-block;
        font-size: 32px;
        width: 32px;
        height: 32px;
        margin: 0 0 0 0px;
        line-height: 1.4;
    }
    #titlepost {
        float: right;
        margin: 26px 10px 0 0;
        font-size: 12pt;
        overflow: hidden;
        direction: rtl;
    }
    #lentimepost {
        width: 100%;
        float: right;
        text-align: right;
        margin: 20px 20px 0 0;
        font-size: 10pt;
    }
    #textpost {
        float: right;
        direction: rtl;
        margin: 20px 0 30px 0;
        line-height: 1.69;
        text-align: justify;
        font-size: 10pt;
        overflow-y: auto;
        padding: 0px 20px 0;
    }
    #divtvplay {
        max-width: 1004px;
        width: 100%;
        float: right;
        overflow: hidden;
        position: relative;
    }
    #postervideo {
        position: absolute;
        width: 90%;
        height: 90vw;
        z-index: 3;
        top: 0;
        right: 5%;
        cursor: pointer;
        border-radius: 5px 5px 0 0;
        border-top: 2px solid white;
        border-right: 2px solid white;
        border-left: 2px solid white;
    }
    #postervideo img {
        width: 100%;
        height: 100%;
        border-radius: 5px 5px 0 0;
    }
    #posttozihtvapp1 {
        background-color: #0e293e;
        width: 90%;
        color: white;
        position: relative;
        display: table;
        margin: 0 auto;
        border-radius: 0 0 5px 5px;
        border-bottom: 2px solid white;
        border-right: 2px solid white;
        border-left: 2px solid white;
        border-top: 2px solid #fff;
    }
    .videoplayer {
        padding: 0px;
        width: 100%;
        height: 100%;
    }
    .videoplayerkol .videoplayer video {
        float: right;
    }
    #visitpost {
        position: absolute;
        bottom: 6px;
        left: 10px;
    }
    .rateit {
        bottom: 4px;
        top: unset;
    }
    .tags {
        float: right;
        margin: 10px 5% 0px 0;
    }
    #bookmarkpost {
        margin: 10px 0 0 5%;
    }
    .clearbothtv {
        clear: both;
        height: 1px;
        width: 100%;
    }
    .inplaytv #postervideo {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .television iframe {
        width: 81vw;
        height: 81vw;
    }
    #postervideo {
        position: absolute;
        width: 81vw;
        height: 81vw;
    }
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

li {
    list-style: none
}


/* =============================================================================
   My CSS
   ========================================================================== */


/* ---- base ---- */

html,
body {
    width: 100%;
    height: 100%;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

canvas {
    display: block;
    vertical-align: bottom;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.sweet-overlay {
    background-color: black;
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE8 */
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
}

.sweet-alert {
    background-color: white;
    font-family: 'sans', sans-serif, 'Open Sans', 'Helvetica Neue', Helvetica, Arial;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
    direction: rtl;
    word-spacing: -2px;
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}

.sweet-alert p {
    color: #797979;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.sweet-alert fieldset {
    border: none;
    position: relative;
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    webkit-transition: padding 0.2s, max-height 0.2s;
    transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: white;
    line-height: 24px;
    text-align: center;
    margin-right: 3px;
}

.sweet-alert .sa-error-container p {
    display: inline-block;
}

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #f06e57;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sweet-alert input:focus {
    outline: none;
    box-shadow: 0px 0px 3px #c4e6f5;
    border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
    color: #bdbdbd;
}

.sweet-alert input:-ms-input-placeholder {
    color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
    color: #bdbdbd;
}

.sweet-alert.show-input input {
    display: block;
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative;
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden;
}

.sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 20px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}

.sweet-alert button:focus {
    outline: none;
    box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
    background-color: #7ecff4;
}

.sweet-alert button:active {
    background-color: #5dc2f1;
}

.sweet-alert button.cancel {
    background-color: #C1C1C1;
}

.sweet-alert button.cancel:hover {
    background-color: #b9b9b9;
}

.sweet-alert button.cancel:active {
    background-color: #a8a8a8;
}

.sweet-alert button.cancel:focus {
    box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert button[disabled] {
    opacity: .6;
    cursor: default;
}

.sweet-alert button.confirm[disabled] {
    color: transparent;
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
    border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px;
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
    border-color: #F27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #F27474;
    display: block;
    top: 37px;
    border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info {
    border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-success {
    border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
    content: '';
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
}


/*
 * Animations
 */

@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0%;
    }
    100% {
        top: 50%;
    }
}

@keyframes slideFromTop {
    0% {
        top: 0%;
    }
    100% {
        top: 50%;
    }
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%;
    }
    100% {
        top: 0%;
    }
}

@keyframes slideToTop {
    0% {
        top: 50%;
    }
    100% {
        top: 0%;
    }
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%;
    }
    100% {
        top: 50%;
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%;
    }
    100% {
        top: 50%;
    }
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%;
    }
    100% {
        top: 70%;
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%;
    }
    100% {
        top: 70%;
    }
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop 0.3s;
    animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom 0.3s;
    animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop 0.4s;
    animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom 0.3s;
    animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }
    100% {
        border-color: #F8BB86;
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }
    100% {
        border-color: #F8BB86;
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }
    100% {
        background-color: #F8BB86;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }
    100% {
        background-color: #F8BB86;
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Internet Explorer 9 has some special quirks that are fixed here */


/* The icons are not animated. */


/* This file is automatically merged into sweet-alert.min.js through Gulp */


/* Error icon */

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -ms-transform: rotate(-45deg) \9;
}


/* Success icon */

.sweet-alert .sa-icon.sa-success {
    border-color: transparent\9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg) \9;
}


/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */

.la-ball-fall,
.la-ball-fall>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-fall.la-dark {
    color: #333;
}

.la-ball-fall>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-fall {
    width: 54px;
    height: 18px;
}

.la-ball-fall>div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-fall 1s ease-in-out infinite;
    -moz-animation: ball-fall 1s ease-in-out infinite;
    -o-animation: ball-fall 1s ease-in-out infinite;
    animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall>div:nth-child(1) {
    -webkit-animation-delay: -200ms;
    -moz-animation-delay: -200ms;
    -o-animation-delay: -200ms;
    animation-delay: -200ms;
}

.la-ball-fall>div:nth-child(2) {
    -webkit-animation-delay: -100ms;
    -moz-animation-delay: -100ms;
    -o-animation-delay: -100ms;
    animation-delay: -100ms;
}

.la-ball-fall>div:nth-child(3) {
    -webkit-animation-delay: 0ms;
    -moz-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    animation-delay: 0ms;
}

.la-ball-fall.la-sm {
    width: 26px;
    height: 8px;
}

.la-ball-fall.la-sm>div {
    width: 4px;
    height: 4px;
    margin: 2px;
}

.la-ball-fall.la-2x {
    width: 108px;
    height: 36px;
}

.la-ball-fall.la-2x>div {
    width: 20px;
    height: 20px;
    margin: 8px;
}

.la-ball-fall.la-3x {
    width: 162px;
    height: 54px;
}

.la-ball-fall.la-3x>div {
    width: 30px;
    height: 30px;
    margin: 12px;
}


/*
 * Animation
 */

@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%);
    }
    10% {
        opacity: .5;
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    90% {
        opacity: .5;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@-moz-keyframes ball-fall {
    0% {
        opacity: 0;
        -moz-transform: translateY(-145%);
        transform: translateY(-145%);
    }
    10% {
        opacity: .5;
    }
    20% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    90% {
        opacity: .5;
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@-o-keyframes ball-fall {
    0% {
        opacity: 0;
        -o-transform: translateY(-145%);
        transform: translateY(-145%);
    }
    10% {
        opacity: .5;
    }
    20% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    90% {
        opacity: .5;
    }
    100% {
        opacity: 0;
        -o-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        -moz-transform: translateY(-145%);
        -o-transform: translateY(-145%);
        transform: translateY(-145%);
    }
    10% {
        opacity: .5;
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    90% {
        opacity: .5;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        -moz-transform: translateY(145%);
        -o-transform: translateY(145%);
        transform: translateY(145%);
    }
}


/*!
 * 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
}


/*======================================================
[Table of Contents For Green Gradiant Color]
* WhatsChat Main Layout CSS
* WhatsChat Sidebar Togle CSS
* DropDown List for WhatsChat Style10 Button CSS
* WhatsChat Style1 CSS
* WhatsChat Style2 CSS
* WhatsChat Style3 CSS
* WhatsChat Style4 CSS
* WhatsChat Style5 CSS
* WhatsChat Style6 CSS
* WhatsChat Style7 CSS
* WhatsChat Style8 CSS
* WhatsChat Style9 CSS
* WhatsChat Style10 CSS
========================================================*/


/*==================================================
    WhatsChat Main Layout CSS
====================================================*/

.layout .layout-features i {
    color: #09e072;
}

.layout .layout-funcation .layout-funcation-odd {
    background: #eee;
}


/* Common CSS */

.layout .title,
.layout .wrapper .div-dot:after {
    background: -webkit-linear-gradient(to right, #26C281, #09e072);
    background: -moz-linear-gradient(to right, #26C281, #09e072);
    background: -ms-linear-gradient(to right, #26C281, #09e072);
    background: -o-linear-gradient(to right, #26C281, #09e072);
    background: linear-gradient(to right, #26C281, #09e072);
}

.layout .layout-heading h2,
.layout .layout-heading p {
    color: #fff;
}

.layout .layout-style-title h3,
.layout .layout-button-title h3,
.layout .layout-features-title h3,
.layout .layout-funcation-title h3,
.layout .layout-features h4,
.layout .layout-funcation h4 {
    color: #555;
}

.layout .layout-style-title p,
.layout .layout-button-title p,
.layout .layout-features-title p,
.layout .layout-funcation-title p,
.layout .layout-features p,
.layout .layout-funcation p {
    color: #8c8c8c;
}


/*==================================================
    WhatsChat Sidebar Togle CSS (Left Slide Panel)
====================================================*/

.wc-header {
    background: -webkit-linear-gradient(to right, #26C281, #09e072);
    background: -moz-linear-gradient(to right, #26C281, #09e072);
    background: -ms-linear-gradient(to right, #26C281, #09e072);
    background: -o-linear-gradient(to right, #26C281, #09e072);
    background: linear-gradient(to right, #26C281, #09e072);
}


/* Common CSS */

.wc-setting .icon,
.wc-setting .link li a {
    color: #555;
}

.wc-setting .icon i,
.wc-setting .link li a:hover {
    color: #09e072;
}


/*==================================================
    DropDown List for WhatsChat Style10 Button CSS
====================================================*/

.wc-dropdown .new-select {
    color: #444;
}

.wc-dropdown .new-select .selection {
    border: 1px solid #09e072;
}

.wc-dropdown .new-select .selection:hover p,
.wc-dropdown .new-select .selection.open p {
    color: #383838;
}

.wc-dropdown .new-select .selection>span {
    border-color: #09e072 transparent transparent transparent;
}

.wc-dropdown .new-select .selection.open>span {
    border-color: transparent transparent #bbb transparent;
}

.wc-dropdown .new-option.reveal:hover {
    color: #f5f5f5;
    background: -webkit-linear-gradient(to right, #26C281, #09e072);
    background: -moz-linear-gradient(to right, #26C281, #09e072);
    background: -ms-linear-gradient(to right, #26C281, #09e072);
    background: -o-linear-gradient(to right, #26C281, #09e072);
    background: linear-gradient(to right, #26C281, #09e072);
}


/* Common CSS */

.wc-dropdown .new-select .selection,
.wc-dropdown .new-option {
    background-color: #fff;
}


/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

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

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

.animated.hinge {
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s;
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

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

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

.flash {
    animation-name: flash;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, .95, 1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        transform: translateX(0);
    }
}

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

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

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

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
    from {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {
    from,
    11.1%,
    to {
        transform: none;
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

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

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

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

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

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

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in;
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

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

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}

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

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}

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

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

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

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

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

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        transform: none;
        opacity: 1;
    }
}

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

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

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

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }
    50% {
        transform: rotate(-10deg);
    }
    70% {
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

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

.slideInDown {
    animation-name: slideInDown;
}

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

.slideInLeft {
    animation-name: slideInLeft;
}

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

.slideInRight {
    animation-name: slideInRight;
}

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

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

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

body {
    background-color: #04579b;
    overflow-x: hidden;
}

#gradient1 {
    background: #04579b;
    background: -moz-linear-gradient(0deg, #04579b 0%, #033b6a 100%);
    background: -webkit-gradient(top, bottom, color-stop(0%, #04579b), color-stop(100%, #033b6a));
    background: -webkit-linear-gradient(0deg, #04579b 0%, #033b6a 100%);
    background: -o-linear-gradient(0deg, #04579b 0%, #033b6a 100%);
    background: -ms-linear-gradient(0deg, #04579b 0%, #033b6a 100%);
    background: linear-gradient(0deg, #04579b 0%, #033b6a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#033b6a', endColorstr='#04579b', GradientType=1);
    overflow-x: hidden;
    width: 100%;
    height: 400px;
    margin-bottom: -400px;
}

.bodysite {
    min-height: 100vh;
    overflow-x: hidden;
    max-width: 100%;
    min-width: 100vw;
    width: 100%;
    position: relative;
}

section,
.section {
    position: relative;
}

.overflow-hidden {
    overflow: hidden !important;
}

#home {
    z-index: 1;
    width: 1350px;
    margin: 0 auto;
    min-height: 65vh;
    margin: 0px auto 60px;
    direction: rtl;
}

@media screen and (max-width: 1670px) {
    #home {
        width: 1365px;
    }
}

@media screen and (max-width: 1399px) {
    #home {
        width: 95%;
    }
}


@media screen and (max-width: 1199.98px) {
    #home {
        margin: 20px auto 60px;
    }
}

@media screen and (max-width: 991px) {
    #home {
        width: 95%;
    }
}

@media screen and (max-width: 650px) {
    #home {
        width: unset;
    }
    .container2 {
        width: 90%;
        margin: 0 auto !important;
    }
}

.nav-off-canvas i {
    float: right;
    margin: 8px 0px 0 5px;
}

@media screen and (max-width: 991px) {
    #padkast {
        margin: 8px 5px 0px 0px;
    }
    #bookmark {
        margin: 8px -5px 0 10px;
    }
}

.divpostapp {
    width: 430px;
    /*height: 300px;*/
    float: right;
    margin: 0 0 30px 30px;
    /*border: 2px solid white;*/
    position: relative;
    overflow: hidden;
    direction: ltr;
   /* border-radius: 15px;*/
   background-color:#1a232e;
}
@media screen and (max-width: 1671px) {
    .divpostapp {
        width: calc(33.333% - 10px);
        /*height: 47%;*/
        margin: 0 0 10px 10px;
    }
    
}
@media screen and (max-width: 1050px) {
    .divpostapp {
        width: calc(50% - 10px);
        /*height: 47%;*/
        margin: 0 0 10px 10px%;
    }
    
}
@media screen and (max-width: 650px) {
    .divpostapp {
        width: calc(100% - 40px);
        /*height: 47%;*/
        margin: 0 20px 10px 0;
    }
    
}

@media screen and (min-width: 1671px) {
    .divpostapp:nth-child(3n+0) {
        margin: 0 0 30px 0px;
    }
}

@media screen and (min-width: 1331px) and (max-width: 1670px) {
    .divpostapp:nth-child(4n+0) {
        //margin: 0 0 30px 0px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1330px) {
    .divpostapp:nth-child(3n+0) {
        //margin: 0 0 30px 0px;
    }
}

@media screen and (max-width: 991px) {
    .divpostapp:nth-child(2n+0) {
       // margin: 0 0 6% 0px;
    }
}

.divpostappsaieh {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    background: url('../images/tvapp/saieh.png');
    z-index: 1;
    cursor: pointer;
}

.divpostapp>a.catpost {
    display: block;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
}

.divpostapp>a.catpost>.ghabicon {
    position: absolute;
    color: white;
    font-size: 28px;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    padding: 10px 10px;
}
.post_price{
    flex-grow: 1;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.post_price_old{
    text-align: right;
    font-size: 19px;
    color: #878e9e;
    text-decoration: line-through;
    margin-bottom: 10px;
}
.post_price_final{
    font-weight: 500;
    font-size: 26px;
    direction: rtl;
}
@media screen and (max-width: 1399px){
    .post_price_final {
      font-size: 20px;
    }
}
.post_btn_morinfo{
    margin: 10px 0 0 0;
    padding: 15px;
    border-radius: 5px;
    color: #000204;
    text-align: center;
    font-weight: 500;
    background-color:#2296f2;
}
@media screen and (max-width: 650px) {
    .divpostapp>a.catpost>.ghabicon {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
}

.divpostapplink {
    display: table;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding:22px;
}

/*.divpostapplink:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;

}
*/
.divpostappimg {
    display: block;
    width: 100%;
    /*height: 100%;*/
    background-image: url('../images/backimg.png');
    background-size: 100% 100%;
    /*position: absolute;*/
    top: 0;
    left: 0;
}

.divpostapptozih {
    display: inline-block;
   /* position: absolute;*/
    bottom: 0px;
    right: 0%;
    color: white;
    width: 100%;
    padding: 5px 0px 5px;
    /*background: rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #066767 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(90%, rgb(0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #066767 90%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 90%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 90%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 90%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0)', endColorstr='rgb(0, 0, 0)', GradientType=0);*/
}

.divpostapptitle {
    width: 100%t;
    text-align: center;
    padding: 5px 0 10px 0;
    font-size: 16px;
    direction: rtl;
    margin: 8px auto 5px;
    font-weight: 500;
    font-family: 'sans';
    /*height: 34px;*/
    max-width: 100%;
}

.post_description{
    border-top: 1px solid #414851;
    padding: 10px 0;
    margin-top: 8px;
    height: 110px;
    overflow: hidden;
    margin-bottom:10px;
}
.post_description p{
    text-align: justify;
    direction: rtl;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    color: #878e9e;
    
}

@media screen and (max-width: 650px) {
    .divpostapptitle {
        font-size: 12px;
    }
}

@media screen and (max-width: 450px) {
    .divpostapptitle {
        font-size: 10px;
        margin: 8px auto -4px;
    }
}

.divpostapptitle h1 {
    /*float: right;
    width: auto;*/
    display: block;
    /*height: 24px;*/
    overflow: hidden;
    /*line-height: 1.69;*/
    text-align: right;
    font-weight: 500;
    font-size: 26px;
}

@media screen and (max-width: 1399px) {
    .divpostapptitle h1 {
        font-size: 18px;
    }
}
@media screen and (max-width: 650px) {
    .divpostapptitle h4 {
        height: 18px;
    }
}

@media screen and (max-width: 450px) {
    .divpostapptitle span {
        height: 17px;
    }
}

.divpostapptozihbottom {
    font-size: 10px;
    display: flex;
    direction: rtl;
}
.divpostappdate{
    align-items: flex-end;
    display: flex;
    align-content: flex-end;
    font-size: 13px;
    color: #878e9e;
}
#imgcoverplay:after {
    content: '';
    display: block;
    background-image: url("../images/play1.png");
    width: 140px;
    height: 140px;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0.75;
}

.td-tags {
    margin: 0;
    display: table;
    line-height: 20px;
    font-weight: 600;
    clear: left;
    height: 20px;
}

.td-tags li {
    margin: 0 0 0 4px;
    float: right;
    list-style: none;
    line-height: 19.5px;
    border: 2px solid #fff;
    border-radius: 3px;
    color: white;
    padding: 2px 5px 2px;
    font-size: 13px;
}

.td-tags li span {
    font-weight: 500;
}

.td-tags li a {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

#bookmarkpost {
    float: left;
    color: white;
    border: 2px solid white;
    border-radius: 3px;
    padding: 6px 6px 5px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition: all 1s;
}

#bookmarkpost i {
    float: right;
    width: 18px;
    font-size: 19px;
    margin: 4px -2px -8px 5px;
}

#bookmarkpost .ghabicon-bookmark:before {
    float: left;
    margin-top: -5px;
}

#home2 {
    width: 90%;
    margin: -168px auto 0;
    padding: 0;
    max-width: 904px;
}

@media screen and (min-width:801px) and (max-width:1002px) {
    #home2 .container2 {
        width: 718px;
        margin: 0 auto;
    }
    #home2 .divpostapp:nth-child(5n) {
        margin: 0 0 30px 0px;
    }
    #home2 .divpostapp:nth-child(4n) {
        margin: 0 0 30px 0px;
    }
}

@media screen and (min-width:651px) and (max-width:800px) {
    #home2 .container2 {
        width: 532px;
        margin: 0 auto;
    }
    #home2 .divpostapp:nth-child(5n) {
        margin: 0 0 30px 23px;
    }
    #home2 .divpostapp:nth-child(4n) {
        margin: 0 0 30px 23px;
    }
    #home2 .divpostapp:nth-child(3n) {
        margin: 0 0 30px 0px;
    }
}

@media screen and (min-width:300px) and (max-width:650px) {
    #home2 .container2 {
        width: 348px;
        margin: 0 auto;
    }
    #home2 .divpostapp:nth-child(5n) {
        margin: 0 0 30px 23px;
    }
    #home2 .divpostapp:nth-child(3n) {
        margin: 0 0 30px 23px;
    }
    #home2 .divpostapp:nth-child(2n) {
        margin: 0 0 30px 0px;
    }
}

@media screen and (max-width:430px) {
    #home2 .container2 {
        width: 284px;
        margin: 0 auto;
    }
}

#home2 .divpostapp {
    width: 300px;
    height: 300px;
    float: right;
    margin: 0 0 30px 23px;
    border: 2px solid white;
    position: relative;
    overflow: hidden;
}

#home2 .divpostapp {
    width: 162px;
    height: 162px;
}

@media screen and (min-width:300px) and (max-width:430px) {
    #home2 .divpostapp {
        width: 130px;
        height: 130px;
    }
}

#home2 .divpostapp:nth-child(5n) {
    margin: 0 0 30px 0px;
}


/* @media screen and (min-width: 1331px) and (max-width: 1670px) {
    #home2 .divpostapp:nth-child(4n+0) {
        margin: 0 0 30px 30px;
    }
} */

#home1 {
    z-index: 1;
    padding-top: 0;
    width: 100%;
    margin: 0px auto 50px;
}

@media screen and (max-width:1199.98px) {
    #home1 {
        margin: 0px auto 50px;
    }
}

#home2 .divpostappsaieh {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 100px;
    height: 100px;
    background: url('../images/tvapp/saieh.png');
    z-index: 1;
}

#home2 .divpostapp>a.catpost>.ghabicon {
    position: absolute;
    color: white;
    font-size: 20px;
    top: -3px;
    right: 0px;
    width: 36px;
    height: 39px;
    padding: 10px 10px;
}

#home2 .divpostapptitle {
    width: max-content;
    text-align: center;
    padding: 5px 0 10px 0;
    font-size: 10px;
    direction: rtl;
    margin: 8px auto -5px;
    font-weight: 500;
    font-family: 'sans';
    height: 31px;
    max-width: 100%;
}

#home2 .divpostapptitle h4 {
    float: right;
    width: auto;
    display: inline-block;
    height: 16px;
    overflow: hidden;
    line-height: 1.69;
    text-align: center;
    font-weight: normal;
}

#alertpost {
    float: left;
    color: white;
    border: 2px solid white;
    border-radius: 3px;
    padding: 6px 6px 5px;
    margin: 10px 0 0 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
}

#alertpost i {
    float: right;
    width: 18px;
    font-size: 18px;
    margin: -1px -2px -8px 5px;
}

#sharepost {
    float: left;
    color: white;
    border: 2px solid white;
    border-radius: 3px;
    padding: 6px 6px 5px;
    margin: 10px 0 0 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}

#sharepost i {
    float: right;
    width: 18px;
    font-size: 18px;
    margin: -3px 1px -8px 5px;
}

#bookmarkpost.selectbookmarkpost {
    background-color: white;
    color: #04579b;
}

#downloadpost {
    float: left;
    color: white;
    border: 2px solid white;
    border-radius: 3px;
    padding: 6px 6px 5px;
    margin: 10px 0 0 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}

#downloadpost i {
    float: right;
    width: 18px;
    font-size: 18px;
    margin: -1px -2px -8px 2px;
}

#listdownloadpost {
    display: none;
    position: absolute;
    top: 25px;
    right: -2px;
    background-color: white;
    width: calc(100% + 4px);
    z-index: 30;
    border-radius: 0 0 5px 5px;
}

#listdownloadpost li {
    padding: 5px;
    text-align: center;
    border-top: 1px solid #04579b;
}

#listdownloadpost li:last-child {
    border-radius: 0 0 5px 5px;
}

#listdownloadpost li a {
    color: #04579b;
}

#listdownloadpost li:hover,
#listdownloadpost li:hover a {
    color: white;
    background-color: #04579b;
}

#downloadpost:hover #listdownloadpost {
    display: block;
}

#downloadpost:hover {
    background-color: white;
    color: #04579b;
}

.divbottomtvpost {
    display: none;
}

@media screen and (min-width:300px) and (max-width:750px) {
    .divbottomtvpost {
        clear: both;
        height: 1px;
        display: block;
    }
    #bookmarkpost {
        float: right;
        margin: 10px 5% 0 10px;
    }
    #alertpost {
        float: right;
        margin: 10px 0px 0 10px;
    }
    #sharepost {
        float: right;
        margin: 10px 0px 0 10px;
    }
    #downloadpost {
        float: right;
        margin: 10px 0 0 10px;
    }
}

.comentsdiv {
    direction: rtl;
    border-radius: 2px;
}

.newcomentsdiv {
    display: block;
    width: 100%;
    background-color: white;
    top: 50%;
    border-radius: 5px;
    position: relative;
    margin: -132px auto 0 auto;
    height: 264px;
    max-width: 600px;
    visibility: visible;
    animation-duration: 0.5s;
    animation-name: fadeInDown;
}

.rightnewcomentsdiv {
    float: right;
    width: 10%;
}

.leftnewcomentsdiv {
    float: right;
    width: 86%;
    margin: 0 0 0 4%;
}

.rightnewcomentsdiv i.ghabicon-user-profile {
    font-size: 30px;
    line-height: 1.1;
    width: 33px;
    margin: 0 auto;
    display: block;
    color: #04579b;
}

.rightnewcomentsdiv i.ghabicon-user-profile:before {
    margin: 1px 0 0 0px;
    float: left;
}

.leftnewcomentsdiv .textcoment {
    border: 1px solid rgb(193, 193, 193);
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    height: 80px;
    resize: none;
}

.leftnewcomentsdiv .textcoment:focus {
    height: 80px;
}

.leftnewcomentsdiv .namecoment {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    border: 1px solid rgb(193, 193, 193);
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 13px;
}

.sendcoment {
    background-color: #04579b;
    float: right;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    margin: 20px 0 0 0;
    cursor: pointer;
    font-weight: 500;
    width: 49%;
    text-align: center;
    border: 1px solid #04579b;
}

.sendcoment:hover {
    background-color: #0872ca;
}

.popsendercoment {
    background-color: white;
    color: #04579b;
    padding: 10px;
    border-radius: 5px 5px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin: 0 0 20px 0;
}

.popsendercoment:hover {
    background-color: lightcyan;
}

.comentsdiv h6 {
    text-align: right;
    color: white;
    padding: 10px 0;
    border-bottom: 2px solid;
    margin: 30px 0 20px 0;
    direction: rtl;
    height: 42px;
    position: relative;
}

.comentsdiv h6 a {
    color: white;
    border-bottom: 2px solid aqua;
    float: right;
    padding: 0 0 12px 0;
    font-size: 16px;
    display: block;
    height: 32px;
}

.canselcoment {
    background-color: #fff;
    float: right;
    padding: 10px;
    color: #04579b;
    font-size: 14px;
    border-radius: 4px;
    margin: 20px 2% 0 0;
    cursor: pointer;
    font-weight: 500;
    width: 49%;
    text-align: center;
    border: 1px solid #04579b;
}

.canselcoment:hover {
    background-color: lavender;
}

.popupcomentsender {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 100;
    direction: rtl;
    display: none;
}

.newcomentsdiv h6 {
    margin: 0px 0 20px;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding: 13px;
    background-color: #04579b;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
}

.showtextcoment:before {
    content: "\F0A1";
    font: normal normal normal 32px/1 ghab24 !important;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    margin: -8px 0 0 0;
}

.showtextcoment {
    color: white;
    font-size: 16px;
    font-family: 'sans';
    padding: 10px 36px 10px 0px;
    text-align: right;
    vertical-align: top;
}

.showtextcoment .textcomentuser {
    margin-right: 0px;
    margin-top: -3px;
    padding: 5px 5px;
    border-radius: 5px;
    line-height: 1.69;
    font-size: 14px;
    text-align: justify;
}

.showtextcoment.userisadmin:before {
    content: "\F0A6";
    font-size: 31px !important;
}

.showtozihcoment {
    color: white;
    font-size: 12px;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
}

.showreplycoment {
    float: right;
    margin: 0 0 0 15px;
    cursor: pointer;
}

.showreplycoment span {
    margin: -1px 2px 0 0px;
    float: left;
}

.showlikecoment {
    float: right;
    margin: 0 0 0px 15px;
    cursor: pointer;
}

.showlikecoment span {
    float: left;
    margin: 0 5px 0 0;
}

.showtimecoment {
    float: left;
}

.divshowcoment {
    margin-top: 10px;
}

.divshowcoment>.divshowcoment {
    padding-right: 35px;
}

.nameusercoment {
    padding: 0 5px;
    height: 20px;
    margin-top: -10px;
    font-size: 16px;
    font-weight: 500;
}

.likedcoment {
    color: #00e7ff;
}

.nopostapptv {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    max-width: 540px;
    margin: 15% auto 15%;
    position: relative;
    line-height: 1.7;
    direction: rtl;
    color: #033b6a;
}

.nopostapptvicon {
    float: right;
    width: 38px;
    height: 50px;
    font-size: 40px;
    margin: 9px -3px 0 5px;
    color: #035497;
}

.nopostapptvicon i {
    margin: 2px 38px 0 0px;
    float: right;
}

.nopostapptvtitr {
    font-size: 16px;
    text-align: center;
}

.nopostapptvtozih {
    font-size: 16px;
    text-align: center;
}

.nopostapptvdlapp {
    font-size: 16px;
    text-align: center;
    background-color: #035497;
    color: white;
    border-radius: 5px;
    padding: 5px 5px;
    margin: 10px 0 0 0;
}

.nopostapptvdlapp a {
    color: white;
}

.replymorecoment {
    padding: 0 35px 0 0;
    color: white;
    font-size: 13px;
    cursor: pointer;
}

.replymorecoment div {
    padding: 10px 0;
    border-bottom: 1px solid white;
    text-align: center;
}

.morecoment {
    padding: 0;
    color: white;
    font-size: 13px;
    cursor: pointer;
}

.morecoment div {
    padding: 10px 35px 10px 0;
    border-bottom: 1px solid white;
    text-align: center;
}

.categorytag {
    padding: 5px 24px;
    margin: 0 0 0px 0;
    direction: rtl;
    color: white;
    font-size: 14px;
    font-weight: 500;
    float: right;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 651px) {
    .categorytag {
        padding: 5px 0px;
    }
}

.categorytag>div {
    /*float: right;*/
    display:inline-block;
    margin-bottom: 5px;
}

.showtag {
    margin: 0 0 0 10px;
    padding: 7px;
    background-color: white;
    color: #03457d;
    border-radius: 5px;
    cursor: pointer;
}

.showcategorytag {
    /*border: 1px solid #2296f2;*/
    background-color:#414751;
    margin: 0 0 0px 5px;
    padding: 5px 6px 7px 6px;
    border-radius: 5px;
    flex: 1;
    max-width: 113px;
}

.showcategorytag a {
    color: #FFF;
}

.showcategorytag.selectedshowcategorytag {
    background-color: #2296f2;
}

.showcategorytag.selectedshowcategorytag a {
    color: #FFF;
}

.showcategorytag i {
    float: right;
    margin: 0px 0 0 5px;
    /* width: 14px; */
    height: 14px;
}

.showcategorytag i.ghabicon-favorites {
    margin: 2px 0 -2px 5px;
}

.showcategorytag i.ghabicon.ghabicon-eye {
    margin: -1px 0px 0 5px;
    font-size: 18px;
}

.showcategorytag i.ghabicon.ghabicon-time {
    font-size: 17px;
}

.closetag {
    float: right;
    margin: 0 0 0 5px;
    color: #03447b;
    cursor: pointer;
}

.closetag i {
    font-size: 19px;
    line-height: 1;
    margin: -4px 5px 1px 5px;
    float: right;
}

.titrmoshabehpost {
    text-align: right;
    color: white;
    padding: 10px 0;
    border-bottom: 2px solid;
    margin: 0 0 20px 0;
    direction: rtl;
    height: 41px;
}

.titrmoshabehpost a {
    color: white;
    border-bottom: 2px solid aqua;
    float: right;
    display: block;
    height: 31px;
}

.headertop {
    height: 80px;
    background-color: #033b6a;
    /*! border-bottom: 2px solid rgba(0,0,0,0.4); */
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
}


/*گزارش*/

.popupalertsender {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 100;
    direction: rtl;
    display: none;
}

.newalertsdiv {
    display: block;
    width: 100%;
    background-color: white;
    top: 50%;
    border-radius: 5px;
    position: relative;
    margin: -132px auto 0 auto;
    max-width: 600px;
    visibility: visible;
    animation-duration: 0.5s;
    animation-name: fadeInDown;
    padding: 0 0 22px 0;
}

.newalertsdiv h6 {
    margin: 0px 0 20px;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding: 13px;
    background-color: #04579b;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
}

.rightnewalertsdiv {
    float: right;
    width: 10%;
}

.leftnewalertsdiv {
    float: right;
    width: 86%;
    margin: 0 0 0 4%;
}

.rightnewalertsdiv i {
    font-size: 30px;
    line-height: 1.1;
    width: 33px;
    margin: 0 auto;
    display: block;
    color: #04579b;
}

.rightnewalertsdiv i:before {
    margin: 1px 0 0 0px;
    float: left;
}

.typealertdiv {
    float: right;
    width: 100%;
}

.typealerttext {
    font-size: 13px;
    color: #627282;
    float: right;
}

.leftnewalertsdiv .namealert {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    border: 1px solid rgb(193, 193, 193);
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 13px;
}

.leftnewalertsdiv .textalert {
    border: 1px solid rgb(193, 193, 193);
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    height: 80px;
    resize: none;
}

.sendalert {
    background-color: #04579b;
    float: right;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    margin: 20px 0 0 0;
    cursor: pointer;
    font-weight: 500;
    width: 49%;
    text-align: center;
    border: 1px solid #04579b;
}

.sendalert:hover {
    background-color: #0872ca;
}

.canselalert {
    background-color: #fff;
    float: right;
    padding: 10px;
    color: #04579b;
    font-size: 14px;
    border-radius: 4px;
    margin: 20px 2% 0 0;
    cursor: pointer;
    font-weight: 500;
    width: 49%;
    text-align: center;
    border: 1px solid #04579b;
}

.canselalert:hover {
    background-color: lavender;
}

.typealert {
    background: url('../images/select_picker.png') no-repeat left center;
}

.typealert {
    font-family: 'sans';
    /* height: 50px; */
    font-size: 13px;
    width: 100%;
    float: right;
    padding: 5px 10px;
    text-align: right;
    direction: rtl;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #D8D8D8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    line-height: normal;
    color: #939393;
    margin: 10px 0;
}

.typealert option {
    font-size: 15px;
    font-weight: 600;
}

.hoverbtnlink,
.hoverbtnlink a {
    transition: all 1s;
}

.hoverbtnlink:hover {
    background-color: white;
    color: #04579b !important;
}

.hoverbtnlink:hover a {
    color: #04579b !important;
}

.selectednav a h3 {
    border-bottom: 1px solid white;
    padding: 0 0 6px;
}
.post_header_course{
    margin-top: 10px;
}
.likeposttvapp {
    /*width: 100%;*/
    text-align: left;
   /* position: absolute;
    bottom: 2px;
    font-size: 15px;
    left: 0;*/
    display: inline-block;
    
}
.post_category{
    float: right;
color: #2296f2;
}
@media screen and (max-width: 500px) {
    .likeposttvapp {
       /* display: none;*/
    }
}

.likeposttvapp i {
    width: 18px;
    font-size: 16px;
    opacity: 0.4;
}

.likeposttvapp i.ghabicon-star-o {
    width: 18px;
}

.likeposttvapp i.ghabicon-star:before {
   // margin: 0 0 0 -9px;
}

.ghabicon.ghabicon-star-o.star-o2 {
    width:18px;
}

#loading {
    position: fixed;
    z-index: 999;
    background-color: #222a35;
    width: 100%;
    height: 100%;
}

.fixcenter {
    width: 150px;
    text-align: center;
    margin: calc(50vh - 35px) auto 0;
    height: 70px;
}

.lds-facebook {
    position: relative;
    width: 128px;
    height: 80px;
    margin: calc(50vh - 40px) auto 0;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #033b6a;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

.lds-facebook div:nth-child(4) {
    left: 80px;
    animation-delay: 0;
}

.lds-facebook div:nth-child(5) {
    left: 104px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}

#loading2 {
    padding: 20px 0;
    width: 100%;
    text-align: center;
    display: none;
    clear: both;
}

#loading2 * {
    outline: none;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.loaderbox {
    width: 52px;
    height: 32px;
}


/* Initial state */

.loaderbox .bar {
    background-color: #fff;
    border: 1px solid #e8fbfd;
    float: left;
    margin-right: 4px;
    margin-top: 6px;
    width: 6px;
    height: 18px;
    /* Set the animation properties */
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: loadingbar;
}


/* Delay both the second and third bar at the start */

.loaderbox .bar:nth-child(2) {
    animation-delay: 0.1s;
}

.loaderbox .bar:nth-child(3) {
    animation-delay: 0.2s;
}

.loaderbox .bar:nth-child(4) {
    animation-delay: 0.3s;
}

.loaderbox .bar:nth-child(5) {
    animation-delay: 0.4s;
}


/* The actual animation */

@keyframes loadingbar {
    0% {}
    10% {
        margin-top: 5px;
        height: 22px;
        border-color: #e8fbfd;
        background-color: #fff;
    }
    20% {
        margin-top: 0px;
        height: 32px;
        border-color: #5fd7e3;
        background-color: #cbf7f7;
    }
    30% {
        margin-top: 1px;
        height: 30px;
        border-color: #e8fbfd;
        background-color: #fff;
    }
    40% {
        margin-top: 3px;
        height: 26px;
    }
    50% {
        margin-top: 5px;
        height: 22px;
    }
    60% {
        margin-top: 6px;
        height: 18px;
    }
    70% {}
    /* Missing frames will cause the extra delay */
    100% {}
}

.loading .loaderbox {
    margin: 0 auto;
}

.loading p {
    font-family: 'sans';
    color: #fff;
    margin-top: 10px;
}

#moresetingpage {
    padding: 5px 10px 0;
    background-color: #033b6a;
    border-radius: 5px 0 5px 5px;
    margin: 0;
    display: none;
    transition: all 1s;
    height: 0%;
    opacity: 0;
    direction: rtl;
}

@media screen and (max-width: 650px) {
    #moresetingpage {
        margin: 0 20px 15px;
    }
}

#moresetingpagei {
    width: 40px;
    height: 40px;
    background-color: #033b6a;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    font: normal normal normal 32px/1 ghab24;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px;
    direction: rtl;
}

#moresetingpagei:before {
    content: "\F06F";
    margin: -7px 0 0 0;
    float: right;
}

.container2 {
    margin: 10px 0 0 0;
}

#moresetingpagei.show1 {
    border-radius: 5px 5px 0 0;
    font-size: 38px;
}

#moresetingpage.show1 {
    display: block;
    height: 100%;
    opacity: 1;
}

@media screen and (max-width: 650px) {
    #moresetingpagei {
        margin: 0 20px 20px 0;
    }
    #moresetingpagei.show1 {
        margin: 0 20px 0 0;
    }
}

#moresetingpagei.show1:before {
    content: "\F06C";
    margin: -13px 0 0 0;
    float: right;
}

.backplaylist,
.nextplaylist {
    position: absolute;
    top: 268.5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: white;
    font-size: 32px;
}

.backplaylist {
    left: -50px;
}

.nextplaylist {
    right: -50px;
}

@media screen and (max-width: 1147px) {
    .backplaylist {
        display: none;
    }
    .nextplaylist {
        display: none;
    }
}

.toast2 {
    display: none;
}

.toast2.success {
    position: absolute;
    top: 35px;
    left: 0 !important;
    width: 140px !important;
    padding: 5px;
    text-align: center;
    background-color: rgb(14, 41, 62);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    z-index: 992;
    cursor: pointer;
    direction: rtl;
    color: #fff !important;
}

.toast2:hover {
    color: #fff !important;
}


/* strat header new site */

@media (min-width:768px) {
    .d-md-none {
        display: none!important
    }
}

.site__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    direction: rtl;
}

.site__mobile-header {
    direction: rtl;
    z-index: 9000;
}

.mobile-menu {
    direction: rtl;
}

@media (min-width: 1200px) {
    .mobile-header,
    .mobile-menu {
        display: none
    }
}

@media (min-width: 1199.99px) {
    .site__header {
        position: fixed;
        width: 100%;
        z-index: 9000;
        top: 0;
    }
    #particles-js {
        margin-top: 100px;
    }
    .static-banner {
        top: 160px;
    }
}

@media (max-width: 1199.98px) {
    .header {
        display: none
    }
}

.logo__slogan {
    padding-top: 5px;
}

.logo__slogan svg {
    height: 51px;
    margin: -2px 48px -16px;
}

.main-menu__link:visited {
    color: #404040;
}

.main-menu__link {
    padding: 5px 24px;
}

.search__button--start .search__button-icon i {
    font-size: 26px;
    margin: 6px 0 0;
}


/* .search__button--start .search__button-icon i.ghabicon-tvapp::before {
    float: right;
    margin: 0 22px -4px 0;
} */

.search__button--start .search__button-icon i.ghabicon-radioapp::before {
    float: right;
    margin: 0 30px -4px 0;
}

.mobile-menu__contacts-subtitle,
.mobile-menu__contacts-title {
    line-height: 1.5;
}

.form-control+.select2-container {
    width: 100%
}

.form-control+.select2-container .select2-selection__arrow {
    display: none
}

.form-control+.select2-container .select2-selection--single {
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    background-clip: border-box;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 10'%3E%3Cpath fill='rgba(0, 0, 0, 0.55)' d='M4.503 4H.497c-.403 0-.639-.508-.408-.878L2.095.233a.469.469 0 0 1 .816 0l2 2.889c.231.37-.005.878-.408.878zM.497 6h4.006c.403 0 .639.504.408.871L2.905 9.737a.47.47 0 0 1-.816 0l-2-2.866C-.142 6.504.094 6 .497 6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 5px 10px;
    transition: border-color .15s ease-in-out, background .15s ease-in-out
}

.form-control+.select2-container .select2-selection--single:focus {
    outline: none
}

.form-control+.select2-container .select2-selection__rendered {
    box-sizing: border-box
}

.form-control+.select2-container .select2-selection--single {
    background-color: #ebebeb;
    border-color: #ebebeb
}

.form-control+.select2-container .select2-selection__rendered {
    color: #262626
}

.form-control+.select2-container--disabled {
    opacity: .7
}

.form-control+.select2-container:not(.select2-container--open):not(.select2-container--disabled):hover .select2-selection--single {
    border-color: #d9d9d9
}

.form-control+.select2-container--open .select2-selection--single {
    background-color: #fff;
    border-color: #d9d9d9
}

.form-control+.select2-container .select2-selection--single {
    height: 36px;
    background-position: left 10px center
}

.form-control+.select2-container .select2-selection__rendered {
    line-height: 19px;
    padding: 7.5px 10px;
    font-size: 16px;
    padding-left: 27px;
    text-align: right;
}

.form-control-lg+.select2-container .select2-selection--single {
    height: 42px;
    background-position: left 12px center
}

.form-control-lg+.select2-container .select2-selection__rendered {
    line-height: 21px;
    padding: 9.5px 12px;
    font-size: 18px;
    padding-left: 31px
}

.form-control-sm+.select2-container .select2-selection--single {
    height: 30px;
    background-position: left 8px center
}

.form-control-sm+.select2-container .select2-selection__rendered {
    line-height: 17px;
    padding: 5.5px 8px;
    font-size: 14px;
    padding-left: 23px
}

.select2-dropdown {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .2), 0 1px 5px rgba(0, 0, 0, .1);
    text-align: right;
}

.select2-search--dropdown {
    padding: 0;
    border-bottom: 1px solid #e5e5e5
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    padding: 6px 10px;
    font-size: 15px
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #f2f2f2
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #d9ecff;
    color: #36414d
}

.select2-results__option {
    padding: 7px 10px;
    font-size: 15px
}

.select2-results__options:after,
.select2-results__options:before {
    display: list-item;
    content: "";
    height: 6px
}

.site-form .site-form__item {
    width: 100%;
    margin: 6px;
    float: right;
}

.mobile-search__site-picker i {
    font-size: 28px;
    margin: 1px -6px 0 -4px;
}

.mobile-search__site-picker i.ghabicon-tvapp {
    margin: 1px -6px 0 0px;
}

.mobile-search__site-picker i.ghabicon-tvapp::before {
    float: right;
    /* margin: 0 32px -4px 0; */
}

.mobile-search__site-picker i.ghabicon-radioapp::before {
    float: right;
    margin: 0 32px -4px 0;
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.in .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0;
    direction:rtl;
    
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9049;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.site-picker-modal__panel {
    padding: 32px 32px 36px;
    display: none;
    direction: rtl;
}

.site-picker-modal__panel--active {
    display: block;
}

.site-picker-modal__close {
    z-index: 2;
    position: absolute;
    padding: 16px;
    border: none;
    top: 0;
    border-radius: 0 2.5px 0 2.5px;
    background: transparent;
    fill: currentColor;
    transition: background .2s, color .2s;
    background-color: #fff;
    color: #ccc;
    left: 0
}

.site-picker-modal__close:hover {
    background-color: #f2f2f2;
    color: #4d4d4d
}

.site-picker-modal__close:active {
    background-color: #ebebeb;
    color: #4d4d4d
}

.site-picker-modal__close svg {
    display: block
}

.site-picker-modal__close:active {
    transition-duration: 0s
}

.site-picker-modal__close:focus {
    outline: none
}

.site-picker-modal__text {
    font-size: 15px;
    color: #6c757d;
    margin-bottom: 10px;
    margin-top: -10px
}

.site-picker-modal__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 40px
}

.site-picker-modal__actions>:not(:last-child) {
    margin-left: 12px
}


/* .site-form__item.site-form__item--select {
width: calc(50% - 12px);
margin: 6px;
} */

@media (max-width: 479px) {
    .site-picker-modal__panel {
        padding: 24px 24px 28px
    }
    .site-picker-modal__actions {
        margin-top: 32px
    }
}

@media (max-width: 399px) {
    .site-form--layout--modal .site-form__item {
        width: calc(100% - 12px)
    }
    .site-picker-modal__panel {
        padding: 20px 20px 24px;
    }
    .site-picker-modal__actions {
        margin-top: 28px
    }
}

.card-title {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 2rem;
    margin-top: -4px;
    line-height: 1.5;
}

.modal-backdrop {
    background: #333c;
}

.modal-backdrop.in {
    opacity: 1;
}

.select2-dropdown {
    z-index: 9050;
}

.header {
    z-index: 9001;
}

.image__body {
    line-height: 7px;
}

.mobile-menu__backdrop,
.mobile-menu__body {
    z-index: 9000;
}

.mobile-header__search {
    z-index: 99;
}

a.menu__link:hover,
a.menu__link:active,
a.menu__link:focus,
a.menu__link:visited {
    color: inherit;
}


/* .topbar__button-label i.ghabicon-user-profile {
    width: 16px;
}

.topbar__button-label i.ghabicon-user-profile::before {
    margin: 2px 15px 0 0px;
    float: right;
} */


/* end header new site */


/* start footer new site */

.site__footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

footer .col,
footer .col-6,
footer .col-12,
footer .col-md-3,
footer .col-md-6,
footer .col-xl-2,
footer .col-xl-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

footer .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

footer .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    footer .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    footer .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:1200px) {
    footer .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    footer .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

.site__footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    direction: rtl;
}

.decor {
    display: block
}

.decor--type--center .decor__body {
    overflow: hidden;
    position: relative
}

.decor--type--center .decor__end,
.decor--type--center .decor__start {
    position: absolute
}

.decor--type--center .decor__start {
    transform-origin: right top
}

.decor--type--center .decor__end {
    transform-origin: left top
}

.decor--type--center .decor__center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.decor--type--center .decor__body {
    height: 31px;
    margin: 0 -10px -10px
}

.decor--type--center .decor__end,
.decor--type--center .decor__start {
    height: 21px;
    width: calc(50% - 22.12435px)
}

.decor--type--center .decor__start {
    left: 10px;
    transform: skewX(30deg)
}

.decor--type--center .decor__end {
    right: 10px;
    transform: skewX(-30deg)
}

.decor--type--center .decor__center {
    height: 21px;
    width: 26.2487px
}

.decor--type--bottom {
    width: 100%;
    position: relative;
    pointer-events: none;
    overflow: hidden;
    height: 31px
}

.decor--type--bottom .decor__end,
.decor--type--bottom .decor__start {
    position: absolute;
    width: calc((100% - 1350px - 160px) / 2);
    bottom: 0
}

@media (max-width: 1630px) {
    .decor--type--bottom .decor__end,
    .decor--type--bottom .decor__start {
        width: calc(30% / 2);
    }
}

.decor--type--bottom .decor__start {
    left: 0;
    transform-origin: right bottom
}

.decor--type--bottom .decor__end {
    right: 0;
    transform-origin: left bottom
}

.decor--type--bottom .decor__end,
.decor--type--bottom .decor__start {
    height: 21px
}

.decor--type--bottom .decor__start {
    border-top-right-radius: 2px
}

.decor--type--bottom .decor__end {
    border-top-left-radius: 2px
}

.decor--type--bottom .decor__start {
    transform: skewX(30deg)
}

.decor--type--bottom .decor__end {
    transform: skewX(-30deg)
}

.footer-contacts__title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 26px;
    font-weight: 500
}

.footer-contacts__title_img {
    height: 55px;
    margin-bottom: 5px;
}

@media (-webkit-max-device-pixel-ratio: 1),
(max-resolution: 1dppx) {
    .footer-contacts__title {
        font-weight: 400
    }
}

.footer-contacts__text {
    line-height: 22px;
    list-style: none;
    font-size: 15px;
}

.footer-contacts__text.btndlapp1,
.footer-contacts__text.btndlapp2 {
    margin: 28px 0 28px 0;
}

.footer-contacts__text.btndlapp3 {
    margin: 28px 0 28px 0;
}

.footer-contacts__text a {
    color: inherit;
    display: block;
    width: 128px;
    height: 38px;
}

.footer-contacts__text svg {
    width: 128px;
}

@media (max-width: 1199.98px) {
    .footer-contacts__text.btndlapp1 {
        margin: 20px 0 0px;
    }
    .footer-contacts__text.btndlapp2 {
        width: 100%;
        margin: 16px 0 0;
    }
    .footer-contacts__text.btndlapp2 a {
        display: inline-block;
        width: 128px;
    }
    /* .footer-contacts__text.btndlapp2 a:nth-child(2) {
        margin-right: 6px;
    } */
    .footer-contacts__text.btndlapp3 {
        margin: 20px 0 0px;
    }
    .footer-contacts__text.btndlapp3 a {
        display: inline-block;
        width: 128px;
        margin-left: 5px;
    }
    .footer-contacts__text.btndlapp3 a:last-child {
        margin-left: 0px;
    }
}

@media (max-width: 432px) {
    .footer-contacts__text.btndlapp3 a {
        margin-bottom: 8px;
    }
}

@media (min-width: 1200px) {
    .footer-contacts__text.btndlapp1 {
        margin: 28px 0 28px 0;
    }
    .footer-contacts__text.btndlapp2 {
        margin: 26px 0 6px;
        display: inline-flex;
    }
    .footer-contacts__text.btndlapp3 {
        margin: 5px 0 -18px 0;
    }
    .footer-contacts__text.btndlapp3 a {
        display: inline-block;
        width: 128px;
        margin-bottom: 4px;
    }
    .footer-contacts__text.btndlapp3 a:nth-child(2) {
        margin-right: 56px;
    }
    .footer-contacts__text.btndlapp2 a:nth-child(2) {
        margin-right: 60px;
    }
}

@media (min-width: 1400px) {
    .footer-contacts__text.btndlapp1 {
        margin: 28px 0 28px 0;
    }
    .footer-contacts__text.btndlapp2 {
        margin: 26px 0 6px;
    }
    /* .footer-contacts__text.btndlapp2 a {
        width: 128px;
        height: 38px;
    } */
    .footer-contacts__text.btndlapp2 a:nth-child(2) {
        margin-right: 48px;
    }
    .footer-contacts__text.btndlapp2 svg {
        width: 128px;
    }
    .footer-contacts__text.btndlapp3 {
        margin: 28px 0 28px 0;
    }
    .footer-contacts__text.btndlapp3 a {
        display: inline-block;
        width: 128px;
        margin-bottom: 0px;
    }
    .footer-contacts__text.btndlapp3 a:nth-child(2) {
        margin-right: 0px;
    }
}

.footer-contacts__contacts {
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-contacts__contacts a {
    color: inherit
}

.footer-contacts__contacts dt {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 2px
}

.footer-contacts__contacts dd {
    color: #fff;
    margin: 0;
    font-weight: 500
}

@media (-webkit-max-device-pixel-ratio: 1),
(max-resolution: 1dppx) {
    .footer-contacts__contacts dd {
        font-weight: 400
    }
}

.footer-contacts__icon {
    display: inline-block;
    text-align: center;
    width: 22px;
    margin-right: 2px
}

@media (min-width: 1400px) {
    .footer-contacts {
        padding-left: 36px
    }
}

@media (min-width: 1200px) {
    .footer-contacts__contacts {
        margin: 24px -15px 0
    }
    .footer-contacts__contacts dl {
        width: calc(100% / 2 - 30px - 1px);
        margin: 0 15px
    }
    .footer-contacts__contacts dl:nth-child(n+3) {
        margin-top: 18px
    }
}

@media (max-width: 1199.98px) {
    .footer-contacts__contacts {
        margin: -6px
    }
    .footer-contacts__contacts dl {
        width: calc(100% / 4 - 12px);
        margin: 6px
    }
    .footer-contacts {
        text-align: center;
        margin-bottom: 42px
    }
    .footer-contacts__title {
        font-size: 24px;
        margin-bottom: 12px
    }
    .footer-contacts__contacts {
        padding-top: 28px
    }
    .footer-contacts__contacts dl {
        background: hsla(0, 0%, 100%, .05);
        padding: 16px 12px;
        border-radius: 3px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 991.98px) {
    .footer-contacts__contacts {
        margin: -6px
    }
    .footer-contacts__contacts dl {
        width: calc(100% / 2 - 12px);
        margin: 6px;
        padding: 20px 16px
    }
}

@media (max-width: 767.98px) {
    .footer-contacts__contacts dl {
        padding: 16px
    }
}

@media (max-width: 479px) {
    .footer-contacts__contacts {
        margin: -4px
    }
    .footer-contacts__contacts dl {
        width: calc(100% / 1 - 8px);
        margin: 4px
    }
}

.footer-links__title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 22px;
    font-weight: 500
}

@media (-webkit-max-device-pixel-ratio: 1),
(max-resolution: 1dppx) {
    .footer-links__title {
        font-weight: 400
    }
}

.footer-links__list {
    font-size: 15px;
    line-height: 20px;
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-links__list a {
    color: inherit;
    transition: .15s
}

.footer-links__list a:hover {
    color: #fff
}

.footer-links__item {
    padding: 5px 0
}

@media (max-width: 767.98px) {
    .footer-links {
        text-align: center
    }
    .footer-links__title {
        margin-bottom: 12px
    }
}

.footer-newsletter__title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 26px;
    font-weight: 500
}

@media (-webkit-max-device-pixel-ratio: 1),
(max-resolution: 1dppx) {
    .footer-newsletter__title {
        font-weight: 400
    }
}

.footer-newsletter__text {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 14px
}

.footer-newsletter__text--social {
    margin-top: 20px;
    margin-bottom: 0
}

.footer-newsletter__social-links {
    margin-top: 8px
}

.footer-newsletter__form {
    display: -ms-flexbox;
    display: flex;
    max-width: 380px
}

.footer-newsletter__form-input {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    border-radius: 2px;
    font-size: 15px;
    height: 38px;
    padding: 0 12px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: inherit;
    border-color: transparent;
    background-clip: padding-box;
    transition: border .2s, background .2s;
    color: #fff;
    background-color: #4c4c4c;
    border: 2px solid #4c4c4c
}

.footer-newsletter__form-input::-webkit-input-placeholder {
    color: #b2b2b2
}

.footer-newsletter__form-input::-moz-placeholder {
    color: #b2b2b2
}

.footer-newsletter__form-input:-ms-input-placeholder,
.footer-newsletter__form-input::-ms-input-placeholder {
    color: #b2b2b2
}

.footer-newsletter__form-input::placeholder {
    color: #b2b2b2
}

.footer-newsletter__form-input::-webkit-input-placeholder {
    transition: color .2s
}

.footer-newsletter__form-input::-moz-placeholder {
    transition: color .2s
}

.footer-newsletter__form-input:-ms-input-placeholder,
.footer-newsletter__form-input::-ms-input-placeholder {
    transition: color .2s
}

.footer-newsletter__form-input::placeholder {
    transition: color .2s
}

.footer-newsletter__form-input:hover {
    background-color: hsla(0, 0%, 100%, .16);
    border-color: hsla(0, 0%, 100%, .16)
}

.footer-newsletter__form-input:focus {
    outline: none;
    background-color: transparent;
    border-color: hsla(0, 0%, 100%, .16)
}

.footer-newsletter__form-input:focus::-webkit-input-placeholder {
    color: #9e9e9e
}

.footer-newsletter__form-input:focus::-moz-placeholder {
    color: #9e9e9e
}

.footer-newsletter__form-input:focus:-ms-input-placeholder,
.footer-newsletter__form-input:focus::-ms-input-placeholder {
    color: #9e9e9e
}

.footer-newsletter__form-input:focus::placeholder {
    color: #9e9e9e
}

.footer-newsletter__form-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 2px;
    border: none;
    padding: 0 20px;
    font-family: inherit;
    font-size: 15px;
    transition: background .2s, color .2s;
    margin-right: 8px;
    background-color: var(--color1);
    color: #fff
}

.footer-newsletter__form-button:hover {
    background-color: #545454;
    color: #fff
}

.footer-newsletter__form-button:active {
    background-color: #4c4c4c;
    color: #fff;
    transition-duration: .1s, .1s
}

.footer-newsletter__form-button:focus {
    outline: none
}

@media (max-width: 767.98px) {
    .footer-newsletter {
        text-align: center;
        margin-top: 28px
    }
    .footer-newsletter__title {
        margin-bottom: 16px
    }
    .footer-newsletter__form {
        margin: 0 auto
    }
    .footer-newsletter__text--social {
        margin-top: 24px
    }
    .footer-newsletter__social-links {
        margin-top: 12px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.site-footer {
    position: relative;
    background-color: #333;
    color: #9e9e9e
}

.site-footer__decor {
    position: absolute;
    bottom: calc(100% - 1px)
}

.site-footer__decor .decor__center,
.site-footer__decor .decor__end,
.site-footer__decor .decor__start {
    background: #333
}

.site-footer__decor .decor__end,
.site-footer__decor .decor__start {
    box-shadow: none
}

.site-footer__widgets {
    padding: 56px 0 50px
}

.site-footer__bottom {
    background-color: #2b2b2b;
    font-size: 14px;
    color: #9e9e9e;
    font-weight: 400
}

.site-footer__bottom a {
    color: #fff;
    font-weight: 500
}

.site-footer__copyright {
    margin: 0 auto;
}

@media (-webkit-max-device-pixel-ratio: 1),
(max-resolution: 1dppx) {
    .site-footer__bottom a {
        font-weight: 400
    }
}

.site-footer__bottom-row {
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767.98px) {
    /* .site-footer__decor {
display: none
} */
    .site-footer__widgets {
        padding: 40px 0 36px
    }
    .site-footer__bottom-row {
        height: auto;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0 24px
    }
    .site-footer__payments {
        margin-top: 12px
    }
}

.st0 {
    fill: var(--color1);
}

.st1 {
    fill: #FFFFFF;
}

#Livello_1 .btnst0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: var(--color1);
}

#Livello_1 .btnst1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: var(--color1);
}

#Livello_1 .btnst2 {
    opacity: 0.2;
    fill-rule: evenodd;
    clip-rule: evenodd;
    enable-background: new;
}

#Livello_1 .btnst3 {
    opacity: 0.12;
    fill-rule: evenodd;
    clip-rule: evenodd;
    enable-background: new;
}

#Livello_1 .btnst4 {
    fill: #FFFFFF;
}

#Livello_2 .btnst0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: var(--color1);
}

#Livello_2 .btnst1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: var(--colorborder);
}

#Livello_2 .btnst2 {
    fill: #FFFFFF;
}

#Livello_2 .btnst3 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #FFFFFF;
}

#Livello_2 .btnst4 {
    opacity: 0.2;
    fill-rule: evenodd;
    clip-rule: evenodd;
    enable-background: new;
}

#Livello_2 .btnst5 {
    opacity: 0.12;
    fill-rule: evenodd;
    clip-rule: evenodd;
    enable-background: new;
}

#Livello_3 .btnst0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: var(--color1);
}

#Livello_3 .btnst1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: var(--colorborder);
}

#Livello_3 .btnst2 {
    opacity: 0.12;
    fill-rule: evenodd;
    clip-rule: evenodd;
    enable-background: new;
}

#Livello_3 .btnst3 {
    fill: #FFFFFF;
}

.social-links__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: -4px
}

.social-links__item {
    margin: 4px
}

.social-links__item a {
    font-size: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    transition: all .2s
}

.social-links__item a:hover {
    opacity: .8
}

.social-links__item--facebook a {
    background: var(--color1);
    color: #fff
}

.social-links__item--twitter a {
    background: var(--color1);
    color: #fff
}

.social-links__item--youtube a {
    background: var(--color1);
    color: #fff
}

.social-links__item--instagram a {
    background: var(--color1);
    color: #fff
}

.social-links__item--aparat a {
    background: var(--color1);
    color: #fff
}

.social-links__item--telegram a {
    background: var(--color1);
    color: #fff;
}

.social-links__item--whatsapp a {
    background: var(--color1);
    color: #fff
}

.social-links__item--rss a {
    background: var(--color1);
    color: #664729
}


/* .social-links__item--telegram i {
    font-size: 26px;
    margin: -1px 0px 0 0;
}

.social-links__item--instagram i {
    margin: 2px 18px 0 0;
}

.social-links__item--whatsapp i {
    margin: 2px 17px 0 0;
}

.social-links__item--aparat i {
    margin: 4px 20px 0 0;
    font-size: 22px;
} */


/* end footer new site */

body {
    background-color: #222a35;
}


/* start comment */

.btn {
    border: none;
    border-radius: 2px;
    fill: currentColor;
    font-weight: 500;
}

#kolcomments {
    border-radius: 5px;
}

.post-view__card {
    background-color: #fff;
    box-shadow: 0 1px 3px #00000017;
    position: relative;
}

.post-view__card-title {
    padding: 44px 0 8px;
    margin: 0 48px 40px;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
}

.post-view__card-body {
    padding: 0 48px 48px;
}

@media (max-width: 767.98px) {
    .post-view__card-title {
        padding: 28px 0 8px;
        margin: 0 32px 28px
    }
    .post-view__card-body {
        padding: 0 32px 32px
    }
}

@media (max-width: 575.98px) {
    .post-view__card-title {
        padding: 22px 0 4px;
        margin: 0 24px 24px;
        font-size: 24px
    }
    .post-view__card-body {
        padding: 0 24px 24px
    }
}

@media (max-width: 419px) {
    .post-view__card:not(#kolcomments) {
        margin-left: -15px;
        margin-right: -15px
    }
    .post-view__card-body {
        padding: 0 15px 0px;
    }
}

.comment__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

.comment__content {
    width: 100%;
    background: #f5f5f5;
    padding: 12px 17px;
    border-radius: 5px;
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.625;
    position: relative
}

.comment__content:before {
    position: absolute;
    content: "";
    display: block;
    left: 14px;
    top: -10px;
    border: 5px solid transparent;
    border-bottom-color: #f5f5f5;
    pointer-events: none
}

.comment__avatar {
    overflow: hidden;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin-left: 14px
}

.comment__avatar img {
    width: 38px;
    height: auto;
}

.btnreplyok {
    border-color: #f0f0f0;
    background-color: #f0f0f0;
}

.comment__meta {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 12px
}

.comment__author {
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 4px;
}

.comment__date {
    font-size: 13px;
    color: #999;
    margin-top: -1px
}

@media (max-width: 419px) {
    .comment__content {
        font-size: 14px
    }
    .comment__avatar {
        display: none
    }
}

.comments-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.comments-list__item+.comments-list__item {
    margin-top: 28px
}

.comments-list__children {
    margin-top: 14px;
    padding-top: 18px;
    margin-bottom: -12px;
    padding-bottom: 15px;
    border-right: 1px solid #ebebeb;
    padding-right: 31px;
    margin-right: 18px
}

.comments-list__item:last-child>.comments-list__children {
    padding-bottom: 0;
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .comments-list__item+.comments-list__item {
        margin-top: 24px
    }
    .comments-list__children {
        padding-top: 14px;
        margin-bottom: -8px
    }
    .comments-list__item:last-child>.comments-list__children {
        padding-bottom: 0
    }
}

@media (max-width: 419px) {
    .comments-list__item+.comments-list__item {
        margin-top: 20px
    }
    .comments-list__children {
        padding-top: 12px;
        padding-right: 20px;
        margin-right: 12px
    }
}

.comments-view__pagination {
    margin-top: 36px
}

@media (max-width: 991.98px) {
    .comments-view__pagination {
        margin-top: 32px
    }
}

@media (max-width: 575.98px) {
    .comments-view__pagination {
        margin-top: 24px
    }
}

.showlikecoment {
    margin: -4px 0 0 10px;
    background-color: #f2f2f2;
    padding: 5px 10px;
    border-radius: 5px;
}

.showlikecoment span {
    height: 18px;
    display: block;
    float: right;
    margin: 3px 0 -4px 0;
}

.showlikecoment i {
    float: right;
    margin: 2px 0 0 10px;
}

.likedcoment {
    color: #0572cc;
}

.btn-xs:not(.btn-icon) {
    font-size: 13px;
    line-height: 15px;
    padding: 5.5px 9px;
    font-weight: 500;
    margin: -4px 0 0 0;
}

.btn-light,
.btn-light.disabled,
.btn-light:disabled {
    border-color: transparent;
    background: transparent;
    color: #333;
}

.btn-light:hover {
    border-color: #f0f0f0;
    background: #f0f0f0;
    color: #333;
}

.btnreply:not(.btn-icon) {
    padding: 6.5px 16px;
    margin: -4px 0 0 0;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-group {
    margin-bottom: 1rem;
    padding: 0;
}

.form-control {
    border-radius: 2px;
    background-clip: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, background .15s ease-in-out;
    color: #262626;
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    height: 36px;
    padding: 7.5px 10px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    display: block;
    width: 100%;
}

label {
    margin-bottom: .25rem;
    font-size: 15px;
    display: inline-block;
    font-weight: 400;
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
    border-color: var(--color1);
    background: var(--color1);
    color: #fff;
}

.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
    border-color: #f0f0f0;
    background: #f0f0f0;
    color: #333;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #04579b;
    border-color: #04579b;
}

.pagination>li>a,
.pagination>li>span {
    color: #04579b;
    cursor: pointer;
    padding: 8px 12px 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #04579b;
}

.page-link__arrow svg {
    fill: #04579b;
}


/* start nav */

.breadcrumb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
    position: relative;
}

.breadcrumb,
.breadcrumb-item {
    display: -ms-flexbox;
    display: flex
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: 20px;
    font-size: 14px;
    color: #6c757d
}

.breadcrumb:after {
    content: "";
    clear: both
}

.post-view .breadcrumb {
    position: absolute;
    right: 18px;
    top: 0;
}

.breadcrumb__list {
    display: block;
    list-style: none;
    padding: 0;
    margin: -4px 0 0;
    width: 100%
}

.breadcrumb__item {
    margin-top: 4px;
    margin-left: -7.12435px;
    float: right
}

.breadcrumb__item-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 0;
    height: 23px;
    padding: 0 20.12435px;
    pointer-events: none
}

.breadcrumb__item-link {
    color: white
}

.breadcrumb__item-link:after,
.breadcrumb__item-link:before {
    pointer-events: auto;
    position: absolute;
    background-color: #414852;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 3px;
    transition: background .1s
}

.breadcrumb__item-link:before {
    content: "";
    right: 6.06217px;
    left: 6.06217px;
    transform: skewX(30deg)
}

.breadcrumb__item--first .breadcrumb__item-link {
    padding-right: 7px
}

.breadcrumb__item--first .breadcrumb__item-link:after {
    content: "";
    right: 0;
    left: 12.12435px
}

.breadcrumb__item--parent .breadcrumb__item-link:hover:after,
.breadcrumb__item--parent .breadcrumb__item-link:hover:before {
    background-color: white
}

.breadcrumb__item--parent .breadcrumb__item-link:active:after,
.breadcrumb__item--parent .breadcrumb__item-link:active:before {
    transition-duration: 0s;
    background-color: #e0e0e0
}

.breadcrumb__item--last {
    margin-left: 0
}

.breadcrumb__title-safe-area {
    display: block;
    height: 21px;
    width: calc(50% + var(--block-header-title-width, 0px) / 2 + 64px);
    margin-top: 4px;
    float: right
}

@media (max-width: 1199.98px) {
    .breadcrumb__title-safe-area {
        display: none
    }
}

.breadcrumb__spaceship-safe-area {
    display: block;
    height: 21px;
    width: calc(50% + 480px / 2 + 20px);
    margin-top: 4px;
    float: left
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .breadcrumb__spaceship-safe-area {
        width: calc(50% + 440px / 2 + 20px)
    }
}

@media (max-width: 1199.98px) {
    .breadcrumb__spaceship-safe-area {
        display: none
    }
}

.block-header__breadcrumb {
    padding: 35px 15px 10px;
    margin: 110px auto 0;
    width: 1363px;
}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .block-header__breadcrumb {
        width: 1123px;
    }
}

@media screen and (max-width: 1199.98px) {
    .block-header__breadcrumb {
        width: 95%;
        margin: 50px auto 0;
    }
}

.breadcrumb__item-link:active,
.breadcrumb__item-link:focus,
.breadcrumb__item-link:visited {
    color:#FFF;
}

.breadcrumb__item-link:hover {
    color: #033b6a;
}


/* end nav */


/* start for modal */

#exit_user-modal {
    direction: rtl;
    line-height: 1.5;
}

#exit_user-modal .pl-2,
#exit_user-modal .px-2 {
    padding-left: .5rem !important;
}

#exit_user-modal .pr-2,
#exit_user-modal .px-2 {
    padding-right: .5rem !important;
}

#exit_user-modal .card-title {
    margin: 23px 23px 10px;
    font-size: 16px;
    padding: 0 0 5px;
    border-bottom: 1px solid #ebebeb;
}

#exit_user-modal .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#exit_user-modal .row::before,
#exit_user-modal .row::after {
    display: none;
}

#exit_user-modal .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

#exit_user-modal .no-gutters>.col,
#exit_user-modal .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

#exit_user-modal .col,
#exit_user-modal .col-4,
#exit_user-modal .col-10,
#exit_user-modal .col-sm-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

#exit_user-modal .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

#exit_user-modal .col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

#exit_user-modal .col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

@media (min-width:576px) {
    #exit_user-modal .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }
    #exit_user-modal .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

#exit_user-modal .pt-2,
#exit_user-modal .py-2 {
    padding-top: .5rem !important;
}

#exit_user-modal .mb-1,
#exit_user-modal .my-1 {
    margin-bottom: .25rem !important;
}

#exit_user-modal .ml-0,
#exit_user-modal .mx-0 {
    margin-left: 0 !important;
}

#exit_user-modal .mr-0,
#exit_user-modal .mx-0 {
    margin-right: 0 !important;
}

#exit_user-modal .m-auto {
    margin: auto !important;
}

#exit_user-modal .pb-5,
#exit_user-modal .py-5 {
    padding-bottom: 3rem !important;
}

#exit_user-modal .pt-4,
#exit_user-modal .py-4 {
    padding-top: 1.5rem !important;
}

#exit_user-modal .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

#exit_user-modal .btn {
    display: inline-block;
    font-weight: 500;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    fill: currentColor;
}

#exit_user-modal .btn-block {
    display: block;
    width: 100%;
}

#exit_user-modal .btn-primary {
    border-color: var(--color1);
    background: var(--color1);
    color: #fff;
}

#exit_user-modal .btn-secondary,
#exit_user-modal .btn-secondary.disabled,
#exit_user-modal .btn-secondary:disabled {
    border-color: #f0f0f0;
    background: #f0f0f0;
    color: #333;
}

#exit_user-modal .btn:not(.btn-icon) {
    font-size: 16px;
    line-height: 19px;
    padding: 8.5px 16px;
}

#exit_user-modal .btn-lg:not(.btn-icon) {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 24px;
}

#exit_user-modal .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

#exit_user-modal .btn-secondary:hover {
    border-color: #e5e5e5;
    background: #e5e5e5;
    color: #333;
}

#exit_user-modal .btn-primary:hover {
    border-color: #333;
    background: #333;
    color: #fff;
}


/* end for modal */

/*course*/
.course_body{
    width:100%;
    display: grid;
    grid-template-columns: 430px 2fr auto;
    grid-template-rows: -webkit-max-content auto auto 1fr;
    grid-template-rows: max-content auto auto 1fr;
}
.course--layout--full .course__card {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}
.course--layout--full .course__card--one {
  grid-column: 2/3;
  grid-row: 1/4;
}
.course--layout--full .video__course_body {
  padding: 0px 15px 0px 0px;
  position: relative;
}
.course--layout--full .video__course_body {
  grid-column: 2/3;
  grid-row: 1;
}

.course--layout--full .course__card--one {
  margin-right: 15px;
}
.course--layout--full .course__info {
  grid-column: 1;
  grid-row: 1/5;
  position: relative;
}
.course--layout--full .course__features {
  //margin-top: 15px;
  //margin-right: 15px;
}
.course__features {
  //grid-column: 2/3;
  //grid-row: 4;
  background-color:#1b232e;
}
.course__features {
  color: #fff;
  //box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  padding: 10px 10px 15px 10px;
  margin-top: -10px;
  font-size: 14px;
}
.course__features >div >div{
    margin-top:15px;
}
.course__features img{
    width:35px;
    vertical-align: middle;
}

.features__item{
    display:flex;
}
.features__item_title{
    display:inline-block;
    vertical-align: middle;
    padding-right:5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.features__item_title span{
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.features__item_title span:first-child{
    color:#229bfe;
    margin-bottom:5px;
}
.product-tabs__list {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 0 -1px;
    list-style: none;
    overflow-x: auto;
}
span.technicalspecs-value{
	margin-bottom: 9px;
	display: block;
}
.spec__value >span.technicalspecs-value:last-child{
	margin-bottom: 0px;
	
}
.product-tabs__content {
   // border-top: 1px solid #ebebeb;
   color: #fff;
   background-color:#1a222d;
   height: calc(100% - 37px);
   position: absolute;
/*height: 100;*/
width: 100%;

}
.product-tabs__item {
    position: relative;
    display: flex;
    flex-grow: 1;
}
.product-tabs__item a {
    font-size: 16px;
    font-weight: 400;
    color: inherit;
    display: -ms-flexbox;
    display: flex;
    padding: 11px 12px 10px;
    transition: background 0.12s, box-shadow 0.12s;
    color:#FFF;
    flex-grow: 1;
    justify-content: center;
}
.product-tabs__item a:hover {
    background: #f7f7f7;
    box-shadow: inset 0 -1px #e5e5e5;
    color:#333;
}
.product-tabs__item a:active {
    background: #f2f2f2;
    box-shadow: inset 0 -1px #e0e0e0;
    color:#333;
}
.product-tabs__item:first-child {
   // margin-right: auto;
}
.product-tabs__item:last-child {
    //margin-left: auto;
}
.product-tabs__item-counter {
    color: #a63a70;
    font-size: 14px;
    top: -4px;
    position: relative;
    margin-right: 3px;
    margin-left: -3px;
}
.product-tabs__item--active a,
.product-tabs__item--active a:active,
.product-tabs__item--active a:hover {
    //background: transparent;
    //box-shadow: inset 0 -2px #a63a70;
    background-color: #131a23;
}
.product-tabs__pane {
    display: block;
   
    height: 0;
    opacity: 0;
    transition: opacity 0.5s;
    overflow: scroll;
  scrollbar-color: #2b3d4d ;
  scrollbar-width: thin;
  direction: ltr;
  overflow-x: hidden;
  
position: absolute;
width: 100%;


    

}
::-webkit-scrollbar {
    height: 12px;
    width: 5px;
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #72767b;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #000;
}
.product-tabs__pane--active {
    padding: 42px 48px 48px;
   /* overflow: auto;*/
   height: 100%;
    opacity: 1;
    max-width: calc(100% - 0.001px);
}
.product-tabs__pane>*{
    direction:rtl;
}
.product-tabs--layout--full .product-tabs__pane--active {
    padding: 10px;
}
@media (max-width: 991.98px) {
    .product-tabs--layout--full .product-tabs__pane--active {
        //padding: 40px 44px 44px;
    }
}
@media (max-width: 767.98px) {
    .product-tabs--layout--full .product-tabs__pane--active {
        //padding: 24px 28px 28px;
    }
}
@media (max-width: 419px) {
    .product-tabs--layout--full .product-tabs__pane--active {
       // padding: 20px 24px 24px;
    }
	.product-tabs__item a{
		font-size: 12px;
	}
}

@media (min-width: 1400px) {
    .product-tabs--layout--sidebar .product-tabs__pane--active {
        padding: 36px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .product-tabs--layout--sidebar .product-tabs__pane--active {
        padding: 48px;
    }
}
@media (max-width: 1199.98px) {
    .product-tabs--layout--sidebar .product-tabs__pane--active {
        padding: 36px;
    }
}
@media (max-width: 767.98px) {
    .product-tabs--layout--sidebar .product-tabs__pane--active {
        padding: 28px;
    }
}
@media (max-width: 419px) {
    .product-tabs--layout--sidebar .product-tabs__pane--active {
        padding: 24px;
    }
}
.container_course_subject {
    margin:0px;
    padding:0px;
    
}
.container_course_subject li{
    background-color: #131a24;
    display:flex;
    padding: 10px 15px;
    margin-top: 10px;
    cursor: pointer;
}
.container_course_subject li.active{
    background-color: #3d4857;
}
.container_course_subject li:first-child{
    margin-top:0px;
}
.container_course_subject li:last-child{
   // margin-bottom:40px;
}
.container_course_subject .subject_title{
    flex-grow: 1;
}
.container_course_subject .subject_title span{
    display:block;
}
.container_course_subject .subject_title span:last-child{
    color:#858c9c;
    font-size: 11px;
    margin-top: 5px;
}
.container_course_subject .subject_icon{
    
}
.container_course_subject-sound{
   margin:0px;
   padding:0px; 
}
.container_course_subject-sound li{
    background-color: #131a24;
    padding: 10px 15px 0 15px;
    margin-top: 10px;
}
.container_course_subject-sound .header-subject_title{
    display:flex;
}
.container_course_subject-sound li:first-child{
    margin-top:0px;
}
.container_course_subject-sound .subject_title{
    flex-grow: 1;
}
.container_course_subject-sound .subject_icon{
    color:#858c9c;
    font-size: 14px;
    margin-top: 2px;
    direction: ltr;
}
.container_course_subject-sound .course_subject-player {
    margin: 5px -15px 0 -15px;
    line-height: 0;
    
}
.container_course_subject-sound .course_subject-player audio{
    width: 100%;
}

.container_course_subject-file {
    margin:0px;
    padding:0px;
    
}
.container_course_subject-file li{
    background-color: #131a24;
    display:flex;
    padding: 10px 15px;
    margin-top: 10px;
}
.container_course_subject-file li:first-child{
    margin-top:0px;
}
.container_course_subject-file .subject_title{
    flex-grow: 1;
}
.container_course_subject-file .subject_title span{
    display:block;
}
.container_course_subject-file .subject_title img{
    vertical-align: middle;
    margin-left:10px;
}

#product-tab-description .typography p{
    font-weight: normal;
    line-height: 26px;
    font-size: 14px;
    text-align: justify;
}
#home_course{
    z-index: 1;
width: 1280px;
margin: 0 auto;
min-height: 65vh;
margin: 0px auto 90px;
direction: rtl;
}
@media screen and (max-width: 1350px){
    #home_course.show-course {
      width: 1000px;
    }
}
@media screen and (max-width: 1199px){
    #home_course.show-course {
      width: 86%;
    }
}
@media screen and (min-width: 701px) and (max-width: 939px){
    #home_course.show-course {
      width: 98%;
    }
}
@media screen and (max-width: 1340px){
    .course__features {
      font-size: 12px;
    }
    .course__features img{
        width: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .product-tabs__content{
        height: 100%;
    }
    .course_body{
        grid-template-columns: 300px 2fr auto;
    }
    .product-tabs__item a{
        font-size: 12px;
        padding: 11px 9px 10px;
    }
    .container_course_subject .subject_title span:first-child{
        font-size: 14px;
    }
    .container_course_subject-sound .subject_title{
        font-size: 12px;
    }
    .container_course_subject-sound .subject_icon{
        font-size: 12px;
    }
    .container_course_subject-file .subject_title {
        font-size: 12px;
    }
   
}
.course__features.mobile-view{
    display:none;
    grid-column: 1/3;
    grid-row: 5;
}
.more-features{
    width: 100%;
    display:none;
    background: transparent;
    border: none;
    color: #FFF;
    padding:8px;
}
.more-features i{
    background: url('../images/uptobottom.png') no-repeat left center;
    background-size: auto;
    width: 10px;
    height: 10px;
    background-size: contain;
    display: inline-block;
    cursor: pointer;
    transition: all 1s;
    
    border-radius: 50%;
    
}
@media screen and (max-width: 700px) {
    .course_body {
        grid-template-columns: 1fr;
    }
    .course--layout--full .course__card--one {
      grid-column: 1/3;
      grid-row: 1/4;
    }
    .course--layout--full .course__info {
        grid-column: 1;
        grid-row: 2/5;
    }
    .course--layout--full .video__course_body {
      grid-column: 1/3;
      grid-row: 1;
      padding: 0px 0px 0px 0px;
    }
    .product-tabs__content{
        height: 395px;
        position: relative;
    }
    .course__features{
        padding: 10px 0px 0px 0px;
    }
    .course__features >div>div{
        padding-right: 5px;
        padding-left: 5px;
    }
    /*.course__features img{
        width: 23px;
    }
    .course__features {
      font-size: 10px;
    }*/
    .more-features{
        display:block;
    }
    .video__course_body .course__features>div {
        display:none;
      
    }
    .video__course_body .course__features>div{
        padding: 0px 0px 15px 0px;
    }
    .course__features > div > div:nth-child(1),.course__features > div > div:nth-child(2){
        margin-top: 0px;
    }
    
}

@media screen and (max-width: 600px) {
    #home_course.show-course {
      width: calc(100% - 15px);
    }
    .container2{
        width:100%;
    }
    .block-header__breadcrumb{
        margin: 30px auto 0;
        padding: 35px 0px 0px;
    }
    .breadcrumb__item-link{
        font-size: 10px;
    }
    .course__features{
        padding: 10px 0px 0px 0px;
    }
    .course__features >div>div{
        padding-right: 5px;
        padding-left: 5px;
    }
    .course__features img{
        width: 23px;
    }
    .course__features {
      font-size: 10px;
    }
    .more-features{
        display:block;
    }
    .video__course_body .course__features>div {
        display:none;
      
    }
    .video__course_body .course__features>div{
        padding: 0px 0px 15px 0px;
    }
    .course__features > div > div:nth-child(1),.course__features > div > div:nth-child(2){
        margin-top: 0px;
    }
    
        
}


.review__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    background-color: #131a24;
    padding: 12px;
}

.review__content {
    width: 100%;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 12px;
   // background-color:#131a24;
    text-align: justify;
    //padding:10px;
}

.review__avatar {
    overflow: hidden;
    border-radius: 1.5px;
    margin-left: 12px;
    
    width: 40px;
    height: 40px;
}
.review__avatar .circle{
    border-radius: 50%;
}
.review__meta {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 20px;
}

.review__author {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    margin-top: 2px;
}

.review__date {
    margin-top: 6px;
    font-size: 13px;
    color: #999;
}

.review-list_reply .review__rating {
    margin-top: 20px;
}
.review__rating .review__reply{
    background: transparent;
    border: none;
    padding: 0 10px 5px 0;
    width: 100%;
    text-align: left;
    color:#FFF;
}
.review-list_reply{
    padding-right:30px;
}
.reviews-view .block-empty__body{
    text-align: center;
    padding-top: 50px;
}
.reviews-view .block-empty__message{
    line-height: 25px;
    font-size: 14px;
    color: #858c9c;
    
}
.reviews-view .block-empty__action{
    margin-top: 20px;
}
@media (max-width: 474px) {
    .review__rating {
        //width: 100%;
        /* margin-top: 12px;margin-bottom: -3px; */
    }
}

.rating__body {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
}

.rating__star {
    width: 13px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.08)' width='13' height='12'%3E%3Cpath d='M6.5 1.5l1.6 3 .3.5h3l-2 1.6-.5.4.1.6.7 3L7 9.1l-.5-.2-.5.2-2.8 1.5.7-3 .2-.6-.5-.4-2-1.6h3l.3-.5 1.6-3m0-1.5c-.2 0-.4.1-.5.3L4 4H.5c-.5.1-.7.8-.3 1.1L3 7.4l-1 4c-.1.3.2.6.5.6.1 0 .2 0 .3-.1L6.5 10l3.7 1.9c.1 0 .2.1.3.1.3 0 .6-.3.5-.6l-1-4 2.8-2.3c.3-.3.1-1-.3-1.1H9L7 .3C6.9.1 6.7 0 6.5 0z'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255, 255, 255, 0.08)' width='13' height='12'%3E%3Cpath d='M7 .3L9 4h3.5c.4.1.6.8.3 1.1L10 7.4l1 4c.1.4-.4.8-.8.6l-3.7-2-3.7 1.9c-.4.2-.9-.1-.8-.6l1-4L.2 5.1C-.2 4.8 0 4.1.5 4H4L6 .3c.2-.4.8-.4 1 0z'/%3E%3C/svg%3E");
}

.rating__star+.rating__star {
    margin-left: 3px;
}
.rating__star--active {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(118,123,130,1)' width='13' height='12'%3E%3Cpath d='M6.5 1.5l1.6 3 .3.5h3l-2 1.6-.5.4.1.6.7 3L7 9.1l-.5-.2-.5.2-2.8 1.5.7-3 .2-.6-.5-.4-2-1.6h3l.3-.5 1.6-3m0-1.5c-.2 0-.4.1-.5.3L4 4H.5c-.5.1-.7.8-.3 1.1L3 7.4l-1 4c-.1.3.2.6.5.6.1 0 .2 0 .3-.1L6.5 10l3.7 1.9c.1 0 .2.1.3.1.3 0 .6-.3.5-.6l-1-4 2.8-2.3c.3-.3.1-1-.3-1.1H9L7 .3C6.9.1 6.7 0 6.5 0z'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(118, 123, 130, 1)' width='13' height='12'%3E%3Cpath d='M7 .3L9 4h3.5c.4.1.6.8.3 1.1L10 7.4l1 4c.1.4-.4.8-.8.6l-3.7-2-3.7 1.9c-.4.2-.9-.1-.8-.6l1-4L.2 5.1C-.2 4.8 0 4.1.5 4H4L6 .3c.2-.4.8-.4 1 0z'/%3E%3C/svg%3E");
}

.reviews-list__content {
    list-style: none;
    margin: 0;
    padding: 0;
}

.reviews-list__item {
    margin-top: 18px;
    padding-bottom: 0px;
    //border-bottom: 1px solid #ebebeb;
}

.reviews-list__pagination {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #ebebeb;
}

.reviews-view__form {
    margin-top: 40px;
}

.reviews-view__header {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
}


.vehicle-picker-modal__panel {
    padding: 32px 32px 36px;
    display: none;
}

.vehicle-picker-modal__panel--active {
    display: block;
}

.vehicle-picker-modal__close {
    z-index: 2;
    position: absolute;
    padding: 16px;
    border: none;
    top: 0;
    border-radius: 0 2.5px 0 2.5px;
    background: transparent;
    fill: currentColor;
    transition: background 0.2s, color 0.2s;
    background-color: #fff;
    color: #ccc;
    left: 0;
}

.vehicle-picker-modal__close:hover {
    background-color: #f2f2f2;
    color: #4d4d4d;
}

.vehicle-picker-modal__close:active {
    background-color: #ebebeb;
    color: #4d4d4d;
}

.vehicle-picker-modal__close svg {
    display: block;
}

.vehicle-picker-modal__close:active {
    transition-duration: 0s;
}

.vehicle-picker-modal__close:focus {
    outline: none;
}

.vehicle-picker-modal__text {
    font-size: 15px;
    color: #6c757d;
    margin-bottom: 10px;
    margin-top: -10px;
}

.vehicle-picker-modal__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 40px;
}

.vehicle-picker-modal__actions> :not(:last-child) {
    margin-left: 12px;
}

@media (max-width: 479px) {
    .vehicle-picker-modal__panel {
        padding: 24px 24px 28px;
    }
    .vehicle-picker-modal__actions {
        margin-top: 32px;
    }
}

@media (max-width: 399px) {
    .vehicle-picker-modal__panel {
        padding: 20px 20px 24px;
    }
    .vehicle-picker-modal__actions {
        margin-top: 28px;
    }
}
.block-empty {
    text-align: center;
    padding-top: 20px;
    margin: 10% 0 0;
    color:#FFF;
}

.block-empty__body {
    line-height: 1.68;
}

.block-empty__title {
    line-height: 1.68;
}

.block-empty__message {
    margin-top: 16px;
    font-size: 14px;
}

.block-empty__action {
    margin-top: 32px;
}

.logincard {
    width: 100%;
    /*max-width: 400px;
    margin: 120px auto 80px;*/
}
.logincard .typography {
    /*padding: 2rem;*/
}


.typography p {
  margin-bottom: 1.5em;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.logincard-title {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #ebebeb;
    padding: 0px 0 5px 0;
	margin-bottom: 2rem !important;
}
.logincard-txtcenter {
    padding: 10px;
    text-align: center !important;
}
.logincard .form-control {
    text-align: center;
}
.logincard .btn.btn100 {
    width: 100%;
}
.logincard .logincard_pd0 {
    padding: 0px;
}
.logincard .logincard_pdt0 {
    padding-top: 0px;
}
.logincard .logincard_pd3 {
    padding: 3px;
}
.logincard_fs14 {
	font-size: 14px;
}
.logincard .logincard_f22 {
    font-size: 22px;
}
.logincard .logincard_b500 {
    font-weight: 500;
}
.logincard .logincard_b600 {
    font-weight: 600;
    margin-bottom: 0em;
}
.logincard-btdiv {
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
}
.logincard_telf {
    direction: ltr;
}
.logincard_telf span {
    font-size: 14px;
    display: inline-block;
    margin: 0 5px 0;
}
.logincard-img {
    text-align: center !important;
}
.logincard-img img {
    border-radius: 50%;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0px -3px 3px #0003,0px 3px 3px #0003;
    width: 70px;
    height: 70px;
}
.logincard-img svg {
    width: 80px;
    height: 80px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.3),0 -3px 3px rgba(0,0,0,0.3);
    border-radius: 50%;
    border: 3px solid white;
}
.btnlogin-left {
    margin-top: 12px;
    display: inline-block;
    width: auto;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.divlogin-left {
	text-align: left;
}
.logincard_mb10 {
	margin-bottom: 10px;
}
.logincard_inpimg {
    cursor: pointer;
}
.slim .slim-error, .slim .slim-label, .slim .slim-label-loading {
    width: 100%;
    height: 100%;
}
.slim-label p {
    width: 100%;
    height: 100%;
}
.logincard-userprofile {
    background-color: #e9e9e9;
    width: 72px;
    height: 72px;
    display: inline-block;
    border-radius: 50%;
    margin: 4px 4px !important;
}
.uploadimguseri {
    font-size: 67px !important;
    margin: 7px 6px !important;
    color: #19bfd5;
}
.uploadimguserei {
    font-size: 50px;
    margin: 11px 11px !important;
}
.logindiv .disabled {
    /* background-color: #a9a9a9; */
}
.logindiv .active {
    color: #262626;
}
[data-module="ui/Demo"] > .avatar .slim {
	padding: 5px;
	background-color: #fff;
	box-shadow: 0px -3px 3px #0003,0px 3px 3px #0003;
	cursor: pointer;
	width: 80px;
	border-radius: 50%;
	margin: 0 auto 20px;
}
.audio-hidden{width:0;height:0;visibility:hidden}
			.ppq-audio-player .play-pause-btn .play-pause-icon:after{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
			.ppq-audio-player .play-pause-btn .play-pause-icon:after,.ppq-audio-player.player-playing .play-pause-icon:after{background-image:url(../images/paly_pause.png);background-size:37px 18px}
			.ppq-audio-player{line-height:45px;position:relative;overflow:hidden;margin:0 auto;font-size: 14px;}
			.ppq-audio-player audio{position:absolute;vertical-align:baseline}
			.ppq-audio-player .play-pause-btn{float:left;margin:5px 0 0 12px}
			.ppq-audio-player .play-pause-btn .play-pause-icon{position:relative;display:block;width:30px;height:30px;border:0px solid #2296f2;border-radius:100%;background-color:#fff}
			.ppq-audio-player .play-pause-btn .play-pause-icon:after{display:block;content:"";background-position:0 0;width:9px;height:10px;background-size: cover;}
			.ppq-audio-player.player-playing .play-pause-icon:after{background-position:-12px 0;width:10px;height:10px;background-size: cover;}
			.ppq-audio-player .player-time{float:left;width:51px;margin-right:8px;text-align:right}
			.ppq-audio-player .player-time-duration{float:right;margin:0 0 0 8px;text-align:left}
			.ppq-audio-player .player-bar{position:relative;overflow:hidden;height:3px;margin-top:20px;background-color:#fff}
			.ppq-audio-player .player-bar .player-bar-loaded{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:3px;background:#ddd}
			.ppq-audio-player .player-bar .player-bar-played{position:absolute;top:0;left:0;width:0;height:100%;border-radius:3px;background:#2296f2}

.controls progress {
  display: block;
  width: 100%;
  height: 81%;
  margin-top: 0.125rem;
  border: none;
  color: #0095dd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}


.top-back-button {
  position: absolute;
  z-index: 99;
  left: 40px;
  color: #FFF;
  display: flex;
  //top: 20px;
  direction: rtl;
}
@media screen and (max-width: 939px){
    .top-back-button{
        left: 0px;
    }
    }
}