.breadcam_bg {
  background-image: url(../images/banner.jpg);
}
.video_bg_2 {
  background-image: url(../images/secretary.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.reson_area2 .single_reson2 .help_content2 {
  background: #fff;
  position: relative;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 47px 40px 33px 40px;
  left: 46px;
}

/* line 34, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_reason.scss */
.reson_area2 .single_reson2 .help_content2 h4 {
  font-size: 20px;
  font-weight: 400;
}

/* line 38, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_reason.scss */
.reson_area2 .single_reson2 .help_content2 p {
  margin-top: 21px;
  margin-bottom: 30px;
}



.latest_activites_area2 {
  background: rgba(60, 199, 143, 0.06);
  position: relative;
}

/* line 10, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_latest_activites.scss */
.latest_activites_area2 .video_activite2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  bottom: 0;
}

@media (max-width: 767px) {
  /* line 10, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_latest_activites.scss */
  .latest_activites_area2 .video_activite2 {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 10, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_latest_activites.scss */
  .latest_activites_area2 .video_activite2 {
    display: block !important;
  }
}

/* line 22, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_latest_activites.scss */
.latest_activites_area2 .video_activite2 a {
  font-size: 70px;
  color: #fff;
  position: relative;
  z-index: 12;
  width: 150px;
  height: 150px;
  background: #3CC78F;
  text-align: center;
  line-height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 34, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_latest_activites.scss */
.latest_activites_area2 .video_activite2::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #3CC78F;
  opacity: .3;
  content: '';
}

.latest_activites_area2 .activites_info2 {
  padding-right: 156px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  /* line 45, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_latest_activites.scss */
  .latest_activites_area2 .activites_info2 {
    padding: 50px 15px;
  }
}

/* line 58, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_latest_activites.scss */
.latest_activites_area2 .activites_info2 p.para_1 {
  margin-bottom: 22px;
  margin-top: 20px;
}

/* line 62, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_latest_activites.scss */
.latest_activites_area2 .activites_info2 p.para_2 {
  margin-bottom: 30px;
}

.section2 {
  padding-top: 30px;
  padding-bottom: 10px;
}

.client_part
{
	align-items: center;
}

.client_part .client_logo
{
	padding-top: 30px;
	padding-left: 250px;
}

.client_part .single_client_logo
{
	max-width:110px;
	height:100px;
	margin:0 auto
	}
	@media 
	(max-width: 991px){
		.client_part .client_logo
{
	padding-top: 30px;
	padding-left: 30px;
}
		.client_part .single_client_logo{
			float: left;
			height:70px}}
			.client_part .single_client_logo{
				float: left;
			height:70px
			padding-right: 50px;}
			.client_part .single_client_logo img
			{
				width:100%;
				height:auto;
				float: left;
				-webkit-filter:grayscale(1);
				filter:grayscale(1)}
				.client_part .single_client_logo img:hover{
					filter:grayscale(0);
					-webkit-filter:grayscale(0);
					transition:0.5s ease-in-out}