/* white you custom css code here. only css code will work */
:root {
    --main-color-five: #DA9737;
}
.recent-single.style-02.style-02 .recent-contents .progress-item .single-progressbar .progressbar .percentCount {
   	left: 64% !important;
	font-size: 30px;
  }
.single-featured.style-02 .featured-contents .progress-item .single-progressbar .progressbar .percentCount{
  font-size:28px;
}
@media only screen and (max-width: 576px){
.recent-single.style-02.style-02 .recent-contents .progress-item .single-progressbar .progressbar .percentCount {
    left: 74% !important;
	font-size: 24px;
	}
}

.recent-single.style-02.style-02 .recent-contents .title{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.donor-list.custom table tr td:first-child ,.donor-list.custom table tr th:first-child{
	text-align:end;
  	width:20px;
}
.team-member-area.custom table tr th:first-child,.team-member-area.custom table tr td:first-child{
	text-align:end;
  	width:20px;
}
.team-member-area.custom table tr th:last-child,.team-member-area.custom table tr td:last-child{
	text-align:end;
  	width:200px;
}
.cu-slider{
padding: 169px 0 0px;
}
.cu-background-image{
    position: relative;
}
.cu-background-image img{
    height: calc(100vh - 171px);
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.cu-background-image:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content:'';
    background: rgba(0,0,0,.6);
}
.cu-slider-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.team-single-item .thumb img {
    aspect-ratio: 1 / 1.4;
}

.cu-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cu-gallery-image {
  width: 200px;
  height: auto;
  margin: 10px;
  cursor: pointer;
}

/* Styles for the modal */
.cu-modal {
  display: none;
  position: fixed;
  z-index: 100000;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}

.cu-modal-content {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #6d6d6d00;
}

.cu-modal img {
  max-width: 800px;
  max-height: auto;
  width: 80%;
}

.cu-close {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.cu-close:hover,
.cu-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.cu-prev, .cu-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.cu-prev {
  left: 0;
}

.cu-next {
  right: 0;
}

.cu-prev:hover, .cu-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.team_list .team-img{
  	min-width:80px;
    width: 100px;
}
.team_list .team-name{
    min-width: 200px;
}
.team_list .team-number{
    min-width: 140px;
}
.cu-background-image .btn-wrapper.padding-top-30{
  display:none;}

@media only screen and (min-width: 991px) {
    .nav-style-02 .logo-wrapper{
  	padding-left: 20px;
    padding-right: 30px;
    max-width: 290px;
  	width:100%;
}
}