:root {
    --alt-font: "Poppins", "Prompt", sans-serif;
    --primary-font: "Poppins", "Prompt", sans-serif;
}

.bg-header-dark {
    background-color: #000612;
}

.bg-header-dark-2 {
    background-color: #0f152b;
}

.bg-red-2 {
    background-color: #ed2629;
}

.text-gary-2 {
    color: #cccccc;
}

.text-red-2 {
    color: #ed2629;
}

.border-left-banner {
    border-left: 10px solid #e92528;
}

.bg-midnight-blue {
    background-color: #17161b;
}

.tf-languages a {
    padding-right: 8px;
}

.tf-languages a:last-child {
    padding-right: 0;
}

.tf-languages a img {
    filter: none;
}

.tf-languages a.active img {
    filter: invert(28%) sepia(0%) saturate(1%) hue-rotate(224deg) brightness(104%) contrast(90%);
}

.text-tilte-about {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.btn-about-custom {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    border-radius: 30px;
    text-transform: none;
    padding: 8px 25px;
    transition: all 0.3s ease;
}

.btn-about-custom:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.btn-about-custom:hover i {
    transition: transform 0.3s ease;
    transform: translate(3px, -3px) rotate(-45deg);
}


.btn-banner-custom {
    font-size: 30px;
    font-weight: 500;
    color: #fefefe;
    background-color: #0f0f0f;
    border-radius: 20px;
    text-transform: none;
    padding: 10px 30px;
}

.btn-banner-custom:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.btn-banner-custom:hover i {
    transition: transform 0.3s ease;
    transform: translate(3px, -3px) rotate(-45deg);
}

.text-title-client {
    line-height: 3.5rem;
}

.text-title-client::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 70px);
    width: 220px;
    height: 5px;
    background: red;
}

.footer-menu li a {
    color: #cccccc;
    font-size: 18px;
    font-weight: 500;
}

.footer-menu li a:hover {
    color: #ed2629;
}

.tp-title-line-1 {
    width: 70px;
    height: 4px;
    margin: 15px auto 30px auto;
    background-color: #ed2629;
}

.tp-title-line-1.align-left {
    width: 100px;
    margin: 15px auto 30px 0;
}

.list-style-custom li {
    list-style: inherit !important;
}

.zoom-in-out-element {
    animation: zoom-in-zoom-out 3s ease infinite;
}

.display-4 {
    position: relative;
    padding: 0 0 20px;
    font-size: 30px;
    font-weight: 500;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 20px;
}

.display-4:after {
    content: " ";
    position: absolute;
    width: 66px;
    height: 4px;
    background-color: #ed2629;
    left: 0;
    bottom: 0;
}

.display-5 {
    position: relative;
    padding: 0 0 0;
    font-size: 70px;
    font-weight: 500;
    color: #ed2629;
    line-height: 1.5;
    margin-bottom: 30px;
}

.display-5:after {
    content: " ";
    position: absolute;
    width: 25%;
    height: 2px;
    background-color: #6C6D70;
    left: 0;
    bottom: 0;
}

.card.height-auto {
    height: auto;
}

.card-2 {
    position: relative;
    -webkit-box-shadow: 0 6px 24px 0 rgba(5, 34, 41, .28);
    box-shadow: 0 6px 24px 0 rgba(5, 34, 41, .28);
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    outline: none;
}

.card-2:hover {
    -webkit-box-shadow: 0 6px 24px 0 rgba(5, 34, 41, .67);
    box-shadow: 0 6px 24px 0 rgba(5, 34, 41, .67);
}

.about-mission {
    background-image: url(../img/nacs-about-history-bg.jpg);
    --background-overlay: '';
    background-repeat: repeat;
    background-size: cover;
}

.blog-categories .categories-btn-2 {
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 70px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
    color: #FFFFFF;
}

.card-title-2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
    color: #FFFFFF;
    margin-bottom: 0;
}

.vision-about .qodef-m-text {
    font-size: 26px;
    line-height: 36px;
    color: #ed2629;
    font-weight: 500;
}

/*  */

.menu-item .submenu {
    font-size: 24px;
    margin-left: 30px;
}

.menu-item .submenu li {
    padding: 10px 0 10px 0;
}

.menu-item .submenu li a {
    color: #fff;
}

.menu-item .submenu li a:hover {
    color: #ed2629;
}

.text-editer p {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}

/* tabs */

.tab-style-09 .nav-tabs .nav-item .nav-link.active,
.tab-style-09 .nav-tabs .nav-item .nav-link.show,
.tab-style-09 .nav-tabs .nav-item .nav-link:hover {
    color: var(--white);
}

.tab-style-09 .nav-tabs .nav-item .nav-link {
    padding: 0;
    border: none;
    background: 0 0;
    position: relative;
    color: rgba(255, 255, 255, .45);
}

@keyframes zoom-in-zoom-out {
    0% {
        scale: 100%;
    }

    50% {
        scale: 150%;
    }

    100% {
        scale: 100%;
    }
}

/* preloader */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #181818;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader .preloader-before {
    top: 0;
}

.preloader .preloader-after {
    bottom: 0;
}

.preloader .percent {
    position: absolute;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 0;
    color: #E60012;
    top: -25px;
}

.logo-container {
    background: transparent;
    margin-bottom: 2rem;
    text-align: center;
    z-index: 9999999999;
}

.preloader .title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    line-height: 0.9;
    letter-spacing: 10px;
    text-align: center;
}

.preloader .title .text-line {
    position: relative;
    display: inline-block;
    text-align: center;
}

.preloader .title .text-strok {
    display: block;
    color: transparent;
    -webkit-text-stroke: 2px #ed2629;
}

.preloader .title .text-fill {
    position: absolute;
    top: 0;
    left: 0;
    color: #ed2629;
    -webkit-clip-path: inset(100% 0% 0% 0%);
    clip-path: inset(100% 0% 0% 0%);
}

.preloader .title .text-strok,
.preloader .title .text-fill {
    display: block;
    width: 100%;
    text-align: center;
}

.preloader .title .text-line.subtitle {
    margin-top: 15px;
    font-size: 40px;
}

.preloader .title .text-strok.subtitle {
    -webkit-text-stroke-width: 1.5px;
}


.preloader .preloader-bar {
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
    background: #1d1d1d;
}


.preloader .preloader-bar .preloader-progress {
    width: 0;
    height: 100%;
    background: #E60012;
}

.v-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* menu hover */
.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    display: none;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    z-index: 999;
}

.arrow {
    font-size: 20px;
    margin-left: 0;
}

@media (min-width: 991px) {
    .menu-item:hover .submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .arrow {
        display: none;
        font-size: 20px;
        margin-left: 0;
    }
}


@media (max-width: 991px) {
    .arrow {
        display: inline-block;
    }

    .menu-item.has-submenu.active .submenu {
        display: block;
    }

    .preloader .title .text-line {
        font-size: 18px;
        line-height: 26px;
    }

    .preloader .title .text-strok {
        -webkit-text-stroke: 0.5px #ed2629;
    }

    .preloader .title .text-line.subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .preloader .title .text-strok.subtitle {
        -webkit-text-stroke-width: 0.5px;
    }

}

@media (max-width: 991px) {
    header .navbar-brand img {
        max-height: 40px;
    }

    .header-push-button .push-button span {
        width: 30px;
    }

    .header-push-button .push-button span:nth-child(1) {
        width: 20px;
        left: 10px;
    }

    .header-push-button .push-button span:nth-child(4) {
        width: 20px;
        left: -2px;
    }

    .text-tilte-about {
        font-size: 16px;
        line-height: 30px;
    }

    .text-title-client::after {
        transform: translate(-50%, 50px);
        width: 130px;
    }

    .btn-banner-custom {
        font-size: 14px;
        font-weight: 500;
        padding: 8px 20px;
    }

    .border-left-banner {
        border-left: none;
    }

    .blog-categories .categories-btn-2 {
        font-size: 30px;
    }

    .card-title-2 {
        font-size: 16px;
    }

    .vision-about .qodef-m-text {
        font-size: 20px;
    }

    .menu-item .submenu {
        font-size: 18px;
        margin-left: 0;
    }
}

/*  */

.project-details-1-left .project-details-1-thumb:last-child {
    margin-bottom: 0;
}

.project-details-1-pt {
    padding-top: 107px;
}

.project-details-1-subtitle i {
    font-style: normal;
}

.project-details-1-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -3.2px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .project-details-1-title {
        font-size: 50px;
    }
}

.project-details-1-title.fs-100 {
    font-size: 100px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .project-details-1-title.fs-100 {
        font-size: 70px;
    }
}

.project-details-1-title.fs-100.fw-700 {
    font-weight: 700;
}

.project-details-1-right {
    padding: 70px 90px;
    height: 650px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #ed2629 transparent;
}

@media (max-width: 767px) {
    .project-details-1-right {
        padding: 35px 15px;
        height: 100%;
    }
}

.project-details-1-title-box {
    margin-bottom: 40px;
}

.project-details-1-title-box p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-right: 80px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .project-details-1-title-box p {
        padding-right: 0;
    }
}

.project-details-1-info {
    margin-bottom: 32px;
}

.project-details-1-info span {
    color: #97979D;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
}

.project-details-1-social {
    position: absolute;
    bottom: 14%;
    right: 8%;
}

.project-details-1-social a {
    display: table;
    height: 44px;
    width: 44px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    margin-top: 10px;
    display: block;
    border: 1px solid rgba(25, 25, 26, 0.14);
}

.project-details-1-social a.share-icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    transform: translateX(-6px);
}

.project-details-1-navigation {
    border-top: 1px solid rgba(20, 20, 20, 0.1);
    padding: 30px 60px;
    padding-top: 20px;
}

@media (max-width: 767px) {
    .project-details-1-navigation {
        padding: 33px 0px;
    }
}

.project-details-1-navigation a i {
    height: 44px;
    width: 44px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    color: var(--tp-common-black);
    border: 1px solid rgba(25, 25, 26, 0.14);
}

.project-details-1-navigation a span {
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
}

.project-details-1-navigation a:hover span {
    color: #ed2629;
}

.project-details-1-navigation a span svg {
    transform: translateY(5px);
}

.project-details-1-prev {
    line-height: 0;
}

.project-details-1-prev i {
    margin-right: 10px;
    transition: 0.3s;
}

.project-details-1-prev:hover i {
    color: var(--tp-common-white);
    border-color: var(--tp-common-black);
    background-color: var(--tp-common-black);
}

.project-details-1-next {
    line-height: 0;
}

.project-details-1-next i {
    margin-left: 10px;
    transition: 0.3s;
}

.project-details-1-next:hover i {
    color: var(--tp-common-white);
    border-color: var(--tp-common-black);
    background-color: var(--tp-common-black);
}

.project-details-1-social-inner {
    display: none;
}

.tp-award-2-title-box p,
.tp-btn-circle,
.tm-hero-text p,
.postbox__text p,
.tp-footer-3-menu ul li a,
.tp-footer-2-contact-item span,
.tp-footer-3-logo-box p,
.tp-copyright-2-left p,
.tp-footer-3-social a,
.tp-copyright-2-social a,
.tp-copyright-2-social a:hover,
.project-details-1-title-box p,
.project-details-1-info span,
.project-details-1-navigation a i,
.project-details-1-social a i,
.tp-blog-list-meta span,
.cn-contactform-support-text span {
    color: #ed2629;
}

.text-editer-2 p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
/*  */