ul {
  list-style-type: none;
}

.fa-lg {
  font-size: 20px !important;
}

.elementor-element-2b71847f {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 20px !important;
}

.elementor-8 .elementor-element.elementor-element-41a2c996,
.elementor-8 .elementor-element.elementor-element-6ae11c73 {
  width: 50%;
  max-width: 50%;
  margin-bottom: 20px;
}

#services .elementor-icon-list-item {
  padding: 5px;
}

.custom-box {
  height: 100% !important;
}

.header-area-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nivo-caption {
  width: 55%;
}

.footer-row {
  display: flex;
  justify-content: space-between;

  .widget-column-1,
  .widget-column-4 {
    float: none;
  }
}

@media (max-width: 1250px) {
  .container.header-area-container,
  .container.footer-container,
  .container.copyright-container {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  #navigationpanel {
    display: none;
  }

  .nivo-caption {
    padding-left: 30px;
  }

  .nivo-caption h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .cols-4 .widget-column-4 {
    width: 35%;
  }
}

@media (max-width: 920px) {
  .who_we_are_video {
    width: 100% !important;
    position: static !important;
  }

  .cols-4 .widget-column-4 {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .elementor-8 .elementor-element.elementor-element-41a2c996,
  .elementor-8 .elementor-element.elementor-element-6ae11c73 {
    width: 100%;
    max-width: 100%;
  }

  .nivo-caption {
    padding: 20px;
  }

  .nivo-caption h2 {
    font-size: 17px;
    line-height: 21px;
  }

  .nivo-caption p {
    font-size: 14px;
  }

  .nivo-caption .slidermorebtn {
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 18px;
  }

  .nivo-main-image {
    display: none !important;
  }

  .slidecaption-wp {
    position: static;
  }

  .nivo-caption {
    background-color: #282828;
    width: 100%;
  }

  .nivo-controlNav {
    display: none;
  }

  .who_we_are_section_left {
    display: none;
  }

  .who_we_are_box .elementor-image-box-img {
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 10px !important;
  }

  .elementor-8
    .elementor-element.elementor-element-68b5a839:not(
      .elementor-motion-effects-element-type-background
    ),
  .elementor-8
    .elementor-element.elementor-element-68b5a839
    > .elementor-motion-effects-container
    > .elementor-motion-effects-layer {
    background-size: cover;
  }

  .cols-4.footer-row {
    flex-direction: column;
  }

  .widget-column-1 {
    margin: 0 0 30px 0 !important;
  }

  .cols-4 .widget-column-1, .cols-4 .widget-column-4 {
    width: 100%!important;
  }
}

@media (max-width: 400px) {
  .nivo-caption {
    padding: 30px 10px;
  }
}

/* ARTICLE */

.article-page-main {
  background-color: #f1f6fc;
}

.article-page-container {
  max-width: 1250px;
  margin: 0 auto;
}

.article-header {
  background-image: url(https://gracethemes.com/demo/strategist/wp-content/uploads/2023/03/coaching_value_img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  position: relative;
  text-align: center;
  height: 350px;
  display: flex;
  align-items: center;
}

.article-header .background-overlay {
  opacity: 0.92;
}

.article-header-title {
  color: #fff;
  position: relative;
}

.article {
  padding: 40px;
}

.article p {
  margin-bottom: 10px;
}

.article ul {
  margin-bottom: 20px;
}

.article ul li {
  margin-bottom: 5px;
  position: relative;
}

.article ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 8px;
  background-color: #00d14a;
}

.section {
  margin: 75px 0;
}

.article .section-title {
  font-size: 20px;
}

.section-row {
  display: flex;
  justify-content: space-between;
}

.section.with-img .section-text {
  padding-right: 30px;
}

.section.with-img.img-left .section-text {
  order: 2;
  padding-right: 0;
  padding-left: 30px;
}

@media (max-width: 1000px) {
  .section-row {
    flex-direction: column;
  }
  .section-text {
    padding-right: 0;
  }
  .section-img {
    margin-bottom: 25px;
  }
  .section.with-img.img-left .section-text {
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .article-header-title {
font-size: 24px;
  }
}




/* SITE HEADER */

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
}

.header-nav ul li {
  display: inline-block;
}

.header-nav ul li a {
  line-height: 1.5;
  font-weight: 600;
  color: #212121;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s;
}

.header-nav ul li a:before {
  content: '';
  display: none;
  width: 100%;
  height: 1px;
  background-color: #00d14a;
  position: absolute;
  bottom: -2px;
}

.header-nav ul li a:hover::before {
  display: block;
}

@media (max-width: 1000px) {
  .header-container {
    width: 100%;
  }
}

@media (max-width: 850px) {
  .header-contact-info {
    display: none;
  }

  .header-container {
    width: 90%;
  }
}

@media (max-width: 600px) {
  .header-nav {
    display: none;
  }
}
