/* Reset & Global Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --primary-color: #c52038;
    --secondary-color: #6c757d;
    --accent-color: #f9d886;
    --success-color: #28a745;
    --danger-color: #dc3545;
    --warning-color: #ffc107;
    --info-color: #17a2b8;
    --light-color: #f8f9fa;
    --dark-color: #343a40;
    --body-color: #212529;
    --font-family: "Open Sans", sans-serif;
    --font-family-heading: "Open Sans", sans-serif;
    --font-suisse: 'Suisse Int\'l';

    --offset-value: 30;
    --btn-size: 60;
    --green: #4ECA78;
}

:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

body {
    font-family: var(--font-family);
    color: var(--body-color);
}

iframe {
    width: 100%;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a:hover,
a:focus {
    outline: none;
}

a:hover {
    color: var(--primary-color);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

input:focus {
    outline: none;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

div[data-lastpass-icon-root] {
    display: none;
}

.nl-btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.nl_gap_40 {
    margin-top: 40px;
}

.nl_gap_50 {
    margin-top: 50px;
}

.nl_gap_80 {
    margin-top: 80px;
}

.nl_gap_100 {
    margin-top: 80px;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.stripe_divider {
    height: 35px;
    background-repeat: repeat-x;
    background-size: contain;
}

.section_padding {
    padding: 100px 0;
}

.section_padding_top {
    padding-top: 100px;
}

.section_padding_bottom {
    padding-bottom: 100px;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nl-btn {
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    border-radius: 7px;
    letter-spacing: 1px;
    color: var(--body-color);
}

.nl-btn-outline {
    border: 2px solid;
    color: var(--body-color);
}

.nl-btn-outline:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.nl-btn.nl-btn-primary {
    background: var(--primary-color);
    color: #fff;
}

.nl-btn.nl-btn-primary:hover {
    background-color: var(--secondary-color);
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nl_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    border-bottom: 3px solid;
}

.nl_logo {
    max-width: 300px;
    margin-right: 50px;
}

.nl_primary_menu {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}

.nl_primary_menu ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 25px;
}

.nl_primary_menu ul li {
    position: relative;
}

.nl_primary_menu>ul>li {
    padding: 7px 0;
}

.nl_primary_menu ul li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    background: var(--accent-color);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
}

.nl_primary_menu ul li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.nl_primary_menu ul li:hover a,
.nl_primary_menu ul li:hover span,
.nl_primary_menu ul li:hover>ul li a:hover {
    color: var(--primary-color);
}

.nl_primary_menu ul li>ul li a::before {
    display: none;
}

.nl_primary_menu ul li:hover>ul li a {
    color: var(--body-color);

}

.nl_primary_menu ul li>ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid;
}

.nl_primary_menu ul li>ul li:last-child {
    border-bottom: 0px
}

.nl_primary_menu ul li>ul li a {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 85%;
}

.nl_primary_menu ul li:first-child a::before {
    content: '';
}

.nl_primary_menu ul li a {
    color: var(--body-color);
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
}

.nl_primary_menu ul li a::before {
    content: '\f004';
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    font-family: 'Font Awesome 6 Free';
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 900;
    color: inherit;
}

.nl_primary_menu ul li a:hover {
    color: var(--primary-color);
}

.mobile_menu_btn {
    display: none;
    font-size: 30px;
}

.nl_social_media {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    text-align: right;
}

.nl_social_media ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 15px;
}

.nl_social_media ul li a {
    color: var(--body-color);
}

.nl_social_media ul li a:hover {
    color: var(--primary-color);
}

/* Header Bottom
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nl_header_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 3px solid #ddd;
}

.nl_header_bottom a {
    color: var(--body-color);
    font-size: 80%;
}

.nl_header_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.nl_header_search a {
    text-transform: uppercase;
}

.nl_header_search input {
    width: 100%;
    max-width: 130px;
    padding: 1px 7px;
}

.nl_header_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.nl_header_buttons a {
    font-size: 90%;
}

.nl_header_meta {
    width: auto;
    text-align: right;
}

.nl_header_meta ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 15px;
    font-size: 80%;
}

.nl_secondary_menu {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.nl_secondary_menu ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 15px;
}

.nl_secondary_menu ul li a:hover,
.nl_header_bottom a.active {
    color: var(--primary-color);
}

/* Breadcrumb
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nl_breadcrumb {
    padding: 20px;
}

.breadcrumb {
    font-size: 80%;
    margin: 0;
}

.nl_breadcrumb a {
    color: var(--primary-color);
}

.nl_breadcrumb a:hover {
    color: var(--secondary-color);
}

/* Banner
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nl_banner_area {
    background: #fffffd;
    font-family: var(--font-family-heading);
    padding-top: 80px;
    padding-bottom: 90px;
}

.nl_single_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: 44%;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 0;
    gap: 50px;
}

.banner_content {
    width: 50%;
    font-size: 26px;
    font-family: var(--font-family-heading);
    font-weight: 400;
    padding-bottom: 30px;
}

.banner_content h1 {
    font-weight: 900;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.banner_image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}

.btn-group {
    gap: 15px;
    font-size: 24px;
    font-weight: 400;
}

.banner_content .btn-group {
    margin-top: 25px;
}

.banner_content .nl-btn {
    font-weight: 600;
    font-size: 16px;
}

/* Portfolio
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nl_portfolio_area {
    padding: 50px 0;
    text-align: center;
}

.section_title {
    text-align: center;
}

.section_title h1 {
    font-size: 55px;
    font-weight: 900;
}

.section_title h4 {
    font-size: 26px;
    font-weight: 400;
}

.nl_portfolios {
    padding: 50px 0;
}

.grid-sizer,
.grid-item {
    width: calc((95% - 20px) / 4);
    margin-bottom: 20px;
}

.grid-item--width2 {
    width: 400px;
}

.gutter-sizer {
    width: 20px;
}

.grid-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.grid-item.equal {
    width: calc((100% - 50px) / 4);
    margin-bottom: 15px;
}

.grid-item.equal img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.filter-button-group a {
    position: relative;
}

.filter-button-group a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: red;
    bottom: 0;
    left: 12px;
    transition: all 0.3s ease;
}

.filter-button-group a:hover::after {
    width: 55%;
}

.hover_box {
    position: absolute;
    color: #fff;
    font-size: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hover_box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.grid-item a:hover .hover_box {
    opacity: 1;
    visibility: visible;
}

.grid-item a:hover .hover_box::after {
    opacity: 0.4;
    visibility: visible;
}

/* Services
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nl_services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    padding: 50px 0;
}

.nl_single_service_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nl_service_image {
    padding: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fae5d6;
    margin-bottom: 20px;
}

.nl_service_content>a {
    color: var(--body-color);
}

.nl_service_content>a:hover {
    color: var(--primary-color);
}

.nl_service_content h3 {
    font-size: 20px;
    font-weight: 700;
}

/* Resources
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nl_resource {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.nl_single_resource_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nl_resource_image {
    padding: 150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}

.nl_resource_content h2 {
    font-size: 18px;
}

.nl_resource_content a {
    color: var(--primary-color);
}

.nl_resource_content a:hover {
    color: var(--secondary-color);
}

/* Newsletter
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nl_newsletter_area {
    padding: 50px 0;
    background-color: var(--accent-color);
    text-align: center;
}

.nl_newsletter_area h1 span {
    font-weight: 600;
}

.nl_newsletter_form {
    width: 85%;
    margin: auto;
    margin-top: 25px;
}

.nl_newsletter_form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.nl_newsletter_form form input {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nl_newsletter_form form input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.nl_newsletter_form form input[type="submit"] {
    -webkit-box-flex: 0.7;
    -ms-flex: 0.7;
    flex: 0.7;
    background-color: var(--red-color);
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nl_newsletter_form form input[type="submit"]:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nl_footer_area {
    padding: 4rem 0;
}

.nl_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.copyright {
    margin-bottom: 1.5rem;
}

.single_footer_widget {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
}

.single_footer_widget h3 {
    color: var(--red-color);
    font-size: 1rem;
    font-weight: 600;
}

.single_footer_widget ul li {
    padding: 5px 0;
}

.single_footer_widget ul li a {
    color: var(--body-color);
    text-transform: capitalize;
}

.single_footer_widget ul li a:hover {
    color: var(--red-color);
}

.nl_footer_bottom {
    text-align: center;
}

.nl_footer_bottom ul {
    display: inline-flex;
    gap: 1rem;
}

.copyright ul {
    display: inline-flex;
}

.nl_footer_bottom ul li a {
    font-size: 1.3rem;
}

.copyright ul li {
    list-style: disc inside;
    font-size: .9rem;
}

.copyright ul li a {
    font-size: .9rem;
    color: #000;
}

.copyright ul li a:hover {
    color: var(--red-color);
}

.copyright ul li:first-child {
    list-style: none;
}


.footer_header_area {
    padding-top: 2rem;
}

.footer_header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.footer_header ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-right: 3rem;
}

.footer_logo img {
    max-width: 300px;
}

.footer_header ul li a {
    color: #000;
    text-transform: uppercase;
}

.footer_header ul li a:hover {
    color: var(--red-color);
}

.footer_get_start a {
    background: var(--red-color);
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
}

.footer_get_start a:hover {
    background-color: #000;
}

/* Partner */
.single_partner {
    margin: 0px 10px;
}

.single_partner img {
    /* width: 100%; */
    height: 200px;
    object-fit: cover;
}

.slick-prev::before,
.slick-next::before {
    opacity: .9;
    color: var(--accent-color);
    font-size: 40px;
}

.slick-prev {
    left: -45px;
}

.slick-next {
    right: -45px;
}

.grid-item figure {
    margin: 0;
    position: relative;
}

.fancybox__slide.f-zoomable>a {
    display: none;
}

.fancybox__slide.has-caption .f-caption figcaption {
    display: block !important;
}

.f-caption .nl-btn-group {
    font-size: 13px;
}

.f-caption .nl-btn-group .nl-btn {
    padding: 12px 20px;
}

.f-caption .nl-btn-group .nl-btn.nl-btn-outline {
    background: transparent;
    color: var(--accent-color);
}

.f-caption .nl-btn-group .nl-btn.nl-btn-outline:hover {
    background: var(--body-color);
}

.button-group.filter-button-group button {
    font-size: 14px;
    padding: 5px 10px;
    background: transparent;
    color: #000;
    border: none;
    border-radius: 0;
}

.button-group.filter-button-group button.active {
    border-bottom: 1px solid;
    border-color: var(--primary-color);
}

.section_title.title_large h1 {
    font-size: 3.5rem;
}


.element_call_to_action {
    text-align: center;
    padding: 30px;
    background: #fffbf9;
    margin: 20px auto;
}


.nl_industry {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 50px;
}

.industry_thumb img {
    border-radius: 30px;
}

.industry_content {
    margin-top: 15px;
}

.industry_content h3 a {
    color: #000;
    font-size: 25px;
    font-weight: 700;
}

.nl_experience_area {
    padding: 100px 0;
}

.watch_video {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.watch_video i.fa {
    color: #fff;
    background: var(--primary-color);
    height: 80px;
    width: 80px;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.element_call_to_action .button-group a.active {
    border-color: var(--primary-color);
}

.category_name {
    font-size: 25px;
    font-weight: 100;
    margin: 20px 0 0 0;
}

.nl_browse_by_industry_area {
    padding-top: 80px;
}


.portfolio_summery h2 {
    margin-bottom: 30px;
}

.page-content-area p {
    margin-bottom: 10px;
}

.page-content-area img {
    object-fit: cover;
}

.grid-image-box img {
    height: 400px;
    width: 100%;
    margin-bottom: 30px;
}

.page-content-summery {
    text-align: center;
    margin: 50px 0;
}

.page-content-summery h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.related-portfolio-area {
    margin-top: 80px;
}

a[data-fancybox] {
    cursor: zoom-in;
}

body .maincontent_area>a.d-inline-block.new-added-component {
    display: none !important;
}

/*  */
.nl-portfolios {
    overflow: hidden;
    column-count: 4;
    column-gap: 1rem;
    width: 100%;
    display: block;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    column-count: 4;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    column-gap: 1rem;
    width: 100%;
    display: block;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 1rem;
}

.gallery-item img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.gallery-item .overlay a {
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
}


.related-portfolio-slider {
    margin: 80px 0 !important;
}

.related-portfolio-slider .grid-item {
    margin: 0px 15px;
}

.related-portfolio-slider .slick-prev::before,
.related-portfolio-slider .slick-next::before {
    color: var(--primary-color);
}

/*  */

.hero-slider-area {
    margin: auto;
    overflow: hidden;
}

.single-hero-item {
    height: max(700px, 70vh);
    /* fixed height for the slide */
    width: 100%;
    overflow: hidden;
    /* hide overflow in case of cropping */
}

.nl-page-content-area .single-hero-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
}




/* btt */
#scroll-top {
    display: inline-block;
    background-color: goldenrod;
    border-color: goldenrod;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#scroll-top:hover {
    cursor: pointer;
    background-color: black;
    border-color: black;
}

#scroll-top:active {
    background-color: black;
    border-color: black;
}

#scroll-top.show {
    opacity: 1;
    visibility: visible;
}


.sidebar_primary_menu,
.sidebar_secondary_menu {
    margin-bottom: 20px;
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 20px;
}

.offcanvas-body ul li a {
    color: var(--body-color);
    display: block;
    padding: 4px 0;
}

/* Home page */

.nl-home-page-banner-area {
    padding: 3rem 0;
}

.nl-banner-content-box {
    column-count: 2;
}

.nl-banner-content-text {
    font-size: 1.2rem;
}


.audit-form .form-group {
    display: flex;
    gap: 1rem;
}

.audit-form input {
    border: 1px solid;
    border-radius: 5px;
    padding: .6rem .8rem;
    width: 100%;
    font-size: 1rem;
}

.audit-form button {
    width: 100%;
    margin-top: 1rem;
    border-radius: 5px;
    padding: 8px 0;
    text-transform: uppercase;
    background: #eb4e1f;
    color: #fff;
    border: none;
}

.audit-form {
    width: 70%;
    margin-top: 2rem;
}

.nl-banner-content-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: auto;
    justify-content: center;
    grid-template-areas: "text image";
}

.nl-banner-content-image {
    grid-area: image;
    text-align: center;
}

.nl-banner-content-image img {
    max-width: 450px;
}

.nl-banner-content-text {
    font-size: 1.2rem;
    grid-area: text;
}

.button-group a {
    padding: .5rem .8rem;
}

.nl-banner-content-text .button-group {
    margin-top: 2rem;
    display: flex;
    gap: .7rem;
}

.nl-banner-content-text .button-group a {
    flex: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nl-banner-content-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: auto;
    justify-content: center;
    grid-template-areas: "text image";
    gap: 2rem;
}

.nl-banner-content-box p {
    margin-bottom: .6rem;
}

.nl-freebies-area {
    padding: 3rem 0;
    text-align: center;
    font-size: 1.2rem;
}


.nl-freebies {
    column-count: 3;
    column-gap: 1rem;
    margin: 3rem 0;
}

.nl-freebies a {
    display: block;
    margin-bottom: 1rem;
    width: 100%;
}

.nl-freebies img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.nl-home-cta-area {
    padding: 3rem 0;
    text-align: center;
    font-size: 1.2rem;
}

.nl-home-cta-area h1 {
    font-size: 2.5rem;
}


.nl-home-cta-area .button-group {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
}

h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
    line-height: 1;
}

p {
    font-size: 1.2rem;
}

.responsive_header_area {
    display: none;
}

.main-header {
    display: block;
}

.header_meta {
    position: relative;
}

#nav-bg {
    transform-origin: center center;
    transition: transform .3s;
    transform: translate(var(--translate-x), var(--translate-y)) scale(var(--scale));
    will-change: transform;
    pointer-events: none;
}

#nav-bg.active {
    padding: 0;
    overflow: hidden;
}

.hamburger {
    position: absolute;
    /* height: calc(var(--btn-size)*1px);
    padding: 0 15px;
    width: calc(var(--btn-size)*1px); */
    height: 30px;
    width: 30px;
    padding: 10px;
    /* bottom: calc((var(--offset-value))*1px);
    left: calc(var(--offset-value)*1px); */
    /*left: calc(50% - (var(--btn-size)/2*1px)); if you wish to center it */
    border-radius: 50%;
    background: linear-gradient(to top right, #4ECA78, #D0DB68);
    ;
    cursor: pointer;
    margin: 0;
    border: none;
    z-index: 100;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#toggle-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    /*box-shadow: 0 6px 12px rgba(0,0,0,.1);*/
    transition: transform .3s;
}

#toggle-btn span {
    position: relative;
    width: 100%;
}

#toggle-btn span {
    margin-top: -1px;
}

#toggle-btn span+span {
    margin-top: 7px;
}

#toggle-btn span:before,
#toggle-btn span:after {
    content: '';
    position: absolute;
    top: 0;
    background: currentColor;
    opacity: .8;
    height: 100%;
    width: 50%;
    height: 2px;
    transition: .25s cubic-bezier(.6, 0, .3, 1);
    transform-origin: center center;
}

#toggle-btn span:before {
    left: 0;
    border-radius: 3px 0 0 3px;
}

#toggle-btn span:after {
    right: 0;
    border-radius: 0 3px 3px 0;
}

#toggle-btn.shown span:nth-of-type(1)::before {
    transform: translate3d(1px, 7.5px, 0) rotate(45deg);
}

#toggle-btn.shown span:nth-of-type(1)::after {
    transform: translate3d(-1px, 7.5px, 0) rotate(-45deg);
}

#toggle-btn.shown span:nth-of-type(3)::before {
    transform: translate3d(1px, -3.5px, 0) rotate(-45deg);
}

#toggle-btn.shown span:nth-of-type(3)::after {
    transform: translate3d(-1px, -3.5px, 0) rotate(45deg);
}

#toggle-btn.shown span:nth-of-type(2):before,
#toggle-btn.shown span:nth-of-type(2):after {
    opacity: 0.0001;
}

#toggle-btn.shown span:nth-of-type(2):before {
    transform: translateX(-200%);
}

#toggle-btn.shown span:nth-of-type(2):after {
    transform: translateX(200%);
}

#toggle-btn.shown:before {
    transform: scale(.6);
    transition: .2s;
}

#toggle-btn:before {
    content: '';
    transition: .2s .2s;
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    border-radius: inherit;
    filter: blur(5px);
    z-index: -2;
}

#toggle-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #fafafa;
    z-index: -1;
}

.wrapper {
    font-weight: 600;
    height: 0;
    width: 0;
    position: fixed;
    /* background: linear-gradient(to top right, #4ECA78, #D0DB68); */
    left: 0;
    top: 0;
}

.wrapper.active {
    height: 100vh;
    width: 100%;
    position: relative;
}

/* ==========
NAVIGATION
========== */
.wrapper nav {
    width: 100%;
    height: 100%;
    /* background: transparent; */
    position: relative;
    /* top: 0; */
    /* left: 0; */
    /* overflow: hidden; */
    /* display: flex; */
    z-index: 200;
    pointer-events: none;
}

.wrapper nav ul {
    margin: auto;
    pointer-events: auto;
    text-align: center;
}

.wrapper nav li {
    font-size: 1.5rem;
    color: #212121;
    user-select: none;
    transform: translate(-20px, 20px) scale(.9);
    transition: 0s;
    opacity: 0.0001;
    visibility: hidden;
    will-change: transform;
}

.wrapper nav li+li {
    margin-top: .5rem;
}

.wrapper.active nav li {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: .35s cubic-bezier(.4, 2.08, .55, 1);
}

.wrapper.active nav li:nth-child(1) {
    transition-delay: .15s;
}

.wrapper.active nav li:nth-child(2) {
    transition-delay: .125s;
}

.wrapper.active nav li:nth-child(3) {
    transition-delay: .1s;
}

.wrapper.active nav li a {
    color: #000;
}

.wrapper.active nav li a:hover {
    color: var(--accent-color);
}

/* ============
LINK EFFECT
============ */
.link {
    position: relative;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.link:before,
.link:after {
    position: absolute;
    content: '';
    height: 3px;
    width: 50%;
    background: #4ECA78;
    top: calc(50% + 2px);
    transition: transform .3s cubic-bezier(.5, .5, 0, 1);
}

.link:before {
    left: 0;
    transform: translateX(calc(-100% - 10px)) scaleX(0);
    transform-origin: left;
}

.link:after {
    right: 0;
    transform: translateX(calc(100% + 10px)) scaleX(0);
    transform-origin: right;
}

.link:hover:before {
    transform: translateX(calc(-100% - 10px)) scaleX(1);
    transform-origin: right;
}

.link:hover:after {
    transform: translateX(calc(100% + 10px)) scaleX(1);
    transform-origin: left;
}



.responsive_header_area {
    position: relative;
}

.header_meta_buttons {
    text-align: right;
}

.header_meta_buttons a {
    text-transform: uppercase;
    font-size: .8rem;
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 5px;
    display: inline-block;
}

.login_btn {
    color: #000;
}

.getstart_btn {
    background: var(--red-color);
    color: #fff;
}

.mini_menu ul {
    display: flex;
}

.mini_menu ul li {
    list-style: disc;
    font-size: 0.8rem;
    display: inline-block;
    padding-left: 3px;
    position: relative;
}

.mini_menu ul li:first-child:before {
    display: none;
}

.mini_menu ul li:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    height: 5px;
    width: 5px;
    background: #000;
    border-radius: 50%;
    transform: translateY(-50%);
}

.mini_menu ul li:first-child {
    list-style: none;
}

.mini_menu {
    margin-top: .5rem;
}

.mini_menu ul li a {
    text-transform: uppercase;
    color: #000;
    font-family: 'Suisse Int\'l';
    padding: 0px 4px;
}

.mini_menu ul {
    overflow-x: auto;
    scroll-behavior: smooth;
    justify-content: center;
}

.mini_menu ul::-webkit-scrollbar {
    display: none;
    /* hide scrollbar for cleaner UI */
}

.header_icons {
    display: flex;
    gap: 0.6rem;
}

@supports not (gap: 1rem) {
    .header_icons>*+* {
        margin-left: 0.4rem;
    }
}


.header_icons a {
    color: #000;
}

#menu_btn {
    position: relative;
    width: 25px;
    height: 20px;
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 10000;
    margin-right: 0;
    margin-left: 1rem;
}

/* Hamburger lines */
#menu_btn span {
    height: 2px;
    background: black;
    width: 100%;
    display: block;
    border-radius: 2px;
    transition:
        transform 0.45s cubic-bezier(0.68, -0.55, 0.27, 1.55),
        opacity 0.3s ease,
        width 0.3s ease,
        background 0.3s ease;
    transform-origin: center;
}

/* Remove default margin stacking */
#menu_btn span+span {
    margin-top: 0;
}

/* Active (morph to X) */
#menu_btn.active span:nth-child(1) {
    transform: translateY(2px) rotate(45deg) scale(.6)
}

#menu_btn.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

#menu_btn.active span:nth-child(3) {
    transform: translateY(-2px) rotate(-45deg) scale(.6);
}

/* Fixed position when active */
#menu_btn.active {
    position: fixed;
    top: 1.2rem;
    right: 1.2rem;
    transform: rotate(90deg);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    background: #fff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Optional hover feedback */
#menu_btn:hover span {
    background: #333;
}

/* Mobile nav transition */
.mobile_nav_area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 10px 10px;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    overflow: hidden;
    z-index: 9999;
    overflow-y: auto;
}

.mobile_nav_area.active {
    padding: 0.5rem 1rem 1rem;
    height: 100vh;
    opacity: 1;
    visibility: visible;

}

.mobile_nav_area {
    display: flex;
    flex-direction: column;
}


.nav_content ul li {
    line-height: 1.3;
}


.sidebar_secondary_menu {
    border-bottom: none;
}

.sidebar_header_buttons {
    margin-bottom: 1rem;
}

.nav_content ul li a {
    font-size: 1rem;
    color: #fff;
    padding: .2rem 0;
    display: block;
}


.nav_content .nl-btn {
    font-size: .7rem;
    padding: 5px 21px;
}

.nav_content .header_logo {
    width: 60%;
}

.responsive_header_area {
    position: relative;
    width: 100%;
    background: transparent;
    transition: all .4s ease-in-out;
    z-index: 999;
    transform: translateY(0) translateX(0) scale(1);
}


.sidebar_primary_menu {
    margin-top: 1.5rem;
}

.sidebar_primary_menu ul li {
    position: relative;
    padding-left: 2.5rem;
}

.sidebar_primary_menu ul li::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: 0;
    top: 7px;
    background: url('../img/heart-icon.png');
    background-size: 30px;
    background-repeat: no-repeat;
}

.sidebar_primary_menu ul li a {
    font-size: 1.4rem;
}

.sidebar_secondary_menu ul li {
    position: relative;
    padding-left: 1.5rem;
}

.sidebar_secondary_menu ul li::before {
    position: absolute;
    content: "";
    width: 1rem;
    height: 100%;
    left: 0;
    top: 2px;
    background-color: var(--red-color);
    -webkit-mask: url('../img/heart-solid.svg') no-repeat center;
    mask: url('../img/heart-solid.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.sidebar_header_buttons a {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid;
    text-transform: uppercase;
}

.sidebar_header_buttons .login_btn {
    color: #fff;
}

.sidebar_header_buttons .getstart_btn {
    color: var(--red-color);
    color: #fff;
    border-color: var(--red-color);
}

/* When header becomes sticky */
.responsive_header_area.sticky {
    position: fixed;
    top: 0;
    left: 50%;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transform: translateY(0) translateX(-50%) scale(0.8);
    opacity: 1;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.responsive_header_area.active {
    margin: 0;
    top: 0;
    left: 0;
    position: fixed;
}

.gjs-cell {
    vertical-align: middle;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: grey !important;
    border: 1px solid grey !important;
}

.slick-dots {
    bottom: -50px !important;
}