.banner-section {
  background-image: var(--image-url);
}

a {
  padding: 0;
}

a:active,
a:focus {  
  color: #AE4F7F;
}

.img-wrapper {
  width: 100%;
  height: auto;
}

.contain-wrapper {
  display: flex;    
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

div.background-wrapper:nth-of-type(odd) {
  padding: 30px 40px 30px 0;
}

div.background-wrapper:nth-of-type(even) {
  padding: 30px 0 30px 40px;
}

.img-wrapper.right-side {
  margin-right: 2.5rem;
}

.call-to-action {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-self: flex-start;
  align-items: flex-start;
  width: 70%;
}

.call-to-action h1.title {
  font-weight: 700;
  font-size: 34.0529px;
  line-height: 44px;
  letter-spacing: 0.425661px;
  color: #AE4F7F;
}

.call-to-action .subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

.call-to-action .subtitle.name {
  font-weight: 600;
  font-size: 17.2073px;
  line-height: 21px;
  color: #AE4F7F;
}

.call-to-action.left-side {
  margin-left: 2.5rem;
}

.subtitle.name strong{
    font-weight: 900;
}

.description {
  font-weight: 400;
  font-size: 17.6621px;
  line-height: 28px;
  color: #333333;
  text-align: justify;
}

.description p{
    margin: 5px auto;
}

.help-section .readmore,
.call-to-action .readmore {
  font-style: normal;
  font-weight: 400;
  font-size: 11.1932px;
  line-height: 150%;
  color: #AE4F7F;
  border-bottom: 3px solid #AE4F7F;
  margin: 40px 0;
  padding: 10px 0;
}

.category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.img-wrapper img{
  width: 100%;
  height: auto;
}


/* 
*-------------------
* Skill Style
*------------------
*/
.skill-section {
  display: flex;    
  flex-direction: column;
  background-color: #FFF9F9;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  height: 400px;
}

div.skill-circle-1 {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #AE4F7F;
}

.skill-section .subscribe-circle-1 {
  left: 50%;
}

.skill-section .subscribe-circle-2 {
  left: -50%;
}

.skill {
  display: flex;
  align-items: center;
  justify-content: space-between;    
  margin: 1rem 0;
}

.help-section .title,
.skill .title {
  font-style: normal;
  font-weight: 700;
  font-size: 35.8348px;
  line-height: 47px;
  letter-spacing: 0.447935px;
  color: #AE4F7F;
}

.skill .subtitle {
  font-weight: 400;
  font-size: 14.3339px;
  line-height: 25px;
  color: #333333;
}

.right-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.left-col {
  display: contents;
}

.skill-bars {
  width: 100%;
}

.skill-bars .bar {
  margin: 20px 0;
}

.skill-bars .bar:first-child {
  margin-top: 0px;
}

.skill-bars .bar .info {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14.3339px;
  line-height: 17px;
  letter-spacing: 0.447935px;
  color: #AE4F7F;
}

.skill-bars .bar .info span {
  font-weight: 500;
  font-size: 17px;
  opacity: 0;
  animation: showText 0.5s 1s linear forwards;
}

@keyframes showText {
  100% {
    opacity: 1;
  }
}

.skill-bars .bar .progress-line {
  height: 13.44px;
  width: 100%;
  background: #DBDBDB;
  position: relative;
  transform: scaleX(0);
  transform-origin: left;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05),
    0 1px rgba(255, 255, 255, 0.8);
  animation: animate 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}

@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}

.bar .progress-line span {
  height: 100%;
  position: absolute;
  border-radius: 10px;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 1s 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}

div.bar:nth-of-type(odd) .progress-line span {
  background: rgba(181, 181, 181, 1);
}

div.bar:nth-of-type(even) .progress-line span {
  background: #AE4F7F;
}

.bar .progress-line.elder-care span {
  width: 90%;
}

.bar .progress-line.dementia-care span {
  width: 60%;
}

.bar .progress-line.stroke-care span {
  width: 85%;
}

.bar .progress-line.home-help span {
  width: 50%;
}

.progress-line span::before {
  position: absolute;
  content: "";
  top: -10px;
  right: 0;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-top-color: #AE4F7F;
  opacity: 0;
  animation: showText2 0.5s 1.5s linear forwards;
}

div.bar:nth-of-type(odd) .progress-line span::before {
  border-top-color: rgba(181, 181, 181, 1);
}

div.bar:nth-of-type(even) .progress-line span::before {    
  border-top-color: #AE4F7F;
}

.progress-line span::after {
  position: absolute;
  top: -28px;
  right: 0;
  font-weight: 500;
  background: #AE4F7F;
  color: #fff;
  padding: 1px 8px;
  font-size: 12px;
  border-radius: 3px;
  opacity: 0;
  animation: showText2 0.5s 1.5s linear forwards;
}

div.bar:nth-of-type(odd) .progress-line span::after {
  background: rgba(181, 181, 181, 1);
}

div.bar:nth-of-type(even) .progress-line span::after {    
  background: #AE4F7F;
}

@keyframes showText2 {
  100% {
    opacity: 1;
  }
}

.progress-line.elder-care span::after {
  content: attr(data-progress) "%";
}

.progress-line.dementia-care span::after {
  content: attr(data-progress) "%";
}

.progress-line.stroke-care span::after {
  content: attr(data-progress) "%";
}

.progress-line.home-help span::after {
  content: attr(data-progress) "%";
}
/* 
*-------------------
* /Skill Style
*------------------
*/


/* 
*-------------------
* pagination Style
*------------------
*/  
.nav-md {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 10px 0px;
  background-color: #fff;
  border-radius: 10px;
}
/* 
*-------------------
* /pagination Style
*------------------
*/


.help-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.help-section .section-heading {
  text-align: left;
}

.help-section .card {
  flex-direction: column;
  background: rgba(141, 150, 157, 0.07);
}

.help-section div.card:first-of-type {
  margin-left: 0;
}

.help-section .card-content {
  align-items: flex-start;
}

.help-section .card-title {
  font-weight: 700;
  font-size: 19.978px;
  line-height: 27px;
  color: #AE4F7F;
  text-align: left;
}

.help-section .card-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 13.3186px;
  line-height: 150%;
  text-align: left;
  color: #666666;
}

.help-section .readmore {
  border: none;
}

.author-meta-wrap {
  display: flex;
  justify-items: center;
  align-items: center;
  align-self: flex-start;
  margin: 10px 0;
}

.author-meta-wrap .user-info {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
}

.author-meta-wrap .user-name {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  font-weight: 700;
  font-size: 13.3186px;
  line-height: 18px;
  color: #333333;
  margin-left: .5rem;
}

.author-meta-wrap .published-date {
  font-weight: 400;
  font-size: 11.6538px;
  line-height: 150%;
  color: #666666; 
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin-left: .5rem;
}

.help-section .card.faq-right {
  background: #FFF9F9;
}

.faq-post-list {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  max-height: 430px;
  overflow-y: scroll;
}

.card .faq-post-list h1.card-title {
  font-weight: 400;
  font-size: 12.8078px;
  line-height: 18px;
  color: #4B4949;
  margin-bottom: 0;
}

.card.faq-right .author-meta-wrap img {
  width: 13px;
}

.card.faq-right .author-meta-wrap .user-name {
  font-weight: 500;
  font-size: 6.33554px;
  line-height: 9px;
}

/* scrollbar */
#faq-scrollbar {
  width: 210px;
}
.scrollbar {
  float: left;
  overflow-y: scroll;
}

.force-overflow {
	min-height: 450px;
}

#faq-scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: rgba(238, 238, 238, 1);
}

#faq-scrollbar::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(238, 238, 238, 1);;
}

#faq-scrollbar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(174, 79, 127, 1);
}
/* /scrollbar */


[aria-hidden="true"] {
  display: none;
  visibility:hidden;
}

.card-image {
  border-radius: 7.49px;
}


@media all and (max-width:800px) {
  .background-wrapper {
    width: 75%;
  }
  .help-section .card.faq-right {
    width: 100%;
  }

  .help-section .card-content {
    padding: 20px;
  }
}


@media all and (max-width:600px) {
  .contain-wrapper,
  .card-row {
    flex-direction: column;
  }

  .background-wrapper {
    width: 100%;
  }

  .disability-service-section .contain-wrapper {
    flex-direction: column-reverse;
  }

  .team-card,
  .card {
    margin: 0  0 30px 0;
  }

  .message-section .img-wrapper,
  .about-section  .call-to-action {
    margin-bottom: 30px;
  }

  .skill {
    flex-direction: column;
  }

  div.background-wrapper:nth-of-type(even),
  div.background-wrapper:nth-of-type(odd) {
    padding: 0;
  }

  .call-to-action.left-side {
    margin-left: 0;
    margin-top: 2rem;
  }

  .call-to-action {
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .description,
  .call-to-action h1.title {
    text-align: center;
  }

  .skill-section {
    height: 500px;
  }
}