
.home-style1 .borderd {
    border-color: #ccc !important;
}

.home-style1 .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-style1 .section-padding-x {
    padding-right: 4vw;
    padding-left: 4vw;
}

.home-style1 .section-head-style1 .sub-title {
    font-size: 14px;
    color: #333;
    position: relative;
    -webkit-padding-start: 60px;
    padding-inline-start: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

    .home-style1 .section-head-style1 .sub-title::before {
        position: absolute;
        content: "";
        left: 0;
        top: calc(50% - 4px);
        width: 30px;
        height: 8px;
        background-color: #888;
    }

.home-style1 .section-head-style1 h2 {
    font-size: 55px;
    letter-spacing: -1px;
    font-weight: 500;
    line-height: 1.1;
}

@media screen and (max-width: 991px) {
    .home-style1 br {
        display: none;
    }

    .home-style1 .fsz-50 {
        font-size: 30px !important;
    }

    .home-style1 .fsz-45 {
        font-size: 25px !important;
    }

    .home-style1 .fsz-40 {
        font-size: 25px !important;
    }

    .home-style1 .mb-90 {
        margin-bottom: 40px !important;
    }

    .home-style1 .fsz-30 {
        font-size: 18px !important;
    }

    .home-style1 .mb-50 {
        margin-bottom: 30px !important;
    }

    .home-style1 .section-head-style1 .sub-title {
        margin-bottom: 15px !important;
    }

    .home-style1 .section-head-style1 h2 {
        font-size: 30px;
    }

    .home-style1 .mt-5 {
        margin-top: 2rem !important;
    }

    .home-style1 .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

html[lang=ar] .home-style1 {
    direction: rtl;
    font-family: "IBM Plex Sans Arabic", sans-serif;
}

    html[lang=ar] .home-style1 .tc-header-style1 .header-slider .swiper-pagination {
        left: auto;
        right: 4vw;
    }

    html[lang=ar] .home-style1 .tc-header-style1 .header-slider .slider-controls {
        right: auto;
        left: 40px;
    }

    html[lang=ar] .home-style1 .tc-header-style1 .header-slider .slider-card .info h1 {
        font-size: calc(10vw + 10px);
    }

    html[lang=ar] .home-style1 .tc-experience-style1 .img.animated {
        -webkit-transform: rotate(15deg) scale(1);
        transform: rotate(15deg) scale(1);
    }

    html[lang=ar] .home-style1 .tc-experience-style1 .c-line {
        left: auto;
        right: 0;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    html[lang=ar] .home-style1 .tc-services-style1 .title p.animated {
        letter-spacing: normal;
        font-size: 30px;
    }

    html[lang=ar] .home-style1 .tc-process-style1 .img.animated {
        -webkit-transform: rotate(-15deg) scale(1);
        transform: rotate(-15deg) scale(1);
    }

    html[lang=ar] .home-style1 .tc-process-style1 .c-line {
        right: auto;
        left: 0;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    html[lang=ar] .home-style1 .tc-testimonials-style1 .tc-clients-style1 .slider-controls {
        left: 0;
        right: auto;
    }

    html[lang=ar] .home-style1 .tc-testimonials-style1 .c-line {
        left: auto;
        right: 0;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    html[lang=ar] .home-style1 .tc-chat-style1 .c-line {
        right: auto;
        left: 0;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    html[lang=ar] .home-style1 .loader-wrap {
        direction: ltr;
    }

/* --------------- side_menu_style4 --------------- */
.side_menu_style4 {
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    background-color: #DFE3EC;
    padding: 0 4vw;
    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;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

    .side_menu_style4.show {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

        .side_menu_style4.show .side_shape {
            -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
            opacity: 1;
        }

        .side_menu_style4.show .side_shape2 {
            -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
            opacity: 1;
        }

        .side_menu_style4.show .main_links {
            text-align: center;
            -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
            opacity: 1;
            -webkit-filter: blur(0);
            filter: blur(0);
        }

    .side_menu_style4 .side_shape {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 40%;
        -webkit-transform: rotate(-60deg) scale(0.5);
        transform: rotate(-60deg) scale(0.5);
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }

    .side_menu_style4 .side_shape2 {
        position: absolute;
        left: 0;
        top: 0;
        width: 40%;
        -webkit-transform: rotate(120deg) scale(0.5);
        transform: rotate(120deg) scale(0.5);
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }

    .side_menu_style4 .links_group {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: block;
    }

    .side_menu_style4 .main_links {
        text-align: center;
        -webkit-transform: scaleX(1.4) scaleY(1.8);
        transform: scaleX(1.4) scaleY(1.8);
        -webkit-filter: blur(2px);
        filter: blur(2px);
        opacity: 0;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }

        .side_menu_style4 .main_links .main_link {
            font-size: calc(3vw + 15px);
            font-weight: 400;
            margin: 10px 0;
            text-transform: uppercase;
            font-weight: 700;
        }

            .side_menu_style4 .main_links .main_link:hover {
                text-decoration: underline;
            }

    .side_menu_style4 .social_links a {
        font-size: 24px;
        -webkit-margin-end: 15px;
        margin-inline-end: 15px;
        border-bottom: 3px solid transparent;
    }

        .side_menu_style4 .social_links a:hover {
            border-color: #000;
        }

    .side_menu_style4 .clss {
        font-size: 30px;
        position: absolute;
        top: 30px;
        right: 60px;
        cursor: pointer;
    }

.side_menu4_overlay {
    position: absolute;
    z-index: 90;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .side_menu4_overlay.show {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

.side_menu4_overlay2 {
    position: absolute;
    z-index: 80;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

    .side_menu4_overlay2.show {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

/* --------------- footer style1 --------------- */
.tc-navbar-style1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
    padding: 0;
}

    .tc-navbar-style1 .content {
        padding: 20px 0;
    }

        .tc-navbar-style1 .content .navbar-brand {
            max-width: 115px;
            -webkit-margin-end: 100px;
            margin-inline-end: 100px;
        }

        .tc-navbar-style1 .content .navbar-nav .nav-link {
            font-size: 14px;
            color: #fff;
            opacity: 1;
            margin: 0 20px;
        }

            .tc-navbar-style1 .content .navbar-nav .nav-link:hover, .tc-navbar-style1 .content .navbar-nav .nav-link.active {
                color: var(--color-orange1);
            }

        .tc-navbar-style1 .content .nav-side .icon {
            font-size: 14px;
            color: #fff;
        }

@media screen and (max-width: 991px) {
    .tc-navbar-style1 {
        position: relative;
        background-color: #333;
    }

        .tc-navbar-style1 .content {
            border: 0;
        }

            .tc-navbar-style1 .content .navbar-nav {
                margin: 20px 0;
            }

                .tc-navbar-style1 .content .navbar-nav .nav-link {
                    margin: 0;
                }
}
/* --------------- header style1 --------------- */
.tc-header-style1 .header-slider {
    position: relative;
    overflow: hidden;
}

    .tc-header-style1 .header-slider .swiper-slide {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .tc-header-style1 .header-slider .swiper-slide-active {
        position: relative;
        z-index: 20;
    }

    .tc-header-style1 .header-slider .slider-controls {
        position: absolute;
        right: 40px;
        bottom: 130px;
        z-index: 20;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 20px;
        border-radius: 30px;
        color: #fff;
    }

        .tc-header-style1 .header-slider .slider-controls .swiper-button-next,
        .tc-header-style1 .header-slider .slider-controls .swiper-button-prev {
            position: static;
            height: -webkit-max-content;
            height: -moz-max-content;
            height: max-content;
            -webkit-margin-start: 50px;
            margin-inline-start: 50px;
            font-size: 30px;
        }

            .tc-header-style1 .header-slider .slider-controls .swiper-button-next::after,
            .tc-header-style1 .header-slider .slider-controls .swiper-button-prev::after {
                color: #fff;
                position: relative;
            }

    .tc-header-style1 .header-slider .swiper-pagination {
        position: absolute;
        left: 4vw;
        bottom: 120px;
        color: #fff;
        z-index: 30;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

        .tc-header-style1 .header-slider .swiper-pagination > span {
            font-size: 30px;
            font-weight: 100;
            display: block;
            margin: 10px 0;
        }

.tc-header-style1 .slider-card {
    position: relative;
}

    .tc-header-style1 .slider-card .img {
        height: 650px;
        position: relative;
        min-height: 100vh;
    }

        .tc-header-style1 .slider-card .img::after {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            opacity: 30%;
            pointer-events: none;
        }

    .tc-header-style1 .slider-card .info {
        position: absolute;
        left: 0;
        bottom: 30px;
        width: 100%;
        z-index: 20;
        color: #fff;
    }

        .tc-header-style1 .slider-card .info h1 {
            font-size: calc(12vw + 20px);
            font-weight: 500;
            line-height: 1;
            text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        }

@media screen and (max-width: 991px) {
    .tc-header-style1 .slider-card .img {
        height: 550px;
    }

    .tc-header-style1 .slider-card .info {
        bottom: 60px;
    }

    .tc-header-style1 .swiper-pagination {
        display: none;
    }

    .tc-header-style1 .header-slider .slider-controls {
        bottom: 165px;
        right: 0;
    }

        .tc-header-style1 .header-slider .slider-controls .swiper-button-prev::after,
        .tc-header-style1 .header-slider .slider-controls .swiper-button-next::after {
            font-size: 20px;
        }
}
/* --------------- experience style1 --------------- */
.tc-experience-style1 {
    position: relative;
    padding: 150px 0 100px;
    background-color: #F1EEE9;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    margin-top: -40px;
    z-index: 10;
}

    .tc-experience-style1 .c-line {
        position: absolute;
        top: 70px;
        left: 0;
        width: 90%;
        height: calc(100% - 140px);
        z-index: 10;
        pointer-events: none;
        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        -webkit-transition: all 2s linear;
        transition: all 2s linear;
    }

        .tc-experience-style1 .c-line.animated {
            -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
        }

    .tc-experience-style1 .exp-num .num {
        font-size: 150px;
        color: var(--color-orange1);
        font-weight: 500;
    }

    .tc-experience-style1 .img {
        height: 550px;
        border-radius: 20px;
        overflow: hidden;
        -webkit-transform: rotate(30deg) scale(1.3);
        transform: rotate(30deg) scale(1.3);
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
        opacity: 0;
    }

        .tc-experience-style1 .img.animated {
            -webkit-transform: rotate(-15deg) scale(1);
            transform: rotate(-15deg) scale(1);
            opacity: 1;
        }

    .tc-experience-style1 .rotate-txt {
        font-size: 12px;
        color: #666;
        -webkit-transform: rotate(90deg) translateX(30px);
        transform: rotate(90deg) translateX(30px);
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform-origin: right;
        transform-origin: right;
    }

@media screen and (max-width: 991px) {
    .tc-experience-style1 {
        padding: 80px 0;
    }

        .tc-experience-style1 .c-line {
            -o-object-fit: contain;
            object-fit: contain;
        }

        .tc-experience-style1 .img {
            -webkit-transform: rotate(0);
            transform: rotate(0);
            margin-bottom: 50px;
        }

        .tc-experience-style1 .exp-num .num {
            position: relative;
            margin-bottom: -175px;
            z-index: 10;
        }
}
/* --------------- services style1 --------------- */
.tc-services-style1 {
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F1EEE9), color-stop(#F1EEE999), to(transparent));
    background-image: linear-gradient(to bottom, #F1EEE9, #F1EEE999, transparent);
}

    .tc-services-style1 .title p {
        letter-spacing: 50px;
        opacity: 0;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

        .tc-services-style1 .title p.animated {
            letter-spacing: 10px;
            opacity: 1;
        }

    .tc-services-style1 .content {
        position: relative;
        z-index: 10;
    }

    .tc-services-style1 .service-card {
        padding: 20px 60px 20px 30px;
        -webkit-border-start: 1px solid #ccc;
        border-inline-start: 1px solid #ccc;
        display: block;
    }

        .tc-services-style1 .service-card:hover .arrow {
            background-color: #000;
            color: #fff;
        }

        .tc-services-style1 .service-card .icon {
            color: var(--color-orange1);
            margin-bottom: 20px;
            font-size: 30px;
        }

        .tc-services-style1 .service-card .img {
            height: 160px;
            border-radius: 10px;
            overflow: hidden;
        }

        .tc-services-style1 .service-card .arrow {
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            border-radius: 50%;
            margin-top: 40px;
            border: 1px solid #ccc;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .tc-services-style1 .ser-img {
        width: 100%;
        height: 1000px;
        margin-top: -550px;
    }

        .tc-services-style1 .ser-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: bottom;
            object-position: bottom;
        }

@media screen and (max-width: 991px) {
    .tc-services-style1 .service-card {
        border: 0;
        padding: 0;
        margin-top: 50px !important;
    }
}
/* --------------- process style1 --------------- */
.tc-process-style1 {
    position: relative;
    padding: 150px 0;
    background-color: #fff;
    z-index: 10;
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
}

    .tc-process-style1 .c-line {
        position: absolute;
        bottom: 100px;
        right: 0;
        width: 50%;
        height: 550px;
        z-index: 10;
        pointer-events: none;
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        -webkit-transition: all 2s linear;
        transition: all 2s linear;
    }

        .tc-process-style1 .c-line.animated {
            -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
        }

    .tc-process-style1 .accordion-item {
        border: 0;
        border-radius: 0;
    }

        .tc-process-style1 .accordion-item .accordion-button {
            color: #000;
            background-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-top: 1px solid #ccc;
            border-radius: 0;
            padding: 30px;
        }

            .tc-process-style1 .accordion-item .accordion-button:not(.collapsed) {
                border-color: #000;
            }

                .tc-process-style1 .accordion-item .accordion-button:not(.collapsed) h3 {
                    color: var(--color-orange1);
                }

            .tc-process-style1 .accordion-item .accordion-button h3 {
                font-size: 24px;
            }

            .tc-process-style1 .accordion-item .accordion-button .num {
                font-size: 24px;
                color: #999;
                font-weight: 200;
                -webkit-margin-end: 30px;
                margin-inline-end: 30px;
            }

        .tc-process-style1 .accordion-item .accordion-body {
            -webkit-padding-start: 85px;
            padding-inline-start: 85px;
            -webkit-padding-end: 50px;
            padding-inline-end: 50px;
            padding-top: 0;
            padding-bottom: 30px;
        }

            .tc-process-style1 .accordion-item .accordion-body .text {
                font-size: 15px;
                color: #666;
            }

    .tc-process-style1 .img {
        height: 550px;
        border-radius: 20px;
        overflow: hidden;
        -webkit-transform: rotate(-30deg) scale(1.3);
        transform: rotate(-30deg) scale(1.3);
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
        opacity: 0;
    }

        .tc-process-style1 .img.animated {
            -webkit-transform: rotate(15deg) scale(1);
            transform: rotate(15deg) scale(1);
            opacity: 1;
        }

@media screen and (max-width: 991px) {
    .tc-process-style1 {
        padding: 80px 0;
    }

        .tc-process-style1 .accordion-item .accordion-button .num {
            display: none;
        }

        .tc-process-style1 .accordion-item .accordion-button h3 {
            font-size: 21px;
        }

        .tc-process-style1 .accordion-item .accordion-body {
            -webkit-padding-start: 30px;
            padding-inline-start: 30px;
        }

        .tc-process-style1 .img {
            -webkit-transform: rotate(0);
            transform: rotate(0);
            margin-top: 50px;
            height: 350px;
        }
}
/* --------------- projects style1 --------------- */
.tc-projects-style1 .tabs-links .nav-pills .nav-link {
    background-color: transparent;
    padding: 0;
    -webkit-margin-end: 40px;
    margin-inline-end: 40px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0;
    text-transform: capitalize;
    color: #000;
}

    .tc-projects-style1 .tabs-links .nav-pills .nav-link.active, .tc-projects-style1 .tabs-links .nav-pills .nav-link:hover {
        color: var(--color-orange1);
    }

.tc-projects-style1 .projects {
    padding-bottom: 100px;
    border-bottom: 1px solid #ccc;
}

    .tc-projects-style1 .projects .projects-content {
        position: relative;
    }

        .tc-projects-style1 .projects .projects-content * {
            cursor: none;
        }

        .tc-projects-style1 .projects .projects-content .float-cursor {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
            opacity: 0;
            width: 160px;
            height: 160px;
            background-color: #fff;
            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;
            text-align: center;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            font-size: 16px;
            z-index: 10;
            -webkit-transition: all 0.02 linear;
            transition: all 0.02 linear;
            pointer-events: none;
            -webkit-box-shadow: 0 0 30px #0001;
            box-shadow: 0 0 30px #0001;
        }

            .tc-projects-style1 .projects .projects-content .float-cursor.show {
                opacity: 1;
                -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
            }

    .tc-projects-style1 .projects .project-card .img {
        height: 630px;
        border-radius: 20px;
        overflow: hidden;
        display: block;
    }

    .tc-projects-style1 .projects .project-card .info {
        padding-top: 40px;
    }

        .tc-projects-style1 .projects .project-card .info .tags {
            margin-bottom: 30px;
        }

            .tc-projects-style1 .projects .project-card .info .tags a {
                font-size: 12px;
                padding: 5px 10px;
                border: 1px solid #ccc;
                border-radius: 50px;
                -webkit-margin-end: 5px;
                margin-inline-end: 5px;
            }

        .tc-projects-style1 .projects .project-card .info .title {
            font-size: 35px;
            margin-bottom: 15px;
        }

            .tc-projects-style1 .projects .project-card .info .title a:hover {
                color: var(--color-orange1);
            }

        .tc-projects-style1 .projects .project-card .info .text {
            font-size: 14px;
            color: #666;
        }

@media screen and (max-width: 991px) {
    .tc-projects-style1 .projects {
        padding-bottom: 50px;
    }

        .tc-projects-style1 .projects .project-card .img {
            height: 350px;
        }

        .tc-projects-style1 .projects .project-card .info .title {
            font-size: 25px;
        }
}
/* --------------- testimonials style1 --------------- */
.tc-testimonials-style1 {
    position: relative;
    padding: 150px 0;
}

    .tc-testimonials-style1 .c-line {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 25%;
        z-index: 5;
        pointer-events: none;
    }

    .tc-testimonials-style1 .lg-icon {
        font-size: 170px;
        -webkit-margin-start: -15px;
        margin-inline-start: -15px;
        display: block;
    }

    .tc-testimonials-style1 .tc-clients-style1 {
        position: relative;
        overflow: hidden;
    }

        .tc-testimonials-style1 .tc-clients-style1 .clients-slider1 {
            position: relative;
            overflow: hidden;
        }

        .tc-testimonials-style1 .tc-clients-style1 .author {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-top: 50px;
            margin-top: 80px;
            border-top: 1px solid #ccc;
        }

            .tc-testimonials-style1 .tc-clients-style1 .author .au-img {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                overflow: hidden;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                -webkit-margin-end: 20px;
                margin-inline-end: 20px;
            }

        .tc-testimonials-style1 .tc-clients-style1 .slider-controls {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 10px 20px;
            border-radius: 30px;
            border: 1px solid #ccc;
            position: absolute;
            right: 0;
            bottom: 0;
            background: #fff;
            z-index: 10;
        }

            .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next,
            .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-prev {
                position: static;
                height: -webkit-max-content;
                height: -moz-max-content;
                height: max-content;
                margin: 0;
            }

                .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next::after,
                .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-prev::after {
                    color: #000;
                    font-size: 12px;
                }

                .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next:hover::after,
                .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-prev:hover::after {
                    color: var(--color-orange1);
                }

            .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-pagination {
                position: static;
                margin: 0 10px;
            }

                .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-pagination .swiper-pagination-bullet {
                    width: 8px;
                    height: 8px;
                    margin: 0 5px;
                }

                    .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
                        width: 10px;
                        height: 10px;
                    }

    .tc-testimonials-style1 .marq-slider {
        position: relative;
        overflow: hidden;
        padding-top: 100px;
    }

        .tc-testimonials-style1 .marq-slider .swiper-wrapper {
            -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
            position: relative;
        }

            .tc-testimonials-style1 .marq-slider .swiper-wrapper .swiper-slide {
                width: -webkit-max-content !important;
                width: -moz-max-content !important;
                width: max-content !important;
            }

        .tc-testimonials-style1 .marq-slider a {
            font-size: 150px;
            font-weight: 500;
            -webkit-text-stroke: 1px #000;
            color: transparent;
        }

            .tc-testimonials-style1 .marq-slider a:hover {
                color: #000;
            }

@media screen and (max-width: 991px) {
    .tc-testimonials-style1 {
        padding: 50px 0;
    }

        .tc-testimonials-style1 .lg-icon {
            font-size: 120px;
        }

        .tc-testimonials-style1 .marq-slider a {
            font-size: 50px;
        }
}
/* --------------- team style1 --------------- */
.tc-team-style1 {
    position: relative;
    padding: 150px 0;
    background-color: #fff;
    border-radius: 40px 40px 0 0;
    z-index: 10;
    margin-top: -40px;
}

    .tc-team-style1 .member-colmn {
        margin: auto;
    }

    .tc-team-style1 .team-card {
        position: relative;
        margin-bottom: 40px;
        display: block;
    }

        .tc-team-style1 .team-card:hover .img {
            -webkit-transform: scale(0.95);
            transform: scale(0.95);
        }

            .tc-team-style1 .team-card:hover .img img {
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            .tc-team-style1 .team-card:hover .img::after {
                opacity: 0.5;
            }

        .tc-team-style1 .team-card:hover .title {
            opacity: 1;
            top: 50%;
        }

        .tc-team-style1 .team-card:hover .img {
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            overflow: hidden;
        }

            .tc-team-style1 .team-card:hover .img img {
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

        .tc-team-style1 .team-card.team-text:hover .img {
            border-color: #000;
        }

        .tc-team-style1 .team-card.team-text .img {
            border: 1px solid #ccc;
        }

            .tc-team-style1 .team-card.team-text .img::after {
                display: none;
            }

        .tc-team-style1 .team-card.team-text .title {
            font-weight: 300;
            color: #000 !important;
            text-align: start;
            opacity: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 18px;
            text-transform: uppercase;
        }

            .tc-team-style1 .team-card.team-text .title .arrow {
                margin-top: 10px;
                display: block;
            }

        .tc-team-style1 .team-card .img {
            position: relative;
            width: 100%;
            border-radius: 50%;
            overflow: hidden;
            display: block;
            margin: auto;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .tc-team-style1 .team-card .img::after {
                position: absolute;
                content: "";
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-color: #000;
                opacity: 0;
                z-index: 1;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

        .tc-team-style1 .team-card .title {
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 10;
            color: #fff;
            opacity: 0;
            text-align: center;
            width: 100%;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            line-height: 1.5;
            text-transform: capitalize;
        }

    .tc-team-style1 .numbers {
        padding-top: 50px;
    }

        .tc-team-style1 .numbers .number-card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-top: 40px;
            border-top: 1px solid #ccc;
            margin-top: 50px;
        }

            .tc-team-style1 .numbers .number-card .perc {
                font-size: 55px;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                -webkit-margin-end: 25px;
                margin-inline-end: 25px;
                font-weight: 500;
                line-height: 1;
                color: var(--color-orange1);
            }

            .tc-team-style1 .numbers .number-card p {
                font-size: 17px;
                color: #666;
                text-transform: capitalize;
                line-height: 1.5;
            }

/* --------------- awards style1 --------------- */
.tc-awards-style1 {
    position: relative;
    z-index: 10;
    padding: 150px 0;
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
    background-color: #262929;
    color: #fff;
}

    .tc-awards-style1 .awards-content .awards-list .award-row {
        padding: 30px;
        text-transform: capitalize;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-radius: 15px;
        transition: all 0.3s ease;
    }

        .tc-awards-style1 .awards-content .awards-list .award-row:hover {
            background-color: var(--color-orange1);
        }

@media screen and (max-width: 991px) {
    .tc-awards-style1 {
        padding: 50px 0;
    }

        .tc-awards-style1 .awards-content .awards-list .award-row {
            background-color: #fff1;
            margin-bottom: 30px;
        }
}
/* --------------- blog style1 --------------- */
.tc-blog-style1 {
    position: relative;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#F1EEE9), to(transparent));
    background-image: linear-gradient(to top, #F1EEE9, transparent);
}

    .tc-blog-style1 .swiper-button-next {
        color: #000;
        right: 3vw;
    }

        .tc-blog-style1 .swiper-button-next::after {
            font-size: 40px;
        }

    .tc-blog-style1 .swiper-button-prev {
        color: #000;
        left: 3vw;
    }

        .tc-blog-style1 .swiper-button-prev::after {
            font-size: 40px;
        }

    .tc-blog-style1 .blog-card {
        position: relative;
    }

        .tc-blog-style1 .blog-card .img {
            position: relative;
            height: 415px;
            border-radius: 20px;
            overflow: hidden;
        }

        .tc-blog-style1 .blog-card .info {
            padding-top: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 80%;
        }

            .tc-blog-style1 .blog-card .info .date {
                width: 25%;
                -ms-flex-negative: 0;
                flex-shrink: 0;
            }

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

    .tc-blog-style1 .blog-card .info {
        display: block;
        width: 100%;
    }

        .tc-blog-style1 .blog-card .info .date {
            width: 100%;
            margin-bottom: 15px;
        }
}
/* --------------- chat style1 --------------- */
.tc-chat-style1 {
    position: relative;
    padding: 150px 0;
    background-color: #F1EEE9;
}

    .tc-chat-style1 .c-line {
        position: absolute;
        right: 0;
        bottom: 70px;
        width: 60%;
        pointer-events: none;
        height: 450px;
        pointer-events: none;
        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        -webkit-transition: all 2s linear;
        transition: all 2s linear;
    }

        .tc-chat-style1 .c-line.animated {
            -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
        }

    .tc-chat-style1 .xl-text {
        font-size: 120px;
        font-weight: 500;
        position: relative;
        z-index: 10;
        line-height: 1;
        color: var(--color-orange1);
        margin-bottom: 20px;
    }

@media screen and (max-width: 991px) {
    .tc-chat-style1 .xl-text {
        font-size: 50px;
    }
}
/* --------------- footer style1 --------------- */
.tc-footer-style1 .foot-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
}

    .tc-footer-style1 .foot-social a:hover {
        background-color: var(--color-orange1);
        border-color: var(--color-orange1);
        color: #fff;
    }

.tc-footer-style1 .footer-links a {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}

    .tc-footer-style1 .footer-links a:hover {
        color: #000;
        text-decoration: underline;
    }

.tc-footer-style1 .foot {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

    .tc-footer-style1 .foot .foot-links a {
        font-size: 14px;
        -webkit-margin-end: 4vw;
        margin-inline-end: 4vw;
    }

        .tc-footer-style1 .foot .foot-links a:last-of-type {
            margin: 0;
        }

/*------------------------------------------------------- 
home 2 style 
-------------------------------------------------------*/
.home-style2 .sub-font {
    font-family: "Instrument Serif", serif;
}

.home-style2 .ico-45 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 991px) {
    .home-style2 br {
        display: none;
    }

    .home-style2 .fsz-50 {
        font-size: 30px !important;
    }

    .home-style2 .fsz-40 {
        font-size: 25px !important;
    }

    .home-style2 .mb-90 {
        margin-bottom: 40px !important;
    }

    .home-style2 .fsz-30 {
        font-size: 18px !important;
    }

    .home-style2 .mt-80 {
        margin-top: 50px !important;
    }

    .home-style2 .fsz-45 {
        font-size: 30px !important;
    }

    .home-style2 .mt-70 {
        margin-top: 45px !important;
    }

    .home-style2 .mb-80 {
        margin-bottom: 50px !important;
    }
}
/* --------------- navbar style2 --------------- */
.tc-navbar-style2 {
    position: relative;
    padding: 0 3vw;
}

    .tc-navbar-style2 .container-fluid {
        padding: 30px 0;
        border-bottom: 1px solid #ccc;
    }

    .tc-navbar-style2 .navbar-brand {
        -webkit-margin-end: 170px;
        margin-inline-end: 170px;
    }

        .tc-navbar-style2 .navbar-brand img {
            height: 35px;
        }

    .tc-navbar-style2 .nav-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .tc-navbar-style2 .nav-contact .links-item {
            -webkit-margin-end: 80px;
            margin-inline-end: 80px;
        }

            .tc-navbar-style2 .nav-contact .links-item a {
                display: block;
                width: -webkit-max-content;
                width: -moz-max-content;
                width: max-content;
                margin-block: 0;
                line-height: 1.5;
            }

    .tc-navbar-style2 .nav-icons {
        position: relative;
        -webkit-margin-start: auto;
        margin-inline-start: auto;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
    }

        .tc-navbar-style2 .nav-icons .icon {
            width: 45px;
            height: 45px;
            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;
            border-radius: 50%;
            border: 1px solid #999;
            -webkit-margin-start: 15px;
            margin-inline-start: 15px;
            font-size: 16px;
        }

            .tc-navbar-style2 .nav-icons .icon:hover {
                background-color: var(--color-orange1);
                border-color: var(--color-orange1);
                color: #fff;
            }

    .tc-navbar-style2 .nav-search-box {
        position: absolute;
        background-color: #fff;
        -webkit-box-shadow: 5px 5px 20px #fff1;
        box-shadow: 5px 5px 20px #fff1;
        right: 0;
        top: calc(100% + 15px);
        width: 100%;
        min-width: 250px;
        padding: 15px;
        border-radius: 10px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: 0 0 20px #0001;
        box-shadow: 0 0 20px #0001;
    }

        .tc-navbar-style2 .nav-search-box.show {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        .tc-navbar-style2 .nav-search-box .form-group {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .tc-navbar-style2 .nav-search-box .form-group input {
                width: 100%;
                background-color: transparent;
                border: 1px solid #9993;
                border-right: 0;
                border-radius: 8px 0 0 8px;
                min-height: 50px;
                color: #000;
                padding: 12px 15px;
            }

            .tc-navbar-style2 .nav-search-box .form-group button {
                -ms-flex-negative: 0;
                flex-shrink: 0;
                border-radius: 0 8px 8px 0;
                border: 1px solid #9993;
                background-color: #9993;
                padding: 10px;
                color: #000;
                margin-left: -2px;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                .tc-navbar-style2 .nav-search-box .form-group button:hover {
                    background-color: var(--color-orange1);
                    color: #fff;
                }

@media screen and (max-width: 991px) {
    .tc-navbar-style2 .nav-contact {
        display: block;
        margin: 15px 0;
    }

        .tc-navbar-style2 .nav-contact * {
            line-height: 2 !important;
        }

    .tc-navbar-style2 .nav-icons .icon {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        -webkit-margin-end: 20px;
        margin-inline-end: 20px;
    }
}
/* --------------- header style2 --------------- */
.tc-header-style2 {
    position: relative;
    padding-top: 120px;
}

    .tc-header-style2 .top-info h1 {
        font-size: 90px;
        font-weight: 600;
    }

        .tc-header-style2 .top-info h1 span {
            color: var(--color-orange1);
            font-style: italic;
            font-weight: 400;
        }

    .tc-header-style2 .top-info .award-wrapper {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 40px;
        border: 1px solid #999;
        border-radius: 50px;
        margin-top: 70px;
    }

        .tc-header-style2 .top-info .award-wrapper p {
            font-size: 18px;
        }

        .tc-header-style2 .top-info .award-wrapper .line {
            width: 60px;
            height: 1px;
            background-color: #999;
            margin: 0 30px;
        }

    .tc-header-style2 .top-info .facts-wrapper {
        position: relative;
        padding: 30px 40px;
    }

        .tc-header-style2 .top-info .facts-wrapper * {
            position: relative;
            z-index: 10;
        }

        .tc-header-style2 .top-info .facts-wrapper .num {
            font-size: 60px;
            font-weight: 400;
        }

        .tc-header-style2 .top-info .facts-wrapper p {
            color: #666;
        }

        .tc-header-style2 .top-info .facts-wrapper .line {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
        }

    .tc-header-style2 .slider-content {
        margin-top: 120px;
        padding: 0 3vw;
    }

        .tc-header-style2 .slider-content .head-slider {
            position: relative;
            overflow: hidden;
        }

            .tc-header-style2 .slider-content .head-slider .slider-card {
                position: relative;
            }

                .tc-header-style2 .slider-content .head-slider .slider-card .img {
                    position: relative;
                    height: 650px;
                    border-radius: 20px;
                    overflow: hidden;
                }

                    .tc-header-style2 .slider-content .head-slider .slider-card .img::after {
                        position: absolute;
                        content: "";
                        left: 0;
                        bottom: 0;
                        width: 100%;
                        height: 100%;
                        background-image: -webkit-gradient(linear, left bottom, left top, from(#000000cb), to(transparent));
                        background-image: linear-gradient(to top, #000000cb, transparent);
                    }

                .tc-header-style2 .slider-content .head-slider .slider-card .info {
                    position: absolute;
                    left: 0;
                    bottom: 50px;
                    color: #fff;
                    z-index: 20;
                    width: 100%;
                }

                    .tc-header-style2 .slider-content .head-slider .slider-card .info .title a {
                        font-size: 60px;
                        font-weight: 500;
                    }

                        .tc-header-style2 .slider-content .head-slider .slider-card .info .title a:hover {
                            color: var(--color-orange1);
                        }

                    .tc-header-style2 .slider-content .head-slider .slider-card .info .tags {
                        margin-bottom: 30px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                    }

                        .tc-header-style2 .slider-content .head-slider .slider-card .info .tags a {
                            padding: 10px 30px;
                            border-radius: 30px;
                            background-color: #fff;
                            color: #000;
                            font-weight: 500;
                        }

            .tc-header-style2 .slider-content .head-slider .controls {
                position: absolute;
                right: 150px;
                bottom: -1px;
                width: 350px;
                z-index: 5;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 20px 40px;
            }

                .tc-header-style2 .slider-content .head-slider .controls .cont-bg {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                }

                .tc-header-style2 .slider-content .head-slider .controls .swiper-button-prev,
                .tc-header-style2 .slider-content .head-slider .controls .swiper-button-next {
                    position: static;
                    width: 45px;
                    height: 45px;
                    border-radius: 10px;
                    border: 1px solid #9999;
                    -ms-flex-negative: 0;
                    flex-shrink: 0;
                    margin: 0;
                    -webkit-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                    .tc-header-style2 .slider-content .head-slider .controls .swiper-button-prev::after,
                    .tc-header-style2 .slider-content .head-slider .controls .swiper-button-next::after {
                        font-size: 14px;
                        color: #000;
                        -webkit-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

                    .tc-header-style2 .slider-content .head-slider .controls .swiper-button-prev:hover,
                    .tc-header-style2 .slider-content .head-slider .controls .swiper-button-next:hover {
                        background-color: #000;
                        border-color: #000;
                    }

                        .tc-header-style2 .slider-content .head-slider .controls .swiper-button-prev:hover::after,
                        .tc-header-style2 .slider-content .head-slider .controls .swiper-button-next:hover::after {
                            color: #fff;
                        }

                .tc-header-style2 .slider-content .head-slider .controls .swiper-pagination {
                    position: static;
                }

                    .tc-header-style2 .slider-content .head-slider .controls .swiper-pagination .swiper-pagination-bullet {
                        margin: 0 5px;
                    }

                    .tc-header-style2 .slider-content .head-slider .controls .swiper-pagination .swiper-pagination-bullet-active {
                        background-color: var(--color-orange1);
                    }

    .tc-header-style2 .head-features {
        margin-top: 50px;
        padding-bottom: 120px;
        border-bottom: 1px solid #ccc;
    }

        .tc-header-style2 .head-features .feat-card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 30px;
        }

            .tc-header-style2 .head-features .feat-card .icon {
                width: 60px;
                height: 60px;
                border-radius: 50px;
                background-color: #F1EEE9;
                color: var(--color-orange1);
                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;
                -webkit-margin-end: 20px;
                margin-inline-end: 20px;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                font-size: 18px;
            }

@media screen and (max-width: 991px) {
    .tc-header-style2 {
        padding-top: 80px;
    }

        .tc-header-style2 .top-info h1 {
            font-size: 50px;
        }

        .tc-header-style2 .top-info .award-wrapper p {
            font-size: 12px;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

        .tc-header-style2 .top-info .facts-wrapper {
            margin-top: 50px;
        }

        .tc-header-style2 .slider-content {
            margin-top: 80px;
        }

            .tc-header-style2 .slider-content .head-slider .slider-card .img {
                height: 400px;
            }

            .tc-header-style2 .slider-content .head-slider .slider-card .info {
                bottom: 100px;
            }

                .tc-header-style2 .slider-content .head-slider .slider-card .info .title a {
                    font-size: 35px;
                }

            .tc-header-style2 .slider-content .head-slider .controls {
                right: 50%;
                -webkit-transform: translateX(50%);
                transform: translateX(50%);
                width: 300px;
                padding: 15px 25px;
            }

        .tc-header-style2 .head-features {
            padding-bottom: 80px;
        }
}
/* --------------- services style2 --------------- */
.tc-services-style2 {
    position: relative;
    padding: 110px 0;
}

    .tc-services-style2 .services .service-card {
        margin-bottom: 50px;
        position: relative;
        display: block;
    }

        .tc-services-style2 .services .service-card:hover .img .arrow {
            background-color: var(--color-orange1);
            color: #fff;
        }

        .tc-services-style2 .services .service-card .img {
            height: 165px;
            border-radius: 15px;
            overflow: hidden;
            position: relative;
        }

            .tc-services-style2 .services .service-card .img .arrow {
                position: absolute;
                right: 15px;
                top: 15px;
                width: 35px;
                height: 35px;
                border-radius: 50%;
                background-color: #fff;
                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;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

    .tc-services-style2 .phone-box {
        position: relative;
        padding: 30px 40px;
    }

        .tc-services-style2 .phone-box .bg-img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .tc-services-style2 .phone-box * {
            position: relative;
            z-index: 5;
        }

@media screen and (max-width: 991px) {
    .tc-services-style2 {
        padding: 80px 0;
    }

        .tc-services-style2 .services .service-card .img {
            height: 250px;
        }

        .tc-services-style2 .btns {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .tc-services-style2 .phone-box {
            margin-top: 50px;
        }

            .tc-services-style2 .phone-box p {
                width: 55%;
            }
}
/* --------------- process style2 --------------- */
.tc-process-style2 {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
}

    .tc-process-style2 .container {
        position: relative;
        z-index: 10;
    }

    .tc-process-style2 .bg {
        position: absolute;
        left: 0;
        top: -15%;
        width: 100%;
        height: 130%;
        -o-object-fit: cover;
        object-fit: cover;
        background-image: url(../assets/img/home2/prc_bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        max-height: inherit;
    }

    .tc-process-style2 .accordion-item {
        border: 0;
        border-radius: 20px;
        margin-bottom: 5px;
    }

        .tc-process-style2 .accordion-item .accordion-button {
            color: #000;
            background-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 0;
            padding: 30px;
            border: 0;
        }

            .tc-process-style2 .accordion-item .accordion-button:not(.collapsed) h3 {
                color: var(--color-orange1);
            }

            .tc-process-style2 .accordion-item .accordion-button:not(.collapsed)::after {
                background-image: none;
                content: "";
                font-family: "Font Awesome 5 Pro";
                -webkit-transform: rotate(0) !important;
                transform: rotate(0) !important;
            }

            .tc-process-style2 .accordion-item .accordion-button h3 {
                font-size: 24px;
            }

            .tc-process-style2 .accordion-item .accordion-button .num {
                font-size: 24px;
                color: #999;
                font-weight: 200;
                -webkit-margin-end: 30px;
                margin-inline-end: 30px;
                font-family: "Instrument Serif", serif;
            }

            .tc-process-style2 .accordion-item .accordion-button::after {
                background-image: none;
                content: "";
                font-family: "Font Awesome 5 Pro";
                -webkit-transform: rotate(0) !important;
                transform: rotate(0) !important;
            }

        .tc-process-style2 .accordion-item .accordion-body {
            -webkit-padding-start: 85px;
            padding-inline-start: 85px;
            -webkit-padding-end: 50px;
            padding-inline-end: 50px;
            padding-top: 0;
            padding-bottom: 30px;
        }

            .tc-process-style2 .accordion-item .accordion-body .text {
                font-size: 15px;
                color: #666;
            }

    .tc-process-style2 .imgs {
        position: relative;
        background-image: url(../assets/img/home2/bubbles.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

        .tc-process-style2 .imgs .img {
            position: relative;
            margin: 0 auto;
        }

            .tc-process-style2 .imgs .img img {
                border-radius: 50%;
            }

            .tc-process-style2 .imgs .img:nth-of-type(1) {
                width: 360px;
                height: 360px;
                border-radius: 50%;
                -webkit-transform: translateX(50px);
                transform: translateX(50px);
            }

                .tc-process-style2 .imgs .img:nth-of-type(1) .txt {
                    font-size: 35px;
                    position: absolute;
                    top: 65px;
                    right: -65px;
                    z-index: 10;
                    border: 1px solid #ccc;
                    background-color: #F1EEE9;
                    border-radius: 15px;
                    padding: 0 30px;
                    text-transform: capitalize;
                }

            .tc-process-style2 .imgs .img:nth-of-type(2) {
                position: absolute;
                right: -100px;
                top: 150px;
                width: 160px;
                height: 160px;
                border-radius: 50%;
            }

                .tc-process-style2 .imgs .img:nth-of-type(2)::after {
                    position: absolute;
                    content: "";
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    height: 100%;
                    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000c5), to(transparent));
                    background-image: linear-gradient(to top, #000000c5, transparent);
                    border-radius: 50%;
                }

                .tc-process-style2 .imgs .img:nth-of-type(2) .txt {
                    font-size: 25px;
                    position: absolute;
                    bottom: 15px;
                    right: 0;
                    z-index: 10;
                    color: #fff;
                    text-transform: capitalize;
                }

            .tc-process-style2 .imgs .img:nth-of-type(3) {
                position: absolute;
                left: 70px;
                top: 300px;
                width: 220px;
                height: 220px;
                border-radius: 50%;
            }

                .tc-process-style2 .imgs .img:nth-of-type(3)::after {
                    position: absolute;
                    content: "";
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    height: 100%;
                    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000c5), to(transparent));
                    background-image: linear-gradient(to top, #000000c5, transparent);
                    border-radius: 50%;
                }

                .tc-process-style2 .imgs .img:nth-of-type(3) .txt {
                    font-size: 30px;
                    position: absolute;
                    bottom: 15px;
                    right: 50%;
                    -webkit-transform: translateX(50%);
                    transform: translateX(50%);
                    z-index: 10;
                    color: #fff;
                    text-transform: capitalize;
                }

            .tc-process-style2 .imgs .img:nth-of-type(4) {
                width: 240px;
                height: 240px;
                border-radius: 50%;
                margin-top: 40px;
                -webkit-transform: translateX(100%);
                transform: translateX(100%);
            }

                .tc-process-style2 .imgs .img:nth-of-type(4) .txt {
                    font-size: 30px;
                    position: absolute;
                    top: 65px;
                    left: -65px;
                    z-index: 10;
                    background-color: #000;
                    color: #fff;
                    border-radius: 15px;
                    padding: 5px 30px;
                    text-transform: capitalize;
                }

@media screen and (max-width: 991px) {
    .tc-process-style2 {
        padding: 80px 0;
    }

        .tc-process-style2 .imgs {
            margin-top: 50px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .tc-process-style2 .imgs .img {
                width: 48% !important;
                height: 250px !important;
                border-radius: 30px !important;
                margin: 1% !important;
                position: relative !important;
                top: 0 !important;
                left: 0 !important;
                right: 0 !important;
                bottom: 0 !important;
                -webkit-transform: translate(0) !important;
                transform: translate(0) !important;
            }

                .tc-process-style2 .imgs .img::after {
                    position: absolute;
                    content: "";
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    height: 100%;
                    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000c5), to(transparent));
                    background-image: linear-gradient(to top, #000000c5, transparent);
                    border-radius: 30px !important;
                }

                .tc-process-style2 .imgs .img img {
                    border-radius: 30px !important;
                }

                .tc-process-style2 .imgs .img .txt {
                    font-size: 30px !important;
                    position: absolute !important;
                    top: auto !important;
                    bottom: 15px !important;
                    right: 50% !important;
                    -webkit-transform: translateX(50%) !important;
                    transform: translateX(50%) !important;
                    z-index: 10 !important;
                    color: #fff !important;
                    text-transform: capitalize !important;
                    background-color: transparent !important;
                    border: 0 !important;
                }
}
/* --------------- footer style2 --------------- */
.tc-projects-style2 {
    position: relative;
    padding-top: 110px;
}

    .tc-projects-style2 .tabs-links .nav-pills .nav-link {
        background-color: transparent;
        padding: 0;
        -webkit-margin-end: 40px;
        margin-inline-end: 40px;
        font-size: 18px;
        font-weight: 500;
        border-radius: 0;
        text-transform: capitalize;
        color: #666;
    }

        .tc-projects-style2 .tabs-links .nav-pills .nav-link.active, .tc-projects-style2 .tabs-links .nav-pills .nav-link:hover {
            color: #000;
        }

    .tc-projects-style2 .projects-slider-content {
        padding: 0 3vw;
        position: relative;
        overflow: hidden;
    }

        .tc-projects-style2 .projects-slider-content .projects-slider {
            position: relative;
            overflow: hidden;
            padding-bottom: 120px;
        }

            .tc-projects-style2 .projects-slider-content .projects-slider .controls {
                position: absolute;
                bottom: 0;
                width: 100%;
            }

                .tc-projects-style2 .projects-slider-content .projects-slider .controls .swiper-pagination {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    bottom: 0;
                    position: static;
                }

                    .tc-projects-style2 .projects-slider-content .projects-slider .controls .swiper-pagination .swiper-pagination-bullet {
                        margin: 0;
                        -webkit-box-flex: 1;
                        -ms-flex-positive: 1;
                        flex-grow: 1;
                        height: 1px;
                        border-radius: 0;
                        background-color: #ccc;
                        opacity: 1;
                    }

                        .tc-projects-style2 .projects-slider-content .projects-slider .controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                            height: 3px;
                            background-color: var(--color-orange1);
                            margin-top: -1px;
                        }

    .tc-projects-style2 .project-card {
        position: relative;
    }

        .tc-projects-style2 .project-card:hover .img .arrow {
            background-color: var(--color-orange1);
            color: #fff;
        }

        .tc-projects-style2 .project-card .img {
            height: 650px;
            position: relative;
            border-radius: 0 20px 20px 20px;
            overflow: hidden;
            display: block;
        }

            .tc-projects-style2 .project-card .img::after {
                position: absolute;
                content: "";
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-color: #000;
                opacity: 0.3;
            }

            .tc-projects-style2 .project-card .img .year {
                position: absolute;
                top: 0;
                left: 0;
                width: 40%;
                padding: 30px 20px 40px 10px;
                text-align: center;
                color: #000;
                z-index: 10;
            }

                .tc-projects-style2 .project-card .img .year .txt {
                    position: relative;
                    z-index: 10;
                    font-size: 18px;
                }

                .tc-projects-style2 .project-card .img .year .bg {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                }

            .tc-projects-style2 .project-card .img .arrow {
                position: absolute;
                right: 20px;
                top: 20px;
                width: 60px;
                height: 60px;
                border-radius: 50%;
                background-color: #fff;
                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;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                z-index: 10;
            }

        .tc-projects-style2 .project-card .info {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 90%;
            padding: 40px;
            color: #fff;
        }

            .tc-projects-style2 .project-card .info .title {
                font-size: 35px;
                font-weight: 500;
            }

            .tc-projects-style2 .project-card .info .tags {
                margin-bottom: 30px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .tc-projects-style2 .project-card .info .tags a {
                    padding: 8px 20px;
                    border-radius: 30px;
                    background-color: #fff;
                    color: #000;
                    font-weight: 500;
                    font-size: 12px;
                }

@media screen and (max-width: 991px) {
    .tc-projects-style2 {
        padding-top: 80px;
    }

        .tc-projects-style2 .tabs-links .nav-pills .nav-link {
            -webkit-margin-end: 15px;
            margin-inline-end: 15px;
            font-size: 12px;
            font-weight: 600;
        }

        .tc-projects-style2 .project-card .img {
            height: 400px;
        }

        .tc-projects-style2 .project-card .info .title {
            font-size: 25px;
        }
}
/* --------------- awards style2 --------------- */
.tc-awards-style2 {
    position: relative;
    padding: 110px 0;
}

    .tc-awards-style2 .award-card {
        border: 1px solid #ccc;
        border-radius: 15px;
        padding: 30px;
        margin-top: 30px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .tc-awards-style2 .award-card:hover {
            border-color: var(--color-orange1);
        }

            .tc-awards-style2 .award-card:hover a {
                color: #000 !important;
                text-decoration: underline;
            }

        .tc-awards-style2 .award-card .logo {
            height: 35px;
        }

        .tc-awards-style2 .award-card .title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: end;
            margin: 15px 0;
            min-height: 90px;
        }

@media screen and (max-width: 991px) {
    .tc-awards-style2 {
        padding: 80px 0;
    }
}
/* --------------- testimonials style2 --------------- */
.tc-testimonials-style2 {
    padding: 110px 0;
    background-color: #1F1F1F;
}

    .tc-testimonials-style2 .slider-controls {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 20px;
        border-radius: 30px;
        border: 1px solid #fff3;
        position: absolute;
        right: 0;
        bottom: 5px;
        z-index: 10;
    }

        .tc-testimonials-style2 .slider-controls .swiper-button-next,
        .tc-testimonials-style2 .slider-controls .swiper-button-prev {
            position: static;
            height: -webkit-max-content;
            height: -moz-max-content;
            height: max-content;
            margin: 0;
        }

            .tc-testimonials-style2 .slider-controls .swiper-button-next::after,
            .tc-testimonials-style2 .slider-controls .swiper-button-prev::after {
                color: #fff;
                font-size: 12px;
            }

            .tc-testimonials-style2 .slider-controls .swiper-button-next:hover::after,
            .tc-testimonials-style2 .slider-controls .swiper-button-prev:hover::after {
                color: var(--color-orange1);
            }

        .tc-testimonials-style2 .slider-controls .swiper-pagination {
            position: static;
            margin: 0 10px;
            color: #fff;
        }

            .tc-testimonials-style2 .slider-controls .swiper-pagination .swiper-pagination-bullet {
                width: 8px;
                height: 8px;
                margin: 0 5px;
            }

                .tc-testimonials-style2 .slider-controls .swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
                    width: 10px;
                    height: 10px;
                }

    .tc-testimonials-style2 .img-slider {
        position: relative;
        overflow: hidden;
    }

        .tc-testimonials-style2 .img-slider .arrows {
            position: absolute;
            left: 20px;
            bottom: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #000;
            border-radius: 50px;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 0 10px;
            width: 100px;
            z-index: 30;
        }

            .tc-testimonials-style2 .img-slider .arrows .swiper-button-next,
            .tc-testimonials-style2 .img-slider .arrows .swiper-button-prev {
                position: static;
                margin: 0;
            }

                .tc-testimonials-style2 .img-slider .arrows .swiper-button-next::after,
                .tc-testimonials-style2 .img-slider .arrows .swiper-button-prev::after {
                    color: #fff;
                    font-size: 16px;
                }

        .tc-testimonials-style2 .img-slider .slider-card .img {
            position: relative;
            height: 475px;
            border-radius: 15px;
            overflow: hidden;
        }

            .tc-testimonials-style2 .img-slider .slider-card .img .shap1 {
                position: absolute;
                right: 0;
                bottom: 0;
                height: 35%;
                z-index: 10;
            }

            .tc-testimonials-style2 .img-slider .slider-card .img .shap2 {
                position: absolute;
                left: 0;
                top: 0;
                height: 20%;
                z-index: 10;
            }

    .tc-testimonials-style2 .text-side {
        position: relative;
    }

    .tc-testimonials-style2 .text-slider {
        position: relative;
        overflow: hidden;
    }

        .tc-testimonials-style2 .text-slider .text {
            font-size: 48px;
            color: #fff;
            line-height: 1.4;
            margin-bottom: 20px;
        }

        .tc-testimonials-style2 .text-slider .user-wrapper {
            padding-top: 45px;
            margin-top: 45px;
            border-top: 1px solid #fff3;
            color: #fff;
        }

            .tc-testimonials-style2 .text-slider .user-wrapper .user-content {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .tc-testimonials-style2 .text-slider .user-wrapper .user-content .img {
                    width: 50px;
                    height: 50px;
                    border-radius: 50%;
                    overflow: hidden;
                    -webkit-margin-end: 15px;
                    margin-inline-end: 15px;
                    -ms-flex-negative: 0;
                    flex-shrink: 0;
                }

    .tc-testimonials-style2 .logos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 80px;
    }

        .tc-testimonials-style2 .logos a {
            height: 45px;
            opacity: 0.5;
        }

            .tc-testimonials-style2 .logos a:hover {
                opacity: 1;
            }

            .tc-testimonials-style2 .logos a img {
                width: 100%;
                height: 100%;
                -o-object-fit: contain;
                object-fit: contain;
            }

@media screen and (max-width: 991px) {
    .tc-testimonials-style2 {
        padding: 80px 0;
    }

        .tc-testimonials-style2 .img-slider {
            margin-bottom: 50px;
        }

            .tc-testimonials-style2 .img-slider .slider-card .img {
                height: 350px;
            }

        .tc-testimonials-style2 .text-slider .text {
            font-size: 30px;
        }

        .tc-testimonials-style2 .logos {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: distribute;
            justify-content: space-around;
        }

            .tc-testimonials-style2 .logos a {
                width: 30%;
                margin: 10px;
            }
}
/* --------------- blog style2 --------------- */
.tc-blog-style2 {
    position: relative;
    padding: 110px 0;
    background-color: #F1EEE9;
}

    .tc-blog-style2 .row .col-lg-3:nth-of-type(1) .blog-card .img {
        height: 250px;
    }

    .tc-blog-style2 .row .col-lg-3:nth-of-type(2) .blog-card .img {
        height: 300px;
    }

    .tc-blog-style2 .row .col-lg-3:nth-of-type(3) .blog-card .img {
        height: 210px;
    }

    .tc-blog-style2 .row .col-lg-3:nth-of-type(4) .blog-card .img {
        height: 250px;
    }

    .tc-blog-style2 .blog-card {
        margin-top: 40px;
    }

        .tc-blog-style2 .blog-card .img {
            border-radius: 20px;
            overflow: hidden;
            position: relative;
            display: block;
        }

            .tc-blog-style2 .blog-card .img .arrow {
                position: absolute;
                right: 20px;
                top: 20px;
                width: 45px;
                height: 45px;
                border-radius: 50%;
                background-color: #fff;
                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;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                z-index: 10;
            }

        .tc-blog-style2 .blog-card .info .tags {
            margin-top: 20px;
        }

            .tc-blog-style2 .blog-card .info .tags a {
                text-transform: uppercase;
                position: relative;
                -webkit-margin-end: 15px;
                margin-inline-end: 15px;
                -webkit-padding-end: 25px;
                padding-inline-end: 25px;
            }

                .tc-blog-style2 .blog-card .info .tags a::after {
                    position: absolute;
                    content: "";
                    right: 0;
                    top: calc(50% - 2px);
                    width: 5px;
                    height: 5px;
                    border-radius: 50%;
                    background-color: #999;
                }

                .tc-blog-style2 .blog-card .info .tags a:last-of-type {
                    padding: 0;
                    margin: 0;
                }

                    .tc-blog-style2 .blog-card .info .tags a:last-of-type::after {
                        display: none;
                    }

@media screen and (max-width: 991px) {
    .tc-blog-style2 {
        padding: 80px 0;
    }

        .tc-blog-style2 .blog-card .img {
            height: 300px !important;
        }
}
/* --------------- contact style2 --------------- */
.tc-contact-style2 {
    background-color: #F1EEE9;
}

    .tc-contact-style2 .contact-form {
        padding: 110px 0;
        border-top: 1px solid #ccc;
    }

        .tc-contact-style2 .contact-form .form-group {
            position: relative;
            margin-top: 40px;
        }

            .tc-contact-style2 .contact-form .form-group label {
                font-size: 12px;
                text-transform: uppercase;
            }

            .tc-contact-style2 .contact-form .form-group .form-control {
                border: 0;
                border-radius: 0;
                border-bottom: 1px solid #ccc;
                color: #000;
                background-color: transparent;
                padding: 15px 0;
            }

                .tc-contact-style2 .contact-form .form-group .form-control:focus {
                    border-color: #000;
                }

        .tc-contact-style2 .contact-form .upload_img_content {
            margin-top: 50px;
        }

            .tc-contact-style2 .contact-form .upload_img_content .file__input--file {
                display: none;
            }

            .tc-contact-style2 .contact-form .upload_img_content .file__input--label {
                cursor: pointer;
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 200;
                display: block;
                margin: auto;
                font-weight: 600;
                width: -webkit-max-content;
                width: -moz-max-content;
                width: max-content;
            }

                .tc-contact-style2 .contact-form .upload_img_content .file__input--label i {
                    -webkit-margin-end: 10px;
                    margin-inline-end: 10px;
                }

            .tc-contact-style2 .contact-form .upload_img_content .file__value_content {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .tc-contact-style2 .contact-form .upload_img_content .file__value_content .file__value {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    padding: 15px;
                    margin-top: 15px;
                    background-color: #fff;
                    width: 31%;
                    -webkit-margin-end: 2%;
                    margin-inline-end: 2%;
                }

                    .tc-contact-style2 .contact-form .upload_img_content .file__value_content .file__value .file__value--text {
                        width: calc(100% - 30px);
                        overflow: hidden;
                    }

            .tc-contact-style2 .contact-form .upload_img_content .file__value--remove {
                cursor: pointer;
                -webkit-margin-start: 10px;
                margin-inline-start: 10px;
            }

        .tc-contact-style2 .contact-form .terms-check {
            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: 20px;
        }

            .tc-contact-style2 .contact-form .terms-check .form-check-input {
                width: 20px;
                height: 20px;
                border-radius: 6px;
                margin: 0 15px 0 0;
                background-color: transparent;
                border: 1px solid #ccc;
            }

                .tc-contact-style2 .contact-form .terms-check .form-check-input:checked {
                    background-color: var(--color-orange1);
                    border-color: var(--color-orange1);
                }

@media screen and (max-width: 991px) {
    .tc-contact-style2 .contact-form {
        padding: 80px 0;
    }
}
/* --------------- footer style2 --------------- */
.tc-footer-style2 {
    position: relative;
}

    .tc-footer-style2 .shap {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: left bottom;
        object-position: left bottom;
    }

    .tc-footer-style2 .foot-main-content {
        position: relative;
        padding: 120px 0;
    }

        .tc-footer-style2 .foot-main-content .links-group ul li a {
            color: #666;
            margin: 5px 0;
        }

            .tc-footer-style2 .foot-main-content .links-group ul li a:hover {
                color: var(--color-orange1);
            }

    .tc-footer-style2 .foot {
        padding: 50px 0;
        border-top: 1px solid #ccc;
    }

        .tc-footer-style2 .foot .logo img {
            height: 35px;
            -o-object-fit: contain;
            object-fit: contain;
        }

        .tc-footer-style2 .foot .social-links a {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            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;
            border: 1px solid #ccc;
            margin: 0 5px;
            font-size: 12px;
        }

            .tc-footer-style2 .foot .social-links a:hover {
                background-color: var(--color-orange1);
                border-color: var(--color-orange1);
                color: #fff;
            }

@media screen and (max-width: 991px) {
    .tc-footer-style2 .logo {
        margin-bottom: 30px;
    }

    .tc-footer-style2 .social-links,
    .tc-footer-style2 .butn {
        margin-top: 30px;
    }
}
/*------------------------------------------------------- 
home 3 style 
-------------------------------------------------------*/
.home-style3 .borderd {
    border: 1px solid #ccc;
}

.home-style3 .text,
.home-style3 .p {
    color: #454545;
}

.home-style3 .form-control {
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #ccc;
    min-height: 50px;
}

    .home-style3 .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .home-style3 .form-control::-moz-placeholder {
        color: #999;
    }

    .home-style3 .form-control:-ms-input-placeholder {
        color: #999;
    }

    .home-style3 .form-control::-ms-input-placeholder {
        color: #999;
    }

    .home-style3 .form-control::placeholder {
        color: #999;
    }

    .home-style3 .form-control:hover, .home-style3 .form-control:focus {
        border-color: var(--color-yellow1);
    }

.home-style3 .to_top {
    bottom: 5vw;
    width: 60px;
    height: 60px;
    border-radius: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #B4B4B4;
}

    .home-style3 .to_top:hover {
        background-color: var(--color-yellow1);
        border-color: var(--color-yellow1);
    }

    .home-style3 .to_top::after {
        position: absolute;
        content: "";
        right: 18px;
        bottom: 0;
        height: 50%;
        width: 1px;
        background-color: #B4B4B4;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }

@media screen and (max-width: 991px) {
    .home-style3 br {
        display: none;
    }

    .home-style3 .fsz-50 {
        font-size: 30px !important;
    }

    .home-style3 .fsz-40 {
        font-size: 25px !important;
    }

    .home-style3 .mb-90 {
        margin-bottom: 40px !important;
    }

    .home-style3 .fsz-30 {
        font-size: 18px !important;
    }
}
/* --------------- navbar style3 --------------- */
.tc-navbar-style3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 50px 4vw;
}

    .tc-navbar-style3 .btn-select {
        position: relative;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

        .tc-navbar-style3 .btn-select::before {
            position: absolute;
            content: "";
            font-family: "Line Awesome Free";
            font-weight: 900;
            right: 15px;
            top: 12px;
            color: #fff;
        }

        .tc-navbar-style3 .btn-select .form-select {
            position: relative;
            background-color: transparent;
            border-radius: 0;
            border: 1px solid #fff;
            color: #fff;
            background-image: none;
            padding: 11px 35px 11px 20px;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
        }

            .tc-navbar-style3 .btn-select .form-select option {
                color: #000;
            }

    .tc-navbar-style3 .side-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

        .tc-navbar-style3 .side-nav .b-link {
            padding: 11px 20px;
            color: #fff;
            border: 1px solid #fff;
        }

            .tc-navbar-style3 .side-nav .b-link:hover {
                background-color: #fff;
                color: #000;
            }

        .tc-navbar-style3 .side-nav .ico-link {
            width: 45px;
            height: 45px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #fff;
            border: 1px solid #fff;
            font-size: 18px;
        }

            .tc-navbar-style3 .side-nav .ico-link:hover {
                background-color: #fff;
                color: #000;
            }

@media screen and (max-width: 991px) {
    .tc-navbar-style3 .col-6 {
        width: 50% !important;
    }

    .tc-navbar-style3 .col-lg-4 {
        width: 100%;
    }

    .tc-navbar-style3 .side-nav {
        width: 100%;
        margin-top: 20px;
    }

        .tc-navbar-style3 .side-nav a {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }
}
/* --------------- header style3 --------------- */
.tc-header-style3 .header-slider {
    position: relative;
    overflow: hidden;
}

    .tc-header-style3 .header-slider .swiper-slide {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .tc-header-style3 .header-slider .swiper-slide-active {
        position: relative;
        z-index: 20;
    }

    .tc-header-style3 .header-slider .slider-controls {
        position: absolute;
        right: 4vw;
        bottom: 80px;
        z-index: 20;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 20px;
        border-radius: 30px;
        color: #fff;
    }

        .tc-header-style3 .header-slider .slider-controls .swiper-button-next,
        .tc-header-style3 .header-slider .slider-controls .swiper-button-prev {
            position: static;
            height: -webkit-max-content;
            height: -moz-max-content;
            height: max-content;
            -webkit-margin-start: 50px;
            margin-inline-start: 50px;
            font-size: 30px;
        }

            .tc-header-style3 .header-slider .slider-controls .swiper-button-next::after,
            .tc-header-style3 .header-slider .slider-controls .swiper-button-prev::after {
                color: #fff;
                position: relative;
                font-size: 35px;
            }

    .tc-header-style3 .header-slider .swiper-pagination {
        position: absolute;
        left: 4vw;
        bottom: 80px;
        color: #fff;
        z-index: 30;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

        .tc-header-style3 .header-slider .swiper-pagination > span {
            font-size: 16px;
            font-weight: 100;
            margin: 0 10px;
        }

.tc-header-style3 .slider-card {
    position: relative;
}

    .tc-header-style3 .slider-card .img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

        .tc-header-style3 .slider-card .img::after {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            opacity: 50%;
            pointer-events: none;
        }

    .tc-header-style3 .slider-card .info {
        position: relative;
        z-index: 20;
        color: #fff;
        padding: 250px 4vw 80px;
    }

        .tc-header-style3 .slider-card .info * {
            color: #fff;
        }

        .tc-header-style3 .slider-card .info .title-side {
            position: relative;
            padding: 150px 30px 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-line-pack: justify;
            align-content: space-between;
            height: 100%;
            text-align: center;
        }

            .tc-header-style3 .slider-card .info .title-side h3 {
                font-size: 35px;
                font-weight: 500;
                line-height: 1;
                text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
                text-transform: uppercase;
                width: 100%;
            }

            .tc-header-style3 .slider-card .info .title-side .t-link {
                font-size: 18px;
                text-transform: uppercase;
                text-align: start;
            }

        .tc-header-style3 .slider-card .info .cont .title {
            position: relative;
            padding: 15px 0;
            border-bottom: 1px solid #fff9;
        }

            .tc-header-style3 .slider-card .info .cont .title h5 {
                font-size: 25px;
                text-transform: uppercase;
                font-weight: 500;
            }

            .tc-header-style3 .slider-card .info .cont .title h6 {
                font-size: 15px;
                font-weight: 400;
                letter-spacing: 0.1em;
                text-transform: uppercase;
            }

        .tc-header-style3 .slider-card .info .cont h1 {
            font-size: calc(2.5vw + 15px);
            font-weight: 500;
            line-height: 80px;
            letter-spacing: -0.03em;
            text-transform: uppercase;
            padding: 30px 0;
        }

        .tc-header-style3 .slider-card .info .cont .text {
            font-size: 15px;
            margin-top: 15px;
        }

        .tc-header-style3 .slider-card .info .cont .arrow-icon {
            width: 80px;
            height: 80px;
            background-color: var(--color-yellow1);
            color: #000;
            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;
            font-size: 25px;
            margin-top: 100px;
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .tc-header-style3 .slider-card .info .cont .arrow-icon:hover {
                background-color: #000;
                color: #fff;
            }

@media screen and (max-width: 991px) {
    .tc-header-style3 .slider-card .info .title-side {
        padding: 50px 0;
        text-align: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        line-height: 3;
    }
}
/* --------------- services style3 --------------- */
.tc-services-style3 {
    position: relative;
    padding: 140px 0;
    background-color: #ECECEC;
    overflow: hidden;
}

    .tc-services-style3::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: calc(((100% - 1320px) / 2) + 1320px);
        height: 1px;
        background-color: #0003;
    }

    .tc-services-style3 .servives-cards .service-card {
        padding: 25px;
        background-color: #fff;
        display: block;
        -webkit-border-end: 1px solid #ECECEC;
        border-inline-end: 1px solid #ECECEC;
    }

        .tc-services-style3 .servives-cards .service-card.sm-card {
            -webkit-border-end: 0;
            border-inline-end: 0;
            border-bottom: 1px solid #ECECEC;
        }

            .tc-services-style3 .servives-cards .service-card.sm-card .info {
                padding: 0;
            }

                .tc-services-style3 .servives-cards .service-card.sm-card .info h3 {
                    font-size: 25px !important;
                }

            .tc-services-style3 .servives-cards .service-card.sm-card .img {
                width: 120px;
                height: 120px;
            }

        .tc-services-style3 .servives-cards .service-card:hover .img img {
            -webkit-transform: scale(1.2) rotate(5deg);
            transform: scale(1.2) rotate(5deg);
        }

        .tc-services-style3 .servives-cards .service-card:hover .info h3 {
            color: var(--color-orange1);
        }

        .tc-services-style3 .servives-cards .service-card .num {
            text-align: end;
        }

            .tc-services-style3 .servives-cards .service-card .num .num-cir {
                width: 35px;
                height: 35px;
                line-height: 35px;
                text-align: center;
                border: 1px solid #ECECEC;
                border-radius: 50%;
            }

        .tc-services-style3 .servives-cards .service-card .img {
            width: 230px;
            height: 230px;
            border-radius: 50%;
            overflow: hidden;
            margin: 60px auto;
        }

            .tc-services-style3 .servives-cards .service-card .img img {
                -webkit-transition: all 2s ease;
                transition: all 2s ease;
            }

        .tc-services-style3 .servives-cards .service-card .info {
            padding: 25px;
        }

            .tc-services-style3 .servives-cards .service-card .info h3 {
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

    .tc-services-style3 .servives-cards .all-card {
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        color: #000;
        background-color: #fff;
        padding: 48px 25px;
        display: block;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 45%, 45% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 45%, 45% 100%, 0 100%);
    }

        .tc-services-style3 .servives-cards .all-card i {
            display: block;
            margin-top: 15px;
        }

@media screen and (max-width: 991px) {
    .tc-services-style3 .servives-cards .service-card {
        border-bottom: 5px solid #9994;
    }

        .tc-services-style3 .servives-cards .service-card.sm-card {
            border-bottom: 5px solid #9994;
        }

            .tc-services-style3 .servives-cards .service-card.sm-card .img {
                width: 230px;
                height: 230px;
            }

            .tc-services-style3 .servives-cards .service-card.sm-card .info h3 {
                font-size: 45px !important;
            }
}
/* --------------- about style3 --------------- */
.tc-about-style3 {
    padding: 140px 0;
    background-color: #ECECEC;
    overflow: hidden;
}

    .tc-about-style3 .top-info {
        position: relative;
        overflow: hidden;
        padding-bottom: 140px;
    }

        .tc-about-style3 .top-info .numbers-boxes {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

            .tc-about-style3 .top-info .numbers-boxes .sm-card {
                padding: 30px;
                border: 1px solid #B4B4B4;
                display: inline-block;
                width: 220px;
                margin-top: 150px;
                -ms-flex-negative: 0;
                flex-shrink: 0;
            }

            .tc-about-style3 .top-info .numbers-boxes .md-card {
                position: relative;
                padding: 30px;
                border: 1px solid #B4B4B4;
                background-color: #fff;
                display: inline-block;
                margin-top: 373px;
                width: 300px;
                margin-left: -0.5px;
                -webkit-clip-path: polygon(calc(100% - 80px) 0, 100% 80px, 100% 100%, 0 100%, 0 0);
                clip-path: polygon(calc(100% - 80px) 0, 100% 80px, 100% 100%, 0 100%, 0 0);
                -ms-flex-negative: 0;
                flex-shrink: 0;
            }

                .tc-about-style3 .top-info .numbers-boxes .md-card::after {
                    position: absolute;
                    content: "";
                    right: 79px;
                    top: 0;
                    height: 50%;
                    width: 1px;
                    background-color: #B4B4B4;
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    -webkit-transform-origin: top;
                    transform-origin: top;
                }

            .tc-about-style3 .top-info .numbers-boxes .lg-card {
                position: relative;
                padding: 50px;
                background-color: var(--color-yellow1);
                display: inline-block;
                width: 100%;
                margin-left: -0.5px;
                -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 110px 100%, 0 calc(100% - 110px));
                clip-path: polygon(0 0, 100% 0, 100% 100%, 110px 100%, 0 calc(100% - 110px));
            }

                .tc-about-style3 .top-info .numbers-boxes .lg-card h2 {
                    font-size: 120px;
                    margin-bottom: 90px;
                }

        .tc-about-style3 .top-info .pattern {
            position: absolute;
            top: 180px;
            right: 0;
            height: 100%;
            width: 70%;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: top right;
            object-position: top right;
        }

    .tc-about-style3 .img-content {
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-filter: blur(5px);
        filter: blur(5px);
        -webkit-transition: -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.8s ease-in-out 1.1s;
        transition: -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.8s ease-in-out 1.1s;
        transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.8s ease-in-out 1.1s;
        transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.8s ease-in-out 1.1s, -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.8s ease-in-out 1.1s;
        position: relative;
    }

        .tc-about-style3 .img-content.animated {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-filter: blur(0px);
            filter: blur(0px);
        }

        .tc-about-style3 .img-content .main-img {
            position: relative;
            height: 800px;
            -webkit-clip-path: polygon(190px 0, 100% 0, 100% 100%, 0 100%, 0 190px);
            clip-path: polygon(190px 0, 100% 0, 100% 100%, 0 100%, 0 190px);
            -webkit-margin-start: calc((100% - 1320px) / 2);
            margin-inline-start: calc((100% - 1320px) / 2);
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
        }

@media screen and (max-width: 991px) {
    .tc-about-style3 .top-info {
        padding-bottom: 50px;
    }

        .tc-about-style3 .top-info .numbers-boxes {
            display: block;
        }

            .tc-about-style3 .top-info .numbers-boxes .sm-card {
                margin-top: 50px;
            }

            .tc-about-style3 .top-info .numbers-boxes .md-card {
                margin-top: 30px;
            }

            .tc-about-style3 .top-info .numbers-boxes .lg-card {
                margin-top: 30px;
            }

    .tc-about-style3 .img-content {
        position: relative;
        padding: 0 15px;
    }

        .tc-about-style3 .img-content .main-img {
            -webkit-margin-start: 0;
            margin-inline-start: 0;
            -webkit-clip-path: polygon(110px 0, 100% 0, 100% 100%, 0 100%, 0 110px);
            clip-path: polygon(110px 0, 100% 0, 100% 100%, 0 100%, 0 110px);
            height: 400px;
        }
}
/* --------------- portfolio style3 --------------- */
.tc-portfolio-style3 {
    position: relative;
    padding: 140px 0;
    background-color: #fff;
    overflow: hidden;
}

    .tc-portfolio-style3 .bg {
        position: absolute;
        top: -20%;
        right: 0;
        width: 100%;
        height: 140%;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: inherit;
    }

    .tc-portfolio-style3 .title {
        margin-bottom: 110px;
    }

        .tc-portfolio-style3 .title .links a {
            font-size: 14px;
            color: #666;
            text-transform: uppercase;
            -webkit-margin-end: 50px;
            margin-inline-end: 50px;
        }

            .tc-portfolio-style3 .title .links a:hover {
                color: var(--color-yellow1);
            }

    .tc-portfolio-style3 .projects-slider {
        position: relative;
        overflow: hidden;
    }

        .tc-portfolio-style3 .projects-slider .swiper-slide {
            opacity: 0 !important;
        }

        .tc-portfolio-style3 .projects-slider .swiper-slide-active {
            opacity: 1 !important;
        }

            .tc-portfolio-style3 .projects-slider .swiper-slide-active .project-card .info {
                -webkit-transform: translateY(0) scale(1);
                transform: translateY(0) scale(1);
                opacity: 1;
            }

            .tc-portfolio-style3 .projects-slider .swiper-slide-active .project-card .main-img {
                -webkit-transform: translate(0, 0) scale(1);
                transform: translate(0, 0) scale(1);
                opacity: 1;
            }

        .tc-portfolio-style3 .projects-slider .slider-controls {
            position: absolute;
            left: 0;
            bottom: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .tc-portfolio-style3 .projects-slider .slider-controls .swiper-button-next,
            .tc-portfolio-style3 .projects-slider .slider-controls .swiper-button-prev {
                position: static;
                height: -webkit-max-content;
                height: -moz-max-content;
                height: max-content;
                -webkit-margin-end: 30px;
                margin-inline-end: 30px;
            }

                .tc-portfolio-style3 .projects-slider .slider-controls .swiper-button-next::after,
                .tc-portfolio-style3 .projects-slider .slider-controls .swiper-button-prev::after {
                    color: #000;
                    position: relative;
                    font-size: 25px;
                }

        .tc-portfolio-style3 .projects-slider .project-card .info {
            position: relative;
            padding-bottom: 50px;
            height: 100%;
            -webkit-transform: translateY(-100px) scale(0.7);
            transform: translateY(-100px) scale(0.7);
            opacity: 0;
            -webkit-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
        }

            .tc-portfolio-style3 .projects-slider .project-card .info .arrow-icon {
                position: relative;
                width: 80px;
                height: 80px;
                background-color: #fff;
                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;
                font-size: 25px;
                margin-top: 90px;
                -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
                clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                border: 1px solid #B4B4B4;
            }

                .tc-portfolio-style3 .projects-slider .project-card .info .arrow-icon:hover {
                    background-color: var(--color-yellow1);
                }

                .tc-portfolio-style3 .projects-slider .project-card .info .arrow-icon::after {
                    position: absolute;
                    content: "";
                    right: 19px;
                    bottom: 0;
                    height: 50%;
                    width: 1px;
                    background-color: #B4B4B4;
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                    -webkit-transform-origin: bottom;
                    transform-origin: bottom;
                }

        .tc-portfolio-style3 .projects-slider .project-card .main-img {
            height: 550px;
            -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 190px), calc(100% - 190px) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 190px), calc(100% - 190px) 100%, 0 100%);
            -webkit-transform: translate(200px, 200px) scale(0.7);
            transform: translate(200px, 200px) scale(0.7);
            opacity: 0;
            -webkit-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
        }

@media screen and (max-width: 991px) {
    .tc-portfolio-style3 .title .links a {
        font-size: 13px;
        -webkit-margin-end: 15px;
        margin-inline-end: 15px;
    }

    .tc-portfolio-style3 .projects-slider .slider-controls {
        left: auto;
        right: 0;
    }

        .tc-portfolio-style3 .projects-slider .slider-controls .swiper-button-prev,
        .tc-portfolio-style3 .projects-slider .slider-controls .swiper-button-next {
            -webkit-margin-start: 30px;
            margin-inline-start: 30px;
            -webkit-margin-end: 0;
            margin-inline-end: 0;
        }
}
/* --------------- partners style3 --------------- */
.tc-partners-style3 {
    position: relative;
    padding: 140px 0;
    background-color: #fff;
    overflow: hidden;
}

    .tc-partners-style3 .bg {
        position: absolute;
        top: -20%;
        right: 0;
        width: 100%;
        height: 140%;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: inherit;
    }

    .tc-partners-style3::after {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        width: calc(((100% - 1320px) / 2) + 1320px);
        height: 1px;
        background-color: #0003;
    }

    .tc-partners-style3 .logos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .tc-partners-style3 .logos .logo-card {
            position: relative;
            background-color: #fff;
            height: 258px;
            border: 1px solid #ECECEC;
            width: 20%;
            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;
            padding: 20px;
        }

            .tc-partners-style3 .logos .logo-card:hover {
                border-color: var(--color-yellow1);
            }

            .tc-partners-style3 .logos .logo-card .logo {
                max-width: 135px;
                max-height: 45px;
            }

            .tc-partners-style3 .logos .logo-card .num {
                position: absolute;
                top: 20px;
                right: 20px;
                z-index: 10;
            }

            .tc-partners-style3 .logos .logo-card p {
                position: absolute;
                left: 30px;
                bottom: 30px;
                text-transform: uppercase;
                color: #666;
                z-index: 10;
            }

@media screen and (max-width: 991px) {
    .tc-partners-style3 .logos .logo-card {
        height: 220px;
        width: 50%;
    }
}
/* --------------- blog style3 --------------- */
.tc-blog-style3 {
    padding: 140px 0;
    background-color: #ECECEC;
}

    .tc-blog-style3 .blog-card {
        position: relative;
        display: block;
        margin-bottom: 10px;
    }

        .tc-blog-style3 .blog-card:hover .info h4 {
            color: var(--color-yellow1);
        }

        .tc-blog-style3 .blog-card .img {
            height: 230px;
        }

        .tc-blog-style3 .blog-card .info {
            padding: 30px 0;
            border-top: 1px solid #B4B4B4;
        }

            .tc-blog-style3 .blog-card .info h4 {
                font-size: 36px;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                margin-bottom: 40px;
            }

        .tc-blog-style3 .blog-card .date {
            position: absolute;
            right: 0;
            top: 30px;
        }

@media screen and (max-width: 991px) {
    .tc-blog-style3 .blog-card {
        margin-bottom: 50px;
    }

        .tc-blog-style3 .blog-card .date {
            position: relative;
            top: 0;
            float: right;
        }
}
/* --------------- contact style3 --------------- */
.tc-contact-style3 {
    position: relative;
    padding: 140px 0 0;
    overflow: hidden;
}

    .tc-contact-style3 .container {
        position: relative;
        z-index: 20;
    }

    .tc-contact-style3 .map-side {
        position: relative;
        height: 100%;
        padding-bottom: 140px;
    }

        .tc-contact-style3 .map-side::after {
            position: absolute;
            content: "";
            right: 0;
            bottom: 0;
            width: 500%;
            height: 50%;
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
            background-image: linear-gradient(to bottom, transparent, #fff);
            z-index: 10;
        }

        .tc-contact-style3 .map-side .map {
            position: absolute;
            bottom: 0;
            right: 0;
            height: calc(100% - 100px);
            pointer-events: none;
        }

            .tc-contact-style3 .map-side .map .map-img {
                max-width: inherit;
                max-height: inherit;
                float: right;
            }

    .tc-contact-style3 .form {
        position: relative;
        z-index: 20;
        padding-bottom: 140px;
    }

        .tc-contact-style3 .form .form-check .form-check-input {
            float: none;
            -webkit-margin-start: 0;
            margin-inline-start: 0;
            -webkit-margin-end: 10px;
            margin-inline-end: 10px;
            width: 25px;
            height: 25px;
            border-radius: 0;
            margin-top: -5px;
        }

        .tc-contact-style3 .form .upload_img_content .file__input--file {
            display: none;
        }

        .tc-contact-style3 .form .upload_img_content .file__input--label {
            cursor: pointer;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 200;
        }

            .tc-contact-style3 .form .upload_img_content .file__input--label i {
                -webkit-margin-end: 10px;
                margin-inline-end: 10px;
                font-size: 21px;
            }

        .tc-contact-style3 .form .upload_img_content .file__value_content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .tc-contact-style3 .form .upload_img_content .file__value_content .file__value {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding: 15px;
                margin-top: 15px;
                background-color: #0002;
                width: 31%;
                -webkit-margin-end: 2%;
                margin-inline-end: 2%;
            }

                .tc-contact-style3 .form .upload_img_content .file__value_content .file__value .file__value--text {
                    width: calc(100% - 30px);
                    overflow: hidden;
                }

        .tc-contact-style3 .form .upload_img_content .file__value--remove {
            cursor: pointer;
            -webkit-margin-start: 10px;
            margin-inline-start: 10px;
        }

        .tc-contact-style3 .form .form-check-input:checked {
            background-color: var(--color-yellow1);
            border-color: var(--color-yellow1);
        }

@media screen and (max-width: 991px) {
    .tc-contact-style3 .map-side .map {
        opacity: 0.3;
    }
}
/* --------------- footer style3 --------------- */
.tc-footer-style3 {
    position: relative;
    padding: 140px 0 80px;
    background-color: #1F1F1F;
    color: #fff;
}

    .tc-footer-style3 a:hover {
        color: var(--color-yellow1);
    }

        .tc-footer-style3 a:hover * {
            color: var(--color-yellow1);
        }

    .tc-footer-style3 .top-info {
        padding: 30px 0;
        border-bottom: 1px solid #666;
    }

        .tc-footer-style3 .top-info .foot-logo {
            height: 40px;
        }

        .tc-footer-style3 .top-info .top-links {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .tc-footer-style3 .top-info .top-links a {
                text-transform: uppercase;
            }

    .tc-footer-style3 .main-content {
        padding: 100px 0;
    }

    .tc-footer-style3 .social-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .tc-footer-style3 .social-links a {
            width: 35px;
            height: 35px;
            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;
            border-radius: 50%;
            background-color: #333;
            -webkit-margin-end: 10px;
            margin-inline-end: 10px;
            margin-top: 10px;
        }

            .tc-footer-style3 .social-links a:hover {
                background-color: var(--color-yellow1);
                color: #000 !important;
            }

                .tc-footer-style3 .social-links a:hover * {
                    color: #000 !important;
                }

    .tc-footer-style3 .btn-select {
        position: relative;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

        .tc-footer-style3 .btn-select::before {
            position: absolute;
            content: "";
            font-family: "Line Awesome Free";
            font-weight: 900;
            right: 15px;
            top: 12px;
            color: #fff;
        }

        .tc-footer-style3 .btn-select .form-select {
            position: relative;
            background-color: transparent;
            border-radius: 0;
            border: 1px solid #fff;
            color: #fff;
            background-image: none;
            padding: 9px 50px 9px 35px;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
        }

            .tc-footer-style3 .btn-select .form-select option {
                color: #000;
            }

/*------------------------------------------------------- 
home 4 style 
-------------------------------------------------------*/
@font-face {
    font-family: "butler";
    src: local("../assets/fonts/Butler_Stencil/Butler_Bold_Stencil.otf");
}

@font-face {
    font-family: "Butler_regular";
    src: local("../assets/fonts/Butler_Stencil/Butler_Regular_Stencil.otf.otf");
}

.home-style4 {
    background-color: #ECECEC;
}

    .home-style4 h1, .home-style4 h2, .home-style4 h3, .home-style4 h4, .home-style4 .sub-font {
        font-family: "butler";
    }

    .home-style4 .sec-title {
        font-size: 72px;
        line-height: 72px;
        letter-spacing: -0.01em;
        text-transform: uppercase;
    }

@media screen and (max-width: 991px) {
    .home-style4 br {
        display: none;
    }

    .home-style4 .fsz-50 {
        font-size: 30px !important;
    }

    .home-style4 .fsz-40 {
        font-size: 25px !important;
    }

    .home-style4 .mb-90 {
        margin-bottom: 40px !important;
    }

    .home-style4 .fsz-30 {
        font-size: 18px !important;
    }

    .home-style4 .sec-title {
        font-size: 40px;
    }
}
/* --------------- navbar style4 --------------- */
.tc-navbar-style4 {
    position: relative;
    padding: 60px 5vw 30px;
}

    .tc-navbar-style4 .logo-side {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .tc-navbar-style4 .logo-side .logo {
            height: 50px;
        }

        .tc-navbar-style4 .logo-side .links a {
            margin-bottom: 10px;
        }

            .tc-navbar-style4 .logo-side .links a:hover {
                text-decoration: underline;
            }

@media screen and (max-width: 991px) {
    .tc-navbar-style4 {
        padding-top: 30px;
    }
}
/* --------------- header style4 --------------- */
.tc-header-style4 {
    position: relative;
    padding-bottom: 200px;
}

    .tc-header-style4::after {
        position: absolute;
        content: "";
        right: 0;
        bottom: 0;
        height: 1px;
        width: calc(((100vw - 1320px) / 2) + 1320px);
        background-color: #b4b4b4;
    }

    .tc-header-style4 .rotate-box {
        position: relative;
        width: 220px;
        height: 220px;
        display: block;
        margin: 0 90px 0 auto;
    }

        .tc-header-style4 .rotate-box .num {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 70px;
            font-family: "butler";
        }

        .tc-header-style4 .rotate-box .rotate-text {
            -webkit-animation: rotateText 20s linear infinite;
            animation: rotateText 20s linear infinite;
            font-weight: 400;
            text-transform: uppercase;
            position: absolute;
            left: 0;
            border-radius: 50%;
        }

        .tc-header-style4 .rotate-box .rotate-circle svg {
            width: 220px;
            height: 220px;
            fill: #000;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

@-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);
    }
}

.tc-header-style4 h1 {
    font-size: calc(15vw);
    text-transform: uppercase;
    font-weight: 300;
    line-height: 0.9;
    margin-top: -100px;
}

.tc-header-style4 .float_txt {
    font-size: 130px;
    color: var(--color-green1);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-margin-start: 50%;
    margin-inline-start: 50%;
    margin-top: -50px;
    font-family: "Sacramento", cursive;
}

.tc-header-style4 .info .img {
    width: 220px;
    height: 280px;
}

@media screen and (max-width: 991px) {
    .tc-header-style4 h1 {
        margin-top: 50px;
    }

    .tc-header-style4 .float_txt {
        font-size: 50px;
        color: var(--color-green1);
        -webkit-margin-start: 30%;
        margin-inline-start: 30%;
        margin-top: 10px;
    }
}
/* --------------- portfolio style4 --------------- */
.tc-portfolio-style4 {
    position: relative;
    padding: 160px 0 0;
}

    .tc-portfolio-style4 .content {
        position: relative;
        padding-bottom: 160px;
        border-bottom: 1px solid #b4b4b4;
    }

    .tc-portfolio-style4 .projects {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .tc-portfolio-style4 .projects .work-card {
            position: relative;
            display: block;
        }

            .tc-portfolio-style4 .projects .work-card .img {
                -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
                clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
                -webkit-filter: blur(5px);
                filter: blur(5px);
                -webkit-transition: -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.8s ease-in-out 1.1s;
                transition: -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.8s ease-in-out 1.1s;
                transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.8s ease-in-out 1.1s;
                transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.8s ease-in-out 1.1s, -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.8s ease-in-out 1.1s;
                position: relative;
            }

                .tc-portfolio-style4 .projects .work-card .img.animated {
                    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
                    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
                    -webkit-transform: scale(1);
                    transform: scale(1);
                    -webkit-filter: blur(0px);
                    filter: blur(0px);
                }

            .tc-portfolio-style4 .projects .work-card:hover h5 {
                color: var(--color-green1);
            }

            .tc-portfolio-style4 .projects .work-card h5 {
                font-size: 24px;
                text-transform: uppercase;
                font-weight: 400;
                margin-top: 40px;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .tc-portfolio-style4 .projects .work-card:nth-of-type(1) {
                margin-top: 450px;
                -webkit-transform: translateX(-100px);
                transform: translateX(-100px);
                width: 435px;
            }

                .tc-portfolio-style4 .projects .work-card:nth-of-type(1) .img {
                    height: 435px;
                }

            .tc-portfolio-style4 .projects .work-card:nth-of-type(2) {
                margin-top: 120px;
                -webkit-margin-end: 0;
                margin-inline-end: 0;
                -webkit-margin-start: auto;
                margin-inline-start: auto;
                width: 850px;
            }

                .tc-portfolio-style4 .projects .work-card:nth-of-type(2) .img {
                    height: 540px;
                }

            .tc-portfolio-style4 .projects .work-card:nth-of-type(3) {
                margin-top: 150px;
                width: 850px;
            }

                .tc-portfolio-style4 .projects .work-card:nth-of-type(3) .img {
                    height: 850px;
                }

            .tc-portfolio-style4 .projects .work-card:nth-of-type(4) {
                margin-top: 10px;
                -webkit-margin-end: 0;
                margin-inline-end: 0;
                -webkit-margin-start: auto;
                margin-inline-start: auto;
                -webkit-transform: translateX(100px);
                transform: translateX(100px);
                width: 435px;
            }

                .tc-portfolio-style4 .projects .work-card:nth-of-type(4) .img {
                    height: 540px;
                }

            .tc-portfolio-style4 .projects .work-card:nth-of-type(5) {
                margin-top: 150px;
                margin-left: -100px;
                width: 435px;
            }

                .tc-portfolio-style4 .projects .work-card:nth-of-type(5) .img {
                    height: 435px;
                }

            .tc-portfolio-style4 .projects .work-card:nth-of-type(6) {
                margin-top: 150px;
                -webkit-transform: translateX(115px);
                transform: translateX(115px);
                width: 950px;
            }

                .tc-portfolio-style4 .projects .work-card:nth-of-type(6) .img {
                    height: 670px;
                }

    .tc-portfolio-style4 .pr-link {
        font-size: 48px;
        text-transform: uppercase;
        margin-top: 170px;
        -webkit-margin-start: 35%;
        margin-inline-start: 35%;
    }

        .tc-portfolio-style4 .pr-link .icon {
            display: block;
            margin-top: 30px;
        }

@media screen and (max-width: 991px) {
    .tc-portfolio-style4 {
        overflow: hidden;
    }

        .tc-portfolio-style4 .projects .work-card {
            width: 100% !important;
            margin: 20px 0 !important;
            -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
        }

            .tc-portfolio-style4 .projects .work-card .img {
                height: 300px !important;
            }

        .tc-portfolio-style4 .pr-link {
            font-size: 25px;
            text-transform: uppercase;
            margin-top: 50px;
            -webkit-margin-start: 0;
            margin-inline-start: 0;
        }

            .tc-portfolio-style4 .pr-link .icon {
                display: inline-block;
                -webkit-margin-start: 20px;
                margin-inline-start: 20px;
            }
}
/* --------------- clients style4 --------------- */
.tc-clients-style4 {
    position: relative;
    padding: 160px 0 0;
}

    .tc-clients-style4 .arrows {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-top: 10px;
    }

        .tc-clients-style4 .arrows .swiper-button-prev,
        .tc-clients-style4 .arrows .swiper-button-next {
            position: static;
            margin: 0;
            display: inline-block;
        }

            .tc-clients-style4 .arrows .swiper-button-prev:after,
            .tc-clients-style4 .arrows .swiper-button-next:after {
                color: #000;
                font-size: 25px;
            }

    .tc-clients-style4 .globe {
        position: absolute;
        top: 330px;
        left: 20vw;
        width: 60vw;
        height: 60vw;
        max-height: inherit;
    }

    .tc-clients-style4 .container {
        position: relative;
        z-index: 10;
    }

    .tc-clients-style4 .slider-content {
        position: relative;
        overflow: hidden;
        z-index: 10;
    }

    .tc-clients-style4 .clients-slider {
        position: relative;
        margin-top: 150px;
        padding-bottom: 160px;
        border-bottom: 1px solid #b4b4b4;
    }

        .tc-clients-style4 .clients-slider .client-card {
            position: relative;
            background-color: #fff;
            padding: 40px;
        }

            .tc-clients-style4 .clients-slider .client-card .top-info {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .tc-clients-style4 .clients-slider .client-card .top-info p {
                    font-size: 18px;
                    line-height: 24px;
                    text-transform: uppercase;
                    color: #000;
                    width: 100%;
                }

                .tc-clients-style4 .clients-slider .client-card .top-info .icon {
                    width: 40px;
                    -ms-flex-negative: 0;
                    flex-shrink: 0;
                }

            .tc-clients-style4 .clients-slider .client-card .text {
                font-size: 24px;
                line-height: 36px;
                letter-spacing: -0.01em;
                color: #000;
                font-style: italic;
                min-height: 340px;
                padding: 30px 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: end;
                -ms-flex-align: end;
                align-items: flex-end;
                border-bottom: 1px solid #ccc;
            }

            .tc-clients-style4 .clients-slider .client-card .user-info {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .tc-clients-style4 .clients-slider .client-card .user-info .img {
                    width: 35px;
                    height: 35px;
                    border-radius: 50%;
                    overflow: hidden;
                    -ms-flex-negative: 0;
                    flex-shrink: 0;
                    -webkit-margin-end: 10px;
                    margin-inline-end: 10px;
                }

/* --------------- career style4 --------------- */
.tc-career-style4 {
    position: relative;
    padding: 160px 0;
}

/* --------------- instagram style4 --------------- */
.tc-instagram-style4 {
    position: relative;
    padding-bottom: 160px;
}

    .tc-instagram-style4 .imgs .img {
        position: relative;
        overflow: hidden;
    }

        .tc-instagram-style4 .imgs .img:hover::after {
            opacity: 0.4;
        }

        .tc-instagram-style4 .imgs .img:hover .icon {
            opacity: 1;
        }

        .tc-instagram-style4 .imgs .img::after {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .tc-instagram-style4 .imgs .img .icon {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 40px;
            opacity: 0;
            z-index: 10;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

/* --------------- footer style4 --------------- */
.tc-footer-style4 {
    position: relative;
    padding-top: 200px;
}

    .tc-footer-style4::before {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        height: 1px;
        width: calc(((100vw - 1320px) / 2) + 1320px);
        background-color: #b4b4b4;
    }

    .tc-footer-style4 h2 {
        font-size: calc(15vw);
        text-transform: uppercase;
        font-weight: 300;
        line-height: 0.9;
        margin-top: -100px;
    }

    .tc-footer-style4 .float_txt {
        font-size: 130px;
        color: var(--color-green1);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-margin-start: 50%;
        margin-inline-start: 50%;
        margin-top: -50px;
        font-family: "Sacramento", cursive;
    }

    .tc-footer-style4 .social-icons {
        margin-top: 70px;
    }

        .tc-footer-style4 .social-icons a {
            width: 45px;
            height: 45px;
            background-color: #ececec;
            border: 1px solid #999;
            border-radius: 50%;
            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;
            -webkit-margin-end: 10px;
            margin-inline-end: 10px;
            font-size: 20px;
        }

            .tc-footer-style4 .social-icons a:hover {
                background-color: #000;
                color: #fff;
            }

    .tc-footer-style4 .foot {
        margin-top: 160px;
    }

        .tc-footer-style4 .foot .links a {
            -webkit-margin-end: 40px;
            margin-inline-end: 40px;
        }

    .tc-footer-style4 .foot-img {
        margin-top: -200px;
        pointer-events: none;
    }

@media screen and (max-width: 991px) {
    .tc-footer-style4 .float_txt {
        font-size: 50px;
        color: var(--color-green1);
        -webkit-margin-start: 30%;
        margin-inline-start: 30%;
        margin-top: 10px;
    }

    .tc-footer-style4 .contact-number {
        font-size: 40px !important;
        margin-top: 30px;
    }

    .tc-footer-style4 .foot .links {
        margin: 30px 0;
    }

    .tc-footer-style4 .foot-img {
        margin-top: -50px;
    }
}
/*------------------------------------------------------- 
home 5 style 
-------------------------------------------------------*/
.home-style5 {
    background-color: #373E43;
    color: #fff;
}

    .home-style5 h1, .home-style5 h2, .home-style5 h3, .home-style5 .sub-font {
        font-family: "Instrument Serif", serif;
    }

@media screen and (max-width: 991px) {
    .home-style5 br {
        display: none;
    }

    .home-style5 .fsz-50 {
        font-size: 30px !important;
    }

    .home-style5 .fsz-40 {
        font-size: 25px !important;
    }

    .home-style5 .mb-90 {
        margin-bottom: 40px !important;
    }

    .home-style5 .fsz-30 {
        font-size: 18px !important;
    }

    .home-style5 .fsz-70 {
        font-size: 35px !important;
    }

    .home-style5 .fsz-24 {
        font-size: 17px !important;
    }

    .home-style5 .mt-150 {
        margin-top: 80px !important;
    }

    .home-style5 .mb-120 {
        margin-bottom: 80px !important;
    }
}
/* --------------- navbar style5 --------------- */
.tc-navbar-style5 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 50px 0;
    color: #fff;
}

    .tc-navbar-style5 .cir-icon {
        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;
        border: 1px solid var(--color-brown1);
        border-radius: 50px;
        font-size: 20px;
        -webkit-margin-end: 10px;
        margin-inline-end: 10px;
    }

        .tc-navbar-style5 .cir-icon:hover {
            background-color: var(--color-brown1);
            color: #fff;
        }

    .tc-navbar-style5 .side_menu_btn {
        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;
        border: 1px solid var(--color-brown1);
        background-color: var(--color-brown1);
        color: #000;
        border-radius: 50px;
        font-size: 20px;
        -webkit-margin-end: 10px;
        margin-inline-end: 10px;
    }

        .tc-navbar-style5 .side_menu_btn:hover {
            background-color: #000;
            color: #fff;
        }

    .tc-navbar-style5 a:hover {
        color: var(--color-brown1);
    }

    .tc-navbar-style5 .logo img {
        height: 50px;
    }

@media screen and (max-width: 991px) {
    .tc-navbar-style5 {
        position: relative;
    }
}
/* --------------- header style5 --------------- */
.tc-header-style5 {
    position: relative;
    padding: 150px 0 430px;
    background-image: url(../assets/img/home5/header.jpg);
    background-size: cover;
    min-height: 100vh;
    overflow: hidden;
}

    .tc-header-style5::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.3;
    }

    .tc-header-style5 .main-content .title {
        border-bottom: 1px solid #999;
        padding: 20px 0;
    }

        .tc-header-style5 .main-content .title h1 {
            font-size: 300px;
            font-weight: 400;
            text-transform: uppercase;
            white-space: nowrap;
        }

    .tc-header-style5 .btm-content {
        margin-top: 150px;
    }

        .tc-header-style5 .btm-content .circle-arrow {
            width: 120px;
            height: 120px;
            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;
            border-radius: 50%;
            border: 1px solid var(--color-brown1);
            font-size: 30px;
        }

        .tc-header-style5 .btm-content .float-imgs .video-card {
            position: relative;
            height: 200px;
            background-color: var(--color-brown1);
            display: block;
            color: #000;
        }

            .tc-header-style5 .btm-content .float-imgs .video-card p {
                position: absolute;
                left: 25px;
                bottom: 25px;
                z-index: 10;
                font-weight: 500;
            }

            .tc-header-style5 .btm-content .float-imgs .video-card .play-icon {
                position: absolute;
                top: 25px;
                right: 25px;
                z-index: 10;
                font-size: 20px;
            }

        .tc-header-style5 .btm-content .float-imgs .img-card {
            position: relative;
            height: 200px;
            display: block;
        }

            .tc-header-style5 .btm-content .float-imgs .img-card p {
                position: absolute;
                left: 25px;
                bottom: 25px;
                z-index: 10;
                font-weight: 500;
            }

            .tc-header-style5 .btm-content .float-imgs .img-card .play-icon {
                position: absolute;
                top: 25px;
                right: 25px;
                z-index: 10;
                font-size: 35px;
            }

@media screen and (max-width: 991px) {
    .tc-header-style5 {
        padding: 100px 0 430px;
    }

        .tc-header-style5 .main-content .title h1 {
            font-size: 20vw;
        }

        .tc-header-style5 .btm-content {
            margin-top: 80px;
        }

            .tc-header-style5 .btm-content .circle-arrow {
                margin-bottom: 50px;
            }
}
/* --------------- about style5 --------------- */
.tc-about-style5 {
    position: relative;
    z-index: 10;
}

    .tc-about-style5::after {
        position: absolute;
        content: "";
        left: 3vw;
        top: 0;
        height: 100%;
        width: calc(100% - 3vw);
        background-color: #1F2528;
    }

    .tc-about-style5 .content {
        position: relative;
        z-index: 10;
        padding-top: 200px;
        padding-bottom: 400px;
        margin-top: -350px;
    }

        .tc-about-style5 .content .about-title {
            font-size: 75px;
            text-transform: uppercase;
            font-weight: 500;
        }

        .tc-about-style5 .content .main-content .text {
            font-size: 14px;
            line-height: 24px;
            text-transform: uppercase;
            color: #899fae;
        }

        .tc-about-style5 .content .main-content .img {
            height: 600px;
        }

    .tc-about-style5 .lg-txt {
        position: absolute;
        right: 0;
        bottom: 0;
        line-height: 0.75;
        padding-left: 100px;
        font-size: calc(13vw + 30px);
        text-transform: uppercase;
        color: transparent;
        -webkit-text-stroke: 1px #899fae;
        width: 35%;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0.5;
        z-index: 1;
    }

    .tc-about-style5 .float_img {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40%;
        z-index: 1;
    }

@media screen and (max-width: 991px) {
    .tc-about-style5 .content {
        padding: 100px 20px;
    }

        .tc-about-style5 .content .about-title {
            font-size: 35px;
        }

        .tc-about-style5 .content .main-content .img {
            height: 400px;
            margin-top: 50px;
            margin-bottom: 30px;
        }

    .tc-about-style5 .mb-150 {
        margin-bottom: 40px !important;
    }

    .tc-about-style5 .mt-100 {
        margin-top: 40px !important;
    }
}
/* --------------- flawless style5 --------------- */
.tc-flawless-style5 {
    position: relative;
    padding: 200px 0;
}

    .tc-flawless-style5 .flawless .flex-accordion {
        width: 100%;
        height: 650px;
        overflow: hidden;
    }

        .tc-flawless-style5 .flawless .flex-accordion .acc-list {
            height: 100%;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 0;
            padding: 0;
        }

            .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                position: relative;
                height: 100%;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
                -webkit-filter: grayscale(1);
                filter: grayscale(1);
            }

                .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li::after {
                    position: absolute;
                    content: "";
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background-image: -webkit-gradient(linear, left top, right top, from(#000000a8), to(transparent));
                    background-image: linear-gradient(to right, #000000a8, transparent);
                    pointer-events: none;
                }

                .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .bg {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    -webkit-filter: brightness(0.4);
                    filter: brightness(0.4);
                    -webkit-transition: all 0.5s ease;
                    transition: all 0.5s ease;
                }

                .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner {
                    background-repeat: no-repeat;
                    background-position: center center;
                    overflow: hidden;
                    display: inline-block;
                    height: 100%;
                    width: 100%;
                    position: relative;
                    z-index: 3;
                }

                    .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title {
                        width: 110px;
                        height: 100%;
                        position: relative;
                        padding: 40px 15px;
                        text-align: center;
                        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: justify;
                        -ms-flex-pack: justify;
                        justify-content: space-between;
                    }

                        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .numb {
                            font-size: 72px;
                            line-height: 1;
                            font-family: "Instrument Serif", serif;
                        }

                        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .txt {
                            font-size: 14px;
                            line-height: 24px;
                            letter-spacing: 0.02em;
                            text-transform: uppercase;
                            -webkit-transform: rotate(-90deg) translateY(40px);
                            transform: rotate(-90deg) translateY(40px);
                            -webkit-transform-origin: left;
                            transform-origin: left;
                            text-align: start;
                        }

                    .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body {
                        position: absolute;
                        top: 0;
                        left: 110px;
                        width: calc(100% - 110px);
                        height: 100%;
                        -webkit-transform: scale(0.9);
                        transform: scale(0.9);
                        opacity: 0;
                        visibility: hidden;
                        -webkit-transition: all 0.5s ease;
                        transition: all 0.5s ease;
                    }

                        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body .text-title {
                            font-size: 36px;
                            line-height: 36px;
                            text-transform: uppercase;
                            font-weight: 500;
                            padding-top: 40px;
                        }

                        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body .float-arrow {
                            width: 120px;
                            height: 120px;
                            border-radius: 50%;
                            background-color: var(--color-brown1);
                            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-size: 50px;
                            color: #000;
                            position: absolute;
                            left: calc(50% - 60px);
                            top: calc(50% - 60px);
                        }

                            .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body .float-arrow:hover {
                                background-color: #000;
                                color: var(--color-brown1);
                            }

                .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open {
                    -webkit-box-flex: 1;
                    -ms-flex-positive: 1;
                    flex-grow: 1;
                    -webkit-transition: all 0.5s ease;
                    transition: all 0.5s ease;
                    -webkit-filter: grayscale(0);
                    filter: grayscale(0);
                }

                    .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open .bg {
                        -webkit-filter: brightness(1);
                        filter: brightness(1);
                    }

                    .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open .panel-inner .acc-title {
                        cursor: inherit;
                    }

                    .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open .panel-inner .acc-body {
                        -webkit-transform: scale(1);
                        transform: scale(1);
                        opacity: 1;
                        visibility: visible;
                    }

                .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li:not(.is-open) {
                    width: 100px;
                }

                    .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li:not(.is-open) .acc-title {
                        cursor: pointer;
                    }

    .tc-flawless-style5 .numbers {
        margin-top: 150px;
    }

        .tc-flawless-style5 .numbers .number-card {
            margin-top: 50px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .tc-flawless-style5 .numbers .number-card h2 {
                font-size: 48px;
                color: var(--color-brown1);
                font-weight: 400;
                -webkit-margin-end: 30px;
                margin-inline-end: 30px;
                -ms-flex-negative: 0;
                flex-shrink: 0;
            }

            .tc-flawless-style5 .numbers .number-card p {
                font-size: 14px;
                text-transform: uppercase;
                color: #999;
            }

@media screen and (max-width: 991px) {
    .tc-flawless-style5 {
        padding: 100px 0;
    }

        .tc-flawless-style5 .flawless .flex-accordion {
            height: inherit;
            width: 100%;
        }

            .tc-flawless-style5 .flawless .flex-accordion .acc-list {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

                .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li {
                    width: 100%;
                    height: 500px;
                }

                    .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li::after {
                        background-image: -webkit-gradient(linear, left top, left bottom, from(#000000a8), to(transparent));
                        background-image: linear-gradient(to bottom, #000000a8, transparent);
                    }

                    .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title {
                        width: 100%;
                        height: 100px;
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: row;
                        flex-direction: row;
                        padding: 0 30px;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                        justify-content: space-between;
                    }

                        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .numb {
                            font-size: 50px;
                        }

                        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .txt {
                            -webkit-transform: rotate(0) translateY(0);
                            transform: rotate(0) translateY(0);
                            -webkit-transform-origin: center;
                            transform-origin: center;
                            text-align: end;
                        }

                    .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body {
                        top: 100px;
                        left: 0;
                        width: 100%;
                        height: calc(100% - 100px);
                        padding: 0 30px;
                    }

                        .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body .float-arrow {
                            width: 80px;
                            height: 80px;
                            font-size: 30px;
                            position: static;
                            margin-top: 50px;
                        }

                    .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li:not(.is-open) {
                        height: 100px;
                        width: 100%;
                    }

        .tc-flawless-style5 .numbers {
            margin-top: 50px;
        }
}
/* --------------- location style5 --------------- */
.tc-location-style5 {
    position: relative;
}

    .tc-location-style5 .location-slider {
        position: relative;
        overflow: hidden;
    }

        .tc-location-style5 .location-slider .swiper-slide.swiper-slide-active .slider-card {
            opacity: 1;
        }

        .tc-location-style5 .location-slider .arrows {
            position: absolute;
            right: calc((100vw - 1320px) / 2 );
            bottom: 140px;
            z-index: 10;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: end;
        }

            .tc-location-style5 .location-slider .arrows .swiper-button-next,
            .tc-location-style5 .location-slider .arrows .swiper-button-prev {
                position: static;
                -webkit-margin-start: 10px;
                margin-inline-start: 10px;
                width: 120px;
                height: 120px;
                border-radius: 50%;
                border: 1px solid var(--color-brown1);
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                .tc-location-style5 .location-slider .arrows .swiper-button-next::after,
                .tc-location-style5 .location-slider .arrows .swiper-button-prev::after {
                    font-size: 30px;
                    color: #fff;
                    -webkit-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                .tc-location-style5 .location-slider .arrows .swiper-button-next:hover,
                .tc-location-style5 .location-slider .arrows .swiper-button-prev:hover {
                    background-color: var(--color-brown1);
                }

                    .tc-location-style5 .location-slider .arrows .swiper-button-next:hover::after,
                    .tc-location-style5 .location-slider .arrows .swiper-button-prev:hover::after {
                        color: #000;
                    }

        .tc-location-style5 .location-slider .slider-card {
            position: relative;
            height: 900px;
            min-height: -webkit-max-content;
            min-height: -moz-max-content;
            min-height: max-content;
            padding: 140px 0;
            opacity: 0;
            -webkit-transition: all 0.5s linear;
            transition: all 0.5s linear;
        }

            .tc-location-style5 .location-slider .slider-card::after {
                position: absolute;
                content: "";
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
                background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
            }

            .tc-location-style5 .location-slider .slider-card .bg {
                position: absolute;
                content: "";
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

            .tc-location-style5 .location-slider .slider-card .content {
                position: relative;
                z-index: 10;
            }

                .tc-location-style5 .location-slider .slider-card .content .info {
                    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: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    height: 620px;
                    min-height: -webkit-max-content;
                    min-height: -moz-max-content;
                    min-height: max-content;
                }

                    .tc-location-style5 .location-slider .slider-card .content .info .number {
                        display: block;
                        font-size: 300px;
                        letter-spacing: -0.01em;
                        text-transform: uppercase;
                        font-weight: 400;
                        line-height: 250px;
                        margin-bottom: 50px;
                        font-family: "Instrument Serif", serif;
                    }

                    .tc-location-style5 .location-slider .slider-card .content .info h2 {
                        font-size: 72px;
                        line-height: 80px;
                        text-transform: uppercase;
                        margin-top: 80px;
                        font-weight: 400;
                    }

@media screen and (max-width: 991px) {
    .tc-location-style5 .location-slider .slider-card .content .info .number {
        font-size: 150px;
        line-height: 1;
    }

    .tc-location-style5 .location-slider .slider-card .content .info h2 {
        font-size: 40px;
        line-height: 1.2;
    }
}
/* --------------- apartments style5 --------------- */
.tc-apartments-style5 {
    position: relative;
    padding: 200px 0;
    background-color: #1F2528;
}

    .tc-apartments-style5 .apartments-accordion .accordion-title {
        border-bottom: 1px solid #373E43;
        padding: 30px;
    }

        .tc-apartments-style5 .apartments-accordion .accordion-title .title-txt {
            font-size: 14px;
            line-height: 24px;
            text-transform: uppercase;
            color: #899fae;
        }

    .tc-apartments-style5 .apartments-accordion .accordion .accordion-item {
        position: relative;
        background-color: transparent;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #373E43;
    }

        .tc-apartments-style5 .apartments-accordion .accordion .accordion-item:last-of-type {
            border-bottom: 0;
        }

        .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button {
            position: relative;
            display: block;
            background-color: transparent !important;
            color: #fff;
            padding: 30px;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button::after {
                position: absolute;
                right: 30px;
                top: 40px;
                -webkit-filter: invert(100%) sepia(57%) saturate(0%) hue-rotate(253deg) brightness(106%) contrast(106%);
                filter: invert(100%) sepia(57%) saturate(0%) hue-rotate(253deg) brightness(106%) contrast(106%);
            }

            .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .room-numb {
                font-size: 48px;
                line-height: 48px;
                text-transform: uppercase;
                color: var(--color-brown1);
                font-weight: 400;
            }

            .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .room-img {
                height: 95px;
            }

            .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button ul {
                font-size: 14px;
                line-height: 24px;
                color: #899fae;
                text-transform: capitalize;
            }

            .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .feat-icons a {
                width: 45px;
                height: 45px;
                line-height: 45px;
                text-align: center;
                border-radius: 50%;
                border: 1px solid #373e43;
                font-size: 13px;
                color: var(--color-brown1);
                -webkit-margin-end: 5px;
                margin-inline-end: 5px;
            }

                .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .feat-icons a:hover {
                    background-color: #373e43;
                }

            .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button:not(.collapsed) {
                background-color: #373E43 !important;
            }

                .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button:not(.collapsed)::after {
                    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
                    -webkit-filter: invert(84%) sepia(22%) saturate(506%) hue-rotate(353deg) brightness(94%) contrast(91%);
                    filter: invert(84%) sepia(22%) saturate(506%) hue-rotate(353deg) brightness(94%) contrast(91%);
                }

                .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button:not(.collapsed) .feat-icons a {
                    border-color: #616b73;
                }

        .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body {
            padding: 0 30px;
            background-color: #373E43;
        }

            .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .floor-img {
                padding-bottom: 60px;
            }

            .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img {
                padding: 110px;
                position: relative;
            }

                .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img img {
                    height: 300px;
                    display: block;
                    margin: auto;
                }

                .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p {
                    font-size: 12px;
                    line-height: 36px;
                    letter-spacing: 0.02em;
                    text-transform: uppercase;
                    color: #817768;
                    position: absolute;
                }

                    .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(1) {
                        top: 50px;
                        left: 50%;
                        -webkit-transform: translateX(-50%);
                        transform: translateX(-50%);
                    }

                    .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(2) {
                        top: 50%;
                        right: 50px;
                        -webkit-transform: translateY(-50%) rotate(-90deg);
                        transform: translateY(-50%) rotate(-90deg);
                    }

                    .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(3) {
                        bottom: 50px;
                        left: 50%;
                        -webkit-transform: translateX(-50%);
                        transform: translateX(-50%);
                    }

                    .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(4) {
                        top: 50%;
                        left: 10px;
                        -webkit-transform: translateY(-50%) rotate(-90deg);
                        transform: translateY(-50%) rotate(-90deg);
                    }

            .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .dial-img {
                padding-bottom: 60px;
            }

            .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info {
                height: 100%;
                -webkit-border-start: 1px solid #616B73;
                border-inline-start: 1px solid #616B73;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                padding-bottom: 50px;
                -ms-flex-line-pack: justify;
                align-content: space-between;
            }

                .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info p {
                    font-size: 14px;
                    line-height: 24px;
                    text-transform: uppercase;
                    color: #fff;
                    margin-bottom: 40px;
                }

                .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info small {
                    font-size: 12px;
                    line-height: 18px;
                    text-transform: uppercase;
                    color: #899fae;
                }

                .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info h2 {
                    font-size: 72px;
                    line-height: 84px;
                    color: var(--color-brown1);
                    font-weight: 400;
                }

                .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info .btns {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

                    .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info .btns .pdf-btn {
                        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;
                        text-align: center;
                        border-radius: 50%;
                        border: 1px solid var(--color-brown1);
                        color: var(--color-brown1);
                        -webkit-margin-end: 15px;
                        margin-inline-end: 15px;
                        -ms-flex-negative: 0;
                        flex-shrink: 0;
                    }

                        .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info .btns .pdf-btn:hover {
                            background-color: var(--color-brown1);
                            color: #fff;
                        }

                        .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info .btns .pdf-btn i {
                            display: block;
                        }

.custom-tooltip {
    padding-top: 20px;
}

    .custom-tooltip .tooltip-arrow {
        top: 14px !important;
    }

        .custom-tooltip .tooltip-arrow::before {
            border-bottom-color: #373E43;
        }

    .custom-tooltip .tooltip-inner {
        background-color: #373E43;
        border-radius: 0;
        padding: 10px 15px;
        font-size: 12px;
        line-height: 18px;
        text-transform: uppercase;
    }

@media screen and (max-width: 991px) {
    .tc-apartments-style5 {
        padding: 100px 0;
    }

        .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .room-numb {
            margin-bottom: 30px;
        }

        .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .room-img {
            margin-bottom: 30px;
        }

        .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .room-info {
            margin-bottom: 30px;
        }

        .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-button .feat-icons {
            margin-bottom: 30px;
        }

        .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body {
            padding: 30px;
        }

            .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img {
                padding: 30px;
            }

            .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info {
                border: 0;
            }

                .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .info .btns {
                    margin-top: 30px;
                }

            .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(1) {
                top: -20px;
            }

            .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(2) {
                right: -40px;
                -webkit-transform: translateY(-50%) rotate(-90deg);
                transform: translateY(-50%) rotate(-90deg);
            }

            .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(3) {
                bottom: -20px;
            }

            .tc-apartments-style5 .apartments-accordion .accordion .accordion-item .accordion-body .main-img .text-items p:nth-of-type(4) {
                left: -70px;
            }
}
/* --------------- testimonial style5 --------------- */
.tc-testimonial-style5 {
    position: relative;
    padding-top: 200px;
    z-index: 10;
}

    .tc-testimonial-style5::after {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        width: 5vw;
        height: 100%;
        background-color: #1F2528;
        pointer-events: none;
    }

    .tc-testimonial-style5 .quote {
        position: absolute;
        right: 0;
        bottom: -15px;
        height: 150px;
    }

/* --------------- services style5 --------------- */
.tc-services-style5 {
    position: relative;
    background-color: #1F2528;
}

    .tc-services-style5 .content {
        position: relative;
        padding: 200px 0;
        border-bottom: 1px solid #373E43;
    }

    .tc-services-style5 .services {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .tc-services-style5 .services .service-card {
            display: block;
            position: relative;
            width: 20%;
            padding: 75px 30px 30px;
            border: 1px solid #373E43;
            margin: -0.5px;
        }

            .tc-services-style5 .services .service-card:hover .icon {
                border-color: var(--color-brown1);
            }

            .tc-services-style5 .services .service-card .num {
                position: absolute;
                top: 25px;
                right: 25px;
                font-size: 14px;
                color: #ccc;
            }

            .tc-services-style5 .services .service-card .icon {
                width: 120px;
                height: 120px;
                border-radius: 50%;
                border: 1px solid #373E43;
                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-size: 30px;
                color: var(--color-brown1);
                margin: 0 auto 50px;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .tc-services-style5 .services .service-card .info h6 {
                font-size: 18px;
                text-transform: uppercase;
                margin-bottom: 10px;
                font-weight: 500;
            }

            .tc-services-style5 .services .service-card .info p {
                color: #899fae;
            }

@media screen and (max-width: 991px) {
    .tc-services-style5 .content {
        padding: 100px 0;
    }

        .tc-services-style5 .content .services .service-card {
            width: 50%;
            padding: 50px 15px 20px;
        }

            .tc-services-style5 .content .services .service-card .icon {
                height: 80px;
                width: 80px;
                font-size: 25px;
                margin-bottom: 30px;
            }

            .tc-services-style5 .content .services .service-card .info h6 {
                font-size: 16px;
            }
}
/* --------------- blog style5 --------------- */
.tc-blog-style5 {
    position: relative;
    padding: 200px 0;
    background-color: #1F2528;
}

    .tc-blog-style5 .row .col-lg-6:first-of-type {
        -webkit-border-end: 1px solid #373E43;
        border-inline-end: 1px solid #373E43;
    }

    .tc-blog-style5 .main-post .img {
        display: block;
        height: 380px;
    }

    .tc-blog-style5 .main-post .info {
        position: relative;
        padding-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .tc-blog-style5 .main-post .info .date {
            -webkit-margin-end: 40px;
            margin-inline-end: 40px;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

            .tc-blog-style5 .main-post .info .date .numb {
                font-size: 48px;
                line-height: 60px;
                color: #899fae;
                margin-bottom: 10px;
                font-weight: 400;
            }

            .tc-blog-style5 .main-post .info .date small {
                font-size: 12px;
                line-height: 18px;
                text-transform: uppercase;
                color: #899fae;
            }

    .tc-blog-style5 .sub-posts {
        position: relative;
        height: 100%;
        padding-bottom: 100px;
    }

        .tc-blog-style5 .sub-posts .post-card {
            position: relative;
            padding: 30px 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-bottom: 1px solid #373E43;
        }

            .tc-blog-style5 .sub-posts .post-card:first-of-type {
                padding-top: 0;
            }

            .tc-blog-style5 .sub-posts .post-card .date {
                -webkit-margin-end: 40px;
                margin-inline-end: 40px;
                -ms-flex-negative: 0;
                flex-shrink: 0;
            }

                .tc-blog-style5 .sub-posts .post-card .date .numb {
                    font-size: 48px;
                    line-height: 60px;
                    color: #899fae;
                    margin-bottom: 10px;
                    font-weight: 400;
                }

                .tc-blog-style5 .sub-posts .post-card .date small {
                    font-size: 12px;
                    line-height: 18px;
                    text-transform: uppercase;
                    color: #899fae;
                }

        .tc-blog-style5 .sub-posts .more-link {
            position: absolute;
            left: 0;
            bottom: 0;
            font-size: 14px;
            text-transform: uppercase;
            border-bottom: 1px solid #fff;
        }

            .tc-blog-style5 .sub-posts .more-link:hover {
                color: var(--color-brown1);
                border-color: var(--color-brown1);
            }

@media screen and (max-width: 991px) {
    .tc-blog-style5 {
        padding: 100px 0;
        overflow: hidden;
    }
}
/* --------------- footer style5 --------------- */
.tc-footer-style5 {
    position: relative;
    padding: 120px 0 200px;
    background-color: var(--color-brown1);
    color: #1f2528;
    border-bottom: 15px solid #fff;
}

    .tc-footer-style5 .title {
        border-bottom: 1px solid #999;
        padding: 20px 0;
    }

        .tc-footer-style5 .title h2 {
            font-size: 300px;
            font-weight: 400;
            text-transform: uppercase;
            white-space: nowrap;
        }

    .tc-footer-style5 .info {
        padding-top: 40px;
    }

        .tc-footer-style5 .info h4 {
            font-size: 48px;
            line-height: 48px;
            text-transform: uppercase;
        }

        .tc-footer-style5 .info p {
            font-size: 14px;
            line-height: 24px;
            letter-spacing: 0.02em;
            text-transform: uppercase;
            color: #373e43;
        }

    .tc-footer-style5 .foot {
        color: #373e43;
        text-transform: uppercase;
    }

        .tc-footer-style5 .foot .download-link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .tc-footer-style5 .foot .download-link:hover .icon {
                background-color: #373737;
                color: #fff;
            }

            .tc-footer-style5 .foot .download-link .icon {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                border: 1px solid #373e43;
                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;
                -webkit-margin-end: 20px;
                margin-inline-end: 20px;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                font-size: 18px;
            }

    .tc-footer-style5 .social-icons a {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        line-height: 50px;
        border: 1px solid #373737;
        margin: 5px;
    }

        .tc-footer-style5 .social-icons a:hover {
            background-color: #373737;
            color: #fff;
        }

@media screen and (max-width: 991px) {
    .tc-footer-style5 .title h2 {
        font-size: 20vw;
    }

    .tc-footer-style5 .info h4 {
        font-size: 30px;
    }
}
/*------------------------------------------------------- 
home 6 style 
-------------------------------------------------------*/
.home-style6 {
    font-family: "Plus Jakarta Sans", sans-serif;
}

    .home-style6 .section-title h2 {
        font-size: 72px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .home-style6 h1, .home-style6 h2, .home-style6 h3, .home-style6 h4, .home-style6 .sub-font {
        font-family: "Instrument Serif", serif;
    }

@media screen and (max-width: 991px) {
    .home-style6 br {
        display: none;
    }

    .home-style6 .fsz-50 {
        font-size: 30px !important;
    }

    .home-style6 .fsz-40 {
        font-size: 25px !important;
    }

    .home-style6 .mb-90 {
        margin-bottom: 40px !important;
    }

    .home-style6 .fsz-30 {
        font-size: 18px !important;
    }

    .home-style6 .section-title h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .home-style6 .butn {
        padding: 12px 15px;
    }
}
/* --------------- footer style6 --------------- */
.tc-top-nav-style6 {
    padding: 15px 0;
    background-color: var(--color-brown2);
    color: #fff;
}

    .tc-top-nav-style6 p {
        font-size: 12px;
        text-transform: uppercase;
    }

    .tc-top-nav-style6 .text-slider {
        position: relative;
        overflow: hidden;
        text-align: center;
    }

    .tc-top-nav-style6 .swiper-button-next::after,
    .tc-top-nav-style6 .swiper-button-prev::after {
        font-size: 16px;
        color: #fff;
    }

/* --------------- navbar style6 --------------- */
.tc-navbar-style6 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 30px 0;
    color: #fff;
    border-bottom: 1px solid #ffffff83;
}

    .tc-navbar-style6 .side_menu_btn {
        font-size: 18px;
    }

    .tc-navbar-style6 a:hover {
        color: var(--color-brown2);
    }

    .tc-navbar-style6 .logo img {
        height: 30px;
    }

    .tc-navbar-style6 .nav-icons a {
        -webkit-margin-start: 20px;
        margin-inline-start: 20px;
    }

        .tc-navbar-style6 .nav-icons a .num {
            font-size: 12px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            color: #fff;
            line-height: 20px;
            text-align: center;
            background-color: var(--color-brown2);
            -webkit-margin-start: 5px;
            margin-inline-start: 5px;
        }

/* --------------- header style6 --------------- */
.tc-header-style6 {
    position: relative;
    color: #fff;
}

    .tc-header-style6 .floating-contact {
        position: absolute;
        left: 80px;
        bottom: 50px;
        z-index: 30;
    }

    .tc-header-style6 .arrows {
        position: absolute;
        right: 80px;
        bottom: 50px;
        z-index: 30;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .tc-header-style6 .arrows .swiper-button-prev,
        .tc-header-style6 .arrows .swiper-button-next {
            position: static;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            border: 1px solid #fff5;
            -webkit-margin-start: 10px;
            margin-inline-start: 10px;
        }

            .tc-header-style6 .arrows .swiper-button-prev::after,
            .tc-header-style6 .arrows .swiper-button-next::after {
                font-size: 14px;
                color: #fff;
            }

            .tc-header-style6 .arrows .swiper-button-prev:hover,
            .tc-header-style6 .arrows .swiper-button-next:hover {
                background-color: #fff;
            }

                .tc-header-style6 .arrows .swiper-button-prev:hover::after,
                .tc-header-style6 .arrows .swiper-button-next:hover::after {
                    color: var(--color-brown2);
                }

    .tc-header-style6 .header-slider {
        position: relative;
        overflow: hidden;
    }

        .tc-header-style6 .header-slider .swiper-slide-active .content .info h2 {
            -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
        }

        .tc-header-style6 .header-slider .slide-card {
            min-height: 100vh;
            height: 1000px;
        }

            .tc-header-style6 .header-slider .slide-card::after {
                position: absolute;
                content: "";
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-color: #000;
                opacity: 0.3;
            }

            .tc-header-style6 .header-slider .slide-card .bg {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

            .tc-header-style6 .header-slider .slide-card .content {
                height: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .tc-header-style6 .header-slider .slide-card .content .info h2 {
                    font-size: 150px;
                    line-height: 130px;
                    letter-spacing: -0.01em;
                    text-transform: uppercase;
                    font-weight: 400;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: end;
                    -ms-flex-align: end;
                    align-items: flex-end;
                    font-family: "Instrument Serif", serif;
                    -webkit-transition: all 1s ease;
                    transition: all 1s ease;
                }

                    .tc-header-style6 .header-slider .slide-card .content .info h2:nth-last-of-type(1) {
                        -webkit-transform: translateX(50%);
                        transform: translateX(50%);
                    }

                    .tc-header-style6 .header-slider .slide-card .content .info h2:nth-last-of-type(3) {
                        -webkit-transform: translateX(-50%);
                        transform: translateX(-50%);
                    }

                .tc-header-style6 .header-slider .slide-card .content .info .sm-txt {
                    font-size: 14px;
                    text-transform: uppercase;
                    line-height: 24px;
                    letter-spacing: 0.5px;
                    -webkit-margin-start: -150px;
                    margin-inline-start: -150px;
                }

                .tc-header-style6 .header-slider .slide-card .content .info .float-arrow {
                    width: 120px;
                    height: 120px;
                    border-radius: 50%;
                    background-color: #fff;
                    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-size: 50px;
                    color: #000;
                    margin: 100px auto 0;
                }

                    .tc-header-style6 .header-slider .slide-card .content .info .float-arrow:hover {
                        background-color: var(--color-brown2);
                        color: #fff;
                    }

@media screen and (max-width: 991px) {
    .tc-header-style6 .header-slider .slide-card .content .info h2 {
        font-size: 70px;
        line-height: 80px;
    }

    .tc-header-style6 .header-slider .slide-card .content .info .sm-txt {
        font-size: 15px;
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        margin-top: 30px;
    }

    .tc-header-style6 .floating-contact {
        left: 15px;
    }

    .tc-header-style6 .arrows {
        right: 15px;
    }
}
/* --------------- about style6 --------------- */
.tc-about-style6 {
    position: relative;
}

    .tc-about-style6 .float-imgs {
        position: absolute;
        right: 0;
        bottom: 100px;
        width: 100%;
        height: 75%;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }

        .tc-about-style6 .float-imgs img {
            position: absolute;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: all 0.1s ease;
            transition: all 0.1s ease;
        }

            .tc-about-style6 .float-imgs img:nth-of-type(1) {
                width: 170px;
                height: 150px;
                left: 10%;
                top: 8%;
            }

            .tc-about-style6 .float-imgs img:nth-of-type(2) {
                width: 200px;
                height: 300px;
                right: 0;
                top: 10%;
            }

            .tc-about-style6 .float-imgs img:nth-of-type(3) {
                width: 120px;
                height: 150px;
                right: calc(4% + 200px);
                top: 21%;
            }

            .tc-about-style6 .float-imgs img:nth-of-type(4) {
                width: 350px;
                height: 250px;
                left: 0;
                top: 40%;
            }

            .tc-about-style6 .float-imgs img:nth-of-type(5) {
                width: 270px;
                height: 220px;
                right: calc(5% + 250px);
                bottom: 0;
            }

    .tc-about-style6 .features-items {
        padding: 0 30px;
    }

        .tc-about-style6 .features-items .row .col-lg-3:last-of-type .feat-item::after {
            display: none;
        }

        .tc-about-style6 .features-items .feat-item {
            position: relative;
            text-align: center;
            padding: 50px 20px;
        }

            .tc-about-style6 .features-items .feat-item::after {
                position: absolute;
                content: "";
                right: 0;
                top: calc(50% - 3px);
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background-color: #000;
            }

            .tc-about-style6 .features-items .feat-item p {
                font-size: 15px;
                line-height: 24px;
                text-transform: uppercase;
            }

    .tc-about-style6 .info {
        position: relative;
        text-align: center;
        padding: 200px 0 250px;
        z-index: 10;
        border-bottom: 1px solid #ccc;
    }

        .tc-about-style6 .info h2 {
            font-size: 72px;
            line-height: 80px;
            text-transform: uppercase;
            color: #000;
            font-weight: 400;
            margin-bottom: 50px;
        }

        .tc-about-style6 .info p {
            font-size: 18px;
            line-height: 30px;
            color: #666;
        }

@media screen and (max-width: 991px) {
    .tc-about-style6 .features-items {
        padding-top: 50px;
    }

        .tc-about-style6 .features-items .feat-item {
            padding: 15px;
        }

            .tc-about-style6 .features-items .feat-item::after {
                display: none;
            }

    .tc-about-style6 .info {
        padding: 100px 0;
    }

        .tc-about-style6 .info h2 {
            font-size: 50px;
            line-height: 60px;
        }

    .tc-about-style6 .float-imgs {
        display: none;
    }
}
/* --------------- featured style6 --------------- */
.tc-featured-style6 {
    position: relative;
    padding: 120px 0;
}

    .tc-featured-style6 .nav-pills {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto;
        border-radius: 8px;
        overflow: hidden;
        background-color: #F2F1EA;
        padding: 0 15px;
    }

        .tc-featured-style6 .nav-pills .nav-link {
            background-color: transparent;
            color: #999;
            padding: 15px;
            font-weight: 500;
        }

            .tc-featured-style6 .nav-pills .nav-link.active {
                color: #000;
            }

    .tc-featured-style6 .products-slider {
        position: relative;
        overflow: hidden;
        padding-bottom: 80px;
    }

        .tc-featured-style6 .products-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            border-radius: 0;
            margin: 10px;
            background-color: #A0B3BB;
        }

            .tc-featured-style6 .products-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background-color: var(--color-brown2);
                outline: 1px solid var(--color-brown2);
                outline-offset: 3px;
            }

        .tc-featured-style6 .products-slider .swiper-button-prev::after,
        .tc-featured-style6 .products-slider .swiper-button-next::after {
            font-size: 25px;
            color: #000;
        }

        .tc-featured-style6 .products-slider .product-card {
            position: relative;
            margin-top: 50px;
        }

            .tc-featured-style6 .products-slider .product-card:hover .img .butn {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                opacity: 1;
            }

            .tc-featured-style6 .products-slider .product-card .img {
                position: relative;
                height: 410px;
            }

                .tc-featured-style6 .products-slider .product-card .img .butn {
                    position: absolute;
                    bottom: 10px;
                    left: 10px;
                    width: calc(100% - 20px);
                    z-index: 10;
                    text-align: center;
                    -webkit-transform: translateY(30px);
                    transform: translateY(30px);
                    opacity: 0;
                    -webkit-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                .tc-featured-style6 .products-slider .product-card .img .tags {
                    position: absolute;
                    top: 10px;
                    left: 10px;
                }

                    .tc-featured-style6 .products-slider .product-card .img .tags a {
                        font-size: 12px;
                        text-transform: uppercase;
                        color: #999;
                        border: 1px solid #999;
                        border-radius: 5px;
                        padding: 5px 10px;
                        -webkit-margin-end: 5px;
                        margin-inline-end: 5px;
                    }

                        .tc-featured-style6 .products-slider .product-card .img .tags a.sold {
                            background-color: #000;
                            border-color: #000;
                        }

/* --------------- by-style style6 --------------- */
.tc-by-style-style6 .style-slider {
    position: relative;
    overflow: hidden;
}

    .tc-by-style-style6 .style-slider .swiper-button-prev::after,
    .tc-by-style-style6 .style-slider .swiper-button-next::after {
        color: #fff;
        font-size: 30px;
    }

    .tc-by-style-style6 .style-slider .swiper-button-prev {
        left: 2vw;
    }

    .tc-by-style-style6 .style-slider .swiper-button-next {
        right: 2vw;
    }

.tc-by-style-style6 .slider-card {
    position: relative;
}

    .tc-by-style-style6 .slider-card .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .tc-by-style-style6 .slider-card .content {
        position: relative;
        z-index: 10;
        padding: 120px 0 0;
        color: #fff;
    }

        .tc-by-style-style6 .slider-card .content .info .tag-title {
            font-size: 72px;
            line-height: 80px;
            text-transform: uppercase;
            font-weight: 500;
            margin-bottom: 250px;
        }

        .tc-by-style-style6 .slider-card .content .info .text {
            font-size: 14px;
            line-height: 24px;
            text-transform: uppercase;
        }

        .tc-by-style-style6 .slider-card .content .info .title {
            font-size: 150px;
            line-height: 100px;
            letter-spacing: -0.01em;
            text-transform: uppercase;
            margin-top: 130px;
            font-weight: 500;
        }

        .tc-by-style-style6 .slider-card .content .product-card {
            position: relative;
            background-color: #fff;
            color: #000;
            padding: 40px;
        }

            .tc-by-style-style6 .slider-card .content .product-card:hover .img .butn {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                opacity: 1;
            }

            .tc-by-style-style6 .slider-card .content .product-card .img {
                position: relative;
                height: 330px;
            }

                .tc-by-style-style6 .slider-card .content .product-card .img .butn {
                    position: absolute;
                    bottom: 10px;
                    left: 10px;
                    width: calc(100% - 20px);
                    z-index: 10;
                    text-align: center;
                    -webkit-transform: translateY(30px);
                    transform: translateY(30px);
                    opacity: 0;
                    -webkit-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                .tc-by-style-style6 .slider-card .content .product-card .img .tags {
                    position: absolute;
                    top: 10px;
                    left: 10px;
                }

                    .tc-by-style-style6 .slider-card .content .product-card .img .tags a {
                        font-size: 12px;
                        text-transform: uppercase;
                        color: #999;
                        border: 1px solid #999;
                        border-radius: 5px;
                        padding: 5px 10px;
                        -webkit-margin-end: 5px;
                        margin-inline-end: 5px;
                    }

                        .tc-by-style-style6 .slider-card .content .product-card .img .tags a.sold {
                            background-color: #000;
                            border-color: #000;
                        }

@media screen and (max-width: 991px) {
    .tc-by-style-style6 .slider-card .content {
        padding: 80px 0;
    }

        .tc-by-style-style6 .slider-card .content .info .tag-title {
            font-size: 50px;
            line-height: 60px;
            margin-bottom: 50px;
        }

        .tc-by-style-style6 .slider-card .content .info .title {
            font-size: 60px;
            line-height: 100px;
            margin-top: 60px;
        }

        .tc-by-style-style6 .slider-card .content .product-card {
            margin-top: 30px;
        }

            .tc-by-style-style6 .slider-card .content .product-card .img {
                height: 250px;
            }

    .tc-by-style-style6 .swiper-button-next,
    .tc-by-style-style6 .swiper-button-prev {
        display: none;
    }
}
/* --------------- categories style6 --------------- */
.tc-categories-style6 {
    position: relative;
    padding: 120px 0;
}

    .tc-categories-style6 .cat-card {
        display: block;
        position: relative;
        text-align: center;
        border: 1px solid transparent;
        margin-top: 30px;
    }

        .tc-categories-style6 .cat-card:hover {
            border-color: var(--color-brown2);
        }

            .tc-categories-style6 .cat-card:hover h6 {
                color: var(--color-brown2);
            }

        .tc-categories-style6 .cat-card .img {
            height: 185px;
        }

/* --------------- banners style6 --------------- */
.tc-banners-style6 {
    position: relative;
}

    .tc-banners-style6 .banners {
        padding-bottom: 120px;
        border-bottom: 1px solid #ccc;
    }

        .tc-banners-style6 .banners .banner-card {
            position: relative;
            display: block;
        }

            .tc-banners-style6 .banners .banner-card:hover .info .float-arrow {
                background-color: var(--color-brown2);
                color: #fff;
            }

            .tc-banners-style6 .banners .banner-card .img {
                position: relative;
                height: 730px;
            }

                .tc-banners-style6 .banners .banner-card .img::after {
                    position: absolute;
                    content: "";
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background-image: -webkit-gradient(linear, left bottom, left top, from(#0009), to(transparent));
                    background-image: linear-gradient(to top, #0009, transparent);
                }

            .tc-banners-style6 .banners .banner-card .info {
                position: absolute;
                z-index: 10;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                padding: 50px;
                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: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                color: #fff;
            }

                .tc-banners-style6 .banners .banner-card .info h3 {
                    font-size: 72px;
                    line-height: 80px;
                    text-transform: uppercase;
                    font-weight: 500;
                }

                .tc-banners-style6 .banners .banner-card .info .float-arrow {
                    position: absolute;
                    right: 50px;
                    top: 50px;
                    width: 65px;
                    height: 65px;
                    border-radius: 50%;
                    line-height: 65px;
                    text-align: center;
                    border-radius: 50%;
                    background-color: #fff;
                    color: #000;
                    font-size: 25px;
                    -webkit-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

@media screen and (max-width: 991px) {
    .tc-banners-style6 .banners .banner-card {
        margin-bottom: 30px;
    }

        .tc-banners-style6 .banners .banner-card .info {
            padding: 30px;
        }

            .tc-banners-style6 .banners .banner-card .info h3 {
                font-size: 50px;
                line-height: 60px;
            }

        .tc-banners-style6 .banners .banner-card .img {
            height: 450px;
        }
}
/* --------------- trade style6 --------------- */
.tc-trade-style6 {
    position: relative;
    padding: 90px 0 180px;
    overflow: hidden;
}

    .tc-trade-style6 .info {
        text-align: center;
    }

        .tc-trade-style6 .info .rotate-box {
            position: relative;
            width: 220px;
            height: 220px;
            display: block;
            margin: 0 auto 30px;
        }

            .tc-trade-style6 .info .rotate-box .icon {
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                height: 60px;
            }

            .tc-trade-style6 .info .rotate-box .rotate-text {
                -webkit-animation: rotateText 20s linear infinite;
                animation: rotateText 20s linear infinite;
                font-weight: 400;
                text-transform: uppercase;
                position: absolute;
                left: 0;
                border-radius: 50%;
            }

            .tc-trade-style6 .info .rotate-box .rotate-circle svg {
                width: 220px;
                height: 220px;
                fill: var(--color-brown2);
                -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-trade-style6 .info h2 {
    font-size: 72px;
    line-height: 80px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    margin-bottom: 40px;
}

.tc-trade-style6 .info p {
    font-size: 18px;
    line-height: 30px;
    color: #666;
}

.tc-trade-style6 .float-imgs {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

    .tc-trade-style6 .float-imgs img {
        position: absolute;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }

        .tc-trade-style6 .float-imgs img:nth-of-type(1) {
            width: 380px;
            height: 300px;
            left: 0;
            top: 3%;
        }

        .tc-trade-style6 .float-imgs img:nth-of-type(2) {
            width: 260px;
            height: 345px;
            right: -100px;
            top: 20%;
        }

        .tc-trade-style6 .float-imgs img:nth-of-type(3) {
            width: 160px;
            height: 210px;
            right: calc(4% + 130px);
            top: 6%;
        }

        .tc-trade-style6 .float-imgs img:nth-of-type(4) {
            width: 250px;
            height: 290px;
            left: 17%;
            bottom: 0;
        }

        .tc-trade-style6 .float-imgs img:nth-of-type(5) {
            width: 220px;
            height: 170px;
            right: calc(2% + 250px);
            bottom: 50px;
        }

@media screen and (max-width: 991px) {
    .tc-trade-style6 .info h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .tc-trade-style6 .float-imgs {
        display: none;
    }
}
/* --------------- blog style6 --------------- */
.tc-blog-style6 {
    position: relative;
    background-color: #E9E8E0;
    padding: 120px 0;
}

    .tc-blog-style6 * {
        border-color: #C6C4B7 !important;
    }

    .tc-blog-style6 .post-card {
        position: relative;
    }

        .tc-blog-style6 .post-card .img {
            display: block;
            height: 270px;
        }

        .tc-blog-style6 .post-card .info {
            padding-top: 40px;
        }

            .tc-blog-style6 .post-card .info .tags a {
                font-size: 12px;
                line-height: 18px;
                text-transform: uppercase;
                color: #000;
                position: relative;
                -webkit-padding-end: 35px;
                padding-inline-end: 35px;
            }

                .tc-blog-style6 .post-card .info .tags a::after {
                    position: absolute;
                    content: "";
                    right: 15px;
                    top: 6px;
                    width: 5px;
                    height: 5px;
                    border-radius: 50%;
                    background-color: #000;
                }

                .tc-blog-style6 .post-card .info .tags a:last-of-type {
                    -webkit-padding-end: 0;
                    padding-inline-end: 0;
                }

                    .tc-blog-style6 .post-card .info .tags a:last-of-type::after {
                        display: none;
                    }

@media screen and (max-width: 991px) {
    .tc-blog-style6 {
        overflow: hidden;
    }
}
/* --------------- subscribe style6 --------------- */
.tc-subscribe-style6 {
    position: relative;
    background-color: #E9E8E0;
}

    .tc-subscribe-style6 .content {
        padding: 120px 0;
        border-top: 1px solid #ccc;
    }

        .tc-subscribe-style6 .content .form {
            text-align: center;
        }

            .tc-subscribe-style6 .content .form .form-group {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 10px 0;
                border-bottom: 1px solid #000;
                margin-top: 80px;
            }

                .tc-subscribe-style6 .content .form .form-group .form-control {
                    border: 0;
                    background-color: transparent;
                }

                .tc-subscribe-style6 .content .form .form-group button {
                    -ms-flex-negative: 0;
                    flex-shrink: 0;
                    font-size: 18px;
                    font-weight: bold;
                    border: 0;
                    background-color: transparent;
                    text-transform: uppercase;
                    -webkit-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                    .tc-subscribe-style6 .content .form .form-group button:hover {
                        color: var(--color-brown2);
                    }

/* --------------- instagram style6 --------------- */
.tc-instagram-style6 .insta-card {
    position: relative;
    display: block;
}

    .tc-instagram-style6 .insta-card::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0;
        z-index: 1;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .tc-instagram-style6 .insta-card:hover::after {
        opacity: 0.4;
    }

    .tc-instagram-style6 .insta-card:hover .icon {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .tc-instagram-style6 .insta-card .img {
        height: 300px;
    }

    .tc-instagram-style6 .insta-card .icon {
        font-size: 40px;
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        z-index: 2;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

@media screen and (max-width: 991px) {
    .tc-instagram-style6 {
        overflow: hidden;
    }
}
/* --------------- footer style6 --------------- */
.tc-footer-style6 {
    padding: 120px 0 50px;
}

    .tc-footer-style6 .foot-links {
        text-align: center;
        padding-bottom: 60px;
        border-bottom: 1px solid #ccc;
    }

        .tc-footer-style6 .foot-links a {
            font-size: 14px;
            line-height: 24px;
            text-transform: uppercase;
            margin: 0 30px 10px;
            font-weight: 500;
        }

            .tc-footer-style6 .foot-links a:hover {
                color: var(--color-brown2);
            }

    .tc-footer-style6 .social-links .links a {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        -webkit-margin-end: 10px;
        margin-inline-end: 10px;
        border: 1px solid #ccc;
        font-size: 12px;
        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;
    }

        .tc-footer-style6 .social-links .links a:hover {
            background-color: var(--color-brown2);
            color: #fff;
        }

    .tc-footer-style6 .newsletter .form-group {
        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: 15px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

        .tc-footer-style6 .newsletter .form-group .icon {
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

        .tc-footer-style6 .newsletter .form-group input {
            border: 0;
            background-color: transparent;
            text-align: start;
            width: 100%;
        }

        .tc-footer-style6 .newsletter .form-group button {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            border: 0;
            background-color: transparent;
        }

    .tc-footer-style6 .payment {
        text-align: center;
        margin-top: 80px;
    }

        .tc-footer-style6 .payment img {
            height: 35px;
        }

@media screen and (max-width: 991px) {
    .tc-footer-style6 .foot-links a {
        margin: 0 15px 10px;
    }
}
/*------------------------------------------------------- 
home 7 style 
-------------------------------------------------------*/
.home-style7 .sub-font {
    font-family: "Instrument Serif", serif;
}

@media screen and (max-width: 991px) {
    .home-style7 br {
        display: none;
    }

    .home-style7 .fsz-50 {
        font-size: 30px !important;
    }

    .home-style7 .fsz-40 {
        font-size: 25px !important;
    }

    .home-style7 .mb-90 {
        margin-bottom: 40px !important;
    }

    .home-style7 .fsz-30 {
        font-size: 18px !important;
    }

    .home-style7 .mt-70 {
        margin-top: 40px !important;
    }

    .home-style7 .fsz-60 {
        font-size: 40px !important;
    }

    .home-style7 .mt-100 {
        margin-top: 50px !important;
    }

    .home-style7 section {
        padding: 80px 0;
    }
}
/* --------------- navbar style7 --------------- */
.tc-navbar-style7 {
    position: relative;
    padding: 60px 5vw 30px;
    border-top: 12px solid var(--color-green1);
}

    .tc-navbar-style7 .logo-side {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .tc-navbar-style7 .logo-side .logo {
            height: 50px;
        }

        .tc-navbar-style7 .logo-side .links {
            -webkit-margin-start: 80px;
            margin-inline-start: 80px;
        }

            .tc-navbar-style7 .logo-side .links a {
                margin-bottom: 5px;
                font-weight: 500;
            }

                .tc-navbar-style7 .logo-side .links a:hover {
                    color: var(--color-green1);
                }

    .tc-navbar-style7 .nav-side {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .tc-navbar-style7 .nav-side .social-links a {
            width: 45px;
            height: 45px;
            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;
            border-radius: 50%;
            border: 1px solid #9995;
            -webkit-margin-start: 10px;
            margin-inline-start: 10px;
        }

            .tc-navbar-style7 .nav-side .social-links a:hover {
                color: var(--color-green1);
                border-color: var(--color-green1);
            }

@media screen and (max-width: 991px) {
    .tc-navbar-style7 {
        padding-top: 30px;
    }
}
/* --------------- header style7 --------------- */
.tc-header-style7 {
    position: relative;
    padding-top: 120px;
}

    .tc-header-style7 h1 {
        font-size: 150px;
        line-height: 150px;
        letter-spacing: -0.03em;
        text-transform: capitalize;
        font-weight: 400;
    }

    .tc-header-style7 .head-features {
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .tc-header-style7 .head-features p {
            position: relative;
            font-size: 24px;
            line-height: 36px;
            margin-top: 30px;
            -webkit-padding-end: 130px;
            padding-inline-end: 130px;
        }

            .tc-header-style7 .head-features p:last-of-type {
                -webkit-padding-end: 0;
                padding-inline-end: 0;
            }

                .tc-header-style7 .head-features p:last-of-type::after {
                    display: none;
                }

            .tc-header-style7 .head-features p::after {
                position: absolute;
                content: "";
                right: 60px;
                top: 50%;
                width: 8px;
                height: 8px;
                background-color: #999;
                border-radius: 50%;
            }

    .tc-header-style7 .img {
        height: 800px;
        margin-top: 100px;
        overflow: hidden;
    }

        .tc-header-style7 .img img {
            max-height: unset;
            height: 200%;
            -o-object-position: top;
            object-position: top;
            margin-top: -25%;
        }

    .tc-header-style7 #img_360 {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        width: 100%;
        height: 800px;
        margin-top: 100px;
    }

@media screen and (max-width: 991px) {
    .tc-header-style7 h1 {
        font-size: 60px;
        line-height: 90px;
    }

    .tc-header-style7 .head-features {
        display: block;
    }

        .tc-header-style7 .head-features p {
            padding: 0;
        }

            .tc-header-style7 .head-features p::after {
                display: none;
            }

    .tc-header-style7 .img {
        height: 400px;
    }

    .tc-header-style7 #img_360 {
        height: 400px;
    }
}
/* --------------- about style7 --------------- */
.tc-about-style7 {
    position: relative;
    padding: 160px 0;
}

    .tc-about-style7 .rotate-box {
        position: relative;
        width: 220px;
        height: 220px;
        display: block;
        margin: 0 auto 30px;
    }

        .tc-about-style7 .rotate-box .icon {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            height: 80px;
        }

        .tc-about-style7 .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%;
        }

        .tc-about-style7 .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);
    }
}

.tc-about-style7 .numbers .number-card {
    position: relative;
    margin-bottom: 75px;
}

    .tc-about-style7 .numbers .number-card h2 {
        font-size: 60px;
        color: var(--color-green1);
        font-weight: 400;
        margin-bottom: 15px;
    }

    .tc-about-style7 .numbers .number-card small {
        font-size: 16px;
        text-transform: uppercase;
        color: #666;
    }

@media screen and (max-width: 991px) {
    .tc-about-style7 {
        overflow: hidden;
    }
}
/* --------------- services style7 --------------- */
.tc-services-style7 {
    position: relative;
}

    .tc-services-style7 .content {
        position: relative;
        padding: 110px 0;
        border-top: 1px solid #ccc;
    }

        .tc-services-style7 .content .service-card {
            position: relative;
            margin-top: 50px;
            padding: 30px;
            border: 1px solid #ccc;
            display: block;
        }

            .tc-services-style7 .content .service-card:hover {
                border-top: 5px solid var(--color-green1);
            }

            .tc-services-style7 .content .service-card .top-info {
                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: 60px;
            }

                .tc-services-style7 .content .service-card .top-info .icon {
                    width: 65px;
                    height: 65px;
                    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;
                    border-radius: 50%;
                    background-color: #F3F8E9;
                    color: var(--color-green1);
                    font-size: 18px;
                }

            .tc-services-style7 .content .service-card .text {
                min-height: 105px;
                font-size: 19px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: end;
                -ms-flex-align: end;
                align-items: end;
            }

@media screen and (max-width: 991px) {
    .tc-services-style7 {
        padding: 0 !important;
    }

        .tc-services-style7 .content {
            padding: 80px 0;
        }
}
/* --------------- projects style7 --------------- */
.tc-projects-style7 {
    position: relative;
}

    .tc-projects-style7 .swiper-button-next,
    .tc-projects-style7 .swiper-button-prev {
        width: 50px;
        height: 50px;
        border: 1px solid #fff;
    }

        .tc-projects-style7 .swiper-button-next::after,
        .tc-projects-style7 .swiper-button-prev::after {
            font-size: 16px;
            color: #fff;
        }

        .tc-projects-style7 .swiper-button-next:hover,
        .tc-projects-style7 .swiper-button-prev:hover {
            background-color: #fff;
        }

            .tc-projects-style7 .swiper-button-next:hover::after,
            .tc-projects-style7 .swiper-button-prev:hover::after {
                color: #000;
            }

    .tc-projects-style7 .swiper-button-next {
        right: 4vw;
    }

    .tc-projects-style7 .swiper-button-prev {
        left: 4vw;
    }

    .tc-projects-style7 .project-card {
        display: block;
        position: relative;
        height: 600px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-border-end: 1px solid #fff;
        border-inline-end: 1px solid #fff;
    }

        .tc-projects-style7 .project-card:hover .info {
            background-color: #fff;
            color: #000;
        }

        .tc-projects-style7 .project-card .info {
            padding: 40px;
            width: 100%;
            color: #fff;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .tc-projects-style7 .projects-content {
        position: relative;
        overflow: hidden;
    }

        .tc-projects-style7 .projects-content .glry-img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

            .tc-projects-style7 .projects-content .glry-img .tab-img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                -webkit-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
                opacity: 0;
                -webkit-transition: all 0.7s;
                transition: all 0.7s;
            }

                .tc-projects-style7 .projects-content .glry-img .tab-img.current {
                    -webkit-transform: scale(1);
                    transform: scale(1);
                    opacity: 1;
                }

@media screen and (max-width: 991px) {
    .tc-projects-style7 .project-card {
        height: 400px;
    }
}
/* --------------- proccess style7 --------------- */
.tc-proccess-style7 {
    position: relative;
    padding: 150px 0;
}

    .tc-proccess-style7 .accordion-item {
        border: 0;
        border-radius: 0;
    }

        .tc-proccess-style7 .accordion-item .accordion-button {
            background-color: transparent !important;
            border: 0;
            border-top: 1px solid #ccc;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #000;
            font-size: 24px;
            font-weight: 600;
            padding: 30px 0;
        }

            .tc-proccess-style7 .accordion-item .accordion-button::after {
                background-image: none;
                content: "";
                font-family: "Font Awesome 6 Pro";
                -webkit-transform: rotate(0);
                transform: rotate(0);
                font-size: 18px;
                font-weight: 400;
            }

            .tc-proccess-style7 .accordion-item .accordion-button:not(.collapsed) {
                color: var(--color-green1);
                border-color: var(--color-green1);
                border-radius: 0;
            }

                .tc-proccess-style7 .accordion-item .accordion-button:not(.collapsed)::after {
                    content: "";
                }

            .tc-proccess-style7 .accordion-item .accordion-button .num {
                color: #999;
                -webkit-margin-end: 40px;
                margin-inline-end: 40px;
                font-weight: 300;
            }

        .tc-proccess-style7 .accordion-item .accordion-body {
            padding: 0;
            padding-bottom: 30px;
            -webkit-padding-start: 60px;
            padding-inline-start: 60px;
        }

    .tc-proccess-style7 .img {
        height: 550px;
        margin-top: 50px;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

        .tc-proccess-style7 .img img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            opacity: 0;
            -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
            -webkit-transition: all 0.7s ease;
            transition: all 0.7s ease;
            z-index: 0;
        }

            .tc-proccess-style7 .img img.current {
                opacity: 1;
                -webkit-transform: rotate(0);
                transform: rotate(0);
                z-index: 1;
            }

    .tc-proccess-style7 .curve {
        position: absolute;
        bottom: 10%;
        right: 0;
        width: 50%;
        height: 100%;
        z-index: 20;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: bottom right;
        object-position: bottom right;
    }

@media screen and (max-width: 991px) {
    .tc-proccess-style7 {
        overflow: hidden;
    }

        .tc-proccess-style7 .img {
            width: 70vw;
            -webkit-margin-start: 15vw;
            margin-inline-start: 15vw;
            height: 350px;
        }
}
/* --------------- testimonials style7 --------------- */
.tc-testimonials-style7 {
    position: relative;
}

    .tc-testimonials-style7 .rotate-box {
        position: relative;
        width: 220px;
        height: 220px;
        display: block;
        margin: 0 auto 60px;
    }

        .tc-testimonials-style7 .rotate-box .icon {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            height: 50px;
        }

        .tc-testimonials-style7 .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%;
        }

        .tc-testimonials-style7 .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);
    }
}

.tc-testimonials-style7 .test-content {
    position: relative;
    padding-bottom: 150px;
    border-bottom: 1px solid #ccc;
}

    .tc-testimonials-style7 .test-content .testi-slider {
        position: relative;
        overflow: hidden;
    }

    .tc-testimonials-style7 .test-content .swiper-button-prev,
    .tc-testimonials-style7 .test-content .swiper-button-next {
        top: 30%;
    }

        .tc-testimonials-style7 .test-content .swiper-button-prev::after,
        .tc-testimonials-style7 .test-content .swiper-button-next::after {
            font-size: 30px;
            color: var(--color-green1);
        }

.tc-testimonials-style7 .testi-card {
    text-align: center;
}

    .tc-testimonials-style7 .testi-card h4 {
        font-size: 60px;
        line-height: 72px;
        color: #000;
    }

@media screen and (max-width: 991px) {
    .tc-testimonials-style7 {
        padding: 0 !important;
    }

        .tc-testimonials-style7 .testi-card h4 {
            font-size: 25px;
            line-height: 45px;
        }

        .tc-testimonials-style7 .test-content .swiper-button-next,
        .tc-testimonials-style7 .test-content .swiper-button-prev {
            top: auto;
            bottom: 70px;
        }

        .tc-testimonials-style7 .test-content .swiper-button-next {
            right: 35%;
        }

        .tc-testimonials-style7 .test-content .swiper-button-prev {
            left: 35%;
        }
}
/* --------------- blog style7 --------------- */
.tc-blog-style7 {
    position: relative;
    padding: 150px 0 0;
}

    .tc-blog-style7 .row .col-lg-6:first-of-type {
        -webkit-border-end: 1px solid #ccc;
        border-inline-end: 1px solid #ccc;
    }

    .tc-blog-style7 .main-post .img {
        display: block;
        height: 380px;
    }

    .tc-blog-style7 .main-post .info {
        position: relative;
        padding-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .tc-blog-style7 .main-post .info .date {
            -webkit-margin-end: 40px;
            margin-inline-end: 40px;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

            .tc-blog-style7 .main-post .info .date .numb {
                font-size: 48px;
                line-height: 60px;
                margin-bottom: 10px;
                font-weight: 400;
                font-family: "Instrument Serif", serif;
            }

            .tc-blog-style7 .main-post .info .date small {
                font-size: 12px;
                line-height: 18px;
                text-transform: uppercase;
                color: #666;
            }

    .tc-blog-style7 .sub-posts {
        position: relative;
        height: 100%;
        padding-bottom: 100px;
    }

        .tc-blog-style7 .sub-posts .post-card {
            position: relative;
            padding: 30px 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-bottom: 1px solid #ccc;
        }

            .tc-blog-style7 .sub-posts .post-card:first-of-type {
                padding-top: 0;
            }

            .tc-blog-style7 .sub-posts .post-card .date {
                -webkit-margin-end: 40px;
                margin-inline-end: 40px;
                -ms-flex-negative: 0;
                flex-shrink: 0;
            }

                .tc-blog-style7 .sub-posts .post-card .date .numb {
                    font-size: 48px;
                    line-height: 60px;
                    margin-bottom: 10px;
                    font-weight: 400;
                    font-family: "Instrument Serif", serif;
                }

                .tc-blog-style7 .sub-posts .post-card .date small {
                    font-size: 12px;
                    line-height: 18px;
                    text-transform: uppercase;
                    color: #666;
                }

        .tc-blog-style7 .sub-posts .more-link {
            position: absolute;
            left: 0;
            bottom: 0;
            font-size: 14px;
            text-transform: capitalize;
            border-bottom: 1px solid #ccc;
            font-weight: 600;
        }

            .tc-blog-style7 .sub-posts .more-link:hover {
                color: var(--color-green1);
                border-color: var(--color-green1);
            }

    .tc-blog-style7 .slider-content {
        position: relative;
        padding: 250px 0 120px;
        cursor: none;
    }

        .tc-blog-style7 .slider-content * {
            cursor: none;
        }

        .tc-blog-style7 .slider-content h2 {
            font-size: 100px;
            color: transparent;
            padding: 0 70px;
            -webkit-text-stroke: 1px #000;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            font-weight: 500;
        }

            .tc-blog-style7 .slider-content h2:hover {
                color: #000;
            }

    .tc-blog-style7 .float_box {
        position: absolute;
        top: 60px;
        right: 0;
        width: 190px;
        height: 190px;
        background-color: var(--color-green1);
        border-radius: 50%;
        -webkit-transition: all linear, scale 0.5s ease;
        transition: all linear, scale 0.5s ease;
        opacity: 0;
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
        z-index: 10;
        pointer-events: none;
    }

        .tc-blog-style7 .float_box p {
            text-transform: uppercase;
            font-weight: bold;
            color: #fff;
            text-align: center;
            line-height: 250px;
        }

        .tc-blog-style7 .float_box.show {
            opacity: 1;
            -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
            -webkit-transition: all linear, opacity 0.5s ease;
            transition: all linear, opacity 0.5s ease;
        }

    .tc-blog-style7 .tc-awards-slider1 .swiper-wrapper {
        -webkit-transition-timing-function: linear !important;
        transition-timing-function: linear !important;
        position: relative;
    }

    .tc-blog-style7 .tc-awards-slider1 .swiper-slide {
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important;
    }

@media screen and (max-width: 991px) {
    .tc-blog-style7 {
        overflow: hidden;
    }

        .tc-blog-style7 .main-post .img {
            height: 300px;
        }

        .tc-blog-style7 .main-post .info {
            display: block;
            border-bottom: 1px solid #ccc;
            padding: 30px 15px;
        }

            .tc-blog-style7 .main-post .info .date {
                margin-bottom: 20px;
            }

        .tc-blog-style7 .sub-posts .post-card {
            display: block;
            padding: 30px 15px;
        }

            .tc-blog-style7 .sub-posts .post-card .date {
                margin-bottom: 20px;
            }
}
/* --------------- footer style7 --------------- */
.tc-footer-style7 {
    position: relative;
    padding: 150px 0;
    background-color: var(--color-green1);
    color: #fff;
}

    .tc-footer-style7 .links a {
        font-size: 14px;
        margin: 8px 0;
    }

        .tc-footer-style7 .links a:hover {
            text-decoration: underline;
        }

    .tc-footer-style7 .foot-subscribe .form-group {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 20px;
        background-color: #597E0A;
        margin-bottom: 20px;
    }

        .tc-footer-style7 .foot-subscribe .form-group .icon {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            color: #fff;
        }

        .tc-footer-style7 .foot-subscribe .form-group .form-control {
            border: 0;
            background-color: transparent;
        }

            .tc-footer-style7 .foot-subscribe .form-group .form-control::-webkit-input-placeholder {
                color: #BBD683;
            }

            .tc-footer-style7 .foot-subscribe .form-group .form-control::-moz-placeholder {
                color: #BBD683;
            }

            .tc-footer-style7 .foot-subscribe .form-group .form-control:-ms-input-placeholder {
                color: #BBD683;
            }

            .tc-footer-style7 .foot-subscribe .form-group .form-control::-ms-input-placeholder {
                color: #BBD683;
            }

            .tc-footer-style7 .foot-subscribe .form-group .form-control::placeholder {
                color: #BBD683;
            }

        .tc-footer-style7 .foot-subscribe .form-group button {
            border: 0;
            background-color: transparent;
            color: #fff;
            text-transform: uppercase;
        }

    .tc-footer-style7 .social-content {
        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: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
    }

        .tc-footer-style7 .social-content .social-links {
            margin-bottom: 30px;
        }

            .tc-footer-style7 .social-content .social-links a {
                width: 45px;
                height: 45px;
                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;
                border-radius: 50%;
                border: 1px solid #fff9;
                -webkit-margin-end: 15px;
                margin-inline-end: 15px;
            }

                .tc-footer-style7 .social-content .social-links a:hover {
                    background-color: #000;
                    border-color: #000;
                }

@media screen and (max-width: 991px) {
    .tc-footer-style7 {
        padding: 80px 0;
        overflow: hidden;
    }
}
/*------------------------------------------------------- 
home 8 style 
-------------------------------------------------------*/
.home-style8 .fullpage-slider8 {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.home-style8 .section {
    height: 100vh;
    overflow: hidden;
}

    .home-style8 .section .container {
        position: relative;
        z-index: 10;
        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: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 40px 0;
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

.home-style8 .swiper-slide-active .section .container {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.home-style8 .container, .home-style8 .container-lg, .home-style8 .container-md, .home-style8 .container-sm, .home-style8 .container-xl {
    max-width: 1100px !important;
    padding-right: 15px;
    padding-left: 15px;
}

.home-style8 .swiper-pagination {
    right: 28px;
}

    .home-style8 .swiper-pagination .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        border: 0;
        background-color: #fff;
        margin: 30px;
        opacity: 1;
    }

        .home-style8 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #fff;
            outline: 1px solid #fff;
            outline-offset: 6px;
        }

.home-style8 .fixed-content .fixed-btns {
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 999;
}

    .home-style8 .fixed-content .fixed-btns .lang-icon {
        width: 45px;
        height: 45px;
        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;
        border-radius: 50%;
        border: 1px solid #ccc;
        color: #ccc;
    }

.home-style8 .fixed-content .fixed-txt {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 999;
    color: #fff;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home-style8 .fixed-content .fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 20px;
    text-align: center;
    z-index: 999;
    color: #fff;
    height: 100vh;
    background-color: #00000057;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .home-style8 .fixed-content .fixed-nav*:not(.logo) {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .home-style8 .fixed-content .fixed-nav .social-icons a {
        margin-top: 15px;
        width: 40px;
        height: 40px;
        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;
        border: 1px solid #fff;
        border-radius: 50%;
        font-size: 13px;
    }

        .home-style8 .fixed-content .fixed-nav .social-icons a:hover {
            background-color: var(--color-orange1);
            border-color: var(--color-orange1);
            color: #fff;
        }

    .home-style8 .fixed-content .fixed-nav .menu-icon {
        position: fixed;
        left: 40px;
        top: 50%;
        z-index: 999;
        cursor: pointer;
    }

.home-style8.reverse-color .swiper-pagination .swiper-pagination-bullet {
    background-color: #000;
}

    .home-style8.reverse-color .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--color-orange1);
        outline: 1px solid var(--color-orange1);
    }

.home-style8.reverse-color .fixed-content .fixed-btns .lang-icon {
    color: #000;
}

.home-style8.reverse-color .fixed-content .fixed-txt {
    color: #000;
}

.home-style8.reverse-color .fixed-content .fixed-nav {
    color: #000;
    background-color: #fff;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    border-right: 1px solid #ccc;
}

    .home-style8.reverse-color .fixed-content .fixed-nav .logo img {
        -webkit-filter: brightness(0);
        filter: brightness(0);
    }

    .home-style8.reverse-color .fixed-content .fixed-nav .social-icons a {
        border: 1px solid #ccc;
    }

        .home-style8.reverse-color .fixed-content .fixed-nav .social-icons a:hover {
            background-color: var(--color-orange1);
            border-color: var(--color-orange1);
        }

@media screen and (max-width: 991px) {
    .home-style8 br {
        display: none;
    }

    .home-style8 .fsz-50 {
        font-size: 30px !important;
    }

    .home-style8 .fsz-40 {
        font-size: 25px !important;
    }

    .home-style8 .mb-90 {
        margin-bottom: 40px !important;
    }

    .home-style8 .fsz-30 {
        font-size: 18px !important;
    }

    .home-style8 .fsz-25 {
        font-size: 18px !important;
    }

    .home-style8 .fullpage-slider8 {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }

        .home-style8 .fullpage-slider8 .section {
            height: -webkit-max-content;
            height: -moz-max-content;
            height: max-content;
            overflow: scroll;
        }

            .home-style8 .fullpage-slider8 .section .container {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }

        .home-style8 .fullpage-slider8 > .swiper-wrapper {
            display: block;
            overflow: scroll;
            height: -webkit-max-content !important;
            height: -moz-max-content !important;
            height: max-content !important;
            -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
        }

        .home-style8 .fullpage-slider8 .swiper-slide {
            height: -webkit-max-content !important;
            height: -moz-max-content !important;
            height: max-content !important;
        }

    .home-style8 .fixed-content .fixed-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 90px;
        padding: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .home-style8 .fixed-content .fixed-nav .menu-icon {
            left: 80px;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            display: none;
        }

        .home-style8 .fixed-content .fixed-nav .social-icons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .home-style8 .fixed-content .fixed-nav .social-icons a {
                width: 30px;
                height: 30px;
                font-size: 12px;
                margin-top: 0;
                -webkit-margin-start: 10px;
                margin-inline-start: 10px;
            }

        .home-style8 .fixed-content .fixed-nav .logo {
            width: 30px;
        }

    .home-style8 .section {
        padding: 0 15px;
    }
}

.side_menu.style-1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #f3f3f3;
    height: 100vh;
    width: 40%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .side_menu.style-1 .content {
        width: 100%;
    }

        .side_menu.style-1 .content .logo {
            padding: 35px 5vw;
            border-bottom: 1px solid #9993;
        }

            .side_menu.style-1 .content .logo img {
                max-width: 35%;
            }

        .side_menu.style-1 .content .side_foot {
            padding: 30px 5vw;
            border-top: 1px solid #9993;
        }

            .side_menu.style-1 .content .side_foot h5 {
                text-transform: uppercase;
                margin-bottom: 20px;
            }

    .side_menu.style-1 .pages_links {
        padding: 15px 5vw;
        height: calc(100vh - 230px);
        overflow: auto;
        background-color: #f9f9f9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .side_menu.style-1 .pages_links::-webkit-scrollbar {
            height: 5px;
            width: 3px;
            background: #8169f122;
            border-radius: 10px;
        }

        .side_menu.style-1 .pages_links::-webkit-scrollbar-thumb {
            background: #000;
            border-radius: 10px;
        }

        .side_menu.style-1 .pages_links::-webkit-scrollbar-corner {
            background: #8169f122;
            border-radius: 10px;
        }

        .side_menu.style-1 .pages_links li {
            opacity: 0;
            -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        }

            .side_menu.style-1 .pages_links li a {
                color: #222;
                font-size: calc(10px + 0.8vw);
                font-weight: bold;
                margin: 10px 0;
                position: relative;
                -webkit-transition: all 0.3s linear;
                transition: all 0.3s linear;
                text-transform: capitalize;
            }

                .side_menu.style-1 .pages_links li a::after {
                    position: absolute;
                    content: "";
                    left: 110%;
                    top: 60%;
                    width: 0;
                    height: 2px;
                    background-color: #000;
                    -webkit-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }

                .side_menu.style-1 .pages_links li a.active {
                    color: #000;
                }

                    .side_menu.style-1 .pages_links li a.active::after {
                        width: 50px;
                    }

        .side_menu.style-1 .pages_links ul li {
            -webkit-transition: all 1s ease;
            transition: all 1s ease;
        }

            .side_menu.style-1 .pages_links ul li:nth-of-type(1) {
                -webkit-transition-delay: 0.3s;
                transition-delay: 0.3s;
            }

            .side_menu.style-1 .pages_links ul li:nth-of-type(2) {
                -webkit-transition-delay: 0.4s;
                transition-delay: 0.4s;
            }

            .side_menu.style-1 .pages_links ul li:nth-of-type(3) {
                -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s;
            }

            .side_menu.style-1 .pages_links ul li:nth-of-type(4) {
                -webkit-transition-delay: 0.6s;
                transition-delay: 0.6s;
            }

            .side_menu.style-1 .pages_links ul li:nth-of-type(5) {
                -webkit-transition-delay: 0.7s;
                transition-delay: 0.7s;
            }

            .side_menu.style-1 .pages_links ul li:nth-of-type(6) {
                -webkit-transition-delay: 0.8s;
                transition-delay: 0.8s;
            }

            .side_menu.style-1 .pages_links ul li:nth-of-type(7) {
                -webkit-transition-delay: 0.9s;
                transition-delay: 0.9s;
            }

            .side_menu.style-1 .pages_links ul li:nth-of-type(8) {
                -webkit-transition-delay: 1s;
                transition-delay: 1s;
            }

    .side_menu.style-1 .side_menu_cls {
        position: absolute;
        top: 40px;
        right: 30px;
    }

        .side_menu.style-1 .side_menu_cls:hover {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .side_menu.style-1.show {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        pointer-events: all;
        border-radius: 0;
    }

        .side_menu.style-1.show li {
            opacity: 1;
            -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
        }

    .side_menu.style-1.dark_theme {
        background-color: #000;
        color: #fff;
    }

        .side_menu.style-1.dark_theme .pages_links li a {
            color: #999;
        }

            .side_menu.style-1.dark_theme .pages_links li a::after {
                background: #999;
            }

            .side_menu.style-1.dark_theme .pages_links li a:hover {
                color: #fff;
            }

                .side_menu.style-1.dark_theme .pages_links li a:hover::after {
                    background: #999;
                }

        .side_menu.style-1.dark_theme::-webkit-scrollbar {
            background: #fff3;
        }

        .side_menu.style-1.dark_theme::-webkit-scrollbar-thumb {
            background: #fff3;
        }

        .side_menu.style-1.dark_theme::-webkit-scrollbar-corner {
            background: #fff3;
        }

.side_overlay {
    position: fixed;
    z-index: 99998;
    width: 100vw;
    height: 100vh;
    background-color: #0009;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .side_overlay.show {
        opacity: 1;
        visibility: visible;
    }

@media screen and (max-width: 480px) {
    .side_menu.style-1 {
        width: 100%;
    }

        .side_menu.style-1 .pages_links {
            height: calc(100vh - 273px);
        }
}
/* --------------- about style8 --------------- */
.tc-about-style8 {
    background-image: url(../assets/img/home8/about.jpg);
    background-size: cover;
    color: #fff;
}

    .tc-about-style8::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.3;
    }

    .tc-about-style8 h1 {
        font-size: calc(4vw + 30px);
        line-height: 1.2;
        letter-spacing: -0.05em;
        margin-top: 50px;
        font-weight: 600;
    }

@media screen and (max-width: 991px) {
    .tc-about-style8 .fixed-btns {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .tc-about-style8 .fixed-btns .butn {
            font-size: 12px;
            padding: 10px 20px;
            -webkit-margin-start: auto;
            margin-inline-start: auto;
            -webkit-margin-end: 0;
            margin-inline-end: 0;
        }
}
/* --------------- services style8 --------------- */
.tc-services-style8 {
    background-color: #fff;
}

    .tc-services-style8 .service-card {
        position: relative;
        padding: 30px 40px;
        background-color: #F1EEE9;
        display: block;
    }

        .tc-services-style8 .service-card:hover .top-info .title {
            color: #000;
            text-decoration: underline;
        }

        .tc-services-style8 .service-card .top-info {
            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;
        }

            .tc-services-style8 .service-card .top-info .title {
                font-size: 18px;
                text-transform: uppercase;
                color: #666;
            }

            .tc-services-style8 .service-card .top-info .icon {
                width: 60px;
                height: 60px;
                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;
                border-radius: 50%;
                background-color: #fff;
                font-size: 18px;
            }

        .tc-services-style8 .service-card .tags {
            margin-top: 50px;
        }

            .tc-services-style8 .service-card .tags .tag {
                font-size: 21px;
                margin: 5px;
                font-weight: 400;
            }

                .tc-services-style8 .service-card .tags .tag:nth-of-type(1) {
                    padding: 10px 30px;
                    border-radius: 30px;
                    background-color: #000;
                    color: #fff;
                }

                .tc-services-style8 .service-card .tags .tag:nth-of-type(2) {
                    padding: 10px 30px;
                    border-radius: 30px;
                    background-color: var(--color-orange1);
                    color: #fff;
                }

                .tc-services-style8 .service-card .tags .tag:nth-of-type(3) {
                    padding: 10px 30px;
                    border-radius: 30px;
                    background-color: #000;
                    color: #fff;
                }

                .tc-services-style8 .service-card .tags .tag:nth-of-type(4) {
                    padding: 10px 30px;
                    border-radius: 30px;
                    border: 1px solid #ccc;
                    color: #000;
                }

        .tc-services-style8 .service-card.r-card .tags .tag:nth-of-type(1) {
            padding: 10px 30px;
            border-radius: 30px;
            background-color: #000;
            color: #fff;
        }

        .tc-services-style8 .service-card.r-card .tags .tag:nth-of-type(2) {
            padding: 10px 30px;
            border-radius: 30px;
            background-color: #000;
            color: #fff;
        }

        .tc-services-style8 .service-card.r-card .tags .tag:nth-of-type(3) {
            padding: 10px 30px;
            border-radius: 30px;
            border: 1px solid #ccc;
            color: #000;
            background-color: transparent;
        }

        .tc-services-style8 .service-card.r-card .tags .tag:nth-of-type(4) {
            padding: 0;
            border-radius: 0;
            border: 0;
            color: #000;
        }

@media screen and (max-width: 991px) {
    .tc-services-style8 .service-card {
        padding: 30px 15px;
    }

        .tc-services-style8 .service-card .top-info .title {
            font-size: 16px;
            -webkit-margin-end: 50px;
            margin-inline-end: 50px;
        }

        .tc-services-style8 .service-card .top-info .icon {
            width: 45px;
            height: 45px;
            font-size: 14px;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

        .tc-services-style8 .service-card .tags .tag {
            font-size: 13px;
            padding: 5px 10px !important;
        }
}
/* --------------- portfolio style8 --------------- */
.tc-portfolio-style8 {
    position: relative;
    color: #fff;
}

    .tc-portfolio-style8 .nav-pills {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 50px;
    }

        .tc-portfolio-style8 .nav-pills .nav-link {
            padding: 0;
            -webkit-margin-end: 30px;
            margin-inline-end: 30px;
            color: #fff;
            background-color: transparent;
            opacity: 0.6;
        }

            .tc-portfolio-style8 .nav-pills .nav-link.active {
                opacity: 1;
            }

    .tc-portfolio-style8 .project-content .title {
        font-size: 100px;
        letter-spacing: -0.05em;
        font-weight: 600;
        margin-top: 80px;
    }

    .tc-portfolio-style8 .imgs .tab-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .tc-portfolio-style8 .imgs .tab-img.current {
            opacity: 1;
        }

@media screen and (max-width: 991px) {
    .tc-portfolio-style8 .project-content .title {
        font-size: 40px;
        margin-top: 50px;
    }

    .tc-portfolio-style8 .nav-pills .nav-link {
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        margin-bottom: 15px;
    }
}
/* --------------- clients style8 --------------- */
.tc-clients-style8 {
    position: relative;
    background-color: #F1EEE9;
}

    .tc-clients-style8 .rotate-box {
        position: relative;
        width: 220px;
        height: 220px;
        display: block;
        margin-bottom: 30px;
        -webkit-margin-start: -30px;
        margin-inline-start: -30px;
    }

        .tc-clients-style8 .rotate-box .icon {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            height: 50px;
        }

        .tc-clients-style8 .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%;
        }

        .tc-clients-style8 .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);
    }
}

.tc-clients-style8 .clients-slider {
    position: relative;
    overflow: hidden;
}

.tc-clients-style8 .clients-arrows {
    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;
    width: 140px;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #ccc;
    margin-top: 70px;
    padding: 0 10px;
}

    .tc-clients-style8 .clients-arrows .swiper-button-prev,
    .tc-clients-style8 .clients-arrows .swiper-button-next {
        position: relative;
        margin: 0;
        z-index: 20;
        right: 0;
        left: 0;
    }

        .tc-clients-style8 .clients-arrows .swiper-button-prev::after,
        .tc-clients-style8 .clients-arrows .swiper-button-next::after {
            font-size: 14px;
            color: #000;
        }

        .tc-clients-style8 .clients-arrows .swiper-button-prev:hover::after,
        .tc-clients-style8 .clients-arrows .swiper-button-next:hover::after {
            color: var(--color-orange1);
        }

.tc-clients-style8 .author-inf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

    .tc-clients-style8 .author-inf .img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        -webkit-margin-end: 10px;
        margin-inline-end: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .tc-clients-style8 .author-inf .inf * {
        margin: 0;
        line-height: 1.4;
    }

.tc-clients-style8 .numbers .number-card {
    position: relative;
    margin-bottom: 75px;
}

    .tc-clients-style8 .numbers .number-card h2 {
        font-size: 60px;
        color: var(--color-orange1);
        font-weight: 400;
        margin-bottom: 15px;
    }

    .tc-clients-style8 .numbers .number-card small {
        font-size: 16px;
        text-transform: uppercase;
        color: #666;
    }

@media screen and (max-width: 991px) {
    .tc-clients-style8 .numbers .number-card {
        margin-bottom: 30px;
    }

        .tc-clients-style8 .numbers .number-card h2 {
            font-size: 45px;
        }
}
/* --------------- partners style8 --------------- */
.tc-partners-style8 .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .tc-partners-style8 .logos .logo-card {
        position: relative;
        background-color: #fff;
        height: 200px;
        border: 1px solid #ECECEC;
        width: 20%;
        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;
        padding: 20px;
        overflow: hidden;
    }

        .tc-partners-style8 .logos .logo-card:hover .float-inf {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        .tc-partners-style8 .logos .logo-card:hover .plus-icon {
            background-color: #000;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            color: #fff;
        }

        .tc-partners-style8 .logos .logo-card .logo {
            max-width: 135px;
            max-height: 40px;
        }

        .tc-partners-style8 .logos .logo-card .num {
            position: absolute;
            top: 20px;
            right: 20px;
            z-index: 10;
        }

        .tc-partners-style8 .logos .logo-card p {
            position: absolute;
            left: 20px;
            bottom: 20px;
            text-transform: uppercase;
            color: #666;
            z-index: 10;
            font-size: 13px;
        }

        .tc-partners-style8 .logos .logo-card .plus-icon {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            background-color: #F1EEE9;
            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;
            position: absolute;
            bottom: 20px;
            right: 20px;
            z-index: 30;
        }

        .tc-partners-style8 .logos .logo-card .float-inf {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #F1EEE9;
            padding: 30px 20px;
            z-index: 20;
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

@media screen and (max-width: 991px) {
    .tc-partners-style8 .logos .logo-card {
        width: 50%;
    }

        .tc-partners-style8 .logos .logo-card p {
            max-width: calc(100% - 70px);
        }
}
/* --------------- team style8 --------------- */
.tc-team-style8 {
    position: relative;
    background-color: #262929;
    color: #fff;
}

    .tc-team-style8 .member-colmn {
        margin: auto;
    }

    .tc-team-style8 .team-card {
        position: relative;
        margin-bottom: 20px;
        display: block;
    }

        .tc-team-style8 .team-card:hover .img {
            -webkit-transform: scale(0.95);
            transform: scale(0.95);
        }

            .tc-team-style8 .team-card:hover .img img {
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            .tc-team-style8 .team-card:hover .img::after {
                opacity: 0.7;
            }

        .tc-team-style8 .team-card:hover .title {
            opacity: 1;
            top: 50%;
        }

        .tc-team-style8 .team-card:hover .img {
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            overflow: hidden;
        }

            .tc-team-style8 .team-card:hover .img img {
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

        .tc-team-style8 .team-card.team-text .img {
            border: 1px solid #ccc;
            height: 158px;
            height: 158px;
            color: #fff;
        }

            .tc-team-style8 .team-card.team-text .img::after {
                display: none;
            }

        .tc-team-style8 .team-card.team-text .title {
            font-weight: 300;
            color: #fff !important;
            text-align: start;
            opacity: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 13px;
            text-transform: capitalize;
        }

            .tc-team-style8 .team-card.team-text .title .arrow {
                margin-top: 10px;
                display: block;
            }

        .tc-team-style8 .team-card .img {
            position: relative;
            width: 100%;
            border-radius: 50%;
            overflow: hidden;
            display: block;
            margin: auto;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .tc-team-style8 .team-card .img::after {
                position: absolute;
                content: "";
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-color: #000;
                opacity: 0;
                z-index: 1;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

        .tc-team-style8 .team-card .title {
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 10;
            color: #fff;
            opacity: 0;
            text-align: center;
            width: 100%;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            line-height: 1.5;
            text-transform: capitalize;
        }

@media screen and (max-width: 991px) {
    .tc-team-style8 .member-colmn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

        .tc-team-style8 .member-colmn .team-card {
            width: 40vw;
            height: 40vw;
        }

    .tc-team-style8 .team-card.team-text .title {
        padding: 30px;
        text-align: center;
    }

    .tc-team-style8 .butn {
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 30px auto;
    }
}
/* --------------- contact style8 --------------- */
.tc-contact-style8 {
    position: inherit;
    color: #fff;
}

    .tc-contact-style8::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.3;
        z-index: 1;
    }

    .tc-contact-style8 .bg-video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .tc-contact-style8 h1 {
        font-size: calc(4vw + 30px);
        line-height: 1.2;
        letter-spacing: -0.05em;
        margin-top: 50px;
        font-weight: 600;
    }

/*------------------------------------------------------- 
home 9 style 
-------------------------------------------------------*/
.home-style10 .borderd {
    border-color: #ccc !important;
}

.home-style10 .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-style10 .section-padding-x {
    padding-right: 4vw;
    padding-left: 4vw;
}

.home-style10 .section-head-style10 .pagetile {
    /*font-family: LiberationSans;*/
    font-size: 14px;
    color: #333;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.home-style10 .section-head-style10 .sub-title {
    /*font-family: LiberationSans;*/
    font-size: 14px;
    color: #333;
    position: relative;
    -webkit-padding-start: 0px;
    padding-inline-start: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

    .home-style10 .section-head-style10 .sub-title::before {
        position: absolute;
        content: "";
        left: 0;
        top: calc(50% - 4px);
        width: 30px;
        height: 8px;
        background-color: #888;
    }

.home-style10 .section-head-style10 h2 {
    font-size: 55px;
    letter-spacing: -1px;
    font-weight: 500;
    line-height: 1.1;
}

.service-card .info h5.fsz-27 {
    line-height: 1.3; /* adjust if needed */
    min-height: calc(1.3em * 2); /* 2 lines */
}


@media screen and (max-width: 991px) {
    .home-style10 br {
        display: none;
    }

    .home-style10 .fsz-50 {
        font-size: 30px !important;
    }

    .home-style10 .fsz-40 {
        font-size: 25px !important;
    }

    .home-style10 .mb-90 {
        margin-bottom: 40px !important;
    }

    .home-style10 .fsz-30 {
        font-size: 18px !important;
    }

    .home-style10 .mb-50 {
        margin-bottom: 30px !important;
    }

    .home-style10 .section-head-style10 .sub-title {
        margin-bottom: 15px !important;
    }

    .home-style10 .section-head-style10 h2 {
        font-size: 30px;
    }

    .home-style10 .mt-5 {
        margin-top: 2rem !important;
    }

    .home-style10 .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
/* --------------- footer style10 --------------- */
.tc-navbar-style10 {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
    padding: 0;
}

.home-page .tc-navbar-style10 {
    position: absolute;
}

.inner-page .tc-navbar-style10 {
    position: relative;
}


.tc-navbar-style10 .content {
    padding: 20px 0;
    border-bottom: 1px solid #fff5;
}

    .tc-navbar-style10 .content .navbar-brand {
        max-width: 115px;
        -webkit-margin-end: 100px;
        margin-inline-end: 100px;
    }

    .tc-navbar-style10 .content .navbar-nav .nav-link {
        font-size: 14px;
        /*color: #fff;*/
        opacity: 1;
        margin: 0 20px;
    }

/* Home page */
.home-page .tc-navbar-style10 .content .navbar-nav .nav-link {
    color: #fff;
}

/* Other pages */
.inner-page .tc-navbar-style10 .content .navbar-nav .nav-link {
    color: #000;
}

.tc-navbar-style10 .content .menu-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    /*border: 1px solid #fff;
  color: #fff;*/
    font-size: 16px;
}

.home-page .tc-navbar-style10 .content .menu-btn {
    color: #fff;
    border: 1px solid #fff;
}

.inner-page .tc-navbar-style10 .content .menu-btn {
    color: #000;
    border: 1px solid #000;
}


@media screen and (max-width: 991px) {
    .tc-navbar-style10 {
        position: relative;
        background-color: transparent;
    }

        .tc-navbar-style10 .content {
            border: 0;
        }

            .tc-navbar-style10 .content .navbar-nav {
                margin: 20px 0;
            }

                .tc-navbar-style10 .content .navbar-nav .nav-link {
                    margin: 0;
                }
}
/* --------------- header style10 --------------- */
.tc-header-style10 .header-slider {
    position: relative;
    overflow: hidden;
}

    .tc-header-style10 .header-slider .swiper-slide {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .tc-header-style10 .header-slider .swiper-slide-active {
        position: relative;
        z-index: 20;
    }

    .tc-header-style10 .header-slider .slider-controls {
        position: absolute;
        right: 40px;
        bottom: 40px;
        z-index: 20;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #0009;
        padding: 10px 20px;
        border-radius: 30px;
        color: #fff;
    }

        .tc-header-style10 .header-slider .slider-controls .swiper-button-next,
        .tc-header-style10 .header-slider .slider-controls .swiper-button-prev {
            position: static;
            height: -webkit-max-content;
            height: -moz-max-content;
            height: max-content;
            margin: 0;
        }

            .tc-header-style10 .header-slider .slider-controls .swiper-button-next::after,
            .tc-header-style10 .header-slider .slider-controls .swiper-button-prev::after {
                color: #fff;
                font-size: 12px;
            }

        .tc-header-style10 .header-slider .slider-controls .swiper-pagination {
            position: static;
            margin: 0 10px;
        }

.tc-header-style10 .slider-card {
    position: relative;
}

    .tc-header-style10 .slider-card .img {
        height: 650px;
        position: relative;
        min-height: 100vh;
    }

        .tc-header-style10 .slider-card .img::after {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            opacity: 30%;
            pointer-events: none;
        }

    .tc-header-style10 .slider-card .info {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 20;
        color: #fff;
    }

        .tc-header-style10 .slider-card .info h1 {
            font-size: calc(12vw + 20px);
            font-weight: 500;
            text-shadow: 0 0 2px #000;
            line-height: 1;
        }

    .tc-header-style10 .slider-card .float-box {
        position: absolute;
        right: 40px;
        top: 180px;
        background-color: #fff;
        border-bottom-left-radius: 25px;
        padding: 50px;
        width: 350px;
    }

        .tc-header-style10 .slider-card .float-box h4 {
            font-weight: 500;
            font-size: 43px;
            line-height: 60px;
        }

@media screen and (max-width: 991px) {
    .tc-header-style10 .slider-card .float-box {
        padding: 30px;
        top: 40px;
        width: 230px;
    }

        .tc-header-style10 .slider-card .float-box h4 {
            font-size: 30px;
            line-height: 1.5;
        }

        .tc-header-style10 .slider-card .float-box .fsz-20 {
            font-size: 14px !important;
        }

        .tc-header-style10 .slider-card .float-box .mt-50 {
            margin-top: 20px !important;
        }

    .tc-header-style10 .slider-card .img {
        height: 550px;
    }

    .tc-header-style10 .slider-card .info {
        bottom: 60px;
    }
}
/* --------------- services style10 --------------- */
.tc-services-style10 .service-card {
    display: block;
}

    .tc-services-style10 .service-card:hover .arrow {
        background-color: #000;
        border-color: #000;
        color: #fff;
    }

    .tc-services-style10 .service-card:hover .img {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

        .tc-services-style10 .service-card:hover .img img {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
        }
    /*.tc-services-style10 .service-card .img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-services-style10 .service-card .img img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
*/
    .tc-services-style10 .service-card .img {
        width: 40px;
        height: 100px;
        /*border-radius: 50%;
        overflow: hidden;
        /*margin-bottom: 40px;*/
        padding: 0;
    }

    .tc-services-style10 .service-card .image {
        width: 100%;
        height: auto;
        /*border-radius: 50%;
        overflow: hidden;
        /*margin-bottom: 40px;*/
        padding: 0;
    }

    .tc-services-style10 .service-card .img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }



    .tc-services-style10 .service-card .imgProfile {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 40px;
        padding: 0;
        margin-left: initial;
        margin-right: initial;
    }

@media screen and (max-width: 480px) {
    .tc-services-style10 .service-card .imgProfile {
        margin-left: auto;
        margin-right: auto;
    }
}

.tc-services-style10 .service-card .imgProfile img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.infostyle {
    text-align: left;
}

.whystyle {
    padding-top: initial;
    padding-bottom: initial;
}

.teamstyle {
    margin-bottom: initial;
}

@media screen and (max-width: 480px) {
    .infostyle {
        text-align: center;
    }

    .whystyle {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .teamstyle {
        margin-bottom: 50px;
    }
}

.tc-services-style10 .service-card .arrow {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-top: 40px;
    border: 1px solid #ccc;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}




.tc-services-style10 .links a,
.tc-services-style10 .links .nav-link,
.tc-services-style10 .nav a,
.tc-services-style10 .nav .nav-link {
    font-size: 14px;
    -webkit-margin-start: 30px;
    margin-inline-start: 30px;
    color: #777;
    text-transform: capitalize;
    padding: 0;
    background: transparent;
}

    .tc-services-style10 .links a.active, .tc-cases-style10 .links a:hover,
    .tc-services-style10 .links .nav-link.active,
    .tc-services-style10 .links .nav-link:hover,
    .tc-services-style10 .nav a.active,
    .tc-services-style10 .nav a:hover,
    .tc-services-style10 .nav .nav-link.active,
    .tc-services-style10 .nav .nav-link:hover {
        color: #fff;
        background-color: #24457b;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }




/* --------------- about style10 --------------- */
.tc-about-style10 .img {
    position: relative;
}

    .tc-about-style10 .img .years-box {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10;
        padding: 30px;
        border-bottom-left-radius: 20px;
        background-color: #f1f1f1;
    }

        .tc-about-style10 .img .years-box h4 {
            font-size: 70px;
            margin-bottom: 15px;
        }

.tc-about-style10 .about-maquee {
    padding: 50px 0;
}

    .tc-about-style10 .about-maquee a {
        font-size: 22px;
        color: #999;
        text-transform: capitalize;
        -webkit-padding-end: 10px;
        padding-inline-end: 100px;
        position: relative;
    }

        .tc-about-style10 .about-maquee a:hover {
            color: #000;
        }

        .tc-about-style10 .about-maquee a::after {
            position: absolute;
            content: "";
            right: 52px;
            top: calc(50% - 3px);
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #000;
        }

    .tc-about-style10 .about-maquee .swiper-wrapper {
        -webkit-transition-timing-function: linear !important;
        transition-timing-function: linear !important;
        position: relative;
    }

    .tc-about-style10 .about-maquee .swiper-slide {
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important;
    }

@media screen and (max-width: 991px) {
    .tc-about-style10 .img {
        margin-bottom: 30px;
    }

        .tc-about-style10 .img .years-box {
            padding: 20px;
        }

            .tc-about-style10 .img .years-box h4 {
                font-size: 40px;
            }
}
/* --------------- cases style10 --------------- */
.home-page .tc-cases-style10 {
    background-color: #DFE3EC;
}

.inner-page .tc-cases-style10 {
    background-color: #FFF;
}



/* base nav item */
.tc-cases-style10 .links a,
.tc-cases-style10 .links .nav-link,
.tc-cases-style10 .nav a,
.tc-cases-style10 .nav .nav-link {
    font-size: 12px;
    margin-inline-start: 30px;
    color: #777;
    text-transform: capitalize;
    padding: 5px 15px;
    background: transparent;
    position: relative;
    white-space: nowrap;
    flex-shrink: 0;
}

    /* hover & active */
    .tc-cases-style10 .links a.active,
    .tc-cases-style10 .links a:hover,
    .tc-cases-style10 .links .nav-link.active,
    .tc-cases-style10 .links .nav-link:hover,
    .tc-cases-style10 .nav a.active,
    .tc-cases-style10 .nav a:hover,
    .tc-cases-style10 .nav .nav-link.active,
    .tc-cases-style10 .nav .nav-link:hover {
        color: #fff;
        background-color: #24457b;
        border-radius: 3px;
    }

/* separator */
.nav-pills .nav-link:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    transition: opacity 0.2s ease;
}

/* hide separator on hover / active (NO SHIFT) */
.nav-pills .nav-link:hover::after,
.nav-pills .nav-link.active::after {
    opacity: 0;
}

/* keep everything on one line */
.nav.nav-pills {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: flex-end;
}



.tc-cases-style10 .case-item {
    margin-top: 30px;
    position: relative;
    display: block;
    height: 500px;
}

    .tc-cases-style10 .case-item:hover .arrow {
        background-color: #000;
        color: #fff;
    }

    .tc-cases-style10 .case-item:hover .img {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }

        .tc-cases-style10 .case-item:hover .img:after {
            opacity: 0.2;
        }

        .tc-cases-style10 .case-item:hover .img img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .tc-cases-style10 .case-item .img {
        position: relative;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        overflow: hidden;
    }

        .tc-cases-style10 .case-item .img::after {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            pointer-events: none;
        }

        .tc-cases-style10 .case-item .img img {
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

    .tc-cases-style10 .case-item .info {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 30px;
        z-index: 10;
        color: #fff;
    }

    .tc-cases-style10 .case-item .arrow {
        position: absolute;
        right: 30px;
        top: 30px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%;
        background-color: #fff;
        z-index: 10;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

@media screen and (max-width: 991px) {
    .tc-cases-style10 .links a,
    .tc-cases-style10 .links .nav-link,
    .tc-cases-style10 .navs a,
    .tc-cases-style10 .navs .nav-link {
        font-size: 12px;
        -webkit-margin-start: 5px;
        margin-inline-start: 5px;
        font-weight: bold;
    }

    .tc-cases-style10 .case-item,
    .tc-cases-style10 .th-600 {
        height: 350px !important;
    }
}
/* --------------- team style10 --------------- */
.tc-team-style10 .member-colmn {
    margin: auto;
}

.tc-team-style10 .team-card {
    position: relative;
    margin-bottom: 40px;
    display: block;
}

    .tc-team-style10 .team-card:hover .img {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

        .tc-team-style10 .team-card:hover .img img {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

        .tc-team-style10 .team-card:hover .img::after {
            opacity: 0.5;
        }

    .tc-team-style10 .team-card:hover .title {
        opacity: 1;
        top: 50%;
    }

    .tc-team-style10 .team-card:hover .img {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        overflow: hidden;
    }

        .tc-team-style10 .team-card:hover .img img {
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

    .tc-team-style10 .team-card.team-text:hover .img {
        border-color: #000;
    }

    .tc-team-style10 .team-card.team-text .img {
        border: 1px solid #ccc;
    }

        .tc-team-style10 .team-card.team-text .img::after {
            display: none;
        }

    .tc-team-style10 .team-card.team-text .title {
        font-weight: 300;
        color: #000 !important;
        text-align: start;
        opacity: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 18px;
        text-transform: uppercase;
    }

        .tc-team-style10 .team-card.team-text .title .arrow {
            margin-top: 10px;
            display: block;
        }

    .tc-team-style10 .team-card .img {
        position: relative;
        width: 100%;
        border-radius: 50%;
        overflow: hidden;
        display: block;
        margin: auto;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .tc-team-style10 .team-card .img::after {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            opacity: 0;
            z-index: 1;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .tc-team-style10 .team-card .title {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10;
        color: #fff;
        opacity: 0;
        text-align: center;
        width: 100%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        line-height: 1.5;
        text-transform: capitalize;
    }

.tc-team-style10 .numbers {
    padding-top: 0px;
}

    .tc-team-style10 .numbers .number-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 0px solid #ccc;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .tc-team-style10 .numbers .number-card .perc {
            font-size: 55px;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -webkit-margin-end: 25px;
            margin-inline-end: 25px;
            font-weight: 500;
            line-height: 1;
        }

        .tc-team-style10 .numbers .number-card p {
            font-size: 17px;
            color: #666;
            text-transform: capitalize;
            line-height: 1.5;
        }

/* --------------- video style10 --------------- */
.tc-video-style10 {
    height: 650px;
    overflow: hidden;
}

    .tc-video-style10 video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

@media screen and (max-width: 991px) {
    .tc-video-style10 {
        height: 400px;
    }
}
/* --------------- awards-clients style10 --------------- */
.tc-awards-clients-style10 .tc-awards-style10 {
    background-color: #F1EEE9;
}

    .tc-awards-clients-style10 .tc-awards-style10 .awards-list {
        border-bottom: 1px solid #ccc;
    }

        .tc-awards-clients-style10 .tc-awards-style10 .awards-list .award-row {
            padding: 30px 0;
            border-top: 1px solid #ccc;
            text-transform: capitalize;
        }

            .tc-awards-clients-style10 .tc-awards-style10 .awards-list .award-row a {
                text-decoration: underline;
            }

                .tc-awards-clients-style10 .tc-awards-style10 .awards-list .award-row a:hover {
                    opacity: 0.5;
                }

.tc-awards-clients-style10 .tc-clients-style10 {
    background-color: #27292C;
    color: #fff;
    height: 100%;
    position: relative;
}

    .tc-awards-clients-style10 .tc-clients-style10 .clients-slider1 {
        position: relative;
        overflow: hidden;
    }

    .tc-awards-clients-style10 .tc-clients-style10 .author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .tc-awards-clients-style10 .tc-clients-style10 .author .au-img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            overflow: hidden;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -webkit-margin-end: 20px;
            margin-inline-end: 20px;
        }

    .tc-awards-clients-style10 .tc-clients-style10 .slider-controls {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 20px;
        border-radius: 30px;
        color: #fff;
        border: 1px solid #fff5;
    }

        .tc-awards-clients-style10 .tc-clients-style10 .slider-controls .swiper-button-next,
        .tc-awards-clients-style10 .tc-clients-style10 .slider-controls .swiper-button-prev {
            position: static;
            height: -webkit-max-content;
            height: -moz-max-content;
            height: max-content;
            margin: 0;
        }

            .tc-awards-clients-style10 .tc-clients-style10 .slider-controls .swiper-button-next::after,
            .tc-awards-clients-style10 .tc-clients-style10 .slider-controls .swiper-button-prev::after {
                color: #fff;
                font-size: 12px;
            }

        .tc-awards-clients-style10 .tc-clients-style10 .slider-controls .swiper-pagination {
            position: static;
            margin: 0 10px;
        }

            .tc-awards-clients-style10 .tc-clients-style10 .slider-controls .swiper-pagination .swiper-pagination-bullet {
                width: 8px;
                height: 8px;
                background-color: #fff;
                margin: 0 5px;
            }

                .tc-awards-clients-style10 .tc-clients-style10 .slider-controls .swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
                    width: 10px;
                    height: 10px;
                }

/* --------------- blog style10 --------------- */
.tc-blog-style10 .blog-card {
    position: relative;
    margin-top: 40px;
}

    .tc-blog-style10 .blog-card .img {
        height: 230px;
        overflow: hidden;
        position: relative;
    }

    .tc-blog-style10 .blog-card .info {
        padding-top: 30px;
    }

        .tc-blog-style10 .blog-card .info .tags a {
            font-size: 12px;
            color: #666;
            -webkit-padding-end: 30px;
            padding-inline-end: 30px;
            text-transform: uppercase;
            position: relative;
        }

            .tc-blog-style10 .blog-card .info .tags a:last-of-type::after {
                display: none;
            }

            .tc-blog-style10 .blog-card .info .tags a::after {
                position: absolute;
                content: "";
                right: 12px;
                top: calc(50% - 3px);
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background-color: #000;
            }

/* --------------- chat style10 --------------- */
.tc-chat-style10 {
    position: relative;
}

    .tc-chat-style10 .xl-text {
        font-size: calc(10vw + 20px);
        font-weight: 500;
        position: relative;
        z-index: 10;
        line-height: 1;
    }

    .tc-chat-style10 .pattern {
        position: absolute;
        top: 0;
        right: 0;
        width: 35%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: bottom;
        object-position: bottom;
        pointer-events: none;
    }

/* --------------- footer style10 --------------- */
.tc-footer-style10 {
    background-color: #DFE3EC;
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    z-index: auto !important;
}

    .tc-footer-style10 .foot-social a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%;
        -webkit-margin-end: 10px;
        margin-inline-end: 10px;
        background-color: #fff;
    }

        .tc-footer-style10 .foot-social a:hover {
            background-color: #000;
            color: #fff;
        }

    .tc-footer-style10 .foot {
        padding: 30px 0;
        border-top: 1px solid #ccc;
    }

        .tc-footer-style10 .foot .foot-links a {
            font-size: 13px;
            -webkit-margin-end: 4vw;
            margin-inline-end: 4vw;
        }

            .tc-footer-style10 .foot .foot-links a:last-of-type {
                margin: 0;
            }

.contact-form label {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
    display: block;
}

.custom-input {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 0;
    background: transparent;
}

    .custom-input:focus {
        outline: none;
        box-shadow: none;
        border-color: #000;
    }

.contact-form .col-lg-4 {
    position: relative;
}

.message-area {
    height: calc(100% - 71px); /* label height */
    min-height: 160px;
    resize: none;
}

.foot a {
    margin-right: 20px
}




.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-content {
    flex: 1;
}

/* Safety */
footer {
    position: relative !important;
    clear: both;
}

.js-splittext-lines * {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/*.row > div:nth-child(2) .branch-card-projects,
.row > div:nth-child(3) .branch-card-projects {
    padding: 0 10px;
}

@media screen and (max-width: 480px) {
    .row > div:nth-child(2) .branch-card-projects,
    .row > div:nth-child(3) .branch-card-projects {
        padding: 0 0px;
    }
}
*/
.branch-card-projects {
    height: 100%;
    padding-bottom:0px;
}
@media screen and (max-width: 480px) {
    .branch-card-projects {
        padding-bottom:50px;
    }
}
.vintobstyle {
    text-align:right;
}
.copyright {
    text-align: left;
}

@media screen and (max-width: 480px) {
    .vintobstyle {
        text-align: center;
    }
    .copyright {
        text-align: center;
    }
}


/*
.item {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.row > .item:first-child {
    padding-left: 0 !important;
}

.row > .item:last-child {
    padding-right: 0 !important;
}*/

.no-style-link {
    text-decoration: none;
    color: inherit;
    background: none;
    border: 0;
    outline: none;
    display: block;
}

.map-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
}

    .map-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
