.custom-cards {
  max-width: 1140px;
  margin: 0 auto;
}
.custom-cards .cards-container .card {
  padding: 50px 0;
}
.custom-cards .cards-container .card .card-body img {
  width: 60px;
  padding-bottom: 1rem;
}
.custom-cards.custom-cards-slider .cards-container {
  margin: -180px auto 0;
}

.about-cards .card {
  padding: 40px 0;
  height: 21rem;
}
.about-cards .card .card-body img {
  width: 60px;
  padding-bottom: 1rem;
}

.coaching-consulting .card .card-body .card-text {
  overflow: hidden;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#header.header-effect-shrink .header-container {
  min-height: 100px;
  width: 88%;
  margin: 0 auto;
}
#header .header-logo img {
  height: 55px;
}
#header.header-effect-shrink .header-logo img {
  height: 45px;
}

.header-container .header-nav .nav li > a {
  font-size: 16px !important;
}

#home-banner {
  height: 90vh !important;
}

.process .process-step .process-step-content {
  display: flex;
  margin: 0 1rem;
}
.process .process-step .process-step-content img {
  width: 60px;
  height: 60px;
  padding: 0.75rem;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  margin-right: 1.5rem;
  box-shadow: 4px 4px 6px #e5e5e5;
}
.process .process-step:last-child {
  padding-bottom: 0;
}

.testimonial.testimonial-style-2 blockquote {
  padding: 0 0.5rem 1rem;
}

.are-you-looking-for {
  background-color: #1651a1 !important;
}

.real-word-stories .custom-testimonial-container {
  width: 80%;
  padding-right: 130px;
}
.real-word-stories .custom-testimonial-container .custom-testimonial .custom-testimonial-right {
  width: 33%;
  height: 125px;
  top: 60px;
  right: 0;
}
.real-word-stories .custom-testimonial-container .custom-testimonial .custom-testimonial-right img {
  max-width: 150px;
}

.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(1) {
  width: 45%;
}
.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(2) {
  width: 50%;
}
.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(3) {
  width: 40%;
}

#footer .custom-row-footer {
  padding-top: 100px !important;
}
#footer .custom-row-footer .custom-footer-column-logo img {
  height: 60px;
  margin-top: -0.75rem;
  margin-bottom: 0.75rem;
}
#footer .footer-copyright {
  padding: 35px 0;
}

.social-icons li:hover.social-icons-x-twitter a {
  background: #000 !important;
}

@media (max-width: 545px) {
  #header.header-effect-shrink .header-container {
    width: 98%;
  }
  #header .header-logo img {
    height: 45px;
  }
  #home-banner {
    height: 75vh !important;
  }
  .real-word-stories .custom-testimonial-container {
    width: 100%;
    padding-right: 40px;
  }
  #footer .custom-row-footer {
    padding-top: 75px !important;
  }
  #footer .custom-row-footer .custom-footer-column-logo img {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .accordion.accordion-modern-status > .card .card-header a {
    padding: 20px;
  }
  .accordion.accordion-modern-status > .card .card-header a::after {
    right: 16px;
  }
}/*# sourceMappingURL=custom.css.map */