body {
    color: #000000;
}

.fse-58 {
    font-size: 58px;
}
.fse-48 {
    font-size: 48px;
}
.fse-30 {
    font-size: 30px;
}
.fse-24 {
    font-size: 24px;
}
.fse-20 {
    font-size: 20px;
}
@media screen and (max-width: 1999px) {
    .fse-58 {
        font-size: 50px;
    }
    .fse-48 {
        font-size: 42px;
    }
    .fse-30 {
        font-size: 26px;
    }
    .fse-24 {
        font-size: 20px;
    }
    .fse-20 {
        font-size: 18px;
    }
}
@media screen and (max-width: 1799px) {
    .fse-58 {
        font-size: 42px;
    }

    .fse-48 {
        font-size: 36px;
    }

    .fse-30 {
        font-size: 22px;
    }
    .fse-24 {
        font-size: 18px;
    }
    .fse-20 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1599px) {
    .fse-58 {
        font-size: 36px;
    }

    .fse-48 {
        font-size: 32px;
    }

    .fse-30 {
        font-size: 20px;
    }

    .fse-20 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1299px) {
    .fse-58 {
        font-size: 32px;
    }

    .fse-48 {
        font-size: 28px;
    }

    .fse-30 {
        font-size: 20px;
    }

    .fse-20 {
        font-size: 16px;
    }
}

@media screen and (max-width: 572px) {
    .fse-58 {
        font-size: 28px;
    }
    .fse-30 {
        font-size: 20px;
    }
    .fse-24 {
        font-size: 16px;
    }
}
/*-------------------------------------------------*/
.pack_sec2 {
    padding: 30px 0;
}
.custom-card {
    border: 1px solid #707070 !important;
    border-radius: 20px;
}

.px-custom {
    padding-left: 10px;
    padding-right: 10px;
}

.custom-card img {
    width: 300px;
    margin: 0 auto;
}

.get3d_sec1 h2 {
    color: #3A6C9E;
    font-weight: 600;
}

.get3d_sec1 p {
    color: #000000;
    font-weight: 600;
}
/*  section-2*/
.why-section {
    padding-top: 30px;
    border-bottom: 1px solid #c4c2c2;
}

.why-section__heading, .primary_head {
    color: #3A6C9E;
    font-weight: 600;
    margin-bottom: 24px;
}

.why-card {
    padding: 6px 8px;
}

.why-icon {
    width: 72px;
    flex: 0 0 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .why-icon img {
        max-width: 65px;
        height: 65px;
        display: block;
    }

.why-title {
    color: #3A6C9E;
    font-weight: 600;
    margin-bottom: 12px;
    min-height: 55px;
}

.cs_title {
    align-content: center;
}

.why-desc {
    color: #000000;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .why-card {
        flex-direction: column;
    }

    .why-icon {
        margin-bottom: 12px;
        flex: 0 0 auto;
    }

    .why-card .why-content {
        width: 100%;
    }

    .why-title {
        font-size: 20px;
        min-height: 1px;
    }
}


/*slick section*/
.industry-section {
    padding-top: 30px;
    padding-bottom: 80px;
}

.industry-title {
    margin-bottom: 30px;
}

.slick-dots li {
    width: 12px;
    height: 12px;
}

    .slick-dots li button {
        width: 12px;
        height: 12px;
    }

    .slick-dots li.slick-active {
        width: 12px;
        background: #3A6C9E;
    }

.industry-slider .slick-list {
    overflow: hidden !important;
}

.industry-slide {
    padding: 0 12px;
    outline: none;
}

.industry-slider {
    margin-top: 4.5rem;
}

    .industry-slider .slick-list {
        overflow: hidden !important;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        margin-top: -60px;
        margin-bottom: -60px;
    }

    .industry-slider .slick-track {
        display: flex;
        align-items: center;
        height: auto;
    }

.industry-slide {
    padding: 0 12px;
    outline: none;
    box-sizing: border-box;
}

.industry-img {
    width: 100%;
    transition: transform .35s ease, box-shadow .35s ease;
    transform: scaleY(0.92);
    transform-origin: center center;
    box-shadow: none;
    max-height: none;
    height: auto;
    object-fit: cover;
    display: block;
}

.industry-slider .slick-center .industry-img {
    transform: scaleY(1.50);
    position: relative;
    transform-origin: center center;
}

.industry-slider .slick-dots {
    bottom: -20px;
}

@media screen and (max-width: 992px) {
    .industry-slider .slick-dots {
        bottom: -10px;
    }

    .industry-slider {
        margin-top: 3.3rem;
    }

    .industry-section {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 767.98px) {
    .industry-section {
        padding-bottom: 35px;
    }

    .industry-slider .slick-list {
        overflow: hidden !important;
    }

    .industry-img {
        transform: scaleY(1) !important;
    }

    .industry-slider {
        margin-top: 1.5rem;
    }

        .industry-slider .slick-dots {
            bottom: 25px;
        }
}

/*video section*/
.sample-outputs-section {
    background: #F4F8FB;
    padding: 30px 0px 30px;
    text-align: center;
}

.sample-outputs-title {
    margin-bottom: 24px;
    font-weight: 600;
    color: #2f6d9e;
}

.media-card {
    position: relative;
}

.media-thumb {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    border-radius: 6px;
}

.media-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.close {
    font-weight: normal;
    line-height: 1;
    text-shadow: 0 0px 0 #fff !important;
    opacity: 1 !important;
    color: #000000;
}
.close:hover {
    opacity: 1 !important;
    color: #000000;
    text-shadow: none !important;
}
button.close,
button.close:focus,
button.close:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.play-btn-white {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 6px 16px rgba(0,0,0,0.25);
    cursor: pointer;
}

#videoModal .modal-content {
    background-color: inherit;
    border: none;
}

.play-btn-white img {
    width: 34px;
    height: 34px;
}

/*    form section*/
.contact-section {
    background: #F4F4F4;
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
}

.contact-title {
    text-align: center;
    font-weight: 600;
    color: #3A6C9E;
    margin-bottom: 15px;
}

.contact-subtitle {
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 600;
}

.contact-input .form-control {
    border: 1px solid #707070 !important;
    border-radius: 10px;
    padding: 22px 15px;
    box-shadow: none !important;
    outline: none !important;
    opacity: 1;
}

    .contact-input .form-control:focus {
        border-color: #707070 !important;
        box-shadow: none !important;
    }

.field-error {
    font-size: 12px;
    color: #C00;
    margin-top: 4px;
}
.form-row {
    margin-bottom: 5px;
}
.contact-submit .btn-submit {
    background: #399B49;
    color: #ffffff;
    border: none;
    border-radius: 99px;
    padding: 10px 28px;
    font-weight: 400;
    outline: none !important;
    box-shadow: none !important;
}
    .contact-submit .btn-submit:hover {
        background: #399B49;
        color: #ffffff;
    }
    .contact-submit .btn-submit:focus,
    .contact-submit .btn-submit:active {
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
    }


/*Banner section*/
.hero-banner {
    position: relative;
    height: 100vh;
    min-height: 500px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-top: 6rem;*/
    background: #000000;
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
}
.banner-content {
    position: relative;
    z-index: 3;
    max-width: 900px;
}
.hero-title {
    font-weight: 700;
    color: #2ecc71;
    margin-bottom: 20px;
    line-height: 50px;
    color: #00BE22;
}
.hero-subtitle {
    font-weight: 600;
    color: #ffffff;
    opacity: 1;
}
.HeaderNewPanel.header .container-fluid .logo {
    background: #ffffff;
}
@media only screen and (min-width: 1500px) {
    .hero-banner .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (min-width: 1366px) and (max-width: 1500px) {
    .hero-banner .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .pack_sec2 .col-md-4 {
        padding-right: 7px;
        padding-left: 7px;
    }
    .sample-outputs-section .col-12 {
        padding-left: 7px;
        padding-right: 7px;
    }
}
@media screen and (max-width: 992px) {
    .video-bg {
        object-fit: cover;
    }
    .pack_sec2 .col-md-4 {
        padding-right: 7px;
        padding-left: 7px;
    }
    .sample-outputs-section .col-12 {
        padding-left: 7px;
        padding-right: 7px;
    }
    .why-section .col-md-6 {
        padding-left: 7px;
        padding-right: 7px;
    }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
    .fse-20 {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .pack_sec2 .col-md-4 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .sample-outputs-section .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .why-card {
        padding: 6px 0px;
    }
    .why-section .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }
    .hero-title {
       line-height: 40px;
    }
    .hero-subtitle {
        line-height: 1.5;
    }
    .why-icon {
        display: flex;
        align-items: center;
        justify-content: start;
        width: 100%;
        gap: 15px;
    }
    .why-title {
        margin-bottom: 0px;
    }
}