body{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 26px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
}
p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: "Jost", sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Jost", sans-serif;
    font-weight: 700;
    color: #000000;
}
a{
    color: #941e3c;
    text-decoration: none;
}
.text-meroon{
    color: #941e3c !important;
}
.btn-primary {
    background-color: #941e3c;
    border-color: #941e3c;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 25px;
    margin-top: 15px;
}
.logo {
    width: 60px;
    float: left;
}
.logo-title {
    display: table-cell;
    padding-left: 15px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    color: #494949;
    padding-left: 15px;
    padding-right: 15px;
}
.carousel-fade .carousel-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 51%);
}
.about-image img{
    width: 350px;
}
.orange-bg{
    background-color: #ffceb1;
}
.vws_awards_list p {
    font-size: 26px;
}
.donate-block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.donate-block:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 55%);
}
.donate-content {
    position: relative;
    padding: 60px 0px 40px;
}
.profile-icon {
    position: relative;
}
.quote-icon {
    background-color: #941e3b;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: -20px;
}
.testmoni-profile {
    display: flex;
    align-items: center;
}
.profile-title {
    margin-left: 50px;
}
.testmoni-content {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 35px 35px;
}
.footer-bg {
    background-color: #941e3b;
    padding-top: 60px;
    padding-bottom: 15px;
}
.social-info ul li {
    display: inline-block;
    font-size: 36px;
    color: #fff;
    margin-right: 15px;
}
.bottom-footer p.text-center.text-white {
    border-top: 1px solid #a55a6c;
}
.vws_awards_list {
    position: relative;
    width: 200px;
    margin: 0px auto;
}
.plus-icon {
    font-size: 36px;
    position: absolute;
    top: 20px;
    right: 0px;
    color: #941e3c;
}
.logo-title h1 {
    font-size: 32px;
}

@media screen and (min-width: 1400px) {
    .logo-title h1 {
        font-size: 40px;
    }
    .carousel-caption h5{
        font-size: 62px !important;
    }
}
@media screen and (min-width: 1200px) {
    .py-25 {
        padding: 80px 0px !important;
    }
    .vws_awards_list h3 {
        font-size: 60px !important;
    }
    .donate-content{
        margin: 0px 15%;
    }
    .carousel-caption {
        right: auto;
        text-align: left;
        top: 30%;
        width: 40%;
    }
    .contact-info{
        margin-left: 100px;
    }
}