body {
    background: #1a1a1a;
    cursor: default;
}

button:focus {
    outline: unset;
}

.homeImageWrapper {
    height: 100vh;
}

#particles-js {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
}

.zIndexDown {
    z-index: -1;
}

.home-overlay-fluid {
    width: 100%;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    position: relative;
}

.main_home_content {
    width: 100%;
}

.main_home_content h1 {
    font-size: 60px;
    color: #68d9b5;
    text-transform: uppercase;
    line-height: 4rem;
    font-weight: 200;
    margin-bottom: 20px;
    font-family: 'nimbus_monoregular', Courier;
}


/*About Us */

.introduction .container,
.services .container,
.work .container {
    padding-top: 0;
}

.introduction {
    background-color: #FFF;
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
    z-index: 1;
}

.introduction .container.cta {
    background-color: #FFF;
}

.introVectorTop {
    width: 70%;
}

.introVectorBottom {
    width: 55%;
}


/* scrollup tip and black mask */

#scrollUp {
    background-color: #a78d5f;
    padding: 5px 10px;
    right: 45px;
    text-align: center;
    text-decoration: none;
    top: 85%;
    display: none;
    position: fixed;
    z-index: 2147483647;
    color: #FFF;
    line-height: 25px;
    cursor: pointer;
    opacity: 0;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 767px) {
    #scrollUp {
        right: 20px;
    }
}

#scrollUp.Show:hover {
    opacity: .8;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#scrollUp.Show {
    display: block;
    opacity: 1;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.blackMask {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: black;
    opacity: 0.9;
    filter: Alpha(Opacity=90);
    z-index: 100;
}

.hiddenMask {
    display: none;
}

.focus-in-contract-bck {
    color: #FFF;
    font-size: 40px;
    -webkit-animation: focus-in-contract-bck 3s cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s both;
    animation: focus-in-contract-bck 3s cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s both;
}

.focus-in-contract-bck-subscript {
    color: #FFF;
    font-family: 'Alex Brush', cursive;
    -webkit-animation: focus-in-contract-bck 3s cubic-bezier(0.175, 0.885, 0.320, 1.275) 1.5s both;
    animation: focus-in-contract-bck 3s cubic-bezier(0.175, 0.885, 0.320, 1.275) 1.5s both;
}

.text-focus-in {
    color: #FFF;
    font-size: 18px;
    margin: 0 15px;
    font-family: 'Playfair Display';
    -webkit-animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 2s both;
    animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 2s both;
}


/* ----------------------------------------------
 * Generated by Animista on 2019-5-12 2:39:11
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */

@-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 focus-in-contract-bck-subscript {
    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-subscript {
    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;
    }
}


/* ----------------------------------------------
 * Generated by Animista on 2019-5-12 6:23:41
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */

@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.site-intro .backbox {
    color: #000;
    position: relative;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0));
}

.publisherMessage .site-intro .backbox {
    background-image: none;
}

@media (min-width: 991px) {
    .publisherMessage .site-intro .backbox {
        padding: 50px;
    }
}

.volunteer-single-section .row {
    margin-bottom: 30px;
}

.site-intro .backbox:before {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0));
}

.site-intro .backbox:after {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0));
}

.publisherMessage .site-intro .backbox:before,
.publisherMessage .site-intro .backbox:after {
    width: 80%;
    left: 10%;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(167, 141, 95, 1) 50%, rgba(167, 141, 95, 1) 50%, rgba(255, 255, 255, 0));
}

.site-intro .backbox .fas,
.aboutMagazine .fas {
    color: #a78d5f;
}

.site-intro .backbox p.text-justify {
    padding-top: 0px;
}

.site-intro .text-justify {
    font-size: 14px;
    letter-spacing: 1px;
    float: none;
    margin: -10px auto -14px;
    padding: 20px 15px;
}

@media (min-width: 768px) {
    .site-intro .text-justify {
        font-size: 16px;
        margin: -18px auto -24px;
        padding: 25px 20px;
    }
    .site-intro .introText {
        padding: 0 40px;
    }
}

@media (min-width: 991px) {
    .site-intro .text-justify {
        font-size: 16px;
        margin: -23px auto -32px;
        padding: 25px 20px;
    }
    .site-intro .introText {
        padding: 0 40px;
    }
}

@media (min-width: 1200px) {
    .site-intro .text-justify {
        font-size: 16px;
        margin: -28px auto -39px;
        padding: 25px 20px;
    }
    .site-intro .introText {
        padding: 0 40px;
    }
}

.siteHeading {
    font-family: 'Alex Brush', cursive;
    font-size: 400% !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
}

.hero .slide .slider-title p.siteHeading {
    font-size: 250% !important;
}

.site-intro .cta-details h2 {
    margin-bottom: 10px;
}

.about-page .volunteerSection,
.about-page .volunteer-single-section {
    background-color: #FFF;
}

.volunteerSection.cta-2 .sing-up h3 {
    color: #3d424b;
}

.volunteerSection,
.aim.introduction,
.aim .container.cta,
.about-page .joinUs {
    background-color: #15181d;
}

.about-page .aboutMagazine {
    background: #FFF;
}

.aim.site-intro .backbox {
    color: #000;
    position: relative;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0));
}

.aim.site-intro .backbox:before {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(197, 180, 150, 0.3) 50%, rgba(197, 180, 150, 0.3) 50%, rgba(255, 255, 255, 0));
}

.aim.site-intro .backbox:after {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0));
}

.blogSection {
    background: url('../images/event-bg.jpg');
}

.blogSection .col .post {
    border-radius: 5px;
    background: #FFF;
    margin-bottom: 15px;
    webkit-box-shadow: 0 0 10px 0 #000;
    -moz-box-shadow: 0 0 10px 0 #000;
    -o-box-shadow: 0 0 10px 0 #000;
    -ms-box-shadow: 0 0 10px 0 #000;
    box-shadow: 0 0 10px 0 #000;
}

.blogSection .row.section-title-s2 {
    margin: 0 auto 25px;
}

.blogSection .row.section-title-s2 .siteHeading {
    margin: 10px 0;
}

.blogHead .col {
    border-radius: 45px;
    float: none;
    webkit-box-shadow: 0 0 10px 0 #000;
    -moz-box-shadow: 0 0 10px 0 #000;
    -o-box-shadow: 0 0 10px 0 #000;
    -ms-box-shadow: 0 0 10px 0 #000;
    box-shadow: 0 0 10px 0 #000;
}

.blogSection .blog-grid .post .entry-date-author ul {
    padding: 0;
}

.home-style-two .blogSection.events-nearby,
.home-style-three .events-nearby {
    padding: 60px 0;
}

.urgent-donation {
    background-color: #FFF;
}

.home-style-three .urgent-donation .urgent-box {
    height: 450px;
}

.home-style-three .urgent-donation .urgent-box .details,
.urgent-donation .urgent-box .img-holder {
    height: 100%;
}

.home-style-three .eventSection.urgent-donation {
    margin-top: 0px;
    padding-top: 90px;
    padding-bottom: 80px;
}

.eventSection .owl-carousel .owl-stage-outer {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    webkit-box-shadow: 0 0 25px 0 #000;
    -moz-box-shadow: 0 0 25px 0 #000;
    -o-box-shadow: 0 0 25px 0 #000;
    -ms-box-shadow: 0 0 25px 0 #000;
    box-shadow: 0 0 25px 0 #000;
}

.home-style-three .joinUs.cta-4 .col>div {
    padding: 10px 35px 15px;
}

.joinUsHead {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .joinUsHead:before {
        background-image: url('../images/leaves-left.png');
        left: 13%;
    }
}

@media only screen and (min-width: 768px) {
    .joinUsHead:before,
    .joinUsHead:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        width: 239px;
        height: 231px;
        top: -40px;
        background-size: 150px;
        width: 150px;
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 768px) {
    .joinUsHead:after {
        background-image: url('../images/leaves-right.png');
        right: 13%;
    }
}

@media only screen and (min-width: 992px) {
    .joinUsHead {
        max-width: 720px;
        margin: 0 auto;
    }
}

.home-style-three .joinUs.cta-4 {
    background: #FFF;
    margin-top: 0;
}

.joinUsHead .siteHeading {
    color: #a78d5f;
}

.joinUsCards.row {
    margin: 70px 0 0;
}

.joinUsCards.row .col div {
    webkit-box-shadow: 0 0 10px 0 #000;
    -moz-box-shadow: 0 0 10px 0 #000;
    -o-box-shadow: 0 0 10px 0 #000;
    -ms-box-shadow: 0 0 10px 0 #000;
    box-shadow: 0 0 10px 0 #000;
    padding-bottom: 15px;
    padding-top: 15px;
    border-radius: 110px;
}

.about-page .joinUsCards.row .col div {
    webkit-box-shadow: 0 0 10px 0 #EEE;
    -moz-box-shadow: 0 0 10px 0 #EEE;
    -o-box-shadow: 0 0 10px 0 #EEE;
    -ms-box-shadow: 0 0 10px 0 #EEE;
    box-shadow: 0 0 10px 0 #EEE;
}

.about-page .cta-4 h3 {
    color: #EEE;
}

.about-page .cta-4 p {
    color: #aaa;
}

.shop-page .shop-main-content,
.shop-page .contact-main-content {
    background-color: #FFF;
}

.shop-page .shop-main-content .col,
.shop-page .shop-main-content .row,
.shop-page .event-single-main-content .row,
.shop-page .event-single-main-content .col,
.contact-page .contact-main-content .row,
.contact-page .contact-main-content .col,
.contact-page .contact-main-content .contact-form,
.volunteerSection .container-fluid .row .col.join-us,
.volunteerSection .container-fluid .row .col.sing-up {
    display: block !important;
}

.shop-page .shop-main-content .row,
.shop-page .event-single-main-content .row,
.contact-page .contact-main-content .row {
    width: auto !important;
}

.shop-content .grid .details,
.shop-content .img-holder {
    display: block;
}

.shop-content .grid .img-holder img {
    max-height: 316px;
}

.teamSection .shop-content .grid h3 {
    color: #a78d5f;
}

.shop-content .grid .box:hover h3 {
    color: #FFF;
}

.teamSection .shop-content .grid .add-to-cart {
    font-weight: normal;
    color: #777;
}

.shop-content .grid .box {
    text-align: center;
    margin: 0;
    padding: 0;
}

.hero-action {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    text-align: center;
}

.event-single-main-content {
    background: #FFF;
}

.about-event-wrapper .big-photo {
    max-height: 358px;
    max-width: 1042px;
}

.about-event-wrapper .big-photo img {
    margin: 0 auto;
    max-height: 358px;
}

.about-event-wrapper .big-photo img:after {
    content: "";
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    -webkit-box-shadow: 0px 250px 15px -35px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 250px 15px -35px rgba(0, 0, 0, .25);
    box-shadow: 0px 250px 15px -35px rgba(0, 0, 0, .25);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transform: scaleY(.3);
    -webkit-transform: scaleY(.3);
    -moz-transform: scaleY(.3);
    -ms-transform: scaleY(.3);
    -o-transform: scaleY(.3);
}

.hero-button,
.hero-button:hover,
.hero-button:focus {
    color: #a78d5f;
}

.hero-button {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .1em;
    -webkit-animation: jackrose-hero-button 2s ease-in-out 0s infinite;
    -moz-animation: jackrose-hero-button 2s ease-in-out 0s infinite;
    -o-animation: jackrose-hero-button 2s ease-in-out 0s infinite;
    /* animation: jackrose-hero-button 2s ease-in-out 0s infinite; */
}

.hero-button span {
    display: block;
}

.hero-button .fa {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    font-style: normal;
}

.fa-angle-double-down:before {
    content: "\f103";
}

@keyframes jackrose-hero-button {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, -30px);
    }
}

canvas {
    position: fixed;
    height: 100vh;
    width: 100vw;
}


/* Footer*/

.c-footer-wrap {
    position: relative;
    background: #FFF;
    padding-top: 100px;
}

.c-footer-wrap a {
    color: #000;
}

@media (max-width: 1023px) {
    .c-footer-wrap {
        padding-top: 60px;
    }
}

.is-loaded .c-footer-wrap::before {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

@media (min-width: 1024px) {
    .c-footer {
        padding: 0 40px 60px 40px;
    }
}

@media (max-width: 1023px) {
    .c-footer {
        padding: 0 0 40px 0;
    }
}

@media (max-width: 1679px) and (min-width: 1280px) {
    .o-container {
        padding-right: 12%;
        padding-left: 12%;
    }
}

.o-container {
    position: relative;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .c-footer_logo {
        margin-bottom: 3.125rem;
    }
}

.c-footer_logo {
    position: relative;
}

.o-grid {
    position: relative;
    margin-left: -40px;
    letter-spacing: normal;
    font-size: 0;
}

.is-inview .c-footer_logo::before,
.has-nav-open .c-footer_logo::before,
.is-inview .c-footer_logo::after,
.has-nav-open .c-footer_logo::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.c-footer_logo::before {
    left: 0;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

@media (min-width: 1024px) {
    .c-footer_logo::before,
    .c-footer_logo::after {
        top: 50%;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        margin-top: -0.8125rem;
    }
}

@media (max-width: 1023px) {
    .c-footer_logo::before,
    .c-footer_logo::after {
        top: 50%;
        margin-top: -13px;
    }
}

.c-footer_logo::before,
.c-footer_logo::after {
    content: "";
    width: calc(33.333333% - 40px);
    height: 1px;
    background: #000000;
    position: absolute;
    display: block;
    -webkit-transition: -webkit-transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-footer-wrap a:link {
    -webkit-tap-highlight-color: transparent;
}

@media (min-width: 1024px) {
    .c-footer_logo_link {
        width: 12.5rem;
    }
}

@media (max-width: 1023px) {
    .c-footer_logo_link {
        width: 140px;
    }
}

.c-footer_logo::after {
    right: 0;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.is-inview .c-footer_logo::before,
.has-nav-open .c-footer_logo::before,
.is-inview .c-footer_logo::after,
.has-nav-open .c-footer_logo::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

@media (min-width: 1024px) {
    .c-footer_logo::before,
    .c-footer_logo::after {
        top: 50%;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        margin-top: -0.8125rem;
    }
}

.c-footer_logo::before,
.c-footer_logo::after {
    content: "";
    width: calc(33.333333% - 40px);
    height: 1px;
    background: #000000;
    position: absolute;
    display: block;
    -webkit-transition: -webkit-transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-footer_logo_link {
    display: inline-block;
}

.o-grid_item,
.o-half,
.o-whole,
.o-two-thirds,
.o-third,
.o-quarter,
.o-three-quarters {
    display: inline-block;
    padding-left: 40px;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
}

@media (min-width: 1024px) {
    .o-third {
        width: 33.333333%;
    }
}

.c-footer_social {
    text-align: center;
}

@media (min-width: 1024px) {
    .c-footer_social_list {
        margin-bottom: 1.875rem;
    }
}

.c-footer_social_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.c-footer_social_item:first-child {
    margin-left: 0;
}

.c-footer_social_item:last-child {
    margin-right: 0;
}

.c-footer_social_item {
    display: inline-block;
    margin: 0 9%;
}

.c-footer_social_item .fab {
    font-size: 30px;
    color: #15181d;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2 cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-footer_social_list:after {
    display: table;
    clear: both;
    content: "";
}

.c-footer_newsletter_title {
    position: relative;
    font-family: 'Alex Brush', cursive;
    color: #000;
    font-style: normal;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
    font-size: 300%;
    font-weight: normal;
}

.c-footer_newsletter_title::before {
    position: absolute;
    width: 2px;
    top: 0;
    left: 50%;
    background: #000000;
    content: "";
    -webkit-transition: -webkit-transform 0.6s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.6s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

@media (max-width: 1023px) {
    .c-footer_newsletter_title::before {
        height: 58px;
    }
}

@media (min-width: 1024px) {
    .c-footer_newsletter_title::before {
        height: 5.5rem;
    }
}

@media (min-width: 1024px) {
    .c-footer_newsletter_title::before {
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@media (min-width: 1024px) {
    .c-footer_newsletter_title {
        padding-top: 7.25rem;
        margin-bottom: 1.875rem;
    }
}

@media (max-width: 1023px) {
    .c-footer_newsletter_title {
        padding-top: 80px;
        margin-bottom: 30px;
    }
}

.is-inview .c-footer_newsletter_title::before,
.has-nav-open .c-footer_newsletter_title::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

@media (min-width: 1024px) {
    .c-footer_newsletter {
        margin-bottom: 3.375rem;
    }
}

@media (max-width: 1023px) {
    .c-footer_newsletter {
        margin-bottom: 54px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1024px) {
    h4,
    .c-small-title {
        letter-spacing: 3px;
    }
}

@media (max-width: 1023px) {
    .c-container-mobile {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.reservation_form textarea {
    margin: 0;
}

.reservation_form input,
.reservation_form textarea {
    -webkit-appearance: none;
}

@media (max-width: 1023px) {
    .c-form-newsletter input,
    .c-form-newsletter textarea,
    .c-form-newsletter .c-btn {
        height: 50px;
    }
}

@media (max-width: 1679px) {
    .reservation_form input,
    .reservation_form textarea {
        border-bottom: 0px;
    }
}

@media (max-width: 1023px) {
    .reservation_form input,
    .reservation_form textarea {
        font-size: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1679px) {
    .reservation_form input {
        border-bottom: 0px;
    }
}

@media (max-width: 1023px) {
    .c-form-newsletter input,
    .c-form-newsletter textarea,
    .c-form-newsletter .c-btn {
        height: 50px;
    }
}

@media (max-width: 1023px) {
    .c-btn,
    .spr-button {
        font-size: 10px;
        padding: 18px 28px;
    }
}

.c-btn span,
.spr-button span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.c-btn::before,
.spr-button::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background: #000000;
}

.c-btn,
.spr-button {
    display: inline-block;
    border: 1px solid #000000;
    background: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    min-height: 40px;
    padding: 0 30px;
    color: #000000;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    text-align: center;
}

.c-btn:hover::before,
a:hover .c-btn::before,
.spr-button:hover::before,
a:hover .spr-button::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.c-btn:hover,
a:hover .c-btn,
.spr-button:hover,
a:hover .spr-button {
    color: #ffffff;
}

::selection {
    background: rgba(0, 0, 0, 0.99);
    color: #fff;
    text-shadow: none;
}

.c-nav-footer,
.c-nav-mobile-small_list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;
}

@media (min-width: 1024px) {
    .c-nav-footer li,
    .c-nav-mobile-small_list li {
        margin-bottom: 0.625rem;
    }
    .-visible-mobile {
        display: none;
    }
}

@media (max-width: 1023px) {
    .c-nav-footer li,
    .c-nav-mobile-small_list li {
        margin-bottom: 14px;
    }
}

.c-nav-footer_link,
.c-nav-mobile-small_link {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 10px;
}

.c-nav-footer,
.c-nav-mobile-small_list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;
}

.c-link-underline:hover::before,
.c-link-share_link span:hover::before,
.c-nav-footer_link:hover::before,
.c-nav-mobile-small_link:hover::before,
.c-nav-shop_link:hover::before,
.c-nav-shop_dropdown_link:hover::before,
.c-brands-list_link:hover::before,
.c-search-brands_link:hover::before,
.c-search-product_text span:hover::before,
.c-product-select h2:hover::before,
.c-nav-product_link:hover::before,
.c-nav-product-dropdown_link:hover::before,
.c-blog-item_read:hover::before,
.c-section-brand_allbrands:hover::before,
.c-instagram-img_from span:hover::before,
.c-contact-back:hover::before,
.spr-summary-actions-newreview:hover::before {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.c-link-underline::before,
.c-link-share_link span::before,
.c-nav-footer_link::before,
.c-nav-mobile-small_link::before,
.c-nav-shop_link::before,
.c-nav-shop_dropdown_link::before,
.c-brands-list_link::before,
.c-search-brands_link::before,
.c-search-product_text span::before,
.c-product-select h2::before,
.c-nav-product_link::before,
.c-nav-product-dropdown_link::before,
.c-blog-item_read::before,
.c-section-brand_allbrands::before,
.c-instagram-img_from span::before,
.c-contact-back::before,
.spr-summary-actions-newreview::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    height: 1px;
    background: #000000;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-link-underline,
.c-link-share_link span,
.c-nav-footer_link,
.c-nav-mobile-small_link,
.c-nav-shop_link,
.c-nav-shop_dropdown_link,
.c-brands-list_link,
.c-search-brands_link,
.c-search-product_text span,
.c-product-select h2,
.c-nav-product_link,
.c-nav-product-dropdown_link,
.c-blog-item_read,
.c-section-brand_allbrands,
.c-instagram-img_from span,
.c-contact-back,
.spr-summary-actions-newreview {
    position: relative;
    display: inline-block;
}

@media (min-width: 1024px) {
    .c-link-underline,
    .c-link-share_link span,
    .c-nav-footer_link,
    .c-nav-mobile-small_link,
    .c-nav-shop_link,
    .c-nav-shop_dropdown_link,
    .c-brands-list_link,
    .c-search-brands_link,
    .c-search-product_text span,
    .c-product-select h2,
    .c-nav-product_link,
    .c-nav-product-dropdown_link,
    .c-blog-item_read,
    .c-section-brand_allbrands,
    .c-instagram-img_from span,
    .c-contact-back,
    .spr-summary-actions-newreview {
        padding: 0.25rem 0;
    }
}

.c-copyright {
    margin: 0;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 10px;
}

.c-footer_social_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 1023px) {
    .c-footer_social_list {
        margin-bottom: 30px;
    }
}

@media (min-width: 1024px) {
    .c-footer_social_list {
        margin-bottom: 1.875rem;
    }
}

@media (max-width: 1023px) {
    .-hidden-mobile {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .c-follow-us-icon {
        width: 5rem;
        height: 5rem;
        padding-top: 0.4375rem;
        line-height: 5.5rem;
    }
}

.c-follow-us-icon {
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
    .c-follow-us-icon:hover {
        background-color: #000;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .c-follow-us-icon:hover .fab {
        color: #FFF;
        -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
}

.is-inview .c-follow-us-icon.-pinterest::after,
.has-nav-open .c-follow-us-icon.-pinterest::after {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

@media screen and (min-width: 992px) {
    header #navbar>ul>li>a {
        padding: 30px 20px;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
    }
    .navbar-nav.navbar-nav>li.rightMenu {
        float: right;
    }
    header #navbar>ul {
        margin: 0 50px;
    }
}

header {
    position: relative;
}

header .navigation.navbar.navbar-default.dummyNav {
    border-radius: 0 0 50% 50% / 0 0 20px 20px;
    bottom: 30px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    content: "";
    height: 1px !important;
    left: 1%;
    right: 1%;
    z-index: 9998 !important;
    width: 98% !important;
    display: none;
}

header .navigation.navbar.navbar-default.dummyNav.sticky {
    display: block;
}

.siteLogo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    top: -2px;
    max-width: 125px;
    z-index: 9998;
}

.siteLogo a img {
    height: 85px;
    -moz-transition: height 0.5s;
    -o-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

@media (max-width: 991px) {
    .siteLogo {
        left: 15px;
        -webkit-transform: none;
        transform: none;
    }
    .siteLogo a img {
        height: 53px;
    }
}

.sticky .siteLogo a img {
    height: 53px;
    -moz-transition: height 0.5s;
    -o-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.volunteer-single-section {
    padding-top: 50px;
}

.volunteer-single-section ul {
    padding: 0;
}

.page-wrapper.home-style-three .row {
    margin-left: 0;
    margin-right: 0;
}

.page-wrapper.home-style-three .tazkira .row {
    margin-top: 60px;
}

.tazkiraContent {
    margin-top: 60px;
}

.tazkiraContent button {
    margin-top: 25px;
}

.tazkiraText {
    font-size: 16px;
}

.journey_text_items .journey_item:nth-child(odd):before {
    content: "";
    background: url(../images/journey-shap-1.jpg) no-repeat scroll center center;
    position: absolute;
    left: -22px;
    bottom: -100px;
    height: 145px;
    width: 180px;
}

.journey_text_items .journey_item:nth-child(odd):after {
    content: "";
    background: url(../images/journey-shap-2.jpg) no-repeat scroll center center;
    position: absolute;
    right: -22px;
    bottom: -100px;
    height: 145px;
    width: 180px;
}

.journey_text_items .journey_item p {
    font-size: 16px;
}

.journey_item p {
    font-size: 14px;
    font-weight: 300;
    color: #777777;
    margin-bottom: 0px;
}

.journey_text_items .journey_item h4 {
    color: #222222;
    margin-bottom: 16px;
    font-family: "Playfair Display", serif;
    font-weight: bold;
}

.journey_image_items .journey_item {
    margin-bottom: 35px;
}

.journey_item {
    text-align: center;
}

.journey_item p {
    font-size: 14px;
    font-weight: 300;
    color: #777777;
    margin-bottom: 0px;
}

.aboutMagazine .row.journey_inner {
    margin: 0;
}

@media (min-width: 991px) {
    .row.journey_inner .aboutMagazineText {
        margin-top: 10%;
    }
}

@media (max-width: 1023px) {
    .row.journey_inner .aboutMagazineText {
        margin: 15px 0 40px;
    }
}

.home-style-three .urgent-donation .urgent-box .details {
    background: #555;
}

.reservation_form_area .res_form_inner {
    max-width: 555px;
    margin: auto;
    padding: 40px 5px;
    position: relative;
}

.publisherMessage .res_form_inner {
    margin: auto;
    padding: 40px 5px;
    position: relative;
}

.form_title {
    text-align: center;
    margin-bottom: 30px;
}

.form_title h2 {
    font-weight: bold;
    margin-bottom: 12px;
    font-family: 'Alex Brush', cursive;
}

.form_title p {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 24px;
    color: #777777;
    margin-bottom: 0px;
}

.reservation_form .form-group input,
.reservation_form .form-group textarea {
    height: 40px;
    border-radius: 0px;
    border: 1px solid #000000;
    color: #000000;
    background: #ffffff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 15px;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.reservation_form .form-group textarea {
    padding-top: 10px;
}

.c-footer_newsletter.reservation_form_area .container {
    width: 100%;
    padding: 0;
}

@media (min-width: 991px) {
    .reservation_form_area .res_form_inner:before {
        content: "";
        background: url(../images/contact-shap-1.png);
        position: absolute;
        left: -125px;
        height: 421px;
        width: 98px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .reservation_form_area .res_form_inner:after {
        content: "";
        background: url(../images/contact-shap-2.png);
        position: absolute;
        right: -125px;
        height: 421px;
        width: 98px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .publisherMessage .publisherMessageText {
        margin: auto;
        padding: 40px 5px;
        position: relative;
    }
    .publisherMessage .publisherMessageText:before {
        content: "";
        background: url(../images/letter-left.png);
        position: absolute;
        left: -50px;
        height: 420px;
        width: 180px;
        top: 0;
        background-size: cover;
    }
    .publisherMessage .publisherMessageText:after {
        content: "";
        background: url(../images/letter-right.png);
        position: absolute;
        right: -50px;
        height: 421px;
        width: 180px;
        bottom: -5px;
        background-size: cover;
    }
}

.publisherMessage .site-intro {
    margin-bottom: 100px;
}