.causes_box{position:relative;padding:25px;background:#fff;border:1px solid var(--border-color-one);margin-bottom:20px;border-radius:10px;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out;-ms-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out}.causes_box .top_cont{position:relative;padding-bottom:10px}.causes_box .top_cont h6{font-size:12px;text-transform:uppercase;padding:5px 20px;display:inline-block;line-height:26px;color:var(--primary-color-one);background:var(--background-color-one);border-radius:30px;margin-bottom:20px;border:1px solid var(--border-color-one)}.causes_box .image{position:relative;height:250px;border-radius:10px;overflow:hidden;margin-bottom:20px}.causes_box .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.causes_box .image ul{margin:0;padding:0;position:absolute;left:20px;bottom:20px}.causes_box .image ul li{display:inline-block;background:var(--background-color-one);font-size:15px;line-height:26px;border-radius:10px;padding:5px 15px}.causes_box .image ul li:first-child{background:var(--primary-color-two);color:#fff}.causes_box:hover{background:var(--background-color-one)}.causes_box.style_two{border-radius:30px;padding:30px;margin-top:25px;border-color:transparent}.causes_box.style_two .image{margin-top:-50px;border-radius:30px}.causes_box.style_two .top_cont ul{margin:0 0 10px;padding:0}.causes_box.style_two .top_cont ul li{display:inline-block;font-size:16px}.causes_box.style_two .top_cont ul li:first-child{margin-right:15px;padding:4px 20px;background:var(--primary-color-two);border-radius:30px;color:#fff}.causes_box.style_two .theme_btn{background:unset;border:unset;color:var(--primary-color-two);text-decoration:underline;text-decoration-color:var(--primary-color-two);text-transform:capitalize;padding:0}.progress{margin-bottom:15px}.progress-bar{width:0;animation:progress 1.5s ease-in-out forwards;background:var(--primary-color-one)}.progress-bar .title{opacity:0;animation:show .35s ease-in-out .5s forwards}@keyframes progress{0%{width:0}to{width:100%}}@keyframes show{0%{opacity:0}to{opacity:1}}