a,
ul,
li,
span,
form,
input {
    color: #000
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 700
}

.page-para {
    color: #000;
    line-height: 1.6
}

:root {
    --carousel-height1: 600px;
    --speed-fast: 0.12s;
    --carousel-height2: 500px;
    --speed-medium: 0.22s;
    --speed-slow: 0.4s;
    --carousel-height3: 650px;
}

.text-primary {
    color: #1d80a3 !important
}

.text-primary-orange {
    color: #fc581c
}

.text-primary-orange:hover {
    color: #1d6885
}

.text-secondary-blue {
    color: #216386
}

.text-green {
    color: #19845c
}

.form-3 {
    background: #fff;
    box-shadow: rgb(0 0 0 / .1) 0 4px 12px;
    width: 70%;
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    border-radius: 10px;
    padding: 5px;
    border: 1px solid #ddd
}

.form-3 .placeholder {
    width: 40%;
    height: 100%;
    padding-left: 15px
}

.form-3 .location {
    width: 40%;
    height: 100%;
    border-left: 1px solid #ddd
}

.dropdown-item {
    white-space: inherit;
    line-height: 1.5
}

#typed {
    font-weight: 700;
    color: #fc581c
}

.cursor {
    display: inline-block;
    width: 2px;
    background-color: #fc581c;
    animation: blinker 500ms infinite
}

.cursor.typing-true {
    animation: none
}

@keyframes blinker {
    0% {
        background-color: #fc581c
    }

    50% {
        background-color: #fff0
    }

    100% {
        background-color: #fc581c
    }
}

.slick-track {
    display: flex;
    align-items: center
}

.our-industries {
    display: flex;
    gap: 25px;
    padding: 20px;
    border-radius: 10px;
    background: #fffbfa;
    overflow: hidden;
    box-shadow: #fff0 0 4px 12px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #fa562859
}

.our-industries img {
    width: 150px;
    height: 130px;
    object-fit: cover;
    border: 2px solid #fff;
    object-position: center;
    flex-shrink: 0;
    border-radius: 10px
}

.our-industries h4,
.our-industries p {
    color: #112d3b
}

.one-line-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.two-line-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.three-line-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.four-line-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.five-line-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.job-1 small {
    color: #112d3b
}

.choose-us-heading p {
    font-family: 'Gordita';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #505050
}

.pic1 {
    border-radius: 10px
}

.testimonial_item p {
    font-size: 18px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #505050;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

a.apply-btn {
    font-weight: 500;
    padding: 8px 17px;
    border-radius: 10px;
    transition: .3s ease;
    border: 1px solid
}

a.apply-btn:hover {
    background: #216386;
    color: #fff
}

.super-card {
    height: 100%;
    background: #233d4a;
    border-radius: 10px;
    padding: 20px
}

.super-card h4 {
    font-family: 'Gordita';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    padding-bottom: 10px
}

.super-card ul li a {
    color: #fff
}

.affiliations {
    text-align: center;
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid #536067;
    color: #fff
}

.affiliations-bucket {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 60px
}

.affiliations h4 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 26px;
    color: #fff
}

.affiliations {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #536067;
    color: #fff
}

.vertical-divider {
    height: 70px;
    width: 1px;
    background: #536067
}

.login-btn {
    outline: 1px solid;
    border-radius: 10px;
    color: #7a7a7a;
    border: 0;
    padding: 8px 15px;
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.3s ease-in-out
}

a.login-btn:hover,
a.login-btn:focus,
a.login-btn:visited {
    outline: 1px solid #216386;
    color: #216386;
    background: #fff
}

.lg-secletor-btn {
    margin-top: 20px;
    align-items: center;
    display: flex;
    width: 80%;
    position: relative;
    gap: 8px;
    outline: 1px solid #c5c5c5;
    color: #c5c5c5;
    border-right: 0 !important;
    padding: 5px;
    border-radius: 30px
}

.lg-secletor-btn i {
    float: right;
    position: absolute;
    right: 7px;
    top: 8px;
    font-size: 12px
}

.language-selector .nav-link:focus,
.language-selector .nav-link:hover {
    color: #fff;
    outline: 1px solid;
    background: #18394a
}

.right-wiget ul.dropdown-menu.show {
    padding: 10px;
    border-radius: 10px;
    width: 200px;
    border: 0;
    box-shadow: 0 50px 100px rgb(0 0 0 / .12)
}

.language-selector ul.dropdown-menu.show {
    width: 236px;
    background: #1d4355;
    padding: 10px;
    margin-top: 10px !important;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 50px 100px rgb(0 0 0 / .12)
}

.right-wiget .dropdown-item {
    padding: 10px;
    border-radius: 7px
}

.language-selector .dropdown-item {
    padding: 10px;
    color: #fff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 10px
}

.language-selector .dropdown-menu .dropdown-item:hover {
    background: #285368;
    color: #fff
}

.responsive-user-login a {
    width: 100%;
    padding: 5px 25px;
    text-align: center;
    border: 1px solid #afafaf;
    border-radius: 5px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500
}

.hor-divider {
    position: relative;
    width: 100%;
    margin: 15px 0;
    text-align: center
}

.hor-divider::after {
    content: "";
    position: absolute;
    width: 65%;
    left: 50%;
    transform: translate(-50%);
    height: 2px;
    background: #cecece;
    top: 10px
}

.hor-divider span {
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 0 8px;
    font-size: 14px
}

.responsive-user-login a:hover {
    background: #f7fafb;
    color: #2380a2;
    border: 1px solid;
    transition: all 0.3s ease
}

.footer-one_1 {
    width: 75%
}

li.nav-item.dropdown {
    margin-right: 20px
}

.navbar {
    padding: 0
}

.icon-wrapper {
    width: 84px;
    height: 84px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: auto
}

#home {
    background: url(../images/bg/hero-bg2.jpg) center center no-repeat;
    background-size: cover
}

a.job-1:hover {
    background: #ebf0f2;
    backdrop-filter: blur(3px)
}

.btn-cds {
    outline: 0;
    height: 48px;
    line-height: 46px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    position: relative
}

.btn-cds-primary {
    background: #0c5b79;
    color: #fff
}

.btn-cds-secondary {
    background: #ffbf00;
    color: #000
}

.btn-cds-mls {
    background: #ec1513;
    color: #fff
}

.btn-cds-flobile {
    background: #3ac0c2;
    color: #000
}

.btn-cds-primary:hover {
    background: #074f6b;
    color: #fff
}

.btn-cds-secondary:hover {
    background: #ffd65d;
    color: #000
}

.btn-cds-mls:hover {
    background: #c4110e;
    color: #fff
}

.kpo .job-title h3 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500
}

.section-heading {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 10px
}

.section-desc {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #000;
    padding-bottom: 0;
    margin-top: 0
}

#kpo .feature-job-2 .job-1 {
    border: 1px solid #4d4d4d;
    padding: 20px
}

#kpo .feature-job-2 .job-1:hover {
    background: #262624
}

section {
    position: relative
}

.bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / .75);
    backdrop-filter: blur(40px)
}

.bg-overlay-light {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    backdrop-filter: blur(40px)
}

.bg-overlay-dark {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 72%);
    backdrop-filter: blur(40px)
}

#mls .feature-job-2 .job-1 {
    background: rgb(255 255 255 / 66%) none repeat scroll 0 0;
    padding: 20px;
    cursor: unset
}

a.job-1 h5 {
    font-weight: 400;
    font-size: 20px
}

.opacity-75 {
    opacity: .75
}

#flobile .feature-job-2 .job-1 {
    padding: 20px;
    align-content: center;
    background: rgb(49 191 195 / 9%);
    outline: 1px solid #3ac0c2;
    position: relative
}

#flobile .feature-job-2 .job-1 h5 {
    font-size: 20px;
    margin-bottom: 0
}

#flobile .feature-job-2 .job-1 h2 {
    opacity: .4;
    display: block
}

.circle {
    width: 26%;
    height: 100%;
    position: absolute;
    top: 0
}

.circle:nth-child(1) {
    left: 0%
}

.circle:nth-child(2) {
    left: 26%
}

.circle:nth-child(3) {
    left: 51%
}

.circle:nth-child(4) {
    left: 76%
}

.carousel {
    width: 100%;
    max-width: 800px;
    position: relative;
    border-radius: 15px;
    transition: var(--speed-slow) ease;
    background: rgb(255 255 255 / 12%)
}

.carousel.lighted {
    width: 100%;
    max-width: 800px;
    position: relative;
    border-radius: 15px;
    transition: var(--speed-slow) ease;
    background: rgb(147 147 147 / 12%);
    border: 1px solid #fff
}

.caro-height1 {
    height: var(--carousel-height1)
}

.caro-height2 {
    height: var(--carousel-height2)
}

.caro-height3 {
    height: var(--carousel-height3)
}

@media screen and (max-width:989px) {
    :root {
        --carousel-height: 650px;
        --carousel-height: 450px
    }
}

.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: var(--speed-medium) ease
}

.slide.active {
    opacity: 1
}

.slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px
}

.slide .inner-card p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 500px;
    margin: auto;
    color: #000
}

.slide .inner-card {
    margin-top: -30px;
    padding: 50px;
    z-index: 1
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 1px 3px #c8c8c8);
    transform: unset !important
}

.description {
    --padding-vertical: 0.5rem;
    --padding-horizontal: 1.5rem;
    --desc-height: 32px;
    --top-offset: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc((var(--desc-height) + var(--padding-vertical) * 2 + var(--top-offset)) * -1);
    height: var(--desc-height);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: rgb(0 0 0 / .7);
    color: #fff;
    padding-top: var(--padding-vertical);
    padding-bottom: var(--padding-vertical);
    padding-left: var(--padding-horizontal);
    padding-right: var(--padding-horizontal);
    border-radius: 8px;
    text-align: center;
    line-height: 1;
    transition: var(--speed-medium) ease
}

@media screen and (min-width:767px) {
    .description {
        left: auto;
        right: auto
    }
}

.dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    z-index: 1
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / .5);
    margin: 0 5px;
    cursor: pointer
}

.dot.active {
    background-color: #fff
}

.timer {
    height: 4px;
    border-radius: 100vh;
    background-color: #fff;
    backdrop-filter: blur(8px);
    z-index: 10;
    position: relative;
    top: 10px;
    margin-inline: 10px
}

.nav-arrow {
    --arrow-width: 64px;
    aspect-ratio: 1;
    position: absolute;
    top: calc(var(--carousel-height2) / 2 - var(--arrow-width) / 2);
    background: #fff0;
    border: 1px solid #fff;
    transition: var(--speed-slow) ease;
    width: 48px;
    height: 48px;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    backdrop-filter: blur(20px);
    z-index: 1
}

.nav-arrow-light {
    top: calc(var(--carousel-height1) / 2 - var(--arrow-width) / 2)
}

.nav-arrow:hover {
    color: #000
}

.nav-arrow svg {
    transition: 0.2s ease-in-out;
    fill: #fff
}

.nav-arrow:hover {
    background-color: #fff
}

.nav-arrow:hover svg {
    fill: #000
}

.nav-arrow:hover.prev svg {
    transform: translateX(-4px)
}

.nav-arrow:hover.next svg {
    transform: translateX(4px)
}

.nav-arrow.prev {
    left: 0;
    transform: translateX(-50%)
}

.nav-arrow.next {
    right: 0;
    transform: translateX(50%)
}

.pause-play-button {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: rgb(255 255 255 / 50%);
    color: #000;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    border-radius: 20px;
    z-index: 1
}

.pause-play-button:hover {
    background-color: #fff
}

.pause-play-button svg {
    width: 20px;
    height: 20px
}

.pause-play-button span {
    white-space: nowrap
}

.ds-icon svg {
    width: 24px
}

.ds-list li h6 {
    color: #fff !important
}

.ds-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px
}

.ds-list li {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    font-size: 24px;
    gap: 10px;
    padding: 15px;
    background: rgb(255 255 255 / 8%);
    backdrop-filter: blur(30px);
    border-radius: 15px;
    line-height: 0;
    color: #fff;
    outline: 1px solid rgb(255 255 255 / 50%)
}

.slider img {
    width: 100px;
    height: 60px;
    object-fit: contain;
    animation: scroll 50s linear infinite
}

.slide-track {
    width: 100%;
    display: flex;
    overflow: hidden;
    position: relative
}

.slide-track::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 100%;
    background: linear-gradient(90deg, #ffffff, #fff0)
}

.slide-track::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 270px;
    height: 100%;
    background: linear-gradient(270deg, #ffffff, #fff0);
    z-index: 1
}

.slide-cr {
    flex-shrink: 0;
    margin: 0 25px
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translatex(-1000%)
    }
}

.services-ul li {
    margin-bottom: 8px;
    position: relative;
    display: flex;
    gap: 8px;
    color: #000
}

.services-ul li i {
    flex-shrink: 0
}

.section-banner img {
    border-radius: 15px;
    width: 100%;
    height: 450px;
    object-fit: cover
}

.text-gradient {
    background: linear-gradient(to right, #f32170, #ff6b08, #cf23cf, #eedd44);
    -webkit-text-fill-color: #fff0;
    -webkit-background-clip: text
}

.rotateAnimator {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    width: 10%;
    height: 100vh
}

.rotateAnimator-2 {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 15%;
    height: 100vh
}

.bgGradient {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    opacity: 1;
    filter: blur(270px);
    border: solid 1px #fff
}

.purple {
    top: 0;
    right: 0;
    background-color: #ff88b6
}

.green {
    top: 0;
    left: 0;
    background-color: #ff6b08
}

@keyframes blur-animation {
    0% {
        filter: blur(200px)
    }

    50% {
        filter: blur(200px)
    }

    100% {
        filter: blur(200px)
    }
}

@keyframes green-animation {
    0% {
        top: 0;
        left: 0%
    }

    50% {
        top: 35%;
        left: 40%
    }

    100% {
        top: 0;
        left: 0%
    }
}

@keyframes purple-animation {
    0% {
        top: 0;
        right: 0
    }

    50% {
        top: 65%;
        right: 40%
    }

    100% {
        top: 0;
        right: 0
    }
}

@keyframes move-by-circle-animation {
    0% {
        transform: rotate(0deg);
        width: (10%)
    }

    50% {
        width: 20%
    }

    100% {
        transform: rotate(360deg);
        width: (10%)
    }
}

.card {
    padding: 20px;
    border-radius: 15px;
    border: 0;
    background: #f2f5f6;
    height: 100%
}

.card-header {
    background-color: unset;
    border: 0;
    padding: 0
}

.card-body {
    padding: 0
}

#our-services .card h5 {
    font-style: normal;
    font-weight: 600;
    color: #111d3b;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
    margin-top: 25px
}

#our-services .card p {
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 0;
    color: #111d3b
}

#our-services .card .card-header {
    margin-bottom: 12px
}

.service-ic {
    width: 60px;
    height: 60px;
    border-radius: 100vh;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-top: -50px;
    position: relative
}

.service-ic svg {
    width: 32px
}

.custom-mb {
    margin-bottom: 50px
}

.bg-orange {
    background-color: #e7994f
}

.img-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.i2p-bg {
    background-image: url(../images/bg/i2p-bg.jpg)
}

.mls-bg {
    background-image: url(../images/bg/mls-bg.jpg)
}

.kpo-bg {
    background-image: url(../images/bg/kpo-bg.jpg)
}

.ds-bg {
    background-image: url(../images/bg/ds-bg.jpg)
}

.flobile-bg {
    background-image: url(../images/bg/flobile-bg.jpg)
}

#idea-to-product video {
    width: 124px;
    height: 124px;
    margin-inline: auto
}

section#idea-to-product .card {
    text-align: center;
    gap: 10px;
    background: rgb(147 147 147 / 12%);
    outline: 1px solid rgb(255 255 255 / 65%)
}

section#idea-to-product .card h5 {
    color: #000;
    margin-bottom: 0;
    text-align: start;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 600
}

section#idea-to-product .card img {
    width: 124px;
    height: 124px;
    margin: auto
}

.lead {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .1px;
    line-height: 1.5;
    color: #000
}

#client-testimonial .card {
    margin: 10px;
    outline: none;
    cursor: pointer;
    background: transparent;
    position: relative;
    padding: 0px;
}

.bg-testi-grey {
    background-color: #f8f8f8;
}

#client-testimonial .card h4 {
    color: #000;
    font-weight: 500
}

.slick-dots li button:before {
    color: #000000 !important;
    font-size: 18px
}

.rating i {
    color: #51ada3;
    font-size: 14px;
}

.testi-header p {
    font-size: 13px
}

.statistics-1 {
    position: relative;
    background-color: rgb(166 227 222 / 18%);
    padding: 30px 20px;
    padding-top: 52px;
    border-radius: 15px
}

.statistics-1 .top {
    position: relative
}

.statistics-1 .top svg {
    position: absolute;
    top: -78px;
    left: 50%;
    transform: translate(-50%);
    background: #a6e3de;
    width: 44px;
    height: 44px;
    padding: 10px;
    color: #123532;
    border-radius: 10px
}

.statistics-1 .border-pulse {
    border: 1.5px solid #a6e3de;
    transition-property: opacity;
    transition-duration: 600ms;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 600ms;
    -webkit-animation: unset;
    animation: pulseLocal 2s infinite;
    will-change: transform, border-radius, opacity;
    animation-play-state: running;
    width: 44px;
    height: 44px !important;
    position: relative;
    border-radius: 10px !important;
    top: -74px
}

@-webkit-keyframes pulseLocal {
    0% {
        transform: scale(1);
        border-radius: 20px;
        opacity: 1
    }

    90% {
        transform: scale(2);
        border-radius: 5px;
        height: 120%;
        opacity: 0
    }

    100% {
        transform: scale(1);
        border-radius: 20px;
        opacity: 0
    }
}

@keyframes pulseLocal {
    0% {
        transform: scale(1);
        border-radius: var(--br-xlarge, 20px);
        opacity: 1
    }

    90% {
        transform: scale(2);
        border-radius: var(--br-small, 5px);
        height: 120%;
        opacity: 0
    }

    100% {
        transform: scale(1);
        border-radius: var(--br-xlarge, 20px);
        opacity: 0
    }
}

.slick-dots li {
    width: 10px !important
}

.slick-dots li button:before {
    font-size: 35px !important
}

.slick-dots {
    bottom: -40px !important
}

section#idea-to-product .card img {
    width: 50px;
    height: auto;
    margin: unset
}

section#idea-to-product .card .gif {
    width: 100px
}

.slick-prev,
.slick-next {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50px;
    background: #2880a1 !important
}

.slick-next {
    right: -35px !important
}

.slick-prev {
    left: -35px !important
}

.slick-prev:before,
.slick-next:before {
    opacity: 1 !important
}

.slick-next:before {
    content: "\F231" !important;
    font-family: 'bootstrap-icons' !important;
    font-size: 16px !important;
    display: inline-block;
    color: #000
}

.slick-prev:before {
    content: "\F22D" !important;
    font-family: 'bootstrap-icons' !important;
    font-size: 16px !important;
    display: inline-block;
    color: #000
}

.slick-dots li button:before {
    color: #2d80a0 !important
}

.grid-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center
}

.grid-wrapper>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px
}

.grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense
}

.grid-wrapper .wide {
    grid-column: span 2
}

.grid-wrapper .tall {
    grid-row: span 2
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2
}

.slick-slide img {
    display: block;
    border-radius: 100%
}

.cr-footer {
    padding: 5px 0;
    position: relative;
    z-index: 9;
    background-color: #212529
}

.cr-footer p {
    font-size: 14px
}

.bg-light-blue {
    background-color: #effaf9
}

.blue-card {
    padding: 0 10px !important;
    border: 1px solid #93c3d873;
    background: rgb(33 160 212 / 20%) !important
}

.avatr-wrapr {
    flex-shrink: 0
}

.listing-card {
    padding: 40px;
    border-radius: 30px;
    background-color: #f5f5f5
}

.listing-card2 {
    padding: 30px;
    border-radius: 15px;
    background-color: #fff;
    border: 2px solid #000
}

.listing-cont h4 {
    font-weight: 700;
    color: #000
}

.listing-cont p {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #000
}

.cust-hr {
    opacity: .15
}

.sub-cont {
    display: flex;
    align-items: center
}

.sub-cont h5 {
    color: #000;
    font-weight: 700
}

.tech-logos {
    padding: 5px;
    background-color: #e7e7e7;
    border-radius: 3px
}

.tech-logos img {
    width: 40px
}

.listing-img img {
    width: 100%
}

.listing-cont {
    padding-right: 40px
}

.bora-10 {
    border-radius: 10px
}

.flex-shrink-0 {
    flex-shrink: 0;
    flex-wrap: wrap
}

.outer-link {
    font-weight: 700;
    color: #000;
    margin-top: 15px
}

.page-head-para {
    font-size: 20px;
    color: #fff
}

.theme-main-menu {
    background: rgb(0 0 0 / .752);
    backdrop-filter: blur(7.3px);
    -webkit-backdrop-filter: blur(7.3px)
}

.theme-main-menu.sticky-menu.fixed {
    background: rgb(0 0 0 / .752);
    backdrop-filter: blur(7.3px);
    -webkit-backdrop-filter: blur(7.3px)
}

.kpo-accord .accordion-button {
    padding: 0
}

.kpo-accord .accordion-item {
    border: 0
}

.kpo-accord .accordion-button::after {
    position: absolute;
    top: 25px;
    right: 25px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23102D3C'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23102D3C'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.accordion-button:focus {
    border: none;
    box-shadow: none
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff0;
    box-shadow: none
}

.listing-card-kpo {
    padding: 25px;
    border-radius: 16px;
    background-color: #f5f5f5
}

.listing-img-kpo img {
    background-color: #fff;
    border-radius: 10px
}

.servs-list li {
    position: relative;
    list-style-type: none;
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 15px
}

.servs-list li::before {
    content: '\F633';
    color: #2880a1;
    font-family: 'bootstrap-icons';
    position: absolute;
    left: -20px;
    top: 0
}

.my-head {
    font-weight: 700;
    color: #000
}

.servs-body {
    padding: 40px;
    margin: 0 70px;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    box-shadow: rgb(0 0 0 / .1) 0 10px 15px -3px, rgb(0 0 0 / .05) 0 4px 6px -2px
}

.pills-wrpper {
    display: flex;
    gap: 7px;
    flex-wrap: wrap
}

.pills-wrpper span {
    padding: 5px 20px;
    border-radius: 50px;
    background-color: #f5f5f5
}

.servs-body p {
    font-size: 1.1rem;
    line-height: 1.4;
    color: #000
}

.fk-link {
    color: #2880a1 !important;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 1.1rem !important
}

.inner-bg {
    background-repeat: no-repeat;
    background-size: cover
}

.resource-card {
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / .1) 0 1px 3px 0, rgb(0 0 0 / .06) 0 1px 5px 0;
    height: 100%;
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.resource-card h6 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 15px
}

.content-overlay {
    background: rgb(0 0 0 / .65);
    backdrop-filter: blur(9.8px);
    -webkit-backdrop-filter: blur(9.8px);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.fadeIn-bottom {
    top: 80%
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.content-title {
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 20px !important
}

.pdf-btn {
    color: #fff
}

.resource-card:hover .content-details {
    opacity: 1
}

.resource-card:hover .content-overlay {
    opacity: 1
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.act-btns {
    max-width: 150px;
    width: 100%;
    outline: 0;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 7px;
    position: relative
}

.pdf-btn {
    background: #ffbf00;
    color: #000;
    border: 1px solid #ffbf00
}

.pdf-btn:hover {
    color: #000;
    background: #ffd65d;
    border: 1px solid #ffd65d
}

.details-btn {
    color: #fff;
    border: 1px solid #fff
}

.details-btn:hover {
    color: #fff
}

.cust-gutter {
    --bs-gutter-y: 3rem;
    --bs-gutter-x: 3rem
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table>:not(caption)>*>* {
    padding: 15px
}

.insta-color {
    color: #cc2366
}

.section-heading2 {
    font-weight: 700;
    font-size: 28px;
    color: #000
}

.cust-tab .head-tr {
    white-space: nowrap
}

.cust-tab::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5
}

.cust-tab::-webkit-scrollbar {
    height: 5px;
    background-color: #f7f7f7
}

.cust-tab::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ccc
}

.head-tr th {
    border-right: 1px solid #ffffff6b !important
}

.head-tr th:last-child {
    border-right: 0 !important
}

.guide-list li {
    margin-bottom: 15px
}

.prev-txt {
    font-weight: 700;
    margin-bottom: 20px
}

.ws-nowrap {
    white-space: nowrap
}

.ws-nowrap2 {
    white-space: nowrap
}

.prevu-img {
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 15px
}

.uiux-sec-inner h6 {
    font-weight: 700
}

.servs-list2 li {
    position: relative;
    list-style-type: none;
    margin-bottom: 15px
}

.servs-list2 li::before {
    content: '\F633';
    color: #2880a1;
    font-family: 'bootstrap-icons';
    position: absolute;
    left: -20px;
    top: 0
}

.my-quote {
    width: 80%;
    margin: 50px 0;
    font-family: Open Sans;
    font-style: italic;
    color: #555;
    padding: 1.2em 30px 1.2em 75px;
    line-height: 1.6;
    position: relative
}

.my-quote.blue {
    border-left: 8px solid #003b65;
    background: #e5eef3
}

blockquote {
    font-family: "Times New Roman", Times, serif;
    font-size: 18px
}

.my-quote span {
    font-weight: 700;
    color: #003b65;
    font-family: "Times New Roman", Times, serif;
    font-size: 18px
}

.my-quote blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #003b65;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px
}

.social-names {
    font-weight: 600
}

.cust50 {
    width: 50%
}

.txt-blue {
    color: #0671a9
}

.card-tab>:not(caption)>*>* {
    border: 1px solid #dee2e6;
    padding: 25px;
    text-align: center
}

.no-border {
    border: none !important
}

.bord-1 {
    border: 1px solid #dedede
}

.cust-mini-container {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.nav-arrow-light {
    background-color: #fff;
    color: #000;
    border: 1px solid #e5e5e5
}

.timer.two {
    background-color: silver
}

.dots.two .dot {
    background-color: rgb(152 149 149 / 50%)
}

.dots.two .dot.active {
    background-color: #989898
}

.wings-txt {
    font-weight: 600;
    color: #000
}

.visit-link {
    color: #eb136b;
    background: -webkit-linear-gradient(right, #eb136b, #fd641c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.visit-link:hover {
    color: #eb136b;
    background: -webkit-linear-gradient(right, #eb136b, #fd641c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

a:hover {
    color: #074f6b
}

.pf-link {
    margin-left: auto
}

.mls-inner-card {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px
}

.mls-inner-card h5 {
    font-weight: 600;
    font-size: 16px
}

.genai-card {
    padding: 20px;
    height: 100%;
    transition: 0.5s
}

.genai-card .ai-logo {
    width: 120px
}

.genai-card .ai-logo-lg {
    width: 180px
}

.genai-card p {
    color: #fff;
    line-height: 1.5
}

.genai-card:hover {
    background-color: rgb(29 58 89 / 60%)
}

.genai-card.one {
    border-bottom: 1px solid #ffffff29
}

.genai-card.two {
    border-left: 1px solid #ffffff29;
    border-right: 1px solid #ffffff29;
    border-bottom: 1px solid #ffffff29
}

.genai-card.three {
    border-bottom: 1px solid #ffffff29
}

.genai-card.five {
    border-left: 1px solid #ffffff29;
    border-right: 1px solid #ffffff29
}

.gen-ai-btn {
    padding: 10px 25px;
    border: 1px solid #4b667e;
    background: #2b415a;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600
}

.gen-ai-btn:hover {
    color: #fff
}

.bg-black {
    background-color: #000
}

.gen-ai-bg {
    background-size: cover;
    background-repeat: no-repeat
}

.cs-wrapr {
    display: flex
}

html {
    scroll-behavior: smooth
}

.cpyr-txt {
    line-height: 1.5;
    font-size: 14px
}

.shadow-img {
    filter: drop-shadow(0 1px 3px #c8c8c8)
}

.non-bordered-btn {
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    padding: 12px 18px;
    border-radius: 50px;
    background: #eb136b;
    background: linear-gradient(117deg, #eb136b 0%, #fd641c 100%);
    color: #fff
}

.bordered-btn {
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #0b6d80;
    width: fit-content;
    padding: 8px 15px;
    border-radius: 50px;
    background-color: #fff0;
    transition: 0.5s
}

.non-bordered-btn:hover {
    background: linear-gradient(117deg, #eb136b 0%, #fd641c 100%);
    color: #fff
}

.bordered-btn:hover {
    background-color: #0b6d80;
    color: #fff
}

.bora-5 {
    border-radius: 5px
}

.b2b-sec-list li {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-left: 20px;
    position: relative;
    list-style-type: none
}

.b2b-sec-list li::before {
    content: '\F633';
    position: absolute;
    left: -20px;
    top: 0;
    color: #0ff0f3;
    font-family: 'bootstrap-icons';
    font-weight: 400;
    font-size: 1.1rem
}

.b2b-icons {
    margin-right: 5px;
    width: 32px;
    flex-shrink: 0
}

.cust-hr2 {
    background-color: #fff;
    opacity: .35
}

.opacity-85 {
    opacity: .85
}

.inner-slider-arrow,
.inner-slider-dots {
    position: static;
    transform: unset !important;
}

.dots-nd-arrows {
    position: absolute;
    bottom: 10px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 100;
}

.slider-card {
    padding: 30px;
    background: #f5f5f5;
    border-radius: 15px;
}

.cust-caro {
    margin-top: 40px;
}

.cust-caro .timer {
    top: 10px;
}

.cust-caro .pause-play-button {
    background-color: rgb(255 255 255);
}

.pf-link-grad {
    background: linear-gradient(117deg, #eb136b 0%, #fd641c 100%);
    padding: 8px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-left: auto;
}

.pf-link-grad:hover {
    color: #fff;
}

.container-testi {
    max-width: 600px;
    margin: auto;
    position: relative;
}

.container-testi .slick-prev,
.container-testi .slick-next {
    display: none !important;
}

.quote-imgs {
    position: absolute;
    left: -60px;
    top: -10px;
}

.container-testi .card h5 {
    font-size: 16px;
    margin-bottom: 0px;
}



/* SCT Service page css = 08082025 - Akilan */

.sct-service-main {
    padding: 200px 0px 100px 0px;
    background: aliceblue;
}

.sct-content h2 {
    font-size: 38px;
    color: #0e4259;
    margin-bottom: 12px;
}

.sct-content h4 {
    font-size: 30px;
    color: #0b8ab8;
    margin-bottom: 12px;
}

.sct-content p {
    font-size: 18px;
    color: #000;
    max-width: 550px;
}

.sct-points h6 {
    font-size: 22px;
    color: #0b8ab8;
}

.sct-points ul {
    list-style-type: none;
    margin-top: 16px;
}

.sct-points ul li {
    margin-bottom: 8px;
    display: flex;
    align-items: start;
    gap: 6px;
}

.sct-points ul li p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.sct-points ul li svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-top: 2px;
}

.sct-points ul li .li-emoji {
    font-size: 21px;
}

.right-grad-border:before {
    content: "";
    background-image: radial-gradient(#fff 5%, #0e4259 15%, #fff 60%);
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    right: 12px;
}

.sct-right-content .sct-img {
    border: 8px solid #1683a4;
    border-radius: 24px;
    width: fit-content;
}

.sct-img img {
    border-radius: 16px;

}

.years-img {
    width: 150px;
    position: absolute;
    top: -50px;
    left: -78px;
}

.years-img.two {
    width: 110px;
    position: static;
}

.client-ctn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 8px 14px;
    border: 3px solid #0e42593d;
    border-radius: 20px;
    margin: 20px auto 0 auto;
}


.client-ctn.two {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    margin: 0;
    border: none;
    padding: 0;
}


.client-ctn h5 {
    font-size: 20px;
    color: #0b8ab8;
    margin-bottom: 0px;
}

.client-ctn.two h5 {
    font-size: 14px;
    color: #0e4259;
    margin-bottom: 0px;
}

.client-ctn img {
    width: 170px;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
}

 

.dropdown-toggle::after {
    vertical-align: 1px;
}

/* .dropdown-toggle .dropdown-item:active { 
    background-color: #f1f1f1 !important;
} */
.dropdown-item:active {
    background-color: #f1f1f1 !important;
}

.dropdown-menu {
    width: max-content;
    border-radius: 8px;
}

.dropdown-menu .dropdown-item {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 16px;
    border-bottom: 1px solid #ececec;
    transition-duration: 300ms;
}

.dropdown-menu .dropdown-item:first-child:hover {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.dropdown-menu .dropdown-item:last-child:hover {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.sct-pt {
    width: 50%;
    padding: 30px;
    border: 3px solid #dce3e6;
    border-radius: 18px;
    background-color: #fff;
}

.sct-divide {
    width: 34px;
    height: 84%;
    display: grid;
    gap: 30px;
    background-color: #fff;
    margin: 10px 0px;
    position: absolute;
    right: -34px;
    top: 20px;
}

.divide-one {
    border: 3px solid #dce3e6;
    border-top-width: 0;
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
    background: aliceblue;
}

.divide-two {
    border: 3px solid #dce3e6;
    border-bottom-width: 0;
    border-top-right-radius: 1.25rem;
    border-top-left-radius: 1.25rem;
    background: aliceblue;
}

.sct-points-inner.two {
    display: flex;
    justify-content: space-between;
    gap: 28px;
}
.tech-used p{
    font-size: 18px;
    line-height: 1.6;
    color: #000;
}
.tech-used p span{
    font-weight: 600;
}
/* -------------------------------------------- Responsive ----------------------------------*/
@media (min-width:576px) {
    .cust-mini-container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .cust-mini-container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .cust-mini-container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .cust-mini-container {
        max-width: 991px
    }
}

@media (max-width:1399px) {
    .cust-gutter {
        --bs-gutter-y: 1rem;
        --bs-gutter-x: 1rem
    }

    .res-br {
        display: none
    }

    :root {
        --carousel-height2: 450px;
        --carousel-height3: 600px;
    }

}

@media (max-width:1199px) {
    .mls-inner-card {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px
    }

    :root {
        --carousel-height3: 550px;
    }

    .slide .inner-card {
        padding: 20px;
    }

    .sct-service-main {
        padding: 160px 0px 120px 0px;
    }
}

@media (max-width:991px) {
    .theme-main-menu .navbar .navbar-nav .nav-link {
        color: #000
    }

    .theme-main-menu .navbar .navbar-nav .nav-item .nav-link.active,
    .theme-main-menu .navbar .navbar-nav .nav-item:hover .nav-link,
    .theme-main-menu .navbar .navbar-nav .nav-item:hover .dropdown-toggle::after {
        color: #074f6b;
        font-weight: 700
    }

    .listing-cont {
        margin-bottom: 30px;
        padding-right: 0
    }

    .listing-img-kpo {
        width: 450px;
        margin: auto;
        margin-bottom: 15px
    }

    .navbar-collapse.collapse:not(.show) {
        display: none !important
    }

    .cust-tab tbody {
        white-space: nowrap
    }

    .social-sec img {
        margin: auto;
        max-width: 575px !important;
        margin-top: 20px
    }

    .res-br {
        display: block
    }

    .genai-card.one {
        border-bottom: 1px solid #ffffff29
    }

    .genai-card.two {
        border-left: 1px solid #ffffff29;
        border-right: 0;
        border-bottom: 1px solid #ffffff29
    }

    .genai-card.three {
        border-bottom: 1px solid #ffffff29
    }

    .genai-card.four {
        border-left: 1px solid #ffffff29;
        border-bottom: 1px solid #ffffff29
    }

    .genai-card.five {
        border-left: 0;
        border-right: 0
    }

    .genai-card.six {
        border-left: 1px solid #ffffff29
    }

    :root {
        --carousel-height3: 680px;
    }

    .cust-caro {
        margin-top: 20px;
    }

    .ca-head-wrpr {
        margin-top: 50px;
    }

    .right-grad-border:before {
        display: none;
    }
}

@media (max-width:767px) {
    :root {
        --carousel-height1: 500px;
        --carousel-height2: 400px
    }

    .section-desc {
        width: 100% !important
    }

    .slick-next {
        right: -10px !important
    }

    .slick-prev {
        left: -10px !important;
        z-index: 1
    }

    .listing-img-kpo {
        width: 100%
    }

    .kpo-accord .accordion-button::after {
        content: unset
    }

    .servs-body {
        padding: 25px;
        margin: 0 25px
    }

    .cust-gutter {
        --bs-gutter-y: 2rem;
        --bs-gutter-x: 2rem
    }

    .prevu-img {
        width: 900px
    }

    .my-quote {
        width: 100%;
        padding: 1.2em 15px 1.2em 60px
    }

    .cust50 {
        width: 100%
    }

    .ws-nowrap2 {
        white-space: normal
    }

    .card-tab h5 {
        font-size: 16px
    }

    .card-tab>:not(caption)>*>* {
        padding: 10px
    }

    .res-br {
        display: none
    }

    .mls-inner-card {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .genai-card.one {
        border-bottom: 1px solid #ffffff29
    }

    .genai-card.two {
        border-bottom: 1px solid #ffffff29;
        border-left: 0
    }

    .genai-card.three {
        border-bottom: 1px solid #ffffff29
    }

    .genai-card.four {
        border-bottom: 1px solid #ffffff29;
        border-left: 0
    }

    .genai-card.five {
        border-bottom: 1px solid #ffffff29
    }

    .genai-card.six {
        border-left: 0
    }

    .slide-track::after {
        width: 70px
    }

    .slide-track::before {
        width: 70px
    }

    .mb-none {
        margin-bottom: 0px !important
    }

    :root {
        --carousel-height3: 600px;
    }

    .quote-imgs {
        position: absolute;
        left: 0px;
        top: -20px;
    }

    .years-img {
        width: 125px;
        top: -28px;
        left: -56px;
    }

    .sct-points-inner.two {
        flex-direction: column;
    }

    .sct-pt {
        width: 100%;
    }

    .sct-divide {
        display: none;
    }

    .sct-points-inner.two {
        gap: 20px;
    }
}

@media (max-width:575px) {
    .nav-arrow {
        width: 30px
    }

    .nav-arrow.prev {
        left: 5px;
        transform: unset
    }

    .nav-arrow.next {
        right: 5px;
        transform: unset
    }

    .slide .inner-card {
        margin-top: -30px;
        padding: 30px
    }

    :root {
        --carousel-height1: 550px;
        --carousel-height2: 350px
    }

    .statistics-1 .top {
        margin-bottom: 10px
    }

    .feature-job-2 .row {
        --bs-gutter-y: 1rem;
        --bs-gutter-x: 1rem
    }

    .slick-prev,
    .slick-next {
        display: none !important
    }

    .grid-wrapper {
        display: flex;
        flex-direction: column;
        grid-gap: 10px
    }

    .sub-cont {
        display: block
    }

    .sub-cont h5 {
        margin-bottom: 10px !important
    }

    .sm-pt-80 {
        padding-top: 80px !important
    }

    .sm-pb-40 {
        padding-bottom: 50px !important
    }

    .section-heading2 {
        font-size: 24px
    }

    .cust-mini-container {
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem)
    }

    :root {
        --carousel-height3: 600px;
    }

    .years-img {
        width: 100px;
        top: -45px;
        left: 12px;
    }

    .client-ctn {
        flex-direction: column;
    }

    .sct-content h2 {
        font-size: 32px
    }

    .sct-content h4 {
        font-size: 22px;
    }

    .sct-points ul li p {
        font-size: 16px;
    }

    .sct-points ul li svg {
        width: 24px;
        height: 24px;
        margin-top: 0px;
    }

    .sct-points ul li .li-emoji {
        font-size: 18px;
        margin-top: -2px;
    }
}

@media (max-width:500px) {
    .cs-wrapr {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .pf-link {
        margin-left: 0;
        margin-top: 15px
    }

    .pf-link-grad {
        margin-left: 0;
        margin-top: 15px
    }
}

@media (max-width:450px) {
    .section-heading {
        font-size: 32px
    }

    .ds-list {
        display: flex;
        flex-direction: column
    }

    .listing-card {
        padding: 25px;
        border-radius: 16px;
        background-color: #f5f5f5
    }

    .listing-card2 {
        padding: 15px;
        border-radius: 8px;
        background-color: #f5f5f5
    }

    .mls-inner-card {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px
    }

    :root {
        --carousel-height3: 550px;
    }
}

@media (max-width:400px) {
    .caro-height1 {
        --carousel-height: 450px
    }

    .servs-body {
        padding: 15px;
        margin: 0 15px
    }

    .res-br {
        display: block
    }

    .cust-caro .pause-play-button {
        top: 10px;
        bottom: unset;
    }

    .slider-card {
        padding: 18px;
    }
}

@media (max-width:375px) {
    .wings-txt {
        font-size: 18px
    }

    section#idea-to-product .card .gif {
        width: 65px
    }

    :root {
        --carousel-height1: 450px;
        --carousel-height2: 300px;
        --carousel-height3: 550px;
    }

    .slide .inner-card {
        padding: 10px;
    }
}

@media (max-width:330px) {
    section#idea-to-product .card img {
        width: 40px
    }

    section#idea-to-product .card h5 {
        font-size: 16px
    }

    :root {
        --carousel-height3: 500px;
    }

    .cust-caro .dots {
        display: none;
    }
}

@media (max-width:300px) {
    section#idea-to-product .card img {
        width: 35px
    }
}

.portfolio-section {
    background-color: #000
}

.portfolio-section h2 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase
}

.portfolio-menu {
    text-align: center
}

.control {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #343a40;
    border-radius: 3px;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all 0.5s ease
}

.control:hover {
    background: #343a40
}

.mixitup-control-active {
    color: #fff;
    background: #343a40
}

.fancybox-container button:focus {
    outline: 0;
    box-shadow: none
}

.portfolio-item li {
    list-style-type: none
}

.pd {
    padding: 10px
}

.pd img {
    transition: all 0.5s
}

.portfolio-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / .7);
    width: 100%;
    height: 100%;
    text-align: center;
    visibility: hidden;
    transition: all 0.5s;
    transform: scale(0)
}

.portfolio-overlay p,
.portfolio-overlay a {
    position: relative;
    z-index: 4
}

.portfolio-overlay::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    left: 10%;
    top: 10%;
    transition: 50ms height ease 150ms;
    z-index: 3
}

.portfolio-overlay::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    right: 10%;
    bottom: 10%;
    transition: 100ms width ease 200ms;
    z-index: 3
}

.portfolio-item:hover .portfolio-overlay::before {
    width: 80%;
    height: 80%;
    border-top: 1px solid #50977f;
    border-right: 1px solid #50977f;
    transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s
}

.portfolio-item:hover .portfolio-overlay::after {
    width: 80%;
    height: 80%;
    border-bottom: 1px solid #50977f;
    border-left: 1px solid #50977f;
    transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s
}

.portfolio-item li:hover .portfolio-overlay {
    visibility: visible;
    transform: scale(1)
}

.portfolio-overlay .category {
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500
}

.portfolio-overlay .magnify-icon {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background: #50977f;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.25s
}

.portfolio-overlay .magnify-icon:hover {
    background: #000
}

.portfolio-overlay .magnify-icon p span i {
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    cursor: pointer
}

.overlay-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4
}

.scrolling-words-container {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    background: #eb136b;
    background: linear-gradient(117deg, #eb136b 0%, #fd641c 100%);
    color: #fff;
    width: fit-content;
    padding: 0 15px;
    border-radius: 50px
}

.btn-gradient {
    background: #eb136b;
    background: linear-gradient(117deg, #eb136b 0%, #fd641c 100%);
    color: #fff
}

.btn-gradient:hover {
    background: #eb136b;
    background: linear-gradient(117deg, #eb136b 0%, #fd641c 100%);
    color: #fff
}

.scrolling-words-box {
    height: 2.3rem;
    margin: auto;
    overflow: hidden
}

.scrolling-words-box ul {
    margin: 0 .625rem;
    padding: 0;
    animation: scrollUp 4s infinite
}

.scrolling-words-box ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.3rem;
    list-style: none;
    color: #fff
}

@keyframes scrollUp {

    15%,
    25% {
        transform: translateY(-20%)
    }

    40%,
    50% {
        transform: translateY(-40%)
    }

    65%,
    75% {
        transform: translateY(-60%)
    }

    90%,
    100% {
        transform: translateY(-80%)
    }
}