html,
body {
  overflow-x: hidden;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #000;
}

a {
  color: #650e80;
}

a:hover {
  color: #000;
}

.main-nav .logo img {
  max-height: 58px;
  width: auto;
}

.pre-header ul.info li a,
.pre-header ul.social-media li a,
.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active,
.main-banner .left-content h6,
.section-heading h6,
.section-heading h2 em,
.services .naccs .menu div .thumb .icon h4,
.portfolio-item:hover .down-content h4,
.blog-post .down-content span.category,
.blog-posts .right-content span.category,
footer p a {
  color: #650e80 !important;
}

footer.planbenlla-footer {
  background: #fff;
  padding: 72px 0 34px;
  border-top: 1px solid rgba(101, 14, 128, .12);
  border-bottom: 8px solid #650e80;
  color: #000;
  text-align: center;
  position: relative;
}

.planbenlla-footer__brand img {
  height: auto;
  display: block;
  margin: 0 auto;
}


.planbenlla-footer__divider {
  height: 1px;
  background: rgba(101, 14, 128, .12);
  margin: 34px 0 30px;
}

.planbenlla-footer__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 26px;
  margin-bottom: 30px;
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
}

.planbenlla-footer__contact a,
.planbenlla-footer__contact span {
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.planbenlla-footer__contact i {
  color: #650e80;
  font-size: 20px;
}

.planbenlla-footer__separator {
  width: 1px;
  height: 22px;
  background: rgba(101, 14, 128, .35);
  padding: 0;
  gap: 0;
}

.planbenlla-footer__copyright p {
  color: #000;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0;
}

.planbenlla-footer__copyright span {
  color: #650e80;
}

.border-first-button a {
  color: #650e80 !important;
  border-color: #650e80 !important;
}

.border-first-button a:hover,
.main-button a,
.main-button,
.modal .btn-primary {
  color: #fff !important;
  background-color: #650e80 !important;
  border-color: #650e80 !important;
}

.line-dec,
.header-area .main-nav .nav li.submenu ul li a:hover:before {
  background-color: #650e80 !important;
}

.services .naccs .menu {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 18px;
  flex-wrap: nowrap;
}

.services .naccs .menu div {
  width: 18%;
  min-width: 130px;
  display: flex;
  align-items: stretch;
}

.services .naccs .menu div .thumb {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
}

.services .icon img {
  flex: 0 0 auto;
}

.section-heading h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 44px;
  margin-bottom: 25px;
}

.section-heading h2 em {
  color: #650e80;
  font-style: normal;
}

.free-quote .section-heading h2 {
  color: #fff;
}

.portfolio-item:hover .down-content h2,
.portfolio-item .down-content h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.blog-post .down-content h2,
.blog-posts .right-content h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
}

.left-text h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.modal-title {
  color: #000;
}

.about .skill-item .progress {
  display: block;
  width: 150px;
  height: 150px;
  min-width: 150px;
  min-height: 150px;
  line-height: 150px;
  overflow: visible;
  background: none;
  border-radius: 50%;
  box-shadow: none;
}

.about .skill-item .progress .progress-bar {
  background: none;
}

.about .first-skill-item .progress .progress-bar,
.about .second-skill-item .progress .progress-bar,
.about .third-skill-item .progress .progress-bar {
  border-color: #650e80;
}

.about .skill-item .progress .progress-value {
  color: #000;
}

@media (max-width: 991px) {
  .main-nav .logo img {
    max-height: 46px;
  }

  .services .naccs .menu {
    gap: 10px;
  }

  .services .naccs .menu div {
    min-width: 110px;
  }

  .services .naccs .menu div .thumb {
    min-height: 130px;
    padding: 18px 8px;
  }
}

@media (max-width: 767px) {
  footer.planbenlla-footer {
    padding: 54px 0 30px;
  }

  .planbenlla-footer__social {
    gap: 12px;
  }

  .planbenlla-footer__social a {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .planbenlla-footer__contact {
    flex-direction: column;
    font-size: 15px;
    letter-spacing: 0;
  }

  .planbenlla-footer__separator {
    display: none;
  }

  .planbenlla-footer__copyright p {
    font-size: 16px;
  }

  .services .naccs .menu {
    gap: 8px;
  }

  .services .naccs .menu div {
    min-width: 0;
    flex: 1 1 0;
  }

  .services .naccs .menu div .thumb {
    min-height: 68px;
    padding: 8px 5px;
  }
}

@media (max-width: 575px) {
  .services .naccs .menu {
    gap: 4px;
  }

  .services .icon img {
    max-width: 44px;
    min-width: 44px;
  }

  .services .naccs .menu div .thumb {
    min-height: 58px;
  }
}
