
/* line 6, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area.app_details .single_app .thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 12, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area.app_details .single_app .apps_content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 100px 0 0 0;
}
.apps_content p {
  color: #000000;
}

.apps_area .container .row .swipe-label h5 span{
    color: transparent;
}

@media (max-width: 767px) /* Mobile */ {
  /* line 12, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
  .apps_area.app_details .single_app .apps_content {
    padding: 50px 0 0 0;
  }
  .apps_area .container .row .swipe-label h5 span{
    color: #222222;
    position:sticky;
  }
}

/* line 18, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area.app_details .single_app .apps_content .custom_progress_bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

/* line 23, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area.app_details .single_app .apps_content .custom_progress_bar .progress {
  height: 12px;
  overflow: visible;
  font-size: 12px;
  background-color: #FF4F42;
  border-radius: 0;
}

/* line 29, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area.app_details .single_app .apps_content .custom_progress_bar .progress .progress-bar {
  background-color: rgba(103, 154, 245, 1);
  position: relative;
}

/* line 32, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area.app_details .single_app .apps_content .custom_progress_bar .progress .progress-bar .progres_count {
  position: absolute;
  right: 0;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 35px;
  background: rgba(103, 154, 245, 1);
  line-height: 100px;
}

@media (max-width: 767px) /* Mobile */ {
  /* line 32, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
  .apps_area.app_details .single_app .apps_content .custom_progress_bar .progress .progress-bar .progres_count {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}

/* line 53, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area.app_details .single_app .apps_content .balance {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 0;
}

@media (max-width: 767px) /* Mobile */ {
  /* line 53, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
  .apps_area.app_details .single_app .apps_content .balance {
    margin-bottom: 0;
  }
}

/* line 59, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area.app_details .single_app .apps_content .balance span {
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

/* line 67, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area.app_details .single_app .apps_content h4 {
  font-size: 40px;
  margin-bottom: 20px;
}

@media (max-width: 767px) /* Mobile */ {
  /* line 67, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
  .apps_area.app_details .single_app .apps_content h4 {
    font-size: 25px;
  }
}

.apps_area .container .row .single_app .apps_content a h4:hover {
  color: #ff5e13;
}

/* line 74, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area.app_details .single_app .apps_content p {
  margin-bottom: 15px;
  color: #7A7B7C;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}

/* line 84, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area.app_details .single_app:hover .thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 91, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area .single_app {
  margin-bottom: 30px;
}

/* line 93, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area .single_app .thumb {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}

/* line 97, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area .single_app .thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 103, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area .single_app .apps_content {
  -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: 30px 30px 34px 30px;
  position: relative;
  -webkit-border-radius: 0 0px 7px 7px;
  -moz-border-radius: 0 0px 7px 7px;
  border-radius: 0 0px 7px 7px;
}

/* line 109, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area .single_app .apps_content .custom_progress_bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

/* line 114, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area .single_app .apps_content .custom_progress_bar .progress {
  height: 4px;
  overflow: visible;
  font-size: 12px;
  background-color: #FF4F42;
  border-radius: 0;
}

/* line 120, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area .single_app .apps_content .custom_progress_bar .progress .progress-bar {
  background-color: rgba(103, 154, 245, 1);
  position: relative;
}

/* line 123, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area .single_app .apps_content .custom_progress_bar .progress .progress-bar .progres_count {
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  background: rgba(103, 154, 245, 1);
  line-height: 32px;
}

/* line 138, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area .single_app .apps_content .balance {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #F2F2F2;
}

/* line 141, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area .single_app .apps_content .balance span {
  font-size: 14px;
  color: #222222;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

/* line 149, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area .single_app .apps_content h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* line 153, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area .single_app .apps_content p {
  margin-bottom: 15px;
  color: #7A7B7C;
}

/* line 160, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_causes.scss */
.apps_area .single_app:hover .thumb img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 298, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_theme-default.scss */
.section_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 767px) /* Mobile */ {
  /* line 298, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_theme-default.scss */
  .section_padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 298, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_theme-default.scss */
  .section_padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.read_more {
  font-size: 16px;
  /*color: #BCBDBF;*/
  color: #000000;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  padding-left: 68px;
}

/* line 249, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_btn.scss */
.read_more::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 36px;
  height: 2px;
  background: #707070;
  content: '';
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 260, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_btn.scss */
.read_more:hover {
  color: rgba(103, 154, 245, 1);
}

/* line 262, ../../Arafath/CL/january 2020/242. charity/HTML/scss/_btn.scss */
.read_more:hover::before {
  background: rgba(103, 154, 245, 1);
}
 /* Option 1: Use viewport width units for fluid scaling */
.fluid-title {
    font-size: clamp(0.80rem, 1.25vw, 1.0rem); /* min, preferred, max 1.5rem, 5vw, 3rem */
    font-weight: bold;
    text-align: center;
}

@media (min-width: 577px) and (max-width: 767px) /* Mobile */ {
  .fluid-title {
    font-size: clamp(0.60rem, 1.25vw, 1.0rem); /* min, preferred, max 1.5rem, 5vw, 3rem */
    text-align: left;
  }
}

@media (max-width: 576px) {
  .fluid-title {
    font-size: clamp(0.50rem, 1.25vw, 1.0rem); /* min, preferred, max 1.5rem, 5vw, 3rem */
  }
}