/*
 Theme Name:   Charitywp Child
 Theme URI:    http://charitywp.thimpress.com/
 Description:  Charitywp Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     charitywp
 Version:      1.0.0
 Text Domain:  charitywp-child
*/
.thim-parallax-image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(2, 9, 40) 0%, rgb(4, 14, 42) 35%, rgb(3, 13, 44) 66%, rgb(1, 23, 47) 100%);
    opacity: 0.9;
}
.thim-parallax-image {
    background-size: cover;
    min-height: 850px;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 70%);
    clip-path: polygon(0% 33%, 23% 50%, 55% 48%, 88% 40%, );
}

.test {
    background-size: cover;
    min-height: 850px;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 70%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 70%);
}
1Z0dV1jQu*
.test:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(-35deg, #0a311b 37%, #206e40 100%);
    opacity: 0.9;
}

.home-main-section {
    background-size: cover;
    min-height: 850px;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 70%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 70%);
}

.home-main-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(2, 9, 40) 0%, rgb(4, 14, 42) 35%, rgb(3, 13, 44) 66%, rgb(1, 23, 47) 100%);
    opacity: 0.9;
}

.text-center{
    text-align: center;
}