.ptb-60{
  padding: 50px 0px;
}
.pt-50{
  padding: 50px 0px 0px 0px;
}
.ptb-30{
  padding: 30px 0px;
}
.ptb-20{
  padding: 20px 0px;
}
.ptb-15{
  padding: 15px 0px;
}
.plr-20{
  padding: 0px 20px;
}
.plr-40{
  padding: 0px 40px;
}
.bg-light-pink{
  background: #fafafa;
}
.bg-light-yellow{
  background: #f5f5ee;
}
.bg-dark{
  background:#212121;
}
.border-0{
  border:none;
}
.text-orange{
  color:#FF7C00;
}
.fw-600{
 font-weight: 600;
}
.shadow{
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.mb-3{
  margin-bottom: 15px;
}
.hero_banner{
  height: 580px;
}
.hero_banner p{
  font-size: 1.3rem;
}
.hero_banner h1{
  font-size: 48px;
    line-height: 1.2;
    font-weight: 500;
}
.font-family-system{
     font-family: system-ui;
}

.grid-items i{
  transform: translate(45px, 8px);
    font-weight: 200 !important;
    color: gray;
    display: none;
    font-size: .7em;
    opacity: 1;
}
.video-area{
  position: relative !important;
    width: 60%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    display: block;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;  
    cursor: pointer;
}
.btn.btn-primary{
  font-weight: 600;
  background-color: #FF7C00;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 1rem;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* .btn.btn-primary{
  font-weight: 600;
  background-color: #FF7C00;
  color: #fff;
  border-radius: 5px;
  padding: 15px 35px;
  font-size: 1rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} */
.btn.btn-outline-primary{
  color: #FF7C00;
  background-color: transparent;
  border-radius: 5px;
  padding: 15px 35px;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid #FF7C00;
}
.btn.btn-outline-primary:hover{
  color: #fff;
  background-color: #FF7C00;
}
.btn.btn-primary:hover{
    -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hero_banner .opacity-mask{
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; */
    top: 110px;
}
.display-grid-two{
  display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 6.2rem;
    gap: 6.2rem;
    align-items: center;
}
.subitem_box{
  display: flex;
  margin-bottom: 15px;
}
.subitem_box .subitem_icon{
  margin-right: 15px;
}
.subitem_content p{
 font-size: 1.1rem;
}
.gradient_section{
    background: linear-gradient(to right, #f39c3c, #e8aa26, #ce8e4e);;

  margin: 0 auto;
  justify-content: center;
     padding: 15px 15px;  
  text-align: center;
  color: #fff;
}
.dark_section{
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.hire_developers_section h2{
    color: #fff;
    width: 30%;
    margin: 0 auto;
}
.hire_developers_section p{
    width: 50%;
    margin: 0 auto;
}


@media(max-width:767px){
  .browse-btn{
    padding: 15px 27px !important;
  }
  .hidden-sm-content{
    display: none;
  }
  .join-area{
    text-align: start !important;
  }
  p.gradient_para {
    width: 100% !important;
    font-size: 1rem;
    text-align: start !important;
  }
  .video-area{
    width:100% !important;
  }
  .display-grid-two{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 6.2rem;
    gap: 1rem;
  }

  .mt-sm-3{
    margin-top:20px;
  }
  .watch_now_btn{
    margin-top: 10px;
        position: relative;
    top: 10px;
  }
  .gradient_main_title{
      max-width: 100% !important;
      color: #fff;
      text-align: start !important;
  }
  .hero_banner .opacity-mask {
    top: -40px !important;
  }
  .hero_banner .opacity-mask.mobile-content {
    top: 45px !important;
  }
  .hero_banner h1{
    font-size: 2rem;
  }
  .display-grid-main{
    display: grid;
    grid-template-columns: 30% 30% 30%;
  }
  .filter-gird{
    display: grid;
    grid-template-columns: repeat(2,1fr) !important;
    gap:10px;
  }
  .search-input input{
    width: 75% !important;
  }
  .filter-gird_five{
    display: grid;
    grid-template-columns: repeat(2,1fr) !important;
    gap:10px;
  } 
  
  .hire_developers_section h2{
    color: #fff;
    width: 100%;
  }
  .hire_developers_section p{
    width: 100% !important;
    margin: 0 auto;
  }
}

@media(min-width:767px){
  .display-grid-main{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .watch_now_btn{
    margin-left: 35px;
  }
}
.display-grid-main > div{
 margin-bottom: 15px;
}
.gradient_main_title{
    max-width: 55%;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.search-input input{
    width: 35%;
    border-radius: 20px;
    margin:20px 0px;
}
.search-input input:focus{
 border: 1px solid #ff008f69;
}
.seach-skills_items{
  display: block;
  padding:10px;
  background-color: #fff;
  color: #2e2d2d;
  border-radius: 4px;
  border: 1px solid #e7dddd;
 box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  font-size: 0.99rem;
}

.seach-skills_items:hover,focus{
   color: #2e2d2d;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
p.gradient_para{
      width: 60%;
    margin: 0 auto;
        font-size: 1rem;
}
a.join_btn{
  text-align: start !important;
  font-weight: 600;
  background-color: #fff;
  color:#4034a9;
  border-radius: 5px;
    padding: 15px 35px;
    font-size: 1rem;
     -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}

.companies_logo{
    height: 40px;
        margin-right: 20px;
}
.seach-skills_items:hover i{
   display: inline;
}
.seach-skills_items img{
  margin-right: 15px;
}
.filter-gird{
  margin-top: 20px;
  display: grid;
 grid-template-columns: repeat(6,1fr);
    gap: 15px;
}
.filter-gird_five{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap:10px;
}
.explore_items{
  cursor: pointer;
  height:100%;
  background: #fff;
  padding: 20px;
  border-right: 4px solid #ff7c0059;;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px
  ;
  display: block;
  color: #5e5e5e;
   -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.explore_items:hover{
  color: #5e5e5e;
    -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.explore_items .browse{
  display: flex;
  justify-content: center;
  align-items: center;
}
.hire-developers_skills > span{
    color: ccc;
    padding: 0.4rem 0.8rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 0.8rem;
    font-size: 0.8rem;
    margin-top: 0.8rem;
    cursor: pointer;
}
.explore_items .job-title{
  display: flex;
  margin-bottom: 10px;
}
.job-title .icon{
    margin-right: 10px;
    background: #e7e1e1;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.bg-white-rounded{
    background: #fff;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
   box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;

}
.job-title .content{
     display: flex;
    align-items: center;
    margin-left: 10px;
}
.hire_developer_statistics{
  display: flex;
}
.hire_developer_statistics > div{
  margin-right: 15px;
}
.rounded-bg{
    background: gray;
      display: flex;
      align-items: center;
      justify-content: center;
}
.rounded-custom{
  background: #212121;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 15px;
    margin-right: 10px;
}
.rounded-custom.one{
  background: #383876;
}
.rounded-custom.two {
  background: #FE6225;
}
.rounded-custom.three {
  background: #1FC3C5;
}
.color-content{
  display:flex;
  align-items: center;
  justify-content: center;
}
.blog_shaded_card:hover{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.blog_shaded_card:hover .color-content{
  border-radius: 0;
}
.blog_shaded_card .bottom-content{
      padding: 20px 10px;
      color: #444;
}
.color-content{
    border-radius: 10px;
    padding: 50px;
}
.color-content:hover{
    border-radius: 0px;
}
.color-content.one{
  background: #1A2980; 
  background: -webkit-linear-gradient(to right, #26D0CE, #1A2980);
  background: linear-gradient(to right, #26D0CE, #1A2980); 
}
.color-content.three{
  background: #b92b27;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #1565C0, #b92b27);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #1565C0, #b92b27); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.color-content.two{
  background: #11998e; 
  background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
  background: linear-gradient(to right, #38ef7d, #11998e);
}
.modal_video{
  position: unset;
}
.why-join_boxes{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.auto-height{
    display: flex;
    height: 100%;
    align-items: stretch;
}
/* .items_end{
    position: absolute;
    bottom: 0;
  } */

  
  @media only screen and (min-width: 280px) and (max-width: 653px)  {
    .hero_banner .opacity-mask {
      top: 70px !important;
    }
  }
  @media only screen and (min-width: 360px) and (max-width: 740px)  {
    .hero_banner .opacity-mask {
      top: 110px !important;
    }
    .hero_banner .opacity-mask.mobile-content {
      top: 110px !important;
    }
  }
  @media only screen and (min-width: 375px) and (max-width: 667px)  {
    .hero_banner .opacity-mask {
      top: 110px !important;
    }
    .hero_banner .opacity-mask.mobile-content {
      top: 110px !important;
    }
  }
  
  @media only screen and (min-width: 390px) and (max-width: 844px)  {
    .hero_banner .opacity-mask {
      top: 105px !important;
    }
    .hero_banner .opacity-mask.mobile-content {
      top: 110px !important;
    }
  }
  
  @media only screen and (min-width: 393px) and (max-width: 851px)  {
    .hero_banner .opacity-mask {
      top: 110px !important;
    }
    .hero_banner .opacity-mask.mobile-content {
      top: 110px !important;
    }
  }
  @media only screen and (min-width: 412px) and (max-width: 915px)  {
    .hero_banner .opacity-mask {
      top: 110px !important;
    }
    .hero_banner .opacity-mask.mobile-content {
      top: 110px !important;
    }
  }
  
  @media only screen and (min-width: 414px) and (max-width: 896px)  {
    .hero_banner .opacity-mask {
      top: 110px !important;
    }
    .hero_banner .opacity-mask.mobile-content {
        top: 110px !important;
    }
  }
  
   
  @media only screen and (min-width: 768px) and (max-width: 1024px)  {
    .hero_banner .opacity-mask {
      top: 110px !important;
    }
    .hero_banner .opacity-mask.mobile-content {
      top: 110px !important;
    }
    .hidden-sm-content {
      display: none !important;
    }
  }
  @media only screen and (min-width: 820px) and (max-width: 1180px)  {
    .hero_banner .opacity-mask {
      top: 110px !important;
    }
    .hero_banner .opacity-mask.mobile-content {
      top: 110px !important;
    }
    .hidden-sm-content {
      display: none !important;
    }
  }
 

  
  