/* --------------- side_menu_style4 --------------- */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.navbar-brand img {
    width: 150px !important;
}

body,p {
    font-family: "Roboto", sans-serif;
  }
 
.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;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.4s;
    -o-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);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1;
    top: 30%;
	right: 185px;
}
.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
}
.icon img {
    width: 40px;
}
.popup {
    position: relative;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup img {
    max-height: 50%;
    width: 420px;
    border-radius: 10px;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: red;
    color: white;
    border: none;
    padding: 0px 11px 3px 11px;
    border-radius: 56px;
    font-size: 20px;
}

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

.side_menu_style4.show .main_links {
    text-align: left;
    -webkit-transform: scaleX(1) scaleY(1);
    -ms-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: 25%;
    -webkit-transform: rotate(-60deg) scale(0.5);
    -ms-transform: rotate(-60deg) scale(0.5);
    transform: rotate(-60deg) scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.7s;
    -o-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);
    -ms-transform: rotate(120deg) scale(0.5);
    transform: rotate(120deg) scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.7s;
    -o-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;
}

.la.la-arrow-right {
    transform: rotate(-45deg);
}

.side_menu_style4 .main_links {
    text-align: left;
    -webkit-transform: scaleX(1.4) scaleY(1.8);
    -ms-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;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.side_menu_style4 .main_links .main_link {
    font-size: calc(2vw + 8px);
    font-weight: 400;
    margin: 10px 0;
    color: #004C9E !important;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}

.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-slide-main {
    max-width: 350px;
    position: absolute;
    top: -120px;
    right: -100px;
}

.mt-s1-50 {
    top: 50px !important;
}

.side-slider .icon i {
    font-size: 28px;
    color: var(--color-orange1) !important;
}

.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;
    -o-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;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.7s;
    -o-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;
    -o-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: transparent !important;
    padding: 0;
}
.tc-navbar-style1.sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
	background: linear-gradient(124deg, #004C9E 0%, #8200AD 80%, #FD7502 100%) !important;
    padding: 0;
}
ul#pills-tab {
    display: flex;
    flex-direction: column;
    gap: 20px;
	margin-top: 150px;
}
.hi-box {
    position: relative;
}
.hi-img img {
    border-radius: 25px;
    width: 100%;
}
.hi-desc {
    position: absolute;
    left: 18px;
    right: 0;
    bottom: -125px;
}
.hi-desc-inner {
    max-width: 555px;
    padding: 43px 38px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;

}
#pills-tab .nav-link {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .2px;
    padding: 15px 25px;
    background: #fff;
    border-radius: 6px;
    color: #666;
    width: 100%;
    text-align: left;
    border: 1px solid #ccc;
}
.col-lg-3.text-lg-end.mt-4.mt-lg-0 {
    text-align: center;
    margin-bottom: 20px;
}
#pills-tab .nav-link.active, #pills-tab .show>.nav-link {
    color: #fff;
    background: linear-gradient(124deg, #004C9E 0%, #8200AD 80%, #FD7502 100%) !important;
}
.tc-navbar-style1 .content {
    padding: 20px 0;
}

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

.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: #000;
}

@media screen and (max-width: 991px) {
    .tc-navbar-style1 {
        position: relative;
        background: linear-gradient(124deg, #0047ff 0%, #4a00ff 25%, #ff5900 90%);

    }
    .tc-navbar-style1.sticky{
        position: sticky;
        background: linear-gradient(124deg, #0047ff 0%, #4a00ff 25%, #ff5900 90%);
        top: 0;

    }
    
    .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;
    background: #fff;
    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: #000;
    position: relative;
}

.tc-header-style1 .header-slider .swiper-pagination {
    position: relative;
    bottom: 170px;
    color: #fff;
    z-index: 30;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: auto;
    display: flex;
    gap: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

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

.w-75 {
    width: 75%;
}

.tc-header-style1 .slider-card {
    position: relative;
    background: url('/assets/img/bg-banner.webp');
    background-size: cover;
    

}
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    background: white;
    padding: 10px 0;
}

.marquee {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scroll 120s linear infinite;
}

.marquee.reverse {
    animation: scroll-reverse 120s linear infinite;
}

.marquee img {
    width: 120px;
    height: 80px;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    flex-shrink: 0;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 10px)); }
}

@keyframes scroll-reverse {
    0% { transform: translateX(calc(-50% - 10px)); }
    100% { transform: translateX(0); }
}

/* Responsive marquee styles */
@media screen and (max-width: 768px) {
    .marquee {
        animation: scroll 120s linear infinite;
    }
    
    .marquee.reverse {
        animation: scroll-reverse 120s linear infinite;
    }
    
    .marquee img {
        width: 80px;
        height: 60px;
        padding: 8px;
    }
}

@media screen and (max-width: 480px) {
    .marquee {
        animation: scroll 90s linear infinite;
    }
    
    .marquee.reverse {
        animation: scroll-reverse 90s linear infinite;
    }
    
    .marquee img {
        width: 60px;
        height: 45px;
        padding: 5px;
    }
}

.tc-header-style1 .slider-card .img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: 100%;
    pointer-events: none;
}
.client .swiper-slide {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 30px;
}.tc-header-style1 .slider-card .info {
    position: relative;
    width: 100%;
    z-index: 20;
    padding: 250px 20px;
    min-height: 100vh;
    color: #fff;
    background: linear-gradient(124deg, #004C9E 0%, #8200AD 80%, #FD7502 100%) !important;
    background-position: center center;
    background-size: cover;
}

.tc-header-style1 .slider-card .info h1 {
    font-size: calc(4vw + 20px);
    font-weight: 500;
    line-height: 1;
    color: #000;
    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;
    }
    .side-slider .icon {
        text-align: center;
    }
    .home-style1 .side-slider .fsz-30 {
        text-align: center;
    }
    .slider-card .w-75 {
        width: 100% !important;
    }
    .arrrow {
        display: flex;
        align-items: start;
        justify-content: end;
        margin-top: 0 !important;
    }
  
    
.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}
.side-slide-main.mt-s1-50 {
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    gap: 42px;
}
.tc-header-style1 .header-slider .swiper-pagination {
    position: relative;
    bottom: 250px !important;
    color: #fff;
    z-index: 30;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: auto;
    display: flex;
    gap: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

}

/* Mobile View: 3 Rows */
@media (max-width: 767px) {
   section.tc-experience-style1.section-padding-x {
    min-height: 430px;
    margin-top: -410px;
}
}

/* --------------- experience style1 --------------- */

.tc-experience-style1 {
    position: relative;
    padding: 20px 0 100px;
    background-color: #F2F6FB;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    margin-top: -40px;
    z-index: 10;
    padding-top: 100px;
}
.tc-experience-style1.home {
    position: relative;
    padding: 20px 0 100px;
    background-color: #F2F6FB;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    margin-top: -110px;
    z-index: 10;
    padding-top: 100px;
}
.tc-experience-style1 .c-line {
    position: absolute;
    top: 70px;
    left: 0;
    width: 90%;
    height: calc(100% - 140px);
    z-index: -1;
    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;
    -o-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);
    -ms-transform: rotate(30deg) scale(1.3);
    transform: rotate(30deg) scale(1.3);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 0;
}

.tc-experience-style1 .img.animated {
    -webkit-transform: rotate(-15deg) scale(1);
    -ms-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);
    -ms-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;
    -ms-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);
        -ms-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: #E0EAF4;
}

.tc-services-style1 .title p {
    letter-spacing: 50px;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transition-delay: 0.3s;
    -o-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: 100%;
    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;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tc-services-style1 .ser-img video {
    width: 100%;
   
}

.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-top: 100px;
    background-color: #fff;
    z-index: 10;
    border-radius: 40px 40px 0 0;
   
}

.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;
    -o-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: 10px;
    margin-inline-end: 10px;
}

.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);
    -ms-transform: rotate(-30deg) scale(1.3);
    transform: rotate(-30deg) scale(1.3);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 0;
}

.tc-process-style1 .img.animated {
    -webkit-transform: rotate(15deg) scale(1);
    -ms-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);
        -ms-transform: rotate(0);
        transform: rotate(0);
        margin-top: 50px;
        height: 350px;
    }
  
}


/* --------------- projects style1 --------------- */

.tc-projects-style1 {
    overflow: hidden !important;
}

.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 .float-cursor {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-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;
    -o-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);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.tc-projects-style1 .projects .project-card .img {
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}
.tc-projects-style1 .projects .project-card-inner .img {
    height: 450px;
    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 h5.title {
    font-size: 25px;
    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: 1460px) {
    .tc-header-style1 .slider-card .info {
        position: relative;
        width: 100%;
        z-index: 20;
        padding: 230px 20px;
        min-height: 100vh;
        color: #fff;
        padding-bottom: 300px !important;
    }
    .tc-header-style1 .header-slider .swiper-pagination {
        position: relative;
        bottom: 140px;
        z-index: 30;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: auto;
        display: flex;
        gap: 30px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .tc-chat-style1 .xl-text {
    font-size: 105px;
    font-weight: 500;
    position: relative;
    z-index: 10;
    line-height: 1;
    color: var(--color-orange1);
    margin-bottom: 20px;
}
    .side-slide-main {
        max-width: 300px;
        position: absolute;
        top: 50px;
        right: 0;
    }
    .mt-s1-50 {
        top: 50px !important;
    }
}
@media screen and (min-width: 1300px) and (max-width: 1460px) {
    .col-lg-4.p-0.col-md-6 img{
        position: relative;
        left: -90px;
    }
}
@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: 100px 0;
}

.tc-testimonials-style1 .c-line {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-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;
    margin-bottom: 20px;
}

.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;
    -o-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: 100px;
    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;
    }
      .tc-header-style1 .slider-card .info {
    position: relative;
    width: 100%;
    z-index: 20;
    padding: 145px 20px;
    min-height: 75vh;
    color: #fff;
    padding-bottom: 240px !important;
}
    .side-slide-main.mt-s1-50 {
        top: -30px !important;
    }
}



/* --------------- 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);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.tc-team-style1 .team-card:hover .img img {
    -webkit-transform: scale(1.2);
    -ms-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;
    -o-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;
    -o-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;
    -o-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;
    -o-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%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
    opacity: 0;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-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;
    -o-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(#F2F6FB), to(transparent));
    background-image: -webkit-linear-gradient(bottom, #F2F6FB, transparent);
    background-image: -o-linear-gradient(bottom, #F2F6FB, transparent);
    background-image: linear-gradient(to top, #F2F6FB, 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: 100px 0;
    background-color: #F2F6FB;
}

.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;
    -o-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: 110px;
    font-weight: 500;
    position: relative;
    z-index: 10;
    line-height: 1;
    color: var(--color-orange1);
    margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
.tc-chat-style1 .xl-text {
    font-size: 95px;
   
}
}

@media screen and (max-width: 991px) {
    .side-slide-main {
        max-width: 350px;
        position: relative;
        top: auto;
        right: -25px;
    }
    .tc-chat-style1 .xl-text {
        font-size: 60px !important;
    }
    .years-45 {
        margin-bottom: 30px;
    }
    .info-accordion {
        margin-bottom: 0 !important;
    }
 
}


/* --------------- 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-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: block;
    }

    .about-img {
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .about-img img {
        width: 50%;
    }
    .home-style1 .fsz-50 {
        font-size: 30px !important;
    }
    .home-style1 .fsz-45 {
        font-size: 25px !important;
        
    }
    .js-splittext-lines .fsz-45 {
        text-align: center;
    }
    .project-card {
        margin-top: 20px;
    }
    .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;
    }
    img.years-45 {
        width: 252px;
    }
    .tc-experience-style1 .img.animated {
       
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
    .tc-experience-style1 .img {
        height: 100% !important;
        
    }
    ul#pills-tab {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 0px;
    }
    .title.mb-100.text-center {
margin-bottom: 20px;
    }
    div#pills-tabContent {
        margin-top: 20px;
    }
}
@media screen and (min-width:992px) and (max-width: 1280px) { 

.side-slide-main.mt-s1-50 {
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    gap: 42px;
    bottom: -30%;
    margin-top: 20px;
}
.tc-header-style1 .slider-card .info {
    position: relative;
    width: 100%;
    z-index: 20;
    padding: 230px 20px;
    min-height: 67vh;
    color: #fff;
    padding-bottom: 300px !important;
}
     }
@media screen and (min-width:768px) and (max-width: 991px) {
   .tc-experience-style1 .img.animated img{
   width: 50% !important;
}
 .tc-experience-style1 .img.animated {
   display: flex;
   align-items: center;
   justify-content: center;
}
.tc-experience-style1.home {
    position: relative;
    padding: 20px 0 50px;
    background-color: #F2F6FB;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    margin-top: -210px;
    z-index: 10;
    padding-top: 50px;
}
h2.fsz-45.fw-500.text-center.mb-30 {
    margin-bottom: 0 !important;
}
.about-pg-style1 .tc-awards-style2 {
    padding: 50px 0;
}
.title.mb-70 {
    margin-bottom: 20px !important;
}
.tc-process-style1 {
    padding: 50px 0;
}
.title.mb-100.text-center {
    margin-bottom: 40px !important;
}
.tc-chat-style1 {
    position: relative;
    padding: 50px 0;
    background-color: #F2F6FB;
}

@media screen and (min-width:768px) and (max-width: 991px) {
   .tc-experience-style1 .img.animated img{
   width: 50% !important;
}
 .tc-experience-style1 .img.animated {
   display: flex;
   align-items: center;
   justify-content: center;
}
.tc-experience-style1 {
    padding: 50px 0;
}
div#counter-section {
margin-top: 0 !important;
}
.tc-experience-style1.home {
    position: relative;
    padding: 20px 0 50px;
    background-color: #F2F6FB;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    margin-top: -210px;
    z-index: 10;
    padding-top: 50px;
}
h2.fsz-45.fw-500.text-center.mb-30 {
    margin-bottom: 0 !important;
}
.about-pg-style1 .tc-awards-style2 {
    padding: 50px 0;
}
.title.mb-70 {
    margin-bottom: 20px !important;
}
.tc-process-style1 {
    padding: 50px 0;
}
.title.mb-100.text-center {
    margin-bottom: 50px !important;
}
.tc-chat-style1 {
    position: relative;
    padding: 50px 0;
    background-color: #F2F6FB;
}
.tc-testimonials-style1 .marq-slider {
  
    padding-top: 50px;
}
.col-lg-3.text-lg-end.mt-4.mt-lg-0 {
    text-align: center;
    margin-bottom: 50px;
}
.blog-pg-style1 .tc-latest-posts-style1 .content {
    padding: 100px 0;
    padding-bottom: 50px !important;
}
.tc-latest-posts-style1-home .title.mb-30.wow.fadeInUp.slow {
margin-bottom: 50px !important;
}
}
}

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);
    -ms-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);
    -ms-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;
}
.main-div {
   

}
@media screen and (max-width: 767px) {
    .tc-header-style1 .header-slider .swiper-pagination {
        position: relative;
        bottom: 100px !important;
        z-index: 30;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: auto;
        display: flex;
        gap: 30px;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        
    }
    .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: relative;
        right: auto;
        bottom: auto;
        background: #fff;
        z-index: 87;
        left: auto;
        top: 0;
        justify-content: center;
    }
    h2.fsz-45.fw-500.text-center.mb-30.clients {
    margin-bottom: 10px!important;
}
    .hi-desc {
        position: relative;
        left: auto;
        right: auto;
        bottom: -20px;
    }
    .tc-header-style1 .slider-card {
        position: relative;
       

        height: 100%;
    }
    .tc-chat-style1 {
    position: relative;
    padding: 50px 0;
    background-color: #F2F6FB;
}
    .tc-testimonials-style1 .marq-slider {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
}
div#counter-section {
margin-top: 0 !important;
}

.tc-experience-style1 {
    padding: 50px 0;
}
.col-lg-3.text-lg-end.mt-4.mt-lg-0 {
       margin-top: 40px !important;

    margin-bottom: 50px;
}
    .side-slide-main {
        max-width: 350px;
        position: relative;
        top: -20px !important;
        right: 0;
        gap: 20px;
    }
    .client .swiper-slide {
        border: 1px solid #ccc;
        padding: 10px;
        border-radius: 10px;
        margin-right: 10px !important;
    }
    .slider-card .w-75 {
        width: 75% !important;
    }
    .sticky .wid1  {
        display: none;
    }
    
        
.col-md-6 {
    flex: 0 0 auto;
    width: 100%;
}
.col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
}
.tc-header-style1 .slider-card {
    position: relative;
    background: transparent;
}
.tc-header-style1 .header-slider {
    position: relative;
    overflow: hidden;

}
img.years-45 {
    width: 225px;
}
.tc-experience-style1 .rotate-txt {
   display: none;
}
.tc-experience-style1 .img.animated {
   margin-top: 20px;
    transform: rotate(0) scale(1);
    opacity: 1;
    margin-bottom: 40px;
}
.tc-experience-style1.home {
    position: relative;
    padding: 20px 0 50px;
    padding-top: 70px;
}
.tc-chat-style1 .xl-text {
    font-size: 30px !important;
}
.tc-experience-style1 {
  
    margin-top: -140px;
    z-index: 10;
}
.title.mb-100.text-center {
margin: 0 !important;
}
ul#pills-tab {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
}
div#pills-tabContent {
margin-top: 20PX;
}
.tc-projects-style1 .projects .project-card .info .title {
   
    text-align: center;
}
.text.color-666.mt-30 {
    margin-top: 20px !important;
}
.home-style1 .fsz-45 {
   text-align: center;
}
.tc-process-style1 {
    padding: 50px 0;
}
.title.mb-70 {
margin-bottom: 30px !important;
}
.about-pg-style1 .tc-awards-style2 {
    padding: 50px 0 !important;
}
h2.fsz-45.fw-500.text-center.mb-30 {
margin-bottom: 40px !important;
}
.after-market h2.fsz-45.fw-500.text-center.mb-30 {
margin-bottom: 0px !important;
}
.tc-projects-style1 .projects .project-card .info .text {
   text-align: center;
}
.text.fsz-15.color-666 {
text-align: justify;
}
.text.color-666.mt-50 {
margin-top: 30px !important;
}
.col-lg-12.mb-70 {
margin-bottom: 50px !important;
}
.tc-services-style1 .service-card .icon {
   
    text-align: center;
}
.service-card {
    text-align: center;
}
.blog-pg-style1 .tc-latest-posts-style1 .content {
    padding: 50px 0;
}
.tc-header-style1 .header-slider .swiper-pagination {
    position: relative;
    bottom: auto !important;
    z-index: 30;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: auto;
    display: flex;
    gap: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: -431px !important;
}
    .tc-header-style1 .slider-card .info {
        position: relative;
        width: 100%;
        z-index: 20;
        padding: 260px 20px;
        min-height: 100vh;
        padding-bottom: 340px !important;
    }
    div#navbarSupportedContent {
        flex-wrap: wrap;
        align-items: center;
    }
    .col-lg-4.p-0 {
        text-align: center;
    }
    .wid3 {
        width: 30%;
        margin-top: 20px;
        text-align: right;
        margin-right: 0;
    }
    .wid2 {
        width: 70%;
        margin-top: 0px;
    }
    .wid1 {
        width: 100%;
    }
}