/* utilities classes */
.flex-ai-c{
    display: flex;
    align-items: center;
}
.section-padding{
    padding:150px 0px;
}
.section-title{
    font-size: 42px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
}
.section-desc {
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    margin-bottom: 45px;
}
.mar-center{
	margin:0 auto; text-align:center;
}
.wrapper {padding-top: 0px;}
.br-ffx{
    margin-top: 60px;
}   
.eor-companies .mainlogo{pointer-events: none;}
.eor-companies :is(footer,.allot-position,.fixed-header) {display: none;}
@media(max-width:1650px){
    .section-padding{
        padding:100px 0px;
    }
    .section-title{
        font-size: 38px;
        margin-bottom: 20px;
    }
    .section-desc {
        margin-bottom: 40px;
    }
}
@media(max-width:1440px){
    .section-title{
        margin-bottom: 20px;
        font-size:36px;
    }
    .section-desc {
        margin-bottom: 40px;
        font-size:20px;
    }
}
@media(max-width:1280px){
    .section-padding{
        padding:80px 0px;
    }
    .section-title {
        margin-bottom: 20px;
        font-size: 35px;
    }
    .section-desc {
        margin-bottom: 35px;
        font-size: 18px;
    }
}
@media(max-width: 991px){
    .section-padding{
        padding:60px 0px;
    }
    .section-title {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .section-desc {
        margin-bottom: 30px;
        font-size: 18px;
    }
}
@media(max-width: 767px){
    .section-padding{
        padding:50px 0px;
    }
    .section-title {
        margin-bottom: 15px;
        font-size: 30px;
    }
    .section-desc {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .br-ffx{
        margin-top: 0;
    }  
}
@media(max-width: 575px){
    /* .section-title{
        margin-bottom: 25px;
    }
    .section-desc {
        margin-bottom: 25px;
    } */
    .section-title {
        margin-bottom: 10px;
        font-size: 28px;
    }
    .section-desc {
        margin-bottom: 20px;
        font-size: 15px;
    }
}

@media(max-width:480px){
    .section-title {
        font-size: 26px;
    }
}

/* banner start */

/* banner section start */
.banner-section{
    /* background-image: linear-gradient(to right, #fecf73 , #fdc554); */
    background:#000;
    color: #fff;
    position: relative;
    height: 68vh;
}

.banner-section .item{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.banner-section .item h1{
    font-size: 45px;
    font-weight: 700;
    color: #ffda30;
}

.banner-section .item h1 br{display: none;}
.banner-section .item .desc{
    margin-top:25px;
}
.banner-section .item .desc p{
    font-size: 23px;
}
.home-pg .banner-section .item .desc p{ margin-inline: 0px; /*135px;*/}
.banner-section .res-banner{background:transparent;padding:50px 0;flex:0 0 100%;position:absolute;margin-top:auto;bottom:0px;left:50%;transform: translateX(-50%);}
.banner-section .res-banner .slick-track{display:flex;align-items:center;}
.banner-section .res-banner .slick-slide img{margin:auto;max-width: 150px;max-height: 32px;filter: invert(100%);}
.banner-section .res-banner .slides{display:flex;align-items:center;}
.banner-section .res-banner .slides li{padding:0 15px;}
.banner-section .banner-caption{
    text-align: center;
}
.banner-section .cta-button{
    cursor: pointer;
    margin-top:40px;
}
.banner-section .cta-button:hover{
    background:#fff;
    color:#000;
}
@media(max-width:1650px){
    .commonBanner .res-banner{padding:20px 0}
    .banner-section {height: 620px;}
    .banner-section .item .desc p {font-size: 20px;}
    .commonBanner .res-banner .slick-slide img{max-width:90px;max-height:35px}
}

@media(max-width:1440px){
    .banner-section {height: 75vh;}
}

@media(max-width:1280px){
    /* .banner-section {height: 85vh;} */
    .banner-section .res-banner{width:100%}
    .banner-section .res-banner{padding:20px 0}
    .banner-section .res-banner .slick-slide img{max-width:110px;max-height:32px}
    .banner-section .item h1 {font-size: 38px;}
    .banner-section .item .desc p {
        font-size: 18px;
    }
    .banner-section {height: 85vh;}
}
@media(max-width: 991px){
    .banner-section .item br{display: block;}
    .banner-section {
        height:60vh;
    }
    .banner-section .item {
        height: 100%;
    }
    .banner-section .item .desc p {
        font-size: 17px;
    }
    .banner-section .item h1 {
        font-size: 35px;
    }
    .home-pg .banner-section .item br {
        display: block;
    }
}
@media(max-width: 767px){
    .banner-section .item br{display: none;}
    .banner-section {height: 65vh;}
    .banner-section .res-banner .slick-slide img{max-width:85px;max-height:35px;}
    .banner-section .res-banner{padding:10px 0;}
    .banner-section .item .desc p {font-size: 15px;}
    .banner-section .item h1 {font-size: 30px;}
}
@media(max-width: 575px){
    .banner-section .item .desc p {
        margin-inline: 10px;
        font-size: 14px;
    }
    .banner-section .item h1 {
        font-size: 25px;
    }
    .banner-section .container {
        padding: 0 10px !important;
    }
    .banner-section .res-banner .slick-slide img {
        max-width: 75px;
        max-height: 45px;
    }
}

@media(max-width:480px){
    
    .banner-section {
        height: auto;
        padding-top: 100px;
    }
    .banner-section .item .desc p {
        margin-inline: 0px;
        font-size: 13px;
    }
    .banner-section .item h1 {
        font-size: 23px;
    }
}


/* how does work */
.working-steps{
    text-align: center;
}
.working-steps .work-step-box p{
    font-weight: 500;
    padding: 0 25px;
}
.working-steps .work-step-box{
    padding-top:50px;
}
.working-steps figure{
    position: relative;
}
/* .working-steps figure.with-right::before{
    content:'';
    background: url('../images/eor-companies/big-arrow.svg');
    background-repeat: no-repeat;
    display: block;
    height: 26px;
    width: 98px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -55px;
} */
/* .working-steps figure:not(.work-icon)::after{
    content:'';
    background: url('../images/eor-companies/arrow-down.svg');
    background-repeat: no-repeat;
    display: block;
    height: 48px;
    width: 25px;
    position: absolute;
    bottom: -43px;
    left: 50%;
    transform: translateX(-60%);
} */
.working-steps .col-lg-3{
    padding:0 0;
}

.working-steps .work-step-img{
    position:relative;
}

.working-steps #working-img1{
    max-width: 254px;
    margin-left: auto;
}

.working-steps #working-img4{
    max-width: 254px;
}

.working-steps .work-step-img .work-icon{
    position: absolute;
    top: 49%;
    left: 44%;
    transform: translate(-32%,-45%);
}

.working-steps .work-step-img .work-icon.adjs{
    left: 41%;
}

.working-steps .work-step-box .work-step-num p{
    background:#ffda30;
    padding:2px;
    padding: 1px 8px;
    display: inline-block;
    border-radius: 8px;
    font-weight: 600;
    border: 1px solid #000;
    position: relative;
}

.working-steps .work-step-box .work-step-num p::before{
    content:'';
    position:absolute;
    top:-117%;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/eor-companies/step-point.svg);
    height:30px;
    width: 11px;
    background-repeat: no-repeat;
}


.working-steps .work-step-box .work-step-head{
    font-weight:700;
}

@media(max-width:1440px){
    .working-steps figure.with-right::before {
        height: 21px;
        top: 50%;
        background-size: contain;
        right: -95px;
    }
    /* .working-steps figure {
        margin: 0 auto;
        max-width: 150px;
    } */
    .working-steps figure:not(.work-icon)::after {
        background-size: contain;
        width: 21px;
        bottom: -45px;
    }

    .working-steps .work-step-img .work-icon.wrk1 {
        max-width: 52px;
    }
    .working-steps .work-step-img .work-icon.wrk2 {
        max-width: 42px;
    }

    .working-steps .work-step-img .work-icon.wrk3 {
        max-width: 34px;
    }

    .working-steps .work-step-img .work-icon.wrk4 {
        max-width: 39px;
        left: 43%;
    }
}
@media(max-width:1300px){
    .working-steps #working-img1,.working-steps #working-img4 {
        max-width: 214px;
    }
    .working-steps .work-step-box p {
        padding: 0 12px;
    }
}
@media(max-width:991px){
    .working-steps {
        text-align: left;
    }
    .working-step {
        display: flex;
        flex-wrap: wrap;
    }
    /* .working-steps .work-step-box {
        padding-top: 55px;
        padding-left: 60px;
        flex: 0 0 83%;
    } */
    /* .working-steps .work-step-img {
        flex: 0 0 17%;
    } */
    .working-steps figure {
        position: relative;
        max-width: 250px;
    }
    .working-steps .work-step-img .work-icon {
        position: absolute;
        top: 30%;
        left: 45%;
        max-width: 42px;
        max-height: 49px;
        transform: translate(-32%,-45%);
    }
    .working-steps .work-step-img .work-icon.adjs1{
        top: 30%;
        max-width: 35px;
    }
    .working-steps figure.with-right::before {
        background-size: contain;
        height: 21px;
        width: 76px;
        top: 50%;
        left: 98%;
    }
    .working-steps figure:not(.work-icon)::after {
        bottom: 98%;
        height: 35px;
        width: 18px;
        background-size: contain;
    }

    .working-steps .work-step-img .work-icon.wrk1 {
        max-width: 43px;
    }
    .working-steps .work-step-img .work-icon.wrk2 {
        max-width: 36px;
    }
    .working-steps .work-step-img .work-icon.adjs1 {
        top: 28%;
        max-width: 28px;
    }
    .working-steps .work-step-img .work-icon.wrk4 {
        max-width: 37px;
        left: 43%;
        top: 28%;
    }
    .working-steps .col-lg-3 {
        height: 100%;
        padding: 0 0;
        flex: 0 0 50%;
    }
    .working-steps .work-step-img {
        flex: 0 0 100%;
    }
    .working-steps .work-step-box {
        text-align: center;
        flex: 0 0 100%;
    }
    .working-steps figure {
        position: relative;
        max-width: 250px;
        margin: 0 auto;
    }
    .working-steps #working-img1, .working-steps #working-img4 {
        max-width: 228px;
        margin: 0 auto;
    }

    .working-steps .work-step-box.first-work {
        text-align: center;
        padding-right: 30px;
    }
    .working-steps .work-step-box.last-work {
        text-align: center;
        padding-left: 30px;
    }

}

@media(max-width:767px){
    .working-steps figure.with-right::before {
        height: 15px;
    }
    .working-steps figure:not(.work-icon)::after {
        width: 15px;
    }
    .working-steps .work-step-img .work-icon {
        top: 32%;
    }
    .working-steps .work-step-img .work-icon.adjs1 {
        top: 30%;
    }
    .working-steps .work-step-img .work-icon.wrk4 {
        top: 30%;
    }
    /* .working-steps .work-step-img {
        flex: 0 0 118px;
    }
    .working-steps .work-step-box {
        flex: 0 1 auto;
    } */
    .working-steps .work-step-box .work-step-num p::before {
        top: -31px;
    }
}

@media(max-width:575px){
    /* .working-steps .work-step-img {
        flex: 0 0 110px;
    } */
    .working-steps .work-step-img .work-icon.wrk1 {
        max-width: 40px;
    }
    .working-steps .work-step-img .work-icon {
        top: 30%;
    }
    .working-steps .work-step-img .work-icon.wrk2 {
        max-width: 33px;
    }
    .working-steps .work-step-img .work-icon.adjs1 {
        top: 29%;
        max-width: 25px;
    }
    .working-steps .work-step-img .work-icon.wrk4 {
        max-width: 32px;
        top: 32%;
    }
    .working-steps .work-step-box {
        padding-top: 40px;
    }
    .working-steps .col-lg-3 {
        flex: 0 0 100%;
    }
}

@media(max-width:480px){
    /* .working-steps .work-step-box {
        padding-left: 40px;
    } */
    .working-steps .work-step-img .work-icon.wrk1 {
        max-width: 37px;
        top: 52px;
    }
    .working-steps .work-step-img .work-icon.wrk2 {
        max-width: 28px;
        top: 52px;
        left: 47%;
    }
    .working-steps .work-step-img .work-icon.adjs1 {
        top: 52px;
        max-width: 25px;
    }
    .working-steps .work-step-img .work-icon.wrk4 {
        max-width: 32px;
        top: 52px;
    }
    .working-steps figure {
        max-width: 200px;
    }
    .working-steps #working-img1, .working-steps #working-img4 {
        max-width: 180px;
    }
    .working-steps .work-step-box.first-work {
        padding-right: 20px;
    }
    .working-steps .work-step-box.last-work {
        padding-left: 10px;
    }
}

/*  uplers-process start css*/
.uplers-process{
    background: #FFD92E;
}
.uplers-process .rw-br-fix{
    border-bottom: 1px solid rgba(0,0,0,0.4);
}
.uplers-process  .cl-br-fix{
    border-right: 1px solid rgba(0,0,0,0.4);;
    padding-left: 0px;
}
.uplers-process .py-boxes {
    padding-top: 40px;
}
.uplers-process .py-box {
    display: flex;
    text-align: center;
    align-items: center;
    font-weight: 800;
}
.uplers-process :is(#b1,#b2,#b3,#b4,#b5,#b6) {
    flex: 0 0 auto;
    position: relative;
    text-align: center;
}
.uplers-process .py-desc {
    flex-grow: 1;
    flex-shrink: 1;
    padding-bottom: 5px;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,0.4);
}
.uplers-process .py-box figure {
    position: relative;
}

.uplers-process .process-pyramid{
    padding-top: 40px;
    padding-right:30px;
}
.uplers-process .py-percent {
    position: absolute;
    z-index: 10;
    left: 52%;
    transform: translateX(-50%);
    top: 41%;
    font-weight: 700;
}
.uplers-process .py-box #b1 > .py-percent{
    top:-15px;
}
.uplers-process .py-box #b2{
    padding-left: 20px;
}
.uplers-process .py-box #b3{
    padding-left: 45px;
}
.uplers-process .py-box #b4{
    padding-left: 65px;
}
.uplers-process .py-box #b5{
    padding-left: 80px;
}
.uplers-process .py-box #b6{
    margin-top: 10px;
    padding-left: 105px;
    display: flex;
    align-items: center;
}
.uplers-process .py-box #b1 > .py-percent {
    top: -40px;
    font-size: 40px;
}
.uplers-process .py-box #b1 figure .py-percent{
    font-size: 35px;
}
.uplers-process .py-box #b2 .py-percent{
    font-size: 28px;
    color: #fff;
}
.uplers-process .py-box #b3 .py-percent{
    font-size: 25px;
    color: #fff;
}
.uplers-process .py-box #b4 .py-percent{
    font-size: 24px;
    color: #fff;
}
.uplers-process .py-box #b5 .py-percent{
    font-size: 20px;
    color: #fff;
}
.uplers-process #b6 .py-txt{
    font-weight: 700;
    font-size: 26px;
    padding-left: 25px;
}
.uplers-process .py-head{
    font-weight: 700;
    font-size: 18px;
}

/* match making process */
.matchmaking-process {
    padding-left: 50px;
    padding-top: 70px;
}
.matchmaking-title {
    font-size: 22px;
    font-weight: 600;
}
.match-pts li {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.match-pts li br{
    display: block;
}
.match-pts li span{
    font-weight: 700;
}

.match-pts li::before {
    content: '';
    height: 6px;
    width: 6px;
    position: absolute;
    top: 5px;
    left: 1px;
    background: black;
    border-radius: 50%;
}

/* pie section css  */
.pie-circle{
    padding-left: 50px;
}
.pie-circle .pie-content {
    position: absolute;
    top: 50%;
    left: 51%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.pie-circle figure {
    position: relative;
    width: fit-content;
}
.pie-circle .pie-content .pie-head{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
}
.pie-circle .pie-content .pie-desc{
    font-size:18px;
    font-weight:600;
}

.pie-circle .pie-pnts p{
    margin-bottom:0;
}

.pie-circle .pie-pnts{
    position:absolute;
    top:0;  
}

.pie-circle .pie-pnts .pie-pt-head{
    font-weight: 800;
}


/* ---------- */
.pie-pnts::before, .pie-pnts::after{
    content: '';
    position: relative;
    display: block;
}

#pie-pt-1 {
    left: 10px;
    top: -21px;
}

#pie-pt-1::before {
    height: 15px;
    width: 50px;
    border-bottom: 1px solid;
    transform: rotate(0deg);
    top: 8px;
    right: -70px;
}
#pie-pt-1::after {
    width: 19px;
    height: 27px;
    top: -52px;
    right: -126px;
    transform: rotate(-50deg);
    border-left: 1px solid;
}

#pie-pt-2 {
    right: -74px;
    top: -22px;
}
#pie-pt-2::before {
    height: 15px;
    width: 27px;
    border-bottom: 1px solid;
    transform: rotate(120deg);
    top: 42px;
    left: -50px;
}
#pie-pt-2::after {
    width: 19px;
    height: 28px;
    top: -34px;
    left: -31px;
    transform: rotate(90deg);
    border-left: 1px solid;
}

#pie-pt-3 {
    top: 135px;
    right: -139px;
}

#pie-pt-3::after {
    width: 19px;
    height: 28px;
    top: -34px;
    left: -31px;
    transform: rotate(90deg);
    border-left: 1px solid;
}

#pie-pt-4 {
    right: -131px;
    top: 271px;
}

#pie-pt-4::after {
    width: 19px;
    height: 28px;
    top: -34px;
    left: -31px;
    transform: rotate(117deg);
    border-left: 1px solid;
}


#pie-pt-5 {
    top: 271px;
}

#pie-pt-5::after {
    width: 19px;
    height: 18px;
    top: -102px;
    right: -30px;
    transform: rotate(11deg);
    border-left: 1px solid;
}
#pie-pt-5::before {
    height: 15px;
    width: 50px;
    border-bottom: 1px solid;
    transform: rotate(-22deg);
    top: -39px;
    right: -28px;
}
.uplers-process .pie-btm{
    margin-top: 20px;
    font-weight: 500;
    padding-left: 50px;
    font-size: 14px;
}
.pie-circle .pie-pnts .pie-pt-desc{
    font-weight:600;
}
/* ---------- */
/* talent stat */
.talent-stats{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.talent-stats .talent-stat p{
    margin-bottom:0px;
    font-weight: 700;
}
.talent-stats .talent-stat .stats-head{
    font-size:25px;
}

.talent-stats .talent-stat .stats-desc{
   margin-bottom:25px;
}
/* uplers-process end css */
.pie-circle .pie-pnts br{display:none;}
.pie-circle .pie-pnts .bfx br{display:block;}
.pie-mob{display:none;}
@media(max-width:1650px){
    .pie-circle figure {
        max-width: 350px;
    }
    .pie-circle .pie-content {
        left: 52%;
    }
    .pie-circle .pie-content .pie-desc {
        font-size: 15px;
    }
    .pie-circle .pie-content .pie-head {
        font-size: 26px;
    }
    #pie-pt-1 {
        left: -22px;
    }
    #pie-pt-2 {
        right: -99px;
        top: -36px;
    }
    #pie-pt-3 {
        top: 106px;
        right: -157px;
    }
    #pie-pt-4 {
        right: -143px;
        top: 219px;
    }
    #pie-pt-5 {
        left: -30px;
        top: 215px;
    }
    .uplers-process .pie-btm {
        margin-top: 20px;
        font-weight: 500;
        padding-left: 20px;
    }
    .pie-circle .pie-pnts .pie-pt-desc {
        font-weight: 600;
        font-size: 15px;
    }
    #pie-pt-1::after {
        top: -50px;
    }
    #pie-pt-2::before {
        top: 40px;
    }
    #pie-pt-5::after {
        top: -99px;
    }
    .talent-stats .talent-stat .stats-head {
        font-size: 24px;
    }
    .talent-stats .talent-stat .stats-desc {
        margin-bottom: 20px;
        font-size: 15px;
    }
    .uplers-process .pie-btm {
        margin-bottom: 30px;
    }
    .uplers-process .process-pyramid {
        padding-top: 30px;
        padding-right: 30px;
    }

    .uplers-process #b6 .py-txt {
        font-weight: 700;
        font-size: 22px;
        padding-left: 20px;
    }
    .uplers-process .py-box #b6 {
        padding-left: 100px;
    }
    .uplers-process #b1 figure{
        max-width: 280px;
    }
    .uplers-process #b2 figure{
        max-width: 240px;
    }
    .uplers-process #b3 figure{
        max-width: 190px;
    }
    .uplers-process #b4 figure{
        max-width: 152px;
    }
    .uplers-process #b5 figure{
        max-width: 125px;
    }
    .uplers-process #b6 figure{
        max-width: 80px;
    }

    .uplers-process .py-box #b1 > .py-percent {
        top: -34px;
        font-size: 35px;
    }
    .uplers-process .py-box #b1 figure .py-percent {
        font-size: 28px;
    }
    .uplers-process .py-box #b2 .py-percent {
        font-size: 22px;
    } 
    .uplers-process .py-box #b3 .py-percent {
        font-size: 20px;
    }  
    .uplers-process .py-box #b4 .py-percent {
        font-size: 20px;
    }
    .uplers-process .py-box #b5 .py-percent {
        font-size: 16px;
        color: #fff;
    }
    .uplers-process .py-percent {    
        top: 42%;
    }
    .uplers-process .py-desc {
        font-size: 18px;
    }
}

@media(max-width:1440px){
    #pie-pt-1::after {
        top: -51px;
    }
}



@media(max-width:1280px){
    .uplers-process #b1 figure {
        max-width: 230px;
    }
    .uplers-process #b2 figure {
        max-width: 190px;
    }
    .uplers-process #b3 figure {
        max-width: 146px;
    }
    .uplers-process #b4 figure {
        max-width: 112px;
    }
    .uplers-process #b5 figure {
        max-width: 82px;
    }

    .uplers-process .py-box #b1 > .py-percent {
        top: -26px;
        font-size: 25px;
    }

    .uplers-process .py-box #b1 figure .py-percent {
        font-size: 23px;
    }

    .uplers-process .py-box #b2 .py-percent {
        font-size: 20px;
    }
    .uplers-process .py-box #b4 .py-percent {
        font-size: 18px;
    }
    .uplers-process .py-box #b5 .py-percent {
        font-size: 12px;
    }
    .uplers-process .py-percent {
        top: 39%;
    }
    .uplers-process .py-box #b6 {
        padding-left: 81px;
    }
    .uplers-process #b6 figure {
        max-width: 65px;
    }
    .uplers-process #b6 .py-txt {
        font-size: 19px;
        padding-left: 20px;
    }
    .uplers-process .py-box #b6 {
        padding-left: 90px;
    }
    .uplers-process .py-desc {
        font-size: 15px;
    }
    .uplers-process .py-box #b6 {
        margin-top: 5px;
    }
    .matchmaking-process {
        padding-left: 25px;
    }
    .matchmaking-title {
        font-size: 18px;
    }
    .match-pts li {
        font-size: 15px;
    }

    .pie-circle figure {
        max-width: 300px;
    }
    .pie-circle .pie-content .pie-head {
        font-size: 22px;
    }
    .pie-circle .pie-content .pie-desc {
        font-size: 12px;
    }
    .uplers-process .pie-btm {
        margin-top: 70px;
    }
    #pie-pt-1 {
        left: -40px;
    }
}

@media(max-width:991px){
    .pie-circle .pie-content br,.pie-circle .pie-pnts br{display:block;}
    .pie-circle figure {max-width: 260px;}
    #pie-pt-5 {
        top: 177px;
    }
    #pie-pt-2::after {
        top: -52px;
    }
    #pie-pt-2::before {
        top: 44px;
    }
    #pie-pt-3 {
        top: 71px;
        right: -113px;
    }
    #pie-pt-4 {
        right: -64px;
        top: 164px;
    }
    #pie-pt-4::after {
        top: -50px;
    }
    .uplers-process .cl-br-fix {
        padding-left: 10px;
    }
    .pie-circle .pie-content .pie-head {
        font-size: 20px;
    } 
}

@media(max-width:767px){
    .talent-stats {
        text-align: center;
    }
    .pie-circle figure {
        max-width: 260px;
        margin: 0 auto;
    }
    .pie-circle .pie-pnts {
        position: static;
    }
    .pie-pnts::before, .pie-pnts::after {
        content: '';
        position: relative;
        display: none;
    }
    .pie-circle {
        padding-left: 0px;
    }
    .pie-circle .pie-content {
        left: 52%;
        top: 50%;
    }
    .pie-pnts{display:none;}
    .pie-mob{display:block;}
    .mob.cl-br-fix{
        border-right: none;
        border-bottom: 1px solid rgba(0,0,0,0.4);
        padding-bottom: 30px;
    }
    .pie-mob .pie-pt-head {
        font-weight: 700;
        margin-bottom: 0px;
        margin-top: 12px;
        font-size: 16px;
        position:relative;
    }

    .pie-pnts-mob {
        padding-left: 10px;
    }
    .pie-mob .pie-pt-head::before {
        content: '';
        position: absolute;
        display: block;
        top: 6px;
        left: -15px;
        height: 8px;
        width: 8px;
        background: red;
        border-radius: 10px;
    }
    .pie-mob #mob-pnt1 .pie-pt-head::before{
        background: #9F9F9F;
    }

    .pie-mob #mob-pnt2 .pie-pt-head::before{
        background: #808383;
    }

    .pie-mob #mob-pnt3 .pie-pt-head::before{
        background: #DFDFDF;
    }

    .pie-mob #mob-pnt4 .pie-pt-head::before{
        background: #808080;
    }

    .pie-mob #mob-pnt5 .pie-pt-head::before{
        background: #404040;
    }
    .uplers-process .pie-btm {
        margin-top: 30px;
    }
    .uplers-process .pie-btm {
        margin-top: 30px;
    }
    .matchmaking-process {
        padding-left: 50px;
        padding-top: 30px;
    }
}

@media(max-width:575px){
    .uplers-process .py-desc br {
        display: block;
    }
    .uplers-process .py-desc {
        font-size: 13px;
    }
    .uplers-process .py-box {
        justify-content: center;
        position: relative;
    }
    .uplers-process :is(#b1,#b2,#b3,#b4,#b5,#b6) {
        padding-left: 0px !important;
    }
    .uplers-process :is(#b1,#b2,#b3,#b4,#b5,#b6) figure {
        max-width: 100%;
    }
    .uplers-process .py-desc {
        position: absolute;
        border-bottom: none;
        text-align: center;
    }

    .uplers-process .py-desc {
        bottom:3px;
        font-size:11px;
    }

    .uplers-process .py-box #b1 figure .py-percent {
        font-size: 16px;
        top: 25px;
    }
    .uplers-process .py-box #b1 > .py-percent {
        top: -24px;
        font-size: 21px;
    }

    .uplers-process .py-box #b2 .py-percent {
        font-size: 16px;
    }
    .uplers-process .py-box #b3 .py-percent {
        font-size: 16px;
    }
    .uplers-process .py-box #b4 .py-percent {
        font-size: 16px;
    }
    .uplers-process .py-box :is(#b2,#b3,#b4,#b5) + .py-desc {
        color:#fff;
    }
    .uplers-process .py-percent {
        top: 34%;
    }
    .uplers-process #b6 .py-txt {
        font-size: 18px;
        padding-left: 20px;
    }
    .uplers-process .py-box #b6 {
        margin-top: 20px;
        padding-left: 105px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 10px;
    }
    .matchmaking-process .matchmaking-title br{
        display: block;
    }
    .uplers-process .process-pyramid {
        padding-right: 0px;
    }
    .uplers-process .py-head {
        font-weight: 700;
        font-size: 16px;
    }
    .matchmaking-process {
        padding-left: 0px;
    }
}

@media(max-width:480px){
    .uplers-process :is(#b1,#b2,#b3,#b4,#b5,#b6) {
        flex: 0 0 100%;
    }
    .uplers-process #b2 + .py-desc {
        bottom: 8px;
    }
    .uplers-process #b3 + .py-desc {
        bottom: 6px;
    }
    .uplers-process #b4 + .py-desc {
        bottom: 6px;
    }
}

/* eor benfits box */

/* .eor-benefits {
    background: #EFEFEF;
} */
.eor-benefits .eor-benfits-box {
    text-align: center;
    display: flex;
    align-items: center;
    flex-flow: column;
    box-shadow: 2.487px 1.678px 15px 0px rgb(0 0 0 / 15%);
    border-radius: 15px;
    padding: 35px 30px;
    height: 100%;
    background:#fff;
}
.eor-benefits .eor-benfits-box .eor-head{
    font-weight:700;
}
.eor-benefits .eor-benfits-box .eor-desc{
    font-weight:500;
}   

.eor-benefits .eor-bxs{
    margin-bottom:20px;
}

.eor-benefits .ylw-line {
    width: 53px;
    border: 2px solid #FFDB2D;
    background: #ffda30;
    margin-bottom: 20px;
}


/* bottom form  */
.page_bottom_form {
    background: #fff;
}


.page_bottom_form input, .page_bottom_form textarea {
    background: #fff;
    border-bottom: none;
    padding: 15px 20px;
    border-radius: 15px;
    border:1px solid #bfbfbf;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 4%);
}

.page_bottom_form .defaultForm .form-group {margin-bottom: 30px;}

.page_bottom_form .defaultForm .rev-select {
    height: 100%;
}

.page_bottom_form h2 {
    text-align: left;
}

.page_bottom_form .section-desc {
    text-align: left;
}

.page_bottom_form input:focus, .page_bottom_form textarea:focus {
    box-shadow:none;
    border-bottom:none;
    border:1px solid #fada30;
}

.page_bottom_form input::-webkit-input-placeholder,.page_bottom_form textarea::-webkit-input-placeholder{color:#000;}
.page_bottom_form input::-moz-placeholder,.page_bottom_form textarea::-moz-placeholder{color:#000;}
.page_bottom_form input:-ms-input-placeholder,.page_bottom_form textarea:-ms-input-placeholder{color:#000;}


.page_bottom_form textarea {
    min-height: 90px;
    font-size: 16px;
}


.page_bottom_form .defaultForm .submit-btn {
    text-align: left;
    margin: 0;
}


.page_bottom_form .defaultForm .submit-btn input[type="submit"] {
    width: 100%;
    border-radius: 47px;
    min-height: 35px;
    line-height: 30px;
   
}

.page_bottom_form .defaultForm .submit-btn input[type="submit"] {width: 70%;}



@media(max-width:1650px){
    .page_bottom_form .defaultForm .submit-btn input[type="submit"] {
        width: 80%;
        border-radius: 47px;
        min-height: 35px;
        line-height: 30px;
        padding: 12px 25px;
        font-size: 18px;
    } 
}

/* @media(max-width:1280px){
    .page_bottom_form h2 {
        margin-bottom: 40px;
    }
} */


@media(max-width:575px){
    .page_bottom_form .defaultForm .submit-btn input[type="submit"] {
        width: 50%;
        border-radius: 47px;
        min-height: 35px;
        line-height: 30px;
        padding: 10px 25px;
        font-size: 15px;
    } 
    .page_bottom_form textarea {
        min-height: 80px;
        font-size: 13px;
    }
}

.page_bottom_form.tg-frm h2 {
    margin: 30px 0px;
    text-align: center;
}

.page_bottom_form.tg-frm p{
    text-align: center;
    margin-bottom: 40px;
}


.input02 {
    position: relative;
}
.input02 label {
    position: absolute;
    top: -6px;
    left: 15px;
    background: #FFF;
    color: #8d8c8c;
    padding: 0 5px;
    z-index: 1;
}

@media(max-width:1280px){
    .page_bottom_form.tg-frm h2 {margin: 20px 0px;}

}

@media(max-width:767px){
    .page_bottom_form .toggle-box .cta-button{line-height: 42px;
        min-height: 42px;
        font-size: 15px;
    }
    .page_bottom_form h2 {
        text-align: center;
    }
    
    .page_bottom_form .section-desc {
        text-align: center;
    }
    .page_bottom_form .defaultForm .submit-btn {
        text-align: center;
        margin: auto;
    }
}

@media(max-width:575px){
    .page_bottom_form .toggle-box .cta-button{font-size: 12px;}
    .page_bottom_form.tg-frm p {margin-bottom: 24px;}
}
/* bottom form */

.recent-blog{
    display: none;
}


/* wide spectrum section start */
.wide-spectrum {
    background: #FFD92E;
}
.wide-spectrum .row{
    justify-content: center;
}
.wide-spectrum .eor-benfits-box {
    text-align: center;
    display: flex;
    align-items: center;
    flex-flow: column;
    box-shadow: 2.487px 1.678px 15px 0px rgb(0 0 0 / 15%);
    border-radius: 15px;
    padding: 40px;
    height: 100%;
    border: 2px solid #fff;
    background:#FFD92E;
}
.wide-spectrum .eor-benfits-box .eor-head{
    font-weight:700;
    font-size:30px;
}
.wide-spectrum .eor-benfits-box .eor-desc{
    font-weight: 600;
    font-size: 24px;
}   

.wide-spectrum .eor-bxs{
    margin-bottom:20px;
}

.wide-spectrum .ylw-line {
    width: 53px;
    border: 2px solid #Fff;
    background: #fff;
    margin-bottom: 20px;
}

@media(max-width:1440px){
    .wide-spectrum .eor-benfits-box .eor-desc {
        font-size: 20px;
    }
    .wide-spectrum .eor-benfits-box .eor-head {
        font-size: 28px;
    }
}

@media(max-width:1280px){
    .wide-spectrum .eor-benfits-box .eor-desc {
        font-size: 18px;
    }
    .wide-spectrum .eor-benfits-box .eor-head {
        font-size: 25px;
    }
}

@media(max-width:991px){
    .wide-spectrum .eor-benfits-box {
        padding: 24px;
    }
    .wide-spectrum .eor-benfits-box .eor-head {
        font-size: 22px;
    }
    .wide-spectrum .eor-benfits-box .eor-desc {
        font-size: 16px;
    }
    .wide-spectrum .eor-benfits-box .eor-desc br{
        display:block;
    }
}


/* salary range */
.sal-range{
    color:#fff;
    background:#000;
    text-align: center;
}
.sal-range .container{
    max-width: 90%;
}

.sal-range .down-btn{
    margin:40px 0;
    cursor: pointer;
}


.sal-range .down-btn:hover{
    background: #fff;
    color:#000;
}


@media(max-width:1280px){
    .sal-range .down-btn {
        margin: 20px 0;
    }
}

@media(max-width:480px){
    .sal-range .down-btn {
        margin: 20px 0;
        min-height: auto;
        line-height: 1.2;
        padding: 16px 20px;
    }
}
/* talent factors */

.talent-factors{
    position:relative;
    background: #f2f2f2;
}

.talent-factors .section-title{
    text-align:center;
    font-size: 35px;
}
.talent-factors.section-padding{
    padding-bottom:0px;
}
.talent-factors .talent-face{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.talent-factors .talent-face figure{
    max-width: 400px;
}
.talent-factors .factor-1{
    display: table-cell;
    vertical-align: middle;
    margin-top: 3%;
    padding-right: 18%;
}

.talent-factors .factor-2,.talent-factors .factor-3{
    display: table-cell;
    vertical-align: middle;
    padding-left: 40%;
    margin-bottom: 13%;
}
.talent-factors .factor-3{
    margin-top:30px;
}
.talent-factors p.talent-text {
    font-size: 14px;
}
.talent-factors p.talent-head {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.2;
}
.talent-factors .mar-fix{
    margin: 130px 0px;
}

.talent-factors .map-dots li {
   background:#f2f2f2;
}
.talent-factors .map-dots li:after {
    box-shadow: 0 0 1px 2px #f2f2f2;
}
.talent-factors .map-dots li:first-child {
    top: 60%;
    left: 34%;
}
.talent-factors .map-dots li:nth-child(2) {
    display: block;
    top: 20%;
    left: 72%;
}
.talent-factors .map-dots li:nth-child(3) {
    right: 20%;
    top: 45%;
}

.talent-factors .map-dots li:hover .line.line.fact-line1, .talent-factors .map-dots li.current .line.fact-line1 {
    transform: rotate(140deg);
    transform-origin: left top;
}
.talent-factors .map-dots li .line.fact-line1 {
    left: 39px;
    top: 11px;
}


.talent-factors .map-dots li .line.fact-line1:after {
    height: 243px;
    transform: rotate(-50deg);
    left: 127px;
    top: -18px;
}

.talent-factors .map-dots li .line.fact-line1::before{
    content: "";
    height: 50px;
    width: 1px;
    background: #686566;
    position: absolute;
    transform: rotate(369deg);
    transform-origin: top left;
    left: 220px;
    top: 182px;
}

/* line 2 */

.talent-factors .map-dots li:nth-child(2):hover .line.fact-line2, .talent-factors .map-dots li:nth-child(2).current .line.fact-line2 {
    transform: rotate(51deg);
    height: 196px;
    width: 277px;
    left: -88px;
    top: -72px;
}

.talent-factors .map-dots li:nth-child(2) .line.fact-line2:after {
    transform: rotate(38deg);
    left: 133px;
    top: 31px;
    height: 89px;
}

.talent-factors .map-dots li .line.fact-line2::before{
    content: "";
    height: 27px;
    width: 1px;
    background: #686566;
    position: absolute;
    transform: rotate(351deg);
    transform-origin: top left;
    left: 157px;
    top: 14px;
}

/* line 3 */

.talent-factors .map-dots li:nth-child(3):hover .line.fact-line3, .talent-factors .map-dots li:nth-child(3).current .line.fact-line3 {
    height: 167px;
    width: 167px;
}


.talent-factors .map-dots li:nth-child(3) .line.fact-line3:after {
    transform: rotate(270deg);
    transform-origin: top left;
    left: 23px;
    top: 10px;
}


.talent-factors .map-dots li:nth-child(3):hover .line.fact-line3, .talent-factors .map-dots li:nth-child(3).current .line.fact-line3 {
    height: 167px;
    width: 184px;
    transform: rotate(-26deg);
    transform-origin: top left;
    /* background: white; */
}

.talent-factors .map-dots li .line.fact-line3::before {
    content: "";
    height: 24px;
    width: 1px;
    background: #686566;
    position: absolute;
    transform: rotate(347deg);
    left: 145px;
    top: 79px;
}

.talent-factors .map-dots li:nth-child(3) .line.fact-line3:after {
    transform: rotate(296deg);
    transform-origin: top left;
    left: 21px;
    top: 21px;
    height: 135px;
}


@media(max-width:1280px){
    /* .talent-factors {
        margin-top: 700px;
    } */
}
@media(max-width:991px){
    /* .talent-factors {
        margin-top: 650px;
    } */
}
@media(max-width:767px){
    .talent-factors {
        margin-top: 0px;
    }
	
}
@media(max-width:480px){
   .process_section figure img{max-width:95px;}
	.process_border_line_responsive { left: 63px; right:auto;}
}

.talent-factors .mar-fix {
    margin: 130px 0;
}
.talent-factors .factor-1 {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0px;
    padding-right: 48%;
    /* position: absolute;
    top: 120px;
    left: 0; */
}
.talent-factors .factor-4 {
    display: table-cell;
    vertical-align: middle;
    margin-top: 13%;
    padding-right: 48%;
    /* position: absolute;
    bottom: -70px;  */
}
.talent-factors p.talent-head {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.2;
}
.talent-factors p.talent-text {
    font-size: 14px;
}
.talent-factors .factor-2, .talent-factors .factor-3 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 43%;
    margin-bottom: 13%;
}
.talent-factors .factor-3 {
    margin-top: 30px;
}
.talent-factors .talent-face {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.talent-factors .talent-face figure {
    max-width: 400px;
}
.talent-factors .map-dots li {
    background: #f2f2f2;
}
.talent-factors .map-dots li:first-child {
    top: 48%;
    left: 28%;
}
.talent-factors .map-dots li:hover .line.line.fact-line1, .talent-factors .map-dots li.current .line.fact-line1 {
    transform: rotate(140deg);
    transform-origin: left top;
}
.talent-factors .map-dots li .line.fact-line1 {
    left: 39px;
    top: 11px;
}
.talent-factors .map-dots li .line.fact-line1:before {
    content: "";
    height: 50px;
    width: 1px;
    background: #686566;
    position: absolute;
    transform: rotate(369deg);
    transform-origin: top left;
    left: 215px;
    top: 182px;
}
.talent-factors .map-dots li .line.fact-line1:after {
    height: 243px;
    transform: rotate(-50deg);
    left: 122px;
    top: -18px;
}
.talent-factors .map-dots li:nth-child(2) {
    top: 20%;
    left: 72%;
}
.talent-factors .map-dots li:nth-child(2):hover .line.fact-line2, .talent-factors .map-dots li:nth-child(2).current .line.fact-line2 {
    transform: rotate(51deg);
    height: 196px;
    width: 277px;
    left: -88px;
    top: -72px;
}
.talent-factors .map-dots li .line.fact-line2:before {
    content: "";
    height: 27px;
    width: 1px;
    background: #686566;
    position: absolute;
    transform: rotate(351deg);
    transform-origin: top left;
    left: 159px;
    top: 18px;
}
.talent-factors .map-dots li:nth-child(2) .line.fact-line2:after {
    transform: rotate(39deg);
    left: 135px;
    top: 34px;
    height: 89px;
}
.talent-factors .map-dots li:nth-child(3) {
    right: 20%;
    top: 40%;
}
.talent-factors .map-dots li:nth-child(3):hover .line.fact-line3, .talent-factors .map-dots li:nth-child(3).current .line.fact-line3 {
    height: 167px;
    width: 184px;
    transform: rotate(-26deg);
    transform-origin: top left;
}
.talent-factors .map-dots li .line.fact-line3:before {
    content: "";
    height: 24px;
    width: 1px;
    background: #686566;
    position: absolute;
    transform: rotate(347deg);
    left: 137px;
    top: 74px;
}
.talent-factors .map-dots li:nth-child(3) .line.fact-line3:after {
    transform: rotate(296deg);
    transform-origin: top left;
    left: 13px;
    top: 16px;
    height: 135px;
}
.talent-factors .map-dots li:after {
    box-shadow: 0 0 1px 2px #f2f2f2;
}
.talent-factors .map-dots li:nth-child(4) {
    bottom: 29%;
    left: 31%;
}
.talent-factors .map-dots li:nth-child(4) .line:before {
    content: "";
    height: 34px;
    width: 1px;
    background: #686566;
    position: absolute;
    transform: rotate(403deg);
    left: 110px;
    top: 4px;
    z-index: 1;
}
.talent-factors .map-dots li:nth-child(4) .line:after {
    left: 176px;
    top: -46px;
    transform: rotate(90deg);
    height: 109px;
}
.talent-factors .left .row,.talent-factors .right .row{position: relative;}
@media(max-width:1650px){
    .talent-factors .map-dots li:hover .line.line.fact-line1, .talent-factors .map-dots li.current .line.fact-line1 {
        transform: rotate(140deg);
        transform-origin: left top;
        height: 208px;
    }
    .talent-factors .map-dots li:nth-child(4) .line:before {left: 114px;}
    .talent-factors .map-dots li:nth-child(4) .line:after {
        left: 180px;
    }
    .talent-factors .map-dots li .line.fact-line1:after {
        left: 122px;
        top: -18px;
    }
    .talent-factors .map-dots li:nth-child(3) .line.fact-line3:after {
        left: 10px;
        top: 16px;
    }
    .talent-factors .map-dots li:nth-child(2) .line.fact-line2:after {
        left: 130px;
    }
    .talent-factors .map-dots li .line.fact-line2:before {
        left: 154px;
    }
    .talent-factors .map-dots li .line.fact-line3:before {
        left: 133px;
    }
}

@media(max-width:1300px){
    .talent-factors .map-dots li:nth-child(2):hover .line.fact-line2, .talent-factors .map-dots li:nth-child(2).current .line.fact-line2 {
        transform: rotate(51deg);
        height: 196px;
        width: 218px;
        left: -116px;
        top: -81px;
    }
    .talent-factors .map-dots li:nth-child(2) .line.fact-line2:after {
        transform: rotate(38deg);
        left: 135px;
        top: 13px;
        height: 74px;
    }
    .talent-factors .map-dots li .line.fact-line2::before {
        content: "";
        height: 21px;
        width: 1px;
        background: #686566;
        position: absolute;
        transform: rotate(351deg);
        transform-origin: top left;
        left: 154px;
        top: 0px;
    }
    .talent-factors .map-dots li .line.fact-line3:before {
        left: 71px;
        top: 43px;
    }
    .talent-factors .map-dots li:nth-child(3) .line.fact-line3:after {
        left: 10px;
        top: 16px;
        height: 65px;
    }
    .talent-factors .map-dots li:nth-child(2) .line.fact-line2:after {
        transform: rotate(39deg);
        left: 141px;
        top: 10px;
    }
    .talent-factors .map-dots li .line.fact-line2::before {
        left: 160px;
        top: 0px;
    }
    .talent-factors .factor-3 .talent-desc{
        padding-left: 20px;
    }
}


@media(max-width:1280px){
    .talent-factors {
        padding: 60px 0 0;
    }
    .talent-factors .section-title {
        font-size: 30px;
    }
    .talent-factors p.talent-head {
        font-size: 18px;
    }
    .talent-factors .mar-fix {
        margin: 63px 0px;
    }
    .talent-factors .talent-face figure {
         
    }
    
    .talent-factors .map-dots li:nth-child(3):hover .line.fact-line3, .talent-factors .map-dots li:nth-child(3).current .line.fact-line3 {
        left: -12px;
        top: -3px;
    }
    .talent-factors .map-dots li:nth-child(2):hover .line.fact-line2, .talent-factors .map-dots li:nth-child(2).current .line.fact-line2 {
        left: -111px;
        top: -82px;
    }
    .talent-factors .map-dots li:hover .line.line.fact-line1, .talent-factors .map-dots li.current .line.fact-line1 {
        top: 7px;
    }

    .talent-factors .map-dots li:nth-child(3) .line.fact-line3:after {
        left: 17px;
        top: 19px;
        height: 57px;
    }
    .talent-factors .map-dots li:nth-child(4) .line:before {
        left: 116px;
    }
    .talent-factors .map-dots li:nth-child(4) .line:after {
        left: 182px;
    }
    
    .talent-factors .map-dots li:nth-child(2) .line.fact-line2:after {
        height: 72px;
        left: 134px;
        top: 15px;
    }
    .talent-factors .map-dots li .line.fact-line2::before {
        left: 154px;
        top: 2px;
    }
}
@media(max-width:991px){
    .talent-factors .talent-face figure {
        max-width: 280px;
    }
    .col-12.factor-2 {
        margin-bottom: 0%;
    }
    .talent-factors p.talent-text {
        font-size: 12px;
    }
    .talent-factors .map-dots li .line.fact-line3::before {
        left: 62px;
        top: 39px;
    }
    .talent-factors .map-dots li:nth-child(3) .line.fact-line3:after {
        height: 42px;
    }
    .talent-factors .section-title {
        font-size: 25px;
    }


    .talent-factors .map-dots li .line.fact-line2::before {
        content: "";
        height: 21px;
        width: 1px;
        background: #686566;
        position: absolute;
        transform: rotate(351deg);
        transform-origin: top left;
        left: 148px;
        top: -2px;
    }
    .talent-factors .map-dots li:nth-child(2) .line.fact-line2:after {
        transform: rotate(39deg);
        left: 135px;
        top: 13px;
        height: 50px;
    }
    .talent-factors .map-dots li:nth-child(2):hover .line.fact-line2, .talent-factors .map-dots li:nth-child(2).current .line.fact-line2 {
        left: -132px;
        top: -76px;
    }
    .talent-factors .map-dots li .line.fact-line3::before {
        left: 58px;
        top: 37px;
    }
}

@media(max-width:767px){
    .talent-factors .t-factors{
        text-align: center;
        margin-bottom: 30px;
    }
    .talent-factors .detailTab{
        display:none;
    }
    .talent-factors .factor-2, .talent-factors .factor-3 {
        padding-left: 15px;
        margin-bottom: 0px;
        margin-top:0px;
    }
    .talent-factors .factor-1 {
        padding-right: 15px;
    }
    .talent-factors .mar-fix {
        margin: 25px 0px;
    }
    .talent-factors.section-padding {
        padding-bottom: 300px;
    }
    .talent-factors .section-title {
        font-size: 25px;
    }
    .talent-factors .factor-4 {
        margin-top: 0;
        padding-right: 15px;
    }
}

@media(max-width:575px){
    .talent-factors.section-padding {
        padding-bottom: 51%;
    }
    .talent-factors .section-title {
        font-size: 20px;
    }
}


/* header fix */

.main-menu > li{
    visibility: hidden;
}

.main-menu .header-cta {
    visibility: visible;
}

.header-cta :first-child{
    visibility: hidden;
}

@media (max-width:1025px){
    .top-nav .main-menu li.has-submenu.sml-menu {
        display: none;
    }
    .top-nav > ul {
        padding-top: 0px;
    }
    .header-cta :first-child{
        display:none !important;
    }
}


/* pop up css start */

.popup-main.page_bottom_form .defaultForm .submit-btn input[type="submit"] {
    width: auto;
    padding: 12px 30px;
}

.section-titles{
    font-size: 35px;
    text-align: center !important;
    margin-bottom: 25px;
    font-weight: 700;
}
.popup-main.page_bottom_form .defaultForm .submit-btn {
    text-align: center;
    margin: auto;
}

.popup-main.page_bottom_form input::placeholder {
    color: #8D8B8B;
    opacity: 1;
}
  
.popup-main.page_bottom_form input:-ms-input-placeholder {
    color: #8D8B8B;
}

.popup-main.page_bottom_form input::-ms-input-placeholder { 
    color: #8D8B8B;
}

.newsletter-form .container {
    position: relative;
    box-shadow: 2.487px 1.678px 15px 0px rgb(0 0 0 / 15%);;
    padding: 70px 42px;
    border-radius:15px;
    position: relative;
}
.popup-main .close-popup{
    z-index: 999;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
}
.popup-main.page_bottom_form .defaultForm .submit-btn input[type="submit"] {
    background: #ffda30;
    color: #000;
}
.popup-main.page_bottom_form .defaultForm .submit-btn input[type="submit"]:hover {
    background: #000;
    color: #FFF;
}

.newsletter-form .container {
    max-width: 32%; 
}
@media(max-width: 1024px){
    .newsletter-form .container {
        max-width: 40%;
    }
}
@media(max-width: 991px){
    .newsletter-form .container {
        max-width: 450px;
        padding: 30px 30px !important;
    }
}

@media(max-width:1650px){
    .section-titles{
        font-size: 30px;
        margin-bottom: 20px;
    }
}
@media(max-width:1440px){
    .section-titles{
        margin-bottom: 20px;
        font-size:25px;
    }
    .newsletter-form .container {
        padding: 40px 36px;
    }
}
@media(max-width:1280px){
    .section-titles {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .popup-main.page_bottom_form .defaultForm .submit-btn input[type="submit"] {
        font-size: 14px;
        padding: 8px 20px;
    }
    .popup-main.page_bottom_form .section-desc {
        font-size: 16px;
    }

    .popup-main.page_bottom_form input, .popup-main.page_bottom_form textarea {
        padding: 12px 20px;
        font-size: 12px;
    }
    
    .popup-main .input02 label {
        font-size: 14px;
    }

    .popup-main .close-popup {
        right: 10px;
        width: 25px;
        height: 25px;
    }
    .newsletter-form .container {
        padding: 35px 36px;
    }
    
}
@media(max-width: 991px){
    .section-titles {
        margin-bottom: 10px;
    }
}
@media(max-width: 767px){
    .section-titles {
        margin-bottom: 20px;
    } 
}
@media(max-width: 575px){
    .section-titles {
        margin-bottom: 20px;
    }
    .popup-main.page_bottom_form .defaultForm .submit-btn input[type="submit"] {
        padding: 5px 20px;
        font-size: 13px;
    }
    .popup-main .input02 label {
        font-size: 12px;
    }
    .popup-main.page_bottom_form input, .popup-main.page_bottom_form textarea {
        padding: 12px 15px;
    }
    .newsletter-form .container {
        max-width: 410px;
        padding: 30px 30px !important;
    }
}

@media(max-width:480px){
    .newsletter-form .container {
        max-width: 90%;
        padding: 30px 30px !important;
    }
    .section-titles {
        font-size: 20px;
    }
    .popup-main.page_bottom_form .section-desc {
        font-size: 13px;
        margin-bottom: 25px;
    }
}

.popup-feedback,.form-feedback{
    display: none;
}


.page_bottom_form .form-message {
    font-size: 24px;
    font-weight: 600;
}
@media(max-width:1440px){
    .page_bottom_form .form-message {
        font-size: 20px;
    }
}



@media(max-width:767px){
    .page_bottom_form .form-message {
        font-size: 18px;
        text-align: center;
    }
}