@font-face {
    font-family: 'Gilroy Regular';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy Medium';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy Light';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body{
    background-color: #fdf6db;
}
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover, a:focus, a:active, a:hover, .nav-tabs a.nav-link, .nav-tabs a.nav-link.active, .nav-tabs a.nav-link:hover, .nav-tabs a.nav-link:focus, label:focus, .btn:active, .btn.active, .btn:focus, .btn.focus, select.form-select {
    outline: 0px !important;
    outline:0px !important;
    border-color: inherit;
    box-shadow: none !important;
    -webkit-box-shadow: none;
    -webkit-appearance:none;
}
a, .btn, button, input, select, textarea, li, img, .transition-3, h1, h2, h3, h4, h5, h6 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a{
    text-decoration: none;
}
h1, h2{
    font-family: 'Gilroy Medium', serif;
    font-weight: 700;
}
p{
    font-family: 'Gilroy Light';
    font-size: 18px;
    font-weight: 400;
    color: #424242;
    line-height: 30px;
    margin: 0;
}
*{
    font-family: 'Gilroy Light';
}

.navbar{
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: rgba(253 246 219 / 91%) !important;
}
.navbar-brand{
    z-index: 999;
}
.navbar-brand img{
    height: 64px;
}
.foot-nav-container{
    padding-left: 74px;
    padding-right: 74px;
}
header .foot-nav-container{
    padding-left: 48px;
    padding-right: 48px;
}
.navbar-expand-md .navbar-nav .nav-link{
    padding: 0.5rem 1rem;
}
.navbar-dark .navbar-nav .nav-link{
    font-family: 'Gilroy Medium', serif;
    color: #000;
    z-index: 4;
}
.navbar-expand-md .navbar-nav .nav-item{
    margin-left: 20px;
}
.navbar-expand-md .navbar-nav .nav-item:last-child{
    margin-left: 28px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color: #000;
    opacity: .8;
}
.navbar-toggler{
    width: 20px;
    height: 20px;
    padding: 5px;
    transition: .5s ease-in-out;
    position: relative;
}
.toggler-icon{
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    max-width: 24px;
    justify-content: center;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .55) !important;
}
.navbar-dark .navbar-toggler{
    color: transparent;
    border: none;
}
.middle-bar{
    margin-top: 0px;
}
.navbar-toggler .top-bar{
    margin-top: 0px;
    background-color: #eb2a21 !important;
    transform: rotate(135deg);
    z-index: 4;
}
.navbar-toggler .middle-bar{
    opacity: 0;
}
.navbar-toggler .bottom-bar{
    margin-top: 0px;
    background-color: #eb2a21 !important;
    transform: rotate(-135deg);
    z-index: 4;
}
/*dropdown*/
.dropdown-toggle::after{
    display: none;
}
.chevron-svg{
    margin-left: 6px;
    fill: #fff;
    width: 6px;
    height: 10px;
    transform: rotate(90deg);
    transition: all .2s ease;
}
.nav-link.dropdown-toggle.show .chevron-svg{
    fill: #d1d1d1;
    transform: rotate(270deg);
    transition-duration: .2s,.2s;
    transition-property: width,transform,-webkit-transform;
    transition-timing-function: ease-out,ease-out;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover .chevron-svg{
    fill: #000;
    opacity: .8;
}
.dropdown-menu{
    padding: 0;
    border: 0;
    box-shadow: 0px 14px 50px -10px rgb(108 129 171 / 20%)
}
.dropdown-menu-item{
    padding: 12px 24px;
}
.dropdown-menu-item:hover{
    background-color: #F2F8FE;
}
.mega-menu {
    left: -105px !important;
    width: 100% !important;
    min-width: 350px;
}
.ndl_Nav-item-title{
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.ndl_Nav-item-details{
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #8e929c;
}
.ndl_Nav-item-icon-wrapper{
    margin: 6px 15px 0 0;
    background-color: #F2F8FE;
    border-radius: 5px;
}
.dropdown-menu #dropdown-tick-mark {
    position: absolute;
    top: 10px;
    left: 104px;
    transform: translate(200%, -150%);
    width: 20px;
    height: 16px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
}

/*collapsed state*/
.navbar-toggler.collapsed .top-bar{
    margin-top: -6px;
    transform: rotate(0deg);
    background-color: rgba(0, 0, 0, .55) !important;
}
.navbar-toggler.collapsed .middle-bar{
    opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar{
    background-color: rgba(0, 0, 0, .55) !important;
    margin-top: 6px;
    transform: rotate(0deg);
}

.scrolled{
    background-color: #fff;
    box-shadow: 0 3px 45px rgb(0 0 0 / 15%);
}
.scrolled .navbar-brand svg, .scrolled .chevron-svg{
    fill: #000;
}
.scrolled.navbar-dark .navbar-nav .nav-link{
    color: #000;
}
.scrolled.navbar-dark .navbar-nav .nav-link:hover{
    color: #000;
    opacity: .8;
}

section{
    min-height: 100vh;
    padding: 100px 0;
    z-index: 1;
    background-color: #fdf6db;
}
section.ndl_Height_Unset{
    min-height: unset;
}
.ndl_Banner{
    z-index: 1;    
    color: #fff;
    overflow: hidden;
    padding-top: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: end;
    position: relative;
    /*background-image: url(../images/home-banner.jpg);
    background-position: top center;*/
    /*background:linear-gradient(0deg, rgba(0,0,0,0.7) 5%, rgba(0,0,0,0)), url(../images/home-banner.jpg) 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;*/
}
.ndl_Banner:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.ndl_Banner h1{
    font-family: 'Gilroy Medium', serif;
    margin-top: 42px;
    font-weight: 600;
    font-size: 44px;
    line-height: 60px;
    /*color: white;
    background-color: rgba(0,0,0,.2);
    -webkit-backdrop-filter: blur(10px) brightness(0.9);
    backdrop-filter: blur(10px) brightness(0.9);*/
    display: inline-block;
    margin-bottom: 18px;
    max-width: 550px;
}
.ndl_Banner p{
    color: #fff;
    margin-bottom: 28px;

}
.ndl_Banner a{
    max-width: fit-content;
    padding: 8px 18px;
    color: #000;
    border: none;
}
.ndl_Banner a:hover{
    color: #fff;
    /*background-color: rgba(0,0,0,.2);
    -webkit-backdrop-filter: blur(10px) brightness(0.9);
    backdrop-filter: blur(10px) brightness(0.9);*/
}
.ndl_Banner a i{
    margin-left: 6px;
}

.btn.btn_normal{
    border-radius: 24px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    border: none;
    color: #fff !important;
    background-color: #844b2d;
    display: inline-block;
    padding: 12px 28px;
/*    text-transform: uppercase;*/
    transition: background-color .5s cubic-bezier(.23,1,.32,1);
}
.btn.btn_normal:hover{
    background-color: #713718;
}

/*.ndl_Contactform .btn.btn_normal{
    background-color: #f6e8c5;
    color: #000 !important;
}
.ndl_Contactform .btn.btn_normal:hover{
    background-color: #713718;
    color: #fff !important;
}*/
.btn.btn_normal i{
    color: #fff;
    margin-right: 8px;
}
.ndl_Banner a:hover i{
    transform: translateX(4px);
}
.ndl_Banner .btn.btn_normal{
    margin-top: 0px;
}
.ndl_Deepmkt{
    padding-top: 50px;
}
h3.ndl_Landtext{
    font-family: 'Gilroy Medium', serif;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 32px;
}
.ndl_Homeservices a.ndl_Learnmore{
    font-family: 'Gilroy Medium', serif;
    font-size: 40px;
    line-height: 52px;
    display: inline-block;
    transition: -webkit-text-decoration-color .25s cubic-bezier(0.75, 0.02, 0.5, 1);
    transition: text-decoration-color .25s cubic-bezier(0.75, 0.02, 0.5, 1);
    transition: text-decoration-color .25s cubic-bezier(0.75, 0.02, 0.5, 1), -webkit-text-decoration-color .25s cubic-bezier(0.75, 0.02, 0.5, 1);
    color: currentColor;
    -webkit-text-decoration: underline solid rgba(0,0,0,0);
    text-decoration: underline solid rgba(0,0,0,0);
    text-underline-offset: 0.08em;
    text-decoration-thickness: 0.065em;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}
.ndl_Homeservices a.ndl_Learnmore:hover, .ndl_Homeservices a.ndl_Learnmore:active{
    text-decoration-color: #17E88F;
}
/* Container basics (adjust to your grid system if needed) */
/*.clients-carousel { 
    margin-top: 28px;
}
.clients-viewport {
    overflow: hidden;
    width: 100%;
    outline: none;
}
.clients-track {
    display: flex;
    align-items: center;
    gap: 16px;
    will-change: transform;
}
.client-item {
    flex: 0 0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius: 10px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.03);
    transition: transform .28s ease, box-shadow .28s ease;
}
.client-item img {
    max-width: 100%;
    max-height: 56px;
    object-fit: contain;
    display:block;
    filter: grayscale(0.02) contrast(0.98);
}*/
.clients-carousel {
    padding-top: 32px;
}

.clients-viewport {
    overflow: hidden;
    width: 100%;
    outline: none;
}

.clients-track {
    display: flex;
    align-items: center;
    gap: 24px;
    /* animate the whole track leftwards */
    animation: scroll-left linear infinite;
    /* animation-duration set below via CSS variable for easy tuning */
    animation-duration: var(--scroll-duration, 20s);
    animation-timing-function: linear;
    will-change: transform;
    width: calc(200%);
}

/* Pause animation on hover/focus for accessibility */

.clients-viewport:hover .clients-track,
.clients-viewport:focus .clients-track,
.clients-track:focus-within {
    animation-play-state: paused;
}

.client-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.03);
    min-width: 140px;
    max-width: 220px;
    transition: transform .28s ease, box-shadow .28s ease;
}

.client-item img {
    max-width: 100%;
    max-height: 56px;
    object-fit: contain;
    display: block;
}

.client-item:hover {
    transform: scale(1.05) scale(1.02);
}


/* Keyframes: The track moves left by exactly the width of the ORIGINAL set. Because we duplicated the set in markup, when the track has moved by that amount, the second (duplicate) set lines up exactly where the first started, creating a seamless loop. To make this work reliably, ensure the duplicate set is identical and adjacent. */

@keyframes scroll-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
    /* -50% moves by half the track (original set width) */
}
.hiw-row {
    margin-top: 18px;
}
.hiw-image-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
    background: linear-gradient(180deg, #0b0b0b, #111);
    position: relative;
    min-height: 220px;
}
.hiw-main-img {
    width: 100% !important;
    height: 420px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: opacity .6s ease, transform .6s ease;
}
/* Steps column */
.hiw-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.hiw-step {
    display: grid;
    grid-template-columns: 4px 56px 1fr;
    gap: 14px;
    align-items: center;
    padding: 0px;
    border-radius: 0px;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
    text-align: left;
    width: 100%;
    color: #f5f5f5;
}
.hiw-step:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(193, 18, 31, 0.12);
    border-color: rgba(193, 18, 31, 0.18);
}
.hiw-step:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.01);
}
.hiw-step.active {
    background: linear-gradient(180deg, rgba(193, 18, 31, 0.06), rgba(255, 183, 3, 0.02));
    border-color: rgba(193, 18, 31, 0.14);
}
.hiw-step-number {
    font-weight: 700;
    font-size: 14px;
    color: rgba(245, 245, 245, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 56px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
}
.hiw-step-body {
    min-width: 0;
}
.hiw-step-title {
    font-weight: 700;
    font-size: 16px;
}
.hiw-step-desc {
    margin-top: 6px;
    font-size: 12px;
    color: rgba(245, 245, 245, 0.72);
    line-height: 1.35;
}
.hiw-step-progress {
    width: 4px;
    height: 100%;
    border-radius: 6px;
    background: #757575;
    position: relative;
    overflow: hidden;
    align-self: center;
    justify-self: end;
}
.hiw-step-progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #844b2d;
    transform-origin: top;
    transform: scaleY(0);
    transition: transform linear;
}


.ndl_Statfield_Row{
    margin-top: 40px;
}
.ndl_Statfield{
    border-top: none;
    width: 46%;
    text-align: left;
}
.ndl_Statfield:last-child{
    border-left: 1px solid #844b2d;
    padding-left: 32px;
}
.ndl_Statfield h4{
    font-family: 'Gilroy Medium', serif;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 6px;
}
.ndl_Statfield p{
    margin-bottom: 0;
    color: #656565;
}
.ndl_Statfield_Card{
    display: flex;
    color: #fff;
    justify-content: end;
    padding: 24px;
    height: 280px;
    border-radius: 0;
    border: none;
    background-image: url("../images/selling-service.jpg");
}
.ndl_Statfield_Card:before{
    background: linear-gradient(180deg,hsla(0,0%,64%,.18),rgba(0,0,0,.6));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s ease-in-out;
    z-index: 4;
}
/* Parent column */
.sticky-stack {
  position: relative;
  transform: none !important;
  filter: none !important;
  will-change: auto !important;
}
.sticky-top{
    position: sticky;
    top: 140px;
}
/* Base sticky card style */
.sticky-stack .ndl_Statfield_Card {
  position: sticky;
  top: 80px; /* fallback */
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  will-change: transform, filter, opacity;
  --blur: 0px;
  filter: blur(var(--blur));
  transition: filter 160ms linear, opacity 160ms linear, box-shadow 160ms linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Explicit offsets for six cards: base 80px, gap 24px */
.sticky-stack .ndl_Statfield_Card:nth-child(1) { top: 80px;  z-index: 110; }
.sticky-stack .ndl_Statfield_Card:nth-child(2) { top: 104px; z-index: 111; }
.sticky-stack .ndl_Statfield_Card:nth-child(3) { top: 128px; z-index: 112; }
.sticky-stack .ndl_Statfield_Card:nth-child(4) { top: 152px; z-index: 113; }
.sticky-stack .ndl_Statfield_Card:nth-child(5) { top: 176px; z-index: 114; }
.sticky-stack .ndl_Statfield_Card:nth-child(6) { top: 200px; z-index: 115; }
.sticky-stack .ndl_Statfield_Card[data-blur] {
  opacity: calc(1 - (min(var(--blur), 8px) / 20));
}
/* Focus and hover polish */
.sticky-stack .ndl_Statfield_Card:focus-within,
.sticky-stack .ndl_Statfield_Card:focus {
    --blur: 0px !important;
  opacity: 1 !important;
  outline: 3px solid rgba(189,161,137,0.18);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* Disable blur on small screens for performance/usability */
@media (max-width: 767px) {
  .sticky-stack .ndl_Statfield_Card {
    filter: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .sticky-stack .ndl_Statfield_Card {
    filter: none !important;
    transition: none !important;
  }
}


/*.ndl_Statfield_Card:hover .ndl_Statfield_Card:before{
    background: linear-gradient(180deg,rgba(15,53,87,.5),rgba(0,0,0,.71));
}*/
.ndl_Statfield_Card img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
.ndl_Statfield_Card_Content{
    z-index: 10;
}
.ndl_Statfield_Card_Content h3{
    font-family: 'Gilroy Medium', serif;
    font-size: 28px;
    line-height: 28px;
}
.ndl_Statfield_Card_Content h3 i{
    font-size: 16px;
    margin-left: 4px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.ndl_Statfield_Card_Content:hover h3 i{
    visibility: visible;
    opacity: 1;
    transform: translateX(6px);
}
.ndl_Hovertext{
/*    display: none;*/
    overflow: hidden;
    max-height: 0;
    transition: max-height .5s ease-in-out;
}
.ndl_Hovertext p{
    font-size: 16px;
    line-height: 26px;
    color: #f7f7f7;
    margin-bottom: 0px;
}
.ndl_Statfield_Card_Content a, .ndl_Statfield_Card_Content a i{
    color: #dbdcdd;
}

.ndl_Statfield_Card:hover .ndl_Hovertext{
    max-height: 350px;
/*    display: block;*/
}

.ndl_Seek {
    padding-bottom: 40px;
}
.ndl_Seek h2{
    font-family: 'Gilroy Medium', serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 40px;
}
.ndl_Aboutitemline{
    width: 20%;
    padding-right: 30px;
}
.ndl_Aboutitemline div{
    margin: 14px 0 0;
    background: #844b2d;
    height: 1px;
}
.ndl_Aboutpara{
    width: 80%;
}
.ndl_Aboutpara p{
    line-height: 30px;
}
.ndl_Seekimgwrapper{
    max-width: 480px;
}
.ndl_Sec_Badge{
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #844b2d;
    position: relative;
    z-index: 3;
}
/*.ndl_Sec_Badge:after{
    content: "";
    display: block;
    width: 4.1rem;
    width: 41px;
    height: 1px;
    border-bottom: 1px solid #d1d4d6;
    margin: 40px 0;
}*/
.ndl_Services h2{
    font-weight: 600;
    font-size: 32px;
    font-family: 'Gilroy Medium', serif;
    line-height: 40px;
    margin-bottom: 16px;
}
.servicerow{
    min-height: 72vh;
    margin-bottom: 28px;
    padding-bottom: 28px;
    --bs-gutter-x: 44px;
    --bs-gutter-y: 44px;
    scroll-margin-top: 60px;
    /*border-bottom: 1px solid #844b2d;*/
}
.servicerow hr{
    background-color: #844b2d;
}
.servicerow h3{
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    font-family: 'Gilroy Medium', serif;
    margin-bottom: 16px;
}
.servicerow img{
    /*height: 260px;*/
    width: 100%;
    object-fit: cover;
}
#serviceImage {
    position: sticky;
    top: 120px;
    border-radius: 4px;
    width: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease;
}
.ndl_Parabold{
    max-width: 850px;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 32px;
}
.tab-row {
    padding-top: 40px;
}
.ndl_Products_nav-tabs{
    flex-direction: column;
    border: 0;
}
.ndl_Products_nav-tabs .nav-link{
    font-family: 'Gilroy Medium', serif;
    font-weight: 500;
    padding: 16px 0px;
    color: #767373;
    border: 0;
    background-color: transparent;
    transition: .3s;
}
.ndl_Products_nav-tabs{
    font-size: 18px;
    line-height: 28px;
    color: #767373;
    font-weight: 600;
}
.ndl_Products_nav-tabs .nav-link.active, .ndl_Products_nav-tabs .nav-link:hover {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #844b2d !important;
    font-weight: 600;
    border: 0;
    background-color: transparent;
    /*border-left: 2px solid #844b2d;*/
    border-radius: 4px;
}
.tab-content {
    background-color: #f6e8c5;
    padding: 44px 20px;
    border-radius: 4px;
}
.ndl_Product_content_wrapper{
    max-width: 450px;
    margin-left: auto;
}
.ndl_Products_tab-content h3{
    font-family: 'Gilroy Medium', serif;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 24px;
    line-height: 50px;
    position: relative;
    display: inline-block;
}
.ndl_Product_image_wrapper img{
    min-height: 350px;
    object-fit: cover;
}
.ndl_Products_tab-content h3:after{
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #000;
    left: 0;
    bottom: 0;
}
.ndl_Products_tab-content p{
    font-size: 18px;
    margin-bottom: 0;
    line-height: 32px;
}
.ndl_Btn-Findout.btn-why-us {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000 !important;
    background-color: transparent;
    border: 1px solid #666;
}
.ndl_Btn-Findout.btn-why-us:hover{
    color: #fff !important;
    background-color: #000;
}
.bg-0e0e0e{
    background-color: #0e0e0e;
    color: #fff;
}
.bg-0e0e0e p{
    color: #f7f7f7;
}
.bg-f6e8c5{
    background-color: #f6e8c5;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
    font-family: inherit;
}
.text-bda189{
    color: #bda189;
}
.text-844b2d{
    color: #844b2d;
}

.ndl_Homeservices h2{
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 16px;
}
.ndl_Servicecardrow{
    --bs-gutter-y: 1.5rem;
}
.ndl_Buildercard{
    border: 0;
    margin-top: 48px;
}
.ndl_Buildercard .ndl_Builderlogo {
    justify-content: start;
    padding: 16px;
    position: inherit;
    transform: translateY(-30px);
    padding-top: 0;
    flex-direction: column;
    align-items: flex-start;
}
.ndl_Buildercard .ndl_Builderlogo a{
    
}
.ndl_Builderlogowrapper{
    height: 70px;
    width: 70px;
    background-color: #f76754;
    padding: 10px;
    border: 3px solid #fff;
}
.ndl_Builderlogowrapper img{
    height: 100% !important;
    width: 100% !important;
    margin-top: 0 !important;
    object-fit: contain !important;
}
.ndl_Buildercardimgwrapper{
/*    position: relative;*/
    overflow: hidden;
}
.ndl_Buildercardimgwrapper img{
    margin-top: 0 !important;
}
.ndl_Buildercard .ndl_Builderlogo h3{
    font-family: 'Gilroy Medium', serif;
    color: #000;
    margin-top: 10px;
    font-size: 20px;
    line-height: 32px;
}
.ndl_Buildercard:hover .ndl_Buildercardimgwrapper img{
    transform: scale(1.17);
}
.ndl_Servicecard {
    overflow: hidden;
    border-radius: 0;
    border: 0;
    margin-top: 0px;
}
.ndl_Servicecard img{
    margin-top: 0px !important;
}
.ndl_Servicecard .card-img-overlay{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 20px;
    color: #fff;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 34%);
}
.ndl_Servicecard .card-img-overlay h5{
    font-family: 'Gilroy Medium', serif;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 8px;
}
.ndl_Servicecard .card-img-overlay a{
    border-top: 0.5px solid #a5a5a5;
    display: block;
    padding-top: 12px;
}
.ndl_Servicecard .card-img-overlay p, .ndl_Servicecard .card-img-overlay i{
    font-size: 16px;
    color: #e1e1e1;
    margin-bottom: 0;
    transition: transform 300ms linear;
    line-height: 20px;
}
.ndl_Servicecard .card-img-overlay i{
    margin-left: 4px;
}
.ndl_Servicecard.location .card-img-overlay{
    padding: 20px;    
}
.ndl_Servicecard.location .card-img-overlay h5{
    font-size: 18px;
}
.ndl_Servicecard.location .card-img-overlay p, .ndl_Servicecard.location .card-img-overlay i{
    font-size: 12px;
}
.ndl_Servicecard:hover a i{
    transform: translateX(4px);
}
.ndl_Servicecard:hover img{
    transform: scale(1.17);
}
.ndl_Categories h2, .mini-title{
    font-weight: 600;
    font-size: 24px;
    font-family: 'Gilroy Medium', serif;
    line-height: 40px;
    margin-bottom: 10px;
}
.mini-title-md{
    font-weight: 600;
    font-size: 20px;
    font-family: 'Gilroy Medium', serif;
    line-height: 40px;
    margin-bottom: 10px;
}
.ndl_Careerwrapper{
    position: relative;
}
.ndl_Careerwrapper img{
    min-height: 450px;
    object-fit: cover;
}
.ndl_Careercontent{
    background-image: linear-gradient(90deg,rgba(0,0,0,.65),transparent);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 36px;
    padding-left: 62px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ndl_Careercontent .ndl_Sec_Badge{
    color: #dbdcdd;
}
 .ndl_Careercontent h2, .ndl_Careercontent p {
    color: #fff;
}
.ndl_Careercontent h2{
    font-weight: 600;
    font-size: 32px;
    font-family: 'Gilroy Medium', serif;
    line-height: 40px;
    margin-bottom: 30px;
}
.ndl_Careercontent p{
    max-width: 600px;
}
.ndl_Careercontent .btn_normal{
    margin-top: 30px;
}
.column-layout.c-1-1-1-1 {
    /*display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 32px;*/
}
/*.column-layout.c-1-1-1-1 .column {
        margin-right: 40px;
}*/
#product-importance-section .column-layout .column .column-icon {
    width: 45px;
    line-height: 0;
    margin-bottom: 18px;
}
.product-importance-header h2{
    font-family: 'Gilroy Medium', serif;
    max-width: 920px;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 42px;
}
.product-importance-header h3{
    color: #844b2d;
    font-size: 24px;
    font-weight: bold;margin-bottom: 20px;
}
#product-importance-section .column-layout .column .column-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Gilroy Medium', serif;
    font-weight: bold;
}
#product-importance-section .column-layout .column .column-description {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
    color: #494d59;
}

.ndl_Blogsec h2{
    font-weight: 600;
    font-size: 32px;
    font-family: 'Gilroy Medium', serif;
    line-height: 40px;
    margin-bottom: 30px;
}
.ndl_Blogsec .btn_Readmore{
    color: #000;
}
.ndl_Blogsec .btn_Readmore:hover i{
    color: #000;
}
.article-box{
    color: #262626;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 10px 20px rgb(10 33 65 / 3%), 0px 0px 2px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0px 10px 20px rgb(10 33 65 / 3%), 0px 0px 2px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0px 10px 20px rgb(10 33 65 / 3%), 0px 0px 2px rgb(0 0 0 / 4%);
    display: block;
    outline: none;
    margin-bottom: 40px;
    text-align: left;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}
.article-thumbnail img{
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.article-content {
    padding: 20px;
    padding-bottom: 36px;
}
.category {
    background-color: #ff4848;
    color: #fff;
    padding: 0 12px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 10px;
    line-height: 22px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0px;
}
.category.construction{
    background-color: #844b2d;
}
.article-content .title {
    font-size: 14px;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
    font-weight: 600;
    letter-spacing: -0.015em;
    line-height: 1.5;
    color: #8A90A2;
}
.article-box:hover .article-content .title{
    color: #000;
}

.ndl_Blogcard{
    border: 0;
    position: relative;
}
.ndl_Blogcard img{
    height: 550px;
    object-fit: cover;
}
.ndl_Blogcardcontent{
    color: #fff;
    padding: 40px 44px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.ndl_Blogcardcontent h3{
    font-weight: 600;
    font-family: 'Gilroy Medium', serif;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 18px;
}
.ndl_Blogcardcontent p{
    color: #f7f7f7;
    border-bottom: .5px solid #a5a5a5;
    padding-bottom: 18px;
}
.btn_Readmore{
    display: block;
    margin-top: 18px;
    color: #dbdcdd;
}
.btn_Readmore i{
    margin-left: 4px;
    transition: transform 300ms linear;
}
.btn_Readmore:hover i{
    color: #dbdcdd;
    transform: translateX(4px);
}
.ndl_Blogcard:hover .btn_Readmore i {
    transform: translateX(4px);
}

/*About*/
.ndl_About_Banner{
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    padding-top: 120px;
    align-content: end;
}
.ndl_About_Banner h1{
    font-weight: 600;
    font-size: 32px;
    font-family: 'Gilroy Medium', serif;
    line-height: 40px;
    margin-bottom: 16px;
    color: #fff;
}
.banner-content{
    position: relative;
    z-index: 999;
}
.ndl_About_Banner p{
    color: #f7f7f7;
}
.bannerimg{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}
.ndl_About_Banner:before{
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.ndl_Aboutsec h1.mb-28{
    margin-bottom: 28px;
}
.mx-850{
    max-width: 850px;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.mb-24{
    margin-bottom: 24px;
}
.mb-30{
    margin-bottom: 30px;
}
.ndl_Aboutsec p{
    font-size: 20px;
    line-height: 40px;
}
.ndl_Aboutsec img{
    margin-top: 48px;
    height: 400px;
    object-fit: cover;
}
.ndl_Missionsec{

}
.ndl_Abt_Stat{
    margin-top: 60px;
}
.ndl_Abt_Stat:before{
    content: "";
    display: block;
    height: 1px;
    background: #CAD1D3;
    margin-bottom: 24px;
}
.ndl_Abt_Stat h3{
    font-size: 48px;
    line-height: 42px;
    margin-bottom: 16px;
}
p.ndl_Remarktext{
    margin-top: 100px;
    font-size: 12px;
}
.ndl_LM_H2{
    font-weight: 600;
    font-size: 46px;
    font-family: 'Gilroy Medium', serif;
    margin-top: 60px;
}
.ndl_LM{
    position: relative;
}
.ndl_Abt_Stat.ndl_LM h2{
    font-family: 'Gilroy Medium', serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 24px;
    transition: -webkit-text-decoration-color .25s cubic-bezier(0.75, 0.02, 0.5, 1);
    transition: text-decoration-color .25s cubic-bezier(0.75, 0.02, 0.5, 1);
    transition: text-decoration-color .25s cubic-bezier(0.75, 0.02, 0.5, 1), -webkit-text-decoration-color .25s cubic-bezier(0.75, 0.02, 0.5, 1);
}
.ndl_LM_Contentwrapper{
    /*margin-left: 40px;*/
}
.ndl_LM_Contentwrapper p{
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 30px;
}
/*.ndl_LM_Contentwrapper a:before{
    content: "";
    position: absolute;
    top: 0.6em;
    left: 0;
    display: inline-block;
    width: 40px;
    height: 0.125em;
    background: #17E88F;
    transition: width .4s cubic-bezier(0.75, 0.02, 0.5, 1);
}*/
.ndl_Link_Main , .ndl_Link_Main i{
    color: #666;
    font-size: 14px;
}
.ndl_LM_Contentwrapper a i{
    margin-left: 4px;
}
.ndl_Link_Main:hover, .ndl_Link_Main:hover i{
    color: #000;
    margin-left: 8px;
}
.ndl_Abt_Stat.ndl_LM:hover h2{
    text-decoration: underline solid rgba(0,0,0,0);
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    text-decoration-color: #003f2d;
    transition: -webkit-text-decoration-color .25s cubic-bezier(0.75, 0.02, 0.5, 1);
    transition: text-decoration-color .25s cubic-bezier(0.75, 0.02, 0.5, 1);
    transition: text-decoration-color .25s cubic-bezier(0.75, 0.02, 0.5, 1), -webkit-text-decoration-color .25s cubic-bezier(0.75, 0.02, 0.5, 1);    
}
.ndl_Abt_Stat.ndl_LM:hover a i{
    margin-left: 8px;
}

.ndl_WW_Relation_Content{
    /*border-left: 1px solid #cad1d3;*/
    /*align-content: center;*/
    padding: 28px 24px;
    height: 100%;
}
.ndl_WW_Relation_Content h2 {
    font-family: 'Gilroy Medium', serif;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 0px;
    color: #fff;
}
.header-sec{
    margin-bottom: 16px;
}
.main-title{
    font-family: 'Gilroy Medium', serif;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 16px;
}
.ndl_WW_Relation_Content p{
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 28px;
    color: #e1e1e1;
}
.ceo-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ceo-bg{
    background-color: #844b2d;
    /*background: linear-gradient(0deg, #844b2d 0%, #d9a67e 50%);*/
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.ceo-bg.bg-f6e8c5{
    /*transform: translateY(36px);*/
    background-color: #f6e8c5;
}
.ceo-bg.bg-f6e8c5 .ndl_WW_Relation_Content h2{
    color: #000;
}
.ceo-bg.bg-f6e8c5 .ndl_WW_Relation_Content p{
    color: #060606;
}


.ndl_Contactus{
    background-color: #cad1d3;
}
.ndl_Contactus h2{
    font-weight: 600;
    font-size: 46px;
    font-family: 'Gilroy Medium', serif;
    line-height: 40px;
    margin-bottom: 0px;
}
.ndl_Contactus .btn.btn_normal{
    margin: 0;
}


.ndl_Testimonial{
    background-color: #002349;
    color: #fff;
    min-height: 70vh !important;
    display: flex;
    align-items: center;
}
.ndl_Testimonial p{
    max-width: 600px;
    margin: 0 auto;
    color: #fff;
}
.ndl_Testimonial p.ndl_Author{
    margin-top: 18px;
    font-size: 12px;
    color: #e1e1e1;
}
.ndl_Insights h2{
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 18px;
}
.ndl_Insights p{
    margin-bottom: 52px;
}
.ndl_Insights_Cardrow{
    --bs-gutter-x: 36px;
}
.ndl_Insights_Card h5{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}
.ndl_Insights_Card p{
    font-size: 14px;
    line-height: 24px;
}
.ndl_Insights_Card:hover img{
    transform: scale(1.17);
}

/*services*/
.ndl_Bannerinner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 20%;
    display: flex;
    align-items: end;
    position: relative;
    overflow: hidden;
}
.ndl_Bannerinner.services{
    background-image: url("../images/services-banner.webp");
/*    background:linear-gradient(0deg, rgba(0,0,0,0.3) 5%, rgba(0,0,0,0)), url(../images/services-banner.jpg) 90% 100%;*/
}
.ndl_Bannerinner.services:before{
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.ndl_Bannercontent_Wrapper{
    z-index: 1;
    position: relative;
}
.ndl_Titlehighlighter{
    font-size: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.ndl_Line{    
    height: 2px;
    width: 16px;
    margin-left: 8px;
    background-color: #844b2d;
}
.ndl_Bannercontent_Wrapper h1{
    font-family: 'Gilroy Medium', serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin: 18px 0;
    color: #fff;
}
.ndl_Bannercontent_Wrapper p{
    font-size: 16px;
    line-height: 28px;
    color: #f7f7f7;
}
.ndl_Innerabout p{
    max-width: 850px;
/*    margin: 0 auto;*/
    font-size: 28px;
    line-height: 48px;
}
.ndl_Innerabout p.mini-para{
    max-width: 850px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
}
.ndl_Serviceitem{
    padding-bottom: 60px;
}
.ndl_Serviceitemrow{
    display: flex;
    flex-direction: row;
    /*box-shadow: 0px 10px 20px rgb(10 33 65 / 3%), 0px 0px 2px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0px 10px 20px rgb(10 33 65 / 3%), 0px 0px 2px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0px 10px 20px rgb(10 33 65 / 3%), 0px 0px 2px rgb(0 0 0 / 4%);*/
}
.ndl_Serviceitemcol{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ndl_Serviceitemcol.imgwrapper{
/*    background-color: #f6f7f9;*/
    padding: 40px;
}
.ndl_Serviceitembg h2{
    font-family: 'Gilroy Medium', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 0;
}
.ndl_Serviceitembg p{
    line-height: 34px;
}
.ndl_Propertycardsec h2{
    font-weight: 600;
    font-size: 24px;
    font-family: 'Gilroy Medium', serif;
    line-height: 40px;
    margin-bottom: 20px;
}
.ndl_Propertycardsec .card{
    border: 0;
    min-height: 300px;
    padding: 28px 20px;
    background-color: #fcfadc;
    box-shadow: 0px 10px 20px rgb(10 33 65 / 3%), 0px 0px 2px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0px 10px 20px rgb(10 33 65 / 3%), 0px 0px 2px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0px 10px 20px rgb(10 33 65 / 3%), 0px 0px 2px rgb(0 0 0 / 4%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
/*.ndl_Propertycardsec .card:hover{
    -webkit-box-shadow: 0px 10px 40px rgb(20 50 82 / 10%), 0px 0px 16px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 10px 40px rgb(20 50 82 / 10%), 0px 0px 16px rgb(0 0 0 / 20%);
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}*/
.ndl_Propertycardsec .card .card-body{
    padding: 0;
}
.ndl_Propertycardsec .card img{
    max-height: 58px;
    margin-bottom: 16px;
}
.ndl_Propertycardsec .card h3{
    font-family: 'Gilroy Medium', serif;
    font-size: 18px;
    margin-bottom: 8px;
}
.ndl_Propertycardsec .card p{
    font-size: 14px;
    color: #141313;
    line-height: 24px;
    margin-bottom: 0px;
}
.ndl_Propertycardsec .card a{
    color: #000;
    padding-top: 12px;
    display: block;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    border-top: 0.25px solid #d7d7d7;
    transition: .3s;
}
.ndl_Propertycardsec .card a i{
    margin-left: 4px;
}
.ndl_Propertycardsec .card:hover a{
    font-weight: 600;
    color: #844b2d;
}
.steps-card{
    text-align: center;
    padding: 0 16px;
}
.icon-wraper{
    background-color: #f6e8c5;
    border-radius: 50%;
    width: 92px;
    height: 92px;
    align-content: center;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 24px;
}
.icon-wraper .icon{
    max-width: 56%;
}
.icon-wraper span{
    position: absolute;
    right: -10px;
    bottom: -4px;
    font-size: 12px;
    background-color: #844b2d;
    padding: 2px 8px;
    border-radius: 24px;
    color: #fff;
}
.steps-card h3{
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}
.steps-card p{
    font-size: 16px;
    line-height: 28px;
}

.ndl_Whychooseus h2{
    font-family: 'Gilroy Medium', serif;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 32px;
}
.ndl_Whychooseus p{
    margin-bottom: 26px;
    max-width: 850px;
}
.ndl_Whychooseus .card{
    border: 0;
}
.why-chooseaccordion .accordion-item{
    border: none;
    background-color: transparent;
}
.why-chooseaccordion .accordion-item .accordion-button{
    background-color: transparent;
    color: #f7f7f7;
    padding: 16px 0;
    box-shadow: none;
    transition: .3s;
}
.why-chooseaccordion .accordion-item .accordion-button:not(.collapsed), .why-chooseaccordion .accordion-item .accordion-button:hover{
    color: #f6e8c5;
    font-weight: 600;
    /*background-color: #f6e8c5;*/
}
/*.why-chooseaccordion .accordion-item .accordion-body{
    color: #000;
}*/
.why-chooseaccordion .accordion-body{
    padding: 16px 0;
}
.why-chooseaccordion .accordion-item .accordion-collapse.collapse.show{
    border-bottom: 1px solid #844b2d;
    border-radius: 0;
}
.why-chooseaccordion .accordion-body ul{
    margin-top: 12px;
}
.why-chooseaccordion .accordion-item h2{
    margin-bottom: 0;
}
.why-chooseaccordion .accordion-button::after{
    background-image: url(../images/plus.svg);
}
.why-chooseaccordion .accordion-button:not(.collapsed)::after{
    background-image: url(../images/minus.svg);
}
.why-chooseaccordion.choose-us .accordion-item .accordion-button{
    color: #000;
}
.why-chooseaccordion.choose-us .accordion-item .accordion-button:not(.collapsed), .why-chooseaccordion.choose-us .accordion-item .accordion-button:hover{
    color: #844b2d;
}
.why-chooseaccordion.choose-us .accordion-button::after{
    filter: invert(1);
}
.why-chooseaccordion.choose-us .accordion-button:not(.collapsed)::after{
    filter: invert(1);
}
.ndl_Whychooseus .card .ndl_Imgwrapper{
    max-width: 100px;
    margin: auto;
}
.ndl_Whychooseus .card h3{
    font-family: 'Gilroy Medium', serif;
    font-weight: 600;
    font-size: 18px;
    margin-top: 24px;
    text-align: center;
}
.ndl_Line-2{
    display: block;
    height: 2px;
    width: 32px;
    background-color: #844b2d;
    margin: 20px 0 32px;
}
.ndl_Line-2cetner{
    display: block;
    height: 2px;
    width: 62px;
    background-color: #844b2d;
    margin: 20px auto 44px;
}
.ndl_Serviceitembg .btn.btn_normal{
    margin-top: 28px;
}
section.ndl_Serviceitem img{
    min-height: 460px;
    object-fit: contain;
}
.cta-service {
    /*background-image: url(../images/cta-bg.png);
    background-size: cover;
    padding: 24px 44px;
    background-position: center;
    border-radius: 8px;*/
}
.ndl_Servicecontact {
    background-image: url(../images/cta-bg.png);
    background-size: cover;
    background-position: center;
}
.ndl_Servicecontact h2{
    font-weight: 600;
    font-size: 32px;
    font-family: 'Gilroy Medium', serif;
    line-height: 62px;
}
.cta-service p{
    width: 60%;
}
.cta-service .btn_normal{
    margin-top: 20px;
}
.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #25D366; /* WhatsApp green */
  color: #fff;
  font-weight: bold;
  height: 48px;
  width: 48px   ;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s ease;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
}
.whatsapp-button:hover {
  background-color: #1ebe5d;
}
.whatsapp-button i {
  font-size: 28px;
  color: #fff;
}
footer{
    padding: 80px 0 28px 0;
    background-color: #0e0e0e;
    color: #fff;
}
footer h3{
    font-family: 'Gilroy Medium', serif;
    font-size: 20px;    
    font-weight: 600;
}
footer .ndl_Line-2{
    margin: 0;
    margin-left: 16px;
}
.ndl_Footlist li{
    font-size: 14px;
    color: #f7f7f7;
    margin-bottom: 12px;
}
.ndl_Footlist li a{
    transition: .3s;
    color: #f7f7f7;
}
.ndl_Footlist li a:hover{
    color: #c5c5c5;
}
.ndl_Footlist li:first-child{
    font-family: 'Gilroy Medium';
    font-weight: 700;
    margin-bottom: 18px;
}
.ndl_Footerpara {
    font-size: 14px;
    /*margin-top: 16px;
    margin-right: 44px;*/
    margin-bottom: 20px;
    line-height: 24px;
    color: #f7f7f7;
}
.ndl_Footer_Link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    margin-top: 20px;
}
.pt-24{
    padding-top: 24px;
}
.pl-6-p{
    padding-left: 12%;
}
.ndl_Footer_Linkitem{
    width: auto;
    text-align: center;
    border-left: 2px solid #000;
}
.ndl_Footer_Linkitem:first-child{
    border: none;
}
.ndl_Footer_Linkitem a{
    font-family: 'Gilroy Medium', serif;
    font-size: 14px;
    color: #202020;
    margin: 0 26px;
    font-weight: 600;
}
.ndl_Footer_Linkitem:last-child a{
    margin-right: 0 ;
}
footer hr{
    margin: 24px 0 16px 0;
}
.ndl_Footer_logowrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footer-brand img{
    height: 56px;
}
/*.ndl_Footer_logowrapper p{
    color: #844b2d;
    border-left: 2px solid #000;
    padding-left: 24px;
}*/
.ndl_Followtitle span{
    font-size: 14px;
    color: #f7f7f7;
    margin-right: 28px;
    font-weight: 600;
}
.ndl_Followicon{
    background-color: #844b2d;
    height: 32px;
    width: 32px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    margin-left: 8px;
}
.ndl_Followicon i{
    font-size: 16px;
    transition: all .3s ease-in-out;
    color: #f7f7f7;
}
.ndl_Footer_Link a:hover .ndl_Followicon{
    color: #fff;
    background-color: #713718;
}
.ndl_Footer_Link a:hover i{
    color: #fff;
}
.ndl_Rights{
    font-size: 12px;
    color: #f7f7f7;
}
.ndl_Rights a{
    color: #f7f7f7;
}
.ndl_Rights a:hover{
    color: #c5c5c5;
}
.ndl_Rights svg{
    height: 14px;
    margin-left: 4px;
    filter: brightness(0) invert(1);
}
/*Contact*/
.ndl_Contactbanner{
    position: relative;
    padding-top: 140px;
    min-height: 78vh;
    align-content: end;
}
.ndl_Contactbanner:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.ndl_Contactbanner h1{
    font-family: 'Gilroy Medium', serif;
    font-weight: 600;
    font-size: 68px;
    line-height: 70px;
    margin-bottom: 16px;
    color: #fff;
}
.ndl_Contactbanner p{
    color: #f7f7f7;
}
.ndl_Contactform_Innerwrapper h2{
    font-family: 'Gilroy Medium', serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 24px;
}
.ndl_Contactform{
    width: 86%;
    /*background-color: #844b2d;*/
    border: 1px solid #844b2d;
    padding: 24px;
    border-radius: 4px;
}
.form-control, .form-control:focus {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #844b2d;
    background-color: transparent;
    color: #000;
}
.form-floating>label{
    font-size: 14px;
    padding-left: 0;
    color: #844b2d;
}
input[type="file"].form-control {
  padding: 0.6rem 0.75rem;
}
input[type="file"].form-control::file-selector-button {
  background-color: #0d6efd; /* Bootstrap primary */
  color: #fff;
  border: none;
  padding: 0.4rem 0.75rem;
  margin-right: 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
input[type="file"].form-control::file-selector-button:hover {
  background-color: #0b5ed7; /* darker hover */
}
.custom-file-upload {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
    border: 1px dashed #844b2d;
    border-radius: 6px;
  cursor: pointer;
  color: #844b2d;
  font-weight: 500;
  transition: all 0.3s ease;
}
.custom-file-upload:hover {
  background-color: #844b2d;
  color: #fff;
}
.custom-file-upload i {
  font-size: 16px;
}
.error{
    color: red;
    font-size: 12px;
    margin-top: 4px;
}
.ndl_Recievepromopara {
    margin-top: 32px;
}
.form-check-input:checked{
    background-color: #12325f;
    border-color: #12325f;
}
.ndl_Recievepromopara p {
    margin-bottom: 0;
    font-size: 14px;
    color: #844b2d;
    line-height: 28px;
}
.ndl_Contact_Infowrapper {
    padding-left: 52px;
}
.ndl_Contact_Infowrapper img {
    margin-bottom: 16px;
}
.ndl_Contact_Infowrapper_Item {
    /*display: flex;*/
    margin-bottom: 12px;
    padding: 16px 0 0;
}
.ndl_Contact_icon {
    width: 60px;
}
.ndl_Contact_info {
    /*padding-left: 26px;*/
    display: flex;
    gap: 16px;
}
.ndl_Contact_info h3 {
    font-family: 'Gilroy Medium', serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #844b2d;
}
.ndl_Contact_info p, .ndl_Contact_info a {
    font-size: 16px;
    line-height: 28px;
}
.ndl_Contact_info p b{
    display: block;
    margin-bottom: 8px;
}
.ndl_Contact_info a, p a{
    color: #844b2d;
    transition: .3s;
    font-weight: 800;
}
.ndl_Contact_info p a{
    color: #424242;
    transition: .3s;
    font-weight: 800;
}
.ndl_Contact_info a:hover, p a:hover{
    color: #844b2dba;
    font-weight: 800;
    transform: translateX(10px);
}
.ndl_Banner_Residentailservice{
/*    background-image: url(../images/services-banner.jpg);*/
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 5%, rgba(0,0,0,0)), url(../images/services-banner.jpg) 90% 100%;
    background-size: cover;
}
.ndl_Residentialservicebannerwrapper{
    color: #fff !important;
    background-color: transparent;
    padding-top: 58px;
    padding-bottom: 58px;
    padding-left: 52px;
    padding-right: 0;
    max-width: 100%;
}
.ndl_Residentialservicebannerwrapper h1{
    max-width: 74%;
}
.ndl_Residentialservicebannerwrapper{
    position: relative;
}
.ndl_Knowus_Wrapperborder{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 30%;
    background-position:  0 0, 0 0, 100% 0, 0 100%;
    background-size: 12px 100%, 100% 12px, 12px 100% , 100% 12px;
    background-repeat: no-repeat;
/*    Cornered*/
    background-image:
        linear-gradient(0deg, #fff, #fff 25%, transparent 25%, transparent 5%, #fff 5%), /* left*/
        linear-gradient(90deg, #fff, #fff 25%, #fff 75%), /* top*/
        linear-gradient(180deg, #fff, #fff 15%, transparent 15%, transparent 85%, #fff 15%), /* right*/
        linear-gradient(270deg, #fff, #fff 25%, #fff 75%) /* bottom*/
    ;
}
.ndl_Residentialservicebannerwrapper p{
    color: #fff;
}
.ndl_Knowus_Wrapper{
    border-left: 2px solid #844b2d;
    padding-left: 24px;
    margin-left: 44px;
}
.ndl_Titleresidential{
    font-family: 'Gilroy Medium', serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
}
.ndl_Knowus_Wrapper h2{
    max-width: 500px;
}
.ndl_Knowus_Wrapper p{
    margin-top: 30px;
    margin-bottom: 60px;
    line-height: 30px;
}
.ndl_Knowuscard{
    border: 0;
    padding: 62px 36px;
    box-shadow: rgb(87 73 109 / 12%) 2px 0px 22px 0px;
    -webkit-box-shadow: rgb(87 73 109 / 12%) 2px 0px 22px 0px;
    -moz-box-shadow: rgb(87 73 109 / 12%) 2px 0px 22px 0px;
}
.ndl_Knowuscard i{
    font-size: 58px;
}
.ndl_Knowuscard h3{
    font-family: 'Gilroy Medium', serif;
    margin-top: 20px;
    margin-bottom: 12px;
}
.ndl_Propertycard{
    border: 0;
    box-shadow: rgb(87 73 109 / 12%) 2px 0px 22px 0px;
    -webkit-box-shadow: rgb(87 73 109 / 12%) 2px 0px 22px 0px;
    -moz-box-shadow: rgb(87 73 109 / 12%) 2px 0px 22px 0px;
    margin-bottom: 32px;
    transition: .3s;
}
.ndl_Propertycard:hover{
    box-shadow: rgb(87 73 109 / 24%) 2px 0px 22px 0px;
    -webkit-box-shadow: rgb(87 73 109 / 24%) 2px 0px 22px 0px;
    -moz-box-shadow: rgb(87 73 109 / 24%) 2px 0px 22px 0px;
}
.ndl_Propertycardimgwrapper{
    overflow: hidden;
    position: relative;
}
.ndl_Propertycard img{
    height: 300px;
    transition: .3s;
    object-fit: cover;
}
.ndl_Propertycard:hover img{
    transform: scale(1.1);
}
.ndl_Propertycardinfo{
    padding: 18px 28px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ndl_Propertycardinfo h3{
    font-family: 'Gilroy Medium', serif;
    font-size: 22px;
    color: #fff;
}
.ndl_Propertycardinfo p{
    font-size: 16px;
    color: #727272;
    margin-bottom: 8px;
}
.ndl_Propertycardinfo p:last-child{
    margin-bottom: 0px;
}
.ndl_Propertycardinfo p i{
    color: #727272;
    margin-right: 8px;
}
.ndl_Buildersdetails{
    padding-top: 0;
    padding-bottom: 0;
    min-height: 90vh;
/*    height: 90vh;*/
    overflow: hidden;
    position: relative;
}
.carousel-item{
    height: 90vh;
}
.carousel-control-next, .carousel-control-prev{
    z-index: 2;
}
/*.ndl_Buildersdetails img{
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}*/
.ndl_Buildersdetailsoverlay{
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.ndl_Builderlogo{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.ndl_Builderlogo img{
    width: 60%;
}
.carousel-item img{
    z-index: -1;
    position: relative;
}
.ndl_Buildersdetails h1{
    font-family: 'Gilroy Medium', serif;
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 18px;
    color: #fff;
    line-height: 60px;
    position: relative;
    z-index: 9999;
}
.ndl_Buildersdetails p{
    color: #fff;
    margin-bottom: 20px;
}
.ndl_Location{
    font-size: 20px;
}
.ndl_Amount{
    font-size: 32px;
    font-weight: 600;
}
.carousel-caption{
    left: 8%;
    bottom: 10%;
    z-index: 9999;
}
.ndl_Formwrapper{
    top: 80px;
    border-radius: 12px;
    padding: 32px 24px;
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 20%);
    max-width: 330px;
    margin-left: auto;
}
.ndl_Formwrapper h3{
    font-family: 'Gilroy Medium', serif;
    font-size: 20px;
    margin-bottom: 18px;
}
#loanDetail{
    display: none;
    font-size: 12px;
    line-height: 20px;
}
.mt-20{
    margin-top: 16px;
}
.ndl_Propertdetail p{
    line-height: 28px;
}
.ndl_Cardpropinfo{
    background-color: #f6f7f9;
    padding: 24px;
    margin-top: 32px;
    margin-bottom: 32px;
}
.ndl_Cardpropinfo h3{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 0;
    display: inline-block;
}
.ndl_Cardpropinfo p{
    font-size: 18px;
    color: #333;
    line-height: 24px;
}
.ndl_Cardpropinfo p.ndl_Rerano{
    font-size: 14px;
}
.ndl_Cardpropinfo i{
    font-size: 16px;
}
.ndl_Cardpropinfo .btn{
    border: none;
    padding: 0;
}
.ndl_Cardpropinfo .btn:hover, .ndl_Cardpropinfo .btn:active, .ndl_Cardpropinfo .btn:focus{
    outline: none;
    border: none;
}
.ndl_Rera{
    margin-top: 32px;
}
.ndl_Rera h3{
    margin: 0;
}
.ndl_Rera button{
    margin-left: 4px;
    margin-right: 12px;
}
.ndl_Propertdetail h2 {
    font-weight: 600;
    font-size: 20px;
    font-family: 'Gilroy Medium', serif;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 52px;
}
.ndl_Propertdetail h4{
    font-family: 'Gilroy Medium', serif;
    font-weight: 600;
    font-size: 16px;
}
.ndl_Specproperty ul{
    line-height: 36px;
}
.ndl_Availability{
    color: #999;
    font-size: 12px;
}
.ndl_Tblbold{
    font-weight: 700;
    color: #000;
    margin-left: 4px;
    font-size: 16px;
}
.ndl_Propertyamenities h3{
    font-family: 'Gilroy Regular';
    font-size: 16px;
    color: #333;
    width: 25%;
}
.ndl_Propertyamenities ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    padding-left: 0;
}
.ndl_Propertyamenities ul li{
    width: 33.33%;
    padding: 22px 6px;
    padding-top: 0;
    font-size: 14px;
}
.ndl_Propertyamenities ul li img{
    height: 16px;
    width: 16px;
    margin-right: 4px;
}
.ndl_Highlights{
    background-color: #f6f7f9;
    padding: 24px;
    margin-top: 32px;
    margin-bottom: 32px;
}
.ndl_Highlights p{
    font-size: 16px;
    font-weight: 600;
    color: #6a6a6a;
    line-height: 32px;
}
.ndl_Infosources{
    font-weight: 400 !important;
    margin-top: 18px;
    font-size: 12px;
    line-height: 20px !important;
}
.ndl_Similarproj h2{
    font-weight: 600;
    font-size: 32px;
    font-family: 'Gilroy Medium', serif;
    line-height: 40px;
    margin-bottom: 30px;
}
.ndl_Similarprojectslide{
    position: relative;
}
.ndl_Similarprojectslide:hover img{
    transform: scale(1.17);
}
.ndl_Similarprojectslide .content-wrapper{
    padding-top: 16px;
}
.ndl_Similarprojectslide h3{
    font-family: 'Gilroy Medium', serif;
    font-size: 20px;
}
.ndl_Similarprojectslide .subtext{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.subTile{
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 12px;
}
.subTile i{
    margin-right: 4px;
}
.ndl_Builderconnect{
    display: flex;
    flex-direction: row;
    padding-top: 12px;
    border-top: 1px dotted #000;
}
.ndl_Builderconnect h5{
    font-size: 14px;
    color: #666;
    line-height: 20px;
}
.btn_normal_2{
    border: 1px solid #844b2d;
    color: #844b2d;
    border-radius: 0;
}
.ndl_Projectsecondsec h2{
    font-family: 'Gilroy Medium', serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.ndl_Projectsecondsec img{
    height: 360px;
    width: 100%;
    object-fit: cover;
}
.ndl_Aboutsec.projects .carousel-item, .ndl_Aboutsec.projects .carousel-item img{
    height: 480px;
}
.ndl_Aboutsec.projects .carousel-item .carousel-caption{
    width: fit-content;
    left: 6%;
    bottom: 4%;
}
.ndl_Aboutsec.projects .carousel-item h1{
    font-size: 32px;
    margin-bottom: 18px;
}
.ndl_Aboutsec.projects .carousel-item p, .ndl_Aboutsec.projects .carousel-item h5{
    color: #fff;
    margin-bottom: 24px;
}
.ndl_Aboutsec.projects .carousel-item h1.mx-450{
    max-width: 450px;
}
.ndl_Aboutsec.projects .carousel-item p.mx-430{
    max-width: 430px;
}
.ndl_Aboutsec.projects .carousel-item .ndl_Builderconnect{
    border-color: #fff;
}
.ndl_Aboutsec.projects .carousel-item .ndl_Location{
    font-size: 20px;
    line-height: 24px;
}
.ndl_Aboutsec.projects .carousel-item .ndl_Amount{
    margin-bottom: 8px;
}
.ndl_Aboutsec.projects img{
    position: relative;
    margin-top: 0;
}
.ndl_Projectbannerwrapper{
    position: relative;
    margin-top: 48px;
}
.ndl_Overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 32px;
    display: flex;
}
.ndl_Projectbannerwrapper .ndl_Overlay .ndl_Content{
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: #fff;
}
.ndl_Projectbannerwrapper .ndl_Overlay .ndl_Content h3{
    font-family: 'Gilroy Medium', serif;

}
.ndl_Projectbannerwrapper .ndl_Overlay .ndl_Content .ndl_Builderconnect{
    border-color: #fff;
}
.ndl_Projectbannerwrapper .ndl_Overlay .ndl_Content .ndl_Builderconnect h5{
    color: #fff;
}
.ndl_Buildersechero{
    padding-top: 140px;
}
.ndl_Buildersechero h1{
    font-size: 52px;
    line-height: 72px;
    margin-bottom: 0;
}
.ndl_Buildersechero p{
    line-height: 32px;
}
.ndl_Buildersechero img{
    height: 320px;
    width: 100%;
    object-fit: cover;
}
.ndl_Buildersecheroimgrow {
    margin-top: 68px;
}
.ndl_Builderbannerlogowrapper{
    display: flex;
    align-items: center;
    padding: 16px;
    margin: 24px;
/*    background-color: #fff;*/
/*    background-color: rgba(255, 255, 255, 0.8);*/
/*    transform: translateY(-70px);*/
    position: absolute;
    bottom: 0;
}
.ndl_Builderbannerlogowrapper .ndl_Builderlogowrapper{
    height: auto;
    width: auto;
    padding: ;
    display: flex;
    align-items: center;
}
.ndl_Builderbannerlogowrapper .ndl_Builderlogowrapper img{
    height: 90px !important;
}
.ndl_Builderbannerlogowrapper h1{
    font-size: 40px;
    margin-left: 18px;
    line-height: 0;
}
.ndl_Builderestablish h2{
    font-weight: 600;
    font-size: 32px;
    font-family: 'Gilroy Medium', serif;
    line-height: 62px;
    max-width: 420px;
}
.ndl_Builderestablishcontentwrapper{
    max-width: 350px;
    margin-left: 6%;
}
.ndl_Builderestablishcontentwrapper p{
    line-height: 32px;
}
.ndl_Establishedhr{
    height: 2px !important;
    background-color: #e7e7e7;
    margin: 42px 0;
}
.ndl_Establishedcardcoltitle{
    font-family: 'Gilroy Medium', serif;
    font-size: 20px;
}
.ndl_Establishedcard h3{
    font-size: 48px;
    line-height: 42px;
    margin: 16px;
}
.ndl_Darkbg{
    background-color: #111315;
    background: linear-gradient(
    to bottom,
    #111315 500px,
    #fafafa 30vh,
    #fafafa 70vh
  );
    color: #fff;
}
.ndl_Darkbg p{
    color: #adadad;
}
.ndl_Darkbg a{
    color: #adadad;
}
.ndl_Darkbg h3{
    font-family: 'Gilroy Medium', serif;
    font-size: 20px;
    margin-top: 38px;
    margin-bottom: 24px;
}
.ndl_Projectimg{
    height: 320px;
    object-fit: cover;
    width: 100%;
}
.ndl_Builderprojectimg{
    position: relative;
}
.ndl_Builderprojectimg .card-img-overlay{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 20px;
    color: #fff;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}
.ndl_Builderprojectimg .card-img-overlay a{
    border-top: 0.5px solid #a5a5a5;
    display: block;
    padding-top: 12px;
}
.ndl_Builderprojecttabs{
    margin-top: 100px;
}
.ndl_Builderprojecttabs h2{
    color: #000;
    font-size: 40px;
    margin-bottom: 42px;
}
.ndl_Builderprojecttabs .nav-link{
    padding-left: 0;
    font-weight: 700;
    font-size: 20px;
    color: #a1a1a1;
}
.ndl_Builderprojecttabs .nav-link.active{
    color: #000;
}
.ndl_Builderprojecttabs .tab-pane img{
    height: 340px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 32px;
}
.ndl_Builderprojecttabs .tab-content h4{
    color: #000;
    font-family: 'Gilroy Medium', serif;
    font-size: 20px;
}
.ndl_Builderprojecttabs .tab-content a{
    color: #000;
}
.ndl_Builderprojecttabs .tab-content p{
    color: #838383;
    line-height: 28px;
}
.ndl_Builderprojecttabs .tab-content{
    padding: 0;
}
.ndl_Banner_Boldpara{
    font-size: 20px;
    line-height: 40px !important;
}

/*index-2*/
/*index-2*/
.ndl_Diffentfrmother {
    padding: 132px 0;
    padding-bottom: 150px;
}
.ndl_Diffentfrmother h2{
    font-family: 'Gilroy Medium', serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 22px;
    max-width: 75%;
}
.ndl_Diffentfrmother p{
    max-width: 80%;
    margin-bottom: 28px;
}
.ndl_Diffentfrmother ul{
    line-height: 32px;
}
.ndl_Diffentfrmother ul li{
    position: relative;
    padding-left: 28px;
}
.ndl_Diffentfrmother ul li:before{
    content: '';
    background-color: #eee;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}
blockquote{
    position: relative;
    padding-left: 48px;
}
blockquote svg{
    /*position: absolute;*/
    top: -76px;
    left: 42px;
    width: 72px;
    height: auto;
}
blockquote p{
    font-size: 30px;
    line-height: 46px;
}
.arrow-wrapper{
    position: relative;
    max-width: 210px;
    padding-left: 48px;
    display: flex;
}
.arrow-wrapper .swiper-button-prev, .arrow-wrapper .swiper-button-next{
    position: relative;
    left: unset;
    right: unset;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px;
}

/*blockquote p:before, blockquote p:after{
    content: '“';
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    font-family: inherit;
}*/
blockquote small{
    margin-top: 24px;
    font-size: 18px;
    display: block;
}

/*Partnerprogram*/
.ndl_Partprogrmline{
    -webkit-transform: scaleX(5);
    -moz-transform: scaleX(5);
    -o-transform: scaleX(5);
    -ms-transform: scaleX(5);
    transform: scaleX(5);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    display: inline-block;
    margin-right: 54px;
}
.ndl_Highlighter_Partnerprgrm{
    font-size: 18px;
    color: #303030;
    margin-bottom: 20px;
    display: block;
}
h1.ndl_Partprogrm{
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 32px;
}
.ndl_Bannerpartnerprgrm{
    padding-top: 120px;
}
.ndl_Bannerpartnerprgrm img{
    height: 530px;
    object-fit: contain;
    margin-left: auto;
}
h2.ndl_Partprogrmpayforward{
    font-weight: 600;
    font-size: 44px;
    margin-bottom: 28px;
}
p.ndl_Partprogrmpayforward{
    color: #858585;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.row.ndl_Partprogramcard{
    --bs-gutter-x: 44px;
}
.ndl_Partprogramcard h4{
    font-family: 'Gilroy Medium', serif;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.ndl_Partprogramcard p{
    color: #858585;
    font-size: 16px;
}
.ndl_prtprgrmtitle-1{
    font-weight: 600;
    font-size: 28px;
}
.ndl_Partnrcommunity{
    margin-top: 54px;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.ndl_Partnrcommunity div.logo svg{
    height: auto;
    max-height: 50px;
    width: 100%;
}
.ndl_Newstream{
    background-color: #f9f8f7;
    border-bottom: 1px solid #bcbcbc;
}
.ndl_Box{
    background-color: #ffa1a1;
    height: 7px;
    content: " ";
    width: 50px;
    display: block;
    margin: 0 auto 36px;
}

.ndl_Faqsec .accordion-item {
    background-color: transparent;
    border: none;
}
.ndl_Faqsec .accordion-item .accordion-button{
    background-color: transparent;
}
.ndl_Faqsec .accordion-item .accordion-button:not(.collapsed){
    box-shadow: none;
    color: #212529;
}
.accordion-item.borderbottom{
    border-bottom: 1px solid #dee2e6 !important;
}
.ndl_Turnrevenue{
    background-color: #844b2d;
}
.ndl_Turnrevenue .ndl_prtprgrmtitle-1{
    color: #fff;
}
.ndl_Turnrevenue .ndl_Partprogrmpayforward{
    color: #fff;
}
.ndl_Turnrevenue .btn.btn_normal{
    background-color: #fff;
    border: 1px solid #fff;
    color: #844b2d;
}
.ndl_Turnrevenue .btn.btn_normal:hover{
    background-color: #844b2d;
    color: #fff;
}

/*Careers*/
.ndl_Career_Banner{
    position: relative;
    padding-top: 140px;
    min-height: 85vh;
    align-content: end;
    /*background: linear-gradient(180deg,#dfeeff 4.45%,#ffffff 98.34%);*/
}
.ndl_Career_Banner:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.ndl_Career_Banner h1{
    font-size: 44px;
    font-weight: 600;
    color: #fff;
    line-height: 60px;
    margin-bottom: 18px;
}
.ndl_Career_Banner p{
    max-width: 600px;
    color: #f1f1f1;
    font-size: 20px;
    line-height: 36px;
    display: block;
    margin-bottom: 0px;
}
.ndl_Fullfilling h2{
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 24px;
}
.ndl_Fullfilling p{
    line-height: 30px;
    margin-bottom: 40px;
}
.ndl_Image_Tile_Sec{
    padding-top: 40px;
}
.ndl_Photo_Feed{
    display: flex;
    flex-wrap: wrap;
}
.ndl_Photo_Feed li{
    flex: 1;
    flex-basis: 0;
}
.ndl_Culture h2{
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 24px;
}
.ndl_Culture p{
    line-height: 30px;
    max-width: 700px;
    margin-bottom: 80px;
}
.ndl_Culture_Cardrow{
    --bs-gutter-x: 36px;
}
.ndl_Culture_Card{
    background: #f8efe6;
    padding: 30px;
    height: 100%;
    border-radius: 8px;
    text-align: left;
}
.ndl_Culture_Card img{
    height: 32px;
}
.ndl_Culture_Card p{
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 28px;
}
.ndl_Current_Openings h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 28px;
}
.ndl_Current_Openings p{
    line-height: 30px;
    margin-bottom: 36px;
}
.ndl_Current_Openings_Title{
    font-family: 'Gilroy Medium', serif;
    color: #37373c;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 12px;
}
.ndl_Current_Openings_Para{
    margin-bottom: 12px !important;
}
.btn_Readmore.dark{
    color: #000;
}
.ndl_Culterheroimg{
    height: 500px;
    object-fit: cover;
    padding-right: 40px;
}
.ndl_Culturelist li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 18px;
}
.ndl_Culturelist li:last-child{
    border-bottom: none;
}
.ndl_Culturelist li p{
    font-size: 16px;
    margin-bottom: 18px;
}
.ndl_Culturelist li h3{
    font-family: 'Gilroy Medium', serif;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
}

.ndl_Current_Openings_List li{
    margin: 14px 0;
}
.ndl_Current_Openings_List li a{
    font-size: 16px;
    font-weight: 600;
}
.ndl_Current_Openings_List li a:hover{
    color: #3b78f2;
    text-decoration: underline;
}
.ndl_Connect_Us_Card{
    padding: 44px;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    color: #fff;
    border-radius: 8px;
    background-image: url(../images/connect-us-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #f2e9cc;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-content: space-between;
    box-shadow: 0 5px 14px rgb(15 31 41 / 10%), 0 0 3px rgb(15 31 41 / 6%);
    max-width: 360px;
}
.ndl_Connect_Us_Card h2{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 44px;
    color: #000;
}
.ndl_Connect_Us_Card_Content{
    flex-grow: 1;
}
.ndl_Perks{
    
}
.ndl_Perks h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 44px;
}
.ndl_Perks_Card_Row{
    --bs-gutter-x: 46px;
}
.ndl_Perks_Card{
    background-color: #f8f8f8;
    text-align: center;
    padding: 30px;
    margin-top: 24px;
    height: 100%;
}
.ndl_Perks_Card_Icon_Wrapper img{
    margin-left: auto;
    margin-right: auto;
    height: 144px;
}
.ndl_Perks_Cardcontent_Wrapper{
    
}
.ndl_Perks_Cardcontent_Wrapper p{
    line-height: 30px;
}
.ndl_Perks_Card h3{
    font-family: 'Gilroy Medium', serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
}
.ndl_Career_Form_Sec h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 24px;
}
.ndl_Career_Form_Sec{
    padding-top: 0;
}
.ndl_Career_Form_Sec p{
    line-height: 30px;
    margin-bottom: 24px;
    max-width: 500px;
}
.career-form {
    width: 75%;
}
.ndl_Career_Image{
    padding-left: 44px;
}

/*Career Detail*/
.ndl_Careerdetail h1{
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 8px;
}
.ndl_Careerdetail .ndl_Location{
    font-size: 14px;
    display: flex;
    align-items: center;
}
.ndl_Careerdetail .ndl_Location i{
    margin-right: 4px;
    font-size: 14px;
}
.ndl_Careerdetail h2{
    font-size: 24px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 18px;
}
.ndl_Careerdetail p{
    margin-bottom: 12px;
}
.ndl_Careerdetail h3{
    font-family: 'Gilroy Medium', serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 18px;
}
.ndl_Careerdetail ul li{
    padding-left: 18px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}
.ndl_Careerdetail ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
}
.ndl_Description.sticky-top {
    top: 80px;
}
.ndl_Descriptionwrapper{
    border-left: 2px solid #844b2d;
    padding-left: 6px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ndl_Descriptionwrapper p{
    margin-bottom: 4px;
    line-height: 18px;
}
.ndl_Descriptionwrapper p.title{
    font-weight: 700;
    font-size: 16px;
}
.ndl_Descriptionwrapper p.caption{
    color: #757575;
    font-size: 14px;
    margin-bottom: 0;
}
.ndl_Keyskillbadge{
    background-color: #844b2d;
    color: #fff;
    border-radius: 25px;
    padding: 2px 8px;
    margin-right: 4px;
    margin-bottom: 6px;
    font-size: 12px;
    display: inline-block;
}
h4.modal-title{
    font-family: 'Gilroy Medium', serif;
    font-size: 20px;
}
.custom-file {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ced4da;
    position: relative;
    padding-left: 16px;
}
.custom-file-input {
    white-space: nowrap;
    /* visibility: hidden; */
}
.custom-file label {
    background-color: #844b2d;
    padding: 6px 8px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
}
.resetbtn{
    border: none;
}

/*Investment Consulting*/
.ndl_Investconsult_Title_1{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}
.ndl_Featured_Row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.ndl_Featured_Column{
    margin-right: 32px;
}
.ndl_Featured_Column:last-child{
    margin-right: 0;
}
.ndl_Investconsult_Title_2{
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 16px;
}
.ndl_Freshapprochimg{
    height: 420px;
    width: 100%;
    margin-top: 32px;
    object-fit: cover;
}
.logo-swiper {
  width: 100%;
  padding-top: 40px;
}
.logo-swiper .swiper-slide{
    text-align: center;
}
.logo-swiper img {
    max-width: 100%;
    max-height: 56px;
  object-fit: contain;
  margin: auto;
}


.swiperTestimonial p.author{
    font-weight: 600;
    margin: 0;
    font-size: 16px;
}
.swiperTestimonial p.designation{
    color: #747474;
    font-size: 16px;
    margin: 0;
}
.swiper-pagination-bullet-active{
    color: red;
}
.ndl_Articlewrapper{
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    position: relative;
}
.ndl_Articleimgwrapper{
    width: 30%;
}
.ndl_Articlewrapper .highlighter{
    background-color: #eee;
    padding: 4px 6px;
    font-size: 14px;
    margin-bottom: 8px;
    display: inline-block;
}
.ndl_Articleimgwrapper img{
    height: 250px;
    object-fit: contain;
}
.ndl_Articlecontentwrapper{
    width: 70%;
    padding-left: 36px;
}
.ndl_Articlecontentwrapper h3{
    font-family: 'Gilroy Medium', serif;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}
.ndl_Articlecontentwrapper p{
    font-size: 14px;
    line-height: 26px;
}
.ndl_Articlewrapper .btn_Readmore{
    color: #000;
}
.ndl_Articlewrapper .btn_Readmore:hover i{
    color: #000;
}


@media (max-width: 1199px){
    header .foot-nav-container {
        padding-left: 32px;
        padding-right: 32px;
    }
    h3.ndl_Landtext{
        font-size: 28px;
    }

    .ndl_Contactbanner h1{
        font-size: 56px;
        line-height: 64px;
    }
    .ndl_Contact_Infowrapper {
        padding-left: 24px;
    }

    .ndl_Footerpara{
        max-width: 100%;
        margin-bottom: 24px;
    }
    .ndl_Footer_Link{
        justify-content: space-between;
    }
    .ndl_Footer_Linkitem a{
        margin: 0 18px;
    }
}
@media (min-width: 992px) {
    .hiw-image-container {
        flex: 1 1 55%;
    }
    .hiw-steps {
        flex: 1 1 45%;
    }
}
@media (max-width: 991px){
    section{
        padding: 76px 0;
    }
    .foot-nav-container{
        padding-left: 40px;
        padding-right: 40px;
    }
    .ndl_Serviceitemrow{
        flex-direction: column;
    }

    .cta-service p {
        width: 80%;
    }
    .servicerow img{
        margin-bottom: 20px;
    }
    .ndl_Career_Banner h1 {
        font-size: 36px;
    }

    .ndl_Footer_Linkitem{
        width: 25%;
    }
    .hiw-image-container{
        margin-bottom: 32px;
        min-height: unset;
    }

/*    Contact*/
    .ndl_Contact_Infowrapper{
        padding-left: 0;
        margin-top: 58px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 86%;
    }
}
@media (max-width: 767px){
    .foot-nav-container{
        padding-left: 24px;
        padding-right: 24px;
    }
    .ndl_Banner h1{
        font-size: 40px;
        line-height: 56px;
    }
    .ndl_Servicecontact h2{
        font-size: 28px;
        line-height: 48px;
    }
    h3.ndl_Landtext {
        font-size: 24px;
        line-height: 40px;
    }
    .main-title{
        font-size: 28px;
    }
    .ndl_WW_Relation_Content h2{
        font-size: 22px;
    }
    .ndl_Innerabout p{
        font-size: 24px;
        line-height: 42px;
    }
    .ndl_Recievepromopara p {
        font-size: 14px;
        line-height: 26px;
    }
    .ndl_Contactbanner h1 {
        font-size: 52px;
        line-height: 64px;
    }
    .ndl_Services h2{
        font-size: 28px;
    }
    .ndl_Contactform{
        width: 100%;
    }
    .ndl_Footerpara{
        font-size: 16px;
        line-height: 28px;
    }
    .ndl_Rights{
        font-size: 16px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 94%;
    }
}
@media (max-width: 575px){
    /*.client-item { 
        min-width: 110px;
    }
    .client-item img { 
        max-height: 44px; 
    }*/
    .navbar-expand-md .navbar-nav .nav-item{
        margin-left: 0;
    }
    .navbar-expand-md .navbar-nav .nav-item:first-child{
        margin-top: 28px;
    }
    .navbar-expand-md .navbar-nav .nav-item:last-child{
        margin-left: 0;
    }
    .ndl_Banner h1 {
        font-size: 34px;
        line-height: 52px;
    }
    .ndl_Services h2 {
        font-size: 24px;
    }
    .ndl_Whychooseus h2{
        font-size: 26px;
        line-height: 38px;
    }
    .ndl_Contactbanner h1 {
        font-size: 44px;
        line-height: 58px;
    }
    .ndl_Footer_logowrapper{
        text-align: center;
        display: unset;
    }
    .ndl_Statfield{
        width: 100%;
    }
    .ndl_Statfield:last-child {
        border-left: none;
        padding-left: 0px;

        border-top: 1px solid #844b2d;
        padding-top: 24px;
        margin-top: 24px;
    }
    .product-importance-header h2{
        font-size: 20px;
        line-height: 38px;
        font-weight: 400;
    }
    .hiw-step{
        grid-template-columns: 4px 42px 1fr;
    }
    .hiw-step-number{
        height: 44px;
        width: 40px;
    }
    .cta-service p {
        width: 100%;
    }
    .client-item {
        min-width: 110px;
        padding: 8px 12px;
    }
    .client-item img {
        max-height: 44px;
    }
    /* slower on small screens for readability */
    .clients-track {
        --scroll-duration: 26s;
    }
    .container{
        padding-left: 24px;
        padding-right: 24px;
    }
    .servicerow h3 {
        font-size: 20px;
        line-height: 34px;
    }
    .ndl_Innerabout p {
        font-size: 20px;
        line-height: 38px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .clients-track {
        animation: none !important;
    }
    .client-item:hover {
        transform: none;
        box-shadow: none;
    }
}