p{
    color: #232323;
}
    .talent_hub {
    display: flex;
}

.talent_hub>div {
    width: 50%;
    color: #878787;
}
.talent_hub .hub_right { position: relative; }
.talent_hub .hub_right .round_circle2 {height: 300px; width: 300px; right: -3rem;   bottom: 0;
    z-index: -1;}
    .talent_hub .hub_right .round_circle1{ z-index: -1; }


.talent_hub .headings {
    color: #fff;
    line-height: 3.688rem;
    margin: 2rem 0;
}

.talent_hub .headings span {
    color: #FFBB00;
}

.hub_left {
    padding-right: 6rem;
}

.hub_icon{
    margin-right: 1rem;
}
.hub_left>p>strong {
    color: #fff;
}

.hub_right ul {
    list-style: none;
}

.hub_right ul li {    
    display: flex;
    align-items: center;
    border: solid 1px #878787;
    background: linear-gradient(0deg, rgba(23, 23, 23, 0.54), rgba(23, 23, 23, 0.54)),
   linear-gradient(93.71deg, rgba(97, 92, 92, 0.53) 25.57%, #252525 93.88%);
    width: 26.875rem;
    padding: 1rem 2rem;
    margin: 1rem 0;
    font-size: 1.375rem;
    border-radius: 3.313rem;
}
.hub_right ul li:nth-child(2) { margin-left: 3rem; }
.hub_right ul li:nth-child(3) { margin-left: 7rem; }
.hub_right ul li:nth-child(4) { margin-left: 11rem; }
.category_heading{
    color: #FFBB00;
}
.top_categories {
    display: flex;
}

/* .top_categories>div {
    width: 50%;
} */

.top_categories_left {
    min-width: calc(40% + 4rem);
}
.top_categories_left p { margin-bottom: 0; }
.top_categories_right ul {
    display: flex;
    list-style: none;
    gap: 1rem;
    padding: 0;
    flex-wrap: wrap;
   
    justify-content: space-between;
}

.top_categories_right ul li {
    width: 31.33%;
   
  
    border-radius: 1.375rem;

}

.category_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    background: #232323;
    border-radius: 1.375rem;
    border: solid 2px transparent;
    transition: 0.5s;
}
.category_list:hover { border-color: var(--theme-color); }
.category_cont {
    color: #878787;
    margin-top: 1rem;
}
.knowledge_heading {
    font-size: 5rem;
    color: #fff;
    text-align: center;
    margin-bottom: 3rem;
}
.knowledge_heading span{
color: #FFBB00;
}
.knowledge_sec {
    display: flex;
}

.knowledge_right {
  
   
    margin-top: 5rem;
    position: relative;
}
.knowledge_right_inner{     margin-left: calc(0px - var(--offset)); background: #000;
    padding: 3rem;
    color: #fff;
    border-radius: 1.25rem;}
.knowledge_sec>div {width: 50%;}




.knowledge_right .round_circle1 {bottom: -10rem;
    left: -10rem;
    z-index: -1; }
    .benifit_sec p { margin-bottom:0; }

.knowledge_right ul {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.knowledge_right ul li {
    color: #FFF3C7;
    padding-bottom: 20px;
    font-size: 1.125rem;
    position: relative;
    padding-left: 3rem;
}
.knowledge_right ul li:before{
 content: "";
 position: absolute;
 background: url(../img/whylist.svg);
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 display: block;
 background-repeat: no-repeat;
}

.benifit_heading, .project_heading, .upskill_heading{
    font-size: 3.125rem;
    color: #FFBB00;
    text-align: center;
    font-weight: 700;
    margin-bottom: 3rem;
}
.benifit_sec ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    max-width: 1085px;
    margin: 0 auto;
    justify-content: center;
}

.benifit_sec ul li {
    width: 33.33%;
    padding: 0 1rem;
    margin-bottom: 1rem;
   
}
.benifit_box {  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    padding: 2rem 3rem;
    border: solid 1px transparent;
    border-radius: 1.25rem;
    text-align: center; transition: 0.5s; height: 100%;}


.benifit_box:hover { border: solid 1px var(--theme-color);  }
.benifit_box:hover img {filter: grayscale(100); }
.benifit_icon { margin-bottom: 2rem; }

.project_heading{
    margin-bottom: 0;
}
.project-swiper{
    margin-top: 3rem;
}
.project-swiper .swiper-slide:nth-child(even) .projectimg { 
    margin-top: 3rem; 
}
.share_email {
    width: 65%;
    margin: 0 auto;
    background: #FFF3C7;
    padding: 2rem;
    position: relative;
    z-index: 1;
    border-radius: 22.188rem;
    margin-top: 4rem;
    text-align: center;
}

.email_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.email_box>input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    width: 65%;
    margin: 2rem 0 2rem;
}
.share_email>div {
    line-height: 2.188rem;
    width: 80%;
    margin: 0 auto;
}
.share_email>div .btn  {border-radius: 50px; }

.upskill_heading{
    text-align: left;
    margin-bottom: 0;
}

.upskill_freelance {
    display: flex;
}

.upskill_freelance>div {
    width: 50%;
}
.bottom_text {
    margin-top: 2rem;
}

.bottom_text strong {
    color: #fff;
}
.bottom_text {
    margin-top: 2rem;
}

.bottom_text strong {
    color: #fff;
}

.upskill_right {
    background: #171717;
    box-shadow: 0px 9px 23px rgba(0, 0, 0, 0.1);
    padding: 3rem 2rem 2rem;
    border-radius: 1.25rem;
    position: relative;
}

.upskill_bottom {
    margin-top: 2rem;
    display: flex;
    align-items: center;
}

.upskill_content {
    color: #595959;
    margin-left: 2rem;
}

.upskill_testi_img {
    height: 60px;
    width: 60px;
}

.upskill_testi_img img {
    border-radius: 50%;
}
.short_content {
    background-image: linear-gradient(to right top, #fff3c7, #fee79f, #fdd976, #fecb4a, #ffbb00);
    width: 55%;
    padding: 1rem 2rem;
    border-radius: 1.25rem;
    margin-top: 3rem;
}

.short_content p {
    margin-bottom: 0;
    color: #000;
    font-size: 1.25rem;
    font-weight: 500;
}

.short_content a {
    text-decoration: underline;
}

.freelancers_sec { background: #232323;     position: relative;
z-index: 1;
border-radius: 0 6.25rem 6.25rem 6.25rem;    padding-top: 13rem !important;    margin-top: -10rem;}
.knowledge_wrap {position: relative; z-index: 2;}
.knowledge_left img { margin-left: calc(0px - var(--white-space)); min-width: 115%; height: 100%; max-height: 35rem; object-fit: cover;     border-radius: 0rem 5rem 0rem 0rem;}
.project_sec { position: relative; }
.project_sec .slider_btns > div { height: 60px; width: 60px; background-color: var(--theme-color); border-radius: 50%; display: grid; place-content: center; }
.project_sec .slider_btns {left: -2.5rem;  width: calc(100% + 5rem); top: 43%;}
/* .project_sec .slider_btns .project-btn-prev  { margin-top: auto;     margin-bottom: auto;} */
/* .project_sec .slider_btns .project-btn-next {margin-top: 2rem;}  */
.slider_group { position: relative; }
.project_sec_head { max-width: 55rem; margin: 0 auto 4rem;}

.project_sec .round_circle1 {left: 50%; transform: translateX(-50%); top: 10%; height: 400px; width: 400px;}

.community_footer { background: #232323; position: relative;  padding-top: 13rem !important; margin-top: -15rem;}
.bottom_text strong{ text-decoration: underline; }

.upskill_right .slider_btns  > div { height: 60px; width: 60px; background-color: var(--theme-color); border-radius: 50%; display: grid; place-content: center; } 
.upskill_right .slider_btns  {left: -2rem;  width: calc(100% + 4rem);}
.upskill_cont {padding: 0 2rem;}
.upskill_cont p { color: #777;}

.upskill_top {border-bottom: solid 1px #fff;}


.service_skill .skill_home{margin-top: 0;}
.service_skill .skill_home ul li {}

.service_skill .skill_home .heading{padding-bottom: 0;}
.service_skill .skill_home p{padding-bottom: 2.5rem;}
.service_skill .skill_home p strong{color: #fff;}

.impact_list ul {
    display: flex;   
    justify-content: center;
    max-width: 88%;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.impact_list ul li {
    width: 33.33%;
    padding: 0 1rem;
}

.impact_list ul li p {
    color: #000;
}

.impact_list ul li>div {
    background: linear-gradient(316.57deg, #FFBB00 -1.52%, #F8D044 87.85%);
    padding: 3rem 0.5rem;
    border-radius: 1.5rem;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
  
}
.impact_list ul li:nth-child(1) .counter-value:after {    content: '+';
display: inline-block; }
.impact_list ul li:not(:first-child) .counter-value:after {    content: '+';
display: inline-block; }


.impact_list ul li>div p { margin-bottom: 0;}
.impact_bottom {
    background: #232323;
    border-radius: 3.25rem;
    padding: 9rem 3rem 3rem;
    margin-top: -5rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.impact_bottom .impact_bottom_title { font-weight: 500;color: #FFF3C7;padding-bottom: 1rem;}
.impact_img ul {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.impact_img ul li {
    padding: 0 2rem;
}
.impact_img ul li img {   filter: contrast(0) brightness(0.8); transition: 0.5s; }
.impact_img ul li img:hover { filter: contrast(0) brightness(100);   }
.manager_heading .heading {
    color: #FFBB00;
    padding: 0;
    font-style: italic;
}
.projectimg img {width: 100%; object-fit: cover; border-radius: 27px; }
.projectimg .content { text-align: center;   margin-top: 1rem;}
.projectimg .content .text_lg { color: #878787;}
.projectimg .content .text_sm { color: #5E5E5E;}

.project_sec .swiper-slide-active .projectimg .content  { opacity: 1;}

.project_sec .slider_btns > div.swiper-button-disabled {background: #FFF3C7; cursor: default; }
.project_sec .slider_btns > div.swiper-button-disabled img { }

.upskill_right .slider_btns > div.swiper-button-disabled {background: #FFF3C7; cursor: default; }
/* .upskill_right .slider_btns > div.swiper-button-disabled img { opacity: 0.5;  filter: brightness(100);} */




.manager_heading p {
    margin: 0;
}
.manager_slider_box {
    background: #FFF3C7;
    padding: 2rem 3rem;
    border-radius: 50%;
    width: 350px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.manger_sec .container{
    position: relative;
}
.manger_sec .container:after{
   height: 100%;
    width: 100vw;
    background-color: #131315;
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
}
.manager_slider .swiper, .manager_slider .swiper-container{
    overflow: visible;
}

.manager_slider_box p {
    color: #777058;
    margin: 0;
}

.manager_slider_box p strong {
    color: #131315;
    font-weight: 500;
}

.manager_slider_box:after{
    content: "";
    background: url("../img/manager-curve.svg");
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 210px;
    height:77px;
    background-repeat: no-repeat;
}

.manager_pagination {
    margin-top: 4rem;
}

.manager_pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffbb00;
    width: 15px;
    height: 15px;
}

.manager_pagination .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #ccc;
}
.manager_heading { padding-bottom: 2.5rem; }


.best_work{
    /* background: #000000; */
   padding-top: 0;
   overflow: hidden;
}
.best_work .container { position: relative; padding-top: 6rem;}

/* .best_work:after{
    content: "";
   background: url(../svg/best_work.svg);
    position: absolute;
    width: 100%;
    height: 120px;
    top: -15%;
    left: 0;
    background-repeat: repeat;
    background-size: cover;
} */
.manger_sec { }

.manadger_swiper .swiper-slide:nth-child(even) {
    margin-top: 3rem;
}

.best_work:before {
    content: "";
    background: url(../img/curve.png);
    /* position: absolute; */
    width: 100%;
    /* height: 249px; */
  
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9;
    padding-bottom: 12.5%;
    display: block;
}

.best_work>.container:after {
    content: '';
    width: 100vw;
    position: absolute;
    top: -4px;
    transform: translateX(-50%);
    left: 50%;
    height: 100%;
    background: #000000;
    z-index: -1;
}


.learning_heading{
    color: #FFBB00;
    line-height: 75px;
    font-style: italic;
    padding-bottom: 2.5rem;
}
.learning_detail {
    display: flex;
    margin-top: 6rem;
    background: #232323;
    padding: 4rem 2rem;
    border-radius: 3.25rem;
    position: relative;
}

.learning_detail>div {
    width: 50%;
}

.learning_left p {
    margin: 0;
}

.learning_left {
    padding-right: 8rem;
}
.case_heading .heading { 
    color: #ffbb00; 
}
 .case_heading>p {
  margin: 0; 
}
.case_studies ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 -2rem;
}

.case_studies ul li {
    width: 33.33%;
    cursor: pointer;
    padding: 0 2rem;
}

.case_detail {
    position: relative;
}

.case_studies {
    width: 80%;
    margin: 4rem auto 0 auto;
}
.case_detail:after {
    content: "";
    background:  #262628;
    height: 100%;
    border-radius: 1.688rem;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 95%;
    z-index: -1;
    transition: .3s;
}

.case_cont p {
    color: #fab700;
    margin: 0;
}

.case_cont {
    text-align: center;
    padding: 10px;
}

.case_studies ul li:hover .case_detail:after {
    background: #ffbb00;
}
.case_studies ul li:hover  .case_cont p {
    color: #000;
}
.recognition_sec {
    display: flex;
}

.recognition_left {
    background: linear-gradient(86.66deg, #FFF3C7 39.46%, #FFBB00 202.19%);
}

.recognition_sec>div {
    width: 50%;
    padding: 3rem;
    text-align: left;
}
.recognition_sec {
    display: flex;
    background: #232323;
    align-items: center;
}

.recognition_left {
    background: linear-gradient(86.66deg, #FFF3C7 39.46%, #FFBB00 202.19%);
}

.recognition_sec>div {
    width: 50%;
    padding: 6rem 4rem;
    text-align: left;
}

.recognition_sec .heading {
    text-align: left;
 
}

.recognition_left .heading {
    color: #000;
}

.recognition_left p {
    color: #2B2821;
}

.recognition_right {
    background: #232323;
}
.recognition_right  p {color: #fff; }
.recognition_sec .btn {
    margin-top: 2rem;
}
.recognition_top {
    margin: 0 auto;
    padding: 7rem 3rem 5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.recognition_top:after {
    content: "";
    position: absolute;
    width: 1500px;
    height: 1500px;
    background: #0C0C0D;
    top: 0;
    border-radius: 50%;
    z-index: -1;
}

.recognition_slider ul {
    display: flex;
    list-style: none;
}

.recognition_slider ul ii {
    padding: 0 2rem;
}

.recognition_slider ul li {
    padding: 0 2rem;
}

.recognition_top>p {
    margin: 0;
}

.recognition_top .heading {
    color: #ffbb00;
    padding-bottom: 5rem;
}

.manager_pagination .swiper-pagination {position: static!important;}
.knowledge_right_inner { margin-left: calc(0px - var(--offset)); } .knowledge_left img { max-width: initial; min-width: initial; width: calc(100% + var(--white-space) + var(--offset)); } .knowledge_sec {--offset: 6rem;}

.top_categories {position: relative;}
.top_categories:after { content: ''; position: absolute; top: -3px; right: 100%; border: 3px solid #878787; width: var(--white-space); height: calc(100% + 6px); border-right: 0; border-left: 0;}
.top_categories { position: relative; border: 3px solid #878787; border-left: 0; padding: 3rem 3rem 3rem 0rem; border-radius: 0px 1.25rem 1.25rem 0; }

.case_services {position: relative;}
.case_services:after {    content: '';
    width: 100%;
    background-color: #131315;
    position: absolute;
    top: -30rem;
    left: 0;
    height: 30rem;
    z-index: -1; }

.business_text small {    font-size: 60%;
    font-weight: 200;
    position: relative;
    top: -5px;}



