/* WEB APP PAGE GENERAL STYLE  */

.service-site .section-title,
.industry-site .section-title,
.about-us-site .section-title,
.project-site .section-title,
.home-site .section-title,
.blog-category-site .section-title,
.archive-content .section-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 48px;
}

.service-site .section-title h2,
.industry-site .section-title h2,
.about-us-site .section-title h2,
.project-site .section-title h2,
.home-site .section-title h2,
.blog-category-site .section-title h2,
.archive-content .section-title h2 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 0;
}

.service-site .section-title p,
.industry-site .section-title p,
.about-us-site .section-title p,
.project-site .section-title p,
.home-site .section-title p,
.blog-category-site .section-title p,
.archive-content .section-title p {
    text-align: center !important;
    color: #BABABA;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}

.web-app .work-together .section-title p {
    max-width: 935px;
    margin: 0 auto;
}

.service-site section#technology-section,
.industries-site section#technology-section,
.home-site section#technology-section {
    padding-top: 0;
    padding-bottom: 150px;
}

.service-site .section-title.text-align-left,
.industry-site .section-title.text-align-left,
.about-us-site .section-title.text-align-left,
.project-site .section-title.text-align-left,
.home-site .section-title.text-align-left,
.blog-category-site .section-title.text-align-left,
.archive-content .section-title.text-align-left {
    align-content: flex-start;
    flex-wrap: wrap;
}

.service-site .section-title.text-align-left h2,
.industry-site .section-title.text-align-left h2,
.about-us-site .section-title.text-align-left h2,
.project-site .section-title.text-align-left h2,
.home-site .section-title.text-align-left h2,
.blog-category-site .section-title.text-align-left h2,
.archive-content .section-title.text-align-left h2 {
    text-align: left !important;
}

.service-site .section-title.text-align-left p,
.industry-site .section-title.text-align-left p,
.about-us-site .section-title.text-align-left p,
.project-site .section-title.text-align-left p,
.home-site .section-title.text-align-left p,
.blog-category-site .section-title.text-align-left p,
.archive-content .section-title.text-align-left p {
    text-align: left !important;
}

/* SECTION SERVICES HERO BANNER */
.services-hero-banner {}


.services-hero-banner .hero-banner,
.section-hero-banner .hero-banner {
    height: 100vh;
    position: relative;
}

@media (max-width: 767px) {

    .services-hero-banner .hero-banner,
    .section-hero-banner .hero-banner {
        height: 180vh;
    }
}

.services-hero-banner .hero-banner .background,
.section-hero-banner .hero-banner .background {
    height: 100%;
}

.service-site .hero-banner .background::after,
.industry-site .hero-banner .background::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.service-site .hero-banner .background img,
.industry-site .hero-banner .background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-hero-banner .hero-banner .section-breadcrumbs,
.section-hero-banner .hero-banner .section-breadcrumbs {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 68px;
    z-index: 3;
}

.hero-banner .section-breadcrumbs .breadcrumbs li,
.hero-banner .section-breadcrumbs .breadcrumbs li a {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 100%;
    color: #fff;
}

.hero-banner .section-breadcrumbs .breadcrumbs li:after {
    margin: 0 8px;
    font-size: 12px;
}

.hero-banner .section-breadcrumbs .breadcrumbs li a:hover {
    color: #FEA628;
}

.services-hero-banner .hero-banner .content,
.section-hero-banner .hero-banner .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.hero-banner .content h1 {
    text-align: left;
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 32px;
}

.hero-banner .content .sv-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    max-width: 810px;
    color: #fff;
}

.cybersecurity .hero-banner .content .sv-desc {
    max-width: 593px;
}

.site-content.offshore-development-center .hero-banner .content .sv-desc {
    max-width: 100%;
}

.services-hero-banner .hero-banner .gradient-text,
.section-hero-banner .hero-banner .gradient-text {
    display: block;
}

.services-hero-banner .hero-banner .btn-section,
.section-hero-banner .hero-banner .btn-section {
    justify-content: start;
    margin: 0 0;
}

.services-hero-banner .hero-banner::after,
.section-hero-banner .hero-banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 188px;
    background: linear-gradient(180deg, rgba(4, 9, 19, 0) 0%, #040913 100%);
}

.services-hero-banner .media-statistics-container,
.section-hero-banner .media-statistics-container {
    position: relative;
}

.services-hero-banner .media-statistics-container::after,
.section-hero-banner .media-statistics-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 188px;
    background: linear-gradient(0deg, rgba(4, 9, 19, 0) 0%, #040913 100%);
}

.services-hero-banner .media-statistics,
.section-hero-banner .media-statistics {
    width: 100%;
    display: grid;
    margin: 0 0 150px;
    grid-template-columns: repeat(5, 1fr);
    gap: 48px;
    justify-items: center;
    color: #fff;
    background-repeat: repeat;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .services-hero-banner .media-statistics,
    .section-hero-banner .media-statistics {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .services-hero-banner .media-statistics,
    .section-hero-banner .media-statistics {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {

    .services-hero-banner .media-statistics,
    .section-hero-banner .media-statistics {
        grid-template-columns: repeat(1, 1fr);
    }
}

.media-statistics-item {
    padding: 8px 16px;
    min-width: 190px;
    z-index: 1;
    position: relative;
}

.media-statistics-item span:first-child {
    margin-bottom: 4px;
    color: #FEA628;
}

.media-statistics-item svg {
    margin-left: 4px;
}

.media-statistics-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(116.3deg, #FEA628 6.75%, #FEA628 33.78%, #76187E 91.85%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: all 0.3s ease-in-out;
}

.media-statistics-item:hover::before {
    background-position: 0 0;
}

.media-statistics-item span:first-child {
    display: block;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
}

.media-statistics-item span:last-child {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    white-space: nowrap;
}

.ai-development .media-statistics-item span:last-child {
    font-size: 14px;
    line-height: 24px;
}

@media (min-width: 993px) {
    .ai-development .media-statistics-item span:last-child {
        margin-right: -8px;
        display: inline-block;
    }
}

/* SECTION SERVICES LISTING */
.services-listing {
    background-repeat: repeat;
    padding: 0 0 150px;
}

.services-listing .service-items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.services-listing .service-items .service-item {
    grid-column: span 2;
    padding: 32px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.services-listing .service-items .service-item:nth-last-child(2):nth-child(3n) {
    grid-row: span 4;
}

.services-listing .service-items .service-item:last-child:nth-child(3n+1) {
    grid-column: span 4;
}

.services-listing .service-items .service-item:last-child:nth-child(3n+2),
.services-listing .service-items .service-item:nth-last-child(2):nth-child(3n+1) {
    grid-column: span 3;
}

@media (min-width: 993px) {
    .services-listing .service-items .service-item:nth-last-child(3):nth-child(6) {
        grid-column: span 2;
        grid-row: span 4;
    }

    .services-listing .service-items .service-item:last-child:nth-child(8),
    .services-listing .service-items .service-item:nth-last-child(2):nth-child(7) {
        grid-column: span 2;
    }
}

.services-listing .service-items .service-item.span-2 {
    grid-column: span 2 !important;
    grid-row: span 1 !important;
}

.services-listing .service-items .service-item.span-3 {
    grid-column: span 3 !important;
    grid-row: span 1 !important;
}

@media (max-width: 992px) {
    .services-listing .service-items {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .services-listing .service-items .service-item:nth-last-child(2):nth-child(3n) {
        grid-row: span 2;
    }

    .services-listing .service-items .service-item:last-child:nth-child(3n+1) {
        grid-column: span 2;
    }

    .services-listing .service-items .service-item:last-child:nth-child(3n+2),
    .services-listing .service-items .service-item:nth-last-child(2):nth-child(3n+1) {
        grid-column: span 2;
    }

    .services-listing .service-items .service-item:last-child:nth-child(2n+1) {
        grid-column: span 4;
    }

    .services-listing .service-items .service-item.span-3 {
        grid-column: span 2 !important;
    }

    .services-listing .service-items .service-item.span-2:last-child:nth-child(2n+1) {
        grid-column: span 4 !important;
    }
}

@media (max-width: 567px) {
    .services-listing .service-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .services-listing .service-items .service-item:last-child:nth-child(2n+1) {
        grid-column: span 2;
    }

    .services-listing .service-items .service-item.span-2:last-child:nth-child(2n+1) {
        grid-column: span 2 !important;
    }
}

.service-item .service-title {
    display: flex;
    gap: 16px;
    margin: 0 0;
}

.service-item .service-title img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.service-item .service-title h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    min-height: 60px;
    margin-right: 0;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.service-item .service-desc {
    color: #bababa;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
    max-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.no-code .service-item .service-desc {
    min-height: 72px;
}

@media (min-width: 993px) {

    /* .services-listing .service-items .service-item:nth-last-child(3):nth-child(6) .service-desc, */
    .service-item:last-child:nth-child(3n+1) .service-desc,
    .service-item:nth-last-child(2):nth-child(3n) .service-desc,
    .service-item.no-expand .service-desc {
        max-height: unset;
        overflow: unset;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }

    /* .services-listing .service-items .service-item:nth-last-child(3):nth-child(6) .service-expand, */
    .service-item:last-child:nth-child(3n+1) .service-expand,
    .service-item:nth-last-child(2):nth-child(3n) .service-expand,
    .service-item.no-expand .service-expand {
        display: none;
    }

    .service-item.keep-expand:last-child:nth-child(3n+1) .service-desc,
    .service-item.keep-expand:nth-last-child(2):nth-child(3n) .service-desc {
        max-height: 72px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .service-item.keep-expand:last-child:nth-child(3n+1) .service-expand,
    .service-item.keep-expand:nth-last-child(2):nth-child(3n) .service-expand {
        display: block;
    }
}

.service-item .service-desc.clamp-7 {
    -webkit-line-clamp: 7;
    max-height: 168px;
}

.service-item .service-desc.open {
    max-height: 1000px !important;
    -webkit-line-clamp: unset !important;
}

.service-item .service-expand img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.service-item .service-desc.open~.service-expand img {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

.services-listing .service-items .service-item:nth-child(3n+1) {
    background-image: url(../images/f1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.services-listing .service-items .service-item:nth-child(3n+2) {
    background-image: url(../images/f2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.services-listing .service-items .service-item:nth-child(3n) {
    background-image: url(../images/f3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* SERVICES WORK TOGETHER */
.work-together {
    padding-bottom: 150px;
    background-repeat: repeat;
}

.work-together .work-box {}

.work-together .work-box .tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 20px;
}

@media (max-width: 768px) {
    .work-together .work-box .tabs {
        flex-wrap: wrap;
    }
}

.work-box .tabs .tab-title {
    text-align: center;
    background: rgba(41, 41, 69, 0.5);
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 50px;
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 60px;
    border: 1px solid transparent;
}

.work-box .tabs .tab-title.active {
    border: 1px solid #FEA628;
}

.work-box .tabs .tab-title.active p {
    color: #FEA628;
}

.work-box .tabs .tab-title:hover p {
    color: #FEA628
}

.work-box .tabs .tab-title p {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 0;
}

.work-box .content {
    position: relative;
}

.work-box .content .work-item {
    padding-left: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

@media (min-width: 993px) {
    .work-box .content .work-item {
        padding-left: 15px;
    }
}

.work-box .content .work-item.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

@media (min-width: 993px) {
    .work-box .content .work-item>.col-lg-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .work-box .content .work-item .col-lg-6:not(:first-child) {
        padding-left: 45px;
    }
}


.work-item .item-img img {
    border-radius: 16px;
}

.work-item .item-content h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #2CFFFE;
    font-weight: 600;
    line-height: 30px;
}

.work-item .item-content a h3 {
    text-decoration: underline;
}

.work-item .item-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #BABABA;
    margin-bottom: 0;
}

@media (min-width: 993px) {
    .work-item .item-content p {
        margin-right: -15px;
    }
}

.work-item .item-content p span,
.work-item .item-content p strong {
    color: #fff;
    font-weight: 400;
}

.work-together .view_new_project {
    margin-top: 0px;
    display: flex;
    justify-content: center;
}

/* SECTION DEVELOPMENT PROCESS  */
.development-process {
    padding-bottom: 150px;
    background-repeat: repeat;
}

.development-process .list-of-processes {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

.development-process .list-of-processes .process-item {
    grid-column: span 3;
    background-color: rgba(41, 41, 69, 0.5);
    border-radius: 8px;
    padding: 24px;

}

.development-process .list-of-processes .process-item:last-child:nth-child(4n + 3),
.development-process .list-of-processes .process-item:nth-last-child(2):nth-child(4n + 2),
.development-process .list-of-processes .process-item:nth-last-child(3):nth-child(4n + 1) {
    grid-column: span 4;
}

.development-process .list-of-processes .process-item:last-child:nth-child(4n + 2),
.development-process .list-of-processes .process-item:nth-last-child(2):nth-child(4n + 1) {
    grid-column: span 6;
}

.development-process .list-of-processes .process-item:last-child:nth-child(4n + 1) {
    grid-column: 1 / -1;
}

.development-process .list-of-processes .process-item.span-4 {
    grid-column: span 4 !important;
}

.development-process .list-of-processes .process-item.span-3 {
    grid-column: span 3 !important;
}

.nocode-process .list-of-processes {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 48px;
}

.nocode-process .list-of-processes .process-item {
    grid-column: span 1;
}

.nocode-process .list-of-processes .process-item:last-child:nth-child(4n + 1) {
    grid-column: span 1;
}

@media (max-width: 1460px) {
    .nocode-process .list-of-processes {
        grid-template-columns: repeat(6, 1fr);
    }

    .nocode-process .list-of-processes .process-item {
        grid-column: span 2 !important;
    }

    .nocode-process .list-of-processes .process-item.span-4 {
        grid-column: span 2 !important;
    }

    .nocode-process .list-of-processes .process-item.span-3 {
        grid-column: span 2 !important;
    }

    .nocode-process .list-of-processes .process-item:last-child:nth-child(3n + 2),
    .nocode-process .list-of-processes .process-item:nth-last-child(2):nth-child(3n + 1) {
        grid-column: span 3 !important;
    }

    .nocode-process .list-of-processes .process-item:last-child:nth-child(3n + 1) {
        grid-column: span 6 !important;
    }
}

@media (min-width:1200px) and (max-width: 1460px) {

    .nocode-process .container-large {
        width: 1170px;
    }
}

@media (max-width: 992px) {
    .development-process .list-of-processes {
        grid-template-columns: repeat(6, 1fr);
    }

    .development-process .list-of-processes .process-item {
        grid-column: span 2 !important;
    }



    .development-process .list-of-processes .process-item.span-4 {
        grid-column: span 2 !important;
    }

    .development-process .list-of-processes .process-item.span-3 {
        grid-column: span 2 !important;
    }

    .development-process .list-of-processes .process-item:last-child:nth-child(3n + 2),
    .development-process .list-of-processes .process-item:nth-last-child(2):nth-child(3n + 1) {
        grid-column: span 3 !important;
    }

    .development-process .list-of-processes .process-item:last-child:nth-child(3n + 1) {
        grid-column: span 6 !important;
    }
}

@media (max-width: 767px) {
    .development-process .list-of-processes .process-item {
        grid-column: span 3 !important;
    }

    .development-process .list-of-processes .process-item.span-4 {
        grid-column: span 3 !important;
    }

    .development-process .list-of-processes .process-item.span-3 {
        grid-column: span 3 !important;
    }

    .development-process .list-of-processes .process-item:last-child:nth-child(3n + 2),
    .development-process .list-of-processes .process-item:nth-last-child(2):nth-child(3n + 1) {
        grid-column: span 3 !important;
    }

    .development-process .list-of-processes .process-item:last-child:nth-child(3n + 1) {
        grid-column: span 3 !important;
    }

    .development-process .list-of-processes .process-item:last-child:nth-child(2n + 1) {
        grid-column: span 6 !important;
    }
}

@media (max-width: 567px) {
    .development-process .list-of-processes .process-item {
        grid-column: span 6 !important;
    }

    .development-process .list-of-processes .process-item.span-4 {
        grid-column: span 6 !important;
    }

    .development-process .list-of-processes .process-item.span-3 {
        grid-column: span 6 !important;
    }

    .development-process .list-of-processes .process-item:last-child:nth-child(3n + 1) {
        grid-column: span 6 !important;
    }

    .development-process .list-of-processes .process-item:last-child:nth-child(3n + 2),
    .development-process .list-of-processes .process-item:nth-last-child(2):nth-child(3n + 1) {
        grid-column: span 6 !important;
    }
}

.process-item .process-number {
    font-weight: 600;
    font-size: 64px;
    line-height: 56px;
    color: #FEA628;
    padding-bottom: 16px;
    border-bottom: 1px solid #BABABA
}

.process-item .process-content {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.process-item .process-content h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.process-item .process-content .process-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #BABABA;
    margin-bottom: 0;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
    max-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.process-item .process-content .process-description.open {
    max-height: 1000px;
    -webkit-line-clamp: unset;
    opacity: 1;
}

.process-item .process-content .process-description ul {
    padding-left: 24px;
    margin-bottom: 16px;
}

.process-item .process-expand img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.process-item .process-content .process-description.open~.process-expand img {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

/* DOMAIN EXPERTISE STYLE */
.domain-expertise {
    padding-bottom: 150px;
    background-repeat: repeat;
}

.domain-expertise .list-of-domains {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

.domain-expertise .list-of-domains .domain-item {
    grid-column: span 3;
    background-color: rgba(41, 41, 69, 0.5);
    padding: 16px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    position: relative;
}

.domain-expertise .list-of-domains .domain-item h3 {
    margin-bottom: 16px;
}

.domain-expertise .list-of-domains .domain-item:last-child:nth-child(4n + 1) {
    grid-column: 1 / -1;
}

.domain-expertise .list-of-domains .domain-item:last-child:nth-child(4n + 2),
.domain-expertise .list-of-domains .domain-item:nth-last-child(2):nth-child(4n + 1) {
    grid-column: span 6;
}

.domain-expertise .list-of-domains .domain-item:last-child:nth-child(4n + 3) {
    grid-column: span 6;
}

.domain-expertise .list-of-domains .domain-item:nth-last-child(2):nth-child(4n + 2),
.domain-expertise .list-of-domains .domain-item:nth-last-child(3):nth-child(4n + 1) {
    grid-column: span 3;
}

@media (max-width: 992px) {
    .domain-expertise .list-of-domains {
        grid-template-columns: repeat(6, 1fr);
    }

    .domain-expertise .list-of-domains .domain-item {
        grid-column: span 2 !important;
    }

    .domain-expertise .list-of-domains .domain-item:last-child:nth-child(3n + 1) {
        grid-column: span 6 !important;
    }

    .domain-expertise .list-of-domains .domain-item:last-child:nth-child(3n + 2),
    .domain-expertise .list-of-domains .domain-item:nth-last-child(2):nth-child(3n + 1) {
        grid-column: span 3 !important;
    }
}

@media (max-width: 767px) {
    .domain-expertise .list-of-domains .domain-item {
        grid-column: span 3 !important;
    }

    .domain-expertise .list-of-domains .domain-item:last-child:nth-child(3n + 1) {
        grid-column: span 3 !important;
    }

    .domain-expertise .list-of-domains .domain-item:last-child:nth-child(2n + 1) {
        grid-column: span 6 !important;
    }
}

@media (max-width: 567px) {
    .domain-expertise .list-of-domains .domain-item {
        grid-column: span 6 !important;
    }

    .domain-expertise .list-of-domains .domain-item:last-child:nth-child(3n + 1) {
        grid-column: span 6 !important;
    }

    .domain-expertise .list-of-domains .domain-item:last-child:nth-child(3n + 2),
    .domain-expertise .list-of-domains .domain-item:nth-last-child(2):nth-child(3n + 1) {
        grid-column: span 6 !important;
    }
}

.domain-item .domain-image img {
    width: auto;
    height: 150px;
    object-fit: cover;
}

.domain-item .domain-url {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 1500px) {
    .domain-container {
        width: 1440px;
        padding-left: 0;
        padding-right: 0;
    }
}

.domain-expertise .list-of-domains.domain-with-description {
    grid-template-columns: repeat(6, 1fr);
}

.domain-expertise .list-of-domains.domain-with-description .domain-item {
    grid-column: span 2 !important;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}

.domain-expertise .list-of-domains.domain-with-description .domain-item:last-child:nth-child(3n + 1) {
    grid-column: 3 / 5 !important;
}

@media (max-width: 992px) {
    .domain-expertise .list-of-domains.domain-with-description .domain-item {
        grid-column: span 3 !important;
    }

    .domain-expertise .list-of-domains.domain-with-description .domain-item:last-child:nth-child(3n + 1) {
        grid-column: span 3 !important;
    }

    .domain-expertise .list-of-domains.domain-with-description .domain-item:last-child:nth-child(2n + 1) {
        grid-column: span 6 !important;
    }
}

@media (max-width: 567px) {
    .domain-expertise .list-of-domains.domain-with-description .domain-item {
        grid-column: span 6 !important;
    }

    .domain-expertise .list-of-domains.domain-with-description .domain-item:last-child:nth-child(3n + 1) {
        grid-column: span 6 !important;
    }
}

.domain-with-description .domain-item .domain-title {
    grid-column: span 6;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

@media (min-width: 993px) and (max-width: 1199px),
(min-width: 568px) and (max-width: 767px) {
    .domain-with-description .domain-item .domain-title {
        grid-column: span 12;
        text-align: center;
    }
}

.domain-with-description .domain-item .domain-title h3 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}

.domain-with-description .domain-item .domain-image {
    max-width: 150px;
    max-height: 160px;
}

.domain-with-description .domain-item .domain-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.domain-with-description .domain-item .domain-description {
    grid-column: span 6;
    display: flex;
    flex-direction: column;
    margin-top: 44px;
}

@media (min-width: 993px) and (max-width: 1199px),
(min-width: 568px) and (max-width: 767px) {
    .domain-with-description .domain-item .domain-description {
        grid-column: span 12;
        margin-top: 0;
        text-align: center;
    }
}

.domain-with-description .domain-item .description-text {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    max-height: 110px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
}

.home-site .domain-with-description .domain-item .description-text {
    -webkit-line-clamp: unset;
    max-height: none;
    overflow: visible;
}

.domain-with-description .domain-item .description-text.open {
    max-height: 1000px;
    -webkit-line-clamp: unset;
}

.domain-with-description .domain-item .domain-url {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.domain-with-description .domain-item .domain-expand {
    position: relative;
    z-index: 1;
}

.domain-with-description .domain-item .domain-expand {
    position: relative;
    z-index: 1;
}

.domain-with-description .domain-item .domain-expand img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.domain-with-description .domain-item .description-text.open~.domain-expand img {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

@media (min-width: 1200px) {
    .industry-site .domain-expertise .list-of-domains.domain-with-description .domain-item {
        grid-column: span 2 !important;
        text-align: left;
        display: flex;
        gap: 24px;
    }

    .industry-site .domain-with-description .domain-item .domain-title {
        max-width: 160px;
        width: 100%;
    }

    .industry-site .domain-with-description .domain-item .domain-description {

        max-width: 250px;
        width: 100%;
    }


}

/* SECTION WHY BOX STYLE */
.why-box {
    padding-bottom: 150px;
    background-repeat: repeat;
}

.why-box .why-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    column-gap: 32px;
    padding-top: 10px;
}

@media(max-width: 767px) {
    .why-box .why-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.why-box .why-item {}

.why-item .question {
    padding: 40px 0px 48px 35px;
    position: relative;
    z-index: 1;
}

.why-item .question::before {
    content: "";
    z-index: -1;
    transform: rotate(45.7deg);
    width: 58.03676518593241px;
    height: 103.04848892023769px;
    position: absolute;
    left: 30px;
    top: 2px;
    background: linear-gradient(180deg, #FEA628 0%, #76187E 100%);
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}

.why-item:hover .question::before {
    transform: rotate(-140.3deg);
    scale: calc(1.2);
}

.why-item .question h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

@media (min-width: 993px) {
    .why-item .question h3 {
        white-space: nowrap;
    }

    .why-box .why-list {
        grid-template-columns: repeat(2, calc((100% - 32px) / 2));
    }
}

.why-item .answer {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #BABABA;
}

.why-item .answer p {
    margin-bottom: 0;
}

/* STAFF AUGMENT */

.solution-item .solution-desc ul {
    list-style-type: disc;
    margin-left: 25px;
}

.site-content.staff-augmentation-service .development-process .linebreak-heading span {
    display: block;

}

section.testimonials {
    padding-bottom: 150px;
    background-repeat: repeat;
}

.list-of-testimonials {}

.list-of-testimonials .testimonial-item {
    border-radius: 8px;
    padding: 40px;
    background: rgba(41, 41, 69, 0.5);
}

.list-of-testimonials .testimonial-item .testimonial-client {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}

.testimonial-item .testimonial-client .client-image {
    max-width: 80px;
    max-height: 80px;
}

.testimonial-item .testimonial-client .client-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-item .testimonial-client .client-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-item .client-info .client-name {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #2CFFFE;
    margin-bottom: 0;
}

.testimonial-client .client-info .client-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #bababa;
    margin-bottom: 0;
}

.testimonial-item .testimonial-client .quotes {
    margin-left: auto;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.testimonial-item .testimonial-client .quotes p {
    font-weight: 600;
    font-size: 64px;
    line-height: 20px;
    margin-bottom: 0;
    color: #FEA628;
    letter-spacing: -3px;
}

.list-of-testimonials .testimonial-item .testimonial-content {
    padding-top: 24px;
    border-top: 1px solid #BABABA;
}

.list-of-testimonials .testimonial-item .testimonial-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.list-of-testimonials.owl-carousel,
.feature-listing.owl-carousel {
    position: relative;
}

.list-of-testimonials .owl-nav button.owl-prev,
.list-of-testimonials .owl-nav button.owl-next,
.feature-listing .owl-nav button.owl-prev,
.feature-listing .owl-nav button.owl-next,
.case-study-listing .owl-nav button.owl-prev,
.case-study-listing .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(154, 154, 154, 0.5) !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.technology-listing .owl-nav button {
    width: 40px !important;
    height: 40px !important;
}

.list-of-testimonials .owl-nav button.owl-prev i,
.list-of-testimonials .owl-nav button.owl-next i,
.feature-listing .owl-nav button.owl-prev i,
.feature-listing .owl-nav button.owl-next i,
.case-study-listing .owl-nav button.owl-prev i,
.case-study-listing .owl-nav button.owl-next i {
    font-size: 12px;
    color: #fff
}

.list-of-testimonials .owl-nav button.owl-prev:hover,
.list-of-testimonials .owl-nav button.owl-next:hover,
.feature-listing .owl-nav button.owl-prev:hover,
.feature-listing .owl-nav button.owl-next:hover,
.case-study-listing .owl-nav button.owl-prev:hover,
.case-study-listing .owl-nav button.owl-next:hover {
    background-color: rgba(254, 166, 40, 0.5) !important;
    scale: calc(1.1);
}

.list-of-testimonials .owl-nav button.owl-prev,
.feature-listing .owl-nav button.owl-prev {
    left: -30px;
}

.list-of-testimonials .owl-nav button.owl-next,
.feature-listing .owl-nav button.owl-next {
    right: -30px;
}

.list-of-testimonials .owl-dots {
    text-align: center;
    margin-top: 24px;
}

.list-of-testimonials .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #9A9A9A;
    border-radius: 50%;
    margin-left: 16px;
    transition: background-color 0.3s ease;
}

.list-of-testimonials .owl-dots .owl-dot:first-child {
    margin-left: 0;
}

.list-of-testimonials .owl-dots .owl-dot.active {
    background-color: #FEA628;
}

section.blockchain-tech {
    margin-bottom: 150px;
    background-repeat: repeat;
}

.blockchain-tech .blockchain-tech-list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 24px;
    row-gap: 48px;
    position: relative;
    z-index: 2;
}

.blockchain-tech-list .list-item {
    grid-column: span 6;
}

.blockchain-tech-list .list-item.span-12 {
    grid-column: span 12 !important;
}

.blockchain-tech-list .list-item .tech-title {
    margin-bottom: 24px;
}

.blockchain-tech-list .list-item .tech-title h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.blockchain-tech-list .list-item .tech-items {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    column-gap: 24px;
}

@media (max-width: 350px) {
    .blockchain-tech-list .list-item .tech-items {
        justify-content: center;
    }
}

.blockchain-tech-list .list-item .tech-items .tech-item {
    display: flex;
    gap: 8px;
}

.blockchain-tech-list .list-item .tech-items .tech-item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #BABABA;
    margin-bottom: 0;
}

.blockchain-tech-list .list-item .tech-items .tech-item .item-image {
    max-width: 24px;
    max-height: 24px;
}

.blockchain-tech-list .list-item .tech-items .tech-item .item-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.service-features {
    padding-bottom: 150px;
    background-repeat: repeat;
}

.feature-listing .feature-item {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding: 24px;
    background: rgba(41, 41, 69, 0.5);
    border-radius: 8px;
}

.feature-item .feature-image {
    max-width: 250px;
    width: 100%;
    max-height: 100%;
}

.feature-item .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.feature-item .feature-content {
    max-width: calc(100% - 250px - 24px);
    width: 100%;
    height: 100%;
}

@media(min-width: 768px) {
    .feature-item .feature-content {
        height: 300px;
    }
}

@media (max-width: 568px) {
    .feature-listing .feature-item {
        flex-direction: column;
    }

    .feature-item .feature-image {
        max-width: 100%;
    }

    .feature-item .feature-content {
        max-width: 100%;
    }
}

.feature-item .feature-content .feature-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 12px;
}

.feature-item .feature-content .feature-title h3 {
    margin-bottom: 0;
}

.feature-item .feature-content .feature-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #BABABA;
}

.feature-item .feature-content .feature-description p {
    margin-bottom: 0;

}

.feature-item .feature-url {}

.feature-item .feature-url a img {
    width: 55px;
    height: 14px;
}

.innovation-tech {
    padding-bottom: 150px;
    background-repeat: repeat;
}

.innovation-tech .tech-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-top: 48px;
}

.innovation-tech .tech-list .tech-item {
    grid-column: span 2;
    background-color: rgba(41, 41, 69, 0.5);
    border-radius: 8px;
    padding: 24px;
}

.innovation-tech .tech-list .tech-item:last-child:nth-child(3n + 2),
.innovation-tech .tech-list .tech-item:nth-last-child(2):nth-child(3n + 1) {
    grid-column: span 3;
}

.innovation-tech .tech-list .tech-item:last-child:nth-child(3n + 1) {
    grid-column: 1 / -1;
}

@media (max-width: 992px) {
    .innovation-tech .tech-list .tech-item {
        grid-column: span 3;
    }

    .innovation-tech .tech-list .tech-item:last-child:nth-child(3n + 1) {
        grid-column: span 3;
    }

    .innovation-tech .tech-list .tech-item:last-child:nth-child(2n + 1) {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .innovation-tech .tech-list .tech-item {
        grid-column: 1 / -1;
    }

    .innovation-tech .tech-list .tech-item:last-child:nth-child(3n + 2),
    .innovation-tech .tech-list .tech-item:nth-last-child(2):nth-child(3n + 1) {
        grid-column: 1 / -1;
    }

    .innovation-tech .tech-list .tech-item:last-child:nth-child(3n + 1) {
        grid-column: 1 / -1;
    }

    .innovation-tech .tech-list .tech-item:last-child:nth-child(2n + 1) {
        grid-column: 1 / -1;
    }
}

.tech-item .tech-title {
    display: flex;
    gap: 16px;
    margin: 0 0;
}

.tech-item .tech-title img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.tech-item .tech-title h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    min-height: 60px;
    margin-right: -24px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.tech-item .tech-desc {
    color: #bababa;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-top: 16px;
}

.tech-item .tech-desc ul {
    padding-left: 24px;
}

/* SECTION LIVESTREAM FEATURE */

section.livestream-feature {
    padding-bottom: 150px;
    background-repeat: repeat;
}

.livestream-feature .live-feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 48px;
}

@media (max-width: 1199px) {
    .livestream-feature .live-feature-list {
        grid-template-columns: 1fr;
    }
}

.livestream-feature .live-feature-list .live-feature-item {
    grid-column: span 1;
    background-color: rgba(41, 41, 69, 0.5);
    border-radius: 8px;
    padding: 16px;
    position: relative;
}

.live-feature-list .live-feature-item .item-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.live-feature-item .item-title .title-text {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.live-feature-item.open .item-title .title-text {
    color: #FEA628;
}

.live-feature-item .item-title .title-text h3 {
    margin: 0 0 0 16px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.item-title .title-text .title-image {
    max-width: 36px;
    max-height: 36px;
}

.item-title .title-text .title-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.live-feature-item .item-title .icon-add {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

.live-feature-item .item-title .icon-minus {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.live-feature-item.open .item-title .icon-add {
    opacity: 0;
    visibility: hidden;
}

.live-feature-item.open .item-title .icon-minus {
    opacity: 1;
    visibility: visible;
}

.live-feature-item .item-title:hover {
    cursor: pointer;
}

.live-feature-item .item-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #BABABA;
    margin-top: 8px;
    padding-left: 52px;
    display: none;
}

.live-feature-item .item-desc p {
    margin-bottom: 0;
}

/* ABOUT */
section.about-us-banner {
    padding: 0 0 150px;
}

.technologies-site section.about-us-banner {
    padding-bottom: 0;
}

.about-us-banner .hero-banner {
    height: 40vh;
}

/* .about-us-banner .hero-banner .content {
    top: 70%;
    transform: translate(-50%, -30%);
    z-index: 2;
} */

/* .technologies-site .about-us-banner .hero-banner .content {
    top: 80%;
    transform: translate(-50%, -20%);
    z-index: 2;
} */

.about-us-banner .hero-banner .content {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    z-index: 2;
    padding-top: 210px;
}

.about-us-banner .hero-banner .content .banner-bg {
    position: absolute;
    top: 12%;
    right: 0;
}

.about-us-banner .about-background {
    position: relative;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.about-us-banner .about-background img {
    min-height: 700px;
    object-fit: cover;
}

.about-us-banner .hero-banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 360px;
    background: linear-gradient(180deg, rgba(4, 5, 7, 0) 0%, #040507 100%);
}

.about-us-banner .about-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 360px;
    background: linear-gradient(0deg, rgba(4, 5, 7, 0) 0%, #040507 100%);
}

@media (max-width: 992px) {
    .about-us-banner .about-background::before {
        bottom: 0;
        height: unset;
    }
}

.about-us-banner .about-background::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 360px;
    background: linear-gradient(180deg, rgba(4, 5, 7, 0) 0%, #010F1B 100%);
}

.about-activity-container {
    position: relative;
}

.about-activity-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 360px;
    background: linear-gradient(0deg, rgba(4, 5, 7, 0) 0%, #010F1B 100%);
}

.about-activity-container .about-activity-statistics {
    position: relative;
    z-index: 2;
}

.about-activity-container .about-activity-statistics h3 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}

.about-activity-container .about-activity-statistics-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 80px;
    justify-content: space-around;
}

.about-activity-container .about-activity-statistics-item {
    position: relative;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .about-activity-container .about-activity-statistics-item {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}


.about-activity-container .about-activity-statistics-item h4 {
    font-size: 100px;
    /* color: #FEA628; */
    display: block;
    background: -webkit-linear-gradient(270deg, #FEA628, #000000 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 100px;
}

.about-activity-container .about-activity-statistics-item span {
    position: absolute;
    bottom: -12px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .about-activity-container .about-activity-statistics-item span {
        left: 50%;
        transform: translateX(-50%);
    }
}

.about-us-site .about-message-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #000000;
    background-image: url(../images/about-message-bg.png);
    background-size: cover;
    border-radius: 8px;
}

.about-us-site .about-message-row {
    display: flex;
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .about-us-site .about-message-row {
        margin-bottom: 17px;
    }
}

.about-us-site .about-message p.slogan-message-text {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    display: none;
}

@media (max-width: 992px) {
    .about-us-site .about-message p.slogan-message-text {
        display: block;
    }
}

@media (max-width: 768px) {
    .about-us-site .about-message p.slogan-message-text {
        font-size: 14px;
        line-height: 22px;
    }
}

.about-us-site .about-message-avatar {
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
    max-width: 380px;
}

@media (max-width: 992px) {
    .about-us-site.about-message-avatar {
        -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
        max-width: 140px;
    }
}

.about-us-site .about-message-avatar img {
    display: block;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.about-us-site .about-message-info {
    padding: 60px;
    -ms-flex-preferred-size: calc(100% - 380px);
    flex-basis: calc(100% - 380px);
    max-width: calc(100% - 380px);
}

@media (max-width: 992px) {
    .about-us-site .about-message-info {
        -ms-flex-preferred-size: calc(100% - 140px);
        flex-basis: calc(100% - 140px);
        max-width: calc(100% - 140px);
        padding-left: 17px;
        padding-right: 10px;
    }
}

.about-us-site .about-message-info h3 {
    margin: 0 0 25px;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
}

@media (max-width: 992px) {
    .about-us-site .about-message-info h3 {
        font-size: 26px;
        line-height: 33px;
    }
}

@media (max-width: 992px) {
    .about-us-site .about-message-info>p {
        display: none;
    }
}

.about-us-site .about-message-info p {
    margin: 0 0 47px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

@media (max-width: 992px) {
    .about-us-site .about-message-sign>p {
        font-size: 14px;
        line-height: 19px;
    }
}


.about-us-site .about-message-sign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about-us-site .about-message-sign img {
    margin-bottom: 17px;
}

.about-us-site .about-message-sign p {
    margin: 0;
    color: #fff;
}

.about-us-site .about-message-sign p span {
    font-weight: 700;
}

.about-us-site .about-values {
    position: relative;
    padding: 119px 0 80px;
}

@media (max-width: 992px) {
    .about-us-site .about-values {
        padding-top: 75px;
    }
}

@media (max-width: 768px) {
    .about-us-site .about-values {
        padding-top: 43px;
        padding-bottom: 20px;
    }
}

.about-us-site .about-values:before {
    content: '';
    background-image: url(../images/assets/Graphic.png);
    width: 100%;
    max-width: 100vw;
    height: 100%;
    position: absolute;
    bottom: 250px;
    right: 0;
    background-repeat: no-repeat;
    opacity: 1;
}

.about-us-site .about-values .row {
    margin-bottom: 128px;
}

@media (max-width: 992px) {
    .about-us-site .about-values .row {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .about-us-site .about-values:before,
    .about-us-site .about-values:after {
        display: none;
    }
}

.about-us-site .about-values .about-values-item h3 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}

@media (max-width: 992px) {
    .about-us-site .about-values .about-values-item h3 {
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {
    .about-us-site .about-values .about-values-item h3 {
        font-size: 26px;
        line-height: 38px;
    }
}

.about-us-site .about-values .about-values-item h4 {
    margin: 0 0 20px;
    font-size: 25px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 768px) {
    .about-us-site .about-values .about-values-item h4 {
        font-size: 20px;
        line-height: 27px;
    }
}

.about-us-site .about-values .about-values-item p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    color: #fff;
}

@media (max-width: 992px) {
    .about-us-site .about-values .about-values-item p {
        margin-bottom: 22px;
    }
}

@media (max-width: 768px) {
    .about-us-site .about-values .about-values-item p {
        font-size: 14px;
        line-height: 22px;
    }
}

.about-us-site .about-values .about-values-item--child {
    position: relative;
    padding-top: 35px;
}

@media (max-width: 992px) {
    .about-us-site .about-values .about-values-item--child {
        padding-top: 20px;
    }
}

.about-us-site .about-values .about-values-item--child:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #FEA628;
    height: 5px;
}

.about-us-site .about-timeline {
    padding-top: 52px;
    padding-bottom: 67px;
    background-color: rgba(41, 41, 69, 0.5);
    margin-bottom: 265px;
}

@media (max-width: 768px) {
    .about-us-site .about-timeline .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.about-us-site .about-timeline h3 {
    color: #fff;
    font-size: 44px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 768px) {
    .about-us-site .about-timeline h3 {
        text-align: center;
        font-size: 26px;
    }
}

.about-us-site .about-timeline .about-timeline-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 43px;
    height: 224px;
    margin-top: 60px;
}

@media (max-width: 768px) {
    .about-us-site .about-timeline .about-timeline-top-wrapper {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .about-timeline-top-wrapper {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .about-timeline-top-wrapper::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 768px) {
    .about-us-site .about-timeline .about-timeline-top {
        margin-bottom: 5px;
        margin-top: 20px;
        height: 167px;
    }
}

.about-us-site .about-timeline .about-timeline-top::before {
    position: absolute;
    left: 20px;
    right: 20px;
    content: '';
    background-color: #C1C1C1;
    height: 3px;
}

@media (max-width: 768px) {
    .about-us-site .about-timeline .about-timeline-top::before {
        left: 0;
        right: -8px;
    }
}

.about-us-site .about-timeline .about-timeline-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'SF Pro Display';
    background-color: #666;
    width: 95px;
    height: 55px;
    color: #AAAAAA;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    border-radius: 160px;
    -webkit-transition: width 0.5s, height 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s, height 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s, height 0.5s, transform 0.5s;
    transition: width 0.5s, height 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

@media (max-width: 992px) {
    .about-us-site .about-timeline .about-timeline-top a {
        width: 59px;
        height: 95px;
        -webkit-transform: rotate(41deg);
        transform: rotate(41deg);
    }
}

@media (max-width: 768px) {
    .about-us-site .about-timeline .about-timeline-top a {
        margin: 0 32.5px;
    }
}

.about-us-site .about-timeline .about-timeline-top a span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 992px) {
    .about-us-site .about-timeline .about-timeline-top a span {
        -webkit-transform: rotate(319deg);
        transform: rotate(319deg);
    }
}

@media (max-width: 768px) {
    .about-us-site .about-timeline .about-timeline-top a span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 59px;
    }
}

.about-us-site .about-timeline .about-timeline-top a.active {
    background: #fea628;
    background: linear-gradient(221deg, #fea628 0%, #fea628 0%, #76187e 100%);
    width: 111px;
    height: 200px;
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
}

@media (max-width: 992px) {
    .about-us-site .about-timeline .about-timeline-top a.active {
        width: 75px;
        height: 134px;
    }
}

.about-us-site .about-timeline .about-timeline-top a.active span {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    -webkit-transform: rotate(313deg);
    transform: rotate(313deg);
    color: #fff;
}

@media (max-width: 992px) {
    .about-us-site .about-timeline .about-timeline-top a.active span {
        height: 46px;
    }
}

@media (max-width: 768px) {
    .about-us-site .about-timeline .about-timeline-top a.active span {
        width: 75px;
        font-size: 24px;
    }
}

.about-us-site .about-timeline .about-timeline-bottom .timeline-panel {
    display: none;
    padding: 0;
}

@media (max-width: 768px) {
    .about-us-site .about-timeline .about-timeline-bottom .timeline-panel {
        margin-left: 15px;
        overflow: hidden;
        padding: unset;
    }
}

.about-us-site .about-timeline .about-timeline-bottom .timeline-panel.active {
    display: block;
}

.about-us-site .about-timeline .about-timeline-bottom .timeline-panel .about-timeline-bottom-slider:not(.owl-loaded) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-us-site .about-timeline .about-timeline-bottom .timeline-panel .about-timeline-bottom-slider:not(.owl-loaded) .about-timeline-bottom-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding-right: 35px;
}

.about-timeline-bottom-slider .about-timeline-bottom-item:last-child {
    padding-right: 0 !important;
}

@media (max-width: 992px) {
    .about-us-site .about-timeline .about-timeline-bottom .timeline-panel .about-timeline-bottom-slider:not(.owl-loaded) .about-timeline-bottom-item {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 576px) {
    .about-us-site .about-timeline .about-timeline-bottom .timeline-panel .about-timeline-bottom-slider:not(.owl-loaded) .about-timeline-bottom-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-right: 10px;
        max-width: 50%;
    }
}

@media (max-width: 768px) {

    /*.about-us-site .about-timeline .about-timeline-bottom .timeline-panel .about-timeline-bottom-slider.owl-carousel {
        width: calc(100% - 140px); }*/
    .about-us-site .about-timeline .about-timeline-bottom .timeline-panel .about-timeline-bottom-slider.owl-carousel .owl-stage-outer {
        margin-bottom: 35px;
        overflow: inherit;
    }
}

@media (max-width: 576px) {
    .about-us-site .about-timeline .about-timeline-bottom .timeline-panel .about-timeline-bottom-slider.owl-carousel .owl-stage-outer {
        /*width: 80%;*/
    }
}

.about-us-site .about-timeline .about-timeline-bottom-item {
    padding-right: 35px;
}

@media (max-width: 992px) {
    .about-us-site .about-timeline .about-timeline-bottom-item {
        padding-right: 25px;
    }
}

@media (max-width: 768px) {
    .about-us-site .about-timeline .about-timeline-bottom-item {
        padding-right: 11px;
    }
}

.about-us-site .about-timeline .about-timeline-bottom-item h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 25px;
    line-height: 45px;
    font-weight: 700;
    text-align: left;
}

@media (max-width: 768px) {
    .about-us-site .about-timeline .about-timeline-bottom-item h3 {
        text-align: left;
    }
}

@media (max-width: 576px) {
    .about-us-site .about-timeline .about-timeline-bottom-item h3 {
        margin-bottom: 11.25px;
        font-size: 20px;
        line-height: 45px;
    }
}

.about-us-site .about-timeline .about-timeline-bottom-item p {
    margin: 0;
    color: #C3C3C3;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 576px) {
    .about-us-site .about-timeline .about-timeline-bottom-item p {
        line-height: 22px;
    }
}

.about-us-site .about-timeline .about-timeline-bottom .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -40px;
}

@media (max-width: 992px) {
    .about-us-site .about-timeline .about-timeline-bottom .owl-nav {
        max-width: 180px;
        position: static;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .about-us-site .about-timeline .about-timeline-bottom .owl-nav {
        position: relative;
        left: 50%;
        margin-left: 0;
        width: 115px;
        transform: translateX(calc(-50% - 7.5px));
    }
}

.about-us-site .about-timeline .about-timeline-bottom .owl-nav .owl-prev,
.about-us-site .about-timeline .about-timeline-bottom .owl-nav .owl-next {
    position: absolute;
    background-color: rgba(254, 166, 40, 0.5);
    width: 80px;
    height: 80px;
    color: #fff;
    border-radius: 80px;
}

@media (max-width: 992px) {

    .about-us-site .about-timeline .about-timeline-bottom .owl-nav .owl-prev,
    .about-us-site .about-timeline .about-timeline-bottom .owl-nav .owl-next {
        position: static;
    }
}

@media (max-width: 768px) {

    .about-us-site .about-timeline .about-timeline-bottom .owl-nav .owl-prev,
    .about-us-site .about-timeline .about-timeline-bottom .owl-nav .owl-next {
        width: 45px;
        height: 45px;
    }
}

.about-us-site .about-timeline .about-timeline-bottom .owl-nav .owl-prev i,
.about-us-site .about-timeline .about-timeline-bottom .owl-nav .owl-next i {
    font-size: 22px;
}

@media (max-width: 768px) {

    .about-us-site .about-timeline .about-timeline-bottom .owl-nav .owl-prev i,
    .about-us-site .about-timeline .about-timeline-bottom .owl-nav .owl-next i {
        font-size: 13px;
    }
}

.about-us-site .about-timeline .about-timeline-bottom .owl-nav .owl-prev {
    left: -90px;
}

@media (max-width: 992px) {
    .about-us-site .about-timeline .about-timeline-bottom .owl-nav .owl-prev {
        margin-right: 10px;
    }
}

.about-us-site .about-timeline .about-timeline-bottom .owl-nav .owl-next {
    right: -90px;
}

@media (max-width: 992px) {
    .about-us-site .about-timeline .about-timeline-bottom .owl-nav .owl-next {
        margin-left: 10px;
    }
}

.about-us-site #about-activity {
    margin-bottom: 150px;
}

.about-leader {
    padding-bottom: 150px;
    background-repeat: repeat;
}

.about-leader .leader-list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 48px;
    margin-top: 48px;
}

@media (max-width: 768px) {
    .about-leader .leader-list {
        row-gap: 48px;
        column-gap: 0px;
    }
}

.about-leader .leader-list .leader-item {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .about-leader .leader-list .leader-item {
        grid-column: span 6;
    }
}

@media (max-width: 768px) {
    .about-leader .leader-list .leader-item {
        grid-column: span 12;
    }
}

.leader-list .leader-item .leader-image {
    width: 348px;
    height: 400px;
}

.leader-list .leader-item .leader-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .leader-list .leader-item .leader-image {
        width: 290px;
        height: 350px;
    }
}

.leader-list .leader-item h3 {
    margin-top: 16px;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0px;
}

.leader-list .leader-item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #BABABA;
    margin-top: 8px;
    margin-bottom: 0px;
}

.leader-team {
    padding-bottom: 150px;
    background-repeat: repeat;
}

.leader-team .team-list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 48px;
    margin-top: 48px;
}

@media (max-width: 768px) {
    .leader-team .team-list {
        row-gap: 48px;
        column-gap: 0px;
    }
}

.leader-team .team-list .team-item {
    grid-column: span 3;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .leader-team .team-list .team-item {
        grid-column: span 4;
    }
}

@media (max-width: 768px) {
    .leader-team .team-list .team-item {
        grid-column: span 6;
    }
}

@media (max-width: 576px) {
    .leader-team .team-list .team-item {
        grid-column: span 12;
    }
}

.team-list .team-item .team-image {
    width: 250px;
    height: 305px;
    overflow: hidden;
}

.team-list .team-item .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .team-list .team-item .team-image {
        width: 200px;
        height: 250px;
    }
}


.team-list .team-item h3 {
    margin-top: 16px;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0px;
    margin-right: -5px;
}

.team-list .team-item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #BABABA;
    margin-top: 8px;
    margin-bottom: 0px;
}

.team-member {
    padding-bottom: 150px;
    background-repeat: repeat;
}

.team-member .member-list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 48px;
    margin-top: 48px;
}

@media (max-width: 567px) {
    .team-member .member-list {
        row-gap: 48px;
        column-gap: 0px;
    }
}

.team-member .member-list .member-item {
    grid-column: span 3;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .team-member .member-list .member-item {
        grid-column: span 4;
    }
}

@media (max-width: 768px) {
    .team-member .member-list .member-item {
        grid-column: span 6;
    }
}

@media (max-width: 576px) {
    .team-member .member-list .member-item {
        grid-column: span 12;
    }
}


.member-list .member-item .member-image {
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.member-list .member-item .member-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .member-list .member-item .member-image {
        width: 200px;
        height: 200px;
    }
}

section.blockchain-tech.coretech .section-title {
    position: relative;
    z-index: 2;
}

section.blockchain-tech.coretech .section-title h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
}

section.blockchain-tech.coretech .section-title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

section.blockchain-tech.coretech .blockchain-tech-list .list-item {
    grid-column: span 4;
}

@media (max-width: 767px) {
    section.blockchain-tech.coretech .blockchain-tech-list .list-item {
        grid-column: span 6;
    }
}

@media (max-width: 576px) {
    section.blockchain-tech.coretech .blockchain-tech-list .list-item {
        grid-column: span 12;
    }
}

section.blockchain-tech.aitech .blockchain-tech-list .list-item {
    grid-column: span 12;
}

section.blockchain-tech.coretech .blockchain-tech-list .list-item .tech-items .tech-item .item-image,
section.blockchain-tech.btech-about .blockchain-tech-list .list-item .tech-items .tech-item .item-image,
section.blockchain-tech.aitech .blockchain-tech-list .list-item .tech-items .tech-item .item-image {
    max-width: 150px;
    max-height: 50px;
}

section.blockchain-tech.coretech .blockchain-tech-list .list-item .tech-items .tech-item .item-image img,
section.blockchain-tech.btech-about .blockchain-tech-list .list-item .tech-items .tech-item .item-image img,
section.blockchain-tech.aitech .blockchain-tech-list .list-item .tech-items .tech-item .item-image img {
    border-radius: 8px;
}

section.contact-us-now {
    margin-bottom: 150px;
    background-repeat: repeat;
}

section.contact-us-now .section-background {
    max-height: 475px;
    position: relative;
    overflow: hidden;
}

section.contact-us-now .section-background img {
    min-height: 250px;
    object-fit: cover;
}

section.contact-us-now .section-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(270deg, rgba(1, 2, 4, 0) 0%, #010204 50%);
    z-index: 1;
}

section.contact-us-now .section-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
}

section.contact-us-now .section-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.contact-us-now .section-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    z-index: 2;
}

section.contact-us-now .section-content h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    max-width: 266px;
    text-align: center;
}

section.contact-us-now .section-content .btn-section {
    justify-content: flex-start;
    margin-top: 45px;
    margin-left: 9px;
}

@media(max-width: 993px) {
    .featured-project section.section-hero-banner {
        margin-bottom: 50px;
    }
}

@media(max-width: 567px) {
    .featured-project section.section-hero-banner {
        margin-bottom: 100px;
    }
}

@media(max-width: 359px) {
    .featured-project section.section-hero-banner {
        margin-bottom: 200px;
    }
}


.featured-project .section-hero-banner .hero-banner .gradient-text {
    display: unset;
}

.featured-project .section-hero-banner .hero-banner .project-background {
    max-height: 554px;
    overflow: hidden;
    text-align: center;
}

.featured-project .section-hero-banner .hero-banner .project-background img {
    min-height: 500px;
    object-fit: cover;
}

.featured-project .section-hero-banner .hero-banner {
    height: 100%;
}

.featured-project .section-hero-banner .hero-banner .content {
    z-index: 2;
    top: 70%;
    transform: translate(-50%, -30%);
}

.featured-project .section-hero-banner .hero-banner::after {
    height: 100%;
    background: linear-gradient(180deg, rgba(4, 9, 19, 0) 0%, #040913 100%);
}

.featured-project .section-hero-banner .hero-banner .section-breadcrumbs {
    z-index: 2;
}

.featured-project .blur-top-bg {
    position: relative;
    overflow: hidden;
}

.featured-project .blur-top-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    background: linear-gradient(0deg, rgba(4, 9, 19, 0) 0%, #040913 100%);
}

.featured-project .blur-top-bg>div {
    position: relative;
    z-index: 2;
}

.featured-project .related-case .project-tabs {
    display: flex;
    margin-bottom: 32px;
    justify-content: center;
    cursor: pointer;
}

.featured-project .related-case .project-tabs .tab-title h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.featured-project .related-case .project-tabs .tab-title:not(:last-child) {
    padding-right: 24px;
    border-right: 1px solid #fff;
}

.featured-project .related-case .project-tabs .tab-title:not(:first-child) {
    padding-left: 24px;
}

.featured-project .related-case .project-tabs .tab-title:hover>h3 {
    color: #FEA628
}

.featured-project .related-case .project-tabs .tab-title.active h3 {
    color: #2CFFFE;
}

.featured-project .related-case .category-tags .tag-list {
    gap: 16px;
    flex-wrap: wrap;
    display: none;
    margin-bottom: 44px;
}

.featured-project .related-case .category-tags .tag-list.active {
    display: flex;
}

.featured-project .related-case .category-tags .tag-list .tag-item {
    padding: 4px 8px;
    cursor: pointer;
    background: rgba(41, 41, 69, 0.5);
    border: 1px solid #2CFFFE;
    border-radius: 16px;
    position: relative;
}

.featured-project .related-case .category-tags .tag-list .tag-item::before {
    content: "";
    background: rgba(223, 223, 223, 0.35);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    border-radius: 18px;
}

.featured-project .related-case .category-tags .tag-list .tag-item:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.featured-project .related-case .category-tags .tag-list .tag-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
    color: #fff
}

.featured-project .related-case .project-content .project-listing {
    display: none;
}

.featured-project .related-case .project-content .project-listing.active {
    display: block;
}

.project-overview {
    padding-bottom: 80px;
    background-repeat: repeat;
}

.project-overview .overview-content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    justify-content: space-between;
    gap: 80px;
}

.project-overview .overview-content:not(:last-child) {
    margin-bottom: 48px;
}

.project-overview .overview-content .overview-image {
    max-width: 480px;
    max-height: 360px;
    overflow: hidden;
    grid-column: span 5;
}

@media (max-width: 992px) {
    .project-overview .overview-content {
        gap: 30px;
    }

    .project-overview .overview-content .overview-image {
        grid-column: span 6;
    }
}

@media (max-width: 768px) {
    .project-overview .overview-content .overview-image {
        grid-column: span 12;
        display: flex;
        justify-content: center;
        max-width: 100%;
        padding: 0 20px;
    }
}

.project-overview .overview-content .overview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.project-overview .overview-content .overview-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #BABABA;
    grid-column: span 7;
}

@media (max-width: 992px) {
    .project-overview .overview-content .overview-desc {
        grid-column: span 6;
    }
}

@media (max-width: 768px) {
    .project-overview .overview-content .overview-desc {
        grid-column: span 12;
    }
}

.project-overview .overview-content .overview-desc ul {
    padding-left: 35px;
}

.project-overview .overview-content .overview-detail {
    grid-column: span 7;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 48px;
    column-gap: 24px;
}

@media (max-width: 992px) {
    .project-overview .overview-content .overview-detail {
        grid-column: span 6;
    }
}

@media (max-width: 768px) {
    .project-overview .overview-content .overview-detail {
        grid-column: span 12;
    }
}

.project-overview .overview-content .overview-detail .detail-item {
    grid-column: span 3;
}

@media (max-width: 992px) {
    .project-overview .overview-content .overview-detail .detail-item:last-child:nth-child(2n + 1) {
        grid-column: 1 / -1;
        display: flex;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
    }
}

.project-overview .overview-content .overview-detail .detail-item h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #2CFFFE;
}

.project-overview .overview-content .overview-detail .detail-item p {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}

section.section-tab-content {
    padding-bottom: 150px;
}

.home-site .home-banner-content .btn-section {
    justify-content: flex-start;
}

.home-site .aml .link-ad {
    margin-top: 80px;
    text-align: center;
}

section.home-service {
    padding-bottom: 150px;
}

.home-service .homesv-list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    margin-top: 48px;
}

.home-service .homesv-list .homesv-item {
    grid-column: span 6;
    position: relative;
    z-index: 0;
    padding: 40px 80px;
    min-height: 488px;
}

.home-service .homesv-list .homesv-item .homesv-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.home-service .homesv-list .homesv-item:nth-child(4n) {
    background: linear-gradient(166.1deg, #A8FFD0 31.51%, #6FBFE9 92.97%);
}

.home-service .homesv-list .homesv-item:nth-child(4n + 1) {
    background: linear-gradient(104.91deg, #D6FBFF 34.73%, #2D8CD0 99.64%);
}

.home-service .homesv-list .homesv-item:nth-child(4n + 2) {
    background: linear-gradient(115.75deg, #FAEDFF 37.6%, #8D6CD5 84.72%);
}

.home-service .homesv-list .homesv-item:nth-child(4n + 3) {
    background: linear-gradient(87.82deg, #FFFFFF 1.57%, #B4B4B4 98.43%);
}

@media (max-width: 992px) {
    .home-service .homesv-list .homesv-item {
        grid-column: span 12;
        height: 100vh;
    }
}

@media(max-width: 768px) {
    .home-service .homesv-list .homesv-item {
        min-height: 700px;
    }
}

@media (max-width: 576px) {
    .home-service .homesv-list .homesv-item {
        min-height: 1170px;
        padding: 40px 24px;
    }
}

.home-service .homesv-list .homesv-item .item-content {
    position: relative;
    z-index: 2;
}

.home-service .homesv-list .homesv-item .item-content h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 24px;
    color: #1B1B1B;
}

.home-service .homesv-list .homesv-item .item-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1B1B1B;
    margin-bottom: 24px;
    max-width: 450px;
}

.home-service .homesv-list .homesv-item .item-content ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.home-service .homesv-list .homesv-item .item-content ul li {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #1B1B1B;
    display: flex;
}

.home-service .homesv-list .homesv-item .item-content ul li img {
    width: auto;
    margin-right: 4px;
}

.home-service .homesv-list .homesv-item .item-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    max-height: 450px;
}

.home-service .homesv-list .homesv-item .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-site .home-client-location {
    margin-top: 48px;
    position: relative;
    z-index: 1;
    max-width: 1140px;
    max-height: 454px;
}

.home-site .home-client-location>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-site .home-client-location .location-content {
    position: absolute;
    bottom: 0;
    right: 5%;
    z-index: 2;
}

@media(min-width: 993px) {
    .home-site .home-client-location .location-content {
        bottom: 80px;
        right: 48px;
    }
}

.home-site .location-content .location-nation,
.home-site .location-content .location-address {
    display: flex;
    gap: 8px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.home-site .location-content p {
    max-width: 347px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}

.home-site .location-content .location-nation p {
    font-weight: 500;
}

.home-site .project-add-h {
    padding-bottom: 150px;
    display: flex;
    justify-content: center;
}

.home-site .entry-content {
    padding: 24px 24px 0px;
}

section.home-news {
    padding-bottom: 150px;
}

.home-news .title-news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.home-news .title-news .btn-view-more {
    color: #BABABA;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    text-decoration: underline;
}

.home-news .title-news .btn-view-more:hover {
    color: #FEA628;
}

.home-news .news-list .news-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding-bottom: 24px;
}

.home-news .news-list .news-item:not(:last-child) {
    border-bottom: 1px solid rgba(186, 186, 186, 0.5);
    margin-bottom: 24px;
}

.home-news .news-list .news-item .item-image {
    grid-column: span 1;
}

.news-item .item-image a {
    max-width: 360px;
    max-height: 240px;
}

.news-item .item-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.home-news .news-list .news-item .item-content {
    grid-column: span 2;
}

.news-item .item-content .date-author {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 8px;
    color: #BABABA
}

.news-item .item-content .date-author p {
    margin-bottom: 0;
}

.news-item .item-content .date-author .date {
    border-right: 1px solid #BABABA;
    padding-right: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    gap: 8px;
}

.news-item .item-content .date-author .date img {
 	width: 15px; 
}

.news-item .item-content .date-author .author {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 0 8px;
}

.news-item .item-content .news-title {
    margin-bottom: 8px;
}

.news-item .item-content .news-title h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-item .item-content .news-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    max-width: 740px;
    color: #BABABA;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-item .item-content .news-category {
    padding: 4px 8px;
    cursor: pointer;
    background: rgba(41, 41, 69, 0.5);
    border: 1px solid #2CFFFE;
    border-radius: 16px;
    max-width: fit-content;
}

.news-item .item-content .news-category a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #2CFFFE;
}

.faq-answer p {
    margin-bottom: 0;
}

.faq-answer ul {
    list-style: disc;
    padding-left: 24px;
}

.link-ad {
    margin-top: 80px;
}

.list-review {
    display: block !important;
}

.review .owl-nav button {
    width: 40px !important;
    height: 40px !important;
}

.home-site .review {
    background-image: unset;
}


.web-tech {
    background-image: unset;
}

.home-site .aml {
    margin-top: 0;
}

.home-site section#home-banner {
    padding-bottom: 150px;
    position: relative;
}

.home-site section#home-banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 360px;
    background: linear-gradient(180deg, rgba(4, 5, 7, 0) 0%, #010F1B 100%);
}

.aml .advanced-media-brand {
    text-align: center;
}


@media (min-width: 992px) and (max-width: 1200px) {
 	.aml .advanced-media-brand {
  		padding-top: 50px;
  	}
}

/* MENU */

/* .main-menu-amela {
    background: #212121;
}

.main-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.main-menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.main-menu ul li a {
    display: block;
    padding: 0 15px;
    color: #BABABA;
    line-height: 19px;
    font-size: 14px;
    font-weight: 300;
}

.main-menu ul li a:hover,
.main-menu .current-menu-item a {
    color: #FEA628;
}

.menu-main {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
} */

/* ========================================================= */
/* 1. GENERAL CSS AND HIDDEN/VISIBLE SUB MENU
/* ========================================================= */

.main-menu-amela ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu-amela>.box-menu>ul {
    display: flex;
    gap: 32px;
}

.main-menu-amela>.box-menu>ul>li {
    display: inline-block;
    position: relative;
}

.main-menu-amela>.box-menu>ul>li>a {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}

.main-menu-amela>.box-menu>ul>li>a:hover {
    color: #FEA628;
}


.main-menu-amela .sub-menu {
    display: block;
    position: absolute;
    top: calc(100% + 24px);
    background: #333333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.main-menu-amela>.box-menu>ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}

.main-menu-amela .sub-menu li a {
    color: #ffffff;
    text-decoration: none;
    padding-left: 0;
    display: block;
}

@media (max-width: 992px) {
 	.main-menu-amela .sub-menu li a:first-child {
    	margin-top: 8px;  
  	}
}

.main-menu-amela span.arrow {
    cursor: pointer;
}

/* ========================================================= */
/* 2. ORDINARY SUB MENU
/* ========================================================= */
.main-menu-amela .menu-1-column>.sub-menu {
    min-width: 222px;
    padding: 0 24px 24px;
    left: -24px;
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.main-menu-amela .menu-1-column>.sub-menu li:first-child {
    border-top: none;
    padding-top: 24px;
    position: relative;
}

.main-menu-amela .menu-1-column>.sub-menu li:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 95px;
    height: 4px;
    background-color: #FEA628;
}

.main-menu-amela .menu-1-column .sub-menu li a:hover {
    color: #FEA628;
}

.menu-1-column ul>li>a {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

/* ========================================================= */
/* 3. GENERAL MEGA MENU */
/* ========================================================= */

.main-menu-amela .mega-menu>.sub-menu {
    padding: 0 24px 24px;
    left: -24px;
    max-width: 90vw;
}

.mega-menu ul>li>a {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

/* --- 3.1. MEGA MENU WITH TITLE (FLEXBOX LAYOUT) --- */
.mega-menu-3-cols-title>.sub-menu {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
}

.mega-menu-3-cols-title .sub-menu-column {
    min-width: 200px;
}

.mega-menu-3-cols-title .sub-menu-column:not(:first-child) {
    margin-left: 24px;
}

.mega-menu-3-cols-title .column-title {
    color: #f59e0b;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
    cursor: default;
    padding: 24px 15px 8px 0px;
    display: block;
}

.mega-menu-3-cols-title .sub-menu-column .column-title {
    border-top: 4px solid transparent;
}

.mega-menu-3-cols-title .sub-menu-column:first-child .column-title {
    border-top: 4px solid #FEA628;
}

.mega-menu-3-cols-title .mega-list {
    padding: 8px 0 0;
    margin: 0;
    position: static;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid rgba(186, 186, 186, 0.5);
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.mega-menu-3-cols-title:hover .mega-list {
    opacity: 1;
    visibility: visible;
}

.mega-menu-3-cols-title>.sub-menu li ul li a:hover {
    color: #FEA628;
}

/* --- 3.2. MEGA MENU WITHOUT TITLE (GRID LAYOUT) --- */
.mega-menu-3-cols>.sub-menu {
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    gap: 8px 24px;
    width: 460px;
}

.mega-menu-3-cols>.sub-menu li {
    border-top: 4px solid transparent;
}

.mega-menu-3-cols>.sub-menu li:first-child,
.mega-menu-3-cols>.sub-menu li:nth-child(2),
.mega-menu-3-cols>.sub-menu li:nth-child(3) {
    padding-top: 20px
}

.mega-menu-3-cols>.sub-menu li:first-child {
    border-top: 4px solid #FEA628;
}

.mega-menu-3-cols>.sub-menu li a:hover {
    color: #FEA628;
}

/* ========================================================= */
/* 4. RESPONSIVE MENU */
/* ========================================================= */

.mobile-menu-amela {
    display: none;
    background: transparent;
    border: none;
    color: #FEA628;
    width: 35px;
    height: 25px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.mobile-menu-amela span {
    display: block;
    background: #FEA628;
    width: 35px;
    height: 3px;
    position: absolute;
    border-radius: 10px;
    transition: .5s;
}

.mobile-menu-amela span.span-1 {
    top: 0px;
}

.mobile-menu-amela span.span-2 {
    top: 10px;
}

.mobile-menu-amela span.span-3 {
    top: 20px;
}

@media (max-width: 992px) {

    .main-menu-amela .box-menu {
        display: block;
    }

    .main-menu-amela .box-menu #menu-main {
        position: absolute;
        top: 100%;
        right: -100%;
        width: 80vw;
        height: 100vh;
        display: block;
        background-color: #010204;
        transition: right 0.3s ease-in-out;
        text-align: center;
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-bottom: 80px;
    }

    .main-menu-amela .box-menu #menu-main::-webkit-scrollbar {
        display: none;
    }

    .main-menu-amela .box-menu #menu-main li {
        padding: 0 16px;
        display: block;
        text-align: left;
    }

    .main-menu-amela.open .box-menu #menu-main {
        right: 0;
    }

    .mobile-menu-amela {
        display: inline-block;
    }

    .main-menu-amela.open .mobile-menu-amela span.span-1 {
        top: 10px;
        transform: rotate(135deg);
    }

    .main-menu-amela.open .mobile-menu-amela span.span-2 {
        opacity: 0;
    }

    .main-menu-amela.open .mobile-menu-amela span.span-3 {
        top: 10px;
        transform: rotate(-135deg);
    }

    .main-menu-amela .box-menu>ul {
        display: block;
        padding: 20px;
        gap: 0;
    }

    .main-menu-amela>.box-menu>ul>li {
        display: block;
        margin-bottom: 15px;
    }

    .main-menu-amela .sub-menu {
        position: static;
        width: 100%;
        max-width: 100vw !important;
        padding: 10px 0 0 15px;
        display: none;
        opacity: 1;
        visibility: visible;
      	margin-top: 8px;
    }

    .mega-menu-3-cols-title .mega-list {
        display: block;
    }

    .mega-menu-3-cols-title .sub-menu-column:not(:first-child) {
        margin-left: 0;
    }

}

@media (max-width: 567px) {
    .main-menu-amela .box-menu #menu-main {
        width: 80vw;
    }
}

@media (max-width: 456px) {
    .main-menu-amela .box-menu #menu-main {
        width: 100vw;
    }
}

/* ========================================================= */
/* LANGUAGE SETTING STYLE */
/* ========================================================= */
.language-setting {
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (max-width: 1200px) {
    .language-setting {
        gap: 8px;
    }

    .main-menu-amela>.box-menu>ul {
        gap: 8px;
    }

}

.language-setting .custom-language {
    margin: 0;
    padding: 0;
    list-style: none;
}

.language-setting .lang-current {
    position: relative;
}

.language-setting .lang-current>button {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    cursor: pointer;
    background: transparent;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.language-setting .lang-current .language-list {
    position: absolute;
    top: calc(100% + 24px);
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    border-radius: 8px;
    padding: 0 24px 24px;
    list-style: none;
    margin: 0;
    min-width: 120px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

.language-setting .lang-current:hover .language-list {
    opacity: 1;
    visibility: visible;
}

.language-setting .language-list li:first-child {
    border-top: 4px solid #FEA628;
    padding-top: 20px;
}

.language-setting .language-list li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px;
    transition: background-color 0.2s ease;
    font-weight: 400;
    font-size: 14px;
    llne-height: 22px;
}

.language-setting .language-list li a:hover,
.language-setting .language-list li.active a {
    color: #FEA628;
}

.ico-down-arrow::before {
    content: url(../images/assets/lang-arrow.png);
}

.ico-down-arrow {
    margin-left: 13px;
}

.language-setting .contact-us-btn a {
    background-color: #fea628;
    border-radius: 50px;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.language-setting .contact-us-btn a:hover {
    background-color: #c27d1c;
}

@media (max-width: 567px) {
    .language-setting {
        gap: 0;
    }

    .language-setting .lang-current>button {
        gap: 4px;
    }

    .language-setting .ico-down-arrow {
        margin-left: 0;
    }
}

/* AI CASE STUDY */

section.case-study {
    padding-bottom: 150px
}

.case-study .case-study-listing {
    position: relative;
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 25px;
    ;
}

.case-study-listing .case-study-item {
    padding: 36px;
    width: 100%;
    border-radius: 16px;
    background: rgba(41, 41, 69, 0.5);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}

.case-study-item .case-study-image {
    max-width: 748px;
    max-height: 400px;
    border-radius: 8px;
    grid-column: span 1;
    align-self: center;
}

@media (max-width: 992px) {
    .case-study-item .case-study-image {
        grid-column: span 2;
    }
}

.case-study-item .case-study-image img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.case-study-item .case-study-content {
    grid-column: span 1;
}

@media (max-width: 992px) {
    .case-study-item .case-study-content {
        grid-column: span 2;
    }
}

.case-study-content .case-study-desc {
    margin-bottom: 36px;
}

.case-study-content .case-study-desc h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #2CFFFE;
    margin-bottom: 8px;
}

.case-study-content .case-study-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #BABABA;
}

.case-study-content .case-study-desc-block {
    margin-bottom: 36px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #BABABA;
}

.case-study-content .case-study-desc-block p {
    margin-bottom: 0;
}

.case-study-content .case-study-desc-block span {
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    margin-bottom: 8px;
}

.case-study-content .case-study-desc-block ul {
    list-style: disc;
    padding-left: 24px;
    margin-bottom: 0;
}

.case-study-content .case-study-tags {
    margin-bottom: 36px;
}

.case-study-content .case-study-tags p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 16px;
}

.case-study-tags .case-study-tag-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.case-study-tags .case-study-tag-listing .tag-item {
    padding: 4px 8px;
    cursor: pointer;
    background: rgba(41, 41, 69, 0.5);
    border: 1px solid #2CFFFE;
    border-radius: 16px;
}

.case-study-tags .case-study-tag-listing .tag-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}

/* .case-study-content .case-study-solution {
    margin-bottom: 36px;
} */

/* .case-study-content .case-study-solution p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 8px;
}

.case-study-content .case-study-solution ul {
    list-style: disc;
    padding-left: 24px;
}

.case-study-content .case-study-solution ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #BABABA;
} */

.case-study-listing .owl-nav button.owl-prev {
    left: 0px;
}

.case-study-listing .owl-nav button.owl-next {
    right: 0px;
}


/* FIX */

.technology-listing button.owl-prev {
    left: -30px;
}

.technology-listing button.owl-next {
    right: -30px;
}

#about-preview>.container .about-preview-wrapper {
    max-width: 1019px;
}

section#technology-section .technology-listing .technology-heading {
    margin-right: -2px;
}

.no-code section.contact-us-now .section-content .cta-container {
    max-width: 574px;
}

.no-code section.contact-us-now .section-content h2 {
    max-width: 100%;
}

.no-code section.contact-us-now .section-content .btn-section {
    justify-content: center;
}

/* MODIFY BLOG CATEGORY CSS */
section.blog-newest-post {
    padding-bottom: 80px;
}

.blog-newest-post .news-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.blog-newest-post .news-list .news-item {
    grid-column: span 1;
    gap: 16px;
    padding-bottom: 0;
}

@media (max-width: 992px) {
    .blog-newest-post .news-list .news-item {
        grid-column: span 2;
    }
}

.blog-newest-post .news-list .news-item:not(:last-child) {
    border-bottom: unset;
    margin-bottom: 0;
}

.blog-newest-post .news-list .news-item .item-image {
    grid-column: span 3;
}

.blog-newest-post .news-list .news-item .item-content {
    grid-column: span 3;
}

.blog-category-site .box-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.box-blog .news-list {
    grid-column: span 2;
}

@media (max-width: 768px) {
    .box-blog .news-list {
        grid-column: span 3;
    }
}

.box-blog .blog-sitebar-right {
    grid-column: span 1;
    width: unset;
}

@media (max-width: 768px) {
    .box-blog .blog-sitebar-right {
        grid-column: span 3;
    }
}

.box-blog .news-list .news-item {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-bottom: 0;
}

.box-blog .news-list .news-item:not(:last-child) {
    border-bottom: none;
    margin-bottom: 24px;
}

.box-blog .news-list .news-item .item-image {
    grid-column: span 1;
}

.box-blog .news-list .news-item .item-content {
    grid-column: span 1;
}

@media (max-width: 576px) {

    .box-blog .news-list .news-item .item-image,
    .box-blog .news-list .news-item .item-content {
        grid-column: span 2;
    }
}

.box-blog .date img {
    max-width: 15px;
}

.blog-category-site .blog-sitebar-right .blog-category {
    border-top: none;
    background-color: rgba(41, 41, 69, 0.5);
    padding: 16px;
    border-radius: 8px;
}

.blog-category-site .blog-sitebar-right .blog-category .list-cat-parent {
    padding-left: 24px;
}

.blog-category-site .blog-sitebar-right .blog-category .list-cat-parent li {
    position: relative;
    list-style: disc;
    border-bottom: none;
    padding: 0;
    margin-bottom: 12px;
    cursor: pointer;
}

.blog-category-site .blog-sitebar-right .blog-category .list-cat-parent li a>span {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
}

.blog-category-site .blog-sitebar-right .blog-category>span {
    cursor: pointer;
    padding-bottom: 16px;
    position: relative;
}

.blog-category-site .blog-sitebar-right .blog-category>span::before {
    position: absolute;
    right: 0;
    content: "\f107";
    font-size: 17px;
    font-family: 'FontAwesome';
    color: #A3A3A3;
    transition: all 0.3s ease-in-out;
}

.blog-category-site .blog-sitebar-right .blog-category.open>span::before {
    transform: rotate(180deg);
}

.blog-category-site .blog-sitebar-right .blog-category .list-cat-parent>li:hover {
    color: #FEA628;
    transition: all 0.3s ease-in-out;
}

.blog-category-site .blog-sitebar-right .blog-care-about {
    margin-top: 40px;
    border-top: none;
    background-color: rgba(41, 41, 69, 0.5);
    padding: 16px;
    border-radius: 8px;
}

.blog-category-site .blog-sitebar-right .blog-care-about>span {
    margin-bottom: 16px;
    padding: 0;
}

.blog-category-site .blog-sitebar-right .blog-care-about .blog-care-item {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 16px;
    border-radius: 8px;
}

.blog-category-site .blog-sitebar-right .blog-care-about .blog-care-item:last-child {
    margin-bottom: 0;
}

.blog-category-site .blog-sitebar-right .blog-care-about .date {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #BABABA;
}

.blog-category-site .blog-sitebar-right .blog-care-about h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0px;
    padding: 0;
}

.project-navi .page-nav {
    display: flex;
    justify-content: flex-start;
}

.news-site .project-navi .page-nav {
    justify-content: center;
}

.project-navi .page-numbers {
    border-radius: 4px;
    height: 40px;
    width: 40px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.project-navi .page-numbers:not(:first-child) {
    margin-left: 16px;
}

.project-navi .page-numbers.current {
    color: #FEA628;
}

.project-navi a.page-numbers:hover,
.project-navi .page-numbers.prev,
.project-navi .page-numbers.next {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
    background: #29294580;
}

.project-navi a.page-numbers:hover,
.project-navi .page-numbers.prev:hover,
.project-navi .page-numbers.next:hover {
    color: #FEA628;
}

section.subcribe-us {
    background-color: rgba(41, 41, 69, 0.5);
    padding: 48px 0;
    margin: 150px 0;
}

.subcribe-us .subcribe-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.subcribe-us .subcribe-content .section-title {
    grid-column: span 1;
}

@media (max-width: 768px) {
    .subcribe-us .subcribe-content .section-title {
        grid-column: span 2;
    }
}

.subcribe-us .subcribe-content .subcribe-form {
    grid-column: span 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 768px) {
    .subcribe-us .subcribe-content .subcribe-form {
        grid-column: span 2;
        justify-content: flex-start;
    }
}

.subcribe-form .sub-form {
    max-width: 345px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

@media (max-width: 768px) {
    .subcribe-form .sub-form {
        align-content: flex-start;
    }
}

.subcribe-form .sub-form input {
    width: 100%;
    display: block;
    height: 55px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 50px;
}

.subcribe-form .sub-form input::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #C4C4C4;
}

.subcribe-form .sub-form .wpcf7-not-valid-tip {
    position: absolute;
    top: -30px;
}

.subcribe-form .sub-form .subcribe-form-btn {
    width: 100%;
    display: block;
    height: 55px;
    background: #FEA628;
    border-radius: 50px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    border: none;
}

.subcribe-form .sub-form .subcribe-form-btn:hover {
    background: #c27d1c;
}

.subcribe-form .input-icon-wrapper {
    position: relative;
    width: 100%;
    border-radius: 50px;
    background: white;
}

.subcribe-form .input-icon-wrapper input {
    width: 100%;
    display: block;
    height: 55px;
    padding-left: 55px;
    padding-right: 24px;
    border-radius: 50px;
    border: none;
}

.subcribe-form .input-icon-wrapper input::placeholder {
    font-weight: 400px;
    color: #BABABA;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
}

.subcribe-form .input-icon-wrapper::before {
    content: "";
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(../images/material-symbols_mail-outline.svg);
    pointer-events: none;
    z-index: 1;
}

/* CATEGORY NEWS MODIFY CSS */

section.news-newest-post {
    padding-bottom: 80px;
}

.news-newest-post .news-list .news-item {
    grid-template-columns: repeat(2, 1fr);
}

.news-newest-post .news-list .news-item .item-image {
    grid-column: span 1;
}

.news-newest-post .news-list .news-item .item-content {
    grid-column: span 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-news .news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 48px;
}

.box-news .news-list .news-item {
    grid-column: span 1;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    padding-bottom: 24px;
}

.box-news .news-list .news-item:not(:last-child) {
    border-bottom: none;
    margin-bottom: unset;
}

.box-news .news-list .news-item .item-image {
    grid-column: span 1;
    grid-row: span 1;
}

.box-news .news-list .news-item .item-image a img {
    height: unset;
}

.box-news .news-list .news-item .item-content {
    grid-column: span 1;
}

.box-news .date img {
    max-width: 15px;
}

.breadcrumbs li:after {
    margin: 0 8px;
    font-size: 12px;
}

.breadcrumbs li {
    font-weight: 400;
    font-size: 12px;
    display: inline-flex;
}

/* SINGLE BLOG/NEWS CSS */
.single-post-layout {
    display: flex;
    gap: 40px;
    padding: 40px 0 0;
    min-height: 100vh;
}

.sidebar-content {
    flex: 0 0 300px;
    width: 300px;
    position: relative;
}

.sidebar-content .sticky-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sidebar-content .sticky-wrapper::-webkit-scrollbar {
    display: none;
}

#ez-toc-container {
    border: none;
    box-shadow: none;
    display: table;
    position: relative;
    width: auto;
    background-color: rgba(41, 41, 69, 0.5);
    padding: 16px !important;
    border-radius: 8px;
    margin-bottom: 32px;
    color: #fff;
}

div#ez-toc-container p.ez-toc-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FEA628;
    margin-bottom: 16px;
    position: relative;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
}

/* div#ez-toc-container p.ez-toc-title:hover {
    color: #FEA628;
} */

div#ez-toc-container p.ez-toc-title::after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    transition: all 0.3s ease-in-out;
}

div#ez-toc-container p.ez-toc-title:hover::after {
    color: #FEA628;
}

div#ez-toc-container p.ez-toc-title.open::after {
    transform: rotate(180deg);
}

#ez-toc-container label {
    display: none;
}

#ez-toc-container nav>ul>li {
    padding-left: 0;
}

#ez-toc-container ul li {
    padding-left: 24px;
    border-radius: 8px;
}

#ez-toc-container nav ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #BABABA;
    margin-bottom: 16px;
}

/* #ez-toc-container nav ul ul li a {
	font-size: 14px;
} */

#ez-toc-container nav ul li a:hover {
    color: #FEA628;
    text-decoration: none;
}

.ez-toc-counter nav ul li a::before {
    display: none;
}

.contact-block {
    background-color: rgba(41, 41, 69, 0.5);
    padding: 16px;
    border-radius: 8px;
}

.contact-block .contact-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FEA628;
    margin-bottom: 16px;
}

.contact-block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    margin-bottom: 16px;
}

.contact-block img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 32px;
}

.contact-block .contact-button {
    display: block;
    background-color: #FEA628;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 30px;
}

.contact-block .contact-button:hover {
    color: #FFF;
    background-color: #c27d1c;
}

.main-content {
    flex: 1;
    color: #fff;
}

.post-meta-block {
    margin-bottom: 30px;
}

.post-meta-block .featured-image img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 15px;
}

.meta-details {
    font-size: 14px;
    color: #BABABA;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.meta-details .meta-date {
    border-right: 1px solid #BABABA;
    padding-right: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    gap: 8px;
}

.meta-details .meta-author {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding-left: 16px;
    display: flex;
    gap: 8px;
}

.meta-details .meta-author img {
    max-width: 24px;
    height: auto;
    border-radius: 50%;
}

.post-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 48px;
    color: #fff;
}

.post-content-body {
    margin-bottom: 48px;
    font-family: 'Lexend', sans-serif;
}

.post-content-body div#ez-toc-container {
    display: none;
}

.post-content-body h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    margin: 40px 0 24px;
}

.post-content-body h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin: 40px 0 24px;
}

.post-content-body p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 16px;
}

.post-content-body a {
    color: #FEA628;
}

.post-content-body ul {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 24px;
}

.share-this-article span {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #BABABA;
    display: flex;
    gap: 10px;
    align-content: center;
    flex-wrap: wrap;
}

.share-this-article span a {
    font-size: 20px;
    color: #BABABA;
}

.share-this-article span a:hover {
    color: #FEA628;
}

@media (max-width: 992px) {
    .post-content-body div#ez-toc-container {
        display: block;
    }

    .sticky-wrapper .toc-block {
        display: none;
    }

    .single-post-layout {
        flex-direction: column;
        gap: 20px;
    }

    .sidebar-content {
        order: 2;
        width: 100%;
        flex: auto;
    }

    .main-content {
        order: 1;
    }

    .sidebar-content .sticky-wrapper {
        position: static !important;
    }
}

.single-site .home-news {
    padding-bottom: 0;
}

.single-site .breadcrumbs-page {
    margin-top: 0;
    margin-bottom: 60px;
}

.post-content-body figure {
    width: auto !important;
    max-width: 100%;
}

#about-activity {
    background-image: url(../images/bg-values.webp);
}

.technologies-site .hero-banner .content h1 {
    font-size: 40px;
    max-width: 612px;
    line-height: 50px;
}

.list-core .core-item:first-child {
    top: -42px;
    left: 555px;
}

.list-core .core-item:nth-child(2) {
    bottom: 93px;
    left: 606px;
}

.list-core .core-item:nth-child(3) {
    bottom: 418px;
    right: -106px;
    width: 300px;
}

.list-core .core-item:nth-child(4) {
    bottom: 219px;
    right: 103px;
}

.list-core .core-item:nth-child(5) {
    top: -18px;
    right: 150px;
}

.list-core .core-item:nth-child(6) {
    bottom: 84px;
    left: 157px;
}

section#contact-section:after {
    background-image: url(../images/contact-icon.png);
    height: 349px;
}

section#contact-section {
    height: 349px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

section#contact-section .contact-content {
    padding: 0;
}

section#contact-section p {
    max-width: 560px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

section#technology-section .technology-listing_col .technology-listing_box {
    padding: 24px;
}

@media screen and (max-width: 1366px) {
    .title-core h4 {
        bottom: 40px;
        left: 70px;
    }

    .list-core .core-item:first-child {
        bottom: 400px;
        left: 60px;
    }

    .list-core .core-item:nth-child(2) {
        bottom: 220px;
        left: 150px;
    }

    .list-core .core-item:nth-child(3) {
        bottom: 310px;
        left: 415px;
    }

    .list-core .core-item:nth-child(4) {
        top: 30px;
        left: 550px;
    }

    .list-core .core-item:nth-child(5) {
        bottom: 500px;
        left: 700px;
    }

    .list-core .core-item:nth-child(6) {
        top: -10px;
        right: 30px;
    }
}

@media only screen and (max-width: 1440px) {
    .list-core .core-item:first-child {
        top: -37px;
        left: 560px;
    }

    .list-core .core-item:nth-child(5) {
        top: -9px;
        right: 84px;
    }

    .list-core .core-item:nth-child(3) {
        bottom: 379px;
        right: -136px;
        width: 300px;
    }

    .list-core .core-item:nth-child(4) {
        bottom: 190px;
        right: 106px;
    }

    .list-core .core-item:nth-child(2) {
        bottom: -61px;
        left: 600px;
    }

    .list-core .core-item:nth-child(6) {
        bottom: -42px;
        left: 116px;
    }
}

@media screen and (max-width: 1024px) {
    .title-core h4 {
        bottom: 20px;
        left: 60px;
    }

    .list-core .core-item:nth-child(3) :before {
        display: none;
    }

    .list-core .core-item:first-child {
        bottom: 490px;
        left: 10px;
    }

    .list-core .core-item:nth-child(2) {
        bottom: 365px;
        left: 125px;
    }

    .list-core .core-item:nth-child(3) {
        bottom: 440px;
        left: 380px;
    }

    .list-core .core-item:nth-child(4) {
        top: 30px;
        left: 480px;
    }

    .list-core .core-item:nth-child(5) {
        bottom: 550px;
        left: 620px;
    }

    .list-core .core-item:nth-child(6) {
        top: -10px;
        right: 30px;
    }
}

@media screen and (width: 1024px) {
    .list-core .core-item:first-child {
        /*        bottom: 150px;
        left: 20px;*/
        bottom: 81%;
        left: 52%;
    }

    .list-core .core-item:nth-child(2) {
        /*        bottom: 0px;
        left: 125px;*/
        bottom: 0px;
        left: 48%;
    }

    .list-core .core-item:nth-child(3) {
        /*        bottom: 70px;
        left: 380px;*/
        top: 38%;
        width: 280px;
        left: 79%;
    }

    .list-core .core-item:nth-child(4) {
        /*        top: 10px;
        left: 460px;*/
        top: 73%;
        left: 70%;
    }

    .list-core .core-item:nth-child(5) {
        /*        bottom: 220px;
        left: 580px;*/
        bottom: 346px;
        left: 684px;
    }

    .list-core .core-item:nth-child(6) {
        /*        top: -10px;
        right: 30px;*/
        top: 102%;
        left: 27%;
    }
}

@media screen and (max-width: 768px) {
    .title-core h4 {
        bottom: 40px;
        left: 110px;
    }

    .list-core .core-item:nth-child(2) {
        /*        flex-direction: row-reverse;*/
        justify-content: end;
    }

    .list-core .core-item:nth-child(4) {
        /*        flex-direction: row-reverse;*/
        justify-content: end;
    }

    .list-core .core-item:nth-child(6) {
        /*        flex-direction: row-reverse;*/
        justify-content: end;
    }
}

@media screen and (max-width:480px) {
    .title-core h4 {
        bottom: 40px;
        left: 90px;
    }
}

.ico-down-arrow::before {
    content: url(../images/assets/arrow-down-menu.svg);
}

.f-item-2 ul li,
.f-item-1 ul li {
    margin-bottom: 16px;
    color: #bababa;
    position: relative;
}

.site-footer .widget_nav_menu .menu li a {
    color: #bababa;
}

.term-and-policy,
.term-and-policy a {
    color: #bababa !important;
}

.copyright {
    font-size: 12px;
    word-spacing: 1.2px;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 0;
    color: #bababa;
    margin-top: 8px;
}

.widget.widget_nav_menu {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.site-footer .widget-title {
    margin-bottom: 0;
    text-transform: uppercase;
}

.widget .lst-cc ul li img {
    border-radius: 8px;
}

.icon-arrow-left {
    position: relative;
}

.icon-arrow-left:before {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    background-image: url(../images/assets/chevron-left.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-arrow-left-2:before {
    content: "";
    display: block;
    height: 12px;
    width: 16px;
    background-image: url(../images/arrow-left-slide.svg);
    background-repeat: no-repeat;
}

.icon-arrow-right {
    position: relative;
}

.icon-arrow-right:before {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    background-image: url(../images/assets/chevron-right.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-arrow-right-2:before {
    content: "";
    display: block;
    height: 12px;
    width: 16px;
    background-image: url(../images/arrow-right-slide.svg);
    background-repeat: no-repeat;
}

.site-footer .container {
    flex-wrap: unset;
    justify-content: unset;
}

.post-content-body div {
    background-color: transparent !important;
}

.post-content-body div p {
    color: #fff !important;
}

.post-content-body div span a {
    color: #FEA628 !important;
}

.home-site .home-banner-content .btn-section a {
    max-width: 320px;
    width: 100%;
    text-align: center;
    height: 60px;
}

.home-site .about-activity-statistics .view_new_project {
    margin-top: 80px;
}

.header-content .menu-block {
    display: flex;
}

@media (min-width: 768px) {

    .header-container,
    .single-container {
        width: 750px;
    }
}

@media (min-width: 992px) {

    .header-container,
    .single-container {
        width: 970px;
    }

    .header-content .menu-block {
        gap: 60px;
    }
}

@media (min-width: 1200px) {

    .header-container,
    .single-container {
        width: 1170px;
    }

    .header-content .menu-block {
        gap: 123px;
    }

    .single-post-layout {
        gap: 40px;
    }
}

@media (min-width: 1440px) {
    .header-container {
        width: 1400px;
    }
}

@media (min-width: 1570px) {
    .single-container {
        width: 1550px;
    }

    .single-post-layout {
        gap: 56px;
    }
}

@media (min-width: 1700px) {
    .header-container {
        width: 1680px;
    }
}

.featured-project .inner-post a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.featured-project .inner-post .btn-more a {
 	display: unset; 
}

.archive-content {
    margin-top: 80px;
}

.ct-page-frm .section-title {
    margin-bottom: 80px;
}

@media (min-width: 993px) {
    .ai-development .service-item .service-title h3 {
        max-width: 240px;
    }

    .construction-service .service-item .service-title h3 {
        max-width: 320px;
    }

    .construction-service .work-together .section-title h2 {
        max-width: 1045px;
        align-self: center;
    }
}

.construction-service .why-box .gradient-text,
.no-code .why-box .gradient-text {
    background: -webkit-linear-gradient(175deg, #FEA628, #76187E 90%);
    -webkit-background-clip: text;
}

.end-to-end .hero-banner .content .sv-desc {
    max-width: 746px;
}

.booking .hero-banner .content .sv-desc {
    max-width: 565px;
}

.construction-service .hero-banner .content .sv-desc {
    max-width: 608px;
}

.social-network .hero-banner .content .sv-desc {
    max-width: 518px;
}

.ai-development .hero-banner .content .sv-desc {
    max-width: 786px;
}

.no-code .hero-banner .content .sv-desc {
    max-width: 619px;
}

.no-code .service-item .service-desc {
    max-width: 522px;
}

.project-based .hero-banner .content .sv-desc {
    max-width: 681px;
}

.project-based .service-item .service-title img {
    width: unset;
    height: 100%;
}

.time-material .hero-banner .content .sv-desc {
    max-width: 781px;
}

.technologies-site .hero-banner .content .sv-desc {
    max-width: 1001px;
}

.booking .tech-item .tech-title h3 {
    margin-right: 0px;
}

section.activity-statistics {
    margin-bottom: 150px;
}

.technologies-site section.blockchain-tech.coretech .blockchain-tech-list .list-item .tech-items .tech-item .item-image img {
    height: 50px;
    width: 150px;
}

.ct-page-frm .sv-desc-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #BABABA;
}

.project-listing .d-flex {
    row-gap: 48px;
}

@media only screen and (max-width: 540px) {
    .btn-section a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 540px) {
    .project-site .section-title h2 {
        font-size: 26px;
        line-height: 36px;
    }
}

.cotact-pg-popup {
 	position: fixed;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%); 
}

.contact-all-pg .overlay-qs {
  display: none;
}

.contact-all-pg.active .overlay-qs {
 	display: block; 
}

@media (max-width: 424px) {
  	.media-statistics-item {
      	width: 100%;
  	}
  .site-header .container { 
  	padding: 
  }
  
  .mobile-menu-amela {
  	right: calc( 50% - 5px );  
  }
}

@media (max-width: 567px) {
 	.home-news .news-list .news-item {
    	display: block;  
  	}
}

