/* inter-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v12-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/inter-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/inter-v12-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/inter-v12-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/inter-v12-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/inter-v12-latin-regular.svg#Inter') format('svg');
    /* Legacy iOS */
}

/* inter-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/inter-v12-latin-500.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/inter-v12-latin-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/inter-v12-latin-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/inter-v12-latin-500.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/inter-v12-latin-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/inter-v12-latin-500.svg#Inter') format('svg');
    /* Legacy iOS */
}

/* inter-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/inter-v12-latin-600.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/inter-v12-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/inter-v12-latin-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/inter-v12-latin-600.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/inter-v12-latin-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/inter-v12-latin-600.svg#Inter') format('svg');
    /* Legacy iOS */
}

/* inter-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/inter-v12-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/inter-v12-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/inter-v12-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/inter-v12-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/inter-v12-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/inter-v12-latin-700.svg#Inter') format('svg');
    /* Legacy iOS */
}

/* inter-800 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/inter-v12-latin-800.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/inter-v12-latin-800.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/inter-v12-latin-800.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/inter-v12-latin-800.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/inter-v12-latin-800.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/inter-v12-latin-800.svg#Inter') format('svg');
    /* Legacy iOS */
}

/* fjalla-one-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fjalla One';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fjalla-one-v13-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/fjalla-one-v13-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/fjalla-one-v13-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/fjalla-one-v13-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/fjalla-one-v13-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/fjalla-one-v13-latin-regular.svg#FjallaOne') format('svg');
    /* Legacy iOS */
}
html{
    scroll-behavior: auto;
}

body {
    font-size: 16px;
    color: #010101;
    background-color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
}

a {
    text-decoration: none;
}

.btn-theme {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #fff;
    background-color: #f7931d;
    padding: 15px 30px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 20px;
}

.btn-theme:hover {
    color: #fff;
    background-color: #a95c04;
}

.background-overlay-1 {
    background-image: url(../images/diagonal-lines-2.webp);
    background-position: center center;
    opacity: 1;
}

.bottom-left-box:before {
    content: '';
    position: absolute;
    bottom: -56px;
    left: -64px;
    width: 200px;
    height: 200px;
    z-index: -1;
    background: #f7931d;
}

.top-right-box:before {
    content: '';
    position: absolute;
    top: -56px;
    right: -64px;
    width: 200px;
    height: 200px;
    z-index: -1;
    background: #f7931d;
}

.list1 li {
    position: relative;
    list-style: none;
    margin-left: 20px;
    padding-bottom: 5px;
}

.list1 li:before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 17px;
    display: flex;
    align-content: center;
    justify-content: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    left: -23px;
    top: 3px;
    color: #ffffff;
    background: #f7931d;
}

.section-sub-title {
    display: block;
    font-size: 20px;
    font-family: 'Fjalla One';
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.section-title {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.ndt-parallax {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.ndt-parallax:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000008f;
    z-index: 1;
}

.ndt-parallax .container {
    position: relative;
    z-index: 2;
}

.site-loader {
    background-color: #ffffff;
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
}

.to-top-icon {
    background-color: #f7931d;
    color: #ffffff;
    font-size: 12px;
    display: none;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 48%;
    bottom: 15px;
    z-index: 99;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -ms-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.to-top-icon:hover {
    background-color: #ff8800;
    color: #ffffff;
}

@media screen and (max-width: 575px) {
    .to-top-icon {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 13px;
        right: 10px;
        bottom: 10px;
    }
}

/*-------------------------------header nav ----------------------- */
.top-menu a {
    color: #fff;
}

.site-identity {
    width: 15%;
}

.site-identity {
    width: 15%;
}

.mid-header-inner {
    width: 85%;
}


.site-identity .site-title {
    margin: 0;
    line-height: 1.1;
    font-size: 28px;
}

.site-identity .site-description {
    font-size: 13px;
    margin-bottom: 0;
}

.site-identity img {
    max-width: 100px;
    -webkit-transition: opacity 0.4s linear;
    -moz-transition: opacity 0.4s linear;
    -ms-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
}



.site-identity a {
    display: block;
}

.site-identity a:hover img,
.site-identity a:focus img,
.site-identity a:active img {
    opacity: 0.5;
}

.mid-header {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    transition: all 0.3s ease;
    z-index: 900;
}

.bottom-header {
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.header-contact ul {
    margin: 0;
    padding: 0;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}

.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}

.navbar {
    padding: 0 0;
}



.navbar-nav .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: none;
}



.dropdown-toggle::after {
    color: #ffffff;
}
.dropdown-item{
white-space: pre-line !important;
}


/* Adjust styles for large screens */
@media (min-width: 992px) {
    .nav-link {
        color: #fff;
        border-top: 4px solid #ffffff00;
        margin: 0px 35px 0px 0px;
    }

    .navbar-nav .nav-item:hover .nav-link,
    .navbar-nav .nav-item.active .nav-link {
        color: #fff;
        border-top: 4px solid #f7931d;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
        min-width: 308px;
    }

    /* Style for megamenu */
    .megamenu {
        position: static !important;
    }

    .megamenu-content {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        z-index: 9999;
        padding: 20px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    }

    .megamenu-content .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .megamenu-content .col-lg-3 {
        width: 23%;
    }

    /* Show megamenu when dropdown is hovered */
    .dropdown:hover .megamenu-content {
        display: block;
    }

    .megamenu-content {
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        box-shadow: none;
        padding: 0;
    }

    .megamenu-content .row {
        width: 100%;
        margin: 0;
    }

    .megamenu-content .col-lg-3 {
        width: auto;
    }

    .megamenu-content .dropdown-header {
        padding: 5px 10px;
        background-color: #e9ecef;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 10px;
        border-bottom: 1px solid #dee2e6;
    }

    .megamenu-content .dropdown-item {
        display: block;
        width: 100%;
        padding: 5px 10px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #212529;
        white-space: pre-line;
    }

    .megamenu-content .dropdown-item:hover,
    .megamenu-content .dropdown-item:focus {
        background-color: #f8f9fa;
    }
}



/*-------------------------------------------------*/
.ndt-hero {
    position: relative;
    height: 80vh;
    min-height: 550px;
    overflow: hidden;
}

.hero-slider {
    height: 80vh;
    min-height: 550px;
    z-index: 10;
}

.hero-slider:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #00000045;
    z-index: 10;
}

.hero-image {
    display: block;
    background-size: cover;
    background-position: center center;
    height: 80vh;
    min-height: 550px;
}

.hero-image.slick-active {
    transition: transform 5s ease-out;
    transform: scale(1.2);
}

.slick-slider:hover .slick-autoplay {
    animation-play-state: paused !important;
}


.banner-content {
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    height: 80vh;
    min-height: 550px;
    width: 100%;
    z-index: 11;
}


.banner-content .banner-title {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 25px;
}

.banner-content p {
    font-size: 16px;
    margin-bottom: 25px;
}

.banner-bottom {
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}

.banner-bottom-service {
    border-top: 0.5px solid #fff;
    display: flex;
    padding: 10px 0;
    min-height: 210px;
    transform: translateY(191px);
    transition: all 1s ease;
}

.banner-bottom-service i {
    margin-left: 5px;
    margin-right: 10px;
    background: #f7931d;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
}

.banner-bottom-service:hover {
    border-top: 2px solid #fff;
    transform: translateY(-20px);
    background: #14426ceb;
}

.section-padding {
    padding: 5em 1em 5em 1em;
}

.about-content {
    padding: 3em 7em 3em 3em;
}

.about-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 88%;
    opacity: 0.1;
    z-index: 0;
    transform: translate(-29px, 38px);
}

.breadcrumb-link {
    color: #f7931d;
    padding: 0 10px;
}
.breacrumb-page{
    display: inline-block;
    padding: 0 10px;
}

.client-box{
    height: 250px;
    display: grid;
    align-content: center;
    justify-content: center;
}
.client-logo.slick-slide {
    display: grid;
    height: 241px;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin: 10px;
}
.site-footer {
    position: relative;
    background-size: cover;
    background-position: center;
}

.site-footer:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00315ede;
    z-index: 1;
}

.site-footer .container {
    position: relative;
    z-index: 2;
}

.site-footer .nav-link,
.site-footer p {
    font-size: 14px;
}

@media screen and (max-width: 1400px) {
    .banner-bottom-service {
        transform: translateY(222px);
    }
    
}
@media screen and (max-width: 1201px) {
    
    .banner-content .banner-title {
        font-size: 35px;
    }
    .banner-bottom-service {
        display: none;
    }

}
@media screen and (max-width: 991px) {
    .navbar>.container-fluid {
        justify-content: end;
    }

    .navbar-nav .nav-item:hover .nav-link,
    .navbar-nav .nav-item.active .nav-link {
        color: #000;
    }

    .nav-link {
        color: #000;
    }

    .navbar-nav .nav-item:hover .nav-link,
    .navbar-nav .nav-item.active .nav-link {
        border-top: none;
    }

    .dropdown-toggle::after {
        color: #000000;
    }

    .banner-content .banner-title {
        font-size: 25px;
    }

}

@media screen and (max-width: 767px) {

    .site-identity {
        width: 36%;
    }

    .site-identity img {
        max-width: 75px;
    }

    .section-title {
        font-size: 27px;
    }

    .top-right-box:before {
        top: -16px;
        right: -13px;
    }

    .bottom-left-box:before {
        bottom: -16px;
        left: -13px;
    }

    .about-content {
        padding: 3em 2em 2em 2em;
    }

}