.wrapper {
  padding-top: 0;
}

/* banner section start */
.banner-section {
  background: #ffda30;
  position: relative;
}

.banner-section .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 300px;
}
.banner-section .banner-left, .banner-section .banner-right{
  padding: 0;
}
.banner-section .item h1 {
  font-size: 48px;
  font-weight: 700;
}

.banner-section .item .desc {
  margin-top: 30px;
}

.banner-section .item .desc p {
  font-size: 20px;
}

@media (max-width: 1650px) {
  .banner-section .item h1 {
    font-size: 48px;
  }

  .banner-section .item .desc p {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .banner-section .item h1 {
    font-size: 42px;
    padding-bottom: 0;
  }

  .banner-section .item .desc p {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .banner-section .item h1 {
    font-size: 36px;
  }

  .banner-section .item .desc p {
    font-size: 16px;
  }

  .banner-section.section-padding {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .banner-section .item h1 {
    font-size: 34px;
  }

  .banner-section .item .desc p {
    font-size: 15px;
  }
  .banner-section .item {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .banner-section .item h1 {
    font-size: 30px;
    text-align: center;
  }

  .banner-section .item .desc p {
    font-size: 14px;
    text-align: center;
  }
  .banner-section .banner-right img {
    margin: 20px auto;
    display: block;
  }
}

@media (max-width: 575px) {
  .banner-section .item .desc p {
    font-size: 14px;
  }

  .banner-section .item h1 {
    font-size: 25px;
  }
}

/* banner end */

.section-padding {
  padding: 120px 0px;
}

@media (max-width: 1650px) {
  .section-padding {
    padding: 100px 0px;
  }
}

@media (max-width: 1280px) {
  .section-padding {
    padding: 80px 0px;
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding: 60px 0px;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 50px 0px;
  }
}

/* kickstart */
/* vids box */

.kickstart .vids-box {
  position: relative;
}

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

.kickstart .vids-box figure {
  position: relative;
}

.kickstart .section-heading-talent {
  text-align: left;
  font-size: 38px;
}

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

.kickstart .line {
  max-width: 105px;
  top: 10%;
  left: -48px;
  position: absolute;
  height: 2px;
}

.kickstart .kickstart-text {
  font-size: 18px;
  color: #010101;
  line-height: 1.7;
}
.vids-box a .popupicon {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.vids-box a:hover .popupicon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.banner-globe-img {
    position: absolute;
    right: -40px;
    max-width: 205px;
    bottom: -46px;
    z-index: 3;
  }
  

@media (max-width: 1440px) {
    .banner-globe-img {
        right: -30px;
        max-width: 165px;
        bottom: -40px;
      }
      .kickstart .vids-box a {
        height: 65px;
        width: 65px;
    }
    .kickstart .section-heading-talent {
        font-size: 34px;
    }
}

@media(max-width:1280px) {

    .banner-globe-img {
        right: -25px;
        max-width: 140px;
        bottom: -35px;
    }
    .kickstart .section-heading-talent {
        font-size: 30px;
    }
}

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

  .kickstart .vids-box a {
    height: 48px;
    width: 48px;
  }
  .banner-globe-img {
    display: none;
  }
  .kickstart .section-heading-talent {
    font-size: 28px;
}
}

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

  .kickstart .section-heading-talent,
  .kickstart .section-heading-talent.talent-get {
    text-align: center;
  }
  .kickstart .section-heading-talent {
    font-size: 26px;
  }

  .kickstart .kickstart-desc {
    text-align: center;
  }
  .kickstart .vids-box figure {
        text-align: center;
    }
}
@media (max-width: 575px) {
  .kickstart .section-heading-talent {
    font-size: 24px;
  }
}

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

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

  .kickstart .kickstart-text {
    font-size: 16px;
  }
}

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

  .kickstart .kickstart-text {
    font-size: 14px;
  }
}

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

  .kickstart .kickstart-text {
    font-size: 14px;
  }

  .kickstart .line {
    display: none;
  }
}

@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;
  }

  .kickstart .kickstart-text {
    font-size: 14px;
  }
}


/* Hiring Top Talents */
.hiring-top-talents {
  background: #f2f2f3;
}
.hiring-top-talents .section-title {
  font-size: 38px;
}
.hiring-top-talents .section-desc {
  font-size: 18px;
}
.hiring-talents-top-img{
  margin-top: -20px;
  max-width: 1080px;
  width: 100%;
}
.hiring-steps {
  display: flex;
  gap: 50px;
  justify-content: center;
}
.hiring-steps-item-title {
  font-size: 20px;
  font-weight: 700;
}
.hiring-steps-item-desc {
  font-size: 16px;
}
.hiring-steps-item {
  flex: 1;
}
.hiring-steps-item:first-child {
  margin-top: -100px;
}
.hiring-steps-item:last-child {
  margin-top: -60px;
}

@media (max-width: 1650px){
  
}
@media (max-width: 1440px){
  .hiring-top-talents .section-title {
    font-size: 34px;
  }
  .hiring-steps-item-title {
    font-size: 18px;
  }
  
}
@media (max-width: 1300px){
  .hiring-top-talents .section-desc {
    font-size: 16px;
  }
  .hiring-steps-item-title {
    font-size: 16px;
  }
  .hiring-steps-item-desc {
    font-size: 14px;
  }
  .hiring-talents-top-img {
    margin-top: -15px;
    max-width: 870px;
  }
  .hiring-steps-item figure img{
    max-width: 90px;
  }
  .hiring-steps-item:first-child figure img{
    max-width: 75px;
  }
  .hiring-steps-item:first-child {
    margin-top: -85px;
  }
  .hiring-steps-item:last-child {
    margin-top: -50px;
  }
}
@media (max-width: 1280px){
  .hiring-top-talents .section-title {
    font-size: 30px;
  }
}
@media (max-width: 991px){
  .hiring-top-talents .section-title {
    font-size: 28px;
  }
}
@media (max-width: 767px){
  .hiring-top-talents .section-title {
    font-size: 26px;
  }
  .hiring-steps {
    gap: 50px 35px;
    flex-wrap: wrap;
  }
  .hiring-steps-item {
    flex: auto;
    max-width: calc(50% - 18px);
  }
  .hiring-steps-item:first-child {
    margin-top: 0px;
  }
  .hiring-steps-item:last-child {
    margin-top: 0px;
  }
}
@media (max-width: 575px){
  .hiring-top-talents .section-title {
    font-size: 24px;
  }
  .hiring-steps {
    margin-top: 30px;
  }
  .hiring-talents-top-img {
    margin-top: 0px;
  }
  
}
@media (max-width: 480px){
  .hiring-steps-item {
    max-width: 100%;
  }
  
}

/* Discover Upscreen  */
.discover-upscreen {
  background: #fede2f;
}

.discover-upscreen .section-heading-talent {
  font-size: 28px;
}

.discover-upscreen .banner-globe-img {
  right: -60px;
  max-width: 190px;
  bottom: -80px;
}

@media (max-width: 1440px){
  .discover-upscreen .section-heading-talent {
      font-size: 28px;
  }
  .discover-upscreen .banner-globe-img {
    right: -55px;
    max-width: 165px;
    bottom: -65px;
  }
}

@media (max-width: 1280px){
  .discover-upscreen .section-heading-talent {
    font-size: 26px;
  }
  .discover-upscreen .banner-globe-img {
    right: -50px;
    max-width: 140px;
    bottom: -55px;
}
}

@media (max-width: 991px){
  .discover-upscreen .section-heading-talent {
    font-size: 24px;
  }
}


/* Success Stories */
.success-stories .section-title {
  font-size: 38px;
}
.success-stories-item-wrap {
  display: flex;
  gap: 30px;
}
.success-stories-item {
  flex: 1;
  background: #ffffff;
  box-shadow: 0 0 10px rgb(35 31 32/36%);
  border-radius: 20px;
  overflow: hidden;
  transition: .5s all;
}
.success-stories .cs-title {
  margin-bottom: 0;
}
.success-stories .cs-title a {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  display: block;
  padding: 30px 20px;
}
.success-stories .ratio-img {
  padding-bottom: 0;
  overflow: visible;
}
.success-stories .ratio-img a{
  display: block;
}
.success-stories .ratio-img img {
  position: relative;
}
.success-stories .success-stories-item .view {
  font-size: 14px;
  position: absolute;
  right: 30px;
  bottom: -15px;
  background: #ffdd00;
  color: #000000;
  padding: 8px 15px;
  border-radius: 20px;
  opacity: 0;
  transition: .5s all;
}
.success-stories .success-stories-item:hover .view{
  opacity: 1;
}
.success-stories .success-stories-item .view:hover {
  background: #000000;
  color: #ffffff;
}

@media (max-width: 1650px){
  
}
@media (max-width: 1440px){
  .success-stories .section-title {
    font-size: 34px;
  }
  .success-stories .cs-title a {
    font-size: 16px;
    padding: 25px 15px;
  }
  
}
@media (max-width: 1300px){
  .success-stories-item-wrap {
    gap: 30px 20px;
  }
  .success-stories .cs-title a {
    font-size: 14px;
    padding: 20px 15px;
  }
  .success-stories .success-stories-item .view {
    font-size: 13px;
  }
}
@media (max-width: 1280px){
  .success-stories .section-title {
    font-size: 30px;
  }
}
@media (max-width: 991px){
  .success-stories .section-title {
    font-size: 28px;
  }
  .success-stories-item {
    flex: auto;
    max-width: 300px;
  }
  .success-stories-item-wrap {
    gap: 30px 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px){
  .success-stories .section-title {
    font-size: 26px;
  }
}
@media (max-width: 575px){
  .success-stories-item {
    max-width: 360px;
  }
  .success-stories .section-title {
    font-size: 24px;
  }
  
}

/* bottom form  */
.page_bottom_form input, .page_bottom_form textarea {
  background: #fff;
  border-bottom: none;
  padding: 15px 20px;
  border-radius: 15px;
  border-color:transparent;
}

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

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

.page_bottom_form h2 {
  margin-bottom: 55px;
  text-align: center;
}

.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 .select-styled{
  background: #fff;
  padding: 15px 20px;
  border-bottom: none;
  border-radius: 15px;
  height: auto;
}

.page_bottom_form .filemain {
  display: block;
  padding-top:0;
  margin-bottom: 0px;
}
.page_bottom_form.filemain .file-lbl{display:none;}
.page_bottom_form .filemain input{
  border-bottom: none;
  font-size: 15px;
  color: #ccc;
  padding-left: 32px;
}

.page_bottom_form .filemain .fileupload img {
  max-width: 23px;
  position: absolute;
  top: 13px;
  z-index: 1;
}

.page_bottom_form .filemain .fileupload {
  padding: 0 0 0 15px;
  background: #FFF;
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 15px;
}
.page_bottom_form .filemain .file-upload-button {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  left: 0;
  z-index: 2;
}

.page_bottom_form .defaultForm .submit-btn input[type="submit"] {
  width: auto;
  border-radius: 47px;
  min-height: 35px;
  line-height: 30px;
  padding: 9px 50px;
  font-size: 18px;
}

.page_bottom_form .select-styled:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 9px;
  right: 20px;
  border-bottom: 1px solid #818282;
  border-left: 1px solid #818282;
  transform: rotate(315deg);
  width: 12px;
  height: 12px;
  margin: auto;
  background: none;
}
.page_bottom_form .select-styled.active:before {
  transform: rotate(137deg);
  top: 14px;
}

.page_bottom_form .select-options li {
  padding-left: 20px;
}

.page_bottom_form .select-options {
  border-radius: 15px;
}

.ui-widget {
  font-family: inherit;
  font-weight: 500;
}

.new__form input{
  border-radius: 9px;
  border-color: transparent;
  border: 1px solid #e9e9e9;
}
.new__form input[type='file']{
  border:none;
}

.new__form textarea{
  border-radius: 9px;
  border-color: transparent;
  border: 1px solid #e9e9e9;
}

.page_bottom_form.tg-frm .new_title{
  font-size: 30px;
  margin: 50px 0px;
}
.new__form .select-styled {
  font-size: 16px;
  border-radius: 9px;
  border: 1px solid #e3e3e3;
}

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

.page_bottom_form.new__form .filemain.atch-file {
  position: absolute;
  bottom: -30px;
  right: 15px;
}
.page_bottom_form .filemain.atch-file .file-upload-input {
  background:transparent;
  margin-top:0;
  font-weight: 600;
  font-size: 16px;
}
.page_bottom_form .filemain.atch-file .file-upload-button {
  top: 0;
}

.page_bottom_form.new__form .filemain.atch-file .fileupload {
  min-height: 0;
  border: 2px dashed #dbdbdb;
  background: #e5e5e5;
  padding-left: 0;
}

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

@media(max-width:1440px){
  .page_bottom_form .select-styled {
      font-size: 15px;
  }

  .page_bottom_form.tg-frm .new_title {
      font-size: 28px;
      margin: 40px 0px;
  }

  .page_bottom_form.new__form .filemain.atch-file {
      bottom:-35px;
      width: 200px;
  }

  .page_bottom_form .filemain.atch-file .file-upload-input {
      font-size: 15px;
  }
}

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

@media(max-width:991px){
  .page_bottom_form.tg-frm .new_title {
      font-size: 26px;
      margin: 32px 0px;
  }
}

@media(max-width:767px){
  .txt-fc{
      display: none;
  }

  .page_bottom_form.new__form .filemain.atch-file {
      position: static;
      margin-bottom: 20px;
  }

  .page_bottom_form.tg-frm .new_title {
      font-size: 24px;
      margin: 26px 0px;
  }
}

@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.new__form .filemain .file-upload-input{
      margin-top: 0;
  }

}

#apply_form,#project_form{display:none;}
.page_bottom_form .toggle-box{display: flex;justify-content: center;background: #fff;
  margin-inline: auto;padding: 3px 3px 1px 3px;
  border-radius: 7px;}
  .page_bottom_form .toggle-box .col-6{padding:0px;}
.page_bottom_form .toggle-box .cta-button{border-radius: 10px;font-size:16px;background:#fff;cursor:pointer;text-transform: none;font-weight: 500;transition: all 0.1s;}
.page_bottom_form .toggle-box .cta-button:hover{background: none;}
.page_bottom_form .toggle-box .cta-button.choosen{background:#ffda30;font-weight: 700;}   
.page_bottom_form.tg-frm h2 {
  margin: 30px 0px;
  text-align: center;
}

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

@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;
  }
}

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

/* updated styles on bottom form  */
@media(max-width:1650px){}
@media(max-width:1440px){
  
  .page_bottom_form .select-styled {
      font-size: 14px;
  }
}
@media(max-width:1280px){}
@media(max-width: 991px){
  
}
@media(max-width: 767px){

  .page_bottom_form .filemain.atch-file .file-upload-input {
      font-size: 13px;
  }
  
  .page_bottom_form.new__form .defaultForm .submit-btn .form-loader {
      right:0;
  }
}
@media(max-width: 575px){
  
}


.page_bottom_form .defaultForm .submit-btn {
  max-width: 100%;
}
.page_bottom_form .defaultForm .submit-btn input[type="submit"] {
  text-transform: none;
}
.page_bottom_form .select-styled { padding-right: 50px; }
.how-it-works-pg .new__form .container { max-width: 1050px; }
.how-it-works-pg .new__form .submit-btn { display: flex; align-items: center; justify-content: center; }
.how-it-works-pg .new__form .submit-btn .form-loader { position: relative; top: 0; left: inherit; right: -10px !important; transform: inherit; vertical-align: middle; }

@media(max-width: 1650px){
  .how-it-works-pg .new__form .container { max-width: 950px; }
}
@media(max-width: 1440px){
  .page_bottom_form input, .page_bottom_form textarea { font-size: 14px; }
}
@media(max-width:991px){
  .defaultForm .form-loader {
      right: 100px;
      top: 63%;
  } 
  .page_bottom_form .select-styled {
      font-size: 13px;
  }
}
@media(max-width:767px){
  .page_bottom_form input, .page_bottom_form textarea { font-size: 13px; }
  .defaultForm .form-loader {
      right: 50px;
      top: 63%;
  } 
}
@media(max-width:575px){ 
  .defaultForm .form-loader {
      right: 50px;
      top: 63%;
  } 
  .page_bottom_form .select-styled {
      font-size: 12px;
  }
}

@media(max-width:480px){
  .defaultForm .form-loader {
      right: -5px;
      top: 63%;
  } 
}

@media(min-width:1025px){
  .lets-get-started .header-right {
      justify-content: center;
  }
}

/* multiple checkbox dropdown */
.ui-autocomplete{
  max-height: 230px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-menu .ui-menu-item{
  padding: 5px 5px;
}
.ui-state-active, .ui-widget-content .ui-state-active{
  border: 1px solid #FFDA30;
  background: #ffda30;
  color: #000;
  font-weight: 600;
}

.ui-widget.ui-widget-content{
  border-radius: 15px;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.ui-menu .ui-menu-item-wrapper{
  border-radius: 7px;
  font-size: 15px;
}

.page_bottom_form .section-title {
  font-size: 38px;
}

@media (max-width: 1650px){
  
}
@media (max-width: 1440px){
  .page_bottom_form .section-title {
    font-size: 34px;
  }
  
}
@media (max-width: 1300px){

}
@media (max-width: 1280px){
  .page_bottom_form .section-title {
    font-size: 30px;
  }
}
@media (max-width: 991px){
  .page_bottom_form .section-title {
    font-size: 28px;
  }
}
@media (max-width: 767px){
  .page_bottom_form .section-title {
    font-size: 26px;
  }
}
@media (max-width: 575px){
  .page_bottom_form .section-title {
    font-size: 24px;
  }
  
}