
:root {
    --main-color-one: #00004B;
    --job-home-color: #2685f9; 
    --secondary-color: #111d5c;
    --heading-color: #0a1121;
    --paragraph-color: #878a95;
    --heading-font: 'Montserrat', sans-serif;
    --body-font: 'Poppins', sans-serif;
}

/* rprogressbar */ 
.progressbar {
    width: 100%;
    position: relative;
    background-color: #f4f4f4;
}

.proggress {
    height: 8px;
    width: 0%;
    background-color: #ff0;
}

.percentCount {
    margin-top: -44px;
    clear: both;
    font-weight: 700;
    font-size: 11px;
    background-color: var(--secondary-color);
    color: #fff;
    padding: 5px; 
    display: inline-block;
    position: absolute;
    text-align: center;
    border-radius: 5px;
}

.percentCount:after {
    position: absolute;
    bottom: -6px;
    content: '';
    left:0;
    width: 0;
    height: 0;
    border-top: 10px solid var(--secondary-color);
    border-right: 15px solid transparent;
}
.percentCount.right:after {
    border-left: 5px solid transparent;
    border-right: 0 !important;
    right: 0;
    left: auto !important;
}


.contribute-single-item .goal {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.contribute-single-item .goal .raised {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.contribute-single-item .details-content-area {
    margin-top: 10px;
}

.contribute-single-item .content {
	border:2px solid #F7F9FB;
    padding: 30px;
}

.contribute-single-item .content .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    transition: 300ms all;
}

.contribute-single-item .content .title:hover {
    color: var(--main-color-one);
}

.contribute-single-item .content p {
    margin-bottom: 60px;
}

.contribute-single-item.grid-item .boxed-btn {
    padding: 0;
    text-align: left;
    background-color: transparent;
    color: var(--main-color-one);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.contribute-single-item.grid-item .btn-wrapper {
    margin-top: 20px;
}

.contribute-single-item.grid-item .goal .raised {
    font-size: 14px;
    opacity: .6;
}



/* Events style */
.single-events-list-item + .single-events-list-item {
    margin-top: 30px;
}

.single-events-list-item {
    display: flex;
    align-self: flex-start;
}

.single-events-list-item .content-area {
    flex: 1;
}

.single-events-list-item .thumb {
    margin-right: 30px;
}

.single-events-list-item .content-area .top-part {
    display: flex;
    align-self: flex-start;
    margin-bottom: 15px;
}

.single-events-list-item .content-area .top-part .time-wrap {
    margin-right: 20px;
    width: 80px;
    height: 80px;
    background-color: var(--secondary-color);
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

.single-events-list-item .content-area .top-part .title-wrap {
    flex: 1;
}

.single-events-list-item .content-area .top-part .time-wrap span {
    display: block;
}

.single-events-list-item .content-area .top-part .time-wrap .date {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
}

.single-events-list-item .content-area .top-part .time-wrap .month {
    font-weight: 600;
    text-transform: uppercase;
}

.single-events-list-item .content-area .top-part .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.single-events-list-item .content-area .top-part .location {
    font-size: 14px;
    font-weight: 500;
}

.single-events-list-item .content-area .top-part .location i {
    color: var(--main-color-one);
}

@media only screen and (max-width: 767px) {
    .single-events-list-item {
        display: block;
    }

    .single-events-list-item .thumb {
        margin-bottom: 30px;
    }

    .single-events-list-item .thumb img {
        width: 100%;
    }
}

.feedback-submitted { position: absolute; left: 0px; top:0px; width: 0; margin-top: 0px; border-top: 50px solid #fff3ee; border-right: 50px solid transparent; z-index: 1 !important; }
.feedback-submitted i { color: #ff9267 !important; font-size: 18px !important; position: relative !important; top: -40px !important; left: 5px !important; }

.project-author-menu { position: absolute; right: 10px; top:10px; width: 0; margin-top: 0px; }
 


.user-circle {
  background-color: #ccc;
  border-radius: 50%;
  height: 6rem;
  text-align: center;
  width: 6rem;
	
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  font-family: sans-serif;
  justify-content: center;
  margin: 0;
}

.user-initials {
  line-height: 6rem;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  
}
