.text-black {
    color: #000;
}

.content {
    padding: 7rem 0;
}

.heading {
    font-size: 2.5rem;
    font-weight: 900;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: none;
}

.form-control:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #000;
}

.col-form-label {
    color: #000;
    font-size: 13px;
}

.btn,
.form-control,
.custom-select {
    height: 45px;
    border-radius: 0;
}

.custom-select {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.custom-select:active,
.custom-select:focus {
    outline: none;
    box-shadow: none;
    border-color: #000;
}

.btn {
    border: none;
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 30px !important;
}

.btn.btn-primary {
    border-radius: 30px;
    background: #b02230;
    color: #fff;
    box-shadow: 0 15px 30px 0 rgba(239, 67, 57, .2);
}

.btn:hover {
    color: #fff;
}

.btn:active,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.contact-wrap {
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, .05);
    border: 1px solid #efefef;
}

.contact-wrap .col-form-label {
    font-size: 14px;
    color: #b3b3b3;
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 0;
}

.contact-wrap .form,
.contact-wrap .contact-info {
    padding: 40px;
}

.contact-wrap .form {
    padding-bottom: 0;
}

.contact-wrap .contact-info {
    color: rgba(255, 255, 255, .5);
}

.contact-wrap .contact-info ul li {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, .5);
}

.contact-wrap .contact-info ul li .wrap-icon {
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
}

.contact-wrap .form {
    background: #fff;
}

.contact-wrap .form h3 {
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact-wrap .contact-info {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.contact-wrap .contact-info a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.contact-wrap .contact-info h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

label.error {
    font-size: 12px;
    color: red;
}

#message {
    resize: vertical;
}

#form-message-warning,
#form-message-success {
    display: none;
}

#form-message-warning {
    color: #b90b0b;
}

#form-message-success {
    color: #55a44e;
    font-size: 18px;
    font-weight: bold;
}

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}



.donation {
    color: #F14997;
    background: linear-gradient(to right bottom, #fff 50%, #f9f9f9 51%);
    font-family: 'Comfortaa', cursive;
    text-align: center;
    width: 220px;
    padding: 0;
    margin: 0 auto;
    border-radius: 50px 0;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    height: 220px;
    margin-bottom: 20px;
}

.donation .donation-icon {
    font-size: 45px;
    margin: 0 0 10px;
}

.donation h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 15px;
}

.donation .donation-value {
    color: #fff;
    background: linear-gradient(to right bottom, #FD8ED2, #F14997);
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    padding: 7px 0 3px;
    display: block;
}

.donation.blue {
    color: #0092CD;
}

.donation.blue .donation-value {
    background: linear-gradient(to right bottom, #06BBF4, #0092CD);
}

.donation.orange {
    color: #FB9A00;
}

.donation.orange .donation-value {
    background: linear-gradient(to right bottom, #FCCA09, #FB9A00);
}

.donation.green {
    color: #03BFB0;
}

.donation.green .donation-value {
    background: linear-gradient(to right bottom, #00E2CD, #03BFB0);
}

.donation.dark-blue {
    color: rgb(32, 32, 64);
}

.donation.dark-blue .donation-value {
    background: linear-gradient(to right bottom, #237e9b, #202040);
}

.donation.primary {
    color: #b02230;
}

.donation.primary .donation-value {
    background: linear-gradient(to right bottom, #b02230, #b90b0b);
}

.donation.black {
    color: #000;
}

.donation.black .donation-value {
    background: linear-gradient(to right bottom, #999, #000);
}

@media screen and (max-width:990px) {
    .donation {
        margin-bottom: 40px;
    }
}

.w-55 {
    width: 55px;
}

.donation-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.donation-front,
.donation-back {
    padding-top: 20px;
}

.donation:hover .donation-inner {
    transform: rotateY(180deg);
}

.donation-front,
.donation-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.donation-back {
    transform: rotateY(180deg);
}

.donation-back p {
    font-size: 12px;
}

.ltr {
    direction: ltr;
}

.donation.without-flip {
    padding-top: 25px;
}