.section-about {
    display: block;
    margin: 200px auto;
    padding: 0px 90px;
}

.section-about-container {
    border: 2px solid;
    border-image: linear-gradient(to right, var(--mainColor) 100%, #B700A5 100%);
    border-image-slice: 1;
    box-shadow: 0px 48px 104px 0px rgba(255, 255, 255, 0.05);
    padding: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

    .section-about-container h6 {
        padding-bottom: 16px;
    }

    .section-about-container h2 {
        padding-bottom: 32px;
    }

    .section-about-container p {
        margin-bottom: 0px;
        line-height: 39.05px;
    }
/* Section Tiers */
.section-tiers {
    text-align: center;
    padding: 0px 90px;
    margin-bottom: 120px;
}

    .section-tiers .text-head {
        padding-bottom: 16px;
    }

    .section-tiers .text-48size {
        padding-bottom: 56px;
        text-transform: capitalize;
    }

    .section-tiers .card-tiers span {
        font-family: 'Poppins SemiBold';
        font-size: 20px;
        font-weight: 600;
        color: #FFFFFF;
        white-space: normal;
        padding-top: 24px;
    }

    .section-tiers .card-tiers {
        padding-bottom: 80px;
    }
/* Section Vision Mission */
.section-visionMission {
    position: relative;
}

    .section-visionMission .circle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 4;
    }

.fx-visionMission img {
    height: max-content;
    object-fit: cover;
    width: 50%;
}

.fx-visionMission .fx-visionMission-texts {
    width: 50%;
}

    .fx-visionMission .fx-visionMission-texts .fx-visionMission-texts-width {
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
        width: 80%;
        margin: auto;
    }

    .fx-visionMission .fx-visionMission-texts .text-head {
        padding-bottom: 16px;
    }

    .fx-visionMission .fx-visionMission-texts .text-48size {
        padding-bottom: 32px;
    }
/* Section Locations */
.section-locations {
    margin: 200px auto;
}

    .section-locations .fx-locations {
        padding-top: 56px;
    }

    .section-locations .text-head,
    .section-locations .text-48size {
        text-align: center;
    }

    .section-locations .fx-locations-texts {
        padding-left: 90px;
        width: max-content;
        gap: 40px;
        display: flex;
        flex-direction: column;
    }

    .section-locations .locations-texts h4 {
        font-family: 'Poppins Medium';
        font-size: 32px;
        color: #FFFFFF;
        font-weight: 600;
        padding-bottom: 24px;
    }

    .section-locations .locations-texts p {
        font-family: 'Inter';
        font-size: 20px;
        color: #FFFFFF;
        font-weight: 400;
        opacity: 0.9;
    }

    .section-locations .fx-locations .map {
        width: 50%;
    }
/* Section Services */
.section-services {
    padding: 0 120px;
}

    .section-services table {
        border: none;
        margin-top: 70px;
    }

        .section-services table tr td {
            padding: 35px;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .section-services table tr .text-32size {
            padding: 36px;
            width: 29%;
            padding-top: 48px;
            overflow: hidden;
        }

            .section-services table tr .text-32size span {
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

        .section-services table tr td p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
        }

        .section-services table tr td .showmore {
            display: flex;
            align-items: center;
            justify-content: start;
            gap: 26px;
            width: max-content;
            padding-bottom: 6px;
            border-bottom: 2px solid;
            border-image-slice: 1;
            border-width: 2px;
            text-decoration: none;
            border-image-source: var(--mainColor);
            margin-left: auto;
            margin-top: 16px;
            transition: 0.4s;
        }

            .section-services table tr td .showmore:hover {
                transform: scale(1.1);
            }

        .section-services table tr td .img-service {
            width: max-content;
            border-radius: 24px;
        }

    .section-services .slider-services {
        margin-top: 32px;
        display: none;
    }

        .section-services .slider-services .slick-slide {
            margin: 0 10px;
        }

    .section-services .arrows-slider-service {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 19px;
        display: none;
    }

    .section-services .slider-services .card-service img {
        width: 266px;
        height: 197px;
        object-fit: contain;
        margin: auto;
    }

    .section-services .slider-services .card-service .text-32size {
        font-size: 20px;
        text-align: center;
        margin-top: 24px;
        white-space: normal;
    }

    .section-services .slider-services .card-service .text-24size {
        font-size: 16px;
        padding: 24px 0;
        margin-top: 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        text-align: center;
    }

    .section-services .slider-services .card-service .showmore {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 26px;
        width: max-content;
        padding-bottom: 6px;
        border-bottom: 2px solid;
        border-image-slice: 1;
        border-top-width: 2px;
        border-right-width: 2px;
        border-left-width: 2px;
        text-decoration: none;
        border-image-source: linear-gradient(to right, rgb(107, 0, 157) 0%, rgb(183, 0, 165) 100%);
        margin: auto;
        margin-top: 16px;
        transition: all 0.4s ease 0s;
    }

        .section-services .slider-services .card-service .showmore span {
            font-size: 16px;
        }

        .section-services .slider-services .card-service .showmore img {
            width: 16px;
            height: 16px;
        }
/* Section News  */
.section-news {
    margin: 200px auto;
    padding: 0 105px;
}

    .section-news .fx-general-card-st {
        transition: 0.3s;
        text-decoration: none;
        cursor: pointer;
        background: var(--mainColor);
        border-radius: 18.95px;
        max-width: calc(25.7% - 40px);
        flex: 1 1 calc(25% - 0px);
        box-shadow: 0px 18.95px 47.38px 0px rgba(119, 115, 170, 0.1);
        min-height: 315px;
        max-height: 315px;
        overflow: hidden;
        box-sizing: border-box;
    }

        .section-news .fx-general-card-st:hover {
            transform: scale(0.95);
        }

    .section-news .fx-general-cards {
        margin-top: 64px;
    }

    .section-news .fx-general-card-st .section-news-texts {
        gap: 16px;
        padding: 20px;
        height: 350px;
        overflow: hidden;
    }

        .section-news .fx-general-card-st .section-news-texts .date-news {
            margin-top: -10px;
        }

            .section-news .fx-general-card-st .section-news-texts .date-news .month {
                font-family: 'Inter Bold';
                font-size: 11.37px;
                font-weight: 700;
                color: #EF09DA;
            }

            .section-news .fx-general-card-st .section-news-texts .date-news .day {
                font-size: 28px;
                line-height: 22px;
            }

    .section-news .fx-general-card-st img {
        border-radius: 18.95px 18.95px 0px 0px;
        height: 206px;
        object-fit: cover;
        width: -webkit-fill-available;
    }

    .section-news .fx-general-card-st .section-news-texts p {
        margin-bottom: 0px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 1em;
    }

    .section-news .btn-linear {
        background: var(--mainColor);
        margin: auto;
        padding: 18px 43px;
        font-size: 18px;
        margin-top: 64px;
    }
/* Section Contact */
.section-contact .section-contact-conatiner {
    padding-left: 90px;
    margin-bottom: 200px;
}

    .section-contact .section-contact-conatiner .fx-contact {
        gap: 100px;
        align-items: center;
    }

.section-contact .contact-image {
    width: 50%;
}

.section-contact form {
    min-width: 715px;
}

    .section-contact form .text-48size {
        margin-bottom: 48px;
    }

    .section-contact form .fx-forms-groups {
        display: flex;
        flex-direction: column;
        gap: 32px;
        width: 95%;
    }

    .section-contact form label {
        font-family: 'Poppins Regular';
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;
        color: #A2A2A2;
    }

    .section-contact form input {
        padding: 0 44px;
    }

    .section-contact form input,
    .section-contact form textarea {
        background: #1E1F31;
        color: #FFFFFF !important;
        height: 80px;
        border-radius: 12px;
        border: none;
        font-size: 18px;
        font-family: 'Poppins Regular';
    }

        .section-contact form input::placeholder,
        .section-contact form textarea::placeholder {
            color: #8C8C8C;
        }

    .section-contact form textarea {
        height: 215.67px;
        padding: 25px 44px;
    }

    .section-contact form .fx-form {
        gap: 24px;
    }

    .section-contact form .btn-submit {
        background: var(--mainColor);
        border-radius: 12px;
        height: 64px;
    }

    .section-contact form input:focus,
    .section-contact form textarea:focus {
        background-color: #1E1F31;
    }
/* Section Cards Slider */
.section-cards-slider .container-cards-slider {
    margin-top: 200px;
}

.section-cards-slider .card-work {
    /* box-shadow: 0px 48px 104px 0px rgba(255, 255, 255, 0.05); */
    padding: 24px;
    border-radius: 24px;
    width: 100%;
    border-radius: 24px;
    transition: 0.4s;
    cursor: pointer;
    min-height: 500px;
    max-height: 500px;
    overflow: hidden;
}

    .section-cards-slider .card-work .slider-container {
        overflow: hidden;
    }

    .section-cards-slider .card-work .text-head-card {
        padding-top: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin-bottom: 16px;
    }

    .section-cards-slider .card-work:hover {
        background: rgba(30, 31, 49, 1);
    }

    .section-cards-slider .card-work .text-24size {
        font-size: 1em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical !important;
    }

.section-cards-slider .sliders-cards {
    width: 94%;
    margin: auto;
}

    .section-cards-slider .sliders-cards .slick-slide {
        margin: 0 10px;
    }

.section-cards-slider .card-work a {
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 13px 32px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    text-decoration: none;
    width: max-content;
    transition: 0.4s;
}

main .section-cards-slider .card-work a:hover {
    background-image: var(--secondaryColor);
    border: 0px;
    transform: scale(0.97);
}
/* .sliders-cards .slick-track .slick-slide.slick-current.slick-active{
    background: rgba(30, 31, 49, 1);
       border-radius: 24px;
} */
.section-cards-slider .card-work a:hover {
    transform: scale(0.9);
}

.section-cards-slider .card-work a span {
    font-size: 16px;
}

.section-cards-slider .slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.section-cards-slider .slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.section-cards-slider .slider-item {
    min-width: 100%;
    box-sizing: border-box;
}

    .section-cards-slider .slider-item img {
        width: 100%;
        border-radius: 24px;
        height: 271.37px;
        object-fit: cover;
    }

.section-cards-slider .slider-arrows {
    position: absolute;
    bottom: -14px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 24px;
}

.section-cards-slider .slider-arrow {
    cursor: pointer;
    z-index: 10;
}

.section-cards-slider .text-48size {
    padding-bottom: 64px;
}

.section-cards-slider .arrows-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
    margin-top: 64px;
}

    .section-cards-slider .arrows-slider img,
    .section-cards-slider .slider-arrows img {
        transition: 0.3s;
        cursor: pointer;
    }

        .section-cards-slider .arrows-slider img:hover,
        .section-cards-slider .slider-arrows img:hover {
            transform: scale(0.9);
        }

.section-news .slider-section {
    display: none;
}
/* Page About */
.fx-page-about {
    gap: 32px;
}

.page-about .fx-page-about-imgs img {
    width: 50%;
    height: 563px;
    object-fit: cover;
}

@media (min-width:1700) {
    .page-about .fx-page-about-imgs img {
        height: 663px;
    }
}

@media (max-width:1150px) {
    .page-about .fx-page-about-imgs {
        flex-direction: column;
    }

        .page-about .fx-page-about-imgs img {
            height: 463px;
            width: 100%;
        }

        .page-about .fx-page-about-imgs img {
            height: 263px;
        }
}

@media (max-width:1100px) {
}
/* Page News */
.page-public .section-news {
    margin: 0px auto;
    padding: 0px;
}

.section-news .fx-general-cards {
    gap: 40px;
}

.page-news .news-detaisl-image,
.page-news iframe {
    object-fit: cover;
    width: 100%;
    height: 666px;
    border-radius: 8px;
}

.page-news .news-border {
    margin: 100px auto;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}
/* Page Contact */
.page-contact {
    padding-right: 0px;
}

    .page-contact .section-contact .section-contact-conatiner .fx-contact {
        gap: 56px;
    }

    .page-contact .section-contact .section-contact-conatiner {
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .page-contact .section-contact .fx-locations-texts {
        background: rgba(6, 7, 27, 0.8);
        padding: 24px;
        border-radius: 16px;
        color: rgba(255, 255, 255, 0.9);
        gap: 56px;
        margin-top: -30%;
        position: relative;
        z-index: 1;
        width: 90%;
    }

        .page-contact .section-contact .fx-locations-texts h4 {
            margin-bottom: 24px;
            font-size: 24px;
        }

        .page-contact .section-contact .fx-locations-texts p {
            margin-bottom: 0px;
            font-size: 18px;
        }

.side-contactPage .contact-image {
    width: 100%;
    height: max-content;
    object-fit: cover;
}

.section-contact form .text-48size {
    white-space: pre;
}

@media (max-width:1300px) {

    .page-contact .section-contact .fx-locations-texts {
        margin-top: -20%;
    }

    .section-contact form .text-48size {
        white-space: normal;
    }

    .page-contact .side-contactPage .contact-image {
        display: block;
        height: 500px;
    }

    @media (max-width:970px) {
        .page-contact .section-contact .section-contact-conatiner {
            margin-top: 24px;
            margin-bottom: 0px;
        }

        .page-contact .side-contactPage .contact-image {
            height: 200px;
        }

        .page-contact .section-contact .fx-locations-texts {
            width: 100%;
        }

            .page-contact .section-contact .fx-locations-texts h4 {
                font-size: 18px;
                margin-bottom: 16px;
            }

            .page-contact .section-contact .fx-locations-texts p {
                font-size: 14px;
            }

        .page-contact .section-contact .fx-locations-texts,
        .page-contact .section-contact .section-contact-conatiner .fx-contact {
            gap: 48px;
        }
    }
}
/* Page Experties */
.page-experties table {
    margin: 56px 0 0 0;
}

.page-experties .table-custom {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    .page-experties .table-custom td {
        border: 1px solid rgba(255, 255, 255, 0.3);
        padding: 56px;
        vertical-align: middle;
    }

        .page-experties .table-custom td:first-child {
            border-left: none;
        }

        .page-experties .table-custom td:last-child {
            border-right: none;
        }

    .page-experties .table-custom tr:first-child td {
        border-top: none;
    }

    .page-experties .table-custom tr:last-child td {
        border-bottom: none;
    }

@media (max-width:1000px) {
    .page-experties table {
        margin-top: 32px;
    }

    .page-experties .table-custom td {
        padding: 24px 16px;
    }

    .page-experties .table-custom {
        width: max-content;
    }

        .page-experties .table-custom td img {
            width: 85px;
            display: block;
            margin: auto;
        }

        .page-experties .table-custom td .text-24size {
            font-size: 18px;
        }
}
/* Page Clients  */
.page-clients .section-cards-slider .fx-general-cards {
    gap: 28px;
}

    .page-clients .section-cards-slider .fx-general-cards .card-work {
        flex: 1 1 calc(50% - 21px);
        box-sizing: border-box;
        max-width: calc(50% - 0px);
        background-color: rgba(17, 10, 36, 1);
        min-height: max-content;
        max-height: max-content;
    }

.page-clients .fx-name-cardWork {
    margin: 24px 0;
    align-items: center;
}

    .page-clients .fx-name-cardWork .fx-img-cardWork {
        gap: 8px;
    }

        .page-clients .fx-name-cardWork .fx-img-cardWork img {
            width: 75.27px;
        }

    .page-clients .fx-name-cardWork span {
        color: rgba(162, 162, 162, 1);
    }

.page-clients .section-cards-slider .card-work .text-head-card {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-clients .fx-name-cardWork .fx-img-cardWork {
    width: 75%;
}

.page-clients .fx-name-cardWork span {
    width: 25%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.page-clients .section-cards-slider .card-work .text-24size {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 67px;
}

.page-clients .section-cards-slider .card-work .text-24size,
.page-clients .section-cards-slider .card-work .text-head-card {
    font-size: 22px;
}

.read-more {
    border-radius: 88px;
    border: 0.5px solid var(--mainColor);
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 216.57px;
    background: none;
    color: rgba(255, 255, 255, 1);
    transition: 0.3s;
}

    .read-more:hover {
        background: var(--mainColor);
        transform: scale(0.97);
    }

.page-clients .section-cards-slider .card-work p {
    margin-bottom: 24px;
}

.page-clients .fx-page-about {
    margin-bottom: 48px;
}

.page-clients .section-cards-slider .slider-item img {
    height: 350.03px;
}

.page-clients .box-client-details {
    border: 2px solid;
    border-image: var(--mainColor);
    border-image-slice: 1;
    padding: 64px;
    background: rgba(6, 7, 27, 1);
    box-shadow: 0px 48px 104px 0px rgba(255, 255, 255, 0.05);
}

    .page-clients .box-client-details .border-client {
        height: 1px;
        background: rgba(215, 215, 215, 0.62);
        width: 100%;
        margin-top: 32px;
        margin-bottom: 80px;
    }

    .page-clients .box-client-details .card-work .fx-name-cardWork {
        margin: 24px 0;
    }

    .page-clients .box-client-details .fx-name-cardWork {
        margin: 0px;
    }

        .page-clients .box-client-details .fx-name-cardWork h5 {
            margin-bottom: 0px;
            font-size: 36px;
        }

        .page-clients .box-client-details .fx-name-cardWork img {
            width: 77.2px;
            height: max-content;
        }

    .page-clients .box-client-details .client-details h5 {
        margin-bottom: 32px;
    }

    .page-clients .box-client-details .client-details p {
        margin-bottom: 80px;
    }

@media (max-width:1300px) {
    .page-clients .section-cards-slider .slider-item img {
        height: 250.03px;
    }

    .page-clients .section-cards-slider .card-work .text-24size {
        font-size: 18px;
    }
}

@media (max-width:1150px) {
    .page-clients .section-cards-slider .card-work .text-24size {
        min-height: 80px;
    }
}

@media (max-width:1000px) {
    .page-clients .section-cards-slider .fx-general-cards .card-work {
        flex: 1 1 calc(100% - 21px);
        max-width: calc(100% - 0px);
    }

    .page-clients .section-cards-slider .slider-item img {
        height: 200px;
    }

    .page-clients .fx-name-cardWork {
        align-items: start;
        flex-direction: column;
    }

    .section-cards-slider .card-work {
        min-height: 390px;
        max-height: 390px;
    }

    .section-news .fx-general-card-st .section-news-texts {
        height: 100px;
    }

    .page-clients .section-cards-slider .card-work .text-head-card {
        font-size: 18px;
    }

    .page-clients .section-cards-slider .card-work .text-24size {
        font-size: 16px;
    }

    .page-clients .fx-name-cardWork .fx-img-cardWork img {
        width: 40px;
    }

    .page-clients .fx-name-cardWork span {
        margin-left: auto;
        display: block;
    }

    .read-more {
        height: 45px;
        width: 150px;
    }

    .page-clients .fx-page-about {
        margin-bottom: 24px;
    }

    .page-clients .box-client-details {
        padding: 24px;
    }

        .page-clients .box-client-details .fx-name-cardWork h5 {
            font-size: 20px;
        }

        .page-clients .box-client-details .client-details h5 {
            font-size: 22px;
        }

        .page-clients .box-client-details .client-details p {
            font-size: 16px;
            margin-bottom: 50px;
            line-height: 30px;
            opacity: 0.9;
        }

        .page-clients .box-client-details .border-client {
            margin-bottom: 32px;
            margin-top: 8px;
        }

        .page-clients .box-client-details .fx-name-cardWork {
            margin-bottom: 8px;
        }

        .page-clients .box-client-details .section-cards-slider .slider-item img {
            height: 155px;
        }

    .section-cards-slider .box-client-details .card-work {
        padding: 16px;
    }

    .page-clients .box-client-details .section-cards-slider .card-work .text-24size {
        font-size: 14px;
    }

    .page-clients .box-client-details .read-more {
        width: 130px;
        font-size: 14px;
    }

    .page-clients .section-cards-slider .card-work .text-24size {
        min-height: max-content;
    }
}

@media (min-width:1700px) {
    .page-clients .section-cards-slider .slider-item img {
        height: 418.03px;
    }
}
/* Page Service */
.page-services .section-services-page {
    display: flex;
    flex-direction: column;
    gap: 72px;
    margin-top: 72px;
}

    .page-services .section-services-page .fx-services-page {
        gap: 48px;
        align-items: start;
    }

    .page-services .section-services-page .img-service {
        height: 500.11px;
        width: 50%;
        object-fit: cover;
        border-radius: 24px;
    }

    .page-services .section-services-page .fx-texts-servicePage p {
        margin-bottom: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
    }

    .page-services .section-services-page .fx-texts-servicePage {
        gap: 32px;
        width:50%;
    }

@media (max-width:1300px) {
    .page-services .section-services-page .img-service {
        height: 400.11px;
    }

    .page-services .section-services-page .fx-texts-servicePage h6 {
        font-size: 24px;
    }

    .page-services .section-services-page .fx-texts-servicePage p {
        font-size: 16px;
    }
}

@media (max-width:1150px) {
    .page-services .section-services-page .fx-services-page {
        flex-direction: column;
        gap: 24px;
    }

    .page-services .section-services-page .fx-texts-servicePage {
        gap: 16px;
    }

    .page-services .section-services-page .img-service {
        height: 200px;
        min-width: 300px !important;
    }

    .page-services .section-services-page .fx-texts-servicePage p {
        font-size: 15px;
    }

    .page-services .section-services-page .fx-texts-servicePage h6 {
        font-size: 20px;
    }

    .page-services .section-services-page {
        margin-top: 32px;
    }
}
/* Page  Carrers */
.fx-general-cards2 {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    gap: 32px;
}

.card-career {
    box-shadow: 0px 10px 54px 0px rgba(0, 0, 0, 0.1);
    padding: 24px 32px;
    border-radius: 8px;
    background-color: rgba(17, 10, 36, 1);
}

.fx-general-cards2 .fx-general-card-st2 {
    flex: 1 1 calc(50% - 32px);
    box-sizing: border-box;
    max-width: calc(55% - 32px);
}

.card-career .fx-title-careers {
    border-bottom: 1px solid #D7D7D7;
    padding: 0px 0 24px 0px;
    margin-bottom: 24px;
}

.card-career .fx-sections-careers {
    gap: 24px;
}

.card-career .fx-title-careers h4 {
    font-family: 'Poppins Medium';
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    width: 60%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.card-career .fx-title-careers button {
    color: rgba(255, 255, 255, 1);
    height: 60px;
    padding: 0 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.5px solid rgba(183, 0, 165, 1);
    border-radius: 88px;
    background-color: transparent;
}

.card-career .date-div {
    gap: 185px;
}

.card-career .fx-sections-careers h6 {
    color: #A2A2A2;
    font-family: 'Poppins Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0px;
}

.card-career .fx-sections-careers p {
    color: rgba(255, 255, 255, 1);
    font-family: 'Poppins Regular';
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0px;
    min-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-career .fx-sections-careers h6 {
    color: #A2A2A2;
    font-family: 'Poppins Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0px;
}

.card-career .attachments-div-files {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

    .card-career .attachments-div-files .attachments-file {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        padding: 10px 24px;
        border: 0.5px solid var(--mainColor);
        border-radius: 8px;
    }

        .card-career .attachments-div-files .attachments-file span {
            color: rgba(255, 255, 255, 1);
            font-family: 'Poppins Regular';
            font-size: 20px;
            font-weight: 400;
            line-height: 40px;
        }

.card-career .fx-title-careers button:hover {
    background: var(--mainColor);
    color: #fff;
}

.apply-modal .modal-body {
    padding: 24px 32px;
    background-image: url(../images/background.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.apply-modal .fx-title-modal {
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

    .apply-modal .fx-title-modal h4 {
        font-family: 'Poppins Medium';
        font-size: 26px;
        font-weight: 500;
        line-height: 45px;
        color: #ffffff;
        margin-bottom: 0px;
    }

    .apply-modal .fx-title-modal .close-btn {
        cursor: pointer;
    }

.apply-modal .form-group {
    margin-bottom: 24px;
}

    .apply-modal .form-group label {
        font-family: 'Poppins Regular';
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;
        color: #A2A2A2;
        margin-bottom: 0px;
    }

    .apply-modal .form-group .input-public {
        height: 80px;
        border-radius: 9px;
        background: #1E1F31;
        font-family: 'Poppins Regular';
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;
        color: #ffffff;
    }

    .apply-modal .form-group .form-control {
        box-shadow: none !important;
        padding: 0px 24px;
        border: none;
    }

        .apply-modal .form-group .form-control:focus {
            background: #1E1F31;
        }

    .apply-modal .form-group .input-public::placeholder {
        color: #8C8C8C;
    }

    .apply-modal .form-group .fx-input-public {
        height: 80px;
        border-radius: 9px;
        background: #1E1F31;
        padding: 0px 24px;
        font-family: 'Poppins Regular';
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;
        color: #000000;
        cursor: pointer;
        cursor: pointer;
    }

.apply-modal .fx-input-public input {
    border: none;
    height: 100%;
    background: transparent;
    padding: 0px !important;
    cursor: pointer;
}

.apply-modal .form-group textarea {
    min-height: 170px;
    max-height: 100%;
    border-radius: 9px;
    background: #1E1F31;
    font-family: 'Poppins Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #ffffff;
    padding: 24px !important;
}

    .apply-modal .form-group textarea::placeholder {
        color: #8C8C8C;
    }

.apply-modal .fx-input-public input::placeholder {
    color: #8C8C8C
}

.apply-modal .btn-submit {
    height: 60px;
    background: var(--mainColor);
    padding: 10px 64px;
    color: #FFFFFF;
    border-radius: 88px;
    float: right;
}

.apply-modal .form-control:focus {
    color: #ffffff;
}

@media (min-width:1000px) {
    .apply-modal .modal-dialog {
        max-width: 1151px;
    }
}

@media (max-width: 1300px) {
    .fx-general-cards2 .fx-general-card-st2 {
        flex: 1 1 calc(50% - 32px);
        max-width: calc(55% - 32px);
    }

    .card-career .fx-title-careers button {
        padding: 0 25px;
    }

    .card-career .date-div {
        gap: 100px;
    }

    .card-career .fx-sections-careers p {
        font-size: 18px;
        line-height: 30px;
    }

    .card-career .attachments-div-files .attachments-file span {
        font-size: 16px;
    }

    .card-career .attachments-div-files .attachments-file {
        padding: 10px 16px;
        gap: 8px;
    }

    .card-career .fx-sections-careers h6 {
        font-size: 16px;
    }

    .card-career .fx-title-careers h4 {
        font-size: 20px;
    }
}

@media (max-width: 1150px) {
    .fx-general-cards2 .fx-general-card-st2 {
        flex: 1 1 calc(100% - 16px);
        max-width: calc(100% - 0px);
    }
}

@media (max-width:1000px) {
    .card-career {
        padding: 24px 16px;
    }

        .card-career .fx-title-careers h4 {
            font-size: 16px;
            line-height: 24px;
        }

        .card-career .fx-title-careers {
            flex-direction: column;
            gap: 16px;
        }

            .card-career .fx-title-careers button {
                height: 45px;
                width: max-content;
                font-size: 16px;
            }

        .card-career .date-div {
            gap: 24px;
        }

        .card-career .fx-sections-careers h6 {
            font-size: 14px;
        }

        .card-career .fx-sections-careers p {
            font-size: 16px;
            line-height: 24px;
            min-height: max-content;
        }

        .card-career .attachments-div-files {
            gap: 8px;
        }

            .card-career .attachments-div-files .attachments-file {
                gap: 8px;
                padding: 4px 8px;
            }

                .card-career .attachments-div-files .attachments-file span {
                    font-size: 12px;
                }

                .card-career .attachments-div-files .attachments-file img {
                    width: 20px;
                }

    .apply-modal .form-group .input-public,
    .apply-modal .fx-input-public {
        height: 50px;
    }

    .apply-modal .fx-input-public,
    .apply-modal .form-group .form-control {
        padding: 0 12px;
        font-size: 14px;
    }

        .apply-modal .fx-input-public img {
            width: 20px;
        }

    .btn-submit {
        height: 50px;
        padding: 10px 48px;
    }

    .apply-modal .fx-title-modal h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .apply-modal .form-group label {
        font-size: 16px;
    }

    .apply-modal .form-group textarea {
        padding: 0 12px !important;
    }
}

@media (max-width:1400px) {
    .section-slider .sliders .slide .slide-text .Mid-text {
        width: 50%;
    }

    .section-slider .sliders .slide {
        height: 120vh;
        padding: 0 48px;
    }

    .section-services {
        padding: 0 24px;
    }

    .section-news .fx-general-card-st .section-news-texts p {
        font-size: 13px;
    }

    .page-news .news-detaisl-image,
    .page-news iframe {
        height: 550px;
    }

    .section-contact form {
        min-width: 615px;
    }
}

@media (max-width:1300px) {
    .section-news {
        margin: 150px auto;
        padding: 0 48px;
    }

    .section-contact .contact-image {
        display: none;
    }

    .section-news .fx-general-card-st {
        max-width: calc(30.7% - 0px);
        flex: 1 1 calc(33% - 0px);
    }

    .page-news .news-detaisl-image,
    .page-news iframe {
        height: 450px;
    }

    .section-contact form {
        min-width: 515px;
    }
}

@media (max-width:1150px) {
    .section-about,
    .section-news {
        margin: 150px auto;
        padding: 0 48px;
    }

    .section-contact .section-contact-conatiner {
        margin: 100px auto;
    }

    .section-locations .fx-locations-texts,
    .section-contact .section-contact-conatiner {
        padding-left: 48px;
    }

    .section-services {
        padding: 0 20px;
    }

    .section-cards-slider .slider-arrows {
        display: none;
    }

    .section-services table tr td {
        padding: 16px;
    }

    .section-contact .section-contact-conatiner .fx-contact {
        gap: 0px;
        flex-direction: column;
        align-items: start;
    }

    .section-contact form .btn-submit {
        height: 55px;
        font-size: 16px;
    }

    .section-contact form {
        width: 100%;
    }

    .section-news .slider-section {
        display: block;
    }

        .section-news .slider-section .fx-general-card-st {
            max-width: 100%;
        }

        .section-news .slider-section .arrows-slider-news {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 19px;
            margin-top: 32px;
        }

            .section-news .slider-section .arrows-slider-news img {
                width: 56px;
                height: 56px;
                cursor: pointer;
            }

    .sliders-cards .slick-track .slick-slide.slick-current.slick-active {
        background: rgba(30, 31, 49, 1);
        border-radius: 24px;
    }

    .section-news .text-48size {
        margin-bottom: 32px;
    }

    .section-news .slider-section .slick-slide {
        margin: 0 10px;
    }

    .section-news .fx-general-cards {
        display: none;
    }

    .section-news .btn-linear {
        display: none;
    }

    .section-services .slider-services {
        display: block;
    }

    .section-services .arrows-slider-service {
        display: flex;
        margin-top: 32px;
    }

        .section-services .arrows-slider-service img {
            width: 56px;
            height: 56px;
        }

    .section-cards-slider .container-cards-slider {
        margin-top: 150px;
    }

    .section-services table {
        display: none;
    }

    .section-news .fx-general-card-st {
        max-width: calc(47.8% - 0px);
        flex: 1 1 calc(50% - 0px);
    }

    .page-news .section-news .fx-general-cards {
        display: flex;
    }

    .page-news .news-detaisl-image,
    .page-news iframe {
        height: 400px;
    }

    .page-news .section-news-second .fx-general-cards {
        display: none;
    }
}

@media (max-width:1000px) {
    .section-news .fx-general-cards {
        gap: 32px;
    }

    .section-news .fx-general-card-st {
        max-width: calc(100% - 0px);
        flex: 1 1 calc(100% - 0px);
    }

    .section-news .fx-general-cards,
    .section-locations .fx-locations {
        flex-direction: column;
    }

    .section-slider .sliders .slide {
        height: 110vh;
    }

    .sliders .slide .slide-text {
        align-items: center;
        text-align: center;
    }

    .section-slider .sliders .slide {
        padding: 0 16px;
    }

        .section-slider .sliders .slide .slide-text .Mid-text {
            width: 100%;
            padding: 24px 0;
        }

    .section-slider .slider-dots {
        flex-direction: row;
        top: auto;
        bottom: 0px;
    }

    .section-about, .section-news,
    .section-tiers {
        padding: 0 20px;
    }

    .section-about-container {
        padding: 32px 11px;
    }

        .section-about-container p {
            line-height: 26.03px;
        }

    .section-tiers .card-tiers {
        flex: 1 1 calc(49% - 16px);
        max-width: calc(50% - 16px) !important;
    }

        .section-tiers .card-tiers span {
            white-space: inherit;
        }

        .section-tiers .card-tiers span {
            font-size: 15px;
        }

    .section-visionMission .circle {
        display: none;
    }

    .section-visionMission-contanier .fx-visionMission {
        flex-direction: column;
    }

    .fx-visionMission .fx-visionMission-texts,
    .fx-visionMission img,
    .fx-visionMission .fx-visionMission-texts .fx-visionMission-texts-width {
        width: 100%;
    }

    .section-visionMission-contanier {
        padding: 0 20px;
    }

    .fx-visionMission .fx-visionMission-texts .text-48size {
        padding-bottom: 16px;
    }

    .section-visionMission-contanier .fx-visionMission1 {
        padding-bottom: 56px;
    }

    .section-tiers {
        margin-bottom: 70px;
    }

    .section-locations .fx-locations-texts, .section-contact .section-contact-conatiner {
        padding: 0 20px;
    }

    .section-locations .fx-locations .map {
        width: 100%;
    }

    .section-contact form .text-48size {
        white-space: inherit;
        padding-bottom: 24px;
        margin-bottom: 0px;
    }

    .section-locations .fx-locations-texts {
        width: 100%;
    }

    .order2 {
        order: 2;
    }

    .order1 {
        order: 1;
    }

    .section-locations .locations-texts h4 {
        font-size: 20px;
        margin-bottom: 0px;
        padding-bottom: 16px;
    }

    .section-locations .locations-texts p {
        font-size: 14px;
    }

    .section-locations .fx-locations .map {
        margin-bottom: 32px;
    }

    .section-locations {
        margin: 150px auto;
    }

    .section-cards-slider .text-48size {
        padding-bottom: 32px;
        margin-bottom: 0px;
    }

    .section-cards-slider .arrows-slider {
        margin-top: 32px;
    }

        .section-cards-slider .arrows-slider img {
            width: 56px;
            height: 56px;
        }

    .section-cards-slider .slider-item img {
        height: 165.63px;
    }

    .slider-arrows img {
        width: 40px;
        height: 40px;
    }
    .section-contact form {
        min-width: 100%
    }

    .section-contact form input {
        padding: 0 24px;
        height: 65px;
    }

    .section-contact form label {
        font-size: 16px;
    }

    .section-contact form textarea {
        padding: 24px;
    }

    .section-contact form input, .section-contact form textarea {
        font-size: 14px;
    }

    .section-contact form .fx-forms-groups {
        gap: 16px;
    }

    .section-cards-slider .sliders-cards {
        width: 100%;
    }

    .section-contact form .fx-form {
        flex-direction: column;
    }

    .section-contact form .fx-forms-groups {
        width: 100%;
    }

    .page-news .section-news .fx-general-cards {
        margin-top: 0px;
    }

    .page-news .news-detaisl-image,
    .page-news iframe {
        height: 300px;
    }

    .page-news .news-border {
        margin: 50px auto;
    }

    .page-clients .fx-name-cardWork {
        margin: 16px 0;
    }

        .page-clients .fx-name-cardWork .fx-img-cardWork {
            width: 100%;
        }

        .page-clients .fx-name-cardWork span {
            width: 100%;
        }
}

































@media (min-width:1700px) {
    .section-services table tr td {
        padding: 40px;
    }

    .section-cards-slider .sliders-cards {
        width: 100%;
    }

    .section-news .fx-general-card-st {
        max-width: calc(25% - 30px);
        flex: 1 1 calc(25% - 0px);
    }
}

@media (min-width:1710px) {
    .fx-visionMission img {
        z-index: 10 !important;
    }

    .section-visionMission .circle {
        z-index: 3 !important;
    }
}

@media (min-width:2100px) {
    html {
        width: 2000px;
        margin: auto;
        display: block;
        background-color: #06071B;
    }

    .section-cards-slider .sliders-cards {
        width: 93%;
    }

    .section-slider .sliders .slide {
        height: 100vh;
    }
}

@media (min-width:2200px) {
    .sliders .slide {
        height: 90vh !important;
    }
}

@media (min-width:2400px) {
    .sliders .slide {
        height: 70vh !important;
    }
}

@media (min-width:2500px) {
    .sliders .slide {
        height: 80vh !important;
    }
}

@media (min-width:3500px) {
    .sliders .slide {
        height: 40vh !important;
    }
}

.slider-link {
    color: #fff !important;
    background: none !important
}