
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/*=============== General Styling ===================*/

:root {
    --theme-color: #e63f49;
    --theme-dark: #03204b;
    --theme-font-size: 13px;
    --theme-font-color: #8b8b8b;
    --theme-title-size: 20px;
    --theme-title-color: #181818;
    --theme-transition: all 0.2s linear;
}

a {
    color: #198754;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

input:hover,
input:focus {
    outline: none
}

a:hover {
    color: #198754
}

body {
    font-family: 'Poppins';
    font-size: var(--theme-font-size);
    color: var(--theme-font-color);
}

strong {
    font-weight: 600;
}

button {
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--theme-title-color);
    line-height: 1.5;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    color: var(--theme-title-color)
}

p {
    line-height: 180%;
    font-size: 14px
}

dl,
ol,
ul {
    line-height: 200%
}

.block {
    padding: 50px 0;
    position: relative;
}

.topPadding_low {
    padding-top: 70px
}

.bottomPadding_low {
    padding-bottom: 70px
}

.block.overlap {
    padding-top: 0;
    margin-top: -100px;
}

.row-gap-5 {
    row-gap: 5px
}

.row-gap-10 {
    row-gap: 10px
}

.row-gap-15 {
    row-gap: 15px
}

.row-gap-20 {
    row-gap: 20px
}

.row-gap-25 {
    row-gap: 25px
}

.row-gap-30 {
    row-gap: 30px
}

.row-gap-35 {
    row-gap: 35px
}

.row-gap-40 {
    row-gap: 40px
}

.row-gap-45 {
    row-gap: 45px
}

.row-gap-50 {
    row-gap: 50px
}

.column-gap-5 {
    row-gap: 5px
}

.column-gap-10 {
    row-gap: 10px
}

.column-gap-15 {
    column-gap: 15px
}

.column-gap-20 {
    column-gap: 20px
}

.column-gap-25 {
    column-gap: 25px
}

.column-gap-30 {
    column-gap: 30px
}

.column-gap-35 {
    column-gap: 35px
}

.column-gap-40 {
    column-gap: 40px
}

.column-gap-45 {
    column-gap: 45px
}

.column-gap-50 {
    column-gap: 50px
}

.evc_themecolor {
    background-color: #198754 !important
}

.evc_color1 {
    background-color: #126cb8 !important
}

.evc_color2 {
    background-color: #00a8a3 !important
}

.evc_color3 {
    background-color: #d6deb9 !important
}

.evc_color4 {
    background-color: #deef8d !important
}

.evc_color5 {
    background-color: #60c3ae !important
}

.evc_color6 {
    background-color: #e66c61 !important
}

.evc_color7 {
    background-color: #a5d1d2 !important
}

.evc_color8 {
    background-color: #a5d1d2 !important
}

.evc_color9 {
    background-color: #959fca !important
}

.evc_color10 {
    background-color: #deef8d !important
}

.evc_color11 {
    background-color: #26cc8c !important
}

.evc_color12 {
    background-color: #ffa415 !important
}

.evc_color13 {
    background-color: #1611ed !important
}

.evc_color14 {
    background-color: #a685e2 !important
}

.evc_color15 {
    background-color: #1572a1 !important
}

.evc_color16 {
    background-color: #1572a1 !important
}

.evc_color17 {
    background-color: #7c99ac !important
}

.evc_color18 {
    background-color: #cac695 !important
}

.evc_color19 {
    background-color: #65b1ed !important
}

.evc_color20 {
    background-color: #fff3e8 !important
}

.evc_color21 {
    background-color: #f3de8a !important
}

.evc_stroke_color1 {
    stroke: #126cb8 !important
}

.evc_stroke_color2 {
    stroke: #00a8a3 !important
}

.evc_stroke_color3 {
    stroke: #d6deb9 !important
}

.evc_stroke_color4 {
    stroke: #deef8d !important
}

.evc_stroke_color5 {
    stroke: #60c3ae !important
}

.evc_stroke_color6 {
    stroke: #e66c61 !important
}

.evc_stroke_color7 {
    stroke: #a5d1d2 !important
}

.evc_stroke_color8 {
    stroke: #a5d1d2 !important
}

.evc_stroke_color9 {
    stroke: #959fca !important
}

.evc_stroke_color10 {
    stroke: #deef8d !important
}

.evc_stroke_color11 {
    stroke: #26cc8c !important
}

.evc_stroke_color12 {
    stroke: #ffa415 !important
}

.evc_stroke_color13 {
    stroke: #1611ed !important
}

.evc_stroke_color14 {
    stroke: #a685e2 !important
}

.evc_stroke_color15 {
    stroke: #1572a1 !important
}

.evc_stroke_color16 {
    stroke: #1572a1 !important
}

.evc_stroke_color17 {
    stroke: #7c99ac !important
}

.evc_stroke_color18 {
    stroke: #cac695 !important
}

.evc_stroke_color19 {
    stroke: #65b1ed !important
}

.evc_stroke_color20 {
    stroke: #fff3e8 !important
}

.evc_stroke_color21 {
    stroke: #f3de8a !important
}

.evc_text_themecolor {
    background-color: #198754 !important
}

.evc_text_color1 {
    color: #126cb8 !important
}

.evc_text_color2 {
    color: #00a8a3 !important
}

.evc_text_color3 {
    color: #d6deb9 !important
}

.evc_text_color4 {
    color: #deef8d !important
}

.evc_text_color5 {
    color: #60c3ae !important
}

.evc_text_color6 {
    color: #e66c61 !important
}

.evc_text_color7 {
    color: #a5d1d2 !important
}

.evc_text_color8 {
    color: #a5d1d2 !important
}

.evc_text_color9 {
    color: #959fca !important
}

.evc_text_color10 {
    color: #deef8d !important
}

.evc_text_color11 {
    color: #26cc8c !important
}

.evc_text_color12 {
    color: #ffa415 !important
}

.evc_text_color13 {
    color: #1611ed !important
}

.evc_text_color14 {
    color: #a685e2 !important
}

.evc_text_color15 {
    color: #1572a1 !important
}

.evc_text_color16 {
    color: #1572a1 !important
}

.evc_text_color17 {
    color: #7c99ac !important
}

.evc_text_color18 {
    color: #cac695 !important
}

.evc_text_color19 {
    color: #65b1ed !important
}

.evc_dark {
    background-color: #03204b !important;
}

.evc_dark :where(h1,
h2,
h3,
h4,
h5,
h6,
p) {
    color: #FFF;
}

.logo1{
    height:115px;
    width:auto;
}

.evc_gray {
    background-color: #f4f4f4 !important;
}

.pattern1 {
    background: url(../images/pattern1.jpg);
}

.pattern2 {
    background: url(../images/helpers/design1.jpg);
    background-size: cover
}

.pattern3 {
    background: url(../images/helpers/design2.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.pattern4 {
    background: url(../images/helpers/cloud.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.pattern5 {
    background: url(../images/helpers/design5.jpg);
    background-position: left top;
    background-size: 100% 100%
}

.pattern6 {
    background: url(../images/helpers/lines.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.pattern7 {
    background: url(../images/helpers/lines2.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.light_overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    opacity: 0.9;
    z-index: 0;
}

.light_overlay>* {
    z-index: 1;
    position: relative;
}

svg.curve_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.curve_bg {
    background: #FFF;
    z-index: 1;
}

.fixed-bg {
    background-attachment: fixed;
}

ion-icon {
    pointer-events: none;
}

/*=============== Transparent Header ===================*/

header.transparent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #FFF;
    z-index: 3;
    background: #00000069;
}

.header_wrap.container {
    display: flex;
    align-items: center;
}

.header_wrap {
    display: flex;
    padding: 20px 15px 0;
    align-items: center;
}

nav {
    flex: auto;
    display: flex;
    justify-content: center;
    padding: 0 30px
}

nav>ul {
    list-style: none;
    display: flex;
    column-gap: 35px;
    margin: 0
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav>ul>li {
    position: relative;
}

nav>ul>li>a {
    text-decoration: none;
    font-size: 15px;
    color: #03204b;
    padding: 20px 0;
    display: flex;
}

header.transparent nav>ul>li>a {
    color: #FFF;
}

.butttons_group {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
    align-items: center;
}

.theme-btn {
    border: 0;
    background: #198754;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    min-height: 49px;
    display: inline-flex;
    align-items: center;
    min-width: 150px;
    justify-content: center;
    column-gap: 10px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    padding: 5px 30px;
    overflow: hidden;
}

.theme-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    background: #000;
    opacity: 0.1;
    transition: var(--theme-transition);
}

.theme-btn:hover {
    color: #FFF;
}

.theme-btn:hover:before {
    top: 50%;
}

.theme-btn.white {
    background-color: #FFF;
    color: #03204b;
    font-weight: 600;
}

.theme-btn.dark {
    background-color: #03204b;
}

.theme-btn.dark2 {
    background-color: #5a5858;
}

.theme-btn.small {
    min-height: 40px;
    font-size: 13px;
    min-width: 100px;
}

.theme-btn.smallest {
    min-height: 35px;
    font-size: 11px;
    min-width: 100px;
    padding: 0 15px
}

.theme-btn.round {
    border-radius: 150px;
    min-width: 0;
    min-height: 0;
    width: 50px;
    height: 50px;
    padding: 0
}

.theme-btn ion-icon {
    font-size: 35px
}

.theme-btn ion-icon.compact {
    margin-left: -24px
}

/*=============== Detailed Header ===================*/

.detailed_header {
    display: flex;
    background: #FFF;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
    align-items: center
}

.detailed_header .logo {
    background: #198754;
    min-height: 140px;
    display: flex;
    align-items: center;
    min-width: 280px;
    justify-content: center
}

.header_right {
    display: flex;
    flex-direction: column;
    flex: auto;
    min-height: 140px
}

.header_topBar {
    display: flex;
    background: #f8f8f8;
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
    padding: 5px 2%;
    line-height: 1.3
}

.useful_information {
    font-size: 12px;
    color: #736e6e;
    display: flex;
    column-gap: 20px;
    font-weight: 400
}

.useful_information span {
    display: flex;
    align-items: center;
    column-gap: 5px
}

.useful_information span ion-icon {
    font-size: 16px;
    color: #198754
}

.main_menu {
    flex: auto;
    display: flex;
    align-items: center;
    padding: 10px 2%
}

.main_menu nav {
    justify-content: left;
    padding: 0;
}

.main_menu nav>ul {
    padding: 0
}

.header_functional_icons {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-right: 40px;
    padding: 5px 0 5px 20px;
    border-left: 1px solid #eee
}

.evercare_callNow {
    display: flex;
    background: #f4f4f4;
    padding: 15px 40px 15px 20px;
    border-radius: 70px;
    column-gap: 20px;
    border: 1px solid #dbdbdb;
}

.evercare_callNow span {
    width: 53px;
    height: 53px;
    background: #FFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.callNow_text {
    font-size: 17px;
    color: #202020;
    display: flex;
    flex-direction: column;
}

.callNow_text i {
    font-size: 14px;
    color: #736e6e;
    font-style: normal
}

.evercare_callNow span ion-icon {
    color: #198754;
    font-size: 30px
}

/*=============== Menu Dropdown ===================*/

nav ul ul {
    background: #198754;
    width: 230px;
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    line-height: normal;
    margin: 0;
    color: #FFF;
    transition: var(--theme-transition);
    padding: 20px 0;
    z-index: 1;
}

nav ul ul li {
    color: #BFBFBF;
    font-size: 16px
}

nav li:hover>ul {
    visibility: visible;
    opacity: 1
}

nav ul ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

nav ul ul li:before {
    display: none
}

nav ul ul li a {
    float: left;
    font-size: 15px;
    padding: 10px 30px;
    width: 100%;
    color: #FEFEFE;
    transition: all 0.1s linear;
}

nav ul ul ul {
    left: 100%;
    top: 0;
    background: #3e3e3e
}

nav ul ul li.has-dropdown:after {
    content: "\f105";
    position: absolute;
    right: -19px;
    top: 8px;
    width: 40px;
    height: 40px;
    color: #BFBFBF;
    font-family: fontawesome
}

nav ul ul li:hover>a {
    color: #FFF
}

nav ul ul:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

nav ul ul li:hover>a {
    background: #1b1b1b
}

/*=============== Dark Slider ===================*/

.dark_slider {
    width: 100%;
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-color: #161616;
}

.dark_slider img {
    height: 100%;
    float: right;
}

.darkSliderTextWrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    color: #FFF;
}

.darkSlider_text h3 {
    font-size: 75px;
    font-weight: 100;
    color: #FFF;
}

/*=============== Ever Care Service ===================*/

.evc_service {
    position: relative;
    width: 100%;
    color: #FFF;
    background-color: #198754;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 32px rgb(0 0 0 / 29%);
    -moz-box-shadow: 0 0 32px rgb(0 0 0 / 29%);
    box-shadow: 0 0 32px rgb(0 0 0 / 29%);
}

.evc_service>img {
    width: 100%;
    border-radius: 15px;
}

.evc-service-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: baseline;
    padding: 0 45px;
    justify-content: center;
    flex-direction: column;
}

.evc_service:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    opacity: 0.9;
    border-radius: 15px;
}

.evc-service-overlay h3 {
    margin-top: 30px;
    font-size: 23px;
    font-weight: 700;
    color: #FFF;
}

.evc-service-overlay p {
    margin: 0;
}

a.slidingBtn {
    position: absolute;
    left: 60px;
    top: 100%;
    background: inherit;
    color: #FFF;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    z-index: 0;
    transition: var(--theme-transition);
    visibility: hidden;
    opacity: 0;
    margin-top: -30px;
}

a.slidingBtn:before,
a.slidingBtn:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 50%;
    height: 100%;
    background: inherit;
    z-index: -1;
    transform: skew(40deg);
}

a.slidingBtn:after {
    left: auto;
    right: -20px;
    transform: skew(-40deg);
}

div:hover>a.slidingBtn {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

/*=============== Ever Care Double Title ===================*/

.double_title {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.double_title h2 {
    font-size: 70px;
    font-weight: 400;
    color: #161616;
    margin: 0;
    line-height: 1;
    position: relative;
    z-index: 1;
    margin-top: -20px;
}

.double_title h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px;
    background: #198754;
    z-index: -1;
}

.double_title>i {
    font-size: 125px;
    position: absolute;
    font-style: normal;
    line-height: 0.9;
    color: #f5f5f5;
    font-weight: 800;
    left: 0;
    width: 100%;
    top: -60px;
    z-index: -1;
    transition: var(--theme-transition);
}

section:hover .double_title i {
    top: -80px;
}

/*=============== Ever Care Cause ===================*/

.evc_cause {
    display: flex;
    flex-direction: column;
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0 0 17px rgb(0 0 0 / 17%);
    overflow: hidden;
}

.evc_cause_img {
    display: flex;
    position: relative;
    flex-direction: column;
    border-radius: 15px 15px 0 0;
}

.evc_cause_img img {
    width: 100%;
}

a.cause_cat {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    background: #198754;
    color: #FFF;
    border-radius: 20px;
    padding: 3px 3px;
    width: 133px;
    text-align: center;
    transition: all 0.2s linear;
}

/* a.cause_cat:hover {
    padding: 3px 30px;
} */

.evc_cause_details {
    padding: 35px 35px 25px;
    height:360px;
}

.evc_cause_details h3 {
    font-size: 20px;
    font-weight: 600;
}

.evc_cause_details p {
    line-height: 23px;
}

.evc_cause_compare {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    column-gap: 15px;
    row-gap: 15px;
}

.evc_numbers {
    display: flex;
    flex-direction: column;
    background: #413e3e;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
}

.evc_numbers i {
    font-style: normal;
    background: #198754;
    font-size: 11px;
    font-weight: 400;
}

.evc_numbers span {
    padding: 2px 0;
}

.evc_cause_details .evc_progress {
    margin: 50px -35px 0
}

.evc_progress {
    height: 3px;
    background: #e8e7e7;
    position: relative
}

.evc_progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: currentColor;
    color: #198754;
}

.evc_progress span:before {
    content: "";
    position: absolute;
    right: 0;
    top: -4px;
    width: 10px;
    height: 10px;
    background: inherit;
    border-radius: 50%;
}

.evc_progress span:after {
    content: attr(data-progress);
    position: absolute;
    right: -10px;
    bottom: 9px;
    font-size: 12px;
    color: inherit
}

a.seeMore {
    margin: 20px auto 0;
    display: table;
    font-size: 14px;
    color: #03204b;
    font-weight: 600;
    transition: var(--theme-transition);
}

a.seeMore:hover {
    color: #198754;
    letter-spacing: 1.2px
}

.evc_progress.style2 {
    height: 20px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.evc_progress.style2 span:before {
    top: -4px;
    height: calc(100% + 8px);
    right: -4px;
    border-radius: 3px
}

.evc_progress.style2 span {
    border-radius: 5px
}

.evc_progress.style2 span:after {
    top: 0;
    font-size: 13px;
    color: #FFF;
    right: 10px
}

/*=============== Ever Care Appeal ===================*/

.evc_appeal {
    display: flex;
    flex: auto;
}

.evc_appeal_img {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 48px;
    border-left: 15px solid #FFF;
    border-top: 15px solid #FFF;
    border-bottom: 15px solid #FFF;
    box-shadow: 0 0 17px rgb(0 0 0 / 17%);
}

.evc_appeal_text {
    min-height: 670px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 890px;
    position: relative;
    padding-right: 25%;
    z-index: 1;
    color: #FFF;
}

.evc_appeal_text:before,
.evc_appeal_text:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background: #198754;
    z-index: -1;
    opacity: 0.8;
}

.evc_appeal_text:after {
    background: url(../images/helpers/design1.jpg);
    opacity: 1;
    z-index: -2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.evc_appeal_text h3 {
    font-size: 50px;
    color: #FFF;
    font-weight: 200;
    margin-bottom: 20px;
}

.evc_appeal_text p {
    font-size: 15px;
    font-weight: 200;
    /* padding-right: 60px; */
    line-height: 1.6;
    margin-bottom: 40px;
}




/*=============== Join Our Compaign ===================*/



.join_compaign {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.join_compaign h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 10px;
}

.join_compaign p {
    font-size: 15px;
    opacity: 0.5;
    line-height: 27px;
    margin-bottom: 20px;
    color: #FFF;
    padding: 0 10%;
}

/*=============== Ever Care Title ===================*/

.evc_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
}

.evc_title span {
    font-size: 14px;
    color: #FFF;
    background: #198754;
    padding: 2px 30px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 5px;
}

.evc_title span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: black;
    opacity: 0.1;
    z-index: -1;
}

.evc_title h2 {
    font-size: 45px;
    font-weight: 200;
    margin: 0;
}

/*=============== Ever Care Donor ===================*/

.evercare_donor {
    margin: 0 auto;
    display: table;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #FFF;
}

.donor_img {
    /* border-radius: 50%; */
    overflow: hidden;
    /* border: 5px solid #FFF; */
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    margin-top: 0;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    z-index: 10;
}

.donor_info {
    text-align: center;
    margin-top: 90px;
    width: 340px;
    height: 340px;
    background: #03204b;
    z-index: 1;
    /* border-radius: 50%; */
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 170px 30px 0;
}

.donor_info:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 280px;
    height: 150px;
    background: #198754;
    transform: translateX(-50%);
    z-index: -1;
    transition: var(--theme-transition);
}

.donor_info i {
    font-style: normal;
    margin-bottom: 5px;
    font-weight: 300;
}

.donor_info h3 {
    font-weight: 600;
    color: #FFF;
    font-size: 19px;
}

.donor_info span {
    font-size: 16px;
    font-weight: 500;
}

.evercare_donor:hover .donor_info:before {
    width: 240px;
    height: 240px;
    bottom: -40px;
}

/*=============== Ever Care Subscribe ===================*/

.subscribe_evercare {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.subscribe_evercare span {
    font-size: 18px;
    color: #717171;
    margin-bottom: 10px;
}

.subscribe_evercare h3 {
    font-size: 27px;
}

.subscribe_evercare h3 i {
    color: #198754;
    font-style: normal;
}

.subscribe_evercare h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

form.subscribeForm {
    /* display: flex; */
    margin: 0 auto;
    background: #03204b;
    padding: 15px;
    border-radius: 5px;
    /* column-gap: 10px; */
    width: 100%;
}

form.subscribeForm input {
    background: #5a5858;
    height: 51px;
    border: 0;
    width: 100%;
    border-radius: 5px;
    padding: 10px 20px;
    color: #FFF;
    flex: auto;
}

input::placeholder {
    opacity: 0.8;
    color: #FFF;
}

form.subscribeForm button {
    /* margin: -15px -15px -15px 10px; */
    margin-top: 19px;
    border-radius: 5px;
    background: #198754;
    padding: 10px 20px;
    /* min-width: 190px; */
    width: 100%;
    color: #FFF;
    height:51px;
    font-size: 18px;
    font-weight: 500;
}

/*=============== Ever Care Overlay Slider ===================*/

.overlay_slider {
    width: 100%;
    position: relative;
    z-index: 2;
}

.overlay_slider img {
    width: 100%;
}

.overlay_slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.overlay_slider_text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.overlay_slider_text_inside {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 70%
}

.overlay_slider_text_inside h2 {
    color: #FFF;
    font-size: 53px;
    font-weight: 100;
    line-height: 78px;
}

.overlay_slider_text_inside h2 i {
    font-style: normal;
    padding: 0 10px;
    background: #198754;
}

.overlay_slider_text_inside p {
    font-size: 17px;
    color: #FFF;
    line-height: 35px;
    padding-right: 20px;
    margin-bottom: 50px;
    font-weight: 300;
}

/*=============== Ever Care Featured Event ===================*/

.evercare_featured_event {
    display: flex;
}

.evc_event_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.evc_event_info span {
    font-size: 13px;
    color: #FFF;
    background: #198754;
    padding: 2px 11px;
    margin: 0 0 10px;
}

.evc_event_info h3 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.2;
}

.evc_event_info address {
    font-size: 14px;
    color: #3a3a3a;
    display: flex;
    align-items: center;
    column-gap: 7px;
    font-weight: 500;
}

.evc_event_timer.countdown {
    display: flex;
    align-items: flex-start;
    column-gap: 70px;
    flex: 2;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 20px;
}

.time-box span {
    font-size: 90px;
    color: #3a3a3a;
    font-weight: 600;
    line-height: 1;
}

.time-box {
    position: relative;
}

.time-box p {
    position: absolute;
    left: 100%;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    background: #198754;
    color: #FFF;
    padding: 1px 10px;
    text-transform: capitalize;
}

/*=============== Ever Care About ===================*/

.image {
    width: 100%;
}

.image img {
    width: 100%;
}

.evercare_about {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

i.welcome {
    color: #198754;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}

.evercare_about h3 {
    color: #e63f49;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
}

.evercare_about p {
    line-height: 180%;
}

.facts_counter {
    display: flex;
    align-items: center;
    column-gap: 40px;
    flex-wrap: wrap;
    row-gap: 20px
}

.counter {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.counter span {
    font-size: 40px;
    color: #03204b;
    position: relative;
    line-height: 1;
}

.counter i {
    font-size: 13px;
    color: #808080;
    font-style: normal;
}

.counter span:before {
    content: "+";
    position: absolute;
    right: -16px;
    top: 0;
    font-size: 18px;
    color: #198754;
}

/*=============== Ever Care Gallery ===================*/

.vertical-layout,
.square-layout,
.horizontal-layout {
    height: 280px;
}

.vertical-layout {
    grid-row: span 2;
}

.horizontal-layout {
    grid-column-end: span 2;
}

.vertical-layout {
    height: 570px
}

.evercare_gallery {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-flow: dense;
    gap: 10px;
}

.evercare_gallery_item {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.gallery_image_container {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.gallery_item_info {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 5px;
    line-height: 1.3;
    text-align: center;
    padding: 0 20px;
    overflow: hidden;
    max-height: 0;
    transition: all 0.2s linear;
    min-height: 0;
}

.gallery_item_info h3 {
    margin: 0;
    font-size: 20px;
    color: #1c1c1c;
    line-height: 1.2;
}

.gallery_item_info span {
    color: #535353;
    font-weight: 500;
}

.evercare_gallery_item:hover .gallery_item_info {
    padding: 20px;
    max-height: 110px;
    min-height: 110px;
}

/*=============== Ever Care Help ===================*/

.evercare_help {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.evercare_help span {
    font-size: 18px;
    color: #565555;
}

.evercare_help h3 {
    font-size: 42px;
    font-weight: 600;
    padding: 0 10px;
    margin: 20px 0 30px;
    line-height: 1.5
}

/*=============== EverCare Bar Title ===================*/

.bar_title {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 40px;
    color: #03204b;
}

.bar_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #a5d1d2;
}

.bar_title h3 {
    line-height: 1;
    color: inherit;
    font-weight: 200;
}

.bar_title span {
    opacity: 0.7;
    font-weight: 300;
}

.evc_dark .bar_title {
    color: #FFF
}

/*=============== EverCare Modern Cause ===================*/

.modern_cause {
    width: 100%;
    background: #FFF;
    display: flex;
    flex-direction: column;
    border: 1px solid #f1f1f1
}

.modern_cause_img {
    width: 100%;
    position: relative;
}

.modern_cause_img img {
    width: 100%;
}

.modern_cause_img svg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.modern_cause_img svg path {
    d: path("M0,160L60,181.3C120,203,240,245,360,250.7C480,256,600,224,720,176C840,128,960,64,1080,48C1200,32,1320,64,1380,80L1440,96L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z");
    transition: all 0.3s;
}

.modern_cause:hover svg path {
    transform: scale(1.2)
}

.modern_cause_detail {
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: 250px;
}

.modern_cause_detail h4 {
    font-size: 18px;
    font-weight: 600;
}

.modern_cause_progress {
    background: #f2f0ec;
    padding: 7px 21px 10px;
    margin: -62px -1px -21px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.progress_info {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    font-weight: 600;
    color: #353535;
}

.modern_cause_detail p {
    color: var(--theme-font-color)
}

/*=============== EverCare Simple Service ===================*/

.simple_service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 30px;
}

.simple_service h4 {
    line-height: 1.4;
    font-size: 18px;
    margin-top: 30px;
    font-weight: 600;
    color: #202020;
}

.simple_service p {
    margin: 0 0 30px;
}

.simple_service:hover img {
    animation: jello-vertical 1s 1
}

/*=============== EverCare Events ===================*/

.featured_event_date {
    position: absolute;
    right: 40px;
    top: -30px;
    width: 60px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    line-height: 1.4;
}

.featured_event {
    position: relative;
    border-radius: 5px;
}

.featured_event img {
    width: 100%;
    border-radius: 5px;
}

.featured_event_date i {
    font-style: normal;
    font-size: 18px
}

.featured_event_text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 25% 30px 30px;
    display: flex;
    flex-direction: column;
    color: #FFF;
    font-weight: 300;
}

.featured_event:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, #000);
    z-index: 0;
    border-radius: 5px;
}

.featured_event_text h3 {
    font-size: 22px;
    margin: 0 0 20px;
    font-weight: 300;
}

.featured_event_text h3 a {
    color: #FFF
}

span.address {
    font-size: 12px;
    color: #198754;
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin: 0 0 20px
}

span.address ion-icon {
    font-size: 15px;
}

.featured_event_text p {
    margin: 0
}

.evercare_events_list {
    display: flex;
    flex-direction: column;
    row-gap: 50px
}

.evercare_event {
    display: flex;
    align-items: center;
    column-gap: 50px;
    /* padding-right: 60px */
}

.event_thumb {
    position: relative;
    border-radius: 5px
}

.event_thumb img {
    border-radius: 5px
}

.event_date {
    position: absolute;
    right: -35px;
    top: 20px;
    font-size: 11px;
    color: #FFF;
    padding: 4px 20px
}

.event_date i {
    font-style: normal;
    font-size: 15px;
    font-weight: 600
}

.event_text {
    display: flex;
    flex-direction: column
}

.event_text p {
    margin: 0
}

.event_text h3 {
    font-size: 18px;
    font-weight: 400
}

/*=============== EverCare Circle Title ===================*/

.circle_title {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    min-height: 210px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px
}

.circle_title:before,
.circle_title:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 210px;
    height: 210px;
    background: #FFF;
    border: 3px solid #efefef;
    margin-left: -105px;
    z-index: -1;
    border-radius: 50%;
}

.circle_title:after {
    background: #fbfbfb;
    transform: scale(0.9);
}

.circle_title ion-icon {
    font-size: 40px;
    color: #c9c9c9;
    margin-bottom: 10px;
}

.circle_title h2 {
    font-size: 45px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 0;
}

.circle_title span {
    font-size: 15px
}

/*=============== Ever Care Reviews ===================*/

.evc_review {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    min-height: 190px;
    box-shadow: 0 0 22px rgb(0 0 0 / 19%);
    max-height: 200px;
}

.evc_review_quote {
    flex: 2;
    align-self: center;
    padding: 0 10px 0 30px;
    color: #FFF;
    font-size: 13px
}

.evc_review_detail {
    flex: 1;
    background: #FFF;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 40px;
    position: relative;
    box-shadow: -20px 0 20px rgb(0 0 0 / 14%)
}

.evc_review_detail img {
    border-radius: 50%;
    margin: 0 0 15px;
    width: 70px;
    height: 70px
}

.evc_review_detail strong {
    font-size: 12px
}

.evc_review_detail span {
    font-size: 11px;
    color: #bfbfbf
}

svg.visual {
    position: absolute;
    left: -30px;
    top: 0;
    width: 40PX;
    height: 100%
}

/*=============== Dark Column Title ===================*/

.dark-column-title {
    background: #03204b;
    padding: 70px 65px
}

.dark-column-title h3 {
    color: #FFF;
    font-size: 30px;
    font-weight: 300
}

.dark-column-title h3 strong {
    font-weight: 500
}

.dark-column-title p {
    color: #FFF;
    margin: 0
}

/*=============== Donators Carousel ===================*/

.donators_carousel {
    padding: 0 50px
}

.donator {
    display: flex;
    align-items: flex-start;
}

.donator img {
    border-radius: 3px
}

.donator-info {
    width: 100%;
    padding-left: 15px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
}

.donator-info strong {
    color: #FFF;
    font-size: 16px;
    margin: 5px 0 5px;
}

.donator-info span {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
}

/*=============== Sponsors ===================*/

.sponsors {
    display: flex;
    align-items: center;
    column-gap: 30px;
    width: 100%;
}

.sponsor_logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsor_logo {
    max-width: 100%;
    max-height: 100%;
    flex: 1
}

.sponsor_logo img {
    max-width: 100%;
}

/*=============== Slider 3 ===================*/

.slide_image {
    width: 100%
}

.slide_image img {
    max-width: 100%
}

.simpleSlide_Text h2 {
    font-size: 45px;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: 400
}

.simpleSlide_Text h3 {
    font-size: 40px;
    font-weight: 300
}

.simpleSlide_Text p {
    font-size: 15px;
    color: #878787;
    margin-bottom: 30px;
    font-weight: 400;
}

.simpleSlide_Text {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.simpleSlide_Text h2 strong {
    font-weight: 700
}

.coloredText {
    font-size: 16px;
    color: #198754
}

.evc_dark .simpleSlide_Text p {
    color: #c3c3c3
}

/*=============== Dark Text ===================*/

.darkText h3 {
    font-size: 25px;
    margin-bottom: 30px
}

/*=============== Appeal Section ===================*/

.appealSection {
    display: flex;
    align-items: center;
    color: #03204b;
    column-gap: 100px
}

.appeal_Text {
    color: #03204b;
    flex: auto;
    padding-right: 5%
}

.appealSection.reverse .appealImage {
    order: 2
}

.appealSection.reverse .appeal_Text {
    order: 1;
    padding-right: 0;
    padding-left: 5%
}

.appealImage {
    flex: 0 0 50%
}

.appealImage img {
    max-width: 100%
}

/*=============== Ever Care Blog ===================*/

.evcBlogPost {
    padding: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    /* display: flex;
    row-gap: 30px;
    flex-direction: column; */
    height: 550px;
}

.evcBlogImage {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.evcBlogImage img {
    max-width: 100%
}

.evcBlogDetail {
    padding: 0 50px 0px 20px;
    display: flex;
    flex-direction: column
}

.evc_blogCats {
    /* display: flex; */
    column-gap: 10px;
    row-gap: 10px;
    margin-bottom: 20px
}

.evc_blogCats a {
    background: #198754;
    color: #FFF;
    font-size: 12px;
    padding: 2px 15px;
    border-radius: 20px;
    line-height: 1.5;
    font-weight: 500
}

.evcBlogDetail h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px
}

.evcBlogDetail p {
    margin: 0;
    font-size: 14px;
}

.evcBlogBottom {
    margin-top: auto;
    display: flex;
    padding: 0 20px;
    font-size: 12px;
    column-gap: 10px;
    color: #939393;
    font-weight: 500;
    margin-bottom: 20px
}

.moreInfo {
    margin-left: auto;
    display: flex;
    align-items: center;
    font-size: 14px;
    column-gap: 10px;
    font-weight: 500
}

.moreInfo span {
    display: flex;
    align-items: center;
    column-gap: 5px
}

/*=============== Ever Care Form Box ===================*/

.everCareFormBox {
    background-image: url(../images/helpers/bubbles.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center bottom;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    padding: 90px 30px 100px;
    border-radius: 5px;
    box-shadow: 0 0 30px rgb(0 0 0 / 13%);
}

.simple_title {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.simple_title h3 {
    margin: 0;
    color: #202020;
    font-size: 25px;
    font-weight: 300
}

.simple_title span {
    font-size: 13px;
    font-weight: 500
}

.everCare_Form .form-control {
    border: 0;
    min-height: 50px;
    box-shadow: none;
    font-size: 12px;
    color: #4a4a4a;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #dbdbdb
}

.everCare_Form .form-control::placeholder {
    color: #b3b3b3
}

.everCareFormBox.overlap {
    margin-top: -90px;
    margin-bottom: -80px;
}

/*=============== Ever Care Accordions ===================*/

.accordion_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    border-radius: 10px;
    background-color: #FFF;
}

.accordion_panel {
    display: flex;
    flex-direction: column;
    min-height: 80px;
}

.accordion_panel .accordion_title {
    display: flex;
    width: 100%;
    min-height: 60px;
    align-items: center;
    padding: 0 25px;
    column-gap: 5px;
    flex: auto
}

.accordion_panel .accordion_title h4 {
    font-size: 17px;
    margin: 0;
}

.accordion_panel~.accordion_panel {
    border-top: 1px solid #ddd
}

.accordion_panel .accordion_content {
    display: none;
    padding: 0px 25px 20px 25px;
    font-size: 15px;
}

.accordion_panel .accordion_title ion-icon {
    margin-left: auto;
    font-size: 18px;
}

.accordion_panel .accordion_title.active h4 {
    color: #198754;
}

/*=============== Ever Care Video ===================*/

.everCareVideo {
    position: absolute;
    width: 53%;
    border-radius: 5px;
    overflow: hidden;
    right: 0;
    top: 70px
}

.everCareVideo img {
    width: 100%;
}

.everCareVideo:hover .video_icon {
    width: 170px
}

a.video_icon {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 130px;
    height: 100px;
    background: #FFF;
    border-radius: 0 70px 70px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    transition: all .3s linear
}

a.video_icon ion-icon {
    font-size: 95px
}

/*=============== Circular Progress ===================*/

.circularProgress {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px
}

svg.radial-progress {
    height: auto;
    max-width: 200px;
    padding: 1em;
    transform: rotate(-90deg);
    width: 100%
}

svg.radial-progress circle {
    fill: rgba(0, 0, 0, 0);
    stroke: #fff;
    stroke-dashoffset: 219.91148575129;
    stroke-width: 10
}

svg.radial-progress circle.incomplete {
    opacity: .25
}

svg.radial-progress circle.complete {
    stroke-dasharray: 219.91148575129
}

svg.radial-progress text {
    font: 400 1em/1 Oswald, sans-serif;
    text-anchor: middle
}

/*=============== Ever Care Testimonials ===================*/

.thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 5px
}

.thumb img {
    width: 100%
}

.everCare_testimonials {
    display: flex;
    align-items: center;
    column-gap: 150px;
}

.testimonial_img {
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
    min-width: 395px;
    height: 395px
}

.everCare_testimonials blockquote {
    font-size: 18px;
    font-weight: 500;
    color: #202426;
    line-height: 2;
    margin: 0
}

.overlapUp {
    margin-top: -130px
}

.evecareTestimonialSlider .slick-dots {
    margin-top: -100px;
    position: relative;
    z-index: 10;
}

.evecareTestimonialSlider .slick-slide {
    padding: 0 !important
}

.testimonial_img_wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    background: #FFF
}

.testimonial_img_wrap h4 {
    font-size: 20px;
    color: #2e2e2e;
    font-weight: 600;
    line-height: 1
}

.testimonial_img_wrap span {
    line-height: 1;
    font-size: 12px
}

/*=============== Ever Care Page Top ===================*/

.everCarePageTop {
    min-height: 270px;
    display: flex;
    background-size: 100%;
    background-position: center bottom
}

.everCarePageTopWrap {
    display: flex;
    align-items: center;
    height: 100%
}

.breadCrumbs {
    margin-left: auto
}

.breadCrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    font-size: 15px;
    column-gap: 20px;
    font-weight: 600
}

.breadCrumbs ul li {
    color: #198754
}

.breadCrumbs ul li a {
    font-weight: 300;
    position: relative
}

.breadCrumbs ul li a:after {
    content: " > ";
    position: absolute;
    right: -13px;
    top: 0
}

header.transparent~.everCarePageTop {
    padding-top: 90px;
    min-height: 370px
}

/*=============== Ever Care Pagination ===================*/

.everCarePagination {
    display: flex;
    margin-top: 70px;
    justify-content: center
}

ul.paginationItems {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 10px
}

ul.paginationItems li a {
    border: 1px solid #e9eaeb;
    font-size: 14px;
    color: #000;
    min-width: 38px;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 20px;
    transition: all .2s
}

ul.paginationItems li:first-child a,
ul.paginationItems li:last-child a {
    padding: 5px 30px
}

ul.paginationItems li a.current,
ul.paginationItems li a:hover {
    background: #198754;
    color: #FFF;
    border-color: ver(--theme-color)
}

/*=============== Ever Care Blog Detail  ===================*/

.everCare-blog-detail {
    line-height: 200%
}

.post-img {
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee
}

.post-img img {
    max-width: 100%
}

.everCare-blog-detail .cat-box {
    position: relative;
    border: 0;
    padding: 4px 10px;
    margin: 0 0 10px;
    color: #FFF;
    font-size: 15px;
    background: #198754;
    display: inline-flex;
    column-gap: 10px
}

.everCare-blog-detail .cat-box a {
    color: #FFF
}

.post-title {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 600
}

.everCare-blog-detail .meta {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    column-gap: 10px
}

.everCare-blog-detail .meta li {
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-family: roboto;
    color: #555;
    font-weight: 500
}
.blog-item{
    background: #f1f1f1;
    padding: 20px;
}

.facebook {
    color: #3b5998
}

.twitter {
    color: #00b6f1
}

.youtube {
    color: red
}

.linkedin {
    color: #007bb6
}

.google-plus {
    color: #dd4b39
}

.post-information {
    margin: 0 0 20px
}

.everCare-blog-detail blockquote.quote {
    float: left;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 40px;
    padding: 0 40px;
    position: relative;
    width: 100%;
    color: #404040;
    font-family: roboto;
    font-style: italic
}

.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 10px
}

.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px
}

.everCare-tags {
    border-top: 1px solid #f1f4f7;
    margin: 20px 0 0;
    padding: 10px 0 0;
    display: flex;
    column-gap: 10px;
    clear: both
}

.everCare-tags>a {
    border: 1px solid #ddd;
    color: #737373;
    font-size: 14px;
    padding: 4px 14px;
    border-radius: 4px
}

.everCare-author {
    background: #f4f4f4;
    max-width: none;
    padding: 30px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #ddd
}

.everCare-author>img {
    max-width: none;
    border: 3px solid #FFF;
    border-radius: 20px
}

.everCare-abt-widget .round-socials a,
.everCare-author .round-socials a {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.author-inner {
    padding-left: 30px;
    display: flex;
    flex-direction: column
}

.author-inner h5 {
    margin: 0 0 5px;
    font-weight: 600
}

.author-inner i {
    font-size: 12px;
    font-style: normal;
    background: #198754;
    color: #FFF;
    text-align: center;
    padding: 0 9px;
    font-weight: 500
}

.author-inner p {
    margin: 10px 0 0
}

.everCare-comments {
    margin: 50px 0 0
}

.subtitle {
    margin: 0 0 20px;
    position: relative;
    font-weight: 500;
    display: inline-flex
}

.subtitle:before {
    background: #000;
    bottom: 7px;
    content: "";
    height: 4px;
    left: 100%;
    margin-left: 10px;
    position: absolute;
    width: 50px
}

.subtitle i {
    font-style: normal;
    color: #198754;
    margin-right: 5px
}

.everCare-comments>ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.everCare-comments>ul li {
    padding: 0
}

.everCare-comments li:before {
    display: none
}

.comment {
    margin: 0;
    padding-bottom: 20px;
    display: flex;
    padding-top: 20px
}

.comment>img {
    border-radius: 4px;
    align-self: start
}

.comment-inner {
    padding-left: 30px
}

.comm-name>h5 {
    font-size: 15px;
    font-weight: 600;
    margin: 0
}

.comment-inner .date {
    color: #198754;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    margin-left: auto
}

.comment-inner>p {
    font-size: 14px;
    margin: 0 0 20px
}

.reply {
    font-size: 12px;
    border: 1px solid #198754;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 500;
    transition: all .2s
}

.reply:hover {
    background: #198754;
    color: #FFF
}

.comm-name {
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.everCare-comments li ul {
    padding-left: 40px;
    list-style: none;
    margin: 0
}

.everCare-form .btn {
    float: right
}

/*=============== Ever Care Search ===================*/

.search-form {
    height: 54px;
    background: #f1f4f7;
    border-radius: 30px;
    position: relative
}

.search-form input {
    height: 100%;
    background: 0 0;
    border: 0;
    padding: 10px 50px 10px 20px;
    font-size: 13px;
    color: #03204b;
    font-weight: 500;
}

.search-form input::placeholder {
    color: #03204b;
    opacity: 0.5;
}

.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    color: #03204b;
    background: no-repeat;
    border: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sidebar .widget {
    margin: 0 0 60px
}

.sidebar .widget-title>h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

.sidebar .widget-title {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
}

.sidebar .widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #000
}

.urgent-need {
    border: 2px solid #e4e4e4;
    padding: 10px;
    border-radius: 13px
}

.urgent-need img {
    width: 100%;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px
}

.urgent-text {
    margin: 25px 0 0;
}

.urgent-text i {
    font-style: normal;
    font-size: 11px;
    font-weight: 700;
    color: #198754;
    width: 100%
}

.urgent-text h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 15px
}

/*=============== Ever Care Causes Detail ===================*/

.causeDetails {
    display: flex;
    width: 100%;
    align-items: center;
    column-gap: 30px;
    margin: 0 0 10px
}

.causeDetails .evc_progress {
    flex: auto
}

.causeDetails>span {
    font-size: 15px
}

.causeDetails>span i {
    font-size: 20px;
    font-style: normal;
    color: #198754;
    font-weight: 700
}

/*=============== Ever Care Team ===================*/

.member {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #eee; */
}

.member img {
    max-width: 100%;
}

.member-name {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    text-align: center;
    padding: 60px 20px 30px;
    /* background: linear-gradient(transparent, rgba(0, 0, 0, .1), rgba(0, 0, 0, .4), rgba(0, 0, 0, .7)); */
    display: flex;
    flex-direction: column;
}

.member-name h4 {
    font-size: 16px;
    color: #FFF;
    line-height: 0.2;
    margin: 0 0 10px;
    display: inline-block;
}

.member-name span {
    position: relative;
}

.member-name a,
.member-name span i {
    font-size: 13px;
    color: #FFF;
    font-style: normal;
    transition: all 0.2s;
}

/* .member:hover .member-name span i {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
} */

.member-name a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    transition: all 0.3s linear;
}

.member-name a:hover {
    color: #FFF
}

.member:hover .member-name a {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

/*=============== Ever Care Team Detail ===================*/

.team-detail {
    display: flex;
    align-items: center;
}

.team-detail-text {
    flex: auto;
    padding-left: 40px;
}

.basic_info>h1 {
    font-size: 48px;
    line-height: 1;
}

.basic_info>span {
    font-size: 24px;
    color: #198754;
    display: flex;
}

.abt-img {
    background: #198754;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .1) inset;
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, .1) inset;
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 1pxrgba(0, 0, 0, .1) inset;
    align-self: flex-start;
}

.abt-img>img {
    max-width: 100%;
    /* : 5px solid #fff; */
    max-width: none;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-transform: translateX(-30px) translateY(-30px);
    -moz-transform: translateX(-30px) translateY(-30px);
    -ms-transform: translateX(-30px) translateY(-30px);
    -o-transform: translateX(-30px) translateY(-30px);
    transform: translateX(-30px) translateY(-30px)
}

.basic_info_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

/*=============== Ever Care Event ===================*/

.evercare-event {
    background: #f2f2f2;
    position: relative;
    overflow: hidden;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
}

.gray .evercare-event {
    background: #FFF
}

.evercare-event:after,
.evercare-event:before {
    content: "";
    width: 80px;
    height: 80px;
    background: #787171;
    position: absolute;
    left: -40px;
    top: -40px;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    background-clip: content-box
}

.evercare-event:after {
    left: auto;
    top: auto;
    right: -40px;
    bottom: -40px
}

.event-inner {
    width: 100%;
    -webkit-transition: all 700ms cubic-bezier(0.165, .84, .44, 1);
    -moz-transition: all 700ms cubic-bezier(0.165, .84, .44, 1);
    -o-transition: all 700ms cubic-bezier(0.165, .84, .44, 1);
    transition: all 700ms cubic-bezier(0.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(0.165, .84, .44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, .84, .44, 1);
    -o-transition-timing-function: cubic-bezier(0.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(0.165, .84, .44, 1);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.evercare-event:hover .event-inner {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

.evercare-event h4 {
    font-size: 16px;
    color: #2f2f2f;
    margin: 0 0 20px
}

.evercare-event span {
    font-size: 12px;
}

.event-link {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 30px;
    line-height: 30px;
    color: #FFF;
    font-size: 19px;
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-transition: all 700ms cubic-bezier(0.165, .84, .44, 1);
    -moz-transition: all 700ms cubic-bezier(0.165, .84, .44, 1);
    -o-transition: all 700ms cubic-bezier(0.165, .84, .44, 1);
    transition: all 700ms cubic-bezier(0.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(0.165, .84, .44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, .84, .44, 1);
    -o-transition-timing-function: cubic-bezier(0.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(0.165, .84, .44, 1)
}

.evercare-event:hover .event-link {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.event-link:hover {
    color: #FFF
}

.evercare-event .everCare_social {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease .2s
}

.evercare-event:hover .everCare_social {
    visibility: visible;
    opacity: 1;
    bottom: 50px
}

.evercare-event:hover:after,
.evercare-event:hover:before {
    background: #198754
}

.event-info {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    margin: 20px 0 0;
    background: #f6f6f6;
    border: 1px solid #ddd;
    border-radius: 5px
}

.event-info strong {
    color: #198754;
    font-size: 15px;
    text-align: left
}

.event-info * {
    flex: auto;
    text-align: center
}

.event_detail_bar {
    display: flex;
    align-items: center;
}

/*=============== Ever Care Contact ===================*/

.bigTitle {
    color: #121212;
    font-size: 38px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    text-transform: uppercase
}

.contact-box {
    border: 10px solid #f5f5f5;
    padding: 50px 35px 70px;
    display: flex;
    flex-direction: column
}

.contact-box h4 {
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 30px
}

.contact-box h4 i {
    font-style: normal;
    color: #198754
}

.info-list {
    margin: 0 0 30px;
    display: flex;
    flex-direction: column;
    row-gap: 10px
}

.info-list li {
    padding: 0;
    font-size: 13px;
    color: #03204b;
    line-height: 1.9
}

.info-list li i {
    font-style: normal;
    color: #198754
}

.info-list li span {
    float: right;
    width: 70%
}

/*=============== Ever Care Become Volunteer ===================*/

.become-volunteer {
    background: url(../images/featured/volunteer-bg.jpg) 0 0/cover;
    border-radius: 2px;
    float: left;
    padding: 90px 70px;
    position: relative;
    width: 100%;
    z-index: 1
}

.become-volunteer:before {
    background: rgba(242, 242, 241, .95);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.volunteer-thumb {
    width: 100%
}

.volunteer-thumb>img {
    width: 100%
}

.become-volunteer .title,
.become-volunteer p {
    text-align: left
}

.become-volunteer .title {
    margin: 0 0 30px
}

/*=============== Ever Care Footer ===================*/

.line_title {
    margin-bottom: 20px;
    color: #FFF;
    padding-bottom: 10px;
    position: relative;
}

.line_title h3 {
    margin: 0;
    font-size: 16px;
    color: #FFF;
}

.line_title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background: #198754;
}

/*==  Ever Care Donate ==*/

.everCare_donate_widget {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.everCare_donate_widget .logo {
    margin-bottom: 30px;
}

.everCare_donate_widget p {
    font-size: 12px;
    line-height: 2;
    color: #8f8f8f;
}

/*==  Ever Care Contact ==*/

.everCare_contact_widget {
    display: flex;
    flex-direction: column;
    color: #FFF;
    row-gap: 40px;
}

.everCare_contact_widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0.5;
    font-size: 12px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.everCare_contact_widget ul li ion-icon {
    color: #198754;
    font-size: 17px;
    font-weight: 700;
    width: 25px;
    margin-right: 6px;
}

.everCare_social {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 25px;
}

.everCare_social>a {
    color: #FFF;
    transition: var(--theme-transition);
    display: flex;
}

.everCare_social>a:hover {
    color: #198754;
}

.everCare_social.dark>a {
    color: #736e6e
}

/*==  Widget Posts ==*/

.widget_posts_wrap {
    display: flex;
    flex-direction: column;
}

.widget_post {
    display: flex;
    column-gap: 15px;
    align-items: start;
}

.widget_post_detail h5 {
    font-size: 13px;
    color: #FFF;
    margin: 0 0 3px;
}

.widget_post_detail h5>a {
    color: #FFF;
}

.widget_post_detail {
    align-self: center;
}

.widget_post_detail span {
    font-size: 11px;
    font-weight: 500;
}

/*==  EverCare Gallery ==*/

.everCareGallery {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 18px;
    width: 100%;
}

.everCareGallery>a {
    display: flex;
    overflow: hidden;
    transition: var(--theme-transition);
}

.everCareGallery>a:hover img {
    filter: grayscale(1);
}

.everCareGallery img {
    transition: var(--theme-transition);
}

.everCareGallery>a:hover {
    transform: scale(1.06);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.no-gutter {
    column-gap: 0;
    row-gap: 0
}

/*=============== Ever Care Modal ===================*/

.evc_modal .modal-header {
    background: #eee;
    height: 50px;
    padding: 0 20px
}

.evc_modal .modal-header .modal-title {
    font-size: 16px;
    font-weight: 500;
    font-family: Roboto
}

.evc_modal .modal-footer {
    padding: 0 10px;
    min-height: 50px;
    background: #eee
}

.evc_modal .modal-dialog .modal-content {
    border-radius: 5px 0 0 0;
    min-height: 100%
}

.evc_modal .modal-dialog {
    margin: 0 0 0 auto;
    min-height: 100vh;
    padding-top: 50px
}

.evc_modal.modal.show .modal-dialog {
    animation: fade-in-right .5s 1
}

.select_amount_wrap {
    margin-top: 20px;
    border: 1px solid #ddd;
    background: #eee;
    padding: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    border-radius: 5px
}

.select_amount {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px
}

.select_amount>span {
    min-width: 60px;
    text-align: center;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ddd;
    border-radius: 5px;
    font-size: 14px;
    font-family: Roboto
}

.select_amount>span.active {
    background-color: #198754;
    color: #FFF;
}

.custom_amount {
    text-align: center
}

.evc_modal_form {
    flex: auto;
    overflow: auto;
    display: flex;
    flex-direction: column
}

.custom_amount .form-field {
    display: flex;
    column-gap: 10px;
    background: #FFF;
    border-radius: 45px;
    align-items: center;
    border: 1px solid #dbdbdb;
    padding: 10px
}

.custom_amount .form-field>input {
    border: 0;
    flex: 1;
    font-size: 25px;
    text-align: center;
    line-height: 1;
    height: 20px;
    padding: 0;
    font-weight: 700;
    font-family: Roboto
}

/* ===============================================================
    EverCare Responsive
================================================================*/

/*=============== Ever Care Responsive Menu ===================*/

.responsive_menu {
    display: none;
    align-items: center;
    background: #03204b;
    padding: 5px 20px;
    min-height: 70px;
    column-gap: 10px
}

.responsive_menu .logo img {
    max-width: 130px
}

#bottom,
#top {
    transition: stroke-dashoffset .5s cubic-bezier(0.4, 0, .2, 1)
}

#middle {
    opacity: 1;
    transition: opacity .5s cubic-bezier(0.4, 0, .2, 1)
}

.line {
    fill: none;
    stroke: #FFF;
    stroke-miterlimit: 10;
    stroke-width: 1px
}

path {
    stroke-dasharray: 24 45;
    stroke-dashoffset: 0
}

button {
    background: 0 0;
    border: none
}

.x #middle {
    opacity: 0
}

.x #bottom,
.x #top {
    stroke-dashoffset: -45
}

.responsiveNavigation {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #161616;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.responsiveNavigation ul {
    margin: 0;
    list-style: none;
    padding: 0;
    color: #FFF;
    text-align: -webkit-center;
}

.responsiveNavigation ul li {
    font-size: 19px;
    line-height: 1.2;
    background: #cb9800;
    width: 70%;
    padding: 10px;
    margin: 10px;
}
.menu-item-has-children ul li {
    font-size: 24px;
    line-height: 1.2;
    background: #fff;
    width: 80%;

    margin-top: 5px;
    border-radius: 20px; 
}
.menu-item-has-children ul li a {
   color:#e63f49 !important;
   font-weight: 500;
}

.responsiveNavigation ul li a {
    color: #FFF
}

.responsiveNavigation ul ul {
    display: none;
}

.responsiveNavigation ul ul li {
    font-size: 23px;
    font-weight: 300
}

.responsiveNavigation.show {
    visibility: visible;
    display: block;
    opacity: 1;
    animation: slide-in-blurred-top 1s 1;
}

button#hamburger {
    z-index: 101;
    padding: 0;
    background: #e63f49;
    display: flex;
    align-items: center;
    width: 30px;
    justify-content: center;
    height: 30px;
    padding: 0 0 0 4px;
    border-radius: 2px
}

@media (max-width:1600px) {
    .evc_appeal_text {
        width: 70%;
        padding-right: 20%;
        min-height: 550px
    }
    .evc_appeal_text h3 {
        font-size: 40px
    }
    .evc_appeal_img img {
        width: 100%
    }
    .evc_appeal_img {
        max-width: 40%;
        top: 65px
    }
}

@media (max-width:1400px) {
    .overlay_slider_text_inside h2 {
        font-size: 40px;
        line-height: 1.5
    }
    .overlay_slider_text_inside p {
        font-size: 15px;
        font-weight: 300;
        margin-bottom: 30px;
        padding-right: 50px
    }
    .evc_event_info h3 {
        font-size: 22px;
        line-height: 1.5
    }
    .time-box span {
        font-size: 80px
    }
    .time-box p {
        font-size: 13px
    }
    .evercare_gallery {
        grid-template-columns: repeat(5, 1fr);
    }
    .donators_carousel {
        padding: 0
    }
}
@media (max-width:1400px) {
    .evc_appeal_img {
        max-width: 40%;
        top: 100px
    }
}

@media (max-width:1280px) {
    /* nav>ul {
        column-gap: 20px;
    } */
    .logo img {
        width: 100%
    }
    .darkSlider_text h3 {
        font-size: 55px
    }
    nav ul {
        column-gap: 23px
    }
    .evc-service-overlay {
        padding: 0 30px
    }
    .double_title h2 {
        font-size: 60px
    }
    .double_title>i {
        font-size: 100px
    }
    .evc-service-overlay h3 {
        margin-top: 20px;
        font-size: 18px
    }
    .evc-service-overlay p {
        font-size: 12px;
        line-height: 1.6
    }
    .evc_cause_details {
        padding: 30px 20px 20px
    }
    .evc_cause_details .evc_progress {
        margin: 40px -20px 0
    }
    .evc_cause_details h3 {
        font-size: 16px
    }
    .evc_appeal_text h3 {
        font-size: 30px
    }
    .evc_appeal_text {
        min-height: 400px
    }
    .donor_info {
        width: 290px;
        height: 290px
    }
    .donor_info h3 {
        font-size: 15px
    }
    .donor_info span {
        font-size: 14px
    }
    .theme-btn {
        min-width: 100px;
        font-size: 13px;
        min-height: 40px;
        padding: 0px 11px
    }
    .evercare_help h3 {
        font-size: 35px
    }
    .simple_service {
        padding: 0
    }
    .evercare_event {
        column-gap: 20px;
        align-items: flex-start
    }
    .event_thumb {
        width: 270px
    }
    .event_thumb img {
        width: 100%
    }
    .event_date {
        right: -20px;
        top: 10px;
        padding: 2px 10px
    }
    .event_date i {
        font-size: 12px
    }
    span.address {
        margin: 0 0 10px
    }
    .event_text h3 {
        font-weight: 500
    }
    .event_text p {
        line-height: 1.6
    }
    .featured_event {
        min-height: 520px;
        background: #5e5e5e
    }
    .featured_event_text {
        position: relative;
        left: 0
    }
    .evc_review_quote {
        font-size: 12px
    }
    .donator img {
        width: 80px
    }
    .evc_appeal_img {
        max-width: 38%;
        top: 38px
    }
 
}
@media (max-width:1260px) {
    .evc_appeal_img {
        max-width: 38%;
        top: 38px
    }
}
@media (max-width:1080px) {
    .evc_appeal_img {
        max-width: 38%;
        top: 60px
    }
    nav ul {
        column-gap:14px
    }
    nav>ul>li>a{
        font-size: 14px;
    }
}

@media (max-width:990px) {
  /* .banner{
    margin-top: 50px !important;
  } */
  .evc_appeal_img {
    max-width: 38%;
    top: 38px
}
header.transparent~.everCarePageTop {
    padding: 50px 50px;
    min-height: 100px;
}
    header {
        display: none
    }
    .responsive_menu {
        display: flex
    }
    .darkSlider_text h3 {
        font-size: 40px
    }
    .evc_service {
        max-height: 230px;
        margin-bottom: 20px
    }
    .evc_service>img {
        width: auto;
        max-height: 230px
    }
    /* .block {
        padding: 120px 0
    } */
    .evc_appeal {
        flex-direction: column
    }
    .evc_appeal_text {
        min-height: auto;
        width: 100%;
        padding: 30px
    }
    .evc_appeal_text:after,
    .evc_appeal_text:before {
        left: 0;
        width: 100%
    }
    .evc_appeal_img {
        position: relative;
        top: 0;
        width: 100%;
        height: auto;
        max-width: none;
        border: 10px solid #FFF
    }
    .join_compaign h2 {
        font-size: 32px
    }
    .join_compaign p {
        font-size: 13px
    }
    .offset-1 {
        margin: 0
    }
    .subscribe_evercare h3 {
        font-size: 22px
    }
    .subscribe_evercare h2 {
        font-size: 35px
    }
    .everCareGallery {
        column-gap: 20px;
        row-gap: 10px
    }
    .double_title h2 {
        font-size: 40px
    }
    .double_title>i {
        font-size: 70px
    }
    .double_title h2:before {
        width: 40px;
        height: 40px
    }
    .slick-next {
        right: 0 !important
    }
    .slick-prev {
        left: 0 !important
    }
    form.subscribeForm {
        flex-direction: column
    }
    /* form.subscribeForm input {
        border-radius: 0
    } */
    /* form.subscribeForm button {
        margin: 0;
        min-height: 60px;
        border-radius: 0 0 5px 5px
    } */
    form.subscribeForm>:first-child {
        border-radius: 5px 5px 0 0
    }
    .event_text h3 {
        font-size: 14px;
        font-weight: 500
    }
    .event_text p {
        font-size: 14px;
        line-height: 1.6
    }
    .evercare_gallery {
        grid-template-columns: repeat(3, 1fr)
    }
    .evercare_help h3 {
        font-size: 30px;
        font-weight: 500
    }
    .evercare_help span {
        font-size: 16px
    }
    .dark-column-title {
        padding: 30px
    }
    .evercare_featured_event {
        flex-direction: column;
        row-gap: 30px
    }
    .evc_event_info address {
        margin: 0
    }
    .evc_event_timer.countdown {
        justify-content: flex-start
    }
    .overlay_slider_text_inside {
        width: auto
    }
    .overlay_slider_text {
        position: relative;
        background: #262626;
        padding: 30px 0
    }
    .overlay_slider_text_inside h2 {
        font-size: 30px
    }
    .overlay_slider_text_inside p {
        font-size: 12px;
        line-height: 1.8;
        margin: 0 0 20px
    }
    .time-box span {
        font-size: 50px
    }
    .time-box p {
        font-size: 11px;
        padding: 1px 5px;
        line-height: 1.2
    }
    .coloredText {
        font-size: 14px
    }
    .simpleSlide_Text h2 {
        font-size: 35px
    }
    .container-fluid.pe-5.ps-5 {
        padding: 0 15px !important
    }
    .simpleSlide_Text h3 {
        font-size: 30px
    }
    .everCareVideo {
        position: relative;
        width: 100%;
        top: 0
    }
    a.video_icon {
        height: 50px;
        width: 100px
    }
    a.video_icon ion-icon {
        font-size: 52px
    }
    .appealSection {
        flex-direction: column
    }
    .appeal_Text {
        padding: 30px
    }
    .everCareFormBox.overlap {
        margin: 0;
        padding: 70px 20px
    }
    .theme-btn ion-icon.compact {
        margin-left: -13px
    }
    .everCare_testimonials {
        flex-direction: column;
    }
    .evecareTestimonialSlider .slick-dots {
        margin: 0
    }
    .overlapUp {
        margin: 0
    }
    .testimonial_img {
        min-width: 200px;
        height: 200px;
        width: 200px
    }
    .testimonial_img img {
        width: 100%
    }
    .everCare_testimonials blockquote {
        font-size: 13px
    }
    .evecareTestimonialSlider.overlapUp.ev_slider.slick-initialized.slick-slider.slick-dotted {
        display: flex;
        flex-direction: column;
        row-gap: 20px
    }
    .everCarePageTopWrap {
        flex-direction: column;
        justify-content: center;
        align-items: baseline
    }
    .breadCrumbs {
        margin-left: 0;
        margin-top: 10px
    }
    .everCarePageTop {
        min-height: 170px
    }
    .simpleSlide_Text h2 {
        font-size: 25px
    }
    span.coloredText {
        font-size: 12px
    }
    .breadCrumbs ul {
        font-size: 13px
    }
    .author-inner {
        padding: 20px 0 0
    }
    .everCare-author {
        flex-direction: column;
        padding: 20px
    }
    .comment>img {
        width: 60px
    }
    .comment-inner {
        padding-left: 10px
    }
    .comment-inner>p {
        font-size: 12px
    }
    .post-title {
        font-size: 24px;
    }
    .event_detail_bar,
    .everCare-blog-detail .meta {
        flex-direction: column;
        align-items: start;
    }
    .everCare_social.ms-auto {
        margin-left: 0 !important;
        margin-top: 10px
    }
    .event-info {
        flex-direction: column;
        align-items: start;
    }
    .post-title {
        font-size: 24px
    }
    .team-detail {
        flex-direction: column
    }
    .abt-img {
        width: 100%
    }
    .team-detail-text {
        padding-left: 0;
        padding-top: 30px
    }
    .basic_info_wrap {
        flex-direction: column;
        align-items: start
    }
    .become-volunteer {
        padding: 30px
    }
    .causeDetails {
        flex-direction: column;
        row-gap: 30px;
        align-items: flex-start
    }
    .causeDetails .evc_progress {
        width: 100%
    }
}

@media (max-width:600px) {
    .subscribe_evercare h3 {
        font-size: 20px
    }
    .subscribe_evercare h2 {
        font-size: 28px
    }
    .join_compaign h2 {
        font-size: 25px
    }
    .evc_service>img {
        width: 100%;
        max-height: initial
    }
    .evc_service {
        max-height: initial
    }
    .darkSlider_text h3 {
        font-size: 25px
    }
    .sponsors {
        column-gap: 10px;
        flex-wrap: wrap
    }
    .sponsor_logo {
        flex: calc(50% - 5px)
    }
    .evercare_about h3 {
        font-size: 22px
    }
    .evercare_gallery {
        grid-template-columns: auto
    }
    .vertical-layout {
        grid-row: unset
    }
    .horizontal-layout {
        grid-column-end: unset
    }
    .evercare_event {
        padding-right: 0
    }
}

@media (max-width:480px) {
    p {
        clear: both
    }
    .alignright,
    .alignleft {
        width: 100%;
    }
}

/* ===============================================================
    Slick Carousel Styling
================================================================*/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

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

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block;
    padding: 15px
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    float: left;
    width: 100%;
    margin: 15px 0 0;
    text-align: center;
    padding: 0
}

.slick-dots li {
    display: inline-block;
    padding: 0;
    margin: 0 3px
}

.slick-dots li:before {
    display: none
}

.slick-dots li button {
    padding: 0;
    color: transparent;
    width: 5px;
    height: 5px;
    background: #736e6e;
    border-radius: 50%
}

.slick-dots li.slick-active button {
    background: #198754
}

.slick-next,
.slick-prev {
    position: absolute;
    background: 0 0;
    height: 22px;
    width: 42px;
    top: 50%;
    padding: 0;
    z-index: 9999;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.slick-prev {
    left: -60px
}

.slick-next {
    left: auto;
    right: -60px
}

.tracking-in-contract {
    -webkit-animation: tracking-in-contract .8s cubic-bezier(.215, .61, .355, 1.000) both;
    animation: tracking-in-contract .8s cubic-bezier(.215, .61, .355, 1.000) both
}

@-webkit-keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0
    }
    40% {
        opacity: .6
    }
    100% {
        letter-spacing: normal;
        opacity: 1
    }
}

@keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0
    }
    40% {
        opacity: .6
    }
    100% {
        letter-spacing: normal;
        opacity: 1
    }
}

.tracking-in-expand {
    -webkit-animation: tracking-in-expand .7s cubic-bezier(.215, .61, .355, 1.000) both;
    animation: tracking-in-expand .7s cubic-bezier(.215, .61, .355, 1.000) both
}

@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -.5em;
        opacity: 0
    }
    40% {
        opacity: .6
    }
    100% {
        opacity: 1
    }
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -.5em;
        opacity: 0
    }
    40% {
        opacity: .6
    }
    100% {
        opacity: 1
    }
}

.fade-in {
    -webkit-animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1.000) both
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.puff-in-hor {
    -webkit-animation: puff-in-hor .7s cubic-bezier(.47, 0.000, .745, .715) both;
    animation: puff-in-hor .7s cubic-bezier(.47, 0.000, .745, .715) both
}

@-webkit-keyframes puff-in-hor {
    0% {
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes puff-in-hor {
    0% {
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

.puff-in-ver {
    -webkit-animation: puff-in-ver .7s cubic-bezier(.47, 0.000, .745, .715) both;
    animation: puff-in-ver .7s cubic-bezier(.47, 0.000, .745, .715) both
}

@-webkit-keyframes puff-in-ver {
    0% {
        -webkit-transform: scaleY(2);
        transform: scaleY(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes puff-in-ver {
    0% {
        -webkit-transform: scaleY(2);
        transform: scaleY(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

.text-pop-up-top {
    -webkit-animation: text-pop-up-top .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: text-pop-up-top .5s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes text-pop-up-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 50px 30px rgba(0, 0, 0, .3)
    }
}

@keyframes text-pop-up-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 50px 30px rgba(0, 0, 0, .3)
    }
}

.scale-in-center {
    -webkit-animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.scale-in-ver-center {
    -webkit-animation: scale-in-ver-center .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: scale-in-ver-center .5s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes scale-in-ver-center {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }
}

@keyframes scale-in-ver-center {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }
}

/* ----------------------------------------------
 * Generated by Animista on 2022-8-4 22:1:28
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

.scale-up-center {
    -webkit-animation: scale-up-center .4s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: scale-up-center .4s cubic-bezier(.39, .575, .565, 1.000) both
}

.scale-up-hor-center {
    -webkit-animation: scale-up-hor-center .4s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: scale-up-hor-center .4s cubic-bezier(.39, .575, .565, 1.000) both
}

.scale-up-hor-left {
    -webkit-animation: scale-up-hor-left .4s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: scale-up-hor-left .4s cubic-bezier(.39, .575, .565, 1.000) both
}

.scale-up-hor-right {
    -webkit-animation: scale-up-hor-right .4s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: scale-up-hor-right .4s cubic-bezier(.39, .575, .565, 1.000) both
}

.scale-up-ver-center {
    -webkit-animation: scale-up-ver-center .4s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: scale-up-ver-center .4s cubic-bezier(.39, .575, .565, 1.000) both
}

.scale-up-ver-top {
    -webkit-animation: scale-up-ver-top .4s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: scale-up-ver-top .4s cubic-bezier(.39, .575, .565, 1.000) both
}

.scale-up-ver-bottom {
    -webkit-animation: scale-up-ver-bottom .4s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: scale-up-ver-bottom .4s cubic-bezier(.39, .575, .565, 1.000) both
}

.flip-horizontal-top {
    -webkit-animation: flip-horizontal-top .4s cubic-bezier(.455, .03, .515, .955) both;
    animation: flip-horizontal-top .4s cubic-bezier(.455, .03, .515, .955) both
}

.flip-vertical-right {
    -webkit-animation: flip-vertical-right .4s cubic-bezier(.455, .03, .515, .955) both;
    animation: flip-vertical-right .4s cubic-bezier(.455, .03, .515, .955) both
}

.flip-vertical-left {
    -webkit-animation: flip-vertical-left .4s cubic-bezier(.455, .03, .515, .955) both;
    animation: flip-vertical-left .4s cubic-bezier(.455, .03, .515, .955) both
}

.flip-2-hor-top-2 {
    -webkit-animation: flip-2-hor-top-2 .5s cubic-bezier(.455, .03, .515, .955) both;
    animation: flip-2-hor-top-2 .5s cubic-bezier(.455, .03, .515, .955) both
}

.flip-2-ver-right-1 {
    -webkit-animation: flip-2-ver-right-1 .5s cubic-bezier(.455, .03, .515, .955) both;
    animation: flip-2-ver-right-1 .5s cubic-bezier(.455, .03, .515, .955) both
}

.flip-2-hor-bottom-1 {
    -webkit-animation: flip-2-hor-bottom-1 .5s cubic-bezier(.455, .03, .515, .955) both;
    animation: flip-2-hor-bottom-1 .5s cubic-bezier(.455, .03, .515, .955) both
}

.flip-2-hor-bottom-2 {
    -webkit-animation: flip-2-hor-bottom-2 .5s cubic-bezier(.455, .03, .515, .955) both;
    animation: flip-2-hor-bottom-2 .5s cubic-bezier(.455, .03, .515, .955) both
}

.flip-2-ver-left-1 {
    -webkit-animation: flip-2-ver-left-1 .5s cubic-bezier(.455, .03, .515, .955) both;
    animation: flip-2-ver-left-1 .5s cubic-bezier(.455, .03, .515, .955) both
}

.flip-2-ver-left-2 {
    -webkit-animation: flip-2-ver-left-2 .5s cubic-bezier(.455, .03, .515, .955) both;
    animation: flip-2-ver-left-2 .5s cubic-bezier(.455, .03, .515, .955) both
}

.flip-scale-down-hor {
    -webkit-animation: flip-scale-down-hor .5s linear both;
    animation: flip-scale-down-hor .5s linear both
}

.flip-scale-down-ver {
    -webkit-animation: flip-scale-down-ver .5s linear both;
    animation: flip-scale-down-ver .5s linear both
}

.slide-top {
    -webkit-animation: slide-top .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-top .5s cubic-bezier(.25, .46, .45, .94) both
}

.slide-right {
    -webkit-animation: slide-right .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-right .5s cubic-bezier(.25, .46, .45, .94) both
}

.slide-bottom {
    -webkit-animation: slide-bottom .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-bottom .5s cubic-bezier(.25, .46, .45, .94) both
}

.slide-left {
    -webkit-animation: slide-left .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-left .5s cubic-bezier(.25, .46, .45, .94) both
}

.shadow-drop-center {
    -webkit-animation: shadow-drop-center .4s cubic-bezier(.25, .46, .45, .94) both;
    animation: shadow-drop-center .4s cubic-bezier(.25, .46, .45, .94) both
}

.shadow-drop-top {
    -webkit-animation: shadow-drop-top .4s cubic-bezier(.25, .46, .45, .94) both;
    animation: shadow-drop-top .4s cubic-bezier(.25, .46, .45, .94) both
}

.shadow-drop-right {
    -webkit-animation: shadow-drop-right .4s cubic-bezier(.25, .46, .45, .94) both;
    animation: shadow-drop-right .4s cubic-bezier(.25, .46, .45, .94) both
}

.shadow-drop-left {
    -webkit-animation: shadow-drop-left .4s cubic-bezier(.25, .46, .45, .94) both;
    animation: shadow-drop-left .4s cubic-bezier(.25, .46, .45, .94) both
}

.shadow-drop-bottom {
    -webkit-animation: shadow-drop-bottom .4s cubic-bezier(.25, .46, .45, .94) both;
    animation: shadow-drop-bottom .4s cubic-bezier(.25, .46, .45, .94) both
}

.scale-in-center {
    -webkit-animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) both
}

.scale-in-hor-center {
    -webkit-animation: scale-in-hor-center .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: scale-in-hor-center .5s cubic-bezier(.25, .46, .45, .94) both
}

.scale-in-hor-left {
    -webkit-animation: scale-in-hor-left .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: scale-in-hor-left .5s cubic-bezier(.25, .46, .45, .94) both
}

.scale-in-hor-right {
    -webkit-animation: scale-in-hor-right .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: scale-in-hor-right .5s cubic-bezier(.25, .46, .45, .94) both
}

.scale-in-ver-center {
    -webkit-animation: scale-in-ver-center .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: scale-in-ver-center .5s cubic-bezier(.25, .46, .45, .94) both
}

.scale-in-ver-top {
    -webkit-animation: scale-in-ver-top .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: scale-in-ver-top .5s cubic-bezier(.25, .46, .45, .94) both
}

.scale-in-ver-bottom {
    -webkit-animation: scale-in-ver-bottom .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: scale-in-ver-bottom .5s cubic-bezier(.25, .46, .45, .94) both
}

.flip-in-hor-top {
    -webkit-animation: flip-in-hor-top .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: flip-in-hor-top .5s cubic-bezier(.25, .46, .45, .94) both
}

.flip-in-hor-bottom {
    -webkit-animation: flip-in-hor-bottom .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: flip-in-hor-bottom .5s cubic-bezier(.25, .46, .45, .94) both
}

.flip-in-ver-right {
    -webkit-animation: flip-in-ver-right .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: flip-in-ver-right .5s cubic-bezier(.25, .46, .45, .94) both
}

.flip-in-ver-left {
    -webkit-animation: flip-in-ver-left .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: flip-in-ver-left .5s cubic-bezier(.25, .46, .45, .94) both
}

.slide-in-blurred-top {
    -webkit-animation: slide-in-blurred-top .6s cubic-bezier(.23, 1.000, .32, 1.000) both;
    animation: slide-in-blurred-top .6s cubic-bezier(.23, 1.000, .32, 1.000) both
}

.slide-in-blurred-right {
    -webkit-animation: slide-in-blurred-right .6s cubic-bezier(.23, 1.000, .32, 1.000) both;
    animation: slide-in-blurred-right .6s cubic-bezier(.23, 1.000, .32, 1.000) both
}

.slide-in-blurred-bottom {
    -webkit-animation: slide-in-blurred-bottom .6s cubic-bezier(.23, 1.000, .32, 1.000) both;
    animation: slide-in-blurred-bottom .6s cubic-bezier(.23, 1.000, .32, 1.000) both
}

.slide-in-blurred-left {
    -webkit-animation: slide-in-blurred-left .6s cubic-bezier(.23, 1.000, .32, 1.000) both;
    animation: slide-in-blurred-left .6s cubic-bezier(.23, 1.000, .32, 1.000) both
}

.bounce-in-top {
    -webkit-animation: bounce-in-top 1.1s both;
    animation: bounce-in-top 1.1s both
}

.bounce-in-right {
    -webkit-animation: bounce-in-right 1.1s both;
    animation: bounce-in-right 1.1s both
}

.bounce-in-bottom {
    -webkit-animation: bounce-in-bottom 1.1s both;
    animation: bounce-in-bottom 1.1s both
}

.bounce-in-left {
    -webkit-animation: bounce-in-left 1.1s both;
    animation: bounce-in-left 1.1s both
}

.bounce-in-fwd {
    -webkit-animation: bounce-in-fwd 1.1s both;
    animation: bounce-in-fwd 1.1s both
}

.bounce-in-bck {
    -webkit-animation: bounce-in-bck 1.1s both;
    animation: bounce-in-bck 1.1s both
}

.roll-in-blurred-left {
    -webkit-animation: roll-in-blurred-left .65s cubic-bezier(.23, 1.000, .32, 1.000) both;
    animation: roll-in-blurred-left .65s cubic-bezier(.23, 1.000, .32, 1.000) both
}

.roll-in-blurred-top {
    -webkit-animation: roll-in-blurred-top .6s cubic-bezier(.23, 1.000, .32, 1.000) both;
    animation: roll-in-blurred-top .6s cubic-bezier(.23, 1.000, .32, 1.000) both
}

.roll-in-blurred-right {
    -webkit-animation: roll-in-blurred-right .65s cubic-bezier(.23, 1.000, .32, 1.000) both;
    animation: roll-in-blurred-right .65s cubic-bezier(.23, 1.000, .32, 1.000) both
}

.roll-in-blurred-bottom {
    -webkit-animation: roll-in-blurred-bottom .6s cubic-bezier(.23, 1.000, .32, 1.000) both;
    animation: roll-in-blurred-bottom .6s cubic-bezier(.23, 1.000, .32, 1.000) both
}

.fade-in {
    -webkit-animation: fade-in 2s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: fade-in 2s cubic-bezier(.39, .575, .565, 1.000) both
}

.fade-in-fwd {
    -webkit-animation: fade-in-fwd .6s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: fade-in-fwd .6s cubic-bezier(.39, .575, .565, 1.000) both
}

.fade-in-bck {
    -webkit-animation: fade-in-bck .6s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: fade-in-bck .6s cubic-bezier(.39, .575, .565, 1.000) both
}

.fade-in-top {
    -webkit-animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1.000) both
}

.fade-in-tr {
    -webkit-animation: fade-in-tr .6s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: fade-in-tr .6s cubic-bezier(.39, .575, .565, 1.000) both
}

.fade-in-right {
    -webkit-animation: fade-in-right .6s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: fade-in-right .6s cubic-bezier(.39, .575, .565, 1.000) both
}

.fade-in-br {
    -webkit-animation: fade-in-br .6s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: fade-in-br .6s cubic-bezier(.39, .575, .565, 1.000) both
}

.fade-in-bottom {
    -webkit-animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1.000) both
}

.fade-in-bl {
    -webkit-animation: fade-in-bl .6s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: fade-in-bl .6s cubic-bezier(.39, .575, .565, 1.000) both
}

.fade-in-left {
    -webkit-animation: fade-in-left .6s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: fade-in-left .6s cubic-bezier(.39, .575, .565, 1.000) both
}

.fade-in-tl {
    -webkit-animation: fade-in-tl .6s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: fade-in-tl .6s cubic-bezier(.39, .575, .565, 1.000) both
}

.puff-in-center {
    -webkit-animation: puff-in-center .7s cubic-bezier(.47, 0.000, .745, .715) both;
    animation: puff-in-center .7s cubic-bezier(.47, 0.000, .745, .715) both
}

.puff-in-top {
    -webkit-animation: puff-in-top .7s cubic-bezier(.47, 0.000, .745, .715) both;
    animation: puff-in-top .7s cubic-bezier(.47, 0.000, .745, .715) both
}

.puff-in-hor {
    -webkit-animation: puff-in-hor .7s cubic-bezier(.47, 0.000, .745, .715) both;
    animation: puff-in-hor .7s cubic-bezier(.47, 0.000, .745, .715) both
}

.puff-in-ver {
    -webkit-animation: puff-in-ver .7s cubic-bezier(.47, 0.000, .745, .715) both;
    animation: puff-in-ver .7s cubic-bezier(.47, 0.000, .745, .715) both
}

.tracking-in-expand {
    -webkit-animation: tracking-in-expand .7s cubic-bezier(.215, .61, .355, 1.000) both;
    animation: tracking-in-expand .7s cubic-bezier(.215, .61, .355, 1.000) both
}

.tracking-in-expand-fwd {
    -webkit-animation: tracking-in-expand-fwd .8s cubic-bezier(.215, .61, .355, 1.000) both;
    animation: tracking-in-expand-fwd .8s cubic-bezier(.215, .61, .355, 1.000) both
}

.tracking-in-contract {
    -webkit-animation: tracking-in-contract .8s cubic-bezier(.215, .61, .355, 1.000) both;
    animation: tracking-in-contract .8s cubic-bezier(.215, .61, .355, 1.000) both
}

.tracking-in-contract-bck {
    -webkit-animation: tracking-in-contract-bck 1s cubic-bezier(.215, .61, .355, 1.000) both;
    animation: tracking-in-contract-bck 1s cubic-bezier(.215, .61, .355, 1.000) both
}

.text-focus-in {
    -webkit-animation: text-focus-in 1s cubic-bezier(.55, .085, .68, .53) both;
    animation: text-focus-in 1s cubic-bezier(.55, .085, .68, .53) both
}

.focus-in-expand {
    -webkit-animation: focus-in-expand .8s cubic-bezier(.25, .46, .45, .94) both;
    animation: focus-in-expand .8s cubic-bezier(.25, .46, .45, .94) both
}

.focus-in-expand-fwd {
    -webkit-animation: focus-in-expand-fwd .8s cubic-bezier(.25, .46, .45, .94) both;
    animation: focus-in-expand-fwd .8s cubic-bezier(.25, .46, .45, .94) both
}

.focus-in-contract {
    -webkit-animation: focus-in-contract .7s cubic-bezier(.25, .46, .45, .94) both;
    animation: focus-in-contract .7s cubic-bezier(.25, .46, .45, .94) both
}

.focus-in-contract-bck {
    -webkit-animation: focus-in-contract-bck 1s cubic-bezier(.25, .46, .45, .94) both;
    animation: focus-in-contract-bck 1s cubic-bezier(.25, .46, .45, .94) both
}

.text-blur-in {
    -webkit-animation: text-blur-out 1.2s cubic-bezier(.55, .085, .68, .53) reverse both;
    animation: text-blur-out 1.2s cubic-bezier(.55, .085, .68, .53) reverse both
}

.blur-in-contract {
    -webkit-animation: blur-out-contract 1s cubic-bezier(.55, .085, .68, .53) reverse both;
    animation: blur-out-contract 1s cubic-bezier(.55, .085, .68, .53) reverse both
}

.blur-in-contract-bck {
    -webkit-animation: blur-out-contract-bck 1s cubic-bezier(.55, .085, .68, .53) reverse both;
    animation: blur-out-contract-bck 1s cubic-bezier(.55, .085, .68, .53) reverse both
}

.blur-in-expand {
    -webkit-animation: blur-out-expand 1s cubic-bezier(.25, .46, .45, .94) reverse both;
    animation: blur-out-expand 1s cubic-bezier(.25, .46, .45, .94) reverse both
}

.blur-in-expand-fwd {
    -webkit-animation: blur-out-expand-fwd 1s cubic-bezier(.25, .46, .45, .94) reverse both;
    animation: blur-out-expand-fwd 1s cubic-bezier(.25, .46, .45, .94) reverse both
}

.text-pop-up-top {
    -webkit-animation: text-pop-up-top .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: text-pop-up-top .5s cubic-bezier(.25, .46, .45, .94) both
}

.text-pop-up-right {
    -webkit-animation: text-pop-up-right .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: text-pop-up-right .5s cubic-bezier(.25, .46, .45, .94) both
}

.text-pop-up-bottom {
    -webkit-animation: text-pop-up-bottom .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: text-pop-up-bottom .5s cubic-bezier(.25, .46, .45, .94) both
}

.text-pop-up-left {
    -webkit-animation: text-pop-up-left .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: text-pop-up-left .5s cubic-bezier(.25, .46, .45, .94) both
}

.vibrate-2 {
    -webkit-animation: vibrate-2 .3s linear infinite both;
    animation: vibrate-2 .3s linear infinite both
}

.shake-horizontal {
    -webkit-animation: shake-horizontal .8s cubic-bezier(.455, .03, .515, .955) both;
    animation: shake-horizontal .8s cubic-bezier(.455, .03, .515, .955) both
}

.jello-horizontal {
    -webkit-animation: jello-horizontal .9s both;
    animation: jello-horizontal .9s both
}

.jello-vertical {
    -webkit-animation: jello-vertical .9s both;
    animation: jello-vertical .9s both
}

.jello-diagonal-1 {
    -webkit-animation: jello-diagonal-1 .8s both;
    animation: jello-diagonal-1 .8s both
}

.wobble-hor-bottom {
    -webkit-animation: wobble-hor-bottom .8s both;
    animation: wobble-hor-bottom .8s both
}

.wobble-hor-top {
    -webkit-animation: wobble-hor-top .8s both;
    animation: wobble-hor-top .8s both
}

.wobble-ver-left {
    -webkit-animation: wobble-ver-left .8s both;
    animation: wobble-ver-left .8s both
}

.bounce-top {
    -webkit-animation: bounce-top .9s both;
    animation: bounce-top .9s both
}

.bounce-bottom {
    -webkit-animation: bounce-bottom .9s both;
    animation: bounce-bottom .9s both
}

.heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both
}

.ping {
    -webkit-animation: ping .8s ease-in-out infinite both;
    animation: ping .8s ease-in-out infinite both
}

.kenburns-top {
    -webkit-animation: kenburns-top 5s ease-out both;
    animation: kenburns-top 5s ease-out both
}

.kenburns-right {
    -webkit-animation: kenburns-right 5s ease-out both;
    animation: kenburns-right 5s ease-out both
}

.kenburns-bottom {
    -webkit-animation: kenburns-bottom 5s ease-out both;
    animation: kenburns-bottom 5s ease-out both
}

.kenburns-left {
    -webkit-animation: kenburns-left 5s ease-out both;
    animation: kenburns-left 5s ease-out both
}

.bg-pan-left {
    -webkit-animation: bg-pan-left 8s both;
    animation: bg-pan-left 8s both
}

.bg-pan-right {
    -webkit-animation: bg-pan-right 8s both;
    animation: bg-pan-right 8s both
}

.bg-pan-top {
    -webkit-animation: bg-pan-top 8s both;
    animation: bg-pan-top 8s both
}

.bg-pan-bottom {
    -webkit-animation: bg-pan-bottom 8s both;
    animation: bg-pan-bottom 8s both
}

.color-change-2x {
    -webkit-animation: color-change-2x 2s linear infinite alternate both;
    animation: color-change-2x 2s linear infinite alternate both
}

.color-change-3x {
    -webkit-animation: color-change-3x 4s linear infinite alternate both;
    animation: color-change-3x 4s linear infinite alternate both
}

.color-change-4x {
    -webkit-animation: color-change-4x 6s linear infinite alternate both;
    animation: color-change-4x 6s linear infinite alternate both
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scale-up-ver-center {
    0% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes scale-up-ver-center {
    0% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-webkit-keyframes scale-up-hor-center {
    0% {
        -webkit-transform: scaleX(.4);
        transform: scaleX(.4)
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes scale-up-hor-center {
    0% {
        -webkit-transform: scaleX(.4);
        transform: scaleX(.4)
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes scale-up-ver-top {
    0% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
}

@keyframes scale-up-ver-top {
    0% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
}

@-webkit-keyframes scale-up-ver-bottom {
    0% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
}

@keyframes scale-up-ver-bottom {
    0% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
}

@-webkit-keyframes scale-up-hor-left {
    0% {
        -webkit-transform: scaleX(.4);
        transform: scaleX(.4);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

@keyframes scale-up-hor-left {
    0% {
        -webkit-transform: scaleX(.4);
        transform: scaleX(.4);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

@-webkit-keyframes scale-up-hor-right {
    0% {
        -webkit-transform: scaleX(.4);
        transform: scaleX(.4);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%
    }
}

@keyframes scale-up-hor-right {
    0% {
        -webkit-transform: scaleX(.4);
        transform: scaleX(.4);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%
    }
}

@-webkit-keyframes flip-horizontal-top {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
    100% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }
}

@keyframes flip-horizontal-top {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
    100% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }
}

@-webkit-keyframes flip-vertical-right {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
    100% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
}

@keyframes flip-vertical-right {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
    100% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
}

@-webkit-keyframes flip-vertical-left {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
    100% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }
}

@keyframes flip-vertical-left {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
    100% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }
}

@-webkit-keyframes flip-2-hor-top-2 {
    0% {
        -webkit-transform: translateY(0) rotateX(0);
        transform: translateY(0) rotateX(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }
    100% {
        -webkit-transform: translateY(-100%) rotateX(180deg);
        transform: translateY(-100%) rotateX(180deg);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }
}

@keyframes flip-2-hor-top-2 {
    0% {
        -webkit-transform: translateY(0) rotateX(0);
        transform: translateY(0) rotateX(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }
    100% {
        -webkit-transform: translateY(-100%) rotateX(180deg);
        transform: translateY(-100%) rotateX(180deg);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }
}

@-webkit-keyframes flip-2-ver-right-1 {
    0% {
        -webkit-transform: translateX(0) rotateY(0);
        transform: translateX(0) rotateY(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }
    100% {
        -webkit-transform: translateX(100%) rotateY(-180deg);
        transform: translateX(100%) rotateY(-180deg);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }
}

@keyframes flip-2-ver-right-1 {
    0% {
        -webkit-transform: translateX(0) rotateY(0);
        transform: translateX(0) rotateY(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }
    100% {
        -webkit-transform: translateX(100%) rotateY(-180deg);
        transform: translateX(100%) rotateY(-180deg);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }
}

@-webkit-keyframes flip-2-hor-bottom-1 {
    0% {
        -webkit-transform: translateY(0) rotateX(0);
        transform: translateY(0) rotateX(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }
    100% {
        -webkit-transform: translateY(100%) rotateX(180deg);
        transform: translateY(100%) rotateX(180deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }
}

@keyframes flip-2-hor-bottom-1 {
    0% {
        -webkit-transform: translateY(0) rotateX(0);
        transform: translateY(0) rotateX(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }
    100% {
        -webkit-transform: translateY(100%) rotateX(180deg);
        transform: translateY(100%) rotateX(180deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }
}

@-webkit-keyframes flip-2-hor-bottom-2 {
    0% {
        -webkit-transform: translateY(0) rotateX(0);
        transform: translateY(0) rotateX(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }
    100% {
        -webkit-transform: translateY(100%) rotateX(-180deg);
        transform: translateY(100%) rotateX(-180deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }
}

@keyframes flip-2-hor-bottom-2 {
    0% {
        -webkit-transform: translateY(0) rotateX(0);
        transform: translateY(0) rotateX(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }
    100% {
        -webkit-transform: translateY(100%) rotateX(-180deg);
        transform: translateY(100%) rotateX(-180deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }
}

@-webkit-keyframes flip-2-ver-left-1 {
    0% {
        -webkit-transform: translateX(0) rotateY(0);
        transform: translateX(0) rotateY(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }
    100% {
        -webkit-transform: translateX(-100%) rotateY(180deg);
        transform: translateX(-100%) rotateY(180deg);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
}

@keyframes flip-2-ver-left-1 {
    0% {
        -webkit-transform: translateX(0) rotateY(0);
        transform: translateX(0) rotateY(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }
    100% {
        -webkit-transform: translateX(-100%) rotateY(180deg);
        transform: translateX(-100%) rotateY(180deg);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
}

@-webkit-keyframes flip-2-ver-left-2 {
    0% {
        -webkit-transform: translateX(0) rotateY(0);
        transform: translateX(0) rotateY(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }
    100% {
        -webkit-transform: translateX(-100%) rotateY(-180deg);
        transform: translateX(-100%) rotateY(-180deg);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
}

@keyframes flip-2-ver-left-2 {
    0% {
        -webkit-transform: translateX(0) rotateY(0);
        transform: translateX(0) rotateY(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }
    100% {
        -webkit-transform: translateX(-100%) rotateY(-180deg);
        transform: translateX(-100%) rotateY(-180deg);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
}

@-webkit-keyframes flip-scale-down-hor {
    0% {
        -webkit-transform: scale(1) rotateX(0);
        transform: scale(1) rotateX(0)
    }
    50% {
        -webkit-transform: scale(.4) rotateX(90deg);
        transform: scale(.4) rotateX(90deg)
    }
    100% {
        -webkit-transform: scale(1) rotateX(180deg);
        transform: scale(1) rotateX(180deg)
    }
}

@keyframes flip-scale-down-hor {
    0% {
        -webkit-transform: scale(1) rotateX(0);
        transform: scale(1) rotateX(0)
    }
    50% {
        -webkit-transform: scale(.4) rotateX(90deg);
        transform: scale(.4) rotateX(90deg)
    }
    100% {
        -webkit-transform: scale(1) rotateX(180deg);
        transform: scale(1) rotateX(180deg)
    }
}

@-webkit-keyframes flip-scale-down-ver {
    0% {
        -webkit-transform: scale(1) rotateY(0);
        transform: scale(1) rotateY(0)
    }
    50% {
        -webkit-transform: scale(.4) rotateY(-90deg);
        transform: scale(.4) rotateY(-90deg)
    }
    100% {
        -webkit-transform: scale(1) rotateY(-180deg);
        transform: scale(1) rotateY(-180deg)
    }
}

@keyframes flip-scale-down-ver {
    0% {
        -webkit-transform: scale(1) rotateY(0);
        transform: scale(1) rotateY(0)
    }
    50% {
        -webkit-transform: scale(.4) rotateY(-90deg);
        transform: scale(.4) rotateY(-90deg)
    }
    100% {
        -webkit-transform: scale(1) rotateY(-180deg);
        transform: scale(1) rotateY(-180deg)
    }
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
}

@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
}

@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
}

@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
}

@-webkit-keyframes shadow-drop-top {
    0% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
    100% {
        -webkit-box-shadow: 0 -12px 20px -12px rgba(0, 0, 0, .35);
        box-shadow: 0 -12px 20px -12px rgba(0, 0, 0, .35)
    }
}

@keyframes shadow-drop-top {
    0% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
    100% {
        -webkit-box-shadow: 0 -12px 20px -12px rgba(0, 0, 0, .35);
        box-shadow: 0 -12px 20px -12px rgba(0, 0, 0, .35)
    }
}

@-webkit-keyframes shadow-drop-center {
    0% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
    100% {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35)
    }
}

@keyframes shadow-drop-center {
    0% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
    100% {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35)
    }
}

@-webkit-keyframes shadow-drop-right {
    0% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
    100% {
        -webkit-box-shadow: 12px 0 20px -12px rgba(0, 0, 0, .35);
        box-shadow: 12px 0 20px -12px rgba(0, 0, 0, .35)
    }
}

@keyframes shadow-drop-right {
    0% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
    100% {
        -webkit-box-shadow: 12px 0 20px -12px rgba(0, 0, 0, .35);
        box-shadow: 12px 0 20px -12px rgba(0, 0, 0, .35)
    }
}

@-webkit-keyframes shadow-drop-bottom {
    0% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
    100% {
        -webkit-box-shadow: 0 12px 20px -12px rgba(0, 0, 0, .35);
        box-shadow: 0 12px 20px -12px rgba(0, 0, 0, .35)
    }
}

@keyframes shadow-drop-bottom {
    0% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
    100% {
        -webkit-box-shadow: 0 12px 20px -12px rgba(0, 0, 0, .35);
        box-shadow: 0 12px 20px -12px rgba(0, 0, 0, .35)
    }
}

@-webkit-keyframes shadow-drop-left {
    0% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
    100% {
        -webkit-box-shadow: -12px 0 20px -12px rgba(0, 0, 0, .35);
        box-shadow: -12px 0 20px -12px rgba(0, 0, 0, .35)
    }
}

@keyframes shadow-drop-left {
    0% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
    100% {
        -webkit-box-shadow: -12px 0 20px -12px rgba(0, 0, 0, .35);
        box-shadow: -12px 0 20px -12px rgba(0, 0, 0, .35)
    }
}

@-webkit-keyframes shadow-drop-lr {
    0% {
        -webkit-box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent
    }
    100% {
        -webkit-box-shadow: -12px 0 20px -12px rgba(0, 0, 0, .35), 12px 0 20px -12px rgba(0, 0, 0, .35);
        box-shadow: -12px 0 20px -12px rgba(0, 0, 0, .35), 12px 0 20px -12px rgba(0, 0, 0, .35)
    }
}

@keyframes shadow-drop-lr {
    0% {
        -webkit-box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent
    }
    100% {
        -webkit-box-shadow: -12px 0 20px -12px rgba(0, 0, 0, .35), 12px 0 20px -12px rgba(0, 0, 0, .35);
        box-shadow: -12px 0 20px -12px rgba(0, 0, 0, .35), 12px 0 20px -12px rgba(0, 0, 0, .35)
    }
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes scale-in-ver-bottom {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        opacity: 1
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        opacity: 1
    }
}

@keyframes scale-in-ver-bottom {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        opacity: 1
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        opacity: 1
    }
}

@-webkit-keyframes scale-in-ver-top {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 1
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 1
    }
}

@keyframes scale-in-ver-top {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 1
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 1
    }
}

@-webkit-keyframes scale-in-hor-left {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1
    }
}

@keyframes scale-in-hor-left {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1
    }
}

@-webkit-keyframes scale-in-hor-right {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1
    }
}

@keyframes scale-in-hor-right {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1
    }
}

@-webkit-keyframes scale-in-ver-center {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }
}

@keyframes scale-in-ver-center {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }
}

@-webkit-keyframes scale-in-hor-center {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

@keyframes scale-in-hor-center {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

@-webkit-keyframes flip-in-ver-right {
    0% {
        -webkit-transform: rotateY(-80deg);
        transform: rotateY(-80deg);
        opacity: 0
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1
    }
}

@keyframes flip-in-ver-right {
    0% {
        -webkit-transform: rotateY(-80deg);
        transform: rotateY(-80deg);
        opacity: 0
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1
    }
}

@-webkit-keyframes flip-in-ver-left {
    0% {
        -webkit-transform: rotateY(80deg);
        transform: rotateY(80deg);
        opacity: 0
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1
    }
}

@keyframes flip-in-ver-left {
    0% {
        -webkit-transform: rotateY(80deg);
        transform: rotateY(80deg);
        opacity: 0
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1
    }
}

@-webkit-keyframes flip-in-hor-top {
    0% {
        -webkit-transform: rotateX(-80deg);
        transform: rotateX(-80deg);
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes flip-in-hor-top {
    0% {
        -webkit-transform: rotateX(-80deg);
        transform: rotateX(-80deg);
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes flip-in-hor-bottom {
    0% {
        -webkit-transform: rotateX(80deg);
        transform: rotateX(80deg);
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes flip-in-hor-bottom {
    0% {
        -webkit-transform: rotateX(80deg);
        transform: rotateX(80deg);
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(.2);
        transform: translateY(-1000px) scaleY(2.5) scaleX(.2);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(.2);
        transform: translateY(-1000px) scaleY(2.5) scaleX(.2);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes slide-in-blurred-right {
    0% {
        -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(.2);
        transform: translateX(1000px) scaleX(2.5) scaleY(.2);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes slide-in-blurred-right {
    0% {
        -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(.2);
        transform: translateX(1000px) scaleX(2.5) scaleY(.2);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes slide-in-blurred-bottom {
    0% {
        -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(.2);
        transform: translateY(1000px) scaleY(2.5) scaleX(.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes slide-in-blurred-bottom {
    0% {
        -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(.2);
        transform: translateY(1000px) scaleY(2.5) scaleX(.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes slide-in-blurred-left {
    0% {
        -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(.2);
        transform: translateX(-1000px) scaleX(2.5) scaleY(.2);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes slide-in-blurred-left {
    0% {
        -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(.2);
        transform: translateX(-1000px) scaleX(2.5) scaleY(.2);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes bounce-in-right {
    0% {
        -webkit-transform: translateX(600px);
        transform: translateX(600px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: translateX(68px);
        transform: translateX(68px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    72% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: translateX(32px);
        transform: translateX(32px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    95% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes bounce-in-right {
    0% {
        -webkit-transform: translateX(600px);
        transform: translateX(600px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: translateX(68px);
        transform: translateX(68px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    72% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: translateX(32px);
        transform: translateX(32px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    95% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes bounce-in-bottom {
    0% {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: translateY(65px);
        transform: translateY(65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: translateY(28px);
        transform: translateY(28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    95% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes bounce-in-bottom {
    0% {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: translateY(65px);
        transform: translateY(65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: translateY(28px);
        transform: translateY(28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    95% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes bounce-in-left {
    0% {
        -webkit-transform: translateX(-600px);
        transform: translateX(-600px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: translateX(-68px);
        transform: translateX(-68px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    72% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: translateX(-28px);
        transform: translateX(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    95% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes bounce-in-left {
    0% {
        -webkit-transform: translateX(-600px);
        transform: translateX(-600px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: translateX(-68px);
        transform: translateX(-68px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    72% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: translateX(-28px);
        transform: translateX(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    95% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: scale(.84);
        transform: scale(.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    95% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: scale(.84);
        transform: scale(.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    95% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes bounce-in-bck {
    0% {
        -webkit-transform: scale(7);
        transform: scale(7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    95% {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes bounce-in-bck {
    0% {
        -webkit-transform: scale(7);
        transform: scale(7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    95% {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes roll-in-blurred-left {
    0% {
        -webkit-transform: translateX(-1000px) rotate(-720deg);
        transform: translateX(-1000px) rotate(-720deg);
        -webkit-filter: blur(50px);
        filter: blur(50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes roll-in-blurred-left {
    0% {
        -webkit-transform: translateX(-1000px) rotate(-720deg);
        transform: translateX(-1000px) rotate(-720deg);
        -webkit-filter: blur(50px);
        filter: blur(50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes roll-in-blurred-right {
    0% {
        -webkit-transform: translateX(1000px) rotate(720deg);
        transform: translateX(1000px) rotate(720deg);
        -webkit-filter: blur(50px);
        filter: blur(50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes roll-in-blurred-right {
    0% {
        -webkit-transform: translateX(1000px) rotate(720deg);
        transform: translateX(1000px) rotate(720deg);
        -webkit-filter: blur(50px);
        filter: blur(50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes roll-in-blurred-top {
    0% {
        -webkit-transform: translateY(-800px) rotate(-720deg);
        transform: translateY(-800px) rotate(-720deg);
        -webkit-filter: blur(50px);
        filter: blur(50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes roll-in-blurred-top {
    0% {
        -webkit-transform: translateY(-800px) rotate(-720deg);
        transform: translateY(-800px) rotate(-720deg);
        -webkit-filter: blur(50px);
        filter: blur(50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes roll-in-blurred-bottom {
    0% {
        -webkit-transform: translateY(800px) rotate(720deg);
        transform: translateY(800px) rotate(720deg);
        -webkit-filter: blur(50px);
        filter: blur(50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        opacity: 1
    }
}

@keyframes roll-in-blurred-bottom {
    0% {
        -webkit-transform: translateY(800px) rotate(720deg);
        transform: translateY(800px) rotate(720deg);
        -webkit-filter: blur(50px);
        filter: blur(50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        opacity: 1
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-bck {
    0% {
        -webkit-transform: translateZ(80px);
        transform: translateZ(80px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes fade-in-bck {
    0% {
        -webkit-transform: translateZ(80px);
        transform: translateZ(80px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-tr {
    0% {
        -webkit-transform: translateX(50px) translateY(-50px);
        transform: translateX(50px) translateY(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-tr {
    0% {
        -webkit-transform: translateX(50px) translateY(-50px);
        transform: translateX(50px) translateY(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-br {
    0% {
        -webkit-transform: translateX(50px) translateY(50px);
        transform: translateX(50px) translateY(50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-br {
    0% {
        -webkit-transform: translateX(50px) translateY(50px);
        transform: translateX(50px) translateY(50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-bl {
    0% {
        -webkit-transform: translateX(-50px) translateY(50px);
        transform: translateX(-50px) translateY(50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-bl {
    0% {
        -webkit-transform: translateX(-50px) translateY(50px);
        transform: translateX(-50px) translateY(50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-tl {
    0% {
        -webkit-transform: translateX(-50px) translateY(-50px);
        transform: translateX(-50px) translateY(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-tl {
    0% {
        -webkit-transform: translateX(-50px) translateY(-50px);
        transform: translateX(-50px) translateY(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes puff-in-top {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes puff-in-top {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes puff-in-hor {
    0% {
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes puff-in-hor {
    0% {
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes puff-in-ver {
    0% {
        -webkit-transform: scaleY(2);
        transform: scaleY(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes puff-in-ver {
    0% {
        -webkit-transform: scaleY(2);
        transform: scaleY(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes tracking-in-expand-fwd {
    0% {
        letter-spacing: -.5em;
        -webkit-transform: translateZ(-700px);
        transform: translateZ(-700px);
        opacity: 0
    }
    40% {
        opacity: .6
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes tracking-in-expand-fwd {
    0% {
        letter-spacing: -.5em;
        -webkit-transform: translateZ(-700px);
        transform: translateZ(-700px);
        opacity: 0
    }
    40% {
        opacity: .6
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -.5em;
        opacity: 0
    }
    40% {
        opacity: .6
    }
    100% {
        opacity: 1
    }
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -.5em;
        opacity: 0
    }
    40% {
        opacity: .6
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0
    }
    40% {
        opacity: .6
    }
    100% {
        letter-spacing: normal;
        opacity: 1
    }
}

@keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0
    }
    40% {
        opacity: .6
    }
    100% {
        letter-spacing: normal;
        opacity: 1
    }
}

@-webkit-keyframes tracking-in-contract-bck {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(400px);
        transform: translateZ(400px);
        opacity: 0
    }
    40% {
        opacity: .6
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes tracking-in-contract-bck {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(400px);
        transform: translateZ(400px);
        opacity: 0
    }
    40% {
        opacity: .6
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes tracking-out-expand {
    0% {
        opacity: 1
    }
    60% {
        opacity: .8
    }
    100% {
        letter-spacing: 1em;
        opacity: 0
    }
}

@keyframes tracking-out-expand {
    0% {
        opacity: 1
    }
    60% {
        opacity: .8
    }
    100% {
        letter-spacing: 1em;
        opacity: 0
    }
}

@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0
    }
    100% {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0
    }
    100% {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes focus-in-expand {
    0% {
        letter-spacing: -.5em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0
    }
    100% {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes focus-in-expand {
    0% {
        letter-spacing: -.5em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0
    }
    100% {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes focus-in-expand-fwd {
    0% {
        letter-spacing: -.5em;
        -webkit-transform: translateZ(-800px);
        transform: translateZ(-800px);
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes focus-in-expand-fwd {
    0% {
        letter-spacing: -.5em;
        -webkit-transform: translateZ(-800px);
        transform: translateZ(-800px);
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0
    }
    100% {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0
    }
    100% {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes focus-in-contract-bck {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(12px);
        transform: translateZ(12px);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes focus-in-contract-bck {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(12px);
        transform: translateZ(12px);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes text-blur-out {
    0% {
        -webkit-filter: blur(.01);
        filter: blur(.01)
    }
    100% {
        -webkit-filter: blur(12px) opacity(0);
        filter: blur(12px) opacity(0)
    }
}

@keyframes text-blur-out {
    0% {
        -webkit-filter: blur(.01);
        filter: blur(.01)
    }
    100% {
        -webkit-filter: blur(12px) opacity(0);
        filter: blur(12px) opacity(0)
    }
}

@-webkit-keyframes blur-out-contract {
    0% {
        -webkit-filter: blur(.01);
        filter: blur(.01)
    }
    100% {
        letter-spacing: -.5em;
        -webkit-filter: blur(12px) opacity(0);
        filter: blur(12px) opacity(0)
    }
}

@keyframes blur-out-contract {
    0% {
        -webkit-filter: blur(.01);
        filter: blur(.01)
    }
    100% {
        letter-spacing: -.5em;
        -webkit-filter: blur(12px) opacity(0);
        filter: blur(12px) opacity(0)
    }
}

@-webkit-keyframes blur-out-contract-bck {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-filter: blur(.01);
        filter: blur(.01)
    }
    100% {
        letter-spacing: -.5em;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px);
        -webkit-filter: blur(12px) opacity(0);
        filter: blur(12px) opacity(0)
    }
}

@keyframes blur-out-contract-bck {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-filter: blur(.01);
        filter: blur(.01)
    }
    100% {
        letter-spacing: -.5em;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px);
        -webkit-filter: blur(12px) opacity(0);
        filter: blur(12px) opacity(0)
    }
}

@-webkit-keyframes blur-out-expand {
    0% {
        -webkit-filter: blur(.01);
        filter: blur(.01)
    }
    100% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px) opacity(0);
        filter: blur(12px) opacity(0)
    }
}

@keyframes blur-out-expand {
    0% {
        -webkit-filter: blur(.01);
        filter: blur(.01)
    }
    100% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px) opacity(0);
        filter: blur(12px) opacity(0)
    }
}

@-webkit-keyframes blur-out-expand-fwd {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-filter: blur(.01);
        filter: blur(.01)
    }
    100% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        -webkit-filter: blur(12px) opacity(0);
        filter: blur(12px) opacity(0)
    }
}

@keyframes blur-out-expand-fwd {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-filter: blur(.01);
        filter: blur(.01)
    }
    100% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        -webkit-filter: blur(12px) opacity(0);
        filter: blur(12px) opacity(0)
    }
}

@-webkit-keyframes text-pop-up-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 50px 30px rgba(0, 0, 0, .3)
    }
}

@keyframes text-pop-up-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 50px 30px rgba(0, 0, 0, .3)
    }
}

@-webkit-keyframes text-pop-up-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none
    }
    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 50px 30px rgba(0, 0, 0, .3)
    }
}

@keyframes text-pop-up-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none
    }
    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 50px 30px rgba(0, 0, 0, .3)
    }
}

@-webkit-keyframes text-pop-up-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none
    }
    100% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 50px 30px rgba(0, 0, 0, .3)
    }
}

@keyframes text-pop-up-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none
    }
    100% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 50px 30px rgba(0, 0, 0, .3)
    }
}

@-webkit-keyframes text-pop-up-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none
    }
    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 50px 30px rgba(0, 0, 0, .3)
    }
}

@keyframes text-pop-up-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none
    }
    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 50px 30px rgba(0, 0, 0, .3)
    }
}

@-webkit-keyframes vibrate-2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }
    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }
    60% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }
    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes vibrate-2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }
    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }
    60% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }
    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes shake-horizontal {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }
}

@keyframes shake-horizontal {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }
}

@-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes jello-vertical {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    40% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    50% {
        -webkit-transform: scale3d(.85, 1.15, 1);
        transform: scale3d(.85, 1.15, 1)
    }
    65% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    75% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes jello-vertical {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    40% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    50% {
        -webkit-transform: scale3d(.85, 1.15, 1);
        transform: scale3d(.85, 1.15, 1)
    }
    65% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    75% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes jello-diagonal-1 {
    0% {
        -webkit-transform: skew(0deg 0deg);
        transform: skew(0deg 0deg)
    }
    30% {
        -webkit-transform: skew(25deg 25deg);
        transform: skew(25deg 25deg)
    }
    40% {
        -webkit-transform: skew(-15deg, -15deg);
        transform: skew(-15deg, -15deg)
    }
    50% {
        -webkit-transform: skew(15deg, 15deg);
        transform: skew(15deg, 15deg)
    }
    65% {
        -webkit-transform: skew(-5deg, -5deg);
        transform: skew(-5deg, -5deg)
    }
    75% {
        -webkit-transform: skew(5deg, 5deg);
        transform: skew(5deg, 5deg)
    }
    100% {
        -webkit-transform: skew(0deg 0deg);
        transform: skew(0deg 0deg)
    }
}

@keyframes jello-diagonal-1 {
    0% {
        -webkit-transform: skew(0deg 0deg);
        transform: skew(0deg 0deg)
    }
    30% {
        -webkit-transform: skew(25deg 25deg);
        transform: skew(25deg 25deg)
    }
    40% {
        -webkit-transform: skew(-15deg, -15deg);
        transform: skew(-15deg, -15deg)
    }
    50% {
        -webkit-transform: skew(15deg, 15deg);
        transform: skew(15deg, 15deg)
    }
    65% {
        -webkit-transform: skew(-5deg, -5deg);
        transform: skew(-5deg, -5deg)
    }
    75% {
        -webkit-transform: skew(5deg, 5deg);
        transform: skew(5deg, 5deg)
    }
    100% {
        -webkit-transform: skew(0deg 0deg);
        transform: skew(0deg 0deg)
    }
}

@-webkit-keyframes wobble-hor-bottom {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg)
    }
    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg)
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg)
    }
    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg)
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg)
    }
}

@keyframes wobble-hor-bottom {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg)
    }
    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg)
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg)
    }
    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg)
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg)
    }
}

@-webkit-keyframes wobble-hor-top {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    15% {
        -webkit-transform: translateX(-30px) rotate(6deg);
        transform: translateX(-30px) rotate(6deg)
    }
    30% {
        -webkit-transform: translateX(15px) rotate(-6deg);
        transform: translateX(15px) rotate(-6deg)
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(3.6deg);
        transform: translateX(-15px) rotate(3.6deg)
    }
    60% {
        -webkit-transform: translateX(9px) rotate(-2.4deg);
        transform: translateX(9px) rotate(-2.4deg)
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(1.2deg);
        transform: translateX(-6px) rotate(1.2deg)
    }
}

@keyframes wobble-hor-top {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    15% {
        -webkit-transform: translateX(-30px) rotate(6deg);
        transform: translateX(-30px) rotate(6deg)
    }
    30% {
        -webkit-transform: translateX(15px) rotate(-6deg);
        transform: translateX(15px) rotate(-6deg)
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(3.6deg);
        transform: translateX(-15px) rotate(3.6deg)
    }
    60% {
        -webkit-transform: translateX(9px) rotate(-2.4deg);
        transform: translateX(9px) rotate(-2.4deg)
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(1.2deg);
        transform: translateX(-6px) rotate(1.2deg)
    }
}

@-webkit-keyframes wobble-ver-left {
    0%,
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    15% {
        -webkit-transform: translateY(-30px) rotate(-6deg);
        transform: translateY(-30px) rotate(-6deg)
    }
    30% {
        -webkit-transform: translateY(15px) rotate(6deg);
        transform: translateY(15px) rotate(6deg)
    }
    45% {
        -webkit-transform: translateY(-15px) rotate(-3.6deg);
        transform: translateY(-15px) rotate(-3.6deg)
    }
    60% {
        -webkit-transform: translateY(9px) rotate(2.4deg);
        transform: translateY(9px) rotate(2.4deg)
    }
    75% {
        -webkit-transform: translateY(-6px) rotate(-1.2deg);
        transform: translateY(-6px) rotate(-1.2deg)
    }
}

@keyframes wobble-ver-left {
    0%,
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    15% {
        -webkit-transform: translateY(-30px) rotate(-6deg);
        transform: translateY(-30px) rotate(-6deg)
    }
    30% {
        -webkit-transform: translateY(15px) rotate(6deg);
        transform: translateY(15px) rotate(6deg)
    }
    45% {
        -webkit-transform: translateY(-15px) rotate(-3.6deg);
        transform: translateY(-15px) rotate(-3.6deg)
    }
    60% {
        -webkit-transform: translateY(9px) rotate(2.4deg);
        transform: translateY(9px) rotate(2.4deg)
    }
    75% {
        -webkit-transform: translateY(-6px) rotate(-1.2deg);
        transform: translateY(-6px) rotate(-1.2deg)
    }
}

@-webkit-keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1
    }
    24% {
        opacity: 1
    }
    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
}

@keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1
    }
    24% {
        opacity: 1
    }
    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
}

@-webkit-keyframes bounce-bottom {
    0% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1
    }
    24% {
        opacity: 1
    }
    40% {
        -webkit-transform: translateY(24px);
        transform: translateY(24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    65% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    82% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    93% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
}

@keyframes bounce-bottom {
    0% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1
    }
    24% {
        opacity: 1
    }
    40% {
        -webkit-transform: translateY(24px);
        transform: translateY(24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    65% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    82% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    93% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes ping {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .8
    }
    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0
    }
}

@keyframes ping {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .8
    }
    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0
    }
}

@-webkit-keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%
    }
    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top
    }
}

@keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%
    }
    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top
    }
}

@-webkit-keyframes kenburns-bottom {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 84%;
        transform-origin: 50% 84%
    }
    100% {
        -webkit-transform: scale(1.25) translateY(15px);
        transform: scale(1.25) translateY(15px);
        -webkit-transform-origin: bottom;
        transform-origin: bottom
    }
}

@keyframes kenburns-bottom {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 84%;
        transform-origin: 50% 84%
    }
    100% {
        -webkit-transform: scale(1.25) translateY(15px);
        transform: scale(1.25) translateY(15px);
        -webkit-transform-origin: bottom;
        transform-origin: bottom
    }
}

@-webkit-keyframes kenburns-left {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 16% 50%;
        transform-origin: 16% 50%
    }
    100% {
        -webkit-transform: scale(1.25) translate(-20px, 15px);
        transform: scale(1.25) translate(-20px, 15px);
        -webkit-transform-origin: left;
        transform-origin: left
    }
}

@keyframes kenburns-left {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 16% 50%;
        transform-origin: 16% 50%
    }
    100% {
        -webkit-transform: scale(1.25) translate(-20px, 15px);
        transform: scale(1.25) translate(-20px, 15px);
        -webkit-transform-origin: left;
        transform-origin: left
    }
}

@-webkit-keyframes kenburns-right {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 84% 50%;
        transform-origin: 84% 50%
    }
    100% {
        -webkit-transform: scale(1.25) translateX(20px);
        transform: scale(1.25) translateX(20px);
        -webkit-transform-origin: right;
        transform-origin: right
    }
}

@keyframes kenburns-right {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 84% 50%;
        transform-origin: 84% 50%
    }
    100% {
        -webkit-transform: scale(1.25) translateX(20px);
        transform: scale(1.25) translateX(20px);
        -webkit-transform-origin: right;
        transform-origin: right
    }
}

@-webkit-keyframes bg-pan-left {
    0% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@keyframes bg-pan-left {
    0% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@-webkit-keyframes bg-pan-bottom {
    0% {
        background-position: 50% 0
    }
    100% {
        background-position: 50% 100%
    }
}

@keyframes bg-pan-bottom {
    0% {
        background-position: 50% 0
    }
    100% {
        background-position: 50% 100%
    }
}

@-webkit-keyframes bg-pan-right {
    0% {
        background-position: 0 50%
    }
    100% {
        background-position: 100% 50%
    }
}

@keyframes bg-pan-right {
    0% {
        background-position: 0 50%
    }
    100% {
        background-position: 100% 50%
    }
}

@-webkit-keyframes bg-pan-top {
    0% {
        background-position: 50% 100%
    }
    100% {
        background-position: 50% 0
    }
}

@keyframes bg-pan-top {
    0% {
        background-position: 50% 100%
    }
    100% {
        background-position: 50% 0
    }
}

@-webkit-keyframes color-change-3x {
    0% {
        background: #19dcea
    }
    50% {
        background: #b22cff
    }
    100% {
        background: #ea2222
    }
}

@keyframes color-change-3x {
    0% {
        background: #19dcea
    }
    50% {
        background: #b22cff
    }
    100% {
        background: #ea2222
    }
}

@-webkit-keyframes color-change-4x {
    0% {
        background: #19dcea
    }
    33.3333% {
        background: #b22cff
    }
    66.666% {
        background: #ea2222
    }
    100% {
        background: #f5be10
    }
}

@keyframes color-change-4x {
    0% {
        background: #19dcea
    }
    33.3333% {
        background: #b22cff
    }
    66.666% {
        background: #ea2222
    }
    100% {
        background: #f5be10
    }
}