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,
.contribution {
    background-color: #FFF;
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
    z-index: 1;
}

.introduction .container.cta {
    background-color: none;
}

.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 50px 70px;
    }
}

.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;
}

@media only screen and (min-width:1200px) {
    .fiu {
        color: black;
        padding-top: 200px;
        float: right;
    }
    .fiu2 {
        color: black;
        float: right;
    }
}

@media only screen and (min-width:992px) {
    .fiu {
        color: black;
        padding-top: 200px;
        float: right;
    }
    .fiu2 {
        color: black;
        float: right;
    }
}

@media only screen and (max-width:600px) {
    .fiu {
        color: black;
        padding-top: 0px;
        float: none;
    }
    .fiu2 {
        color: black;
        padding-top: 0px;
        float: none;
    }
}

.hero .slide .slider-title p.siteHeading {
    font-size: 250% !important;
}

.site-intro .cta-details h2 {
    margin-bottom: 10px;
}

.contribution .cta .cta-details p {
    margin: 0;
}

.contribution .cta .cta-details h3 {
    margin: 10px 0;
    font-family: 'Alex Brush', cursive;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
}

.contribution .cta .cta-details p.contriTextTwo {
    margin: 0 0 2.5em;
}

.contribution .cta .cta-details p.contriTextOne {
    margin: 2.5em 0 0;
}

.contribution .site-intro .cta-details h6 {
    font-size: 1.3rem;
    color: #888;
    text-align: center;
}

.contribution.publisherMessage .site-intro {
    margin-bottom: 60px;
}

.contributionMail {
    color: #FFF;
    padding: 25px;
    font-size: 1.8rem;
}

@media (max-width: 991px) {
    .contributionMail {
        font-size: 1.4rem;
    }
}

.contributionMail a,
.contributionMail a:hover,
.contributionMail i {
    color: #a78d5f;
}

.contributionMail:hover a {
    text-decoration: underline;
}

.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: #E5E5E5;*/
}

.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;
}

.contact-page .addressHead {
    font-weight: bold;
}

.teamWidgetSection {
    background: #e8e8e8;
}

.teamWidgetSection .shop-content .grid .img-holder {
    margin: 0 auto;
    padding: 0;
    width: 90%;
}

@media (min-width: 1024px) {
    .teamWidgetSection .shop-content .grid {
        width: 20%;
    }
    .teamWidgetSection .shop-content .grid.sixth {
        clear: both;
    }
    .shop-content .grid h3 {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .teamWidgetSection .shop-content .grid {
        width: 25%;
    }
    .teamWidgetSection .shop-content .grid.fifth {
        clear: both;
    }
    .shop-content .grid h3 {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .teamWidgetSection .shop-content .grid {
        width: 100%;
    }
}

.teamWidgetSection .shop-content .grid .add-to-cart {
    font-size: 12px;
}

.teamWidgetSection .shop-content .grid a.add-to-cart,
.teamSection .shop-content .grid a.add-to-cart {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
}

.teamWidgetSection .row {
    margin-top: 80px;
}

.teamWidgetSection .shop-content .grid .details {
    background: #FFF;
}

.shop-content .grid .details,
.shop-content .img-holder {
    display: block;
}

.shop-content .grid .img-holder img {
    min-height: 210px !important;
    max-height: 260px !important;
    border-radius: 160px 160px 0px 0px;
    -moz-border-radius: 160px 160px 0px 0px;
    -webkit-border-radius: 160px 160px 0px 0px;
}

.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;
    margin-bottom: 10px;
}

.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;
}

.event-single-main-content .sidebar {
    padding-top: 60px;
}

.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: #e5d9c5;
    padding-top: 100px;
}

.c-footer-wrap a,
.c-footer-wrap p {
    color: #000;
}

.c-footer-wrap .o-third {
    vertical-align: middle;
}

@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 10px 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;
    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: "";*/
    display: block;
    -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);
    }
}

.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 (max-width: 1023px) {
    .c-footer_newsletter {
        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: 0 10px 14px;
        display: inline-block;
    }
    .c-nav-footer.upperLinks li {
        margin: 0 0 14px;
        width: 24%;
    }
    .c-nav-footer li.wideHeader {
        width: 50%;
    }
    .c-nav-footer li.privacyPolicy {
        width: 33%;
    }
    ul.c-nav-footer:first-child {
        margin-top: 30px;
    }
}

.c-nav-footer_link {
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 12px;
}

.c-nav-mobile-small_link {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 12px;
    margin: 0 8px;
}

.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: #a78d5f;
    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 15px;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
    }
    .navbar-nav.navbar-nav>li.rightMenu {
        float: right;
    }
}

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%;
    }
}

.home-style-three .urgent-donation .urgent-box .details {
    background: #555;
}

.reservation_form_area .res_form_inner {
    max-width: 555px;
    margin: auto;
    padding: 40px 5px 0;
    position: relative;
}

@media (max-width: 1023px) {
    .row.journey_inner .aboutMagazineText {
        margin: 15px 0 40px;
    }
    .reservation_form_area .res_form_inner {
        padding: 10px 5px;
    }
}

.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 {
        opacity: 0.2;
        content: "";
        position: absolute;
        left: -100px;
        height: 421px;
        width: 98px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .reservation_form_area .res_form_inner:after {
        opacity: .2 !important;
        content: "";
        position: absolute;
        right: -100px;
        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;
}

ul.mukhtarBio {
    list-style-type: circle !important;
    color: #828791;
}

.socialMedia {
    background-color: #000;
}

.socialMedia .col-md-4 {
    margin: 20px;
}

.advertisement {
    background: #FFF;
    text-align: center;
    padding: 0;
}

.advertisement .row {
    padding: 15px;
}

.advertisement h3 {
    margin: 60px 0 30px;
}

.advertisement .magazineRate {
    text-transform: uppercase;
}

.advertisement .site-intro .backbox:before {
    position: static;
}

.advertisement .site-intro .introText {
    padding: 50px 0 40px;
}

.row.rowMagazine {
    position: relative;
}

.row.rowMagazine:after {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(167, 141, 95, 0.4) 50%, rgba(167, 141, 95, 0.4) 50%, rgba(0, 0, 0, 0));
}

.advertisementPage {
    background: #FFF;
}

.contributionMail {
    background-image: url(images/partner/p11.png);
}

.advertisementPage .contributionMail {
    margin-top: 50px;
    background: #15181d;
}

.aboutSpan {
    display: block;
    color: #a78d5f;
    margin-bottom: 20px;
}


/* The actual timeline (the vertical ruler) */

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}


/* The actual timeline (the vertical ruler) */

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}


/* Container around content */

.container2 {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}


/* The circles on the timeline */

.container2::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}


/* Place the container to the left */

.left2 {
    left: 0;
}


/* Place the container to the right */

.right2 {
    left: 50%;
}


/* Add arrows to the left container (pointing right) */

.left2::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}


/* Add arrows to the right container (pointing left) */

.right2::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}


/* Fix the circle for containers on the right side */

.right2::after {
    left: -16px;
}


/* The actual content */

.content2 {
    padding: 20px 30px;
    background-color: #dbcaab;
    position: relative;
    border-radius: 6px;
}


/* Media queries - Responsive timeline on screens less than 600px wide */

@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }
    /* Full-width containers */
    .container2 {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    /* Make sure that all arrows are pointing leftwards */
    .container2::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }
    /* Make sure all circles are at the same spot */
    .left2::after,
    .right2::after {
        left: 15px;
    }
    /* Make all right containers behave like the left ones */
    .right2 {
        left: 0%;
    }
}

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic);
body {
    font-family: 'Source Sans Pro', sans-serif;
}

.heading-title4 {
    margin-bottom: 100px;
}

.text-center4 {
    text-align: center;
}

.heading-title4 h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}

.p-top-30 {
    padding-top: 30px;
}

.half-txt4 {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}

.text-uppercase4 {
    text-transform: uppercase;
}

.team-member4,
.team-member4 .team-img4 {
    position: relative;
}

.team-member4 {
    overflow: hidden;
}

.team-member4,
.team-member4 .team-img4 {
    position: relative;
}

.team-hover4 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member4:hover .team-hover4 .desk4 {
    top: 35%;
}

.team-member4:hover .team-hover4,
.team-member4:hover .team-hover4 .desk,
.team-member4:hover .team-hover4 .s-link4 {
    opacity: 1;
}

.team-hover4 .desk4 {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}

.desk4,
.desk4 h4,
.team-hover4 .s-link4 a {
    text-align: center;
    color: #222;
}

.team-member4:hover .team-hover4 .s-link4 {
    bottom: 10%;
}

.team-member4:hover .team-hover4,
.team-member4:hover .team-hover4 .desk4,
.team-member4:hover .team-hover4 .s-link4 {
    opacity: 1;
}

.team-hover4 .s-link4 {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}

.desk4,
.desk4 h4,
.team-hover4 .s-link4 a {
    text-align: center;
    color: #222;
}

.team-member4 .s-link4 a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}

.team-title4 {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}

.team-title4 h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}

.team-title4 span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    /*padding: 8px;*/
    align-items: center;
    text-align: -webkit-right;
}

.goog-te-gadget-simple {
    background-color: #fff;
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #d5d5d5;
    font-size: 10pt;
    display: inline-table;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
}

.selected {
    background-color: #ccc;
}

#emotion label {
    display: inline-block;
    cursor: pointer;
}

#emotion label img {
    padding: 3px;
}

.full {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}

.zoom {
    animation: scale 40s linear infinite;
}

@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.panel {
    text-align: center;
}

.panel:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
}

.panel-body {
    padding: 0px;
    text-align: center;
}

.panel-body img {
    max-height: 93px;
}

.the-price {
    background-color: rgba(220, 220, 220, .17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}

.the-price h1 {
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.subscript {
    font-size: 25px;
}


/* CSS-only ribbon styles    */

.cnrflash {
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1;
    /*Set overflow to hidden, to mask inner square*/
    overflow: hidden;
    /*Set size and add subtle rounding  		to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}

.cnrflash-inner {
    /*Set position, make larger then 			container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -o-transform: rotate(45deg);
    /* Opera */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%;
    /*Purely decorative effects to add texture and stuff*/
    /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;
    /* IE 9 */
    -o-transform-origin: 100% 100%;
    /* Opera */
    -moz-transform-origin: 100% 100%;
    /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, .1) 50%), linear-gradient(0deg, transparent 0%, rgba(1, 1, 1, .2) 50%);
    background-size: 4px, auto, auto, auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1, 1, 1, .5), 0 1px 0 0 rgba(1, 1, 1, .5), inset 0 -1px 8px 0 rgba(255, 255, 255, .3), inset 0 -1px 0 0 rgba(255, 255, 255, .2);
}

.cnrflash-inner:before,
.cnrflash-inner:after {
    /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}

.cnrflash-inner:before {
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.cnrflash-inner:after {
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.cnrflash-label {
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1, 1, 1, .8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}

col-md-24 powered-by{
     display: none !important;
}
.powered-by img {
    /* display: inline!important; */
    /* height: 30px; */
    display: none !important;
}
 powered-by{
     display: none !important;
}