.wrapper{
    padding-top:0;
}
.recent-blog{
    display: block;
}

.section-heading{
    font-weight: 800;
}


@media(min-width:1651px){
    .section-heading{
        font-size: 40px;
    }
}


/* vids box */

.vids-box{
    position: relative;
}

.vids-box a{
    position:absolute;
    inset: 50% 0 0 50%;
    transform: translate(-50%,-50%);
    height:48px;
    width:48px;
}

.vids-box figure{
    position: relative;
}

.vids-box figure::before{
    content:'';
    background: rgba(0,0,0,0.4);
    inset: 0 0 0 0;
    position: absolute;
}


.banner-section {
    background: #ffda30;
    height: 550px;
    text-align: center;
}

.banner-section .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.banner-caption h1{
    margin-bottom:35px;
    letter-spacing: 1px;
}

.banner-caption .banner-sub{
    font-size:23px;
}

@media(max-width:1650px){
    .banner-caption h1 {
        font-size: 42px;
        margin-bottom: 32px;
    }

    .banner-caption h1 {
        margin-bottom: 35px;
    }
}

@media(max-width:1440px){
    .banner-caption h1 {
        font-size: 38px;
        margin-bottom: 25px;
    }
    .banner-caption .banner-sub {
        font-size: 20px;
    }
}

@media(max-width:1280px){
    .banner-section {
        height: 520px;
    }
}

@media(max-width:991px){
    .banner-caption h1 {
        font-size: 33px;
        letter-spacing: 0.5px;
        margin-bottom: 20px;
    }

    .banner-caption .banner-sub {
        font-size: 18px;
    }
    .banner-section {
        height: 480px;
    }
}

@media(max-width:767px){
    .banner-caption h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .banner-caption .banner-sub {
        font-size: 16px;
    }
}

@media(max-width:575px){
    .banner-caption h1 {
        font-size: 28px;
    }

    .banner-section {
        height: 450px;
    }
}

@media(max-width:480px){
    .banner-caption h1 {
        font-size: 26px;
    }
}



/* perfect match */

.perfect-match .p-match-boxes{
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 0 auto;
    max-width: 78%;
}

.perfect-match .p-match-box{
    display:flex;
    gap: 60px;
}

.perfect-match .p-match-box .match-info {
    flex: 0 0 370px;
}

.perfect-match .match-text {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom:0;
}

.perfect-match .more-matches{
    text-align: center;
    margin-bottom: 0;
    margin-top: 50px;
    font-weight: 600;
}


@media(max-width:1650px){
    .perfect-match .vids-box figure {
        max-width: 350px;
    }

    .perfect-match .p-match-box {
        gap: 45px;
    }

    .perfect-match .match-text {
        font-size: 20px;
    }

    .perfect-match .p-match-boxes {
        gap: 20px;
    }
}

@media(max-width:1440px){
    .perfect-match .vids-box figure {
        max-width: 300px;
    }

    .perfect-match .match-text {
        font-size: 18px;
    }

    .perfect-match .p-match-boxes {
        max-width: 61%;
    }
}

@media(max-width:1300px){
    .perfect-match .p-match-boxes {
        max-width: 74%;
    }

    .perfect-match .p-match-box {
        gap: 35px;
    }

    .perfect-match .more-matches{
        margin-top: 30px;
    }
}

@media(max-width:991px){

    .perfect-match .match-text {
        font-size: 16px;
    }

    .perfect-match .p-match-box {
        gap: 30px;
    }

    .perfect-match .vids-box figure {
        max-width: 260px;
    }

    .perfect-match .p-match-boxes {
        max-width: 75%;
    }

    .perfect-match .vids-box {
        flex: 0 0 260px;
    }
}

@media(max-width:767px){
    .perfect-match .p-match-boxes {
        max-width: 90%;
    }
    .perfect-match .vids-box figure {
        max-width: 220px;
    }

    .perfect-match .vids-box {
        flex: 0 0 220px;
    }

    .perfect-match .p-match-box {
        gap: 20px;
    }

    .perfect-match .match-text {
        font-size: 14px;
    }
    .perfect-match .p-match-box .match-info {
        flex: 0 0 50%;
    }
}

@media(max-width:575px){
    .perfect-match .p-match-box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .perfect-match .p-match-box .match-info {
        flex: 1 0 0;
    }

    .perfect-match .match-text {
        text-align: center;
    }

    .perfect-match .more-matches {
        margin-top: 20px;
        font-size: 13px;
    }
}

.transform-lives{
    background: #f2f2f2;
}

.transform-lives .transform-talent {
    display: flex;
    align-items: center;
    gap: 100px;
    padding: 100px 0;
}

.transform-lives .transform-img{
    flex: 0 0 420px;
    text-align: center;
}

.transform-lives .transform-img figure{
    padding:16px;
    box-shadow: 0 0 15px rgb(0 0 0 / 6%);
}

.transform-lives :is(#transfrom-img1,#transfrom-img3) figure{
    transform: rotate(350deg);
}

.transform-lives #transfrom-img2 figure{
    transform: rotate(6deg);
}

.transform-lives .vids-box figure::before , .vids-box.talent-get figure::before  {
    background: none;
}

.transform-lives .transform-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}

.transform-lives .transform-desc {
    font-size: 14px;
    margin-bottom:0;
    padding-right: 100px;
    line-height: 1.5;
}

.transform-lives .transform-info {
    padding-top: 25px;
}

.transform-lives :is(#transfrom-img1,#transfrom-img2){
    position: relative;
}

.transform-lives #transfrom-img1::before{
    content:'';
    position:absolute;
    background: url('../images/match-make/line.svg');
    background-repeat: no-repeat;
    height:100%;
    width: 100%;
    left: -74%;
    top: 34%;
}

.transform-lives #transfrom-img2::before{
    content:'';
    position:absolute;
    background: url('../images/match-make/line2.svg');
    background-repeat: no-repeat;
    height: 185%;
    width: 100%;
    right: -76%;
    top: 51%;
    background-position: 98px 119px;
    transform: rotate(155deg);
}

.transform-lives .section-heading {
    margin-bottom: 20px;
}


@media(max-width:1440px){
    .transform-talent .vids-box {
        max-width: 400px;
    }

    .transform-lives .transform-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .transform-lives .section-desc {
        font-size: 17px;
    }
}

@media(max-width:1280px){

    .transform-lives .section-heading {
        margin-bottom: 20px;
    }

    .transform-lives .section-desc {
        margin-bottom: 35px;
        font-size: 16px;
    }

    .transform-talent .vids-box {
        max-width: 350px;
        margin:0 auto;
    }

    .transform-lives #transfrom-img1::before {
        height: 133%;
        top: 22%;
        left: -71%;
        transform: rotate(11deg);
    }

    .transform-lives .transform-talent {
        gap: 80px;
    }

    .transform-lives .transform-desc {
        font-size: 13px;
    }

    .transform-lives #transfrom-img2::before {
        height: 187%;
        width: 103%;
        right: -87%;
        top: 70%;
        transform: rotate(142deg);
    }
}

@media(max-width:1200px){
    .transform-lives #transfrom-img1::before {
        height: 134%;
        top: 22%;
        left: -71%;
    }

    .transform-lives #transfrom-img2::before {
        right: -58%;
        top: 53%;
    }
}

@media(max-width:1999px){
    .transform-lives #transfrom-img1::before {
        height: 130%;
    }
    .transform-lives #transfrom-img2::before {
        right: -79%;
        top: 64%;
    }
}

@media(max-width:991px){
    .transform-lives .transform-talent {
        gap: 30px;
    }

    .transform-talent .vids-box {
        max-width: 300px;
    }

    .transform-lives #transfrom-img1::before {
        height: 130%;
        top: 29%;
        left: -43%;
        background-size: contain;
        transform: rotate(9deg);
    }

    .transform-lives .transform-info {
        padding-left: 20px;
    }

    .transform-lives .transform-desc {
        padding-right: 60px;
    }

    .transform-lives #transfrom-img2::before {
        right: -51%;
        top: 89%;
        background-size: contain;
        height: 161%;
        width: 97%;
        transform: rotate(130deg);
    }
}

@media(max-width:780px){
    .transform-lives #transfrom-img2::before {
        right: -44%;
        top: 113%; 
    }
}

@media(max-width:767px){
    .transform-lives .transform-talent {
        flex-direction: column;
    }

    .transform-lives .section-desc {
        font-size: 14px;
    }

    .transform-lives :is(#transfrom-img1,#transfrom-img2,#transfrom-img3) figure {
        transform: rotate(0deg);
        padding: 10px;
    }

    .transform-lives .transform-img {
        flex: 0 0 100%;
    }

    .transform-lives .transform-info {
        padding-left: 0;
        padding-top:0;
    }

    .transform-lives #transfrom-img1::before {
        background: none;
    }

    .transform-lives #transfrom-img2::before {
        background: none;
    }

    .fx-order{
        order:2;
    }

    .transform-lives .transform-talent {
        flex-direction: column;
        padding-top: 30px;
    }

    .transform-lives .transform-desc {
        padding-right: 0px;
    }

    .transform-lives .transform-info {
        text-align: center;
    }
}

@media(max-width:575px){
    .transform-lives .transform-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .transform-lives .transform-desc {
        font-size: 12px;
    }

    .transform-lives .transform-talent {
        gap: 20px;
    }
}


.dream-job .vids-box figure::before {
    background: rgba(0,0,0,0.2);
}

.dream-job .slick-initialized .slick-slide {
    display: block;
    margin: 0 15px;
}

.dream-job .slick-next {
    right: -25px;
    top: 45%;
    transform: translateY(-50%);
}

.dream-job .slick-prev {
    top: 45%;
    transform: translateY(-50%);
    left:-25px;
}

.dream-job .slick-next:hover:after,.slick-prev:hover:after {
    background: none;
    /* border-left: 2px solid #ffda30;
    border-bottom: 2px solid #ffda30; */
}

.dream-job .slick-next:after {
    background: none;
    height: 20px !important;
    width: 20px !important;
    border-left: 2px solid #bcbcbc;
    border-bottom: 2px solid #bcbcbc;
    transform: rotate(225deg);
}

.dream-job .slick-prev:after {
    background: none;
    height: 20px !important;
    width: 20px !important;
    border-left: 2px solid #bcbcbc;
    border-bottom: 2px solid #bcbcbc;
    transform: rotate(45deg);
}


.dream-job .details-name {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
}

.dream-job .details-desgn {
    font-size: 15px;
    margin-top: 3px;
    margin-bottom: 12px;
    font-weight: 500;
}

.dream-job .details-desc {
    color: #6d6d6d;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
}

@media(max-width:1440px){
    .dream-job .details-name {
        font-size: 18px;
    }

    .dream-job .details-desgn {
        font-size: 13px;
    }

    .dream-job .details-desc {
        font-size: 12px;
    }
}

@media(max-width:1050px){

    .slider-jobs{
        max-width: 85%;
        margin: 0 auto;
    }
    
}


 .kickstart{
    background:#000;
    color:#fff;
 }



.kickstart .section-heading{
     text-align: left;
}

.kickstart .kickstart-desc{
    padding-left:50px;
}

@media(max-width:1650px){
    /* .kickstart .k-pad{
        padding-left:0;
    }

    .kickstart .container{
        margin-left: 0;
    } */
}

@media(max-width:991px){
    .kickstart .kickstart-desc {
        padding-left: 0;
        margin-top:20px;
    }
}

@media(max-width:767px){
    .kickstart .k-pad {
        padding-left: 15px;
        order: 2;
        margin-top: 25px;
    }

    .kickstart .section-heading , .kickstart .section-heading.talent-get{
        text-align: center;
    }

    .kickstart .kickstart-desc {
      text-align: center;
    }
}



.prof-journey .section-heading{
    text-align: left;
    margin-bottom: 20px;
}

.prof-journey .journey-desc{
    margin-bottom:0;
    font-size: 14px;
}


@media(max-width:767px){
    .prof-journey .section-heading {
        text-align: center;
        margin-bottom: 15px;
    }

    .prof-journey .journey-desc {
        margin-bottom: 15px;
        text-align: center;
    }

    .prof-journey .vids-box figure {
        text-align: center;
    }

    .prof-journey .journey-desc{
        font-size: 12px;
    }
}


.waiting-for{
    background: #ffda30;
    padding:50px 0;
}

.waiting-for .cta-button{
    background:#000;
    color:#fff;
}

.waiting-for .cta-button:hover{
    background:#fff;
    color:#000;
}


@media(max-width:1650px){
    .waiting-for h3 {
        font-size: 25px;
    }
}

@media(max-width:1280px){
    .waiting-for .cta-button {
        font-size: 16px;
    }
}

@media(max-width:991px){
    .waiting-for .cta-button{
        font-size: 14px;
        padding: 3px 30px;
        min-height: 35px;
        line-height: 35px;
    }
}

@media(max-width:767px){
    .waiting-for {
        text-align: center;
    }

    .waiting-for .cta-button{
        margin-top:10px;
    }

    .waiting-for h3 {
        font-size: 22px;
    }
}

@media(max-width:575px){
    .waiting-for h3 {
        font-size: 22px;
    }
}


.sticky-soc{
    position: fixed;
    left: 0;
    top: 25%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    background: #fff;
    align-items: center;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 52px rgb(0 0 0 / 18%);
    z-index: 999;
}



.sticky-soc .soc-links{
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 10px;
}

.sticky-soc .no-border{
    border-bottom:none;
    padding-bottom: 0;
}

.sticky-soc .share-txt{
    text-align: center;
    font-weight: 600;
    font-size:12px;
}

.sticky-soc .share-txt br{
    display: block;
}

@media(max-width:767px){
    .sticky-soc .soc-links {
        width: 70%;
    }

    .im-ht{height: 20px;}
    .sticky-soc .share-txt {
        font-size: 10px;
    }
}


.sticky-tal.no-disp{
    right: -220px;
    /* opacity:0; */
  }
  
  .sticky-tal{
    position: fixed;
    top: 50%;
    right: -70px;
    transform: translateX(-50%);
    z-index: 99999999;
    /* opacity:1; */
    transition: 0.5s all;
  }
  
  .sticky-tal .live-jb{
     background: #ffda30;
     border-radius:15px 0 0 15px;
     padding: 15px;
     position:relative;
     box-shadow: -5px 1px 9px -1px rgba(0,0,0,0.19);
  }
  
  .sticky-tal .live-jb .arrow-close{
    position:absolute;
    top: 5px;
    right: 12px;
    cursor: pointer;
  }
  
  .sticky-tal .live-cta{
    display: none;
    
  }
  
  
  .sticky-tal .live-jb .cta-button{
    background: #000;
    color: #fff;
    width: fit-content;
    font-size: 12px;
    padding: 10px 14px;
    min-height: auto;
    line-height: 1.2;
  }
  
  .sticky-tal .live-jb .cta-button:hover{
    color:#000;
    background: #FFF;
  }
  
  .sticky-tal .live-jb .live-count {
    font-weight: 700;
    font-size: 36px;
  }
  
  .sticky-tal .live-jb .live-txt{
    font-weight: 600;
    padding-bottom: 5px;
  } 
  
  
  .sticky-tal .live-cta .cta-button{
      border-radius: 15px 0 0 15px;
      width: fit-content;
      font-size: 11px;
      padding: 11px 16px;
      padding-right: 25px;
      min-height: auto;
      line-height: 1.2;
      box-shadow: -5px 1px 9px -1px rgba(0,0,0,0.19);
  }
  
  
  @media(max-width:1440px){
    .sticky-tal .live-jb .live-count {
      font-size: 30px;
    } 
  
    .sticky-tal .live-jb {
      padding: 12px;
    }
  
    .sticky-tal .live-jb .cta-button {
      font-size: 11px;
    }
  }
  
  @media(max-width:767px){
    .sticky-tal .live-jb .live-count {
      font-size: 25px;
    } 
  
    .sticky-tal .live-jb {
      padding: 10px;
    }
  
    .sticky-tal .live-jb .cta-button {
      font-size: 9px;
      padding: 8px 14px;
    }
  
    .sticky-tal {
      right: -55px;
    }
  }
  
  
  @media(max-width:575px){
    .sticky-tal .live-cta .cta-button {
      padding-right: 13px;
    }
  }

.kickstart-desc .section-desc {
    font-weight: 800;
    font-size: 32px;
    text-align: left;
}

@media (max-width: 1440px){
    .kickstart-desc .section-desc {
        font-size: 30px;
    }
}

@media (max-width: 1280px){
    .kickstart-desc .section-desc {
        font-size: 28px;
    }
}

@media (max-width: 991px){
    .kickstart-desc .section-desc {
        font-size: 24px;
    }
}

@media (max-width: 767px){
    .kickstart-desc .section-desc {
        font-size: 22px;
        text-align: center;
    }
}

@media (max-width: 575px){
    .kickstart-desc .section-desc {
        font-size: 20px;
    }
}


/***********************************
***********commonlisting START***********
************************************/
.brand-ads .commonlisting {
    padding: 100px 0 !important; }
    .brand-ads .commonlisting .container {
      max-width: 1488px; }
    .brand-ads .commonlisting .section-title {
      font-size: 40px;
      text-align: center;
      margin-bottom: 92px; }
    .brand-ads .commonlisting .listbox {
      margin-bottom: 60px; }
      .brand-ads .commonlisting .listbox .ratio-img {
        padding-bottom: 60.5%;
        margin-bottom: 26px; }
        .brand-ads .commonlisting .listbox .ratio-img img {
          transition: 0.5s all;
          backface-visibility: hidden;
          background: url(../images/noimg-500-x-500.jpg);
          background-size: 100%;
          background-position: center; }
        .brand-ads .commonlisting .listbox .ratio-img a:before {
          height: 100%;
          width: 100%;
          content: "";
          background-color: rgba(0, 0, 0, 0.2);
          position: absolute;
          z-index: 1;
          transition: 0.5s all;
          opacity: 0; }
        .brand-ads .commonlisting .listbox .ratio-img .view {
          position: absolute;
          bottom: 20px;
          right: 14px;
          color: #FFFFFF;
          text-transform: uppercase;
          font-size:15px;
          letter-spacing: 1px;
          opacity: 0;
          transition: 0.5s all;
          z-index: 1; }
          .brand-ads .commonlisting .listbox .ratio-img .view:after {
            content: "";
            width: 0;
            height: 2px;
            position: absolute;
            bottom: -5px;
            background: #FFDA30;
            left: 0;
            transition: 0.5s all; }
      .brand-ads .commonlisting .listbox .box-title {
        font-size: 18px;
        font-weight: 800;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
        text-transform: uppercase; }
        .brand-ads .commonlisting .listbox .box-title a {
          color: #000000; }
      .brand-ads .commonlisting .listbox .box-info .box-sub-title {
        font-size:16px;
        font-weight: 500;
        color: #000;
        line-height:1.5}
      .brand-ads .commonlisting .listbox .box-info .visit-link {
        text-transform: uppercase;
        font-size: 20px;
        color: #000000;
        font-weight: 700;
        position: relative; }
        .brand-ads .commonlisting .listbox .box-info .visit-link:after {
          height: 2px;
          content: "";
          position: absolute;
          width: 100%;
          -webkit-transition: 0.5s all;
          transition: 0.5s all;
          background: #FFDA30;
          left: 0;
          bottom: -3px; }
        .brand-ads .commonlisting .listbox .box-info .visit-link:hover {
          opacity: 0.6; }
      .brand-ads .commonlisting .listbox:hover .box-title a {
        color: #999; }
      .brand-ads .commonlisting .listbox:hover .ratio-img img {
        transform: scale(1.1) rotate(2deg); }
      .brand-ads .commonlisting .listbox:hover .ratio-img a:before {
        opacity: 1; }
      .brand-ads .commonlisting .listbox:hover .ratio-img .view {
        opacity: 1; }
        .brand-ads .commonlisting .listbox:hover .ratio-img .view:after {
          width: 100%; }
    .brand-ads .commonlisting .slick-prev {
      top: 41%;
      transform: translateY(-50%);
      left: -105px; }
    .brand-ads .commonlisting .slick-next {
      top: 41%;
      transform: translateY(-50%);
      right: -105px; }
  
      
  
      .comList-Slider .listbox{padding:0 15px}
      .comList-Slider .slick-arrow{width:60px;height:60px}
      .comList-Slider .slick-prev{left:-60px}
      .comList-Slider .slick-next{right:-60px}
      .comList-Slider .slick-next:after, .comList-Slider .slick-prev:after {top: 50%; background: none; height: 22px; width: 22px; border-left: solid 2px #000; border-bottom: solid 2px #000; transform: rotate(-135deg ) translateY(-50%); }
      .comList-Slider .slick-prev:after {right: auto; left: 0px; transform: rotate(45deg ) translateY(-50%); }
      .comList-Slider .slick-next:after{top:30%}
  
      @media(max-width:1650px){
          .brand-ads .commonlisting .section-title{font-size:30px;margin-bottom:40px}
          .brand-ads .commonlisting .container{max-width:1200px}
          .brand-ads .commonlisting .listbox .box-title{font-size:18px;margin-bottom:10px}
          .brand-ads .commonlisting .listbox .box-info .box-sub-title{font-size:15px;}
        .brand-ads .commonlisting .listbox .ratio-img{margin-bottom:15px}
      }
    @media (max-width:1280px) {
      .brand-ads .commonlisting{padding:80px 0 !important;}
      .brand-ads .commonlisting .listbox {padding: 0 15px;
        margin-bottom:30px; }
        .brand-ads .commonlisting .listbox .box-title {font-size:16px;
          letter-spacing: 0; }
        .brand-ads .commonlisting .listbox .ratio-img {
          margin-bottom: 15px; }
        .brand-ads .commonlisting .listbox .box-info .box-sub-title {
          font-size:13px; }
          .brand-ads .commonlisting .listbox .ratio-img .view{font-size: 13px}
  
      
      .comList-Slider{padding:0 30px}
      .comList-Slider .slick-prev{left:0}
      .comList-Slider .slick-next{right:0}
  
          }
    @media (max-width: 991px) {
      .brand-ads .commonlisting .section-title {font-size: 30px; } 
      
      .comList-Slider .slick-next:after, .comList-Slider .slick-prev:after{height:16px;width:16px}
    }
    @media (max-width: 767px) {
      .brand-ads .commonlisting {padding: 60px 0 !important; }
      .brand-ads .commonlisting .section-title {font-size: 27px; }
      
    }
    @media(max-width:575px){
      
      .brand-ads .commonlisting .listbox .box-title{margin-bottom:7px;font-size:15px}
    }
  
  /***********************************
  ***********commonlisting END***********
  ************************************/


/* bottom blog css styles */
.recent-blog.commonlisting.recent-blogs-for-all-pages .listbox .box-info .box-sub-title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 0;
    color:#999;
    transition: 0.5s all;
  }
  .recent-blog.commonlisting.recent-blogs-for-all-pages .listbox{height:auto;}
  .recent-blog.commonlisting.recent-blogs-for-all-pages .listbox:hover .box-info .box-sub-title{color:#000;}
  
  .commonlisting.recent-blogs-for-all-pages .listbox .ratio-img .tag {
    position: absolute;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 35px;
    background: #FFDA30;
    color: #000000;
    font-weight: 700;
    bottom: 0;
    z-index: 1;
    letter-spacing: 1px;
  }
  
  .commonlisting.recent-blogs-for-all-pages .listbox:hover .ratio-img img {
    transform: scale(1.1) rotate(0deg);
  }
  
  .commonlisting.recent-blogs-for-all-pages .listbox .box-info ul li:not(:last-child):after {
    background: #b1b1b1;
    height: 15px;
    width: 1px;
    position: absolute;
    right: 5px;
    top: -3px;
    content: "";
  }
  
  .commonlisting.recent-blogs-for-all-pages .listbox .box-info ul li:empty {
    display: none;
  }
  
  .commonlisting.recent-blogs-for-all-pages .listbox:first-child .box-info ul li {
    padding-right: 11px;
    letter-spacing: 0;
    margin-bottom: 0;
  }
  
  .commonlisting.recent-blogs-for-all-pages .listbox .box-info ul li {
    display: inline-block;
    text-transform: uppercase;
    color: #9F9F9F;
    font-size: 9px;
    padding-right: 11px;
    position: relative;
    margin-bottom: 0;
  }
  .commonlisting.recent-blogs-for-all-pages .listbox {
    margin-bottom: 20px;
  }


.learners-meet{
    background: #ffda30;
    position: relative;
}

.learners-meet::after{
    content: '';
    position: absolute;
    right:0;
    bottom: 0;
    background:url('../images/learncation/learner-meetwhite.svg');
    background-repeat: no-repeat;
    min-width: 500px;
    min-height: 400px;

}

.learners-meet.talent-get::after{
    background-size:538px;
}


.learners-meet .row{
    align-items: center;
}

.learners-meet .vids-box figure > img{
    border-radius: 20px;
}

.learners-meet .section-heading{
    text-align: left    ;
}

.learners-meet .learners-txt{
    line-height: 1.4;
}

.vids-box.talent-get{
    position: relative;
    z-index: 1;
}

.vids-box.talent-get .play_icon{
    position: absolute;
    right: 25px;
    bottom: -60px;
}

.vids-box.talent-get a{
    inset: initial;
    transform: translate(20%,20%);
    width: 140px;
    height: 140px;
}

@media(max-width:1440px){
    .learners-meet::after {
        min-width: 425px;
        min-height: 367px;
    }
}

@media(max-width:1025px){
    .learners-meet::after {
        opacity: 0.2;
    }
}

@media(max-width:991px){
    .learners-meet::after {
        min-width: 425px;
        background-size: contain;
        min-height: 367px;
        bottom: -40px;
        z-index: 0;
    }
}

@media(max-width:767px){
    .learners-meet .section-heading{
        margin-top:45px;
    }

    .learners-meet .learners-txt{
        font-size: 14px;
    }
    
    .vids-box.talent-get .play_icon img{
        max-width: 100px;
    }

    .vids-box.talent-get .play_icon {
        position: absolute;
        right: -1px;
        bottom: -47px;
    }

    .learners-meet .vids-box.talent-get figure > img {
        width: 100%;
    }
}

.explore_more {
    margin-top: 50px;
}

.explore_more a {
    color: #fff;
    background: #000;
    min-height: auto;
    line-height: 1;
    padding: 18px 35px
}

.explore_more a:hover {
    color: #000;
    background: #FFFFFF
}

@media(max-width: 1650px) {
    .explore_more {
        margin-top:42px
    }

    .explore_more a {
        padding: 16px 30px;
        font-size: 16px;
    }
}

@media(max-width: 1280px) {
    .explore_more a {
        padding:15px 25px;
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .explore_more {
        margin-top:35px
    }

    .explore_more a {
        padding: 12px 22px;
        font-size: 12px
    }
}

