@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=El+Messiri:wght@400..700&family=Manrope:wght@200..800&display=swap');

body{
    font-family: Manrope , sans-serif;
    font-size:14px;
    box-sizing: border-box;
    color: #FFFFFF;
    padding:20px;
}

a{
    text-decoration:none;
}


a{
    text-decoration:none;
}
header.np-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 45px;
    left: 50px;
    right: 50px;
    z-index: 9;
}

header.np-header a.np-logo>img {
    width: 207px;
    height: auto;
    object-fit: contain;
    object-position: center;
}

header.np-header nav.np-nav {
    display: flex;
    align-items: center;
    gap: 50px;
}

header.np-header nav.np-nav ul>li>a {
    font-size: 15px;
    color: #FFF;
    font-weight: 500;
}

header.np-header nav.np-nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 38px;
    list-style: none;
}

.np-header {
    transition: background 0.3s, box-shadow 0.3s;
}

.np-header.floated {
    background: #1C135E;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    top: 20px;
    left: 20px;
    right: 20px;
    border-radius: 18px;
    padding-inline: 50px;
    padding-block: 25px;
}

.np-header.is-scrolling {
    background: #1C135E;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    top: 20px;
    left: 20px;
    right: 20px;
    border-radius: 18px;
    padding-inline: 50px;
    padding-block: 25px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1310px;
    }
}

.np-btn {
    background: #46BEEE;
    border-radius: 33px;
    color: #1C135E;
    padding: 5px 20px;
    font-weight: 500;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 20px;
    transition: .3s all ease-in;
    gap: 5px;
}

.np-btn.np-btn-outline {
    text-decoration: none;
    outline: 1px solid #1C135E;
    background-color : #FFF;
}

.np-btn:hover{
    text-decoration: none;
    outline: 1px solid #1C135E;
    background-color : #FFF;
}

.np-btn.btn-md {
    height: 42px;
    padding-inline: 40px;
}



section.np-home-banner {
    height: 100vh;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.np-home-banner .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.np-home-banner-content>h2 {
    font-size: 68px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}

.np-home-banner-content {
    max-width: 65%;
}

.np-home-banner-content p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 45px;
}

.np-home-banner-content .np-btn {
    padding: 5px 20px;
    min-height: 42px;
}

section.np-block-quote {
    height: 100vh;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

section.np-block-quote .np-quote-block-content > h2 {
    font-size: 68px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px;
}

section.np-block-quote .np-quote-block-content > .np-btn {
    padding: 5px 43px;
    min-height: 42px;
}

footer.np-footer {
    padding-block: 80px;
    background: #1C135E;
    margin-top: 20px;
    border-radius: 18px;
}

.np-footer-address>p {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}

.np-footer-links>a {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    color: #FFF;
}

.np-footer-social {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.np-footer-social>a>img {
    width: 34px;
    height: 34px;
}


.np-home-services-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.np-up-title {
    color: #46BEEE;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.np-title {
    color: #1C135E;
    font-size: 52px;
}

.np-home-services-head-title {
    max-width: 912px;
    flex:1;
}

section.np-home-services {
    padding-block: 90px;
}

.np-home-servic-cart {
    border: 1px solid #ECF0F3;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    overflow: hidden;
    padding: 15px;
}

.np-home-services-slider-item:hover .np-home-servic-cart>img{
    transform: scale(1.05);
}

.np-home-servic-cart>img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
    object-position: center;
    border-radius: 8px;
    transition: .3s all ease-in-out;
}

.np-home-servic-cart>h3 {
    font-size: 18px;
    color: #1C135E;
    font-weight: 600;
    padding-block: 30px;
    margin: 0;
}

a.services-slider-arrow {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    justify-content: center;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.05);
    z-index: 3;
}

.np-home-services-slider-wrapper {
    position: relative;
}

a.services-slider-arrow>img {
    width: 32px;
    height: 32px;
}

a.np-home-services-slider-item {
    display: block;
}

.np-home-services-slider-wrapper .slick-slide {
      margin: 0 9px;
  }

  /* the parent */
  .np-home-services-slider-wrapper .slick-list {
      margin: 0 -9px;
  }


.np-block-description {
    background: rgba(91, 51, 146, 0.05);
    padding-block: 87px;
    border-radius: 18px;
}

.np-block-description .np-block-description-img {
    padding-right: 50px;
}

.np-block-description .np-block-description-img>img {
    width: 100%;
    height: 495px;
    object-fit: contain;
    object-position: center;
}

.np-description {
    color: rgba(28, 19, 94, 0.65);
    font-size: 18px;
    line-height: 30px;
    padding-block: 20px;
    display: grid;
    gap: 20px;
}

.np-description>p {
    margin: 0;
}

.np-description>h1 {
    color: #1C135E;
    margin-bottom: 0;
    font-size: 40px;
}

.np-description>h2 {
    color: #1C135E;
    margin-bottom: 0;
    font-size: 36px;
}

.np-description>h3 {
    color: #1C135E;
    margin-bottom: 0;
    font-size: 32px;
}

.np-description>h4 {
    color: #1C135E;
    margin-bottom: 0;
    font-size: 28px;
}

.np-description>h5 {
    color: #1C135E;
    margin-bottom: 0;
    font-size: 22px;
}




section.np-home-why-choose-us {
    padding-block: 85px;
}

.np-home-why-choose-us {
    margin-bottom: 20px;
}

.np-list-carts {
    display: grid;
    gap: 18px;
}

.np-list-cart {
    display: flex;
    align-items: center;
    padding: 24px;
    border: 1px solid rgba(98, 57, 253, 0.11);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    gap: 24px;
    background: #FFF;
}

.np-list-cart-icon {
    border-radius: 12px;
    background: rgba(98, 57, 253, 0.11);
    height: 82px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.np-list-cart-icon>img {
    width: 48px;
    aspect-ratio: 1;
}

.np-list-cart-content>h3 {
    font-size: 24px;
    color: #1C135E;
    font-weight: 600;
    margin: 0;
    line-height: 32px;
}

.np-list-cart-content>p {
    color: rgba(28, 19, 94, 0.65);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.np-home-why-choose-img>img {
    width: 100%;
    height: 516px;
    object-fit: cover;
    object-position: center;
}

.np-home-why-choose-us-title {
    max-width: 908px;
}

section.np-home-blog {
    background: rgba(62, 51, 146, 0.05);
    border-radius: 18px;
    padding-block: 70px;
    margin-bottom: 24px;
}

.np-home-blog-title {
    text-align: center;
    max-width: 767px;
    margin: 0 auto;
    margin-bottom: 73px;
}

.np-post .np-post-img {
    overflow: hidden;
    border-radius: 18px;
    width: 100%;
    aspect-ratio: 403/247;
    margin-bottom: 15px;
}

.np-post .np-post-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.np-post-content>h4 {
    color: #1C135E;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.np-post-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.np-post-actions>p {
    color: rgba(28, 19, 94, 0.65);
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.np-post-actions>a {
    color: #6239FD;
    font-size: 18px;
    font-weight: 500;
    display: block;
}

.np-page-head {
    height: 385px;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.np-page-head>p {
    color: #FFFFFF;
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}

.np-page-head>h2 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 52px;
    margin: 0;
}

.np-vision-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-block: 100px;
    border-radius: 18px;
    margin-bottom: 20px;
}

.np-vision-wrapper .row{
    justify-content: space-between;
    margin-right: -55px;
    margin-left: -55px;
}

.np-vision-wrapper .row [class^="col-"]{
    padding-right: 55px;
    padding-left: 55px;
}

.np-vision>h2 {
    font-size: 42px;
    padding-bottom: 12px;
    border-bottom: 1px solid #FFF;
    margin-bottom: 25px;
    font-weight: 600;
}

.np-vision>p {
    font-size: 18px;
    line-height: 32px;
}

.np-page.np-about-page .np-block-description .np-list-carts {
    margin-top: 30px;
}

.np-page.np-about-page .np-block-description .np-block-description-img {
    padding-right: 0;
}

.np-page.np-about-page .np-block-description.block-1 {
    background-color: transparent;
}
.np-page.np-about-page .np-block-description.block-1 .np-block-description-img>img {
    width: 100%;
    aspect-ratio: 545 / 409;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 0;
    height: auto;
    border-radius: 18px;
}


.np-block-service {
    padding-block: 60px;
}

.np-block-service .np-block-description-img {
    overflow: hidden;
    border-radius: 18px;
    height: 596px;
}

.np-block-service .np-block-description-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

a.np-btn-link {
    font-size: 18px;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    font-weight: 500;
    color: #46BEEE;
}

.np-block-service .row {
    align-items: center;
}

.np-block-service:nth-child(even) .row {
    flex-direction: row-reverse;
}

.np-service-banner {
    height: 585px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 18px;
    position: relative;
    padding: 20px;
}

.np-service-banner .np-block-description-content {
    text-align: center;
}

.np-service-banner .np-block-description-content a.np-btn.btn-md {
    background: #fff;
    margin-top: 50px;
}

a.np-quote-circle {
    position: absolute;
    right: 100px;
    width: 111;
    aspect-ratio: 1;
    background: #46BEEE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 4px solid #FFFFFF;
    color: #1C135E;
    font-size: 14px;
    font-weight: 600;
    bottom: -55px;
    text-decoration: none;
}

section.np-service-banner .np-description {
    color: #FFF;
    text-align: center;
}

section.np-service-banner  .np-title {
    color: #FFF;
    font-size: 42px;
     text-align: center;
}


.np-service-banner .container {
    height: 100%;
}

.np-service-banner .container .row {
    align-items: center;
    height: 100%;
}

main.np-page.np-service-page .np-block-description .np-block-description-content h2.np-title {
    font-size: 42px;
}

main.np-page.np-service-page .np-block-description .row {
    align-items: center;
}

section.np-service-infos-wrapper {
    background: rgba(62, 51, 146, 0.05);
    border-radius: 18px;
    margin-bottom: 20px;
    padding-block: 100px;
}

.np-service-info>h2 {
    color: #1C135E;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 15px;
}

.np-service-info>p {
    font-size: 18px;
    color: rgba(28, 19, 94, 0.65);
    font-weight: 500;
    margin: 0;
}

section.np-service-infos-wrapper .row{
    justify-content: space-between;
    margin-right: -55px;
    margin-left: -55px;
}

section.np-service-infos-wrapper .row [class^="col-"]{
    padding-right: 55px;
    padding-left: 55px;
}

.np-page.np-about-page .np-block-description.block-2 {
    background-color: transparent;
    padding-top: 0;
}

.np-page.np-about-page .np-block-description.block-2 .row{
    align-items: center;
}

.np-page.np-about-page .np-block-description.block-2 .np-block-description-img>img {
    width: 100%;
    aspect-ratio: 592 / 280;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 0;
    height: auto;
    border-radius: 140px;
}


.pm-services-categories {
    border-bottom: 1px solid rgba(122, 132, 195, 0.45);
    padding-block: 34px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.pm-services-categories>a {
    border: 1px solid rgba(122, 132, 195, 0.45);
    border-radius: 33px;
    padding-inline: 24px;
    padding-block: 5px;
    text-align: center;
    min-height: 46px;
    color: #7A84C3;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    display: flex;
    text-decoration: none;
    justify-content: center;
}

.pm-services-categories>a.active {
    background: #3E3392;
    color: #FFFFFF;
    font-weight: 500;
}

section.np-blogs {
    padding-block: 84px;
}

section.np-blogs .row {
    row-gap: 40px;
}

section.np-contact-wrapper {
    padding-block: 80px;
}

.np-contact-title .np-title {
    font-size: 38px;
}

section.np-contact-wrapper .container {
    padding-inline: 108px;
}


.np-contact-details {
    padding-right: 72px;
}

.np-contact-details .np-description {
    font-size: 22px;
    line-height: 38px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 35px;
}

.np-contact-infos>h5 {
    color: #1C135E;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.np-contact-infos>p,.np-contact-infos>a {
    color: rgba(28, 19, 94, 0.65);
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    display: flex;
}

.np-contact-form {
    padding: 44px;
    border-radius: 18px;
    background: #3E3392;
    width: 100%;
}

.np-input input,.np-input textarea {
    width: 100%;
    background: #FFFFFF;
    height: 62px;
    border-radius: 12px;
    padding: 10px;
    font-size: 14px;
    color: #3E3392;
    border: none;
}

.np-input {
    margin-bottom: 32px;
}

.np-input textarea {
    height: 114px;
}

.np-checkbox label {
    display: flex;
    margin: 0;
    gap: 20px;
}

.np-checkbox label input {
    border-radius: 8px;
    background: #FBF8F6;
    height: 28px;
    width: 28px;
}

.np-checkbox label p {
    flex: 1;
    margin: 0;
}

.np-checkbox {
    margin-bottom: 30px;
}

.np-checkbox label p {
    font-size: 14px;
}

.np-submit input {
    background: #46BEEE;
    border-radius: 12px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    border: none;
    width: 100%;
}

section.np-contact-bg {
    width: 100%;
    height: 100vh;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.np-quote-steper-wrapper {
    min-height: calc(100vh - 40px);
    background-color:rgba(245, 245, 250, 1);
    border-radius: 18px;
    position: relative;
}

.np-quote-content {
    height: 100%;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-inline: 50px;
    padding-block: 30px;
}

/* section.np-quote-steper-wrapper>.row {
    height: 100%;
} */

.np-quote-content .np-logo img {
    width: 207px;
    object-fit: contain;
}

.np-quote-content .np-logo {
    margin-bottom: 79px;
    display: flex;
}

.np-quote-content .np-quote-text {
    padding-left: 40px;
}

.np-quote-content .np-quote-text>h2 {
    font-size: 68px;
    padding-bottom: 50px;
    text-transform: uppercase;
    border-bottom: 1px solid #FFF;
    margin-bottom: 50px;
}

.np-quote-content  .np-contact-infos {
    margin-bottom: 34px;
}

.np-quote-content  .np-contact-infos>h5 {
    color: #FFF;
}

.np-quote-content  .np-contact-infos>p,.np-quote-content  .np-contact-infos>a {
    color: rgba(255, 255, 255, 0.65);
}

.np-close-quote {
    position: absolute;
    right: 0;
    top: 0;
    width: 62px;
    height: 62px;
    border-radius: 16px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 0;
        z-index: 9;
}

.np-steper-box {padding: 50px;}

.np-progress {
    background: #DAECF8;
    height: 4px;
    width: 100%;
    border-radius: 12px;
    position: relative;
}

.np-progress-inner {
    background: #46BEEE;
    height: 100%;
    width: 25%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 12px;
}

.np-progress-inner::after {
    content: "";
    height: 8px;
    width: 8px;
    background: #46BEEE;
    border-radius: 50%;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.np-progress-inner::before {
    content: "";
    height: 8px;
    width: 8px;
    background: #46BEEE;
    border-radius: 50%;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

h2.np-step-title {
    font-size: 24px;
    color: #1C135E;
    font-weight: 600;
    margin-bottom: 30px;
}

.np-step-box {
    padding-block: 30px;
}

.np-controll>label {
    color: #1C135E;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.np-controll>input,.np-controll>select,.np-controll>textarea {
    height: 60px;
    border-radius: 8px;
    width: 100%;
    border: 1px solid rgba(28, 19, 94, 0.45);
    text-indent: 15px;
    color: #1C135E;
    font-weight: 400;
    font-size: 14px;
}

.np-controll>textarea{
    height:152px;
}

.np-controll {
    margin-bottom: 15px;
}

.np-controll .required {
  color: #e74c3c;
  margin-left: 3px;
}

/* Error States */
.np-controll input.error,
.np-controll select.error,
.np-controll textarea.error {
  border-color: #e74c3c;
  background-color: #fff5f5;
}

.error-message {
  display: block;
  /* display: none; */
  color: #e74c3c;
  font-size: 13px;
  margin-top: 5px;
  font-weight: 500;
  min-height: 18px;
}
 div#file-list {
    color: #6239fd;
}
.np-step-actions {
    display: flex;
    justify-content: space-between;
}

.np-checkboxes>label {
    color: #1C135E;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    margin: 0;
}


.np-steper-box .np-checkboxes .np-checkbox>label p {
    color: #1C135E;
}

.np-steper-box .np-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

h2.np-step-title>span {
    font-weight: 400;
    text-decoration: underline;
}

.np-upload-controll>p {
    color: rgba(28, 19, 94, 0.65);
    font-size: 12px;
    font-weight: 500;
}

.np-upload-controll>label {
    border: 1px dashed #6239FD;
    border-radius: 8px;
    width: 100%;
    height: 180px;
    background: rgba(98, 57, 253, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.np-upload-controll>label>input {
    display: none;
}

.np-upload-content {
    text-align: center;
}

.np-upload-content>p {
    color: #6239FD;
    font-size: 12px;
    font-weight: 600;
}

.np-upload-content>p>span {
    display: block;
    font-weight: 400;
}

.np-upload-content>img {
    width: 28px;
    height: 28px;
    margin-bottom: 15px;
}

.np-submit-quote-btn {
border: none;
    background: #46BEEE;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 33px;
    color: #1C135E;
    font-weight: 500;
    font-size: 14px;
    padding: 0 20px;
}

section.np-blog-wrapper {
    padding-top: 170px;
    padding-bottom: 100px;
}

.np-blog-wrapper .np-blog-container {
    max-width: 1108px;
    margin: 0 auto;
    padding-inline: 15px;
}

.np-blog-wrapper .np-blog-container .np-title {
    max-width: 663px;
    margin: 0 auto;
    text-align: center;
    font-size: 38px;
    margin-bottom: 15px;
}

.np-blog-wrapper .np-blog-container .np-blog-date {
    color: #6239FD;
    text-align: center;
    margin-bottom: 43px;
    font-weight: 500;
}

.np-blog-wrapper .np-blog-container .np-bolg-img>img {
    width: 100%;
    height: 544px;
    border-radius: 18px;
    object-fit: cover;
    object-position: center;
}

.np-quote-wrapper  {
   margin-top: 52px;
}

.np-quote-wrapper form {
    max-width:900px;
    margin: 0 auto;
}

.np-quote-wrapper button.np-btn {
    width: 100%;
    display: flex;
    border: none;
    height: 60px;
}

/* ── Desktop nav dropdown ───────────────────────────────────── */
.np-nav .menu-item-has-children {
    position: relative;
}

.np-nav .menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    margin-left: 7px;
    vertical-align: middle;
    margin-top: -4px;
    transition: transform 0.2s ease;
}

.np-nav .menu-item-has-children.is-open > a::after {
    transform: rotate(-135deg);
    margin-top: 2px;
}

.np-nav .menu-item-has-children > .sub-menu {
    display: none;
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%);
    background: #1C135E;
    border-radius: 12px;
    padding: 8px 0;
    min-width: 310px;
    list-style: none;
    margin: 0;
    z-index: 100;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.np-nav .menu-item-has-children.is-open > .sub-menu {
    display: block;
}

.np-nav .sub-menu > li > a {
    display: block;
    padding: 10px 22px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    transition: background 0.2s;
}

.np-nav .sub-menu > li > a:hover {
    background: rgba(255, 255, 255, 0.1);
}