﻿.home-page-welcome
{
    position: relative;
    padding: 25px 0px;
    background: url(assets/img/slide/slide-1.jpeg) center center / cover no-repeat;
}
*, ::after, ::before
{
    box-sizing: border-box;
}
.welcome-content .entry-title
{
    position: relative;
    padding-bottom: 24px;
    font-size: 36px;
    font-weight: 600;
}
.welcome-content .entry-content
{
    font-size: 14px;
    line-height: 2;
}

.btn.orange-border:hover, .btn.gradient-bg
{
    border-color: transparent;
    background: linear-gradient(270deg, rgb(255, 90, 0) 0%, rgb(255, 54, 0) 100%);
}
.btn
{
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: rgb(38, 38, 38);
    padding: 18px 40px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(38, 38, 38);
    border-image: initial;
    border-radius: 24px;
    outline: none;
}
.mr-2, .mx-2
{
    margin-right: 0.5rem !important;
}
.mt-4, .my-4
{
    margin-top: 1.5rem !important;
}
.home-page-welcome img
{
    display: block;
    width: 100%;
}


.home-page-events
{
    padding: 20px 0;
}
.section-heading .entry-title::before
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #ff5a00;
}
.section-heading .entry-title
{
    position: relative;
    padding-bottom: 24px;
    font-size: 36px;
    font-weight: 600;
}
.event-wrap
{
    margin-top: 40px;
}
.justify-content-between
{
    justify-content: space-between !important;
}
.flex-wrap
{
    flex-wrap: wrap !important;
}
.d-flex
{
    display: flex !important;
}
.event-wrap figure
{
    width: 144px;
    height: auto;
}
.event-wrap figure img
{
    display: block;
    width: 100%;
}
.event-content-wrap
{
    width: calc(100% - 180px);
    margin-top: -10px;
}
.align-items-center
{
    align-items: center !important;
}
.m-0
{
    margin: 0px !important;
}
.w-100
{
    width: 100% !important;
}
.event-content-wrap .entry-title a
{
    font-size: 18px;
    font-weight: 600;
    color: rgb(38, 38, 38);
}

.event-content-wrap .posted-date a
{
    padding-right: 14px;
    margin-right: 14px;
}

.event-content-wrap .posted-date a, .event-content-wrap .cats-links a
{
    display: block;
    position: relative;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    color: rgb(38, 38, 38);
}
.event-content-wrap .posted-date a, .event-content-wrap .cats-links a
{
    display: block;
    position: relative;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    color: rgb(38, 38, 38);
}
.event-content-wrap .entry-content
{
    margin-top: 12px;
    margin-bottom: 0px;
    font-size: 14px;
    color: rgb(146, 145, 145);
}
.event-content-wrap .entry-footer a
{
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: rgb(255, 90, 0);
    text-decoration: none;
}

.featured-cause .cause-wrap
{
    padding: 40px 24px;
    background: #edf3f5;
}
.cause-wrap
{
    margin-top: 50px;
}
.featured-cause .cause-content-wrap
{
    width: calc(100% - 280px);
}
.align-items-center
{
    -ms-flex-align: center !important;
    align-items: center !important;
}
.cause-content-wrap .entry-title a
{
    font-size: 18px;
    font-weight: 600;
    color: #262626;
}
.cause-content-wrap .posted-date a
{
    padding-right: 14px;
    margin-right: 14px;
}
.cause-content-wrap .posted-date a, .cause-content-wrap .cats-links a
{
    display: block;
    position: relative;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    color: #262626;
}
.cause-content-wrap .posted-date a, .cause-content-wrap .cats-links a
{
    display: block;
    position: relative;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    color: #262626;
}
.cause-content-wrap .entry-content
{
    margin-top: 28px;
    margin-bottom: 0;
    font-size: 14px;
    color: #929191;
}


.single-page .page-header
{
    position: relative;
    z-index: 99;
    padding-top: 100px;
    padding-bottom: 72px;
    background-size: cover !important;
    background: url(../img/about-bg.jpeg) no-repeat;
}

.single-page .page-header h1
{
    position: relative;
    padding-bottom: 24px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

.single-page .page-header h1::before
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #ff5a00;
}

.single-page .page-header::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
}


.become-volunteer.alternate
{
    padding: 20px 0 50px;
}

.become-volunteer
{
    position: relative;
    padding-top: 130px;
    counter-reset: count;
    overflow: hidden;
}

.auto-container
{
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.become-volunteer .feature-column
{
    position: relative;
}

.become-volunteer.alternate .feature-column .inner-column
{
    position: relative;
    padding-right: 30px;
}

.become-volunteer .sec-title
{
    margin-bottom: 25px;
}

.sec-title
{
    position: relative;
    margin-bottom: 40px;
    z-index: 9;
}

.sec-title h2
{
    position: relative;
    font-size: 40px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
    padding-bottom: 14px;
}

.sec-title .text
{
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #777777;
    font-weight: 400;
    margin-top: 30px;
}
.featrue-block
{
    position: relative;
    margin-bottom: 30px;
}
.featrue-block .inner-box
{
    position: relative;
    padding-left: 5px;
}
.featrue-block .icon-box
{
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 60px;
    line-height: 1em;
    color: #cfcfcf;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.featrue-block h3
{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 10px;
}
.featrue-block h3 a
{
    display: block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.featrue-block .text
{
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    font-weight: 400;
}
.work-block-two {
    padding: 0;
    position: relative;
}
.work-block-two .inner-box {
    position: relative;
    padding: 45px 45px 50px;
    background: #2e2e2e;
}
.work-block-two h4 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
}
.work-block-two .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
}
.work-block-two .inner-box::before {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 110px;
    line-height: 1.2em;
    font-weight: 700;
    color: #ffffff;
    counter-increment: count;
    content: ".0" counter(count);
    opacity: .2;
    font-family: "Poppins",sans-serif;
}
.work-block-two:nth-child(3n + 2) .inner-box {
    background-color: #ffc75a;
}


.sec-title .entry-title {
    position: relative;
    padding-bottom: 24px;
    font-size: 36px;
    font-weight: 600;
}

.sec-title .entry-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #ff5a00;
}

.governing-body .entry-title {
    position: relative;
    padding-bottom: 24px;
    font-size: 36px;
    font-weight: 600;
}

.governing-body .entry-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #ff5a00;
}

.governing-body {
    position: relative;
    padding: 25px 0px;
}
 
 .tbppl th {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #212529;
    text-align: center;
    padding: 0.5em;
    border: 1px solid #767676;
    word-break: break-all;
    background-color: #e8572b;
    color: #ffffff;
}

.event-list-section {
    position: relative;
    padding: 50px 0px 10px;
}

.event-block-three {
    position: relative;
    margin-bottom: 50px;
}
.event-block-three .inner-box {
    position: relative;
    padding-top: 10px;
    padding-left: 255px;
    min-height: 280px;
}
.event-block-three .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 225px;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
}

.event-block-three .date {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #000000;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 700;
    z-index: 9;
    padding: 0 18px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.event-block-three .image-box .image {
    position: relative;
}
.event-block-three .image-box img {
    display: inline-block;
    width: 100%;
    height: auto;
    filter: grayscale(1);
    filter: -webkit-grayscale(1);
    filter: -moz-grayscale(1);
    filter: -ms-grayscale(1);
    filter: -o-grayscale(1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.event-block-three h4 {
    position: relative;
    font-size: 19px;
    line-height: 24px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 10px;
}
.event-block-three h4 a {
    color: #333333;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.event-block-three .info {
    position: relative;
    margin-bottom: 5px;
}
.event-block-three .info li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 23px;
    color: #777777;
    font-weight: 400;
    margin-right: 10px;
}
.event-block-three .info li i {
    display: inline-block;
    margin-right: 8px;
    color: #dd7568;
    font-size: 15px;
    line-height: 23px;
}

.event-block-three .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    font-weight: 400;
    margin-bottom: 10px;
}
.btn-style-seven {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    padding: 13px 45px;
    background: transparent;
    font-weight: 700;
    border: 1px solid #d94b38;
}

.sidebar-page-container {
    position: relative;
    padding: 0px 0px 10px;
}
.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side {
    margin-bottom: 0px;
}
.event-single {
    position: relative;
    margin-bottom: 50px;
}
.event-single .inner-box {
    position: relative;
}
.event-single .inner-box .image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.event-single .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.event-single .inner-box .image .post-date {
    position: absolute;
    left: 30px;
    top: 30px;
    background-color: #000000;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 700;
    z-index: 9;
    padding: 5px 33px;
}
.event-single .inner-box .lower-content {
    position: relative;
    padding-top: 5px;
}
.event-single .inner-box h2 {
    position: relative;
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.4em;
}
.event-single .inner-box .lower-content .post-info {
    position: relative;
}
.event-single .inner-box .upper-content li {
    position: relative;
    padding: 15px 32px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid #e5e5e5;
}

.event-single .inner-box .upper-content li .icon {
    position: relative;
    color: #d94b38;
    font-size: 25px;
    line-height: 1em;
    display: block;
    margin-bottom: 8px;
}

.event-block-border {
    position: relative;
    margin-bottom: 50px;
    border: 1px solid #e5e5e5;
}

.event-block-border .inner-box {
    position: relative;
    padding-top: 10px;
    padding-left: 255px;
    min-height: 280px;
}

.event-block-border .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 270px;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
}

.event-block-border .image-box .image {
    position: relative;
}

.event-block-border .image-box img {
    display: inline-block;
    width: 100%;
    height: auto;    
}

.section-sub-title {
    font-weight: 900;
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 60px;
    color: #212121;
}

.column-title {
    margin: 0 0 13px;
}

.team-content .entry-title {
    position: relative;
    padding-bottom: 24px;
    font-size: 36px;
    font-weight: 600;
}

.img-circle {
    border-radius: 50%;
}
.home-page-team {
    position: relative;
    padding: 25px 0px;    
}