@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: 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 {
   background: #fff !important;
    box-shadow: 1px 1px 8px rgba(66, 17, 68, 0.6);
}
.white_head a:hover {
    color: rgba(0,0,0,.7);
}
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: 19px;
    color: rgba(0,0,0,.5);
    cursor:pointer;
}
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(0,0,0, 0.6);
}
header .dropdown_list:hover .drop_list {
    background-color: rgba(0,0,0, 0.6);
}
header a {
    color: #fff;
    text-decoration: none;
    padding: 15px;
    white-space: nowrap;
}
header .dropdown {
    color: #fff;
    display: none;
    position: absolute;
    background-color: rgba(0,0,0, 0.6);
    padding: 15px 0;
    top: 33px;
}
header .dropdown li {
    padding: 8px 43px;
    margin-right: 0;
}
header .dropdown li:hover {
    background-color: rgba(0,0,0, 0.6);
}
header .dropdown a {
    padding: 0;
}
header img {
    transition: all 1s ease 0s;
}
.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: 50%;
}
.middle_section > div:nth-child(2){
    padding-left: 40px;
}
.middle_section img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.middle_section h2 {
    font-size: 40px;
    margin-bottom: 25px;
    color: rgb(33, 37, 41);
    text-transform: uppercase;
}
.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;
    font-family: MarkThin, sans-serif;
    font-weight: 600;
    line-height: 1.6;
    text-decoration: none;
}
footer p:nth-child(1) {
    max-width: 281px;
}
footer i {
  font-size: 26px;
    color: #fff;
    margin: 0 13px;
}
.white_header a {
    color: rgba(0,0,0,.5) !important;
    transition: all 1s ease 0s;
}
.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;
}
.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;
}
.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: -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-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 img {
    max-width: 353px;
    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: 95%;
    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 {
    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%;
}
.supporter_item img {
    max-width: 143px;
    width: 100%;
}
.supporter_item {
    text-align: center;
    margin: 27px 71px;
}
.supporter_item p {
    margin: 25px 0 0;
}
.supporter_item a {
   color: black;
    text-decoration: none;
}
.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: 148px auto 65px;
    min-height: 636px;
}
.what_we_do a {
    color: black;
}
.what_we_do img {
    max-width: 50%;
    width: 100%;
    float: left;
    margin: 0 35px 35px 0;
}
.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 67px;
}
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;
}
.accounting a:hover {
    color: rgb(85, 26, 139);
}

/* Donate */

.donate_title {
    margin: 130px 0 42px;
    text-align: center;
    color: rgb(85, 26, 139);
    font-size: 40px;
}
.donate_section {
    max-width: 1000px;
    margin: 65px 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 > div {
    margin: 0 10px 22px;
}
.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: 132px;
}
.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;
}
.select_project {
    text-align: center;
    margin-bottom: 52px;
}
.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;
}
#choose_method {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 329px;
    -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;
}
.select_project select {
    outline: none;
    padding: 8px 6px 11px;
    width: 300px;
    border: 1px solid #cbcbcbc9;
    border-radius: 4px;
    font-size: 16px;
}
.info_item select {
    outline: none;
    padding: 5px 5px 7px;
    font-size: 15px;
    border: 1px solid #cbcbcbc9;
    border-radius: 4px;
    margin-bottom: 6px;
    margin-right: 10px;
    width: 203px;
}
input[type=radio], select {
    cursor: pointer;
}
.donating_info button {
    margin: 14px auto;
    display: block;
    padding: 10px 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: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.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);
}
@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;
    }
    .what_we_do {
        min-height: 516px;
    }
}
@media (max-width: 1373px) {
    .middle_section img {
        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;
        margin: 27px 31px;
    }
    .supporters_content > div:nth-child(2) {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 1180px) {
    footer p {
        text-align: center;
        padding: 0 16px;
    }
    .social {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    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: 64px;
        background: white;
        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: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        visibility: hidden;
        opacity: 0;
        padding: 15px 0;
        overflow: hidden;
        box-shadow: 0 7px 5px rgba(128, 128, 128, 0.17);
    }
    header img {
        width: 126px !important;
    }
    header {
        padding: 7px 0 !important;
        background: #fff !important;
    }
    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-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-right: 11px;
    }
    .languages {
        padding-right: 23px;
        margin-top: 14px;
    }
    header li {
        margin-bottom: 4px;
        text-align: right;
    }
    header a {
        color: rgba(0,0,0,.5) !important;
    }
    header .dropdown_list:hover .drop_list, .dropdown_list:hover .dropdown {
        background-color: transparent !important;
    }
    header .dropdown {
        padding: 6px 0 0;
        top: 0;
        position: relative;
    }
    header .dropdown a {
        font-size: 12px;
    }
    header .dropdown li {
        padding: 0 20px;
        text-align: right;
    }
    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;
    }
    .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;
    }
}
@media (max-width: 810px) {
    .partners_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;
    }
    .supporter_item {
        margin: 27px 17px;
    }
    .what_we_do h3 {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .video_banner img {
        right: 22px;
        top: 89px;
    }
    .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;
    }
    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;
    }
    .donating_info .info_item {
        -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: unset;
    }
    .select_project select {
        width: 78%;
        font-size: 15px;
    }
    .donating_info button {
        margin: 30px auto;
    }
}
@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 44px;
        max-width: 152px;
    }
    .what_we_do img {
        max-width: 100%;
    }
    .what_we_do {
        max-width: 90%;
    }
    .auto_ {
        overflow: auto;
    }
    .finance_supporters {
        margin: 93px auto 11px;
    }
    .accounting {
        margin: 35px auto 49px;
    }
}
.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;
}
.modal__container .login_registration .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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    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_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: rgb(85, 26, 139);
}
@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;
    }
    .modal__container .login_registration form input {
        width: 262px !important;
    }
}
@media (max-width: 600px) {
    .profile_content h2, .edit_profile h2 {
        font-size: 23px;
    }
}

/* coming soon */


.coming_soon {
    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;
    margin-top: 183px;
    margin-bottom: 56px;
}
.coming_soon p {
    font-size: 54px;
    font-weight: bold;
    color: #1b5c2e;
    text-transform: uppercase;
    letter-spacing: 3px;
}
@media (max-width: 1440px) {
    .coming_soon {
        margin-top: 124px;
        margin-bottom: 0;
    }
    .coming_soon p {
        font-size: 37px;
    }
    .coming_soon img {
        max-width: 338px;
    }
}
@media (max-width: 375px) {
    .coming_soon p {
        font-size: 30px;
    }
}
