@font-face {
    font-family: MarkHeavy;
    src: url(../fonts/MarkOT-Heavy.woff);
}

@font-face {
    font-family: MarkMedium;
    src: url(../fonts/MarkOT-Medium.woff);
}

@font-face {
    font-family: SFProDisplay;
    src: url(../fonts/SFProDisplay.ttf);
}
@font-face {
    font-family: MarkThin;
    src: url(../fonts/MarkThin.ttf);
}

* {
    margin: 0;
    padding: 0;
    font-family: MarkMedium, sans-serif;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 15px 0;
    z-index: 10;
    transition: all 0.5s ease 0s;
}

.white_head a {
    color: rgba(0, 0, 0, .5);
}

.white_head a:hover {
    color: rgba(0, 0, 0, .7);
}
.white_head {
    background: white !important;
  box-shadow: 0 0 5px rgba(66, 18, 68, 0.76);;
}
.white_head .mobile_menu span {
  background: #000;
}
header > div {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .main_unordered_list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 21px;
}

header .login_register {
    margin-right: 41px;
    font-size: 30px;
    color: #f7f7f7;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .login_register i {
    margin-right: 14px;
}

header .login_register p {
    text-align: center;
  white-space: nowrap;
}

header .login_register.logged {
    color: #fff;
    font-size: 21px;
}

.white_head .login_register.logged, .white_header .login_register.logged {
    color: rgba(66, 18, 68, 0.76);
}

.dropdown_list:hover > a {
    background-color: rgba(0, 0, 0, 0.6);
}

.white_header .dropdown_list:hover > a, .white_head .dropdown_list:hover > a {
    background-color: transparent;
}

header .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    transition: all 0.5s ease 0s;
}

header .dropdown ul {
    list-style: none;
}

header li {
    margin-right: 10px;
    position: relative;
}

header .main_unordered_list a:hover {
    background-color: rgba(69, 21, 72, 0.48);
}

header .dropdown_list:hover .drop_list {
    background-color: rgba(69, 21, 72, 0.48);
}

header a {
    color: #fff;
    text-decoration: none;
    padding: 15px;
    white-space: nowrap;
}

header .dropdown {
    color: #fff;
    display: none;
    position: absolute;
    background-color: rgba(69, 21, 72, 0.48);
    padding: 15px 0;
    top: 33px;
}

header .dropdown li {
    padding: 8px 43px;
    margin-right: 0;
}

header .dropdown li:hover {
    background-color: rgba(69, 21, 72, 0.48);
}

header .dropdown a {
    padding: 0;
}

header img {
    transition: all 1s ease 0s;
    width: 150px;
    margin-right: 10px;
}

.dropdown_list:hover .dropdown {
    display: block;
}

.languages a {
    padding: 5px;
}

.dropdown_list > a::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

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

.video_banner img {
    width: 42px;
    position: absolute;
    right: 108px;
    top: 137px;
    cursor: pointer;
}

.video_banner video {
    width: 100%;
}

.middle_section {
    width: 100%;
    max-width: 95%;
    margin: 31px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.middle_section > div {
    width: 100%;
}

.middle_section > div:nth-child(2) {
    padding-left: 40px;
}

.middle_section img, .middle_section video, .middle_section iframe {
    width: 100%;
    /*height: 400px;*/
    object-fit: cover;
}

.middle_section video, .middle_section iframe {
    height: 400px;
}

.middle_section h2 a {
    font-size: 40px;
    margin-bottom: 25px;
    color: rgb(33, 37, 41);
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.2s;
}

.middle_section h2 a:hover {
    color: #6e2071;
}

.middle_section p, .middle_section span {
    font-size: 26px;
    font-family: MarkThin, sans-serif !important;
    color: rgb(33, 37, 41);
}

.middle_section span {
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

footer {
    min-height: 120px;
    width: 100%;
    background: #421144;
    padding: 0 221px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 23px;
}

footer p, footer a {
    color: #fff;
    font-size: 13px;
    line-height: 1.6;
    text-decoration: none;
}

footer a {
    white-space: nowrap;
}

footer p:nth-child(1) {
    max-width: 281px;
}

footer i {
    font-size: 26px;
    color: #fff;
    margin: 0 13px;
}

#header {
    background: rgba(66, 17, 68, 0.38)
}

.language a:hover + .dropdown {
    display: block;
}

.language a:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.white_header a:hover {
    color: rgba(0, 0, 0, .7) !important;
}

.white_header .dropdown_list:hover .drop_list {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.white_header li:hover {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

header.white_header .dropdown {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.dropdown a:hover, .white_header .main_unordered_list a:hover {
    background-color: transparent !important;
}

.mobile_menu span {
    display: block;
    background: #421144;
    width: 29px;
    height: 2px;
    margin-bottom: 6px;
}

.mobile_menu span:nth-child(3) {
    margin-bottom: 0;
}

.mobile_menu {
    background: transparent;
    border: 1px solid rgba(128, 128, 128, 0.4);
    padding: 9px;
    border-radius: 4px;
    display: none;
    outline: none;
}

/* we */
.founders {
    max-width: 95%;
    width: 100%;
    margin: 122px auto 0;
}

.founders img {
    max-width: 513px;
    width: 100%;
    border-radius: 50%;
}

.founders h1, h2 {
    text-align: center;
    font-size: 37px;
    margin: 62px 0;
    color: #421144;
    text-transform: uppercase;
}

.middle_section h2 {
    margin: 0 0 26px !important;
}

.founders h3 {
    margin-bottom: 20px;
    font-size: 25px;
}

.founders p {
    line-height: 1.5;
    max-width: 81%;
    margin: 0 auto;
}

.text_content {
    text-align: center;
    width: 80%;
    margin: 27px 0 53px;
}

.founders_main_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.founders_content {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.leaders {
    text-align: center;
    max-width: 95%;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 92px auto;
    padding-bottom: 35px;
    box-shadow: 0 8px 9px rgba(64, 14, 66, 0.1);
}

.leaders div {
    padding: 20px;
    text-align: center;
}
.leaders img {
    max-width: 250px;
    width: 100%;
    border-radius: 50%;
}

.leaders h3 {
    margin: 11px 0;
}

.partners {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
}

.partners_main img {
    margin: 24px 55px;
    max-width: 215px;
    width: 100%;
}

.partners_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
}

.supporters_content {
    max-width: 87%;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.supporters_content > div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
/*.supporters_content .swiper-wrapper .supporter_item {*/
/*    max-height: 143px;*/
/*}*/
.supporter_item img {
    max-width: 143px;
    width: 100%;
}

.supporter_item {
    text-align: center;
  margin: 13px 34px;
}

.supporter_item p {
    margin: 25px 0 0;
}

.supporter_item a {
    color: black;
    text-decoration: none;
}
/*.supporters_content .swiper-wrapper {*/
/*    -webkit-box-align: center;*/
/*    -webkit-align-items: center;*/
/*    -moz-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    -webkit-justify-content: center;*/
/*    -moz-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*}*/

.supporters {
    margin: 85px 0;
}

.white_head .main_unordered_list li:hover, .white_head .main_unordered_list a:hover {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.white_head .dropdown, .white_head li, .white_head li {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.white_head .dropdown_list:hover .drop_list {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

/* What We Do */

.what_we_do {
    max-width: 95%;
    width: 100%;
    margin: 100px auto 57px;
    min-height: calc(100vh - 277px);
}

.what_we_do a {
    color: black;
}

.what_we_do img {
    max-width: 50%;
    width: 100%;
    float: left;
    margin: 0 35px 35px 0;
}

.contact_us img {
    max-width: 470px;
}

.contact_us {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact_us > div {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.what_we_do .text_info {
    padding-left: 68px;
}

.what_we_do h3 {
    font-size: 25px;
    margin: 0 0 21px;
    color: #421144;
    text-transform: uppercase;
}

.what_we_do p {
    margin-bottom: 30px;
}

/* Finance */

.finance_supporters {
    max-width: 95%;
    width: 100%;
    margin: 131px auto 0;
    min-height: calc(100vh - 318px);
}

table, th, td {
    border: 1px solid rgb(66, 17, 68);
}

table {
    width: 100%;
    border-collapse: collapse;
}

td, th {
    padding: 10px;
}

th {
    font-size: 19px;
}

.accounting {
    max-width: 95%;
    width: 100%;
    margin: 0 auto 49px;
}

.accounting a {
    font-size: 21px;
    text-decoration: none;
    color: black;
    display: block;
    text-align: center;
    padding-bottom: 14px;
}

.accounting a:hover {
    color: #803183;
}

/* Donate */

.donate_title {
    margin: 120px 0 17px;
    text-align: center;
    color: #421144;
    font-size: 40px;
}

.donate_section {
    max-width: 1000px;
    margin: 30px auto;
    width: 100%;
}

.more_items input {
    width: 90% !important;
}

.donate_section input, .donate_section textarea, .donate_section .info_item > div {
    width: 100%;
    outline: none;
}

.donate_section .info_item label {
    margin-bottom: 4px;
}

.donate_section input, .donate_section textarea {
    padding: 7px 10px;
    font-size: 17px;
    border: 1px solid #cbcbcbc9;
    border-radius: 4px;
    box-sizing: border-box;
}

.donate_section textarea {
    height: 50px;
    resize: none;
}

#monthly_date, #donate_amount, #donate_price {
    margin-right: 23px;
    width: 100%;
    overflow: hidden;
}

#monthly_date label, #donate_price label {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.donating_info .info_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info_item > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.zipcode {
    max-width: 204px;
}

.select_project select {
    outline: none;
    padding: 9px 6px 8px;
    border: 1px solid rgba(203, 203, 203, 0.78);
    border-radius: 4px;
    font-size: 16px;
    height: 42px;
    width: 100%;
}

.info_item select {
    outline: none;
    padding: 5px 5px 7px;
    font-size: 15px;
    border: 1px solid #cbcbcbc9;
    border-radius: 4px;
    margin-right: 10px;
    width: 100%;
    min-width: 87px;
    height: 38px;
}

input[type=radio], select {
    cursor: pointer;
}

.donating_info button {
    margin: 14px auto;
    display: block;
    padding: 10px 33px 7px 33px;
    font-size: 17px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #421144;
    background: #421144;
    border-radius: 4px;
    transition: 0.3s;
}

.donating_info button:hover {
    color: #421144;
    background: #fff;
}

/* Projects */

.current_projects_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 95%;
    width: 100%;
    margin: 92px auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.current_projects_content > div {
    width: 50%;
}

.current_projects {
    margin-top: 146px;
}

.current_projects_content > div:nth-child(1) {
    margin-right: 61px;
}

.current_projects_content .main_img {
    width: 100%;
    max-height: 563px;
    object-fit: cover;
}

.current_projects h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

.current_projects p {
    line-height: 1.5;
    margin-bottom: 45px;
}

.to_donate {
    text-decoration: none;
    border: 1px solid #421144;
    background: #421144;
    color: #fff;
    transition: 0.3s;
    padding: 11px 30px;
    border-radius: 4px;
}

.to_donate:hover {
    background: #fff;
    color: #421144;
}

.section {
    margin-bottom: 32px;
}

.current_projects_content ::-webkit-scrollbar {
    width: 5px;
    height: 9px;
    cursor: pointer;
}

.current_projects_content ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.current_projects_content ::-webkit-scrollbar-thumb {
    background: rgba(66, 17, 68, 0.48);
}

.current_projects_content ::-webkit-scrollbar-thumb:hover {
    background: rgba(66, 17, 68, 0.7);
}

.tree_logo {
    position: absolute;
    top: 16px;
    left: 29px;
}

.coming_soon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
}

.coming_soon p {
    font-size: 54px;
    font-weight: bold;
    color: #1b5c2e;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 60px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #898989;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slider {
    background-color: #421144;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #421144;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

@media (max-width: 1474px) {
    .video_banner img {
        right: 42px;
    }

    header .main_unordered_list {
        margin-right: 24px;
    }

    header a {
        padding: 15px 8px;
        font-size: 14px;
    }

    .middle_section h2 {
        font-size: 33px;
        margin-bottom: 15px;
    }

    .middle_section p, .middle_section span {
        font-size: 22px;
    }

    footer {
        padding: 0 96px;
    }
}

@media (max-width: 1373px) {
    .middle_section img, .middle_section iframe {
        height: auto;
        object-fit: unset;
        max-width: 600px;
    }
}

@media (max-width: 1263px) {
    .founders_main_content, .leaders {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .leaders > div {
        margin-bottom: 36px;
    }

    .founders p, .text_content {
        max-width: 100%;
    }

    .founders_content {
        width: 80%;
    }

    .supporter_item {
        text-align: center;
    }

    .supporters_content > div:nth-child(2) {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

}

@media (max-width: 1180px) {
  .middle_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .middle_section > div {
    width: 90%;
    text-align: center;
  }

  .middle_section > div:nth-child(2) {
    padding-left: 0;
    margin-top: 17px;
  }

  .middle_section {
    margin: 15px auto 0;
  }
  .mobile_menu {
    font-size: 21px;
    padding: 0 13px;
  }
  header a {
    padding: 8px 6px;
  }
  #logReg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .main_unordered_list {
    height: 100%;
    position: relative;
  }
    footer p {
        text-align: center;
        padding: 0 16px;
    }

    .social {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .social a {
        margin-right: 7px;
    }

    footer {
        padding: 0 10px;
    }

    .mobile_menu {
        display: block;
    }

    header .menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        visibility: hidden;
        opacity: 0;
        padding:  70px 7px 15px ;
        overflow: hidden;
        box-shadow: 0 7px 5px rgba(128, 128, 128, 0.17);
        height: 100vh;
        box-sizing: border-box;
         z-index: -1;
    }
.main_unordered_list li:nth-child(1) {
  margin-top: 15px;
}
.profile_dropdown_{
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.profile_dropdown_ a {
  padding: 7px;
}
.profile_dropdown_ a i {
  font-size: 30px;
}
    header img {
        width: 126px !important;
    }
  .mobile_menu span {
    background: #ffffff;
    width: 33px;
    height: 3px;
  }
  .mobile_menu {
    border: 1px solid transparent;
  }
    header .main_unordered_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-right: 11px;
      width: 96%;
      padding-top: 2px;
    }

    header .login_register {
        margin-right: 23px;
    }

    .languages {
        padding-right: 23px;
    }

    header li {
        margin-bottom: 4px;
    }

    header a {
        color: rgba(0, 0, 0, .5) !important;
      font-weight: bold;
    }

    header .dropdown_list:hover .drop_list, .dropdown_list:hover .dropdown {
        background-color: transparent !important;
    }

    header .dropdown {
        padding: 6px 0 15px;
        top: 0;
        position: relative;
    }

    header .dropdown a {
        font-size: 12px;
    }

    header .dropdown li {
      padding: 0 8px;
      text-align: left;
      font-size: 19px;
    }

    header .main_unordered_list a:hover {
        background-color: rgba(0, 0, 0, 0) !important;
    }

    .donate_section {
        max-width: 95%;
        padding: 0 22px;
        margin: 37px auto;
        box-sizing: border-box;
    }

    .donate_title {
        margin: 101px 0 42px;
        font-size: 32px;
    }

    .donating_info button {
        padding: 8px 30px;
        font-size: 14px;
    }

    .current_projects_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .current_projects_content > div {
        width: 90%;
        margin: 16px 0 !important;
    }

    .right_img > div:nth-child(2) {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .current_projects_content {
        margin: 29px auto;
    }

    .current_projects {
        margin-top: 106px;
    }

    .c_p {
        margin-top: 50px !important;
    }
  #logReg i, #logReg p {
    color: #421144 !important;
  }
  header .login_register p {
    text-align: left;
  }
  header .login_register hr {
   display: none;
  }
  header .login_register {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.supporters_content .swiper-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .supporter_item {
    margin: 13px 1px;
  }
  .supporters_content .swiper-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 970px) {
   .leaders {
       -ms-grid-columns: (1fr)[3];
       grid-template-columns: repeat(3, 1fr);
   }
}

@media (max-width: 810px) {
    .what_we_do h3 {
        font-size: 20px;
    }
  .partners_main img {
    margin: 24px 12px;
  }
}

@media (max-width: 770px) {
  .video_banner img {
    right: 22px;
    top: unset;
    bottom: 9px;
  }
  .video_banner img {
    width: 32px;
  }


    footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 11px 10px;
        min-height: 143px;
    }
    .zipcode {
        max-width: unset;
    }

    .select_project select {
        width: 78%;
        font-size: 15px;
    }

    .donating_info button {
        margin: 30px auto;
    }

    #monthly_date,  #donate_price {
        margin-right: 0;
    }
}

@media (max-width: 700px) {
    .leaders {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .supporters_content > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .founders h1, h2 {
        font-size: 23px;
        margin: 30px 0;
    }

    .text_content {
        width: 100%;
    }

    .partners_main img {
      margin: 26px 6px;
      max-width: 130px;
    }

    .what_we_do img {
        max-width: 50%;
    }

    .what_we_do {
        max-width: 90%;
    }

    .auto_ {
        overflow: auto;
    }

    .finance_supporters {
        margin: 93px auto 11px;
    }

    .accounting {
        margin: 35px auto 49px;
    }

    .contact_us {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 75px auto 65px;
    }

    .contact_us > div {
        width: auto;
    }
}

@media (max-width: 470px) {
    .leaders {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 383px) {
  .supporter_item img {
    max-width: 112px;
  }
}
.logo {
    padding: 0 !important;
}

.middle_section h2 {
    text-align: left;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.1s, opacity 0.3s ease;
}

.modal.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 21;
    background-color: rgba(0, 0, 0, 0.41);
}

.modal__close {
    position: absolute;
    top: 22px;
    right: 29px;
    border: none;
    outline: none;
    background: none;
    font-size: 24px;
    color: #1d1d1d;
    font-weight: bold;
    z-index: 99;
    cursor: pointer;
}

.modal__close:hover {
    color: #000;
}

.modal__container {
    position: relative;
    z-index: 22;
    top: 50%;
    transform: translateY(-50%);
    max-width: 717px;
    width: 100%;
    margin: 0 auto;
}

.modal__container .login_registration {
    box-shadow: 0 0 32px #121212;
    max-width: 717px;
    width: 100%;
    background: #fff;
}

.modal__container .login_registration .head h3 {
    width: 50%;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    padding: 23px 0;
    cursor: pointer;
}

.modal__container .login_registration .enter form input {
    width: 315px;
    height: 30px;
    border: 1px solid #d8d8d8;
    outline: none;
    padding-left: 7px;
    box-sizing: border-box;
}

.modal__container .login_registration .enter form label {
    font-size: 12px;
    margin-bottom: 3px;
}

.modal__container .login_registration .register {
    padding-bottom: 1px;
}

.modal__container .login_registration .register .registration_form {
    padding: 0 35px;
}

.modal__container .login_registration .register .registration_form .form_left_side div label, .modal__container .login_registration .register .registration_form .form_right_side div label {
    font-size: 12px;
    margin-bottom: 3px;
}

.modal__container .login_registration .register .registration_form .form_left_side div input, .modal__container .login_registration .register .registration_form .form_right_side div input {
    width: 309px;
    height: 30px;
    border: 1px solid #d8d8d8;
    outline: none;
    padding-left: 7px;
    box-sizing: border-box;
}

.modal__container .login_registration .register .registration_form .form_left_side div input::-webkit-inner-spin-button, .modal__container .login_registration .register .registration_form .form_right_side div input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.modal__container .login_registration .register .registration_form .birthday_date {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    margin-bottom: 11px;
}

.error {
    color: red;
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
    height: 12px;
}

.modal__container .login_registration button {
    padding: 12px 15px;
    margin: 13px auto 25px;
    display: block;
    color: white;
    background: #421144;
    border: 1px solid #421144;
    cursor: pointer;
    transition: 0.3s linear;
}

.modal__container .login_registration button:hover {
    color: #421144;
    background: white;
    border: 1px solid #421144;
}

.register, .enter {
    display: none;
}

.active_ {
    display: block;
}

.active_section {
    color: #421144;
    border-bottom: 2px solid #421144;
}

.head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.enter form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 48px 0;
}

.enter form > div {
    margin-bottom: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.change_pass a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

.registration_form {
    margin-top: 29px;
}

.registration_form > div > div {
    margin-bottom: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.registration_form > div {
    margin: 0 5px;
}

.profile_content, .edit_profile {
    width: 100%;
    max-width: 65%;
    margin: 178px auto 0;
    min-height: 67vh;
}

.profile_content p {
    margin-bottom: 20px;
    font-size: 18px;
}

.profile_content a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

.profile_content h2 a {
    color: rgb(85, 26, 139);
    text-decoration: none;
    font-size: unset;
    margin-left: 50px;
}

.profile_info {
    position: relative;
}

.profile_info .edit_icon {
    position: absolute;
    right: 0;
    font-size: 20px;
}

.edit_content form > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.edit_content form > div > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.edit_content form input {
    width: 100%;
    height: 29px;
    border-radius: 3px;
    border: 1px solid grey;
    padding-left: 10px;
}

.edit_content form .edit_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 17px;
    width: 100%;
}

.save_changes {
    padding: 12px 15px;
    margin: 39px auto 25px;
    display: block;
    color: white;
    background: #421144;
    border: 1px solid #421144;
    cursor: pointer;
    transition: 0.3s linear;
}

.save_changes:hover {
    color: #421144;
    background: white;
    border: 1px solid #421144;
}

.profile_content h2, .edit_profile h2 {
    color: #421144;
}

.password_modal {
    background: #fff;
    padding: 30px;
    max-width: 420px;
}

#resetPasswordForm {
    margin-top: 21px;
}

#resetPasswordForm input {
    width: 249px;
    height: 29px;
    padding-left: 10px;
}

#resetPasswordForm button {
    margin: 14px auto 0;
    display: block;
    padding: 7px 25px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #421144;
    background: #421144;
    transition: 0.3s;
    border-radius: 0;
}

#resetPasswordForm button:hover {
    color: #421144;
    background: #fff;
}

.password_modal .modal__close {
    top: 11px;
    right: 13px;
    font-size: 15px;
}

#resetPasswordModalContent {
    text-align: center;
}

.alert_modal {
    width: 100%;
    position: fixed;
    height: 100vh;
    background: rgba(128, 128, 128, 0.12);
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
}

.alert_modal .modal-content {
    background: white;
    min-width: 300px;
    min-height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 0 14px rgba(155, 199, 155, 0.71);
    border-radius: 4px;
}

.alert_modal .modal-content #modal_icon .fa {
    font-size: 100px;
}

.alert_modal .modal-content p {
    margin: 24px auto;
    font-size: 18px;
}

.alert_modal .modal-content #modal_icon .fa-times-circle-o,
.alert_modal .modal-content p .fail {
    color: #ec1e1e;
}

.alert_modal .modal-content #modal_icon .fa-check-circle-o,
.alert_modal .modal-content p .success {
    color: #4CAF50;
}

.alert_modal .modal-content {
    box-shadow: 0 0 14px rgba(199, 155, 155, 0.71);
}

.pagination {
    margin: 62px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination a {
    margin: 0 11px;
    padding: 4px 9px 3px;
}

.pagination a:hover {
    background: rgba(66, 17, 68, 0.12);
}

.pagination a.active {
    background: rgba(66, 17, 68, 0.12);
}

.pagination_arrow {
    font-size: 15px !important;
}

.date_table {
    overflow: auto;
}

.prof_info_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.part1, .part2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.part1 {
    margin-right: 30px;
}

@media (max-width: 1024px) {
    .profile_content, .edit_profile {
        margin: 111px auto 0;
    }

    .profile_content h2, .edit_profile h2 {
        font-size: 30px;
    }

    .edit_content form .edit_item {
        margin: 16px 0 0;
    }

    .edit_profile h2 {
        margin: 22px 0;
    }

    .edit_content form > div > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 832px) {
    .registration_form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 700px) {
    .prof_info_main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
  .auto_ {
    color: rgb(66, 17, 68);
  }
}

@media (max-width: 600px) {
    .profile_content h2 a {
        margin-left: 0;
    }

    .pagination a {
        margin: 0 4px;
    }

    .coming_soon p {
        font-size: 32px;
    }

    .coming_soon img {
        max-width: 84%;
    }
}

@media (max-width: 400px) {
    .profile_content h2, .edit_profile h2, .card-info h2 {
        font-size: 23px;
    }
}

@media (max-width: 355px) {
    .coming_soon p {
        font-size: 25px;
    }
}

.loader_container > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.loader_container {
    z-index: 999;
}

.loader {
    color: #421144;
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

.loader_container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.12);
    top: 0;
}

.description {
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.social a {
    font-size: 25px;
    margin: 0 10px;
}

.current_projects_content iframe {
    width: 100%;
    min-height: 486px;
    margin-right: 30px;
}

.current_projects_content img, .current_projects_content video {
    width: 100%;
}

@media (max-width: 1181px) {
    .current_projects_content iframe {
        min-height: 324px;
        margin-right: 0;
    }
}

.profile_dropdown_ .dropdown {
    right: 0;
    top: 49px;
}

.profile_dropdown_ > a::after {
    display: none;
}

.profile_dropdown_ > a {
    padding: 15px 30px;
    font-size: 30px;
}

#tree_logo_ {
    display: none;
}

.donation_type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.donation_type > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 150px;
}

.donation_type label {
    cursor: pointer;
}

.donation_type input[type=radio], #choose_method input[type=radio] {
    width: 22px;
    position: relative;
    height: 16px;
}

.donation_type input[type=radio]:after, #choose_method input[type=radio]:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #421144;;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 3px;
}

.donation_type input[type=radio]:before, #choose_method input[type=radio]:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 6px;
}

.donation_type input[type=radio]:checked:before, #choose_method input[type=radio]:checked:before {
    background: #421144;
}

.donation_text {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#i_agree {
    display: none;
}

/*.selected_section {*/
/*    height: 0;*/
/*    overflow: hidden;*/
/*  display: none;*/
/*}*/
.cancel_donate_text, #email_, #name_, #phone_, #user_email_ {
    display: none;
}

.cancel_donate_text {
    max-width: 548px;
    width: 100%;
    text-align: center;
    padding: 17px;
    color: #fff;
    background: #421144;
    border-radius: 5px;
}

.cancel_donate_text > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cancel_donate_text > div > div:nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-right: 10px;
}

.cancel_donate_text > div input {
    width: 29px;
}


.donation_type .error {
    position: absolute;
}

#cancel_donation input[type=checkbox] {
    position: relative;
}

#cancel_donation input[type=checkbox]:checked:before {
    content: '\f14a';
    font: normal normal normal 15px/1 FontAwesome;
    color: white;
    background: #421144;
    top: -1px;
    position: absolute;
    left: 8px;
}

.login_register {
    position: relative;
}

.profile_dropdown {
    position: absolute;
    right: -48px;
    top: 18px;
    width: 250px;
    display: none;
    z-index: 10;
}

.profile_dropdown .prof_content {
    box-sizing: border-box;
    padding: 25px 0 8px;
    background: #fff;
    box-shadow: 1px 1px 8px rgba(66, 17, 68, 0.6);
    margin-top: 16px;
}

.profile_dropdown a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 14px;
    padding: 16px 25px;
    height: 16px;
}

.login_register:hover .profile_dropdown {
    display: block;
}

.profile_dropdown .arrow-up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 13px solid white;
    position: absolute;
    top: 5px;
    right: 49px;
}

.nameSurname {
    padding-left: 20px;
}

.prof_content i {
    font-size: 16px;
    margin-right: 8px;
}

.lang_user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 54px;
}

.decor_img {
    position: absolute;
    top: 46px;
    left: 0;
    z-index: -1;
    height: 100vh;
}

.bodyWithBackground {
    background-image: url("../images/Frame.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.bodyProfileWithBackground {
    background-image: url("../images/Frame1.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.bodyTransactionWithBackground {
    background-image: url("../images/rotated.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.prof_content a:hover {
    color: #421144;
}
.mobile_lang {
  display: none;
}
.tree_logo_mobile {
  display: none;
}
.up_arrow:after {
  transform: rotate(180deg);
}
.mob_ch {
  display: none;
}
@media (max-width: 1425px) {
  header a {
    font-size: 15px !important;
  }
  header .main_unordered_list {
     margin-right: 0;
  }
}
@media (max-width: 1098px) {
    .cancel_donate_text {
        max-width: 94%;
    }
}

@media (max-width: 1024px) {
    .cancel_donate_text > div > div {
        padding: 0 15px;
    }

    .cancel_donate_text {
        width: 93%;
    }

    .cancel_donate_text > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cancel_donate_text > div > div:nth-child(1) {
        margin: 0 auto 11px;
    }

}

@media (max-width: 767px) {
    .cancel_donate_text {
        max-width: 91%;
    }
  .mobile_lang {
    display: block;
  }
  .lang_list {
    display: none;
  }
  .mobile_lang a {
      font-size: 14px;
  }
  ._lang {
    color: grey !important;
  }
  .mob_lang {
    position: absolute;
    right: 0;
  }
  .tree_logo_mobile {
    display: block;
  }
  .tree_logo_mobile .treeLogo {
    position: static;
  }
  .tree_logo_mobile {
    position: absolute;
    bottom: 38px;
    right: 0;
  }
  header .dropdown {
    background-color: transparent !important;
  }
  .main_unordered_list > li {
    margin-bottom: 10px;
  }
  .text_content p {
    text-align: left !important;
  }
}

@media (max-width: 561px) {
    .cancel_donate_text {
        max-width: 87%;
    }
}


@media (max-width: 450px) {
    .cancel_donate_text {
        max-width: 87%;
    }
  .to_reserve {
    font-size: 12px !important;
  }
    header img {
        width: 95px !important;
    }

    .profile_dropdown {
        width: 194px;
        right: -152px;
    }

    .profile_dropdown a {
        padding: 13px 6px;
    }

    .profile_dropdown .arrow-up {
        right: 153px;
    }
}

@media (max-width: 350px) {
    header .login_register {
        margin-right: 7px;
    }

    .languages {
        padding-right: 15px;
    }
}

@media (max-width: 320px) {
    .languages {
        padding-right: 6px;
    }
}

.settings h2 {
    margin-top: 140px;
}

#changePasswordForm {

    width: 100%;
}

#changePasswordForm > div {
    width: 100%;
}

#resetPasswordContent {
    min-height: 59.5vh;
}

#resetPasswordContent .settings_form {
    text-align: center;
    color: #36bb26;
    font-size: 22px;
}

#changePasswordForm input {
    padding: 7px;
    max-width: 300px;
    width: 100%;
}

#changePasswordForm .change-password {
    max-width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.save_settings_changes:hover {
    color: #421144;
    background: #fff;
}

.save_settings_changes {
    margin: 14px auto;
    display: block;
    padding: 6px 19px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #421144;
    background: #421144;
    border-radius: 4px;
    transition: 0.3s;
}

.site-error {
    margin-top: 189px;
    min-height: 66vh;
}

.site-error .border-b-t-pink {
    text-align: center;
}

.registration_form input {
    width: 100% !important;
    height: 30px;
    border: 1px solid #d8d8d8;
    outline: none;
    padding-left: 7px;
    box-sizing: border-box;
}

.registration_form label {
    font-size: 12px;
    margin-bottom: 3px;
}

.registration_form label span {
    color: red;
}

.registration_form > div:nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.registration_form > div:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.form_left_side {
    margin-right: 8px;
}

@media (max-width: 771px) {
    .l_i {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .registration_form > div:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .middle_section h2 a {
        font-size: 26px;
    }

    .form_left_side {
        margin-right: 0;
    }

    #login_registration #modalContent > div {
        padding: 0 !important;
    }

    .enter form > div, .modal__container .login_registration .enter form input {
        width: 100%;
    }

    .enter form {
        padding: 0 30px;
    }

    .password_modal {
        max-width: 227px;
    }

    #resetPasswordForm input {
        width: 201px;
    }

    .error {
        margin-bottom: 18px;
    }

    .modal__container .login_registration .register {
        overflow: auto;
        height: 399px;
    }
}

.active_lang {
    font-weight: bold;
    color: #fff;
}

.white_head .active_lang {
    font-weight: bold;
    color: #421144;
}

.donate_section_part {
    border: 1px solid #421144;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
    padding: 15px;
    border-radius: 3px;
}

.donate_section_part > div:nth-child(1) {
    width: 40%;
}

.donate_section_part > div:nth-child(2) {
    width: 60%;
}

#monthly_date {
    display: none;
}

.for_f {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.treeLogo {
    /*background-color: #ffffff;*/
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 2;
}

.treeLogo img{
    width: 200px;
    border-radius: 100px;
}
@media (max-width: 768px) {
    .error {
        margin-bottom: 10px;
    }

    .bodyWithBackground {
        background-image: unset;
    }
    .treeLogo {
        bottom: 30px;
        right: 30px;
    }

    .treeLogo img{
        width: 120px;
    }
}
input {
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}
.donation_type input[type=radio], #choose_method input[type=radio] {
  border: none;
}
@media (max-width: 511px) {
    .donate_section_part > div {
        width: 100% !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }

    .donate_section_part {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .donate_section_part > div:nth-child(1) {
        margin-bottom: 19px;
    }

    .payment_item {
        margin-top: 0;
    }
  .donate_title {
    margin: 85px 0 11px;
    font-size: 22px;
  }
  .donation_text {
    font-size: 12px;
    max-width: 180px;
  }
  .donate_section {
    margin: 19px auto
  }
  .select_project select {
    width: 94%;
  }
    .donate_section_part p {
        text-align: left;
      margin-bottom: 0;
      font-size: 15px;
    }
    .donate_section_part .error {
      margin-bottom: 0;
    }
    .comm > div {
        width: 90%;
    }

    .treeLogo {
        bottom: 20px;
        right: 20px;
    }

    .treeLogo img{
        width: 100px;
    }
}

@media (max-width: 384px) {
    .donation_type > div {
        min-width: 66px;
        margin-right: 8px;
    }
    .treeLogo img{
        width: 90px;
    }
}

.date_table table tbody tr:nth-child(2n) {
    background: rgba(66, 17, 68, 0.02);
}

.date_table table tbody tr:nth-child(2n+1) {
    background: rgba(66, 17, 68, 0.1);
}

.date_table table, .date_table th, .date_table td {
    color: #382139;
}

.radio_select .error {
    position: static !important;
}

.login_register p {
    font-size: 14px;
}

.white_header i, .white_header p {
    /*color: rgba(0, 0, 0, .5) !important;*/
    transition: all 1s ease 0s;
}
.white_head i, .white_head p {
    color: rgba(0, 0, 0, .5) !important;
    transition: all 1s ease 0s;
    text-align: center;
}

.tree_planting_logo img {
    max-width: 57px;
}

.tree_planting_logo {
    margin-right: 25px;
}

#header .tree_planting_logo a:hover, #header .tree_planting_logo li:hover {
    background: transparent !important;
}
#header .tree_planting_logo:hover {
    background: transparent !important;
}
#donationType10 {
  margin-left: 22px;
}
.transfer_info {
    font-size: 20px;
    margin: 50px 0 0;
    text-align: justify;
}

.donate_section_part p {
    padding-right: 20px;
}
.logo_sy {
    display: none;
}

@media (max-width: 1630px) {
    header .login_register {
        margin-right: 4px;
        font-size: 28px;
    }
    header a {
        font-size: 13px;
    }
    header .login_register p {
        font-size: 12px;
    }
}
@media (max-width: 1301px) {
    header img {
        width: 98px !important;
    }
}
@media (max-width: 1244px) {
    header a {
        font-size: 18px;
        color: #421144 !important;
    }
}
@media (max-width: 1180px) {
    /*#mobileMenuDropdown p, #mobileMenuDropdown i {*/
    /*    color: rgba(0, 0, 0, .5) !important;*/
    /*}*/

    #tree_logo_ {
        display: block !important;
    }

    #tree_logo_white {
        display: none !important;
    }

    .what_we_do img {
        height: auto !important;
    }

    .profile_dropdown_ .dropdown {
        top: 5px;
    }
   .white_head li, .white_head li {
    background-color: transparent !important;
  }
  .mob_ch {
    display: block;
  }

  .hide_desk {
    display: none;
  }
  .middle_section > div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 25px;
  }
}
#mobile_footer {
  display: none;
}

@media (max-width: 767px) {
  .middle_section img, .middle_section video, .middle_section iframe {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .what_we_do h3 {
    font-size: 20px;
    text-align: center !important;
  }

  .founders img {
    max-width: 210px;
  }
  .donation_type label {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 5px;
  }
  .transfer_info {
    text-align: center;
  }
  header a {
    font-size: 22px;
  }
  header .dropdown a {
    font-size: 15px;
    opacity: 0.5;
  }
  .believe img {
    max-width: 100%;
  }
  .founders p {
    opacity: 0.5;
  }
  #mobile_footer {
    display: block;
    padding-bottom: 23px;
  }
  #mobile_footer > div {
    max-width: 259px;
    margin: 0 auto;
    text-align: center;
  }
  #mobile_footer > div > div{
    margin: 27px 0;
  }
  #mobile_footer > div > div p, #mobile_footer > div > div p a {
    font-size: 16px;
    margin-bottom: 27px;
  }
  #mobile_footer > div > img {
    margin-top: 40px;
  }
  #footer {
  display: none;
  }
  footer p {
    text-align: left;
    padding: 0;
    font-size: 14px;
  }
  footer p span, footer p a {
    color: rgba(255, 255, 255, 0.5);
  }
  footer p img {
    margin-right: 11px;
  }
  .treeLogo {
    display: block
  }
  .tree_logo_mobile .treeLogo {
    display: block !important;
  }
  .copy_ a {
    font-size: 14px;
    color: white;
  }
  .don {
    text-align: center;
  }
  .founders_main_content .text_content p {
    text-align: justify !important;
  }
  .believe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box-container .box {
    width: 129px !important;
  }
}
.foot_address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.opasity_none .main_logo_white {
  display: block;
}
.opasity_none .logo_sy {
  display: none;
}
#logReg:hover {
    background: transparent !important;
}


@media (max-height: 675px) {
  header li {
    margin-bottom: 1px;
  }
  .main_unordered_list > li {
    margin: 5px 0;
  }
  header a {
    padding: 12px 6px;
  }
  .contact_us img {
    margin-right: 0;
  }
}
.contact_us a {
  text-decoration: none;
}
@media (max-width: 357px)  {
  .partners_main img {
    max-width: 105px;
  }
  header a {
    font-size: 20px;
  }
}
