/* ========= [ * page-home_1 ]  =========*/

/* --------------- side_menu_style4 --------------- */


.tc-header-style1 .slider-card .slider-1 {
    background-image: linear-gradient(45deg, #00000030, #00000030), url('../img/hall.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tc-header-style1 .slider-card .slider-2 {
    background-image: linear-gradient(45deg, #00000030, #00000030), url('../img/head_slide2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tc-header-style1 .slider-card .slider-3 {
    background-image: linear-gradient(45deg, #00000030, #00000030), url('../img/CBR.jpeg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

input:-internal-autofill-selected {
    background-color: transparent !important;

    appearance: menulist-button;
    background-image: none !important;
    /* background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important; */
    color: fieldtext !important;
}


.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;
}

.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: center;
    -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: 40%;
    -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;
}

.side_menu_style4 .main_links {
    text-align: center;
    -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(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;
    -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; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    /*background-color: transparent;*/
    background-color: #fff;
    padding: 0;
}

.tc-navbar-style1 .navbar-brand .logo {
   width: 270px;
    height: 100px;
}

/* .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: 16px;
    font-weight: 500;
    color: #353535;
    opacity: 1;
    margin: 0 10px;
}

.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: #353535;
}

@media screen and (max-width: 991px) {
    .tc-navbar-style1 {
        position: relative;
        background-color: #fff;
    }

    .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;
    }

}

@media (max-width:1024px) {
    .navbar-expand-lg .nav-side {
        display: none;
    }

    .tc-navbar-style1 .content .navbar-nav .nav-link {
        font-size: 15px;
    }
}

@media (max-width:550px) {
    .tc-chat-style1 {
        display: none;
    }

    .tc-navbar-style1 .navbar-brand {
        margin: auto !important;
    }
}


/* --------------- 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: 135px;
    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: 120px;
    width: 100%;
    z-index: 20;
    color: #fff;
}

.tc-header-style1 .slider-card .info h1 {
    font-size: calc(6vw + 5px);
    font-weight: 500;
    line-height: 1;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 2500px) and (min-width: 995px) {
    .tc-header-style1 .slider-card .img {
        min-height: 105vh;
    }
}

@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: 0;
    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: 64px;
    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: -95px;
        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: -webkit-linear-gradient(top, #F1EEE9, #F1EEE999, transparent);
    background-image: -o-linear-gradient(top, #F1EEE9, #F1EEE999, 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;
    -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;
    margin-bottom: 30px;
}

.tc-services-style1 .service-card:hover .arrow {
    background-color: #000;
    color: #fff;
}

.tc-services-style1 .service-card .icon {
    color: var(--color-green1);
    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;
    -o-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 {
        padding: 20px 60px 20px 30px;
        -webkit-border-start: 1px solid #ccc;
        border-inline-start: 1px solid #ccc;
        margin-top: 50px !important;
    }
}



.tc-services-style1 .slick-prev:before,
.tc-services-style1 .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #ffca08;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tc-services-style1 .slick-prev {
    left: -54px;
}

.fsz-26 {
    font-size: 26px !important;
}

.lh-1-8 {
    line-height: 1.8 !important;
}


/* --------------- projects style1 --------------- */

.tc-projects-style1 {
    overflow: hidden !important;
    padding-top: 80px;
}

.tc-projects-style1 {
    position: relative;
}

.tc-projects-style1::before {
    content: "";
    position: absolute;
    top: -25%;
    left: -220px;
    height: 100%;
    width: 50%;
    background-image: linear-gradient(45deg, #ffffff99, #ffffff99), url('../img/bg/cad-design-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -22;
    rotate: 119deg;
}

.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-green1);
}


.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);
    -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: 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;
}
.projects-slider .project-card {
    padding-left: 20px;
}

.tc-projects-style1 .slick-prev:before,
.tc-projects-style1 .slick-next:before {
    color: #ffca08 !important;
    font-size: 30px;
}

@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;
    }
}
@media (max-width:768px){
    .tc-projects-style1 .projects .projects-content .float-cursor{
        display: none !important;
    }
    .tc-projects-style1 .projects .projects-content * {
        cursor: block !important;
    }
}

/* --------------- testimonials style1 --------------- */

.tc-testimonials-style1 {
    position: relative;
    padding: 150px 0;
}

.tc-testimonials-style1::before {
    content: "";
    position: absolute;
    top: 4%;
    right: -220px;
    height: 100%;
    width: 50%;
    background-image: linear-gradient(45deg, #ffffff99, #ffffff99), url('../img/bg/cad-design-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -22;
    rotate: 162deg
}


.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;
}

.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: 150px;
    font-weight: 500;
    -webkit-text-stroke: 1px #000;
    color: transparent;
}

.tc-testimonials-style1 .marq-slider a:hover {
    color: #000;
}


.tc-testimonials-style1 {
    overflow: hidden !important;
}

@media screen and (max-width: 991px) {
    .tc-testimonials-style1 {
        padding: 50px 0;
        overflow: hidden;
    }

    .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);
    -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(#F1EEE9), to(transparent));
    background-image: -webkit-linear-gradient(bottom, #F1EEE9, transparent);
    background-image: -o-linear-gradient(bottom, #F1EEE9, 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;
    -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: 65px;
    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-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);
    -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;
}



/* KD CSS Start */


/* --------------- blog style2 --------------- */
.tc-blog-style2 {
    position: relative;
    padding: 110px 0;
    background-color: #F1EEE9;
}

.tc-blog-style2 .row .col-lg-3 .blog-card .img {
    height: 300px;
}



.tc-blog-style2 .blog-card {
    margin-top: 20px;
}

.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;
    -o-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;
    }
}

/* --------------- contact style2 End --------------- */


/* --------------- 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: 22px 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-style2 .sub-font {
    font-family: 'Instrument Serif', serif;
}

.home-style2 .ico-45 {
    -webkit-transform: rotate(-45deg);
    -ms-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;
    }
}

.fot-conts {}

.fot-conts ul {}

.fot-conts li {
    margin-bottom: 15px;
    align-items: center;
    display: flex;
}

.fot-conts ul li i {
    font-size: 21px;
    padding-right: 12px;
}

.fot-mbl-no {
    display: flex;
    align-items: center;
}

.fot-conts ul li a {}

.footer-social-links {
    margin-top: 30px
}

.useful-links ul li {
    margin-bottom: 12px;
}

.footer-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;
}

.footer-social-links a:hover {
    background-color: var(--color-orange1);
    border-color: var(--color-orange1);
    color: #fff;
}


/* --------------- footer style2 End --------------- */


/* --------------- process style1 Start --------------- */
.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::before {
    content: "";
    position: absolute;
    top: -37%;
    left: -220px;
    height: 100%;
    width: 25%;
    background-image: linear-gradient(45deg, #ffffff99, #ffffff99), url('../img/bg/cad-design-4.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -22;
    rotate: 119deg;
}


.tc-process-style1 .c-line {
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 50%;
    height: 550px;
    z-index: 0;
    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-green1);
}

.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);
    -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;
    }
}

/* --------------- process style1 End --------------- */

/* --------------- process style2 Start --------------- */
.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(../img/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: "\f068";
    font-family: "Font Awesome 5 Pro";
    -webkit-transform: rotate(0) !important;
    -ms-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: "\f067";
    font-family: "Font Awesome 5 Pro";
    -webkit-transform: rotate(0) !important;
    -ms-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(../img/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);
    -ms-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: -webkit-linear-gradient(bottom, #000000c5, transparent);
    background-image: -o-linear-gradient(bottom, #000000c5, 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: -webkit-linear-gradient(bottom, #000000c5, transparent);
    background-image: -o-linear-gradient(bottom, #000000c5, 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%);
    -ms-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%);
    -ms-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;
        -ms-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: -webkit-linear-gradient(bottom, #000000c5, transparent);
        background-image: -o-linear-gradient(bottom, #000000c5, 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;
        -ms-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;
    }
}

/* ------------------ process style2 End ----------------- */


/* Sticky Header Start */

@media only screen and (min-width: 1000px) {
    #active-sticky.is-sticky {
        position: fixed;
        top: 0;
        padding: 0;
        background: #fff;
        border-bottom: 0.5px solid #ffca0847;
        z-index: 33333;
        left: 0;
    }

    #active-sticky.is-sticky {
        /* padding-top: 10px; */
        /* padding-bottom: 10px; */
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .navbar-brand .scroll-show-logo {
        /* background-color: #ffff; */
        border-radius: 12px;
        padding: 12px 0px;

    }

    .navbar-brand .scroll-hide-logo {
        /* display: none; */
    }

    #active-sticky.is-sticky.navbar.tc-navbar-style1 .navbar-brand .scroll-show-logo {
        /* display: none; */
    }

    #active-sticky.is-sticky.navbar.tc-navbar-style1 .navbar-brand .scroll-hide-logo {
        display: ;
    }

    #active-sticky.is-sticky.navbar.tc-navbar-style1 .content .nav-side .icon {
        color: #000 !important;
    }

    #active-sticky.is-sticky.navbar.tc-navbar-style1 .content .navbar-nav .nav-link {
        color: #000 !important;
    }



    .side_menu_style4.show #active-sticky.is-sticky,
    .side_menu4_overlay2.show #active-sticky.is-sticky,
    .side_menu_style4.show #active-sticky.is-sticky {
        z-index: 0;
    }

    #active-sticky.is-sticky.side_menu_style4.show,
    #active-sticky.is-sticky.side_menu4_overlay2.show,
    #active-sticky.is-sticky.side_menu_style4.show {
        z-index: 0;
    }

}

/* Sticky Header End */

/* footer logo start */
.footer-logo {
    padding-bottom: 18px;
}

.footer-logo img {
    width: 300px;
    /* height: 100px; */
    background-color: #fff;
    padding: 12px;
    border-radius: 12px;
}

/* footer logo end */

/* social-whatsapp CSS Start */
.social-icons-whatsapp {
    bottom: 25px;
    right: 41.9px;
    opacity: 1;
    transition: opacity 0.5s;
    box-sizing: border-box;
    position: fixed !important;
    z-index: 16000160 !important;
    direction: ltr;
    text-align: right;
    display: false;
    align-items: false;
    flex-direction: false;
}

.social-icons-whatsapp a,
.social-icons-whatsapp a:hover {
    background: #0dc143;
    font-size: 34px;
    padding: 4px 13.5px;
    border-radius: 50%;
}

.social-icons-whatsapp i {
    color: #fff;
}

/* social-whatsapp CSS End */

.abt-copy-nme {
    width: 380px;
    height: 115px;
}


/* Our Team Start */

.bg-ececec {
    background-color: #ececec;
}

.our-team-main {
    padding: 80px 0px;
}

.our-team-main .our-team-img {
    padding: 18px;
}

.our-team-main .our-team-img img {
    width: 100%;
}

.our-team-main .our-team-text {}

.p-l-r-20px {
    padding: 0px 20px;
}

.our-team-nm-abt {}

.our-team-nm-abt h5 {
    font-weight: 800;
    padding-bottom: 13px;
    font-size: 22px;
}

.our-team-nm-abt span {
    color: #6a6868;
}

.our-team-main .our-team-linkd {
    margin-top: 20px;
}

.our-team-main .our-team-linkd a {
    width: 40px;
    height: 40px;
    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 #0a66c2;
    margin: 0 5px;
    font-size: 12px;
}

.our-team-main .our-team-linkd a:hover {
    background-color: #0a66c2;
    border-color: #fff;
    color: #fff;
}

.our-team-main .our-team-linkd i {
    color: #0a66c2;
    font-size: 20px;
}

.our-team-main .our-team-linkd a:hover i {
    color: #fff;
}

@media (max-width:500px) {
    .mbil-flx-dirc-revec {
        flex-direction: column-reverse;
    }
}


.navbar-toggler {
    padding: .25rem .45rem !important;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 0.9em !important;
    height: 0.9em !important;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/* Our Team End */

/* Footer-bottom-2 Start */

.footerbottom2 {
    float: right !important;
}

.footerbottom2 h4 {
    font-size: 14px;
    color: #000;
    margin: 9px 0px;
}

.footerbottom2 h4 span a {
    color: #eab571;
}

.footerbottom2 h4 span a img {
    width: 99px;
}

/* Footer-bottom-2 End */



/* Responsive tabs */
@media (max-width:992px) {
    .tc-navbar-style1 .navbar-brand .scroll-hide-logo {
        display: block !important;
    }

    .tc-process-style1 .offset-lg-2 {
        margin-left: 10%;
    }

    .tc-testimonials-style1::before {
        right: 167px;
    }

    .tc-footer-style2 .foot-main-content {
        padding: 70px 0px;
    }

    .tc-chat-style1 {
        padding: 70px 0px;
    }

    .home-style1 .section-padding {
        padding: 70px 4vw;
    }

    .tc-experience-style1 {
        padding: 70px 0px;
    }

    .navbar-dark .navbar-toggler {
        color: #353535 !important;
        border: none !important;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2853, 53, 53%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

    }

    .tc-navbar-style1 .navbar-collapse.show {
        background-color: #fff !important;
    }

    .tc-navbar-style1 .navbar-brand .logo {
        width: 275px;
        height: 80px;
        border-radius: 12px;
    }


    @media (max-width:789px) {
        .abt-copy-nme {
            width: 278px;
        }

        .social-icons-whatsapp {
            bottom: 25px;
            right: 12.9px;
        }

        .side_menu_style4 {
            padding: 0px !important;
        }
    }


    @media (max-width:555px) {
        .tc-process-style1 .img.animated {
            transform: rotate(0) !important;
        }

        .tc-process-style1 .offset-lg-2 {
            margin-left: 0%;
        }

        /*.tc-experience-style1 .exp-num {*/
        /*    padding-bottom: 0px;*/
        /*}*/

        /*.tc-experience-style1 .mb-100 {*/
        /*    margin-bottom: 10px !important;*/
        /*}*/

        .tc-experience-style1 .mbl-none {
            display: none;
        }

        .home-style1 .section-padding {
            padding: 40px 4vw;
        }

        .tc-experience-style1 {
            padding: 40px 0px 40px;
        }

        .tc-experience-style1 .exp-num .num {
            font-size: 55px;

        }

        .tc-testimonials-style1 .lg-icon {
            font-size: 80px;
        }

        .tc-services-style1 .mb-100 {
            margin-bottom: 70px !important;
        }

        .tc-navbar-style1 .navbar-brand .logo {
            width: 250px;
            height: 90px;
        }

        .tc-services-style1 {
            padding-bottom: 44px;
        }

        .tc-process-style1 .c-line {
            z-index: 0;
        }

        .mbl-none {
            display: none;
        }

        .tc-services-style1 .slick-prev {
            left: -44px;
        }

        .tc-services-style1 .slick-next {
            right: -15px;
        }

        .tc-services-style1 .services .row {
            margin-left: 0px !important;
            margin-right: 0px !important;
        }

        .tc-testimonials-style1 .tc-clients-style1 .clients-card .fsz-26 {
            font-size: 16px !important;
        }

        .tc-header-style1 .slider-card .img {
            /* min-height:  !important; */
            height: 550px;
        }
    }
}


@media (max-width:550px) {
    .inner-pages-style1 .tc-inner-header-style1 {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .inner-pages-style1 .tc-inner-header-style1 h1 {
        font-size: 35px;
        line-height: 38px
    }

    .footerbottom2 {
        float: none !important;
        text-align: center;
    }

    .tc-footer-style2 .foot .fsz-16 {
        font-size: 14px !important;
    }
}

@media (max-width: 340px) {
    .tc-navbar-style1 .navbar-brand .logo {
        width: 205px;
    }
}

@media (max-width:1441px) {
    .tc-experience-style1 .c-line {
        z-index: -1;
    }
}



/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    left: 50px;
    bottom: 25px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(255 202 8);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'unicons';
    content: '\e84b';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #000;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'unicons';
    content: '\e84b';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background-image: linear-gradient(298deg, #ffc107, #ffc107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #000;
    stroke-width: 5;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

body.light .progress-wrap {
    box-shadow: inset 0 0 0 3.5px #000;
}

body.light .progress-wrap::after {
    color: blue;
}

body.light .progress-wrap svg.progress-circle path {
    stroke: blue;
}

.switch,
.circle {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.switch {
    width: 80px;
    height: 4px;
    border-radius: 27px;
    background-image: linear-gradient(298deg, red, yellow);
    position: fixed;
    right: 50px;
    top: 75px;
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    z-index: 33333;
    transition: all 300ms linear;
}

.circle {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: blue;
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    animation: border-transform 10s linear infinite alternate forwards;
}

.circle:hover {
    box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.circle:before {
    position: absolute;
    font-family: 'unicons';
    content: '\eac1';
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    opacity: 1;
    color: grey;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.circle:after {
    position: absolute;
    font-family: 'unicons';
    content: '\eb8f';
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    color: yellow;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.switched {}

.switched .circle {
    left: 45px;
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    background: blue;
}

.switched .circle:hover {
    box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.switched .circle:before {
    opacity: 0;
}

.switched .circle:after {
    opacity: 1;
}



/* --------------- testimonials-process-12 style2 Start --------------- */

.tc-testimonials-style1 .accordion-item {
    border: 0;
    border-radius: 20px;
    margin-bottom: 5px;
    background-color: #f1eee9;
}

.tc-testimonials-style1 .accordion-item .accordion-button {
    color: #000;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 30px;
    border: 0;
}

.tc-testimonials-style1 .accordion-item .accordion-button:not(.collapsed) h3 {
    color: #000;
}

.tc-testimonials-style1 .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
}

.tc-testimonials-style1 .accordion-item .accordion-button h3 {
    font-size: 24px;
}

.tc-testimonials-style1 .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-testimonials-style1 .accordion-item .accordion-button::after {
    background-image: none;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
}

.tc-testimonials-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-testimonials-style1 .accordion-item .accordion-body .text {
    font-size: 15px;
    color: #666;
}



/* --------------- testimonials-process-12 style2 Start --------------- */



/* Social Instagram Start */

.social-icons-insta {
    bottom: 39%;
    right: -144px;
    opacity: 1;
    transition: opacity 0.5s;
    box-sizing: border-box;
    position: fixed !important;
    z-index: 16000160 !important;
    direction: ltr;
    text-align: right;
    rotate: 270deg;
    display: false;
    align-items: false;
    flex-direction: false;
}
.social-icons-insta a{
    padding: 4px 13.5px;
    border-radius: 50%;
}
.social-icons-insta a img{
    background: #fff;
    border-radius: 5px;
    width: 51%;
}


/* Social Instagram end */




/*popup css start here*/

#delayedPopup .modal {
    display: block;
    position: fixed;
    z-index: 111;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 108px;
}

.modal-content {
    padding: 15px 30px;
}

/* #btnClose {
        position: absolute;
        left: 40%;
        bottom: 15px;
        font-size: 15px;
        z-index: 9;
        opacity: 1;
    } */


#btnClose {
    right: 10%;
}

.close {
    text-shadow: none;
    font-weight: 500;
}

.modal-content {
    background-color: none;
    /* margin: 5% auto 15% auto; */
    margin: 0% auto 10% auto;
    border: none;
    max-width: 520px;
    width: 100%;
}

.popup-right-sec p {
    font-size: 15px;
    margin-bottom: 10px;
}

.popup-right-sec p i {
    color: #2b3e59;
}

.popup_right_sec_btn {
    text-align: center;
    margin-top: 12px;
}

.popup_right_sec_btn a {
    text-decoration: none;
    margin: 0px 5px;
    color: #fff;
    background-color: #2b3e59;
    padding: 5px 10px;
    border-radius: 4px;
    transition: 0.5s ease;
    border: 1px solid #2b3e59;
    font-size: 14px;
}

.popup_right_sec_btn a:hover {
    color: #2b3e59;
    text-decoration: none;
    border: 1px solid #2b3e59;
    background-color: #f9f9f9;
}

.popup_main {
    padding: 0px;
}

@media (max-width:450px) {
    .popup_mbl_vw {
        text-align: center !important;
    }

    .popup_right_sec_btn {
        text-align: justify;

    }

    #btnClose {
        position: absolute;
        left: 20%;
        bottom: 19px;
    }

    #delayedPopup .modal {
        padding: 10px;
    }

    .popup_main {
        padding: 5px;
    }
}

.op_accordion .op_accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.op_accordion .op_accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #03b5d2;
}

.op_accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.op_accordion button:hover,
.op_accordion button:focus {
    cursor: pointer;
    color: #03b5d2;
}

.op_accordion button:hover::after,
.oop_accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.op_accordion button .op_accordion-title {
    padding: 1em 1.5em 1em 0;
}

.op_accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.op_accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.op_accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.op_accordion button[aria-expanded='true'] {
    color: #03b5d2;
}

.op_accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.op_accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    height: auto;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.op_accordion .op_accordion-content {
    /* / opacity: 0;/ */
    height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.op_accordion .op_accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

.op_block {
    margin-bottom: 40px;
    line-height: 22px;
    padding-left: 30px;
}

.op_summary li {
    display: flex;
}

.op_summary span.left-side {
    flex: 1;
    padding-right: 30px;
}

.op_summary li span {
    font-size: 16px !important;
}

.op_summary span.right-side {
    flex: 3;
}

.opn_cr_btn {
    padding-left: 30px;
}

.opn_cr_btn a {
    background-color: #0067b3 !important;
    color: #fff !important;
    border-color: #0067b3 !important;
    padding: 8px 9px;
    text-decoration: none;
    border-radius: 7px;
}

.opn_cr_btn a:hover {
    background-color: #0067b3 !important;
    color: #fff !important;
    border-color: #0067b3 !important;
    padding: 8px 9px;
    text-decoration: none;
}

.theme-blue {
    font-weight: 600;
    color: #4f81a5;
}

.ser-web img {
    width: 76px;
    background-color: #2b3e59;
    /* color: #fff; */
    padding: 6px;
    border-radius: 3px;
}

.ser-web-cnt p {
    font-size: 18px;
    text-align: justify;
}

.pp_disagree_btn {
    margin-left: 88px;
}

.popup-right-sec .form-group label {
    font-size: 14.2px;
    text-transform: capitalize;
    text-align: start;
    padding: 12px;

}

.popup-right-sec .form-group {
    text-align: start;

}

.delayedPopupWindow .main-popup-hd {
    width: 95%;
}

.popup_right_sec_btn a {
    height: 100%;
    margin-top: 14px;
}

.delayedPopupWindow .main-popup-hd h4 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 5px;
}

.delayedPopupWindow .main-popup-hd hr {
    margin: 0.5px 12px 0px 0px;
}

.delayedPopupWindow .main-popup-hd p {
    font-size: 13px;
    margin-bottom: 5px;
}

@media (max-width:650px) {
    #btnClose {
        position: absolute;
        left: 37%;
    }
}



@media (max-width: 550px) {
    #btnClose {
        position: absolute;
        left: 31% !important;
    }

    .sec-title1_1 {
        height: 280px !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 450px) {
    #btnClose {
        position: absolute;
        left: 28% !important;
    }

    .sec-title1_1 {
        height: 280px !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width:1024px) {
    .sec-title1_1 {
        height: 285px !important;

    }

    .about_content_tt {
        height: 465px;
    }

}

.delayedPopupWindow #active-sticky.is-sticky {
    z-index: 9999;
}

@media (max-width:992px) {

    .sec-title1_1 {
        height: 315px !important;
        margin-bottom: 20px !important;
    }

    .about_content_tt {
        height: inherit;
    }
}


/*popup css End here*/


/* KD CSS End */