@font-face {
    font-family: 'General Sans';
    src: url('../plugin/fonts/generalSans_complete/fonts/web/fonts/GeneralSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../plugin/fonts/generalSans_complete/fonts/web/fonts/GeneralSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../plugin/fonts/generalSans_complete/fonts/web/fonts/GeneralSans-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../plugin/fonts/generalSans_complete/fonts/web/fonts/GeneralSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/*montserrat*/

@font-face {
    font-family: 'Montserrat';
    src: url('../plugin/fonts/montserrat_complete/fonts/web/fonts/Montserrat-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../plugin/fonts/montserrat_complete/fonts/web/fonts/Montserrat-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../plugin/fonts/montserrat_complete/fonts/web/fonts/Montserrat-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../plugin/fonts/montserrat_complete/fonts/web/fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat';
}

:root {
    --color-white: #ffffff;
    --color-black: #000000;

    --color-primary: #ff1d3d;
    --color-secondary: #333333;

    --color-secondary-rgb: 51 51 51;

    /* --color-tertiary: #111111;
    --color-quaternary: #777777;
    --color-quinary: #999999;
    --color-senary: #444444; */

    --font-poppins: 'Montserrat';
    --font-forum: 'Montserrat';

    --font-size-xxs: 10px
    --font-size-xs: 12px;
    --font-size-sm: 14px;
    --font-size-md: 16px;
    --font-size-lg: 18px;
    --font-size-xl: 20px;
    --font-size-xxl: 24px;

    --heading-font: 'Headline', sans-serif;

    --secondry-font: 'Montserrat', sans-serif;
    --third-font: 'Montserrat', sans-serif;
}

.h2 {
    font-family: var(--font-poppins);
    font-weight: 700;
    font-size: 48px;
}

/* body,
html {
    /* overflow-x: hidden; */
/* Only hide horizontal scroll */
/* width: 100%; */
/* } */

body {
    font-family: 'Montserrat';
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    /* background: #f1f1f1; */
    background: #e5e6e1;
    -webkit-font-smoothing: antialiased;
    /* Improves font rendering on Chrome, Safari */
    -moz-osx-font-smoothing: grayscale;
    /* Improves font rendering on macOS Firefox */
    /* background: linear-gradient(90deg, rgba(31, 31, 31, 1) 0%, rgba(66, 66, 66, 1) 100%); */
}

.object-cover {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.about-img {
    height: 100%;
    width: 100%;
}

.object-contain {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.object-fill {
    object-fit: fill;
    height: 100%;
    width: 100%;
}

.page-wrapper {
    position: relative;
    margin: 0 0;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    padding: 0;
    max-width: 100%;
    background: #e5e6e1;
    /* overflow: hidden; */
    overflow: visible;
    transition: all ease 800ms;
}

.header-container {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    /*overflow: hidden;*/
    z-index: 9999;
    height: 95px;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    /* backdrop-filter: blur(16px) saturate(180%); */
    transition: all ease 500ms;
}

.nav-list ul li .child {
    font-size: 16px;
}

ul li {
    list-style-type: none;
    text-align: center;
}

a {
    text-decoration: none;
    font-family: 'Montserrat';
    color: rgb(59, 59, 59);
    font-weight: 600;
}

.nav-list {
    font-family: 'Montserrat';
    padding: 20px 10px;
}

.nav-list ul li .child {
    position: relative;
}

.nav-list ul li .child::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 3px;
    background: rgb(14, 90, 64);
    transition: all ease 800ms;
}

.nav-list ul li .child:hover::before {
    width: 100%;
}

/* divider line */
.divider-line {
    height: 80px;
    background-color: rgb(59, 59, 59);
    width: 2px;
}

.logo {
    height: 100%;
    /* width: 150px; */
    box-sizing: border-box;
    overflow: hidden;
}

.bg-brand-green {
    --t: 1;
    /* background-color: rgb(43, 43, 43); */
}

.hire-btn {
    padding: 14px 13px;
    border: 0px solid transparent;
    /* border-radius: 12px; */
    font-size: 16px;
    font-weight: 600;
    position: relative;
    transition: all ease 1.2s;
    background: transparent;
    overflow: hidden;

    &:hover::after {
        /* transform: scale(0.9); */
        width: 100%;
        right: 0;
    }
}

.hire-btn-1 {
    padding: 14px 13px;
    border: 0px solid transparent;
    /* border-radius: 12px; */
    font-size: 16px;
    font-weight: 600;
    position: relative;
    transition: all ease 1.2s;
    /* background: transparent; */
    overflow: hidden;
    background: linear-gradient(90deg, transparent, rgba(36, 36, 36, 0.8));
    /* backdrop-filter: blur(16px) saturate(180%); */
    /* transition: 0.5s; */
    backdrop-filter: blur(10px);
}

.hw-1-btn {
    width: fit-content;
    margin-top: 80px;
    margin-bottom: 50px;
}

.hire-btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    /*width: 100%;*/
    z-index: -1;
    /* background: rgba(255, 255, 255, .1); */
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4));
    backdrop-filter: blur(16px) saturate(180%);
    transition: 0.5s;
    backdrop-filter: blur(10px);
}

.hire-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
    background: #0c0c0cda;
    /* backdrop-filter: blur(10px); */
}

a:focus,
a:active,
a:focus,
a:focus-visible {
    text-decoration: none;
    border: 0px solid transparent;
}

.img-home {
    position: relative;
    top: 0;
    left: 0;
    height: 110vh;
    width: 100%;
}

.about-div .img-home {
    position: relative;
    top: 0;
    left: 0;
    height: 80vh;
    width: 100%;
}

.header-div {
    position: relative;
    top: 0;
    left: 0;
    height: 110vh;
}

.svg-cont-1 {
    position: absolute;
    top: 61%;
    left: 0;
    width: 100%;
    z-index: 0;
}

.svg-cont-2 {
    position: absolute;
    top: 71%;
    left: 0;
    width: 100%;
    z-index: 0;
}

.about-div {
    position: relative;
    top: 0;
    left: 0;
    height: 80vh;
}

.home-content {
    position: absolute;
    top: 30%;
    width: 40%;
    left: 3%;
    /* transform: translateY(50%); */
    z-index: 999;
}

.about-div .home-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    left: 3%;
    /* transform: translateY(50%); */
    z-index: 999;
}

.home-content h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 110%;
    transition: all ease 800ms;

    &:hover {
        transform: translateX(30px);
    }
}

.home-content-p {
    position: absolute;
    top: 54%;
    width: 50%;
    left: 3%;
    z-index: 999;
    font-size: 19px;
    /* line-height: 110%; */
}

.home-content-p p {
    transition: all ease 800ms;

    &:hover {
        transform: translateX(30px);
    }

}

.home-content-btn {
    position: absolute;
    top: 76%;
    left: 3%;
    z-index: 999;
}

.home-content-btn button {
    transition: all ease 800ms;

    &:hover {
        transform: translateX(30px);
    }
}



.cont-slick-2 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    /* background: rgb(255, 255, 255); */
    background: #e5e6e1;
    color: rgb(46, 46, 46);
    /* background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(221 221 221) 100%); */
    height: auto;
}

.wave {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(221 221 221) 100%);
}

.spike-design {
    position: absolute;
    top: -93px;
    left: 6px;
    width: 100%;

}

.spike-design-rev {
    position: absolute;
    bottom: -94px;
    left: -5px;
    width: 100%;
    transform: rotateY(180%);
}

/* .header-div::before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        height: 10px;
        width: 100%;
        z-index: 1;
        background-color: #1f1f1f65;
        backdrop-filter: blur(18px) saturate(180%);
    } */

/* .about-div::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 10px;
    width: 100%;
    z-index: 1;
    background-color: #1f1f1f65;
    backdrop-filter: blur(18px) saturate(180%);
} */


.main-slider {
    position: relative;

}

/*  */

.swiper-slide {
    position: relative;
    /* height: 100px; */
    /* width: 100px; */
}

.brands-slider .image-container {
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* background: var(--color-white); */
    /* border: 2px solid var(--color-secondary); */
    /* padding: 5px; */
    border-radius: 15px;
    background: white;
}

.slick-text {
    text-align: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-poppins);
}

.slick-text::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    z-index: 1;
    height: 100%;
    background: white;
}

.proverb {
    text-align: center;
    width: 60%;
    position: relative;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    font-weight: 700;
    font-size: 33px;
    color: white;
    font-family: var(--font-poppins);
}

.exp-card {
    font-weight: 700;
    font-family: var(--font-poppins);
    font-size: 17px;
}

.section-title p {
    margin: 0;
    font-weight: bolder;
    font-size: 22px;
}

#c1,
#c2,
#c3 {
    font-weight: 600;
}

.strip-right {
    position: relative;
    color: rgb(255, 255, 255);
}

.strip-right::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    z-index: 1;
    background: white;
}

.cont-proverb-counter {
    margin-top: 80px;
    margin-bottom: 40px;
    position: relative;
    /* background: #0E5A40; */
    background: #3c3e40;
}

.about-us-h-cont {
    margin-top: 80px;
    margin-bottom: 40px;
    position: relative;
    /* background: rgb(209, 209, 209); */
}

.map-cont {
    margin-top: 100px;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 70px !important;
    min-height: 500px;
}

.dot-cont {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 95%;
    z-index: 0;
    background-image: url(../../dots_white.svg);
    background-position: center;
    background-repeat: repeat;
}

.dot-cont-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 95%;
    z-index: 0;
    background-image: url(../../dots.svg);
    background-position: center;
    background-repeat: repeat;
}

.dot-cont-3 {
    position: absolute;
    top: 4px;
    left: 0;
    width: 50%;
    height: 95%;
    z-index: 0;
    background-image: url(../../dots.svg);
    background-position: center;
    background-repeat: repeat;
}

.dot-cont-4 {
    position: absolute;
    top: 4px;
    left: 0;
    width: 50%;
    height: 95%;
    z-index: -1;
    background-image: url(../../dots.svg);
    background-position: center;
    background-repeat: repeat;
}

.hw-content ul li {
    text-align: left;
    padding-top: 10px;
}

/* List */
.hw-content ul {
    counter-reset: index;
    padding: 0;
    /* max-width: 300px; */
}

/* List element */
.hw-content ul li {
    counter-increment: index;
    display: flex;
    align-items: center;
    padding: 12px 0;
    box-sizing: border-box;
}


/* Element counter */
.hw-content ul li::before {
    content: counters(index, ".", decimal-leading-zero);
    font-size: 1.5rem;
    text-align: right;
    font-weight: bold;
    min-width: 50px;
    padding-right: 12px;
    font-variant-numeric: tabular-nums;
    align-self: flex-start;
    background-image: linear-gradient(to bottom, aquamarine, orangered);
    background-attachment: fixed;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Element separation */
.hw-content ul li+li {
    border-top: 1px solid rgba(27, 27, 27, 0.2);
}

/* .map-cont::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
    background-image: url(../../dots_white.svg);
    background-position: center;
    background-repeat: repeat;
} */


.our-mission-cont {
    margin-top: 50px;
    margin-bottom: 40px;
    position: relative;
}

/* .our-mission-cont .card:hover{
    transform: scale(1.1);
    transition: 400ms;
} */

.svg-cont-1o {
    position: absolute;
    bottom: -58%;
    left: 0;
    width: 100%;
    transform: rotateX(180deg);
    z-index: 1;
}


.tech-hiring {
    margin-top: 80px;
}

.about-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 34px;
}

.about-head::before {
    content: "";
    background-image: url(../../coma.svg);
    height: 113px;
    width: 142px;
    position: absolute;
    top: -69%;
    left: -9%;
    z-index: -1;
}

.about-head p {
    width: 100%;
    text-align: left;
    font-size: 33px;
    font-weight: 700;
    color: rgb(46, 46, 46);
}

.global-head {
    width: 100%;
    text-align: left;
    font-size: 33px;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

.our-mission-head p:nth-child(1) {
    width: 100%;
    text-align: center;
    font-size: 33px;
    font-weight: 700;
    color: rgb(46, 46, 46);
}

.our-mission-head p:nth-child(2) {
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    color: rgb(46, 46, 46);
}

.our-mission-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.our-miss-btn {
    padding: 10px;
    color: rgb(46, 46, 46);
    border: 1px solid rgb(46, 46, 46);
    border-radius: 12px;
    position: relative;
    overflow: hidden;

    &:hover::before {
        width: 100%;
        left: 0;
    }

    &:hover {
        color: white;
    }
    
    &:hover svg {
        fill: white;
    }
}

.our-miss-btn::before {
    content: "";
    width: 0%;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    background-color: #1f1f1f;
    color: white;
    z-index: -999;
    border-radius: 12px;
    transition: all ease 800ms;
}

.about-cont p {
    width: 100%;
    text-align: left;
    font-size: 25px;
    font-weight: 500;
    color: rgb(46, 46, 46);
}

.about-cont-btn {
    position: relative;
    top: 17%;
    left: 0;
}



.about-btn {
    padding: 10px;
    color: rgb(46, 46, 46);
    border: 1px solid rgb(46, 46, 46);
    /* border-radius: 12px; */
    position: relative;
    overflow: hidden;

    &:hover::before {
        width: 100%;
        left: 0;
    }

    &:hover {
        color: white;
    }
    &:hover svg {
        fill: white;
    }
}

.about-btn::before {
    content: "";
    width: 0%;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    background-color: #1f1f1f;
    color: white;
    z-index: -999;
    /* border-radius: 12px; */
    transition: all ease 800ms;
}

.svg-cont-3 {
    position: absolute;
    top: -84%;
    left: 0;
    width: 100%;
    z-index: 0;
}

.svg-cont-33 {
    position: absolute;
    bottom: -86%;
    left: 0;
    width: 100%;
    transform: rotateX(180deg);
    z-index: 0;
}

.svg-cont-4 {
    position: absolute;
    top: -43%;
    left: 0;
    width: 100%;
    z-index: -11;
}

.svg-cont-44 {
    position: absolute;
    bottom: -43%;
    left: 0;
    width: 100%;
    transform: rotateX(180deg);
    z-index: 0;
}

.svg-cont-5 {
    position: absolute;
    bottom: -295px;
    left: 0;
    width: 100%;
    transform: rotate(180deg);
    z-index: 0;
}

.talent-emp-div {
    height: auto;
    width: 250px;
    border: 1px solid white;
    border-radius: 12px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    /* margin-right: 50px; */
    /* margin-left: 10px; */
}

.request-cont {
    position: relative;
    height: 420px;
    width: 270px;
    border: 1px solid white;
    border-radius: 12px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    background: #bdc3c7;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2c3e50, #bdc3c7);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.talent-emp-div .emp-img-cont {
    position: relative;
    /* top: 0; */
    left: 0;
    width: 100% !important;
    height: 55%;

}

.talent-emp-div .emp-name {
    position: relative;
    top: 0;
    left: 0;
    padding: 10px;
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 17px;
}

.emp-role {
    position: relative;
    top: 0;
    left: 0;
    padding: 10px;
}

.domain-name {
    font-weight: 600;
    font-size: 17px;
    font-family: var(--font-poppins);
}

.domain-icon {
    position: relative;
    top: 0;
    left: 0;
    width: 20px;
}

.emp-skill-cont p {
    /* position: relative; */
    /* top: 10%; */
    /* left: 0; */
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 10px;
    display: inline-block;
    border: 0.5px dashed white;
    padding: 8px 10px;
    margin-left: 10px;
    /* margin-top: 13px; */
    width: auto;
}

.request-cont .cmp-logo-cjww {
    width: 100px;
    height: 100px;
    position: relative;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.request-cont .req-text {
    width: 100%;
    font-family: var(--font-poppins);
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    line-height: 20px;
    padding: 10px;
    position: relative;
    top: 25%;
    text-align: center;
}

.request-cont .req-btn {
    position: relative;
    top: 31%;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%);
}

.hire-cont .hire-step-text {
    width: 30%;
    font-family: var(--font-poppins);
    font-weight: 700;
    font-size: 33px;
    text-align: center;
    position: sticky;
    top: 20vh;
    left: 50%;
    transform: translateX(-50%);
}

.hire-cont {
    margin-top: 70px !important;
    position: relative;
}

.language-slick p:nth-child(1) {
    color: rgb(59, 59, 59);
    text-align: center;
}

.language-slick {
    margin-top: 60px !important;
    background-color: transparent;
}

.testi-cont {
    /* margin-top: 80px !important; */
    background-color: #3c3e40;
    position: relative;
    top: 0;
    margin: 0;
    /* left: 3%;  */
}

.testi-cont .header {
    margin-top: 100px;
}

.testi-cont p:nth-child(1) {
    color: rgb(255, 255, 255);
}

.svg-cont-tc {
    position: absolute;
    top: -8%;
    padding: 0;
    left: 0;
    width: 100%;
    transform: rotateX(180deg);
    z-index: 0;
}

/* 
.hire-steps-cont span {
    position: relative; */
/* top: 20%; */
/* left: 10px; */
/* padding: 20px 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: white;
} */

.hire-steps-cont span {
    position: relative;
    top: 19%;
    padding: 20px 10px;
    font-family: var(--font-poppins);
    font-weight: 800;
    font-size: 24px;
    color: white;
}

.hire-steps-cont {
    /* background: #1f1f1f; */
    background: linear-gradient(161deg, rgb(22, 0, 49) 12.73%, rgb(1, 31, 104) 72.95%);
}

.hire-steps-cont .hire-steps-cont-text p {
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 16px;
    color: white;
}

.hire-steps-cont .hire-steps-cont-text {
    position: relative;
    top: 19%;
    /* left: 10px; */
    line-height: 29px;
    padding: 20px;
    text-align: justify;
}

.hire-steps-cont {
    position: sticky;
    top: 23vh;
    height: 350px;
    width: 100%;
    border-radius: 12px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0);
    color: black;
    background-color: #bdc3c7;
}

.hire-steps-button {
    position: relative;
    top: 17%;
    width: auto;
    left: 10px;
}

.hire-steps-button button {
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    padding: 8px 10px;
    text-align: center;
    border-radius: 12px;
    background: transparent;
    font-size: 16px;
    transition: all ease 400ms;
}

.hire-steps-steps-cont {
    position: sticky;
    top: 23vh;
    height: 350px;
    width: 100%;
    border-radius: 23px;
    box-sizing: border-box;
    border: 1px solid white;
}

.hire-steps-steps-cont.step-1 {
    background: url(../images/domain-logo/step-1.jpg) no-repeat center center;
    background-size: 100% 100%;
}


.hire-steps-steps-cont.step-2 {
    position: sticky;
    top: 24vh;
    z-index: 2;
    margin-top: 150px;
    background: url(../images/domain-logo/step-2.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.hire-steps-steps-cont.step-3 {
    position: sticky;
    top: 25vh;
    z-index: 3;
    margin-top: 200px;
    background: url(../images/domain-logo/step-image-3.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.hire-steps-button button:hover {
    border: 1px solid black;
    color: white;
    padding: 8px 10px;
    background: black;
}

.hire-steps-steps-cont::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: #1f1f1f;
    background: linear-gradient(90deg, rgb(31 31 31 / 90%) 0%, rgb(66 66 66 / 74%) 100%);
    z-index: 9;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
}

.hire-steps-steps-cont .step {
    position: relative;
    top: 65%;
    left: 10px;
    font-family: var(--font-poppins);
    font-size: 25px;
    font-weight: 600;
}

.hire-steps-steps-cont .step .s1 {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: white;
    z-index: 10;
    font-size: 19px;
    color: black;
    text-align: center;
    line-height: 22px;
}

.hire-steps-steps-cont .step .s2 {
    color: white;
    z-index: 10;
    font-size: 19px;
}

.hire-steps-steps-cont .step-desc {
    position: relative;
    top: 66%;
    left: 8px;
    font-family: var(--font-poppins);
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
    color: white;
    z-index: 10;
}

.language-slick .header p:nth-child(1) {
    font-family: var(--font-poppins);
    font-weight: 700;
    font-size: 33px;
    text-align: center;
}

.svg-cont-th {
    position: absolute;
    bottom: -26%;
    left: 0;
    width: 100%;
    transform: rotateX(180deg);
    z-index: 0;
}

.language-slick .header {
    /* margin-top: 80px !important; */
}

.our-clients p {
    font-size: 25px;
    font-weight: 600;
}

.our-clients {
    position: relative;
}

.our-clients::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    z-index: 999;
    background-color: #123814;
}

.talent-slider .image-container {
    position: relative;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fffefe;
    /* background: linear-gradient(90deg, rgb(31 31 31 / 90%) 0%, rgb(66 66 66 / 74%) 100%); */
    /* padding: 5px; */
    border-radius: 15px;
    border: 3px solid grey;
    overflow: hidden;
    padding: 5px;
}

.our-clients {
    height: 100%;
    width: 100%;
}

.talent-swiper-slide {
    position: relative;
    /* height: 100px; */
    width: 100px;
}

.testi-div {
    height: auto;
    width: 400px;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 12px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    /* box-shadow: 0px 1px 11px 8px #d2d2d2; */
    /* margin-right: 50px; */
    /* margin-left: 10px; */
}

.testi-cont p {
    font-family: var(--font-poppins);
    font-weight: 700;
    font-size: 33px;
    text-align: center;
}

.client-img-cont {
    position: relative;
    top: 0;
    height: 100px;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-radius: 50%;
    overflow: hidden;
}

.test-desc {
    position: relative;
    top: 0;
    height: auto;
    overflow: hidden;
    padding: 14px;
}

.svg-testimonial {
    position: absolute;
    width: 100%;
    height: 30%;
    z-index: 0;
    top: 0;
    left: 0;
}

.test-desc .client-name {
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: rgb(59, 59, 59) !important;
}

.test-desc .client-desc {
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 13px;
    text-align: left;
    color: rgb(59, 59, 59) !important;
}

.test-desc .client-name span {
    font-size: 13px;
}

.testimonial-swiper {
    height: 65vh;
}

.swiper-button-next::after {
    font-family: "Font Awesome 6 Free";
    /* or 'Font Awesome 5 Free' based on your version */
    font-weight: 900;
    /* Needed for solid icons */
    content: "\f0da";
    font-size: 24px;
}

.swiper-button-prev::after {
    font-family: "Font Awesome 6 Free";
    /* or 'Font Awesome 5 Free' based on your version */
    font-weight: 900;
    /* Needed for solid icons */
    content: "\f0da";
    font-size: 24px;
}

.swiper-button-prev {
    position: absolute !important;
    top: 86% !important;
    left: 17px !important;
    height: 40px !important;
    width: 40px !important;
    /* padding: 10px; */
    background: rgb(255, 255, 255) !important;
    border-radius: 50% !important;
    z-index: 999 !important;
}

.swiper-button-next {
    position: absolute !important;
    top: 86% !important;
    left: 70px !important;
    height: 40px !important;
    width: 40px !important;
    /* padding: 10px; */
    background: rgb(255, 255, 255) !important;
    border-radius: 50% !important;
    z-index: 999;
}

.swiper-button-prev::after {
    content: "\f0d9" !important;
}

.swiper-button-next::after {
    content: "\f0da" !important;
}

.footer {
    min-height: 100px;
    background-color: #e5e6e1;
    /* backdrop-filter: blur(16px) saturate(180%); */
    width: 100%;
    font-size: 17px;
    color: #1f1f1f;
}

.footer-logo {
    position: relative;
    top: 20px;
    left: 30px;
    height: 200px;
    width: 200px;
}

.quick-link ul li {
    list-style-type: none;
    text-align: left;

}

.quick-link a {
    text-decoration: none;
    color: white;
}

.header-container.sticky {
    /* position: sticky;
    top: 0; */
    height: 79px;
    background-color: rgb(255, 255, 255);
    backdrop-filter: blur(16px) saturate(180%);
    transition: all ease 500ms;
}

.header-container.sticky .divider-line {
    background-color: black;
    height: 55px;
}

.header-container.sticky .nav-list a {
    font-family: 'Montserrat';
    font-weight : 600;
    color: #333333;
}

.welcome-header {
    font-family: var(--font-poppins);
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.welcome-header p {
    text-align: left;
}

.welcome-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

.nav-link {
    background-color: white !important;
    color: #1f1f1f !important;
    border-radius: 0 !important;
    font-family: var(--font-poppins);
    /* font-size: 21px; */
    font-size: 15px;
    font-weight: 700;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* border-top-left-radius: 12px; */
}

.nav-item:nth-child(1) {
    border-top-left-radius: 12px !important;
}

.nav-item:nth-child(5) {
    border-top-right-radius: 12px;
}

.scrollTopBtn {
    height: 50px;
    width: 50px;
    padding: 20px;
    border-radius: 50%;
    border: 1px solid lightgray;
    position: fixed;
    bottom: 18px;
    right: 18px;
    background: white;
    cursor: pointer;
}

.scrollTopBtn .bi-chevron-up {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%) !important;
    transform: translateY(-50%);
    z-index: 99999999;
}


.nav-link.active {
    background-color: rgb(55, 105, 243) !important;
    color: #fffdfd !important;
}

.tab-pane {
    background: white !important;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 390px !important;
    overflow: hidden;
    /* max-height: 500px; */
}

.tab-content {
    min-height: 400px !important;
    width: 98.5%;
}

.tab-content-title p {
    font-family: var(--font-poppins);
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    position: relative;
    top: 30px;
    left: 20px;
}

.tab-content-desc p {
    font-family: var(--font-poppins);
    font-size: 17px;
    font-weight: 500;
    color: #333333;
    position: relative;
    top: 0px;
    left: 20px;
    width: 60%;
}

.tab-content-btn {
    font-family: var(--font-poppins);
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    position: relative;
    bottom: 37px;
    left: 20px;
    width: fit-content;
}

.tab-content-btn a {
    border: 1px solid rgb(32, 32, 32);
    color: rgb(51, 50, 50);
    padding: 10px 20px;
    text-align: center;
    border-radius: 12px;
    background: transparent;
    transition: all ease 400ms;
}

.tab-content-btn a svg{
    fill : black;
}
.tab-content-btn a:hover svg{
    fill : white ;
}

.tab-content-btn a:hover {
    border: 1px solid rgb(255, 255, 255);
    color: white;
    padding: 10px 20px;
    background: black;
}

.tab-icon {
    position: relative;
    top: 0;
    left: 0;
    width: fit-content;
    height: 74px;
    /* padding: 10px; */
    border-radius: 50%;
    overflow: hidden;
}

.tab-container {
    width: 1569px !important;
    margin: 100px 10px;
    overflow: hidden;
}

#testimonial-swiper {
    width: 100%;
    overflow: hidden;
}

.swiper {
    z-index: 0 !important;
}

.nav-item:nth-child(1) {
    width: 20%;

}

.nav-item:nth-child(2) {
    width: 20%;
}

.nav-item:nth-child(3) {
    width: 20%;
}

.nav-item:nth-child(4) {
    width: 20%;
}

.nav-item:nth-child(5) {
    width: 20%;
}

.nav-item button {
    width: 100%;
}


.services-drop-down ol {
    padding: 0;
}

.services-drop-down ol li {
    text-align: left !important;
    padding: 9px 0px 9px 4px;
    border-radius: 12px;
    position: relative;

    &:hover {
        background-color: rgba(14, 90, 63, 0.349);
    }
}

/* .services-drop-down ol li a::before{
    content: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width 0
} */

.services-drop-down ol li a svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    opacity: 0;
}

.services-drop-down ol li a {
    text-decoration: none;
    color: black;
    font-size: inherit;
    font-weight: inherit;
}

.services-drop-down ol li:hover svg {
    right: 0;
    opacity: 1;
    transition: all ease 0.4s;
}

.services-nav {
    position: relative;
    transition: all ease 800ms;
}

.services-nav::after {
    content: "";
    position: absolute;
    height: 30px;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.services-nav:hover .services-drop-down {
    display: block;
    transition: all ease 800ms;
}


.services-nav .services-drop-down {
    position: absolute;
    top: 150%;
    left: 0;
    width: 230px;
    background-color: #fffdfd;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid grey;
    display: none;
    transition: all ease 800ms;
}

.nav-corner-bar {
    display: none;
    position: relative;
    right: -30px;
    top: 0;
}

.nav-bar-btn {
    border: 0px solid transparent;
    background-color: transparent;
}

.mobile-nav {
    position: fixed;
    height: 0vh;
    width: 0%;
    box-sizing: border-box;
    overflow-x: hidden;
    /* border: 1px solid red; */
    overflow-y: scroll;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    transition: all ease 2s;
    background-color: rgba(0, 0, 0, 0.479);
    backdrop-filter: blur(16px) saturate(180%);
    padding: 10px 0px;
}

.mobile-nav.show {
    display: block;
    width: 100%;
    height: 100vh;
}

.mobile-nav ul li a {
    color: rgb(255, 255, 255);
    text-align: left;
}

.mobile-nav ul li {
    padding-left: 20%;
    text-align: left;
}

.mobile-nav-list {
    font-family: var(--font-poppins);
    font-size: 25px;
    font-weight: 500;
}

.mobile-nav-list ul li {
    padding-left: 20px;
}

.mobile-nav-bar-list {
    display: none;
    height: 0;
}

.mobile-nav-bar-list.show {
    margin-top: 10px;
    text-align: left;
    font-size: 17px;
    padding: 13px;
    height: 100%;
    background: #4e4c4c;
    border-radius: 20px;
    /* color: grey; */
    display: block;
}


    .strip-right:nth-child(3)::after {
        display: none;
    }

.mobile-nav-bar-list.show ol li {
    text-align: left;
    padding: 0px;
    /* color: #000000; */
}

.mobile-nav-bar-list.show ol {
    padding: 0px;
    /* padding-left: 10px; */
}

@media (max-width: 768px) {

    * {
        box-sizing: border-box !important;
        padding: 0;
        margin: 0;
        font-family: var(--font-poppins) !important;
    }

    .nav-list {
        display: none;
    }

    .logo {
        height: 100%;
        /* width: 130px; */
        box-sizing: border-box;
        /* border-radius: 50%; */
        overflow: hidden;
    }

    .header-container {
        height: 78px;
    }

    .divider-line {
        opacity: 0;
    }

    .about-cont-btn {
        top: 3% !important;
    }

    .strip-right:nth-child(3)::after {
        display: block;
    }

    .nav-corner {
        display: none !important;
    }

    .nav-corner-bar {
        display: block !important;
    }

    .tech-hiring {
        margin-top: 80px !important;
    }

    .img-home {
        height: 70vh;
    }

    .header-div {
        height: 70vh;
    }

    .home-content {
        top: 34%;
        width: 66%;
    }

    .welcome-header .w-75 {
        width: 100% !important;
    }

    .about-head.w-75 {
        width: 100% !important;
        padding: 15px;
    }

    .about-cont p {
        font-size: 15px;
        text-align: justify;
    }

    .about-cont.w-75 {
        width: 100% !important;
        padding: 15px;
    }

    .svg-cont-3 {
        top: -18%;
    }

    .welcome-header {
        padding: 15px !important;
    }

    .home-content h1 {
        font-size: 26px;
    }

    .home-content-p {
        top: 63%;
        width: 85%;
        font-size: 12px;
    }

    .home-content-btn,
    .service-content-btn {
        top: 82% !important;
        left: 3%;
    }

    .service-btn {
        padding: 7px 13px !important;
        font-size: 15px !important;
    }

    .hire-btn {
        padding: 10px 13px !important;
        font-size: 15px !important;
    }

    .welcome-header {
        font-size: 23px;
    }

    .cont-after-heading p,
    .cont-after-hero p {
        font-size: 27px !important;
    }

    .cont-after-desc p {
        width: 100% !important;
        text-align: justify !important;
        padding: 0px 20px !important;
    }

    .welcome-content .w-75 {
        width: 100% !important;
        text-align: justify;
        font-size: 15px;
    }

    .filters {
        width: 100% !important;
    }

    .filters button {
        font-size: 15px;
    }

    .global-head.w-75 {
        width: 100% !important;
        padding: 15px;
        font-size: 23px;
    }

    #map {
        width: 100% !important;
    }

    .our-mission-head p:nth-child(2) {
        font-size: 15px;
        padding: 15px;
        color: rgb(59, 59, 59);
    }

    .our-mission-head p:nth-child(1) {
        font-size: 23px;
        color: rgb(59, 59, 59);
    }

    .proverb {
        width: 92%;
        font-size: 23px;
    }

    .our-miss-sec-cont {
        flex-direction: column !important;
    }

    .testi-cont p {
        font-size: 23px;
        color: rgb(59, 59, 59);
    }

    .our-miss-section {
        width: 300px !important;
    }

    .tab-header p {
        font-size: 23px !important;
    }

    .tab-container {
        margin: 40px 10px;
    }

    .exp-card {
        font-size: 13px;
    }

    .our-miss-sec-cont {
        grid-template-columns: repeat(1, 100%) !important;
        grid-template-rows: repeat(6, 300px) !important;
    }

    .our-miss-section {
        width: 100% !important;
    }

    .our-miss-section:nth-child(1) {
        border: 2px dotted grey !important;
        border-bottom: 2px dotted transparent !important;
    }

    .our-miss-section:nth-child(2) {
        border: 2px dotted grey !important;
        /* border-top: 2px dotted transparent !important */
        grid-row-start: 2 !important;
    }

    .our-miss-section:nth-child(3) {
        border: 2px dotted grey !important;
        border-top: 2px dotted transparent !important;
        grid-row-start: 3 !important;
    }

    .our-miss-section:nth-child(4) {
        grid-row-start: 4 !important;
        border: 2px dotted grey !important;
        border-top: 2px dotted transparent !important;
    }

    .our-miss-section:nth-child(5) {
        grid-row-start: 5 !important;
        border: 2px dotted grey !important;
        border-top: 2px dotted transparent !important;
    }

    .our-miss-section:nth-child(6) {
        grid-row-start: 6 !important;
        border: 2px dotted grey !important;
        border-top: 2px dotted transparent !important;
    }

    .about-head {
        line-height: 25px;
    }

    .about-head::before {
        left: 0%;
        top: -45%;
    }

    .svg-cont-4 {
        top: -10%;
    }

    .about-head p {
        font-size: 23px;
    }

    .center-container div:nth-child(1) {
        width: 27% !important;
        height: 2px !important;
    }

    .center-container div:nth-child(2) {
        width: 46% !important;
        font-size: 16px !important;
    }

    .map-cont {
        margin-top: 80px !important;
    }

    .center-container div:nth-child(3) {
        width: 27% !important;
        height: 2px !important;
    }

    .image-container-services {
        width: 320px !important;
        height: 320px !important;
    }

    .grid-cont p:nth-child(1) {
        padding-top: 15px !important;
        font-size: 22px !important;
    }

    .testi-div {
        width: 345px !important;
    }

    .call-to-action-cont {
        height: 200px !important;
    }

    .grid-cont p:nth-child(2) {
        font-size: 17px !important;
        text-align: justify !important;
        padding-top: 10px !important;
        margin-top: 1rem !important;
    }

    .nav-bar-btn {
        padding: 20px;
    }

    .about-us-h-cont {
        margin-top: 80px !important;
    }

    .cont-after-btn button {
        font-size: 15px !important;
    }

    .call-to-action button {
        font-size: 15px !important;
    }

    .call-to-action p {
        font-size: 21px !important;
    }

    .margin-top-80 {
        margin-top: 50px !important;
    }

    .svg-cont-1 {
        top: 85%;
    }

    .strip-right::after {
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        height: 80%;
        width: 2px;
        z-index: 1;
        background: white;
    }

    .hire-steps-steps-cont::after {
        height: 45%;
    }

    .strip-right::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        height: 80%;
        width: 2px;
        z-index: 1;
        background: white;
    }

    .nav-link {
        font-size: 11px;
    }

    .nav-item button {
        width: 100%;
    }

    .tab-icon {
        height: 55px;
        padding: 0px;
    }

    .tab-pane {
        height: 410px !important;
    }

    .tab-content {
        position: relative;
        min-height: 200px !important;
    }

    .tab-content-title p {
        font-size: 20px;
        top: 13PX;
        left: 0%;
    }

    .our-mission-cont {
        margin-top: 80px !important;
    }

    /* .how-we-work-cont {
        margin-top: 80px !important;
    } */

    .tab-content-desc p {
        font-size: 12px;
        top: -36px;
        left: 0%;
        width: 100%;
    }

    .hww-nav {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .how-we-work-cont {
        top: 7% !important;
    }

    .dot-cont-2 {
        top: 50% !important;
        width: 50% !important;
        height: 50% !important;
    }

    .what-we-do-img-cont {
        height: 100% !important;
        width: 100% !important;
    }

    .hw-2 .row .col-lg-6:nth-child(2) {
        margin-top: 50px !important;
    }

    /* 
    .dot-cont-3 {
        top: 6px !important;
        width: 50% !important;
        height: 50% !important;
        right: 0 !important;
    } */

    .nav-item:nth-child(1) {
        width: 50%;

    }

    .nav-item:nth-child(2) {
        width: 50%;
    }

    .nav-item:nth-child(3) {
        width: 50%;
    }

    .nav-item:nth-child(4) {
        width: 50%;
    }

    .nav-item:nth-child(5) {
        width: 100%;
    }

    .nav-item button {
        height: 99.9%;
    }

    .tab-content-btn {
        position: absolute;
        font-size: 12px;
        top: 310px;
        left: 0;
    }


    .hire-cont .hire-step-text {
        width: 100%;
        font-size: 23px;
        top: 20vh;
        left: 0;
        transform: translateX(0);
    }

    .hire-steps-cont .hire-steps-cont-text p {
        font-size: 12px;
    }

    .hire-steps-cont .hire-steps-cont-text {
        top: 14%;
        line-height: 16px;
        padding: 10px;
        text-align: left;
    }

    .hire-steps-button {
        top: 10%;
    }

    .hire-steps-button button {
        font-size: 13px;
    }

    .hire-steps-cont span {
        top: 10%;
        padding: 0px 14px;
        font-size: 17px;
        text-align: left;
        display: block;
    }

    .hire-steps-steps-cont {
        position: sticky;
        top: 23vh;
        height: 285px;
        width: 100%;
        border-radius: 23px;
        box-sizing: border-box;
        border: 1px solid white;
    }

    .hire-steps-steps-cont .step {
        position: relative;
        top: 59%;
        left: 10px;
        font-family: var(--font-poppins);
        font-size: 17px;
        font-weight: 600;
    }

    .hire-steps-steps-cont .step .s1 {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background-color: white;
        z-index: 10;
        font-size: 15px;
        color: black;
        text-align: center;
        line-height: 22px;
    }

    .hire-steps-steps-cont .step .s2 {
        color: white;
        z-index: 10;
        font-size: 15px;
        /* font-weight: 500; */
    }

    .hire-steps-steps-cont .step-desc {
        position: relative;
        top: 59%;
        left: 3px;
        font-family: var(--font-poppins);
        font-size: 10px;
        font-weight: 500;
        padding: 6px;
        color: white;
        z-index: 10;
    }

    .hire-steps-steps-cont.step-2 {
        top: 24vh;
        margin-top: 33px;
    }

    .our-clients::after {
        display: none;
    }

    .our-clients {
        color: #0E5A40;
    }

    .hire-steps-steps-cont.step-3 {
        top: 25vh;
        margin-top: 34px;
    }

    .language-slick .header {
        margin-top: 30px !important;
    }

    .language-slick .header p:nth-child(1) {
        font-family: var(--font-poppins);
        font-weight: 700 !important;
        font-size: 23px !important;
    }

    .language-slick {
        margin-top: 70px !important;
    }

    .testi-cont {
        margin-top: 0px !important;
    }

    .footer {
        font-size: 14px;
    }

    /* 
    .home-contenta h1 {
        font-size: 17px;
    }

    .home-content h5 {
        font-size: 14px;
    } */
}

/* map */

#map {
    margin: 0;
    position: relative;
    top: 20px;
    width: 80%;
    height: 450px;
    border-radius: 25px;
}

.filters {
    position: relative;
    top: 20px;
    left: 10px;
    z-index: 1000;
    /* background: rgba(0, 0, 0, 0.6); */
    padding: 10px;
    width: 80%;
    /* border-radius: 8px; */
}

.filters button {
    color: white;
    background: #000000;
    border: none;
    margin: 1px;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.filters button.active {
    background: #e7e7e7;
    color: rgb(0, 0, 0);
}

.map-cont {
    position: relative;
    /* background: #0E5A40; */
    background: #3c3e40;
}



.our-miss-section {
    height: 100%;
    width: 100%;
    border: 1px solid #ffffff;
    /* border-radius: 23px; */
    /* box-shadow: 0px 0px 16px 6px lightgray; */
    position: relative;
    /* overflow: hidden; */
    transition: all ease 900ms;
    background: white;

    &:hover {
        /* transform: scale(1.1); */
    }
}

.our-miss-section:nth-child(1) {
    border-right: 2px dotted grey;
    border-bottom: 2px dotted grey;
}

.our-miss-section:nth-child(2) {
    border-right: 2px dotted grey;
    border-bottom: 2px dotted grey;
}

.our-miss-section:nth-child(3) {
    border-bottom: 2px dotted grey;
}

.our-miss-section:nth-child(4) {
    grid-row-start: 2;
    border-right: 2px dotted grey;
}

.our-miss-section:nth-child(5) {
    grid-row-start: 2;
    border-right: 2px dotted grey;
}

.our-miss-section:nth-child(6) {
    grid-row-start: 2;
}




.ou-mis-img {
    height: 45%;
    width: 100%;
}

.ou-mis-img .missons-img {
    height: 100%;
    width: 25%;
}

.our-miss-sec-cont {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 300px);
    grid-template-rows: repeat(2, 300px);
    padding: 20px;
    justify-content: center;
    /* gap: 50px; */
}

.our-miss-section p:nth-child(2) {
    text-align: left;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #1f1f1f;
    margin: 0;
}

.our-miss-section p:nth-child(3) {
    text-align: left;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: #1f1f1f;
    padding: 10px;
}

.tech-hiring-made-simple {
    background: #3c3e40;
    position: relative;
}


.tab-header p {
    width: 100%;
    text-align: center;
    font-size: 33px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    /* color: rgb(46, 46, 46); */
}

.how-we-work-cont {
    margin-top: 50px;
    /* margin-bottom: 40px; */
    position: sticky;
    top: 8%;
    left: 0;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    z-index: 9999999;
}

.hww-head-taber {
    width: 100%;
    height: auto;
    padding: 10px 10px;
    margin: 0;
    /* background-color: #257ECA; */
    background-color: #3c3e40;
    color: white;
    font-family: var(--font-poppins);
    font-size: 14px;
    font-weight: 500;
}

.hww-nav {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px;
}

.hww-nav .hw-li {
    padding: 5px 0px;
}

.hww-nav .hw-li {
    position: relative;
    transition: all ease 1.5s;
}

.hww-nav .hw-li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background-color: white;
    transition: all ease 1.5s;
}

.what-we-do-img-cont {
    width: 75%;
    height: 75%;
    position: relative;
}

.h1 {
    color: black;
}

.hww-nav .hw-li.active::before {
    width: 100%;
}

.hww-nav .hw-li a {
    color: white !important;
}

.hw-1,
.hw-2,
.hw-3,
.hw-4 {
    height: fit-content;
    /* border: 1px solid black; */
    border-bottom: 2px dotted rgb(46, 46, 46);
    background-color: color-mix(in srgb, var(#0a0a0a) 5%, transparent);
    position: relative;

}

.hw-header {
    /* border: 1px solid black; */
    font-family: var(--font-poppins);
    font-size: 30px;
    font-weight: 600;
    color: rgb(46, 46, 46);
    line-height: 30px;
    width: 100%;
}

.hw-header span {
    font-size: 20px;
    font-weight: 500;
    color: #505050;
}

.hw-content {
    margin-top: 40px;
    font-size: 17px;
    width: 100%;
    color: rgb(46, 46, 46);
}

/* $pri: #128CFC;
$sec: #fffffe;
$dark-pri: #0B5AA2; */
.hw-3 .items {
    /* width: 300px; */
    /* background: #fffffe; */
    box-shadow: 0 3px 6px rgba(black, 0.16), 0 3px 6px rgba(black, 0.23);
    border-top: 10px solid rgb(46, 46, 46);
}

.hw-3 .items-head p {
    padding: 5px 20px;
    margin: 10px;
    color: rgb(46, 46, 46);
    font-weight: bold;
    font-size: 20px;
}

.hw-3 .items-head hr {
    width: 20%;
    margin: 0px 30px;
    border: 1px solid rgb(46, 46, 46);
}

.hw-3 .items-body {
    padding: 10px;
    margin: 10px;
    display: grid;
    grid-gap: 10px;
}

.hw-3 .items-body-content {
    padding: 10px;
    padding-right: 0px;
    display: grid;
    grid-template-columns: 10fr 1fr;
    /* // background-color: lightblue; */
    font-size: 13px;
    grid-gap: 10px;
    border: 1px solid transparent;
    cursor: pointer;
    color: rgb(46, 46, 46);

}

.hw-3 .items-body-content:hover {
    border-radius: 15px;
    border: 1px solid #0B5AA2;
}

.hw-3 .items-body-content i {
    align-self: center;
    font-size: 15px;
    color: #0B5AA2;
    font-weight: bold;
    animation: icon 1.5s infinite forwards;
}

@keyframes icon {

    0%,
    100% {
        transform: translate(0px);
    }

    50% {
        transform: translate(3px);
    }
}

.case-study-cont {
    height: 100%;
}

.case-study-cont li {
    padding: 0;
    margin-top: 5px;
    border: 1px solid lightgray;
    min-height: 50px;
    max-height: 100px;
    /* text-align: left; */
    color: rgb(46, 46, 46);
}

.case-study-cont li .list-header {
    display: flex;
    align-items: center;
    justify-content: start;
}

.case-study-cont li .list-header p {
    width: 80%;
    text-align: left;
}

.case-study-cont li .list-header i {
    width: 20%;
}

.list-body-cont {
    /* height: 0%; */
    border-top: 1px solid grey;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.green-tick-img-cont {
    height: 25px;
    width: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.hw-4 table {
    border-radius: 14px;
    min-height: 400px;
}

.hw-4 table td {
    border: 1px solid lightgray;
}

.hw-4 table tr td:nth-child(1) {
    font-size: 15px;
    font-weight: 600;
    background-color: #161616;
}

.hw-4 table tr td:nth-child(2) {
    font-size: 12px;
    font-weight: 500;
}

.hw-4 table tr td:nth-child(3) {
    font-size: 12px;
    font-weight: 500;
}

.hw-4 table tr td:nth-child(4) {
    font-size: 12px;
    font-weight: 500;
}

.how-we-work-cont-parent {
    position: relative;
    height: fit-content;
}

.why-choose-us {
    width: 80%;
    text-align: left;
    font-size: 25px;
    font-weight: 500;
    color: rgb(46, 46, 46);
    margin-top: 100px;
}

.wcu-head p {
    width: 100%;
    text-align: left;
    font-size: 33px;
    font-weight: 700;
    color: rgb(46, 46, 46);
}

.wcu-cont ul {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
}

.wcu-cont ul li {
    text-align: left;
}

.wcu-cont ul li span {
    font-size: 17px;
    font-weight: 600;
    /* display: flex;
    align-items: start;
    justify-content: start;
    gap: 6px; */
}

.about-us-img {
    height: 500px;
    width: 100%;
    position: sticky;
    top: 0;
    right: 0;
}

.margin-x-4 {
    margin-right: 1rem;
    margin-left: 1rem;
}

.padding-x-4 {
    padding: 1.5rem !important;
}


    .mx-sm-4 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }

@media (max-width: 768px) {
    .mx-sm-4 {
        margin-right: 1rem !important;
        margin-left: 0rem !important;
    }

    .dot-cont-3 {
        top: 6px !important;
        width: 50% !important;
        height: 40% !important;
        left: 50% !important;
    }

    .hw-header {
        text-align: left !important;
    }

    .hw-content {
        text-align: left !important;
    }

    .margin-x-4 {
        margin-right: 1rem !important;
        margin-left: 0rem !important;
    }

    .why-choose-us {
        width: 100% !important;
        font-size: 22px !important;
        padding: 15px !important;
    }

    .our-miss-cont,
    .our-vision-cont,
    .our-value-cont {
        width: 100% !important;
    }

    .padding-left {
        padding-left: 10px;
        padding-top: 20px;

    }
}

/* footer */
.com-footer-logo {
    width: 36%;
    /* height: 150px ; */
    position: relative;
}

.footer-contact p:nth-child(1) {
    font-size: 17px;
    font-weight: 600;
}

.footer-contact p:nth-child(2) {
    font-size: 15px;
    font-weight: 500;
}

.footer-contact a:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
}

.footer-contact a:nth-child(2) {
    font-size: 15px;
    font-weight: 600;
}

.footer-logo-cont p:nth-child(1) {
    font-size: 17px;
    font-weight: 600;
}

.footer-logo-cont p:nth-child(2) {
    font-size: 15px;
    text-align: justify;
    /* font-weight: 600; */
}

.footer-quick-links p {
    font-size: 17px;
    font-weight: 600;
}

.footer-quick-links ul {
    padding: 0;
}

.footer-quick-links ul li {
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: 500;

    &:hover {
        padding-left: 10px;
        transition: all ease 800ms;
    }
}

.footer-con-us-btn-1 {
    padding: 10px;
    background: #000000;
    color: white;
    border-radius: 12px;

    &:hover {
        border: 1px solid black;
        background: transparent;
        color: black !important;
        transition: all ease 400ms;
    }
}