/****************************************** 
    About Page Start 
******************************************/

/****************************************** 
    Banner CSS Start 
******************************************/

.banner-sec {
    height: 550px;
    background: #0D1520;
}

.banner-sec .container {
    height: 100%;
}

.banner-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 70% 40%, rgba(201, 168, 76, 0.12) 0%, transparent 70%), radial-gradient(ellipse 40% 60% at 20% 80%, rgba(201, 168, 76, 0.06) 0%, transparent 60%), linear-gradient(135deg, #0A0B0F 0%, #0D1520 60%, #0f1e30 100%);
    z-index: 1;
}

.banner-sec::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgb(253 214 121 / 8%) 1px, transparent 1px), linear-gradient(90deg, rgb(253 214 121 / 8%) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 1;
}

.bnr-row {
    padding: 130px 0 45px;
    height: 100%;
}

.bnr-col {
    height: 100%;
}

.up-down {
    animation: upDown 4s ease-in-out infinite;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-25px);
    }
    100% {
        transform: translateY(0);
    }
}

.bnr-txt h1 {
    color: #fff;
    font-family: var(--h1HeadingFont);
    font-size: 58px;
    line-height: 1.2;
    margin-bottom: 20px;
    width: 100%;
}

.bnr-txt p {
    color: #fff;
    width: 100%;
}

.bnr-txt {
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    width: 90%;
}

.bnr-img {
    aspect-ratio: 5/3.5;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bnr-img img {
    width: 80%;
    height: auto;
    object-fit: contain;
}

.bnr-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 55%;
    clip-path: polygon( 15.00% 0.00%, 100% 0.00%, 100% 100%, 0.00% 100% );
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}

.bnr-line {
    position: absolute;
    top: 0;
    right: 0;
    width: 55.2%;
    height: 100%;
    background: linear-gradient(180deg, #fff0, #fdd679, #fff0);
    clip-path: polygon(15.00% 0.00%, 100% 0.00%, 100% 100%, 0.00% 100%);
    z-index: 1;
    display: block;
}

/****************************************** 
    Banner CSS End 
******************************************/

/****************************************** 
    Overview CSS Start 
******************************************/

.overview-txt {
    width: 90%;
}

.overview-top {
    padding-bottom: 60px;
    border-bottom: 1px solid #8D8D8D;
}

.about-overview .count-item {
    width: 25%;
    padding: 60px 100px;
    position: relative;
    height: auto;
}

.about-overview .count-item:first-child {
    padding-left: 0;
}

.about-overview .count-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 70%;
    width: 1px;
    background: #8D8D8D;
}

.about-overview .count-item:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' viewBox='0 0 12 14' fill='none'%3E%3Cpath d='M0.5 12.9902L0.5 0.865234L11.001 6.92773L0.5 12.9902Z' stroke='%238D8D8D'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    display: block;
}

.about-overview .count-item .main-count {
    font-size: 58px;
    line-height: 1.2;
    position: relative;
    font-family: 'myfirstfont-Regular';
    color: #000;
}

/****************************************** 
    Overview CSS End 
******************************************/

/****************************************** 
    Mission Vision CSS Start 
******************************************/

.roots-sec::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(rgba(253, 214, 121, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(253, 214, 121, 0.08) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 1;
    inset: 0px;
}

.roots-txt {
    width: 90%;
}

.roots-top {
    margin-bottom: 80px;
}

.image-section {
    position: relative;
    width: 420px;
    height: 450px;
    margin: auto;
}

/* Left Image */
.left-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 238px;
    height: 350px;
    overflow: hidden;
    clip-path: polygon(18% 0,100% 0,82% 100%,0 100%);
}

.left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateY(-100%);
}

/* Right Image */
.right-img {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 238px;
    height: 350px;
    overflow: hidden;
    clip-path: polygon(18% 0,100% 0,82% 100%,0 100%);
}

.right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateY(100%);
}

/* Circle */
.circle-wrap {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%,-50%) scale(0);
    opacity: 0;
    width: 140px;
    height: 140px;
    z-index: 10;
}

.circle {
    width: 100%;
    height: 100%;
    background: #1f2024;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
}

/* Rotating Border */
.circle-border {
    position: absolute;
    inset: -8px;
    border-radius: 50%;
}

.circle-border::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border-top: 2px solid #d6a328;
    border-left: 2px solid #d6a328;
    animation: rotateBorder 4s linear infinite;
}

/* Animation Start */
.image-section.active .left-img img {
    animation: leftReveal 1.8s ease forwards;
}

.image-section.active .right-img img {
    animation: rightReveal 1.8s ease forwards .2s;
}

.image-section.active .circle-wrap {
    animation: circlePop 1.2s ease forwards .6s;
}

/* Keyframes */
@keyframes leftReveal {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes rightReveal {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes circlePop {
    from {
        opacity: 0;
        transform: translate(-50%,-50%) scale(0);
    }
    to {
        opacity: 1;
        transform: translate(-50%,-50%) scale(1);
    }
}

@keyframes rotateBorder {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.roots-btm-con h3 {
    font-family: 'myfirstfont-Regular';
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 15px;
    color: #fff;
}

.roots-btm-con p {
    color: #aaa;
}

.roots-btm-con {
    padding: 30px;
}

.vision-con {
    margin-top: 100px;
}

.mv-shape {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/****************************************** 
    Mission Vision CSS End 
******************************************/

/****************************************** 
    Core Value CSS Start 
******************************************/

.core-head {
    height: 100%;
    background: var(--main-color);
    padding: 60px 40px;
    display: flex;
    align-items: center;
}

.core-box {
    height: 100%;
    background: #fff;
    border: 1px solid #8D8D8D;
    padding: 30px;
}

.core-num {
    position: relative;
    font-family: 'mysecondfont-Regular';
    margin-bottom: 40px;
    padding: 15px;
    width: fit-content;
}

.core-num::after {
    content: '';
    position: absolute;
    border: 2px dotted var(--main-color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: orbitRotate 12s linear infinite;
    left: 0;
    top: 0;
}

@keyframes orbitRotate {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

.core-box h3 {
    font-family: 'myfirstfont-Regular';
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}

.core-box p {
    font-size: 16px;
    line-height: 26px;
    color: #4B4B4B;
}

.core-sec .bg-img img {
    opacity: 0.4;
}

.core-con-head {
    width: 70%;
    margin-top: 50px;
}

.value-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

/****************************************** 
    Core Value CSS End 
******************************************/

/****************************************** 
    Execution CSS Start 
******************************************/

.execution-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.process-card {
    position: relative;
    width: 350px;
    height: 350px;
    text-align: center;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rotating-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px dashed #9f9f9f;
    animation: orbitRotate 40s linear infinite;
    z-index: -1;
}

.step-circle {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: -1;
}

.step-circle span {
    display: block;
    color: var(--main-color);
    font-size: 22px;
    font-family: 'mysecondfont-Regular';
    position: relative;
    z-index: 2;
}

.step-circle::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px dashed var(--main-color);
    animation: orbitRotate 40s linear infinite;
}

.step-circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 102%;
    height: 102%;
    border-radius: 100%;
    z-index: 1;
    background: linear-gradient(0deg, #fff 2%, transparent);
}

.execution-txt h3 {
    font-family: 'myfirstfont-Regular';
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    padding: 0 20px;
}

.execution-txt p {
    font-size: 15px;
    line-height: 1.4;
}

.delivery-box {
    padding: 20px;
    display: block;
}

.delivery-box h3 {
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 20px;
}

.delivery-box p {
    color: #fff;
}

.delivery-num {
    position: relative;
    font-size: 20px;
    font-family: 'mysecondfont-Regular';
    color: #fff;
    margin-bottom: 30px;
    padding: 12px;
    width: fit-content;
}

.delivery-num::after {
    content: '';
    position: absolute;
    border: 2px dotted #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: orbitRotate 12s linear infinite;
    left: 0;
    bottom: 0;
}

.delivery-con .steps:nth-child(odd) {
    background: var(--main-color);
}

.delivery-con .steps:nth-child(even) {
    background: #000;
}

.delivery-con .steps {
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    opacity: 0;
    width: 25%;
    position: relative;
}

.delivery-con .process-chart {
    color: #000;
    counter-reset: item;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.execution-head {
    margin-bottom: 30px;
}

/****************************************** 
    Execution CSS End 
******************************************/

/****************************************** 
    Leadership CSS Start 
******************************************/

.leader-txt .inner-para {
    width: 90%;
}

.team-card {
    max-width: 750px;
    height: 700px;
    margin-left: auto;
    position: relative;
}

/* GOLD SHAPE */
.shape-outline {
    position: absolute;
    /* inset: 0; */
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.shape-outline svg {
    width: 100%;
    height: 100%;
}

/* IMAGE */
.person {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(120px);
    z-index: 3;
    /* clip-path: inset(100% 0 0 0); */
    opacity: 0;
    width: 60%;
}

.person img {
    /* width: 380px; */
    display: block;
}

/* TEXT */
.info {
    position: absolute;
    left: -50px;
    top: 60%;
    transform: translateY(-50%) translateX(-80px);
    z-index: 4;
    opacity: 0;
}

.info h3 {
    font-family: 'mysecondfont-Regular';
    color: #fff;
    font-size: 26px;
    margin-bottom: 10px;
}

.info p {
    color: #919191;
}

/* BOTTOM GOLD STRIP */
.gold-strip {
    position: absolute;
    width: 100%;
    height: 100px;
    background: linear-gradient(90deg, #242424, #be9532 30%);
    right: 0px;
    bottom: 0px;
    transform: rotate(18deg);
    z-index: 4;
    opacity: 1;
    display: block;
}

/* ACTIVE */

.team-card.active .person {
    animation: imageReveal 1.3s ease forwards;
    /* animation-delay: 1s; */
}

.team-card.active .info {
    animation: textShow .9s ease forwards;
    animation-delay: 1.2s;
}

/* KEYFRAMES */

@keyframes imageReveal {
    0% {
        clip-path: inset(100% 0 0 0);
        transform: translateX(-50%) translateY(120px);
        opacity: 0;
    }

    100% {
        clip-path: inset(0 0 0 0);
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

@keyframes textShow {
    from {
        opacity: 0;
        transform: translateY(-50%) translateX(-80px);
    }

    to {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

.leader-shape {
    position: absolute;
    top: -70%;
    left: 0;
    z-index: -1;
}

.leader-head {
    margin-bottom: 50px;
}

.leader-box img {
    width: 100%;
}

.leader-box {
    background: var(--main-color);
}

.leader-txt {
    padding: 20px;
    padding-bottom: 0;
}

.leader-txt p {
    color: #000;
    font-size: 16px;
}

.leader-txt h3, .feature-box-txt {
    color: #fff;
    font-size: 26px;
}

.linkedin-icon {
    width: 45px;
    height: 45px;
    margin-left: auto;
    color: var(--main-color);
    background: #6C541B;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

/****************************************** 
    Leadership CSS End 
******************************************/

/****************************************** 
    Global CSS Start 
******************************************/

.global-sec .bg-img img {
    opacity: 0.4;
}

.count-item .main-count {
    font-size: 58px;
    line-height: 1.2;
    position: relative;
    font-family: 'myfirstfont-Regular';
    color: #000;
}

.count-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 70%;
    width: 1px;
    background: #8D8D8D;
}

.count-item:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' viewBox='0 0 12 14' fill='none'%3E%3Cpath d='M0.5 12.9902L0.5 0.865234L11.001 6.92773L0.5 12.9902Z' stroke='%238D8D8D'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    display: block;
}

.count-item {
    width: 50%;
    padding: 60px 40px;
    position: relative;
    height: auto;
}

.count-item:first-child {
    padding-left: 0;
}

.global-img {
    text-align: right;
}

/* .global-sec::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    background: var(--main-color);
} */

.global-head {
    padding-bottom: 50px;
    border-bottom: 1px solid #8D8D8D;
}

/****************************************** 
    Global CSS End 
******************************************/

/****************************************** 
    Why Roots CSS Start 
******************************************/

.testi-content-wrap{
    position:relative;
}

.top-line{
    width:100%;
    height:1px;
    background:#cfcfcf;
    margin-bottom:35px;
}

.custom-pagination{
    display:flex;
    gap:15px;
    margin-bottom: 50px;
}

.custom-pagination .swiper-pagination-bullet{
    width:46px;
    height:46px;
    position:relative;
    background:none;
    opacity:1;
    margin:0 !important;
}

.progress-ring{
    position:absolute;
    inset:0;
    transform:rotate(-90deg);
}

.progress-ring circle{
    fill:none;
    stroke-width:1.5;
}

.progress-ring .bg{
    stroke:#d8d8d8;
}

.progress {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: center;
    stroke-dasharray: 126;
    stroke-dashoffset: 126;
}

.bg {
    fill: none;
    stroke: rgba(255,255,255,0.2);
    stroke-width: 2;
}

.progress-ring .progress{
    stroke:#111;
    stroke-linecap:round;

    stroke-dasharray:126;
    stroke-dashoffset:126;
}

.num{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    color:#777;
}

.swiper-pagination-bullet-active .num{
    color:#111;
    font-weight:600;
}

.feature-box-txt h3 {
    font-family: 'mysecondfont-SemiBold';
    font-size: 26px;
    margin-bottom: 20px !important;
    color: #fff;
}

.feature-box-txt p {
    color: #fff;
}

.feature-txt li {
    font-family: 'mysecondfont-Medium';
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    align-items: center;
    gap: 10px;
    position: relative;
}

.feature-txt li::before {
    content: url(../images/li-icon.png);
    display: inline-block;
    padding-bottom: 2px;
}

.feature-txt .learn-more {
    color: var(--main-color);
    font-family: 'mysecondfont-SemiBold';
    font-size: 16px;
    line-height: 26px;
}

.feature-box {
    padding: 0 50px;
}

.feature-img {
    aspect-ratio: 3/2;
    width: 100%;
    height: auto;
}

.feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-con {
    padding-left: 50px;
}

.why-top {
    margin-bottom: 50px;
}

.why-sec .execution-item {
    width: 25%;
    padding: 30px 20px;
    position: relative;
    transform: skewX(-5deg);
}

.why-sec .execution-item:nth-child(even) {
    margin-top: 50px !important;
}

.why-sec .execution-item:nth-child(odd) {
    margin-bottom: 50px !important;
    margin-left: 10px !important;
}

/******************************************
    Why Roots CSS End 
******************************************/

/****************************************** 
    Clientele CSS Start 
******************************************/

.clientele-logo {
    margin-top: 80px;
}

.clientele-logo-item {
    position: relative;
    width: 150px;
    height: 150px;
    margin: auto;
    animation: float 4s ease-in-out infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clientele-logo-item img {
    display: block;
}

.orbit {
    position: absolute;
    inset: -25px;
    border: 2px solid var(--main-color);
    border-radius: 50%;
    animation: orbitRotate 12s linear infinite;
}

.plus {
    position: absolute;
    color: #000;
    font-size: 50px;
    line-height: 1;
    font-family: 'mysecondfont-Thin';
    font-size: 40px;
}

.plus-left {
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
}

.plus-right {
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes orbitRotate {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%,100%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-10px);
    }
}

.clientele-logo-item .orbit {
    animation: none;
}

/******************************************
    Clientele CSS End 
******************************************/

/****************************************** 
    Testimonial CSS Start 
******************************************/

.testimonial-sec::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(rgba(253, 214, 121, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(253, 214, 121, 0.08) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 1;
    inset: 0px;
}

.overview-btn {
    display: flex;
    justify-content: flex-end;
}

.quote-circle {
    width: 420px;
    height: 420px;
    position: relative;
}

/* Rotating Gold Patch */
.gold-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    animation: rotateRing 12s linear infinite;
}

.gold-ring::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(transparent 0deg, transparent 210deg, #c89d2e 210deg, #d8b44b00 320deg, transparent 320deg);
    -webkit-mask: radial-gradient(circle, transparent 58%, #000 59%);
    mask: radial-gradient(circle, transparent 58%, #000 59%);
}

/* Content Circle */
.testi-content {
    position: absolute;
    inset: 40px;
    border-radius: 50%;
    background: #202020;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
    z-index: 2;
}

.testi-content::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: #202020;
    bottom: 30px;
    left: 280px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: rotate(44deg);
}

.quote-icon {
    color: #c89d2e;
    font-size: 55px;
    line-height: 1;
    margin-bottom: 15px;
}

.testi-content p {
    color: #C9C9C9;
    margin-bottom: 10px;
}

.testi-content .testi-name {
    color: #fff;
    font-family: 'mysecondfont-SemiBold';
    font-style: italic;
}

@keyframes rotateRing {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.testimonial-con {
    margin-top: 50px;
}

/******************************************
    Testimonial CSS End 
******************************************/

/****************************************** 
    Awards CSS Start 
******************************************/

.award-txt h3 {
    text-align: center;
    font-size: 22px;
    padding: 40px 50px;
}

.award-txt {
    position: relative;
    width: 100%;
    height: 160px;
}

.left-leaf {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.right-leaf {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.award-head {
    margin-bottom: 50px;
}

/******************************************
    Awards CSS End 
******************************************/

/****************************************** 
    FAQs CSS Start 
******************************************/

.faq-con .accordion-button {
    background: transparent;
    border-radius: 0 !important;
    box-shadow: none;
    color: #000;
    font-family: 'mysecondfont-SemiBold';
    font-size: 22px;
    line-height: 32px;
    padding: 0px;
    padding-bottom: 25px;
}

.faq-con .accordion-item {
    background: transparent;
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 25px;
}

.faq-con .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-con .accordion-body p {
    color: #000;
}

.faq-con .accordion-body {
    padding: 25px 0;
    padding-top: 0;
}

.faq-con .accordion-body p {
    width: 70%;
}

.faq-con .accordion-button::after {
    background-image: url(../images/about/plus-black.png);
    content: '';
}

.faq-con .accordion-button:not(.collapsed)::after {
    background-image: url(../images/about/minus-black.png);
    content: '';
}

.faq-con {
    background: transparent;
    padding: 0px;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: 0;
    clip-path: polygon(101.977% 0%, 0% 0%, 6.591% 100%, 101.977% 100%, 101.977% 0%);
    width: 50%;
    height: 100px;
    background: #000;
}

.faq-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    filter: brightness(5);
    opacity: 0.5;
}

/******************************************
    FAQs CSS End 
******************************************/

/****************************************** 
    Service Page Start 
******************************************/

.service-bnr {
    height: 560px;
}

.service-bnr .bnr-row {
    padding: 120px 0 20px;
}

.service-bnr .bnr-img {
    aspect-ratio: 5 / 3;
}

/****************************************** 
    Offer CSS Start 
******************************************/

.project-sec::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(rgba(253, 214, 121, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(253, 214, 121, 0.08) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 1;
    inset: 0px;
}

.project-shape {
    position: absolute;
    bottom: 0;
    left: 0;
}

.project-head {
    margin-bottom: 80px;
}

.offer-sec .bim-circle {
    position: relative;
    width: 220px;
    height: 220px;
    margin: auto;
    animation: float 4s ease-in-out infinite;
}

.offer-sec .bim-circle::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #1C1C1C, transparent 30%);
    border-radius: 50%;
}

.offer-sec .bim-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    border: 2px solid #fff0;
    transition: all ease-in-out 0.4s;
}

.offer-sec .orbit {
    position: absolute;
    inset: -25px;
    border: 2px solid #fdd679a8;
    border-radius: 50%;
    animation: orbitRotate 12s linear infinite;
}

.offer-sec .plus {
    position: absolute;
    color: #fff;
    font-size: 50px;
    line-height: 1;
    font-family: 'mysecondfont-Thin';
    font-size: 40px;
}

.offer-sec .plus-left {
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
}

.offer-sec .plus-right {
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes float {
    0%,100%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-10px);
    }
}

@keyframes orbitRotate {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

.offer-sec .project-box {
    text-align: center;
}

.offer-sec .project-box:hover .bim-circle img {
    border-color: var(--txt-color);
}

.offer-sec .project-box p {
    color: #fff;
    margin-top: 50px;
    font-family: 'mysecondfont-Regular';
}

/******************************************
    Offer CSS End 
******************************************/

/****************************************** 
    Choose CSS Start 
******************************************/

.choose-sec .bg-img img {
    opacity: 0.4;
}

.choose-head {
    margin-bottom: 40px;
}

/******************************************
    Choose CSS End 
******************************************/

/****************************************** 
    FAQ CSS Start 
******************************************/

.faq-dark-sec .faq-con .accordion-button, .faq-dark-sec .faq-con .accordion-body p {
    color: #fff;
}

.faq-dark-sec .faq-con .accordion-item {
    border-bottom: 1px solid #cea83463;
}

.faq-dark-sec .faq-con .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
    content: '';
}

.faq-dark-sec .faq-con .accordion-button::after {
    background-image: url(../images/plus.png);
    content: '';
}

/* .faq-sec::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(rgba(253, 214, 121, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(253, 214, 121, 0.08) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 1;
    inset: 0px;
} */

/******************************************
    FAQ CSS End 
******************************************/

/****************************************** 
    Benefits CSS Start 
******************************************/

.benefit-sec .bg-img img {
    opacity: 0.4;
}

.benefit-sec .execution-txt h3 {
    font-size: 26px;
}

.benefit-sec .step-circle {
    width: 100px;
    height: 100px;
}

.benefit-sec .execution-head {
    margin-bottom: 20px;
}

.execution-flex {
    justify-content: center;
}

.execution-item {
    width: 20%;
    padding: 100px 40px;
    position: relative;
    transform: skewX(-5deg);
}

.execution-item:nth-child(odd) {
    background: var(--main-color);
    margin-bottom: 100px;
    margin-left: 20px;
}

.execution-item:nth-child(even) {
    background: #242424;
    margin-top: 100px;
    margin-left: 0px;
}

.execution-item .execution-txt {
    position: relative;
    transform: skewX(5deg);
}

.execution-item .execution-txt h3 {
    color: #fff;
    margin-bottom: 0;
    padding: 0;
}

.execution-item .execution-txt img {
    margin-bottom: 30px;
}

.execution-item:nth-child(odd) img {
    filter: brightness(100);
}

/******************************************
    Benefits CSS End 
******************************************/

/****************************************** 
    Serve CSS Start 
******************************************/

.serve-sec .feature-txt p {
    color: #C2C2C2;
}

.serve-sec .num {
    color: #fff;
}

.serve-sec .swiper-pagination-bullet-active .num {
    color: var(--main-color);
}

.serve-sec .progress-ring .progress {
    stroke: var(--main-color);
}

.serve-sec::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(rgba(253, 214, 121, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(253, 214, 121, 0.08) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 1;
    inset: 0px;
}

/******************************************
    Serve CSS End 
******************************************/

/****************************************** 
    Applications CSS Start 
******************************************/

.application-head {
    margin-bottom: 10px;
}

.case-box {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    height: 100%;
}

.case-img {
    margin-bottom: 20px;
    overflow: hidden;
    aspect-ratio: 5 / 3.5;
    display: block;
    position: relative;
}

.case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
}

.case-box:hover .case-img img {
    transform: scale(1.05);
}

.case-box h3 {
    font-family: 'mysecondfont-Semibold';
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.case-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0000008e, transparent 80%);
}

.case-img h3 {
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    z-index: 4;
    color: var(--txt-color);
}

.case-box h3 span {
    font-size: 16px;
}

.case-txt .value {
    font-family: 'myfirstfont-Light';
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
}

.case-txt .value span, .case-txt .value a {
    font-family: 'myfirstfont-Regular';
    color: #fff;
}

.case-txt p {
    margin-bottom: 10px;
}

.case-txt .case-btn {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: 'mysecondfont-Semibold';
    transition: all ease-in-out 0.4s;
    flex-direction: column;
    font-size: 15px;
    width: 20%;
    background: var(--main-color);
}

.case-txt {
    background: #0e141d;
    border-radius: 50px 50px 0 0;
    position: relative;
    z-index: 2;
    margin-top: -65px;
    display: flex;
    overflow: hidden;
    height: 45%;
}

.case-value {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    width: 80%;
    padding: 30px 20px 20px;
    align-content: flex-start;
}

.case-value .value {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    align-items: start;
    margin-bottom: 15px;
}

/*.case-value .value1 {
    width: 40%;
}

.case-value .value2 {
    width: 60%;
}

.case-value .value3 {
    width: 100%;
}

.case-value .value4 {
    width: 50%;
}*/

.application-con .case-slider .swiper-slide {
    height: auto;
}

.application-con .case-slider {
    padding-bottom: 50px;
}

/******************************************
    Applications CSS End 
******************************************/

/****************************************** 
    Choose CSS Start 
******************************************/

.choose-con .steps {
    padding: 30px;
    position: relative;
    height: 100%;
}

.choose-con .choose-col:nth-child(odd) .steps {
    background: var(--main-color);
}

.choose-con .choose-col:nth-child(even) .steps {
    background: #000;
}

.step-1,
.step-2,
.step-3,
.step-4,
.step-5 {
    opacity: 0;
}

.process-chart.start-animation .step-1 {
    animation: fade-in-1 15s forwards ease-in-out;
    z-index: 99;
}

.process-chart.start-animation .step-2 {
    animation: fade-in-2 15s forwards ease-in-out;
    z-index: 98;
}

.process-chart.start-animation .step-3 {
    animation: fade-in-3 15s forwards ease-in-out;
    z-index: 97;
}

.process-chart.start-animation .step-4 {
    animation: fade-in-4 15s forwards ease-in-out;
    z-index: 96;
}

.process-chart.start-animation .step-5 {
    animation: fade-in-5 15s forwards ease-in-out;
    z-index: 95;
}

@keyframes fade-in-1 {

    0% {
        opacity: 0;
    }

    5%,
    100% {
        opacity: 1;
    }

}

@keyframes fade-in-2 {

    0%,
    5% {
        opacity: 0;
    }

    10%,
    100% {
        opacity: 1;
    }

}

@keyframes fade-in-3 {

    0%,
    10% {
        opacity: 0;
    }

    15%,
   100% {
        opacity: 1;
    }
}

@keyframes fade-in-4 {

    0%,
    15% {
        opacity: 0;
    }

    20%,
    100% {
        opacity: 1;
    }
}

@keyframes fade-in-5 {

    0%,
    20% {
        opacity: 0;
    }

    25%,
    100% {
        opacity: 1;
    }
}

.choose-box h3 {
    font-family: 'myfirstfont-Regular';
    font-size: 26px;
    margin-bottom: 10px;
    color: #fff;
}

.choose-box p {
    color: #fff;
    font-size: 16px;
}

.choose-icon {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px;
    padding: 13px;
}

.choose-icon::before {
    content: "";
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 2px dashed #fff;
    animation: 20s linear 0s infinite normal none running orbitRotate;
}

/******************************************
    Choose CSS End 
******************************************/

/****************************************** 
    Service Menu CSS Start 
******************************************/

/* MENU SECTION */
.menu-section {
    background: #fff;
    /* border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; */
}

.section-menu {
    background: #fff;
    transition: .3s;
}

.section-menu a{
    text-decoration:none;
    color:#000;
    font-weight:600;
}

/* Sticky Menu */
.section-menu.fixed {
    position: fixed;
    top: 80px;
    left: 0;
    background: #000;
    width: 100%;
    z-index: 999;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, .1); */
}

.section-menu.fixed a {
    color: #fff;
}

.service-menu {
    display: flex !important;
    justify-content: flex-end;
    gap: 10px;
}

.service-menu a.active {
    color: #000;
}

.service-menu a {
    color: #000;
    padding: 20px 10px;
}

.tabcontent {
    display: none;
}

.tabcontent.active{
    display: block;
}

.tablinks {
    cursor: pointer;
}

.tablinks.active {
    color: #fff !important;
    background: var(--main-color);
}

.why-sec.serve-sec .swiper-pagination-bullet {
    color: #fff;
    width: 44px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: 'mysecondfont-Medium';
}

.why-sec.serve-sec .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

/******************************************
    Service Menu CSS End 
******************************************/

/****************************************** 
    Blogs CSS Start 
******************************************/

.blog-box {
    display: block;
    background: #F3F3F3;
}

.blog-txt {
    padding: 20px;
}

.blog-txt h3 {
    font-size: 20px;
    line-height: 30px;
    font-family: 'mysecondfont-SemiBold';
    color: #000;
}

.blog-box-btm {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.date {
    font-size: 14px;
    font-family: 'mysecondfont-Regular';
    color: #000;
}

.blog-btm {
    font-size: 15px;
    font-family: 'mysecondfont-SemiBold';
    color: var(--main-color);
}

.blog-img {
    aspect-ratio: 5 / 4;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-side-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #F3F3F3;
}

.blog-side-img {
    width: 35%;
}

.blog-side-txt {
    width: 65%;
}

.blog-side-box:not(:last-child) {
    margin-bottom: 25px;
}

.blog-side-txt .date {
    margin-bottom: 30px;
}

/******************************************
    Blogs CSS End 
******************************************/

/****************************************** 
    Case Study Page Start 
******************************************/

.header-btn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

a.close-btn {
    display: block;
    width: 45px;
    height: 45px;
    padding: 10px;
    background: var(--main-color);
    margin-left: auto;
}

.case-bnr-sec {
    height: auto !important;
}

.case-bnr-sec ul li {
    color: #fff;
    margin-bottom: 15px;
}

.case-bnr-sec ul li img {
    margin-right: 10px;
}

.case-bnr-sec ul li span, .case-bnr-sec ul li a {
    color: var(--main-color);
    font-family: 'mysecondfont-SemiBold';
}

.case-bnr-img {
    width: 125%;
}

.case-bnr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.study-line {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    color: #505050;
}

.study-line::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50px;
}

.study-line span, .study-line a {
    color: var(--main-color);
    font-family: 'mysecondfont-SemiBold';
}

.study-point {
    margin-bottom: 40px;
}

.study-row:not(:last-child) {
    margin-bottom: 50px;
}

.study-row:nth-child(even) {
    flex-direction: row-reverse;
}

.hospital-sec .feature-txt p {
    margin-bottom: 30px;
}

.bnr-txt ul {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.bnr-txt li {
    color: #fff;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.bnr-txt li a {
    color: #fff;
}

.bnr-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
}

/****************************************** 
    Hospital CSS Start 
******************************************/

.hospital-box {
    padding-right: 0;
}

.feature-point {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.feature-dot {
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50px;
}

.feature-line {
    font-size: 16px;
    color: #6E6E6E;
    font-family: 'myfirstfont-Light';
}

.feature-line span {
    color: var(--main-color);
    font-family: 'myfirstfont-Medium';
}

/******************************************
    Hospital CSS End 
******************************************/

/****************************************** 
    Challenge CSS Start 
******************************************/

.challenge-sec::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(rgba(253, 214, 121, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(253, 214, 121, 0.08) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 1;
    inset: 0px;
}

.challenge-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: auto;
}

.challenge-head {
    margin-bottom: 50px;
}

.challenge-box .quote-circle {
    width: 400px;
    height: 400px;
    position: relative;
}

.challenge-box .gold-ring {
    position: absolute;
    inset: 7px;
    border-radius: 50%;
    animation: rotateRing 12s linear infinite;
}

.challenge-content {
    position: absolute;
    inset: 40px;
    border-radius: 50%;
    background: #202020;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
    z-index: 2;
}

.challenge-content h3 {
    font-family: 'myfirstfont-Regular';
    font-size: 26px;
    color: #fff;
    text-align: center;
}

.challenge-box .challenge-content::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: #202020;
    bottom: 30px;
    left: 250px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: rotate(44deg);
}

.challenge-icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: var(--main-color);
    padding-top: 25px;
}

/******************************************
    Challenge CSS End 
******************************************/

/****************************************** 
    Solution CSS Start 
******************************************/

.solution-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: auto;
}

.solution-head {
    margin-bottom: 50px;
}

.solution-con .process-chart {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.solution-con .process-chart .steps {
    width: 20%;
    padding: 40px 60px;
}

.solution-con .process-chart .steps:nth-child(odd) {
    background: #fff;
}

.solution-con .process-chart .steps:nth-child(even) {
    background: var(--main-color);
}

.solution-box h4 {
    font-size: 20px;
    text-align: center;
    font-family: 'myfirstfont-Regular';
}

.solution-con h3 {
    font-size: 32px;
    font-family: 'myfirstfont-Regular';
    margin-bottom: 20px;
}

.solution-con .process-chart .steps:nth-child(even) .solution-box h4 {
    color: #fff;
}

/******************************************
    Solution CSS End 
******************************************/

/****************************************** 
    Impact CSS Start 
******************************************/

.impact-box {
    padding-right: 80px;
}

.impect-item {
    padding: 20px 0;
    border-bottom: 1px solid #cea83463;
}

.impect-item h3 {
    font-size: 26px;
    color: var(--main-color);
}

.impect-item p {
    color: #B2B2B2;
}

.outcome-box {
    padding-left: 80px;
}

.outcome-box h3 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
}

.outcome-box li {
    margin-bottom: 20px;
    /*display: flex;
    justify-content: flex-start;
    align-items: center;*/
    color: #fff;
    /*gap: 15px;*/
    position: relative;
    padding-left: 25px;
}

.outcome-box li::before {
    content: url(../images/casestudy/arrow-white.png);
    position: absolute;
    left: 0;
    top: 0px;
}

.impact-box li {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    position: relative;
}

.impact-box li::before {
    content: url(../images/casestudy/arrow-black.png);
    display: inline-block;
    padding-bottom: 2px;
}

.impact-sec::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: var(--main-color);
}

/******************************************
    Impact CSS End 
******************************************/

/****************************************** 
    Contact Page Start 
******************************************/

/****************************************** 
    Connect CSS Start 
******************************************/

.connect-sec .bg-img img {
    opacity: 0.4;
}

.connect-head {
    margin-bottom: 50px;
}

.connect-txt {
    background: #fff;
    padding: 40px;
}

.form-control {
    border: 1px solid #D3D3D3;
    border-radius: 0;
    background: #fff;
    color: #4B4B4B;
    font-family: 'mysecondfont-Regular';
    font-size: 16px;
}

.form-control:focus {
    outline: none;
    border: 1px solid #d4d4d4;
}

.connect-info {
    height: 100%;
    background: var(--main-dark-color);
    padding: 30px;
}

.connect-info h3 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
}

.connect-item {
    display: flex;
    justify-content: flex-start;
    padding: 15px;
    background: #000;
    margin-bottom: 20px;
}

.connect-item i {
    color: var(--main-color);
    font-size: 22px;
    width: 30px;
    margin-top: 2px;
}

.connect-item-txt h4 {
    font-size: 22px;
    color: #fff;
}

.connect-item-txt p, .connect-item-txt a {
    display: block;
    color: #BEBEBE;
}

.contact-social p {
    color: #fff;
    margin-bottom: 5px;
}

.contact-social-media {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.contact-social-icon {
    color: var(--main-color);
    font-size: 22px;
    display: block;
}

.contact-social {
    padding: 20px 0;
    border-top: 1px solid #ffffff28;
    border-bottom: 1px solid #ffffff28;
}

.form-btn {
    display: flex;
    justify-content: flex-end;
}

/******************************************
    Connect CSS End 
******************************************/

/****************************************** 
    Industry Page Start 
******************************************/

.industry-banner-sec .bnr-img img {
    width: 100% !important;
}

/****************************************** 
    Overview CSS Start 
******************************************/

.overview-sec .bg-img img {
    opacity: 0.4;
}

.overview-box {
    padding: 0;
    background: #fff0;
    border: none;
    width: 80%;
    margin-bottom: 30px;
}

.experts-row {
    margin-top: 80px;
}

.overview-box .core-num {
    margin-bottom: 20px;
}

/******************************************
    Overview CSS End 
******************************************/

/****************************************** 
    Through Bim CSS Start 
******************************************/

.through-sec .image-section {
    width: 690px;
    height: 630px;
}

.through-sec .left-img {
    width: 390px;
    height: 490px;
}

.through-sec .right-img {
    width: 390px;
    height: 490px;
}

.through-sec::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgb(253 214 121 / 8%) 1px, transparent 1px), linear-gradient(90deg, rgb(253 214 121 / 8%) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 1;
}

/******************************************
    Through Bim CSS End 
******************************************/

/****************************************** 
    Enquiry CSS Start 
******************************************/

.indus-enquire-row {
    margin-top: 40px;
}

.indus-enquire-row .form-field {
    margin-bottom: 30px;
    position: relative;
}

/******************************************
    Enquiry CSS End 
******************************************/

/****************************************** 
    Career Page Start 
******************************************/

/****************************************** 
    Innovation CSS Start 
******************************************/

.innovation-sec::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(rgba(253, 214, 121, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(253, 214, 121, 0.08) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 1;
    inset: 0px;
}

.innovation-sec h3, .innovation-sec p {
    color: #fff;
}

.innovation-sec .swiper-pagination-bullet-active .num {
    color: var(--main-color);
}

.innovation-sec .progress-ring .progress {
    stroke: var(--main-color);
}

.feature-txt h3 {
    font-family: 'mysecondfont-SemiBold';
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
}

.feature-txt .main-btn {
    margin-top: 40px;
}

/******************************************
    Innovation CSS End 
******************************************/

/****************************************** 
    Opportunity CSS Start 
******************************************/

.opportunity-head {
    margin-bottom: 40px;
}

.opportunity-con .accordion-button {
    flex-wrap: wrap;
    background: transparent;
    box-shadow: none;
    border-radius: 0 !important;
}

.opportunity-con .accordion-button:not(.collapsed) {
    background: var(--main-color);
}

.opportunity-con .accordion-button:not(.collapsed) h3, .opportunity-con .accordion-button:not(.collapsed) p {
    color: #fff;
}

.opportunity-con .accordion-button h3 {
    width: 85%;
    font-size: 26px;
    font-family: 'myfirstfont-Regular';
    color: #000;
}

.opportunity-con .accordion-button p {
    width: 85%;
}

.opportunity-con .accordion-item {
    border-radius: 0 !important;
    margin-bottom: 30px;
    border: 1px solid #8D8D8D;
}

.opportunity-con .accordion-button::after {
    background-image: url(../images/about/plus-black.png);
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.opportunity-con .accordion-button:not(.collapsed)::after {
    background-image: url(../images/about/minus-black.png);
    content: '';
}

.opening-txt p, .opening-txt li {
    margin-bottom: 15px;
}

.opening-txt .main-btn {
    margin-top: 40px;
}

/******************************************
    Opportunity CSS End 
******************************************/

/****************************************** 
    Job Apply CSS Start 
******************************************/

.job-sec .bg-img img {
    opacity: 0.4;
}

.job-form .form-select {
    appearance: auto;
}

.job-form .form-control {
    padding: 12px 24px;
    font-size: 14px;
}

.custom-file-upload {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    overflow: hidden;
}

.custom-file-upload input[type="file"] {
    display: none;
}

.file-btn {
    background: #be9532;
    color: #fff;
    padding: 12px 24px;
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    transition: 0.3s;
}

.file-btn:hover {
    background: #a9842c;
}

#fileName {
    padding: 0 15px;
    font-size: 14px;
    color: #777;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/******************************************
    Job Apply CSS End 
******************************************/

/****************************************** 
    Career Page Start 
******************************************/

/****************************************** 
    Project Overview CSS Start 
******************************************/

.project-overview li {
    list-style: square;
    margin-left: 20px;
    margin-bottom: 15px;
}

.project-overview li::marker {
    color: var(--main-color);
}

.project-overview li span {
    font-family: 'mysecondfont-SemiBold';
}

.overview-img img {
    width: 100%;
}

.project-overview p {
    margin-bottom: 20px;
}

/******************************************
    Project Overview CSS End 
******************************************/

/****************************************** 
    Service CSS Start 
******************************************/

.service-con .execution-item {
    width: 22%;
}

.service-img img {
    width: 100%;
}

.service-txt h3 {
    font-family: 'mysecondfont-Medium';
    font-size: 26px;
    margin-bottom: 10px;
    color: #000;
}

.service-txt {
    padding: 25px;
}

.service-txt .main-btn {
    margin-top: 40px;
}

.service-slider {
    padding-bottom: 50px;
}

.service-slider .swiper-slide {
    height: auto;
}

.service-txt p {
    font-size: 16px;
    height: 100px;
}

.service-box {
    display: block;
    background: #F3F3F3;
}


/******************************************
    Service CSS End 
******************************************/

 .zigzag-row{
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.zigzag-row > div{
    display: flex;
}

.zigzag-row img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industryMainSlider{
    width:100%;
    margin-bottom:15px;
}

.industryMainSlider img{
    width:100%;
    height:450px;
    object-fit:cover;
    border-radius:10px;
}

.industryThumbSlider{
    margin-top:10px;
}

.industryThumbSlider .swiper-slide{
    height: 70px;
    opacity:.5;
    cursor:pointer;
    border-radius:8px;
    overflow:hidden;
    border:2px solid transparent;
}

.industryThumbSlider .swiper-slide-thumb-active{
    opacity:1;
    border-color:#CCAE65;
}

.industryThumbSlider img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.slideimg-box{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.indus-prodetls{
    position: relative;
}
.textbox-proj {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #CCAE65;
    background: #252525;
    padding: 10px 10px;
    border-radius: 10px;
}

.textbox-proj h3{
    font-family: 'myfirstfont-Regular';
    font-size: 18px;
}

.industryMainSlider .swiper-button-next,
.industryMainSlider .swiper-button-prev {
    color: #ffffff;
    width: 42px;
    height: 42px;
    background: #111;
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}

.industryMainSlider .swiper-button-next::after,
.industryMainSlider .swiper-button-prev::after {
    font-size: 18px;
    font-weight: 700;
}
/******************************************
    Responsive Start 
******************************************/

@media (max-width: 1600px) {

    .banner-sec {
        height: 460px;
    }

    .bnr-img img {
        width: 70%;
    }

    .bnr-txt h1 {
        font-size: 50px;
    }

    .count-item .main-count {
        font-size: 50px;
    }

    .feature-txt h3, .solution-con h3, .outcome-box h3, .feature-txt h3 {
        font-size: 27px;
        line-height: 37px;
    }

    .feature-txt li {
        margin-bottom: 10px;
    }

    .process-card {
        width: 320px;
        height: 320px;
    }

    .execution-txt h3, .step-circle span {
        font-size: 20px;
    }

    .step-circle {
        width: 50px;
        height: 50px;
    }

    .core-box h3, .info h3, .case-box h3, .choose-box h3, .challenge-content h3, .impect-item h3, .leader-txt h3, .feature-box-txt, .connect-info h3, .opportunity-con .accordion-button h3, .service-txt h3 {
        font-size: 24px;
    }

    .feature-line {
        font-size: 14px;
    }

    .challenge-box .quote-circle {
        width: 350px;
        height: 350px;
    }

    .challenge-box .challenge-content::after {
        left: 230px;
    }

    .solution-con .process-chart .steps {
        padding: 40px 30px;
    }

    .solution-box h4 {
        font-size: 18px;
    }

    .service-bnr {
        height: 500px;
    }

    .case-bnr-img {
        width: 120%;
    }

    .delivery-box h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .about-overview .count-item .main-count {
        font-size: 50px;
    }

    .about-overview .count-item {
        padding: 60px 80px;
    }

    .execution-item {
        padding: 80px 20px;
    }

    .case-txt .value {
        font-size: 13px;
    }

    .case-txt .case-btn {
        font-size: 14px;
    }

    .industry-banner-sec .bnr-img img {
        width: 80% !important;
    }

    .service-menu a {
        padding: 16px 8px;
        font-size: 15px;
    }

}

@media (max-width: 1440px) {

    .bnr-img img {
        width: 60%;
    }

    .banner-sec {
        height: 420px;
    }

    .bnr-txt h1 {
        font-size: 46px;
    }

    .count-item .main-count {
        font-size: 46px;
    }

    .feature-txt h3, .solution-con h3, .outcome-box h3, .feature-txt h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .faq-con .accordion-button {
        font-size: 20px;
        line-height: 30px;
    }

    .roots-btm-con h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .core-box h3, .info h3, .case-box h3, .choose-box h3, .challenge-content h3, .impect-item h3, .leader-txt h3, .feature-box-txt, .connect-info h3, .opportunity-con .accordion-button h3, .service-txt h3 {
        font-size: 22px;
    }

    .core-box p {
        font-size: 14px;
        line-height: 24px;
    }

    .clientele-logo-item {
        width: 100px;
        height: 100px;
    }

    .testi-content::after {
        left: 270px;
    }

    .award-txt h3 {
        font-size: 18px;
    }

    .quote-circle {
        width: 400px;
        height: 400px;
    }

    .process-card {
        width: 290px;
        height: 290px;
    }

    .execution-txt h3, .step-circle span {
        font-size: 18px;
    }

    .step-circle {
        width: 40px;
        height: 40px;
    }

    .benefit-sec .step-circle {
        width: 80px;
        height: 80px;
    }

    .benefit-sec .execution-txt h3 {
        font-size: 24px;
    }

    .challenge-box .quote-circle {
        width: 320px;
        height: 320px;
    }

    .challenge-box .challenge-content::after {
        left: 200px;
    }

    .solution-box h4 {
        font-size: 16px;
    }

    .hospital-sec .feature-box {
        padding: 0 10px;
    }

    .blog-txt h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .service-bnr {
        height: 430px;
    }

    .delivery-box h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .core-box {
        padding: 12px;
    }

    .connect-item-txt h4, .connect-item i {
        font-size: 20px;
    }

    .overview-box {
        width: 100%;
    }

    .through-sec .image-section {
        width: 590px;
        height: 500px;
    }

    .through-sec .left-img, .through-sec .right-img {
        width: 335px;
        height: 360px;
    }

    .about-overview .count-item .main-count {
        font-size: 46px;
    }

    .case-txt .value {
        font-size: 11px;
    }

    .case-txt .case-btn {
        font-size: 13px;
    }

    .industry-banner-sec .bnr-img img {
        width: 75% !important;
    }

    .service-menu a {
        padding: 16px 8px;
        font-size: 13px;
    }

    .service-menu {
        gap: 0;
    }
    
    .case-txt {
        height: 50%;
    }

}

@media (max-width: 1399px) {

    .banner-sec {
        height: 400px;
    }

    .bnr-img img {
        width: 55%;
    }

    .bnr-row {
        padding: 120px 0 40px;
    }

    .bnr-txt h1 {
        font-size: 42px;
    }

    .count-item .main-count {
        font-size: 42px;
    }

    .feature-txt h3, .solution-con h3, .outcome-box h3, .feature-txt h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .image-section {
        width: 400px;
        height: 430px;
    }

    .left-img {
        width: 225px;
        height: 280px;
    }

    .right-img {
        width: 240px;
        height: 290px;
    }

    .core-num {
        margin-bottom: 20px;
    }

    .process-card {
        width: 290px;
        height: 290px;
    }

    .core-box h3, .info h3, .case-box h3, .choose-box h3, .challenge-content h3, .impect-item h3, .leader-txt h3, .feature-box-txt, .connect-info h3, .opportunity-con .accordion-button h3, .service-txt h3 {
        font-size: 20px;
    }

    .quote-circle {
        width: 380px;
        height: 380px;
    }

    .team-card {
        max-width: 650px;
        height: 600px;
    }

    .info h3 {
        margin-bottom: 0px;
    }

    .testi-content::after {
        left: 265px;
    }

    .choose-con .steps {
        padding: 20px;
    }

    .impact-box {
        padding-right: 50px;
    }

    .outcome-box {
        padding-left: 50px;
    }

    .execution-item {
        padding: 70px 20px;
    }

    .service-bnr {
        height: 410px;
    }

    .service-bnr .bnr-row {
        padding: 110px 0 20px;
    }

    .case-bnr-img {
        width: 125%;
    }

    .through-sec .image-section {
        width: 550px;
        height: 400px;
    }

    .through-sec .left-img, .through-sec .right-img {
        width: 310px;
        height: 320px;
    }

    .through-sec .circle-wrap {
        left: 47%;
        width: 110px;
        height: 110px;
    }

    .about-overview .count-item .main-count {
        font-size: 42px;
    }

    .about-overview .count-item {
        padding: 60px 40px;
    }

    .case-txt .case-btn {
        font-size: 12px;
    }

    .case-value {
        padding: 20px 15px 15px;
    }

    .case-img h3 {
        bottom: 45px;
    }

    .case-txt .value img {
        width: 15px;
    }

    .service-txt p {
        font-size: 15px;
    }

    .industry-banner-sec .bnr-img img {
        width: 70% !important;
    }

}

@media (max-width: 1199px) {

    .bnr-img img {
        width: 67%;
    }

    .bnr-txt h1 {
        font-size: 36px;
    }

    .count-item .main-count {
        font-size: 36px;
    }

    .banner-sec {
        height: 450px;
    }

    .bnr-row {
        padding: 100px 0 25px;
    }

    .roots-btm-con h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .image-section {
        width: 300px;
        height: 340px;
    }

    .left-img {
        width: 170px;
        height: 230px;
    }

    .right-img {
        width: 170px;
        height: 240px;
    }

    .circle-wrap {
        width: 100px;
        height: 100px;
    }

    .process-card {
        width: 230px;
        height: 230px;
    }

    .execution-txt p {
        font-size: 12px;
        line-height: 1.3;
    }

    .execution-txt h3, .step-circle span {
        font-size: 16px;
    }

    .step-circle {
        width: 35px;
        height: 35px;
    }

    .core-box h3, .info h3, .case-box h3, .choose-box h3, .challenge-content h3, .impect-item h3, .leader-txt h3, .feature-box-txt, .connect-info h3, .opportunity-con .accordion-button h3, .service-txt h3 {
        font-size: 18px;
    }

    .core-box p {
        font-size: 13px;
        line-height: 23px;
    }

    .team-card {
        max-width: 460px;
        height: 460px;
    }

    .clientele-logo-item {
        width: 80px;
        height: 80px;
    }

    .plus {
        font-size: 30px;
    }

    .plus-left {
        left: -10px;
    }

    .plus-right {
        right: -10px;
    }

    .testi-slider, .award-slider {
        padding-bottom: 50px;
    }

    .quote-circle {
        width: 400px;
        height: 400px;
    }

    .offer-sec .bim-circle {
        width: 170px;
        height: 170px;
    }

    .offer-sec .orbit {
        inset: -18px;
    }

    .benefit-sec .execution-txt h3 {
        font-size: 18px;
        padding: 0;
    }

    .benefit-sec .step-circle {
        width: 70px;
        height: 70px;
        padding: 12px;
    }

    .choose-box p {
        font-size: 14px;
        line-height: 24px;
    }

    .challenge-box .quote-circle {
        width: 270px;
        height: 270px;
    }

    .challenge-box .challenge-content::after {
        left: 165px;
    }

    .challenge-icon {
        padding-top: 15px;
    }

    .service-bnr {
        height: 400px;
    }

    .delivery-box h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .delivery-box {
        padding: 5px;
    }

    .linkedin-icon {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .leader-txt p {
        font-size: 13px;
    }

    .connect-item-txt h4, .connect-item i {
        font-size: 18px;
    }

    .contact-social-icon {
        font-size: 20px;
    }

    .through-sec .image-section {
        width: 450px;
        height: 340px;
    }

    .through-sec .left-img, .through-sec .right-img {
        width: 255px;
        height: 270px;
    }

    .about-overview .count-item .main-count {
        font-size: 36px;
    }

    .case-txt .case-btn {
        font-size: 11px;
        width: 18%;
    }

    .case-value {
        width: 82%;
    }

    .industry-banner-sec .bnr-img img {
        width: 75% !important;
    }

    .service-menu a {
        padding: 15px 5px;
        font-size: 11px;
    }
    
    .case-txt {
        height: 55%;
    }
    
    .indus-prodetls .main-btn {
         margin-left: 0; 
        margin-right: 0;
        padding: 12px 22px;
    }

}
@media (min-width:992px){
    .zigzag-row:nth-child(even){
        flex-direction: row-reverse;
    }
}
@media (max-width: 991px) {

    .banner-sec {
        height: 370px;
    }

    .bnr-img img {
        width: 55%;
    }

    .bnr-txt h1 {
        font-size: 30px;
    }

    .count-item .main-count {
        font-size: 30px;
    }

    .feature-txt li {
        font-size: 14px;
        line-height: 24px;
    }

    .feature-box {
        padding: 0 0;
    }

    .faq-con .accordion-button {
        font-size: 16px;
        line-height: 26px;
    }

    .roots-btm-con {
        padding: 10px;
    }

    .image-section {
        width: 225px;
        height: 430px;
    }

    .circle-wrap {
        width: 80px;
        height: 80px;
        top: 52%;
        left: 40%;
    }

    .process-card {
        width: 310px;
        height: 310px;
    }

    .execution-txt p {
        font-size: 14px;
        line-height: 1.4;
    }

    .execution-txt h3, .step-circle span {
        font-size: 20px;
    }

    .step-circle {
        width: 55px;
        height: 55px;
    }

    .team-card {
        max-width: 360px;
        height: 350px;
    }

    .info h3 {
        font-size: 15px;
    }

    .info p {
        font-size: 14px;
    }

    .gold-strip {
        height: 60px;
    }

    .count-item {
        padding: 40px 20px;
    }

    .clientele-logo {
        flex-wrap: wrap;
        justify-content: center;
    }

    .clientele-logo-item .orbit {
        inset: 0;
    }

    .clientele-logo-item {
        width: 160px;
        height: 160px;
        padding: 20px;
    }

    .quote-circle {
        width: 380px;
        height: 380px;
    }

    .testi-content::after {
        left: 250px;
    }

    .quote-icon {
        margin-bottom: 0px;
        font-size: 35px;
    }

    .faq-con .accordion-body p {
        width: 100%;
    }

    .why-con {
        padding-left: 0;
    }

    .clientele-logo {
        margin-top: 30px;
    }

    .benefit-sec .process-card {
        width: 170px;
        height: 170px;
        padding: 20px;
    }

    .benefit-sec .execution-txt h3 {
        font-size: 14px;
        padding: 0;
    }

    .benefit-sec .step-circle {
        width: 40px;
        height: 40px;
        padding: 10px;
    }

    .challenge-box .quote-circle {
        width: 330px;
        height: 330px;
    }

    .challenge-box .challenge-content::after {
        left: 210px;
    }

    .solution-con .process-chart .steps {
        width: 33.3333%;
    }

    .impact-sec::after {
        background: transparent;
    }

    .impact-box {
        padding-bottom: 55px;
        padding-right: 0;
    }

    .outcome-box {
        position: relative;
        padding: 55px 0;
    }

    .outcome-box::after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 1000px;
        height: 100%;
        background: var(--main-color);
        z-index: -1;
    }

    .impact-sec {
        padding-bottom: 0;
    }

    .case-bnr-img {
        width: 140%;
    }

    .delivery-con .steps {
        width: 50%;
        margin-bottom: 10px;
    }

    .why-sec .execution-flex {
        flex-wrap: wrap;
    }

    .why-sec .execution-item {
        width: 47%;
    }

    .why-sec .execution-item:nth-child(odd) {
        margin-bottom: 10px !important;
        margin-left: 10px !important;
    }

    .why-sec .execution-item:nth-child(even) {
        margin-top: 10px !important;
    }

    .why-sec .execution-item {
        margin: 10px !important;
    }

    .core-con-head {
        width: 100%;
        margin-top: 0;
    }

    .overview-box {
        margin-bottom: 0px;
    }

    .through-sec .image-section {
        width: 350px;
        height: 260px;
    }

    .through-sec .left-img, .through-sec .right-img {
        width: 200px;
        height: 200px;
    }

    .through-sec .circle-wrap {
        left: 47%;
        width: 70px;
        height: 70px;
        top: 73%;
    }

    .overview-row {
        margin-bottom: 20px;
    }

    .life-row {
        flex-direction: column-reverse;
    }

    .overview-img, .job-head {
        margin-bottom: 30px;
    }

    .about-overview .count-item .main-count {
        font-size: 30px;
    }

    .about-overview .count-item {
        padding: 30px 15px;
    }

    .delivery-con .steps {
        width: 33.3333%;
    }

    .service-txt p {
        font-size: 14px;
    }

    .sectionhamburger {
        width: 40px;
        cursor: pointer;
        position: relative;
        z-index: 9999;
        margin-left: 30px;
        padding: 10px;
        height: 40px;
        color: var(--main-color);
        border: 2px solid var(--main-color);
        border-radius: 50%;
        margin-left: auto;
    }

    .sectionhamburger.active {
        padding-top: 14px;
    }

    .sectionhamburger span {
        display: block;
        height: 2px;
        /*background: var(--main-color);*/
        background: var(--main-color);
        margin: 3px 0;
        transition: .3s;
    }
    .sectionhamburger span:nth-child(2) {
        width: 20px;
    }

    /* Cross */
    .sectionhamburger.active span:nth-child(1){
        transform: rotate(45deg) translate(1px, 1px);
    }

    .sectionhamburger.active span:nth-child(2){
        opacity: 0;
    }

    .sectionhamburger.active span:nth-child(3){
        transform: rotate(-45deg) translate(7px, -7px);
    }

    /* Menu */
    .menu{
        display: none !important;
    }

    .menu.active{
        display: block !important;
    }

    .service-menu a.tablinks {
        width: 100%;
        display: block;
    }

    .section-menu {
        padding: 10px 0;
    }

    .zigzag-row{
        flex-direction: column;
        margin-bottom: 40px;
    }

}

@media (max-width: 767px) {

    .bnr-line {
        display: none;
    }

    .banner-sec .container {
        height: auto;
    }

    .bnr-row {
        flex-direction: column-reverse;
    }

    .bnr-img {
        margin-top: 0;
    }

    .bnr-img img {
        width: 70%;
    }

    .bnr-txt {
        height: 200px;
        width: 100%;
    }

    .banner-sec {
        height: auto;
    }

    .about-overview .count-flex {
        flex-wrap: wrap;
    }

    .image-section {
        width: 300px;
        height: 330px;
    }

    .circle-wrap {
        top: 64%;
        left: 46%;
    }

    .vision-con {
        margin-top: 0px;
    }

    .roots-top {
        margin-bottom: 10px;
    }

    .team-card {
        max-width: 500px;
        height: 450px;
    }

    .clientele-logo {
        gap: 10px;
    }

    .leader-sec {
        padding-top: 55px;
    }

    .process-card {
        width: 270px;
        height: 270px;
    }

    .execution-txt p {
        font-size: 12px;
    }

    .execution-txt h3, .step-circle span {
        font-size: 17px;
    }

    .step-circle {
        width: 45px;
        height: 45px;
    }

    .benefit-sec .process-card {
        width: 250px;
        height: 250px;
        padding: 30px;
    }

    .benefit-sec .execution-txt h3 {
        font-size: 20px;
    }

    .benefit-sec .step-circle {
        width: 60px;
        height: 60px;
    }

    .challenge-box .quote-circle {
        width: 290px;
        height: 290px;
    }

    .challenge-box .challenge-content::after {
        left: 180px;
    }

    .feature-line {
        font-size: 12px;
    }

    .execution-item {
        width: 45%;
    }

    .execution-flex {
        flex-wrap: wrap;
    }

    .execution-item:nth-child(odd) {
        margin-bottom: 0;
    }

    .execution-item:nth-child(even) {
        margin-top: 0;
    }

    .execution-item {
        margin: 10px !important;
    }

    .service-bnr .bnr-row {
        padding: 90px 0 20px;
    }

    .case-bnr-img {
        width: 150%;
    }

    .why-sec .execution-item {
        width: 46%;
    }

    .case-bnr-img {
        width: 100%;
    }

    .case-bnr-row {
        flex-direction: column-reverse
    }

    .case-bnr-sec .bnr-txt {
        padding: 50px 0px;
    }

    .connect-head {
        margin-bottom: 30px;
    }

    .form-control {
        font-size: 14px;
    }

    .through-sec .row {
        flex-direction: column-reverse;
    }

    .through-sec .image-section {
        width: 400px;
        height: 300px;
    }

    .through-sec .left-img, .through-sec .right-img {
        width: 225px;
        height: 250px;
    }

    .about-overview .count-item {
        width: 50%;
    }

    .about-overview .count-item:nth-child(2)::after {
        background: transparent;
    }

    .about-overview .count-item:nth-child(3)::before, .connect-btn::before {
        display: none;
    }

    .about-overview .count-item {
        padding: 30px 30px !important;
    }

    .industry-banner-sec .bnr-img img {
        width: 100% !important;
    }

    .bnr-img {
        position: relative;
    }

    .bnr-img::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 800px;
        height: 800px;
        background-color: #000;
        z-index: -1;
    }
    
    .case-txt {
        height: 35%;
    }

}

@media (max-width: 575px) {

    .banner-sec {
        height: 600px;
    }

    .bnr-img img {
        width: 100%;
        height: 250px;
        object-fit: contain;
    }

    .bnr-txt h1 {
        font-size: 26px;
    }

    .banner-sec {
        height: auto;
    }

    .bnr-txt ul {
        gap: 10px;
    }

    .bnr-txt li {
        gap: 5px;
        font-size: 12px;
    }

    .bnr-icon {
        width: 23px;
        height: 23px;
        padding: 4px;
    }

    .about-overview .count-item {
        padding: 30px 13px !important;
    }

    .overview-txt, .leader-txt .inner-para {
        width: 100%;
    }

    .process-card {
        width: 150px;
        height: 150px;
        padding: 15px;
    }

    .team-card {
        max-width: 290px;
        height: 270px;
    }

    .quote-circle {
        width: 340px;
        height: 340px;
    }

    .testi-content {
        inset: 20px;
    }

    .offer-sec .bim-circle {
        width: 150px;
        height: 150px;
    }

    .offer-sec .orbit {
        inset: -12px;
    }

    .offer-sec .plus-left {
        left: -10px;
        font-size: 30px;
    }

    .process-card {
        width: 320px;
        height: 320px;
        padding: 30px;
        margin: 0 auto;
    }

    .execution-txt p {
        font-size: 14px;
    }

    .execution-txt h3, .step-circle span {
        font-size: 18px;
    }

    .step-circle {
        width: 60px;
        height: 60px;
    }

    .benefit-sec .process-card {
        width: 170px;
        height: 170px;
        padding: 20px;
    }

    .benefit-sec .execution-txt h3 {
        font-size: 15px;
        padding-top: 20px;
    }

    .benefit-sec .step-circle {
        width: 40px;
        height: 40px;
        padding: 8px;
    }

    .solution-con .process-chart .steps {
        width: 50%;
    }


    .challenge-box .quote-circle {
        width: 330px;
        height: 330px;
        margin-left: auto;
        margin-right: auto;
    }

    .blog-txt h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .execution-item {
        width: 44%;
    }

    .why-sec.serve-sec .swiper-pagination-bullet {
        width: 36px;
        height: 36px;
        font-size: 12px;
    }

    .case-bnr-sec .container.custom-container {
        padding: 0;
    }

    .case-bnr-sec .bnr-txt {
        padding: 30px 15px;
    }

    .delivery-con .steps {
        width: 100%;
        margin-bottom: 0px;
    }

    .delivery-box h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .why-sec .execution-item {
        width: 100%;
    }

    .roots-txt {
        width: 100%;
    }

    .leader-head, .why-top {
        margin-bottom: 20px;
    }

    .connect-item-txt h4, .connect-item i {
        font-size: 16px;
    }

    .connect-txt, .connect-info {
        padding: 30px 15px;
    }

    .through-sec .image-section {
        width: 330px;
        height: 250px;
    }

    .through-sec .left-img, .through-sec .right-img {
        width: 190px;
        height: 180px;
    }

    .job-form .form-control {
        padding: 12px 12px;
    }

    .delivery-con .steps {
        width: 50%;
    }

    .case-txt .value img {
        width: 13px;
    }

    .case-value .value {
        gap: 3px;
    }

    .case-txt .case-btn, .case-value .value {
        font-size: 10px;
    }
    
    .case-txt {
        height: 190px;
    }
        
    .service-txt p {
        height: auto;
    }

    .textbox-proj {
        flex-direction: column;
        align-items: center;
    }

    .zigzag-row {
        margin-top: 20px;
    }

    .textbox-proj h3 {
        font-size: 17px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .testi-slider .swiper-wrapper{
        flex-direction: column ;
    }
    

}