@charset "UTF-8";
.bg-red {
    background-color: #871812;
}
.cr-red {
    color: #871812;
}
.hover-red:hover {
    color: #871812 !important;
}
.grayscale-img {
    filter: grayscale(100%);
}
/* ========= [ * page-home_1 ]  =========*/
/* --------------- navbar st5 --------------- */
.tc-navbar-st5 {
    position: absolute;
    left: 0;
    top: 31px;
    width: 100%;
    z-index: 99;
    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;
    padding: 0;
}

/* Inner pages navbar positioning */
.inner-page .tc-navbar-st5 {
    top: 0;
}

/* Three columns block first child margin */
.tc-about-st5 > *:first-child {
    margin-top: 100px;
}

/* Counter number styling - reduce font weight */
.stats-section .counter-number {
    font-weight: 600 !important;
}

/* Stats section suffix styling - reduce font weight */
.stats-section span:not(.counter-number) {
    font-weight: 600 !important;
}
.tc-navbar-st5 .nav-side {
    /*padding: 30px 50px;*/
    padding: 30px 50px 30px 0;
    color: #fff;
}
.tc-navbar-st5 .side_menu_btn {
    position: relative;
    -webkit-padding-end: 50px;
    padding-inline-end: 50px;
    height: 15px;
}

/* Combined menu button with text and hamburger icon */
.tc-navbar-st5 .side_menu_btn.menu-text-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
    padding-right: 60px;
    font-size: 20px;
    position: relative;
    height: 20px;
    z-index: 10;
}

.tc-navbar-st5 .side_menu_btn.menu-text-btn:hover {
    color: #871812;
}

.tc-navbar-st5 .side_menu_btn.menu-text-btn::before,
.tc-navbar-st5 .side_menu_btn.menu-text-btn::after {
    position: absolute;
    content: "";
    right: 0;
    width: 40px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease;
    z-index: 1;
}

.tc-navbar-st5 .side_menu_btn.menu-text-btn::before {
    top: calc(50% + 4px);
}

.tc-navbar-st5 .side_menu_btn.menu-text-btn::after {
    top: calc(50% - 4px);
}

.tc-navbar-st5 .side_menu_btn.menu-text-btn:hover::before,
.tc-navbar-st5 .side_menu_btn.menu-text-btn:hover::after {
    background-color: #871812;
}
.tc-navbar-st5 .side_menu_btn:hover::before,
.tc-navbar-st5 .side_menu_btn:hover::after {
    background-color: #871812;
}
.tc-navbar-st5 .side_menu_btn::before {
    position: absolute;
    content: "";
    right: 0;
    top: calc(50% + 4px);
    width: 40px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tc-navbar-st5 .side_menu_btn::after {
    position: absolute;
    content: "";
    right: 0;
    top: calc(50% - 4px);
    width: 40px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tc-navbar-st5 .navbar-nav a {
    font-size: 16px;
    font-weight: 600;
    color: var(--cr-dark1);
}
.tc-navbar-st5 .logo img {
    max-width: 180px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.tc-navbar-st5 .logo-mobile {
    display: none;
    padding-bottom: 10px;
    padding-top: 10px;
}

/* Mobile logo sizing */
@media screen and (max-width: 991px) {
    .tc-navbar-st5 .logo img,
    .tc-navbar-st5 .logo-mobile {
        max-width: 48px;
        height: auto;
    }
}
.brand {
    background-color: #871812;
}

@media screen and (max-width: 991px) {
    .tc-navbar-st5 {
        position: relative;
        padding: 15px;
        top: 0;
        border-bottom: 1px solid #9993;
    }
    .tc-navbar-st5 .nav-side {
        padding: 0;
    }
    .tc-navbar-st5 .nav-side a {
        display: none;
    }
    .tc-navbar-st5 .logo-mobile {
        display: block;
        max-width: 48px;
    }
    .tc-navbar-st5 .navbar-nav a {
        font-size: 29px;
    }
    .tc-navbar-st5 .navbar-toggler {
        border: none;
    }
    .tc-navbar-st5 .navbar-toggler:focus {
        box-shadow: none;
    }
    .tc-navbar-st5 .navbar-toggler-icon {
        width: min-content;
        height: 100%;
        background-image: none;
        position: relative;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
    .tc-navbar-st5 .navbar-toggler-icon::before {
        content: "";
        width: 40px;
        height: 2px;
        background-color: #871812;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .tc-navbar-st5 .navbar-toggler-icon::after {
        content: "";
        width: 40px;
        height: 2px;
        background-color: #871812;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

.side_overlay,
.side_overlay2 {
    background-image: none;
}

.inner-page .tc-navbar-st5 div a {
    color: #191919 !important;
}

.inner-page .tc-navbar-st5 div a.brand {
    color: #ffffff !important;
}

.inner-page .tc-navbar-st5 .side_menu_btn::before,
.inner-page .tc-navbar-st5 .side_menu_btn::after {
    background-color: #191919 !important;
}
/* .inner-page .tc-navbar-st5 .logo {
    display: none !important;
} */

/* --------------- header st5 --------------- */
.tc-header-st5 {
    position: relative;
    overflow: hidden;
}
.tc-header-st5 .lines {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}
.tc-header-st5 .head-shaps {
    position: absolute;
    left: 3%;
    top: 3%;
    width: 94%;
    height: 94%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}
.tc-header-st5 .header-card {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    min-height: 100vh;
}
.tc-header-st5 .header-card .info h6 {
    position: relative;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.tc-header-st5 .header-card .info h6 .line {
    position: relative;
    width: 140px;
    height: 1px;
    background-color: var(--cr-dark1);
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}
.tc-header-st5 .header-card .info h6 .line::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid var(--cr-dark1);
}
.tc-header-st5 .header-card .info h6 .line::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid var(--cr-dark1);
}
.tc-header-st5 .header-card .info h1 {
    font-size: 60px;
    line-height: 74px;
    color: #fff;
    margin-top: 100px;
    font-family: "mona-Regular", sans-serif;
}

/* Only apply margin-top to the first h1 */
.tc-header-st5 .header-card .info h1:first-child {
    margin-top: 100px;
}

.tc-header-st5 .header-card .info h1:not(:first-child) {
    margin-top: 0;
}

/* Force hero title text to be white */
.tc-header-st5 .header-card .info {
    color: #fff !important;
}
.tc-header-st5 .header-card .info h1 span {
    font-family: "mona-Regular", sans-serif;
}
.tc-header-st5 .header-card .info .sub-img {
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 100px;
}
.tc-header-st5 .header-card .main-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.tc-header-st5 .header-card .head-vec1 {
    position: absolute;
    left: 55%;
    bottom: 50px;
    max-width: 20%;
    -o-object-fit: contain;
    object-fit: contain;
}
.tc-header-st5 .video-overlay {
    background: linear-gradient(90deg, #000 0%, #000 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.tc-header-st5 video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tc-header-st5 .background-image {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.tc-header-st5 .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .tc-header-st5 .container,
    .tc-header-st5 .row {
        height: 100%;
    }
    .tc-header-st5 .row {
        align-items: center;
    }
    .tc-header-st5 .header-card {
        height: calc(100svh - 80px);
        min-height: 100% !important;
        padding: 0;
    }
    .tc-header-st5 .header-card .info h1 {
        font-size: 50px;
        line-height: 64px;
        margin: 0;
    }
    .tc-header-st5 .header-card .main-img {
        display: none;
    }
    .tc-header-st5 .lines {
        width: 100%;
    }
}
/* --------------- capabilities st5 --------------- */
.tc-capabilities-st5 .capabilities-card .icon {
    max-width: 95px;
}



.tc-capabilities-st5 {
    position: relative;
    background-color: var(--cr-dark1);
    overflow: hidden;
}
.tc-capabilities-st5::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: calc((100vw - 1300px) / 2);
    background-color: var(--cr-dark1);
    z-index: 20;
}
.tc-capabilities-st5 .capabilities-title {
    position: relative;
    padding: 100px 50px;
    background-color: #871812;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 20;
    color: white;
}
.tc-capabilities-st5 .capabilities-title h6 {
    font-size: 29px;
    line-height: 45px;
}
.tc-capabilities-st5 .capabilities-title .number-card {
    position: relative;
    margin-top: 40px;
    width: 182px;
    /*height: 172px;*/
}
.tc-capabilities-st5 .capabilities-title .number-card svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tc-capabilities-st5 .capabilities-title .number-card .cont {
    position: relative;
    z-index: 20;
}
.tc-capabilities-st5 .capabilities-title .number-card .cont .num {
    position: relative;
    font-size: 20px;
    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;
    width: 80px;
    height: 80px;
    border: 1px solid #9999;
    border-radius: 50%;
    font-weight: bold;
}
.tc-capabilities-st5 .capabilities-title .number-card .cont .num::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tc-capabilities-st5 .capabilities-title .number-card button img {
    filter: invert(1) brightness(0);
}
.tc-capabilities-st5 .capabilities-slider {
    position: relative;
    padding: 100px 0;
    color: #fff;
    overflow-x: hidden;
}
.tc-capabilities-st5 .capabilities-card {
    position: relative;
    padding: 40px 30px;
    border: 1px solid #fff1;
    border-radius: 30px;
    text-wrap: balance;
    transition: background-color 0.3s ease;
}
.tc-capabilities-st5 .swiper-slide:hover .capabilities-card {
    border: 0;
}
.tc-capabilities-st5 .swiper-slide:hover .Platinum {
    background: linear-gradient(
        136.77deg,
        #edf6fd -1.82%,
        #c2d4e1 22.08%,
        #9eb5c7 76.26%,
        #b0c4d4 81.24%,
        #4a6b86 98.37%
    );
}
.tc-capabilities-st5 .swiper-slide:hover .Gold {
    background: linear-gradient(
        139.07deg,
        #856220 -42.64%,
        #f4e683 1.43%,
        #bf923d 37.49%,
        #4e341b 77.55%,
        #5c4324 110.05%,
        #f1ea82 117.61%
    );
}
.tc-capabilities-st5 .swiper-slide:hover .Nula {
    background: linear-gradient(
        135.89deg,
        #62362d -12.98%,
        #62362d 2.6%,
        #a1503d 15.61%,
        #ca7561 29.72%,
        #ca7561 75.47%,
        #62362d 131.31%,
        #aa5946 155%
    );
}
.tc-capabilities-st5 .swiper-slide:hover .Hello {
    background: linear-gradient(
        317.95deg,
        #a3652a 0.38%,
        #f9c176 0.39%,
        #efb06e 20.82%,
        #e77b33 51.41%,
        #e77b33 68.03%,
        #dc702a 77.04%,
        #733d19 94.82%
    );
}
.tc-capabilities-st5 .swiper-slide:hover .Silver {
    background: linear-gradient(
        137.95deg,
        #a4a4a4 19.8%,
        #cecece 39.25%,
        #949494 83.71%,
        #464646 99.62%
    );
}
.tc-capabilities-st5 .swiper-slide:hover .Titanium {
    background: linear-gradient(
        139.34deg,
        #35544e 3.82%,
        #588160 37.21%,
        #7aaf72 64.86%,
        #dfe7cf 106%
    );
}
.tc-capabilities-st5 .swiper-slide:hover .Diamond {
    background: linear-gradient(
        136.44deg,
        #0f52ba 0%,
        #5a84ac 48.75%,
        #6ca0ce 70.7%,
        #90b7de 105.93%,
        #4c647f 113.93%
    );
}
.tc-capabilities-st5 .capabilities-card .icon {
    margin-bottom: 40px;
}
.tc-capabilities-st5 .capabilities-card .text {
    color: #ababab;
    transition: all 0.3s ease;
}
.tc-capabilities-st5 .capabilities-card:hover .text {
    color: #fff;
}
.tc-capabilities-st5 .capabilities-slider .swiper-navigation {
    display: none;
}

@media screen and (max-width: 991px) {
    .tc-capabilities-st5 {
        padding-top: 12px;
    }
    .tc-capabilities-st5 .capabilities-title {
        padding: 50px 20px;
    }
    .tc-capabilities-st5 .capabilities-title > p {
        font-size: 16px !important;
    }
    .tc-capabilities-st5 .capabilities-slider {
        padding: 60px 0 80px;
    }
    .tc-capabilities-st5 .capabilities-slider .swiper-navigation {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 40px;
    }

    .tc-capabilities-st5
        .capabilities-slider
        .swiper-navigation
        .swiper-button-next,
    .tc-capabilities-st5
        .capabilities-slider
        .swiper-navigation
        .swiper-button-prev {
        position: unset;
    }

    .tc-capabilities-st5 .capabilities-slider .swiper-button-prev {
        background-image: url("../../assets/img/arrow_wh.svg") !important;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
        transform: scaleX(-1);
        width: 34px;
        height: 16px;
    }

    .tc-capabilities-st5 .capabilities-slider .swiper-button-next {
        background-image: url("../../assets/img/arrow_wh.svg") !important;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
        width: 34px;
        height: 16px;
    }

    .tc-capabilities-st5 .capabilities-slider .swiper-button-next::after,
    .tc-capabilities-st5 .capabilities-slider .swiper-button-prev::after {
        display: none;
    }
}

/* --------------- about st5 --------------- */
.tc-about-st5 {
    position: relative;
    padding: 80px 0;
}
.tc-about-st5 .services-links {
    padding-bottom: 100px;
    border-bottom: 1px solid #9995;
}
.tc-about-st5 .services-links a {
    position: relative;
    font-size: 52px;
    -webkit-margin-end: 40px;
    margin-inline-end: 40px;
    color: #777;
    display: inline;
    font-family: "mona-Light";
}
.tc-about-st5 .services-links a .dash {
    -webkit-margin-start: 20px;
    margin-inline-start: 20px;
    font-weight: 300;
}
.tc-about-st5 .services-links a .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #9993;
    border-radius: 50%;
    position: relative;
    top: -30px;
    font-size: 14px;
}
.tc-about-st5 .services-links a:last-of-type {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}
.tc-about-st5 .services-links a:last-of-type .dash {
    display: none;
}
.tc-about-st5 .services-links a:hover {
    font-weight: bold;
    color: var(--cr-dark1);
}
.tc-about-st5 .img {
    position: relative;
    height: 410px;
    -webkit-mask-image: url(../img/ab_mask.png);
    mask-image: url(../img/ab_mask.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.tc-about-st5 .rotate-box {
    position: relative;
    width: 220px;
    height: 220px;
    display: block;
    z-index: 20;
    margin-top: 20px;
    margin-top: -30px;
}
.tc-about-st5 .rotate-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 35px;
    width: 35px;
    -o-object-fit: contain;
    object-fit: contain;
}
.tc-about-st5 .rotate-box .rotate-text {
    -webkit-animation: rotateText 20s linear infinite;
    animation: rotateText 20s linear infinite;
    font-weight: 300;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    border-radius: 50%;
    color: var(--cr-dark1);
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
}
.tc-about-st5 .rotate-box .rotate-circle svg {
    width: 220px;
    height: 220px;
    fill: var(--cr-dark1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.stats-section {
    margin-top: 130px;
}
.stats-section p {
    line-height: 27px;
}
.stats-section span {
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    margin-top: 12px;
}
@-webkit-keyframes rotateText {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes rotateText {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media screen and (max-width: 991px) {
    .stats-section {
        margin-top: 60px;
    }
    .tc-about-st5 {
        overflow: hidden;
        padding: 60px 0;
    }
    .tc-about-st5 .butn {
        margin-top: 40px !important;
    }
    .tc-about-st5 .title-side .mb-40 {
        margin-bottom: 16px !important;
    }
    .tc-about-st5 .sub-info .mt-50 {
        margin-top: 0 !important;
    }
    .tc-about-st5 .services-links a {
        font-size: 14px;
        -webkit-margin-end: 15px;
        margin-inline-end: 15px;
        display: inline-block;
    }
    .tc-about-st5 .services-links a .dash {
        display: none;
    }
    .tc-about-st5 .services-links a .num {
        width: 22px;
        height: 22px;
        line-height: 22px;
        margin: 0 5px;
        top: 0;
        font-size: 11px;
    }
}
/* --------------- Customer-centric st5 --------------- */
.tc-Customer-centric-st5 {
    position: relative;
    padding-block: 100px;
    background-color: var(--cr-dark1);
    color: #fff;
}
.tc-Customer-centric-st5 .vec9 {
    position: absolute;
    top: 35%;
    left: 0;
}
.tc-Customer-centric-st5 .vec2 {
    position: absolute;
    top: 60%;
    right: 0;
}
.tc-Customer-centric-st5 .title {
    position: relative;
    padding: 50px 0;
}
.title-header {
    width: 50%;
}
.tc-Customer-centric-st5 .title span {
    line-height: 19px;
}
.tc-Customer-centric-st5 .title p {
    font-size: 50px;
    line-height: 60px;
}
.tc-Customer-centric-st5 .title h2 {
    position: absolute;
    right: 0;
    top: 50px;
    font-size: 70px;
    color: #fff1;
    text-transform: uppercase;
    line-height: 0.8;
}
.tc-Customer-centric-st5 .title .nav-pills {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    padding: 15px 30px;
    background-color: var(--cr-dark1);
    border: 1px solid #fff2;
}
.tc-Customer-centric-st5 .title .nav-pills .nav-item {
    position: relative;
}
.tc-Customer-centric-st5 .title .nav-pills .nav-item:last-of-type .nav-link {
    padding-right: 0;
}
.tc-Customer-centric-st5
    .title
    .nav-pills
    .nav-item:last-of-type
    .nav-link::after {
    display: none;
}
.tc-Customer-centric-st5 .title .nav-pills .nav-item .nav-link {
    position: relative;
    border-radius: 0;
    background-color: transparent;
    color: #777;
    text-transform: capitalize;
    font-size: 16px;
    padding: 0 25px 0 15px;
}
.tc-Customer-centric-st5 .title .nav-pills .nav-item .nav-link::after {
    position: absolute;
    content: "/";
    right: 0;
    top: 0px;
}
.tc-Customer-centric-st5 .title .nav-pills .nav-item .nav-link.active {
    color: #fff;
}
.tc-Customer-centric-st5 .project-slider {
    position: relative;
    overflow: hidden;
}
.tc-Customer-centric-st5 .project-slider .swiper-button-prev,
.tc-Customer-centric-st5 .project-slider .swiper-button-next {
    position: absolute;
    width: 85px;
    height: 85px;
    border: 1px solid #fff2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 !important;
    top: 100px;
}
.tc-Customer-centric-st5 .project-slider .swiper-button-prev::after,
.tc-Customer-centric-st5 .project-slider .swiper-button-next::after {
    color: #fff;
    font-size: 25px;
}
.tc-Customer-centric-st5 .project-slider .swiper-button-prev:hover,
.tc-Customer-centric-st5 .project-slider .swiper-button-next:hover {
    background-color: var(--cr-orange1);
}
.tc-Customer-centric-st5 .project-slider .swiper-button-next {
    left: auto;
    right: 0;
}
.tc-Customer-centric-st5 .project-slider .swiper-button-prev {
    left: auto;
    right: 100px;
}
.tc-Customer-centric-st5 .project-slider .swiper-pagination {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: 0;
    bottom: 30px;
    font-size: 100px;
    font-weight: 100;
    letter-spacing: -5px;
}
.tc-Customer-centric-st5 .project-slider .swiper-slide-active .project-card {
    opacity: 1;
}
.tc-Customer-centric-st5 .project-card {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.tc-Customer-centric-st5 .project-card .img {
    position: relative;
}
.tc-Customer-centric-st5 .project-card .img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--cr-dark1);
    -webkit-filter: drop-shadow(0 0 70px var(--cr-orange1));
    filter: drop-shadow(0 0 70px var(--cr-orange1));
    opacity: 0.4;
}
.tc-Customer-centric-st5 .project-card .img img {
    position: relative;
    z-index: 20;
}
.tc-Customer-centric-st5 .project-card h2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 180px;
}
.company-vision {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 28px;
}
.company-vision-details {
    width: 30%;
    text-align: start;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.company-vision-details p{
    color: rgba(255, 255, 255, 0.85);
    font-size:15px;
}
.company-vision-details a {
    width: fit-content;
}

@media screen and (max-width: 991px) {
    .tc-Customer-centric-st5 .title-header {
        width: 100%;
    }
    .tc-Customer-centric-st5 .title {
        padding: 0;
    }
    .tc-Customer-centric-st5 .title h2 {
        position: relative;
        right: 0;
        top: 0;
        text-align: center;
        margin-bottom: 40px;
        font-size: 30px;
        width: 100%;
    }
    .tc-Customer-centric-st5 .title p {
        font-size: 29px;
        line-height: 1.2;
    }
    .tc-Customer-centric-st5 {
        overflow: hidden;
        padding: 60px 0;
    }
    .tc-Customer-centric-st5 .title .nav-pills {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .tc-Customer-centric-st5 .title span {
        margin-bottom: 20px !important;
        font-size: 16px;
    }
    .tc-Customer-centric-st5 .title .nav-pills .nav-item {
        margin: 10px 0;
    }
    .tc-Customer-centric-st5 .project-card h2 {
        min-height: -webkit-max-content;
        min-height: -moz-max-content;
        min-height: max-content;
    }
    .tc-Customer-centric-st5 .project-card .img {
        height: 400px !important;
        margin: 30px 0;
    }
    .tc-Customer-centric-st5 .project-slider {
        padding-bottom: 100px;
    }
    .tc-Customer-centric-st5 .project-slider .swiper-button-prev,
    .tc-Customer-centric-st5 .project-slider .swiper-button-next {
        top: auto;
        bottom: 15px;
    }
    .tc-Customer-centric-st5 .project-slider .swiper-pagination {
        bottom: 15px;
        font-size: 60px;
    }
    .tc-Customer-centric-st5 .company-vision-details {
        width: 100%;
        transform: translateX(0);
    }
    .tc-Customer-centric-st5 .company-vision-details .butn {
        margin-top: 40px !important;
    }
}

/* --------------- features st5 --------------- */
.red-logo {
    width: 50px;
    height: 50px;
    border: 5px solid #871812;
    padding: 2px;
    border-radius: 10px;
}
.tc-features-st5 {
    position: relative;
    padding-top: 116px;
    padding-bottom: 150px;
}
.tc-features-st5 .img-side h2 {
    font-size: 50px;
}
.tc-features-st5 .img-side h2 span {
    color: transparent;
    -webkit-text-stroke: 1px var(--cr-dark1);
}
.tc-features-st5 .features-wrapper {
    position: relative;
    padding: 20px 40px;
    border: 1px solid #9993;
    margin-top: 0;
}
.tc-features-st5 .features-wrapper .feat-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #9993;
    gap: 18px;
}
.tc-features-st5 .features-wrapper .feat-card:hover {
    border-color: var(--cr-dark1);
}
.tc-features-st5 .features-wrapper .feat-card:last-of-type {
    border: 0;
}
.tc-features-st5 .features-wrapper .feat-card .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--cr-dark1);
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 5px;
}
@media screen and (max-width: 991px) {
    .tc-features-st5 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .tc-features-st5 .img-side h2 {
        font-size: 29px;
        line-height: 1.2;
    }
    .tc-features-st5 .img {
        margin-top: 40px !important;
    }
    .tc-features-st5 .features-wrapper .feat-card {
        padding: 20px 0;
    }
    .tc-features-st5 .features-wrapper {
        margin-top: 40px;
    }
    .tc-features-st5 .features-wrapper .cont h6 {
        font-size: 22px !important;
        line-height: 1.2 !important;
    }
}
/* --------------- footer st5 --------------- */
.tc-faq-st5 {
    position: relative;
    padding: 150px 0;
}
.tc-faq-st5 .accordion {
    position: relative;
    padding-top: 20px;
}
.tc-faq-st5 .accordion .accordion-item {
    margin-top: 30px;
    border-radius: 0;
    border: 1px solid #9993;
}
.tc-faq-st5 .accordion .accordion-item .accordion-button {
    border-radius: 0 !important;
    background-color: transparent !important;
    font-size: 16px;
    padding: 20px;
    color: var(--cr-dark1);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #9993;
}
.tc-faq-st5 .accordion .accordion-item .accordion-button.collapsed {
    border: 0;
}
.tc-faq-st5 .accordion .accordion-item .accordion-button.collapsed::before {
    background-color: #f6f6f6;
}
.tc-faq-st5 .accordion .accordion-item .accordion-button.collapsed::after {
    content: "";
    color: var(--cr-dark1);
}
.tc-faq-st5 .accordion .accordion-item .accordion-button::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 65px;
    background-color: var(--cr-dark1);
}
.tc-faq-st5 .accordion .accordion-item .accordion-button::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    z-index: 20;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background-image: none;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
}
.tc-faq-st5 .rotate-box {
    position: relative;
    width: 220px;
    height: 220px;
    display: block;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}
.tc-faq-st5 .rotate-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #f0f0f0;
    font-size: 18px;
    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;
}
.tc-faq-st5 .rotate-box .rotate-text {
    -webkit-animation: rotateText 20s linear infinite;
    animation: rotateText 20s linear infinite;
    font-weight: 300;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    border-radius: 50%;
    color: #151515;
}
.tc-faq-st5 .rotate-box .rotate-circle svg {
    width: 220px;
    height: 220px;
    fill: #000;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@keyframes rotateText {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media screen and (max-width: 991px) {
    .tc-faq-st5 {
        overflow: hidden;
    }
    .tc-faq-st5 .accordion .accordion-item .accordion-button {
        font-size: 12px;
    }
}

/* --------------- event st5 --------------- */
.tc-event-st5 {
    position: relative;
    padding: 150px 0 100px;
    background-color: var(--cr-dark1);
}
.tc-event-st5 .title-wrapper {
    position: relative;
}
.tc-event-st5 .title {
    color: white;
}
@media screen and (max-width: 991px) {
    .tc-event-st5 {
        padding: 60px 0;
    }
    .tc-event-st5 .title h2 {
        margin-top: 16px !important;
        font-size: 29px !important;
        line-height: 45px !important;
    }

    .tc-event-st5 .post-card .title {
        font-size: 22px !important;
        line-height: 28px !important;
    }
}
@media screen and (min-width: 1200px) {
    .tc-event-st5 .subtitle {
        padding-right: 126px;
    }
}
@media screen and (min-width: 992px) {
    .tc-event-st5 .subtitle {
        display: flex;
        height: 100%;
        align-items: end;
        padding-bottom: 40px;
    }
}
.tc-event-st5 .title-wrapper .line {
    height: 100%;
    width: 1px;
    background-color: #d9d9d9;
    margin: auto;
}
.tc-event-st5 .posts-slider {
    position: relative;
    overflow: hidden;
    padding-bottom: 70px;
}
.tc-event-st5 .post-card {
    position: relative;
    border: 1px solid #9993;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.tc-event-st5 .post-card a.img {
    overflow: hidden;
}
.tc-event-st5 .post-card a.img:hover img {
    transform: scale(1.1);
}
.tc-event-st5 .post-card .info {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tc-event-st5 .post-card .info .tags {
    position: relative;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}
.tc-event-st5 .post-card .info .more-link {
    font-size: 16px;
    font-weight: 500;
    color: white;
}
.tc-event-st5 .post-card .info .more-link:hover .arrow {
    transform: translateX(10px);
}
.tc-event-st5 .post-card .info .more-link .arrow {
    width: 28px;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    filter: brightness(100);
    -ms-filter: brightness(100);
    -webkit-filter: brightness(100);
}
/* --------------- client ---------------- */
.member-logo {
    width: 140px;
    height: 62px;
}
.partner-logo {
    max-width: 108px;
    width: 100%;
    height: 57px;
}
.our-partner-head {
    margin-top: 115px;
}
@media screen and (max-width: 991px) {
    .tc-clients-st5 {
        padding-bottom: 60px !important;
    }
    .tc-clients-st5 .partner-logo {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }
    .our-partner-head {
        margin-top: 60px;
        margin-bottom: 40px !important;
    }
}

/* --------------- Managed Service Provider --------------- */
.tc-manage-service-st1 {
    position: relative;
    background-color: #151515;
    color: #fff;
}
.tc-manage-service-st1 .title {
    position: relative;
    padding: 50px 0;
}
.tc-manage-service-st1 h2 {
    position: relative;
    top: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: calc(6vw + 5px);
    color: #fff1;
    text-transform: uppercase;
    line-height: 0.8;
}
.manage-service-wrap-slider {
    margin-inline-start: 130px;
}
.slider-section {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper {
    max-width: 300px;
    height: 80%;
    position: relative;
}

.swiper-pagination-bullets {
    position: absolute;
    bottom: 5px;
    left: 30px;
    display: flex;
    gap: 8px;
    z-index: 10;
}

.swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background-color: white;
    border-radius: 50%;
    opacity: 0.7;
    transition: all 0.3s ease;
    position: relative;
}

.swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 12px;
    height: 12px;
    border: 1px solid white;
    border-radius: 50%;
}
.swiper-pagination-fraction {
    position: absolute;
    bottom: 30px;
    text-align: right;
    width: 100%;
    font-size: 60px;
    font-weight: 300;
    color: white;
}
@media screen and (max-width: 991px) {
    .tc-manage-service-st1 h2 {
        font-size: 30px;
        top: 50px;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 1;
    }
    .manage-service-wrap-slider {
        margin-inline-start: 0;
    }
}
/* --------------- footer st1 --------------- */
.tc-footer-st1 {
    position: relative;
    background-color: #151515;
    color: #fff;
}
.tc-footer-st1 .container {
    position: relative;
    z-index: 20;
}
.tc-footer-st1 .main-footer {
    position: relative;
    padding: 140px 0;
}
.tc-footer-st1 .main-footer .lg-txt {
    font-size: 195px;
    color: #fff;
    opacity: 0.05;
    position: absolute;
    right: 5%;
    bottom: 0;
    line-height: 1;
    -webkit-transform: translateY(35%);
    transform: translateY(35%);
    font-weight: 300;
}
.tc-footer-st1 .main-footer .foot-shapes {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.tc-footer-st1 .main-footer .fav-line {
    position: absolute;
    top: 0;
    left: calc((100% - 1320px) / 2);
    width: 30vw;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.tc-footer-st1 .form-group {
    position: relative;
}
.tc-footer-st1 .form-group .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff2;
    border-radius: 0;
    padding: 10px 0;
    color: white;
}
.tc-footer-st1 .form-group .form-control::-webkit-input-placeholder {
    color: #777;
}
.tc-footer-st1 .form-group .form-control::-moz-placeholder {
    color: #777;
}
.tc-footer-st1 .form-group .form-control:-ms-input-placeholder {
    color: #777;
}
.tc-footer-st1 .form-group .form-control::-ms-input-placeholder {
    color: #777;
}
.tc-footer-st1 .form-group .form-control::placeholder {
    color: #777;
}
.tc-footer-st1 .form-group button {
    position: absolute;
    right: 0;
    bottom: 15px;
    background-color: transparent;
    border: 0;
    /*-webkit-transform: rotate(-45deg);*/
    /*transform: rotate(-45deg);*/
}
.tc-footer-st1 .links-wrapper {
    position: relative;
    margin-top: 100px;
}
.tc-footer-st1 .links-wrapper .contact-links a {
    font-size: 32px;
    font-weight: 500;
    margin: 5px 0;
}
.tc-footer-st1 .links-wrapper .contact-links a:hover {
    color: var(--cr-orange1);
}
.tc-footer-st1 .links-group .links a {
    font-size: 16px;
    opacity: 0.6;
    margin-bottom: 10px;
}
.tc-footer-st1 .links-group .links a:hover {
    opacity: 1;
}
.tc-footer-st1 .foot {
    position: relative;
    padding: 30px 0;
    background-color: #0f0f0f;
}
.tc-footer-st1 .foot .foot-links a {
    font-size: 16px;
    -webkit-margin-start: 30px;
    margin-inline-start: 30px;
}

@media screen and (max-width: 991px) {
    .tc-footer-st1 .main-footer {
        padding: 60px 0;
    }
    .tc-footer-st1 .main-footer > .container > .row .mb-5 {
        margin: 0 !important;
    }
    .tc-footer-st1 .main-footer .lg-txt {
        font-size: 70px;
    }
    .tc-footer-st1 .links-wrapper {
        margin-top: 60px;
    }
    .tc-footer-st1 .links-wrapper .links-group .links {
        margin-bottom: 40px;
    }
    .tc-footer-st1 .links-wrapper .links-group {
        margin-top: 0 !important;
    }
    .tc-footer-st1 .links-wrapper .row > div:last-child .links-group .links {
        margin-bottom: 0 !important;
    }
    .tc-footer-st1 .form-group {
        margin-bottom: 60px;
    }
    .tc-footer-st1 .foot-links.mt-5 {
        margin-top: 8px !important;
    }
    .tc-footer-st1 .foot-links a:first-child {
        margin-left: 0;
    }
}
@media screen and (max-width: 991px) {
    .home-st5 br {
        display: none;
    }
    .home-st5 .fsz-50 {
        font-size: 30px !important;
    }
    .home-st5 .fsz-45 {
        font-size: 25px !important;
    }
    .home-st5 .fsz-40 {
        font-size: 25px !important;
    }
    .home-st5 .mb-90 {
        margin-bottom: 40px !important;
    }
    .home-st5 .fsz-30 {
        font-size: 29px !important;
        line-height: 1.2 !important;
    }
    .home-st5 .mb-50 {
        margin-bottom: 40px !important;
    }
    .home-st5 .mt-5 {
        margin-top: 0 !important;
    }
    .tc-capabilities-st5 .capabilities-title h6 {
        line-height: 1.2 !important;
    }
}

/* --------------- innerHeader st1 --------------- */
.tc-header-st18 {
    position: relative;
    padding: 230px 0 150px 0;
}
.tc-header-st18 .title {
    position: relative;
}
.tc-header-st18 .title h1 {
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
}
.tc-header-st18 .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
}
.tc-header-st18 .social-links a {
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #222;
    color: #fff9;
    -webkit-border-end: 1px solid #fff2;
    border-inline-end: 1px solid #fff2;
}
.tc-header-st18 .social-links a:hover {
    color: #fff;
}
.tc-header-st18 .check-list {
    position: relative;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tc-header-st18 .check-list li {
    width: 100%;
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
}
.tc-header-st18 .check-list li i {
    font-size: 13px;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}
.tc-header-st18 .lg-txt {
    position: absolute;
    top: 160px;
    right: 0;
    font-size: 160px;
    font-weight: 500;
    opacity: 5%;
    text-transform: uppercase;
    line-height: 0.9;
}
.tc-header-st18 .header-shaps {
    position: absolute;
    top: 30%;
    right: 20px;
    width: 45%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 991px) {
    .tc-header-st18 {
        padding: 80px 0;
        overflow: hidden;
    }
    .tc-header-st18 .title h1 {
        font-size: 50px;
        line-height: 1.2;
    }
    .tc-header-st18 .mt-150 {
        margin-top: 40px !important;
    }
}

/* --------------- about st21 --------------- */
.tc-about-st21 {
    position: relative;
    padding: 150px 0;
    overflow: hidden;
}
.tc-about-st21 .title {
    position: relative;
}
.tc-about-st21 .title .float-txt {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(33%);
    transform: translateX(33%);
    line-height: 0.7;
    font-size: 220px;
    color: #f6f6f6;
    font-weight: bold;
    text-transform: uppercase;
    pointer-events: none;
}
.tc-about-st21 .title .btns {
    position: relative;
    z-index: 20;
    padding: 50px 0;
}
.tc-about-st21 .rotate-box {
    position: relative;
    width: 220px;
    height: 220px;
    display: block;
    z-index: 20;
    margin-top: 20px;
    -webkit-margin-start: -30px;
    margin-inline-start: -30px;
}
.tc-about-st21 .rotate-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 35px;
    width: 35px;
    -o-object-fit: contain;
    object-fit: contain;
}
.tc-about-st21 .rotate-box .rotate-text {
    -webkit-animation: rotateText 20s linear infinite;
    animation: rotateText 20s linear infinite;
    font-weight: 300;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    border-radius: 50%;
    color: #151515;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
}
.tc-about-st21 .rotate-box .rotate-circle svg {
    width: 220px;
    height: 220px;
    fill: #151515;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@keyframes rotateText {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.tc-about-st21 .main-img {
    width: 415px;
    height: 415px;
    max-height: 90vw;
    max-width: 90vw;
}
.tc-about-st21 .butn-1 {
    min-width: 163px;
}
@media screen and (max-width: 991px) {
    /*.tc-img-st18 {*/
    /*  padding: 60px 0;*/
    /*}*/
    .tc-about-st21 {
        padding: 60px 0;
    }
    .tc-about-st21 .title h2 {
        font-size: 29px !important;
        line-height: 45px !important;
    }
    .tc-about-st21 .title {
        margin-bottom: 0 !important;
    }
    .tc-about-st21 .title .btns {
        padding: 40px 0;
    }
    .tc-about-st21 .text-content .butn {
        margin-top: 40px !important;
    }
}

/* --------------- features st3 --------------- */
.tc-features-st3 {
    position: relative;
    padding: 150px 0;
    overflow: hidden;
}
.tc-features-st3 .title {
    position: relative;
}
.tc-features-st3 .title .float-txt {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(33%);
    transform: translateX(33%);
    font-size: 160px;
    color: #151515;
    font-weight: 500;
    text-transform: uppercase;
    pointer-events: none;
    line-height: 162px;
    opacity: 0.05;
}
.tc-features-st3 .feat-card {
    position: relative;
    padding: 40px 30px;
    border: 1px solid #9995;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}
.tc-features-st3 .feat-card:hover {
    background-color: #871812;
    color: #ffffff;
}
.tc-features-st3 .feat-card:hover p {
    color: #ffffff !important;
}
.tc-features-st3 .feat-card:hover img {
    filter: brightness(0) invert(1);
}
.tc-features-st3 .feat-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Make all cards equal height while keeping all text visible */
.tc-features-st3 .cards .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.tc-features-st3 .cards .col-lg-3 {
    display: flex;
    margin-bottom: 20px;
    padding: 0 15px;
    flex: 0 0 25%;
    max-width: 25%;
}

/* Responsive adjustments for mobile */
@media screen and (max-width: 991px) {
    .tc-features-st3 .cards .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 575px) {
    .tc-features-st3 .cards .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.tc-features-st3 .cards .feat-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-width: 0;
}

.tc-features-st3 .cards .feat-card p {
    flex-grow: 1;
    -webkit-line-clamp: unset;
    overflow: visible;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
@media screen and (max-width: 991px) {
    .tc-features-st3 {
        padding: 60px 0;
    }
    .tc-features-st3 .title h2 {
        font-size: 29px !important;
        line-height: 45px !important;
    }

    .tc-features-st3 .feat-card {
        margin-bottom: 20px;
    }
}
/* --------------- video st3 --------------- */
.tc-video-st3 {
    position: relative;
}
.tc-video-st3 .video-card {
    position: relative;
}
.tc-video-st3 .video-card .img {
    position: relative;
    height: 700px;
    overflow: hidden;
}
.tc-video-st3 .video-card .play-btn {
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    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;
    z-index: 2;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #fff;
}

@media screen and (max-width: 991px) {
    .tc-video-st3 .video-card .img {
        height: 350px;
    }
}

/* --------------- capabilities st3 --------------- */
.tc-capabilities-st3 {
    position: relative;
    padding: 150px 0;
}
.tc-capabilities-st3 .accordion {
    position: relative;
    margin-top: 50px;
}
.tc-capabilities-st3 .accordion .accordion-item {
    border-radius: 0 !important;
    border: 0;
}
.tc-capabilities-st3 .accordion .accordion-item .accordion-button {
    border: 0;
    border-radius: 0 !important;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border-bottom: 1px solid #9994;
    color: #151515;
    padding: 20px 0;
}
.tc-capabilities-st3 .accordion .accordion-item .accordion-button::after {
    display: none;
}
.tc-capabilities-st3 .accordion .accordion-item .accordion-button .arrow {
    position: relative;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    width: 28px;
    opacity: 0.5;
}
.tc-capabilities-st3
    .accordion
    .accordion-item
    .accordion-button:not(.collapsed)
    .arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}
.tc-capabilities-st3 .accordion .accordion-item .accordion-body {
    padding: 20px;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}
.tc-capabilities-st3 .accordion .accordion-item .accordion-body .img {
    height: 250px;
    margin: -90px 0;
}

@media screen and (max-width: 991px) {
    .tc-capabilities-st3 {
        padding: 60px 0;
    }
    .tc-capabilities-st3 .info h6 {
        font-size: 29px !important;
        line-height: 45px !important;
    }
    .tc-capabilities-st3 .info .butn {
        margin-top: 40px !important;
    }
    .tc-capabilities-st3 .accordion .accordion-item .accordion-body .img {
        margin: 20px 0 0;
    }
    .tc-capabilities-st3 .accordion {
        margin-top: 40px;
    }
}

/* --------------- team st5 --------------- */
.tc-team-st5 {
    position: relative;
    padding: 150px 0;
}
.tc-team-st5 .team-card {
    position: relative;
    background-color: #fff;
    margin-top: 50px;
    padding: 40px;
    border: 1px solid #9993;
    border-radius: 30px;
}
.tc-team-st5 .team-card .img {
    position: relative;
    max-height: 300px;
    max-width: 300px;
    aspect-ratio: 1 / 1;
    margin: 0 auto 30px;
}
.tc-team-st5 .team-card .img img {
    border-radius: 50%;
}
.tc-team-st5 .team-card .info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tc-team-st5 .team-card .info .social-icons {
    position: absolute;
    width: 50px;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tc-team-st5 .team-card .info .social-icons .link {
    position: relative;
    width: 50px;
    height: 50px;
    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;
    margin-top: 1px;
    background-color: #871812;
    color: #fff;
}
.tc-team-st5 .team-card .info .social-icons .link:hover {
    background-color: #000;
}
.tc-team-st5 .team-card .info .social-icons .link:not(.plus-link) {
    margin-bottom: -50px;
    opacity: 0;
}
.tc-team-st5 .team-card .info .social-icons .link.plus-link {
    z-index: 10;
    background-color: #871812 !important;
}
.tc-team-st5 .team-card:hover .info .social-icons {
    margin-bottom: -50px;
}
.tc-team-st5 .team-card:hover .info .social-icons .link {
    margin-bottom: 0 !important;
    opacity: 1 !important;
}
.tc-team-st5 .team-card:hover .info .social-icons .link.plus-link {
    opacity: 0 !important;
}

@media screen and (max-width: 991px) {
    .tc-team-st5 {
        padding: 60px 0;
    }
    .tc-team-st5 .title h2 {
        font-size: 29px !important;
        line-height: 45px !important;
    }
    .tc-team-st5 .team-card .img {
        width: 60vw;
        height: 60vw;
        max-width: 60vw;
        max-height: 60vw;
    }
}

.jarallax {
    min-height: 100%;
}

.jarallax-img {
    transition: none;
    -webkit-transition: none;
    max-height: unset;
}

/* Specific styling for three columns block type 2 image */
.tc-about-st5 .jarallax {
    width: 100%;
    height: 350px;
    max-width: 350px;
    max-height: 350px;
    aspect-ratio: 1 / 1;
}

.tc-about-st5 .jarallax .jarallax-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
