:root {
    --color: #ed1943;
    --black: #0c0c0c;
    --gray: gray;
    --light-gray: rgb(227, 227, 227);
    --light: rgb(223, 255, 255);
    --white: #ffffff;
    --blue: rgb(0, 81, 255);
    --sky: rgb(74, 204, 255);
    --green: green;
}

.staff-section {
    width: 100%;
    height: auto;
    margin-bottom: 5%;

}

.staff-section .staff-container {
    width: 100%;
    height: auto;

}

.staff-title {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
}

.staff-title h2 {
    font-size: 40px;
    font-weight: 900;
    word-spacing: 5px;
}

.staff-title h2 span {
    letter-spacing: 3px;
    color: var(--color);
}

/* staff-services-section  */

.staff-services-section {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
    position: relative;
}

.staff-services-section .staff-services-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;

}

.staff-services-title {
    width: 100%;
    height: auto;
    margin-bottom: 3%;

}

.staff-services-title h2 span {
    color: var(--color);
    font-weight: 900;
    letter-spacing: 5px;
}

.staff-services-content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.staff-services-content .staff-services-box {
    width: 48%;
    height: auto;
    padding: 3%;
    border: 0.5px solid var(--gray);
    border-radius: 30px;
    margin-bottom: 3%;
    position: relative;
}


.staff-services-content .staff-services-box:hover {
    filter: drop-shadow(0 0 10px var(--color));
}

.staff-services-content .staff-services-box span {
    font-size: 70px;
    font-weight: 900;
    position: absolute;
    z-index: 0;
    color: var(--color);
    opacity: 0.2;
    top: 0;
    right: 0;
}

.staff-services-content .staff-services-box h5 {
    position: relative;
    z-index: 1;
    font-weight: 900;
    color: var(--white);
    margin-bottom: 5%;
}

.staff-services-content .staff-services-box p {
    position: relative;
    z-index: 1;
}


/* <!-- IT Staff Start --> */

.it-staff-section {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
    position: relative;
}

.it-staff-container {
    width: 100% !important;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.it-staff-title h2 span {
    color: var(--color);
    font-weight: 900;
    letter-spacing: 5px;
}

.it-staff-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    position: relative;
    margin-top: 5%;
}

.it-staff-content::before {
    content: '';
    width: 100%;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../Images/png/d3.png);
    background-size: cover;
}


.it-staff-boxs {
    width: 30%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2%;
    padding: 2%;
    position: relative;
}

.it-staff-boxs:hover .it-staff-icons {
    background-color: var(--white);
}

.it-staff-boxs:hover .it-staff-icons i {
    color: var(--color);

}

.it-staff-boxs .it-staff-icons {
    width: 60px;
    height: 60px;
    background-color: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    filter: drop-shadow(0 0 10px var(--color));
}

.it-staff-boxs .it-staff-icons i {
    font-size: 20px;
    color: var(--white);
}

.it-staff-boxs h5 {
    color: var(--white);
    font-weight: 800;
}

.it-staff-boxs h5 span {
    color: var(--color);
}

/* Talented  */

.talent-btn {
    width: 47% !important;
}

.talent-btn button {
    width: 100%;
    text-align: justify;
    padding: 15px 10px;
    background-color: var(--light) !important;
    border-radius: 15px !important;
    margin-bottom: 3%;
}

.talent-btn .active {
    background-color: var(--color) !important;
    position: relative;
}

.talent-btn button h2 {
    font-size: 20px;
    color: var(--black) !important;
    font-weight: 700;
}


.talent-btn button p {
    font-size: 13px;
    color: var(--black) !important;
}

.talent-btn .active::after {
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    border-radius: 3px;
    top: 50%;
    right: 0;
    background-color: var(--color);
    transform: translate(50%, -50%) rotate(45deg) !important;
}

.talent-btn .active h2 {
    font-size: 20px;
    color: var(--white) !important;
}


.talent-btn .active p {
    position: relative;
    z-index: 2;
    color: var(--white) !important;
}


.talent-content {
    width: 47% !important;
    height: auto !important;
    margin-top: 0 !important;
}


.consultant-form form .consultant-min .consult-select {
    width: 100%;
    height: 40px;
    font-size: 15px;
    color: var(--color);
    padding: 0 15px;
    background: transparent;
    border: 1.2px solid var(--white);
    outline: none;
    border-radius: 10px;
}

.consultant-form form .consultant-mini select {
    width: 47%;
    height: 40px;
    font-size: 15px;
    color: var(--color);
    padding: 0 15px;
    background: transparent;
    border: 1.2px solid var(--white);
    outline: none;
    border-radius: 10px;
}

@media screen and (max-width:991px) {

    .talent-btn {
        width: 100% !important;
    }

    .talent-btn button {
        width: 100%;
        text-align: justify;
        padding: 15px 10px;
        background-color: var(--light) !important;
        border-radius: 15px !important;
        margin-bottom: 5%;
    }


    .talent-content {
        width: 100% !important;
        height: auto !important;
        margin-top: 0 !important;
    }


    .talent-btn .active::after {
        width: 20px;
        height: 20px;
        content: '';
        position: absolute;
        border-radius: 3px;
        top: 100%;
        right: 50%;
        background-color: var(--color);
        transform: translate(50%, -50%) rotate(45deg) !important;
    }

}

/* hire-choosing-section */

.hire-choosing-section {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
}

.hire-choosing-container {
    width: 100%;
    height: auto;

}

.hireChoose-box-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5%;
}

.hireChoose-box {
    width: 18%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color);
    border-radius: 10px;
    text-align: center;
    padding: 1%;
}

@media screen and (max-width:426px) {
    
.hireChoose-box {
    width: 100%;
    height: 200px;
    margin-bottom: 3%;
}
}

@media screen and (min-width:426px) and (max-width:768px) {
    .hireChoose-box {
        width: 47%;
        height: 200px;
        margin-bottom: 3%;
    }
}

@media screen and (min-width:768px) and (max-width:820px) {
    .hireChoose-box {
        width: 30%;
        height: 200px;
        margin-bottom: 3%;
    }
}


.hireChoose-box:hover {
    background-color: var(--color);
    filter: drop-shadow(0 0 10px var(--color));
}

.hireChoose-box:hover .hireChoose-box-images {
    filter: drop-shadow(0 0 10px var(--black));
}

.hireChoose-box .hireChoose-box-images {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border-radius: 50%;
    margin-bottom: 5%;
}

.hireChoose-box .hireChoose-box-images img {
    width: 50%;
    height: 50%;
}

.hireChoose-box h3 {
    color: var(--white);
}

.hireChoose-box span {
    color: var(--white);
}

.hire-technologies-section {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
}

.hire-technologies-section .hire-technologies-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hire-technologies-section .hire-technologies-container .hire-technologies-boxs {
    width: 30%;
    height: 150px;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: flex-start;
    background: rgb(237,25,67);
    background: linear-gradient(180deg, rgba(237,25,67,0.8099614845938375) 35%, rgba(22,22,22,1) 100%);
    margin-bottom: 3%;
    padding: 2%;
    overflow: hidden;
    border-radius: 10px;
}

.hire-technologies-boxs::after{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    right: 0%;
    background-color: var(--white);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transform: translate(50%,-50%);
}


.hire-technologies-boxs::before{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 0%;
    background-color: var(--color);
    z-index: 2;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;
    transform: translate(50%,-50%);
}



.hire-technologies-section .hire-technologies-container .hire-technologies-boxs h3 {
    font-size: 16px;
    color: var(--white);
}

.hire-technologies-section .hire-technologies-container .hire-technologies-boxs .hire-box-images {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hire-technologies-section .hire-technologies-container .hire-technologies-boxs .hire-box-images img {
    width: 35px;
}

@media screen and (max-width:600px) {
    .hire-technologies-section .hire-technologies-container .hire-technologies-boxs {
        width: 100%;
        margin-bottom: 5%;

    }
}
@media screen and (min-width:600px) and (max-width:992px) {
    .hire-technologies-section .hire-technologies-container .hire-technologies-boxs {
        width: 47%;
        margin-bottom: 5%;

    }
}

@media screen and (max-width:760px) {

    .staff-services-content {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .staff-services-content .staff-services-box {
        width: 100%;
        height: auto;
        padding: 3%;
        border: 0.5px solid var(--gray);
        border-radius: 30px;
        margin-bottom: 3%;
        position: relative;
    }
}

@media screen and (max-width:320px) {
    .it-staff-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 3%;
        position: relative;
        margin-top: 5%;
    }

    .it-staff-content::before {
        content: '';
        position: absolute;
        left: 11%;
        top: 0;
        background-image: url(../Images/png/d1.png);
        width: 5px;
        height: 100%;
    }


    .it-staff-boxs {
        width: 100%;
        height: 270px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 2%;
        align-items: center;
        gap: 10px;
        padding: 2%;
        position: relative;
    }

    .it-staff-details {
        width: 80%;
    }

    .it-staff-boxs .it-staff-icons {
        width: 60px;
        height: 60px;
        background-color: var(--color);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(-0%, -0%);
        border-radius: 50%;
        filter: drop-shadow(0 0 10px var(--color));
    }

}

@media screen and (min-width:321px) and (max-width:425px) {
    .it-staff-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 3%;
        position: relative;
        margin-top: 5%;
    }

    .it-staff-content::before {
        content: '';
        position: absolute;
        left: 9%;
        top: 0;
        background-image: url(../Images/png/d1.png);
        width: 5px;
        height: 100%;
    }


    .it-staff-boxs {
        width: 100%;
        height: 270px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 2%;
        align-items: center;
        gap: 10px;
        padding: 2%;
        position: relative;
    }

    .it-staff-details {
        width: 80%;
    }

    .it-staff-boxs .it-staff-icons {
        width: 60px;
        height: 60px;
        background-color: var(--color);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(-0%, -0%);
        border-radius: 50%;
        filter: drop-shadow(0 0 10px var(--color));
    }

}

@media screen and (min-width:426px) and (max-width:600px) {
    .it-staff-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 3%;
        position: relative;
        margin-top: 5%;
    }

    .it-staff-content::before {
        content: '';
        position: absolute;
        left: 8%;
        top: 0;
        background-image: url(../Images/png/d1.png);
        width: 5px;
        height: 100%;
    }


    .it-staff-boxs {
        width: 100%;
        height: 270px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 2%;
        align-items: center;
        gap: 10px;
        padding: 2%;
        position: relative;
    }

    .it-staff-details {
        width: 80%;
    }

    .it-staff-boxs .it-staff-icons {
        width: 60px;
        height: 60px;
        background-color: var(--color);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(-0%, -0%);
        border-radius: 50%;
        filter: drop-shadow(0 0 10px var(--color));
    }

}

@media screen and (min-width:601px) and (max-width:768px) {
    .it-staff-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 3%;
        position: relative;
        margin-top: 5%;
    }

    .it-staff-content::before {
        content: '';
        position: absolute;
        left: 6%;
        top: 0;
        background-image: url(../Images/png/d1.png);
        width: 5px;
        height: 100%;
    }


    .it-staff-boxs {
        width: 100%;
        height: 270px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 2%;
        align-items: center;
        gap: 10px;
        padding: 2%;
        position: relative;
    }

    .it-staff-details {
        width: 80%;
    }

    .it-staff-boxs .it-staff-icons {
        width: 60px;
        height: 60px;
        background-color: var(--color);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(-0%, -0%);
        border-radius: 50%;
        filter: drop-shadow(0 0 10px var(--color));
    }

}

@media screen and (min-width:769px) and (max-width:900px) {}

@media screen and (min-width:901px) and (max-width:992px) {}

@media screen and (min-width:993px) and (max-width:1024px) {}

@media screen and (min-width:1025px) and (max-width:1140px) {}