/* arabic */
@font-face {
    font-family: "Noto Kufi Arabic";
    font-style: normal;
    font-weight: 100 900;
    src: url(../fonts/noto-kufi-arabic-100-900-arabic-CSRk4ydQnPyaDxEXLFF6LZVLKrodrOYFFlKp.woff2)
        format("woff2");
}
/* math */
@font-face {
    font-family: "Noto Kufi Arabic";
    font-style: normal;
    font-weight: 100 900;
    src: url(../fonts/noto-kufi-arabic-100-900-math-CSRk4ydQnPyaDxEXLFF6LZVLKrodrJ8FFlKp.woff2)
        format("woff2");
}
/* symbols */
@font-face {
    font-family: "Noto Kufi Arabic";
    font-style: normal;
    font-weight: 100 900;
    src: url(../fonts/noto-kufi-arabic-100-900-symbols-CSRk4ydQnPyaDxEXLFF6LZVLKrodrI0FFlKp.woff2)
        format("woff2");
}
/* latin-ext */
@font-face {
    font-family: "Noto Kufi Arabic";
    font-style: normal;
    font-weight: 100 900;
    src: url(../fonts/noto-kufi-arabic-100-900-latin-ext-CSRk4ydQnPyaDxEXLFF6LZVLKrodrO0FFlKp.woff2)
        format("woff2");
}
/* latin */
@font-face {
    font-family: "Noto Kufi Arabic";
    font-style: normal;
    font-weight: 100 900;
    src: url(../fonts/noto-kufi-arabic-100-900-latin-CSRk4ydQnPyaDxEXLFF6LZVLKrodrOMFFg.woff2)
        format("woff2");
}

/* arabic */
@font-face {
    font-family: "Noto Naskh Arabic UI";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notonaskharabicui/v37/9XU6lIJqkU_PWDHIY3lkVjo6pdPHBQyThjcnXyA.woff2)
        format("woff2");
}
/* arabic */
@font-face {
    font-family: "Noto Naskh Arabic UI";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notonaskharabicui/v37/9XU6lIJqkU_PWDHIY3lkVjo6pdPHBQyThjcnXyA.woff2)
        format("woff2");
}
/* arabic */
@font-face {
    font-family: "Noto Naskh Arabic UI";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notonaskharabicui/v37/9XU6lIJqkU_PWDHIY3lkVjo6pdPHBQyThjcnXyA.woff2)
        format("woff2");
}
/* arabic */
@font-face {
    font-family: "Noto Naskh Arabic UI";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notonaskharabicui/v37/9XU6lIJqkU_PWDHIY3lkVjo6pdPHBQyThjcnXyA.woff2)
        format("woff2");
}

:root {
    --ns-blue: #3845ab;
    --ns-text-blue: #3256ae;
    --ns-light-blue: #383e5e;
    --ns-dark-blue: #332c5a;
    --ns-black-blue: #1f1f39;
    --ns-color3: #82a4d0;
    --ns-color4: #e7f1ff;
    --ns-orange: #eea86c;
    --ns-dark-orange: #fd9704;
    --ns-green: #25d366;
    --ns-light-orange: #fef4ee;
    --ns-white: #fff;
    --ns-gray: #b1b8c7;
    --ns-light: #f3f6fd;
    --ns-primary-font-family: Noto Kufi Arabic, sans-serif;
    --ns-font-serif: Noto Naskh Arabic UI, serif;
    --ns-font-size-small: 0.875rem;
}

body {
    /*font-family: var(--ns-primary-font-family);
    font-size: 1rem;
    font-weight: 400;*/
    font: 400 16px/24px var(--ns-primary-font-family);
    line-height: 1.5;
    margin-top: 68px;
    scroll-behavior: smooth;
}

a {
    color: inherit;
    text-decoration: inherit;
}

a:hover {
    color: inherit;
}

blockquote,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}

img {
    border-style: none;
}

img {
    display: block;
    max-width: 100%;
    object-fit: cover;
}

.ns__fs {
    font-size: var(--ns-font-size-small);
}

.button {
    border: none;
    outline: none;
    text-decoration: none;
    background: none;
    height: 50px;
    line-height: 50px;
    width: 100px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 6px;
    display: block;
    text-align: center;
}

.button:hover {
    -webkit-filter: saturate(130%);
    filter: saturate(130%);
}

.button-blue {
    color: var(--ns-white);
    background: #0b3ba6;
    background: linear-gradient(31deg, #0b3ba6 3%, #2b2e69 69%, #2f2d62 90%);
}

.button-blue-border {
    text-decoration: none;
    padding: 6px 30px;
    border: 1px solid #3845ab;
    color: #3845ab;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 4px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.button-blue-border:hover {
    background-color: #3845ab;
    color: var(--ns-white);
}

.cursor-pointer {
    cursor: pointer;
}

.ns__responsive-image {
    background: #e0e0e0;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.ns__responsive-image:before {
    content: "";
    width: 100%;
    height: 0;
    display: block;
    /*padding-bottom: 66.66667%;*/
    padding-bottom: 56.25%;
}

.ns__image-wrap .ns__responsive-image:before {
    padding: 0;
}

.ns__responsive-image img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ns__responsive-image img {
    color: transparent;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ns__responsive-image img {
        height: auto;
    }
}

@supports (-ms-ime-align: auto) and
    (not ((position: -webkit-sticky) or (position: sticky))) {
    .ns__responsive-image img {
        height: auto;
    }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ns__responsive-image {
        overflow: hidden;
    }

    .ns__responsive-image img {
        position: absolute;
        top: -9999px;
        left: -9999px;
        bottom: -9999px;
        right: -9999px;
        margin: auto;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
    }
}

@supports (-ms-ime-align: auto) and
    (not ((position: -webkit-sticky) or (position: sticky))) {
    .ns__responsive-image {
        overflow: hidden;
    }

    .ns__responsive-image img {
        position: absolute;
        top: -9999px;
        left: -9999px;
        bottom: -9999px;
        right: -9999px;
        margin: auto;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
    }
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.navbar {
    background: #4b5a94;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        color-stop(14%, #4b5a94),
        color-stop(74%, #4063b4),
        to(#3f64b7)
    );
    background: linear-gradient(-90deg, #4b5a94 14%, #4063b4 74%, #3f64b7 100%);
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.navbar .navbar-brand {
    background-color: var(--ns-white);
    width: 300px;
    min-height: 68px;
    padding: 20px 0;
    margin: 0;
}

.navbar .navbar-brand img {
    width: 130px;
}

@media (max-width: 600px) {
    .navbar .navbar-brand {
        width: 120px;
    }
    .navbar .navbar-brand img {
        width: 130px;
    }
}

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../images/nav-toggler.svg");
}

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7);
}

.navbar-light .navbar-nav .nav-link {
    color: var(--ns-white);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    opacity: 0.7 !important;
    color: var(--ns-white);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fd9704;
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem;
        font-size: 15px;
    }
}

.hero {
    background-image: url("../images/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: calc(100vh - 68px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero .hero-title {
    color: #fd9704;
    font-weight: bold;
}

.hero .hero-desc {
    color: var(--ns-white);
    max-width: 600px;
    margin: 10px auto 50px;
}

.hero .hero-form {
    display: grid;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 25px;
}

.hero .hero-form .form-select {
    background-image: none;
}

.hero .hero-form .form-item {
    position: relative;
}

.hero .hero-form .form-item i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
}

.hero .hero-form input,
.hero .hero-form select,
.hero .hero-form button {
    width: 100%;
    border: none;
    outline: none;
    height: 50px;
    border-radius: 6px;
}

.hero .hero-form select {
    padding-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.hero .hero-form .invalid-feedback {
    position: absolute;
    bottom: -50px;
    background: var(--ns-white);
    padding: 10px;
    z-index: 1;
}

.hero .read-more {
    position: absolute;
    bottom: 20px;
    right: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

section {
    padding: 100px 0 0;
}

.section-top {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}

@media (max-width: 600px) {
    section {
        padding: 80px 0 0;
    }

    .section-top {
        padding-top: 0;
        padding-bottom: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

.section-title_v1,
.section-title_v2 {
    font-weight: bold;
    color: #3845ab;
    font-size: 23px;
    margin-bottom: 30px;
}

.section-title_v2 {
    position: relative;
    padding-right: 25px;
    height: 50px;
    line-height: 50px;
}

.section-title_v2::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: #3845ab;
    width: 10px;
    height: 100%;
}

.ns__header-title {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 5px 0 10px;
    color: var(--ns-white);
}

@media (min-width: 414px) {
    .ns__header-title {
        font-size: 20px;
    }
}

@media (min-width: 576px) {
    .ns__header-title {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    .ns__header-title {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .ns__header-title {
        font-size: 26px;
    }
}

@media (min-width: 1200px) {
    .ns__header-title {
        font-size: 28px;
    }
}

.ns__list-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px 0;
}

.ns__list-group-flush {
    border-radius: 0;
    padding: 0;
}

.ns__list-group-flush > .list-group-item {
    border-width: 0;
    width: 100%;
    padding: 0 calc(var(--bs-gutter-x) * 0.5);
    background-color: transparent;
}

.tag-link__main,
.location-link__main,
.developer-link__main,
.card-upgrade .ns__cta-buttons .social-item {
    position: relative;
    z-index: 1;
}

.block-link__main {
    color: inherit !important;
}

.block-link__main:before {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.clamp-2 a:after {
    content: "";
}

.ns__details h1,
.ns__details h2,
.ns__details h3,
.ns__details h4,
.ns__details h5,
.ns__details h6,
.ns__details p,
.ns__details div[class="markcode-social"] {
    line-height: 1.6;
}
.ns__details a {
    color: rgb(34, 34, 34);
    border-bottom: 1px solid rgb(13 110 253);
    text-decoration: none;
}
.ns__details a:hover {
    border-bottom: 2px solid rgb(13 110 253);
    color: rgb(13 110 253);
}
.ns__details h1 {
    font-weight: 600;
}
.ns__details h1:first-child {
    margin-top: 0;
}
.ns__details h2 {
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.ns__details h2x {
    padding: 1.5rem 0;
}
.ns__details h2:first-child {
    margin-top: 0;
}
.ns__details h3 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}
.ns__details h3:first-child {
    margin-top: 0;
}
.ns__details h4 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}
.ns__details h4:first-child {
    margin-top: 0;
}
.ns__details h5 {
    font-weight: 600;
}
.ns__details h5:first-child {
    margin-top: 0;
}
.ns__details p,
.ns__details div[class="markcode-social"] {
    margin-bottom: 1.5rem;
}
.ns__details p + :where(ol, ul) {
    margin-top: 0;
}
.ns__details :where(ol, ul) > li > :last-child {
    margin-bottom: 0;
}
.ns__details :where(ol, ul) > li > :first-child {
    margin-bottom: 0;
    margin-top: 0;
}
.ns__details img {
    margin: 0px;
    padding-bottom: 1.5rem;
    width: 100%;
}


.card-upgrade {
    transition: 0.4s ease-in-out;
}

.card-upgrade:hover {
    box-shadow: -1px 4px 7px 0px rgba(0, 0, 0, 0.2);
    translate: 0 -10px;
}

.card-upgrade .image-container .tags {
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.card-upgrade .image-container .tag {
    display: block;
    padding: 3px 6px;
    font-size: 12px;
    background-color: #3256ae;
    color: var(--ns-white);
    border-radius: 5px;
}

.card-upgrade .card-body {
    padding-right: 0;
    padding-left: 0;
}

.card-upgrade .card-title {
    font-weight: bold;
    font-size: 15px;
    padding: 0 10px;
    color: #212529;
}

.card-upgrade .developer-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px 5px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.card-upgrade .developer-info .dev-info-item {
    font-size: 10px;
    color: #bababa;
}

.card-upgrade .developer-info .dev-info-item:not(:last-child) {
    /* 
    border-left: 1px solid #e3e3e3;
    padding-left: 10px;
    */
}

.card-upgrade .location-info {
    border-top: 1px solid #e3e3e3;
    padding: 5px 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-upgrade .location-info-item {
    font-size: 12px;
    color: #bababa;
}

.card-upgrade .area-sizes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px 5px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.card-upgrade .area-sizes .property-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
}

.card-upgrade .area-sizes .property-details-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #bababa;
}

.card-upgrade .area-sizes .property-details-item img {
    width: 18px;
}

.card-upgrade .area-sizes .location {
    padding: 0;
}

.card-upgrade .location {
    color: #bababa;
    font-size: 12px;
    padding: 0 10px;
    margin: 5px 0;
    display: block;
}

.card-upgrade .contact-developer {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-upgrade .contact-developer .text {
    display: block;
    color: #000;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 0 10px;
    flex-grow: 1;
}

.card-upgrade .contact-developer .developer-image,
.card-upgrade .contact-developer .developer-image .ns__responsive-image {
    width: 28px;
    height: 28px;
}

.ns__icon,
.ns__icon .ns__responsive-image {
    width: 18px;
    height: 18px;
    background: transparent;
}

.ns__icon .ns__responsive-image:before {
    height: 100%;
    padding: 0;
}

.ns__icon .ns__responsive-image img {
    object-fit: fill;
}

@media (min-width: 768px) {
    .card-upgrade .contact-developer .developer-image,
    .card-upgrade .contact-developer .developer-image .ns__responsive-image {
        width: 32px;
        height: 32px;
    }
}

@media (min-width: 992px) {
    .card-upgrade .contact-developer .developer-image,
    .card-upgrade .contact-developer .developer-image .ns__responsive-image {
        width: 40px;
        height: 40px;
    }
}

.markcode-social .ns__cta-buttons {
    margin-top: 10px;
    margin-bottom: 10px;
}

.markcode-social .ns__cta-buttons,
.card-upgrade .ns__cta-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 5px;
    width: 100%;
    padding: 0 10px;
}

.markcode-social .ns__cta-buttons .social-item,
.card-upgrade .ns__cta-buttons .social-item {
    color: var(--ns-white);
    display: flex;
    align-items: center;
    gap: 5px;
    width: calc(100% / 4 - 5px);
    padding: 3px 6px;
    font-size: 10px;
    border: 0;
    border-radius: 5px;
    text-align: center;
    flex: 1;
}

.markcode-social .ns__cta-buttons .social-item {
    padding: 8px 10px;
    font-size: 12px;
}

.markcode-social .ns__cta-buttons .social-item.whatsapp-icon,
.card-upgrade .ns__cta-buttons .social-item.whatsapp-icon {
    background-color: #25d366;
}

.markcode-social .ns__cta-buttons .social-item.messenger-icon,
.card-upgrade .ns__cta-buttons .social-item.messenger-icon {
    background-color: #1d55be;
}

.markcode-social .ns__cta-buttons .social-item.phone-icon,
.card-upgrade .ns__cta-buttons .social-item.phone-icon {
    background-color: #05976a;
}

.markcode-social .ns__cta-buttons .social-item.brochure-icon,
.card-upgrade .ns__cta-buttons .social-item.brochure-icon {
    background-color: #e6e7eb;
    color: #000;
}

@media (max-width: 991px) {
    .card-upgrade .card-title {
        font-size: 13px;
    }

    .markcode-social .ns__cta-buttons .social-item,
    .card-upgrade .image-container .tag,
    .card-upgrade .developer-info .dev-info-item,
    .card-upgrade .area-sizes .property-details-item,
    .card-upgrade .location-info-item,
    .card-upgrade .location {
        font-size: 10px;
    }

    .card-upgrade .ns__cta-buttons .social-item {
        font-size: 9px;
    }

    .markcode-social .ns__cta-buttons .social-item {
        padding: 4px 6px;
    }
}

.contact-us .contact-us-content {
    background: -webkit-linear-gradient(left, #3845abd3, #3845abd3),
        url("../images/bg.webp");
    background: linear-gradient(to right, #3845abd3, #3845abd3),
        url("../images/bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
}

.contact-us .contact-us-content .other-contact {
    background-color: var(--ns-white);
    padding: 30px;
    padding-left: 50px;
    border-radius: 15px;
}

@media (max-width: 1199px) {
    .contact-us .contact-us-content .other-contact {
        left: initial;
        margin-bottom: 20px;
    }
}

.contact-us .contact-us-content .other-contact a {
    text-decoration: none;
    color: var(--ns-white);
    background: #fd9704;
    border-radius: 10px;
    padding: 30px 20px;
    font-size: 20px;
}

.contact-us .contact-us-content .other-contact a:nth-child(2) {
    background: #25d366;
}

.contact-us .contact-us-content .other-contact a i {
    font-size: 30px;
}

.contact-us .contact-us-content form {
    background-color: var(--ns-white);
    padding: 15px 30px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

.contact-us .contact-us-content form h4 {
    font-size: 20px;
    margin-bottom: 30px;
}

.contact-us .contact-us-content form input,
.contact-us .contact-us-content form textarea {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    background: var(--ns-white);
    border: 1px solid rgba(204, 204, 204, 0.548);
    padding: 10px;
    border-radius: 5px;
}

.ns__breadcrumbs {
    position: relative;
    margin-top: 85px;
    background-image: url("../images/breadcrumb.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 20px 0 80px;
}

@media (max-width: 600px) {
    .ns__breadcrumbs {
        margin-top: 75px;
    }
}

.ns__breadcrumbs .overlay {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: skewX(10px);
    transform: skewX(10px);
}

.ns__breadcrumbs .overlay img {
    width: 100%;
}

.ns__breadcrumbs h2 {
    font-weight: bold;
    color: var(--ns-white);
}

.ns__breadcrumbs .ns__contact-us a {
    width: 300px;
    padding: 10px;
    color: var(--ns-white);
    border-radius: 6px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.ns__breadcrumbs .ns__contact-us a:hover {
    -webkit-filter: saturate(140%);
    filter: saturate(140%);
}

.ns__breadcrumbs .ns__contact-us a i {
    font-size: 30px;
}

@media (max-width: 768px) {
    .ns__breadcrumbs {
        padding: 20px 0 60px;
    }
    .ns__breadcrumbs .ns__contact-us {
        position: fixed;
        right: -100%;
        bottom: 102px;
        background: var(--ns-white);
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        padding: 12px;
        border-radius: 7px;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }
    .ns__breadcrumbs .ns__contact-us a {
        width: 210px;
        font-size: 13px;
    }
}

.ns__breadcrumbs .ns__contact-us a:nth-child(1) {
    background-color: #fd9704;
}

.ns__breadcrumbs .ns__contact-us a:nth-child(2) {
    background-color: #25d366;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding: 0;
    float: initial;
    color: var(--ns-white);
}

.breadcrumb-item a {
    color: #fff !important;
}

.breadcrumb-item.active {
    color: #fd9704 !important;
}

.form-item {
    position: relative;
}

.form-item select {
    background-image: none;
    padding-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select.light {
    background-color: #f3f6fd;
}

.form-item input,
.form-item select {
    width: 100%;
    border: none;
    outline: none;
    height: 50px;
    border-radius: 6px;
}

.form-item i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
}

.form-item .invalid-feedback {
    position: absolute;
    bottom: -50px;
    background: var(--ns-white);
    padding: 10px;
    z-index: 1;
}

.page-item .page-link {
    color: #000;
}

.page-item.active .page-link {
    z-index: 3;
    color: var(--ns-white);
    background-color: var(--ns-dark-orange);
    border-color: var(--ns-dark-orange);
}

.page-item:first-child .page-link {
    border-radius: 0;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding-right: 20px;
    padding-left: 20px;
}

.page-item:last-child .page-link {
    border-radius: 0;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    padding-right: 20px;
    padding-left: 20px;
}

footer {
    background: -webkit-linear-gradient(left, #26328ae1, #26328ae1),
        url("../images/bg.webp");
    background: linear-gradient(to right, #26328ae1, #26328ae1),
        url("../images/bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0 0;
    color: var(--ns-white);
}

footer .footer-content-top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 70px;
}

footer .footer-content-top .logo img {
    width: 180px;
    min-height: 72px;
}

footer .footer-content-top .logo .desc {
    max-width: 300px;
    margin-top: 10px;
}

footer .footer-content-top .quick-links ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    line-height: 2.2;
    font-size: 18px;
    font-weight: 300;
}

footer .footer-content-top .quick-links ul a {
    color: var(--ns-white);
}

footer .footer-content-top .f-contact-us ul {
    text-align: right;
    line-height: 2.2;
    font-size: 18px;
    font-weight: 300;
}

footer .footer-content-top h5 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

footer .footer-content-top i {
    color: #fd9704;
}

footer .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    position: relative;
}

footer .footer-social::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 55%;
    background: var(--ns-white);
}

footer .footer-social a {
    background: var(--ns-white);
    color: #3845ab;
    font-size: 20px;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

footer .footer-social a:hover {
    background: #3845ab;
    color: var(--ns-white);
}

footer .footer-content-bottom {
    text-align: center;
    margin: 0;
    background: #3845ab;
    padding: 20px 10px;
    margin-top: 30px;
    font-size: 18px;
}

footer .footer-content-bottom a {
    color: #fd9704;
}


@media (max-width: 600px) {
  .pagination li.page-item:not(.active):not(:first-child):not(:last-child) {
    display: none;
  }
  .pagination li.page-item:first-child,
  .pagination li.page-item:last-child,
  .pagination li.page-item.active {
    display: inline-block;
  }
  .pagination li.page-item.disabled {
    display: inline-block;
  }
}