@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;300;400;500;600;700;800;900&family=Montserrat:wght@300&family=Nunito+Sans:wght@200;300;400;600;700;800&family=Open+Sans&family=Oswald&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Questrial&family=Roboto+Condensed:wght@300;400;700&family=Yeseva+One&display=swap');
body{
    margin: 0;
    padding: 0;
    background: #F4F4F4;
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
}
.catalog h1{
    font-size: 26px;
    font-weight: 500px;
}
.catalog h4{
    font-size: 16px;
    line-height: 22px;
}
.circle-icon i{
    border: 1px solid #fbbe15;
    border-radius: 50% 50%;
    padding: 10px 10px;
}
.circle{
    margin-left: -70px;
}

.btn-style{
    margin-left: 100px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
    color: #fbbe15;
    border-radius: 30px;
    outline: none;
    border: 1px solid #fbbe15;
    transition: color .2s ease-in-out;
}
.btn-style1{
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    border-radius: 30px;
     margin-right: 20px;
    outline: none;
    background: #fbbe15;
    border: 1px solid #fbbe15;
    transition: color .2s ease-in-out;
}
/*----------------catalog section end-----------------------*/
.draft-area,
.draft-right,
.posting,
.talent,
.posting-right{
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 15px;
    background: #fff;
}
.draft-circle i{
    border: 1px solid #fbbe15;
    border-radius: 50% 50%;
    padding: 10px 10px;
    margin-left: 80px;
}
.draft h2{
    font-size: 22px;
    line-height: 28px;
}
.draft-info a,
.dev-info a,
.posting a{
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}
.dev-info,
.talent h4{
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 600;
}
.dev-info,
.talent p{
    margin-bottom: 0px;
}
.dev-info a{
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    color: #000;
}
.colored_hr {
    border-bottom: 1px solid #e0e0e0
}
/*--------------Draft section end---------------------*/
.job1 button{
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 15px 100px 15px 30px;
    border-radius: 8px;
}
.job2 button{
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 15px 50px 15px 30px;
    border-radius: 8px;
}
.job3 button{
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 15px 60px 15px 30px;
    border-radius: 8px;
}
.job1 button:hover{
    border: 1px solid #fbbe15;
    cursor: pointer;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.job2 button:hover{
    border: 1px solid #fbbe15;
    cursor: pointer;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.job3 button:hover{
    border: 1px solid #fbbe15;
    cursor: pointer;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
button i{
    padding-right: 20px;
}
.right-list a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.right-list a:hover{
    color: #000;
}
.right-list h4{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
/*-----------------Draft right section end-----------------*/
.posting{
    /*margin-top: -170px;*/
}
.posting-img img{
    width: 15%!important;
}
.btn-style1{
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    border-radius: 30px;
    outline: none;
    background: #fbbe15;
    border: 1px solid #fbbe15;
    transition: all .2s ease-in-out;
}
/*---------------Posting section end------------------------*/
.talent{
    /*margin-top: -250px;*/
}
.talent-img img{
    width: 100%;
    margin-left: 20px;
    margin-top: 20px;
}
/*----------------Talent section end----------------*/


@media  (max-width:1199px) {
    .circle{
        margin-left: -50px;
    }
    .talent{
        /*margin-top: -270px;*/
    }
}
@media  (max-width:1024px) {
    .talent{
        /*margin-top: -270px;*/
        
        
    }
    .btn-style{
        margin-left: 10px;
    }
}
@media  (max-width:991px) {
    .circle {
        margin-left: 400px;
    }
    .job1 button {
        padding: 15px 50px 15px 10px;
    }
    .job2 button {
        padding: 15px 10px 15px 5px;
    }
    .job3 button {
        padding: 15px 10px 15px 0px;
    }
    .talent{
        /*margin-top: -270px;*/
    }
    .posting{
        /*margin-top: -130px;*/
    }
    .draft-circle i{
        margin-left: 20px;
    }
}
@media  (max-width:951px) {
    .draft-circle i{
        margin-left: 40px;
        margin-bottom: 40px;
    }
}
@media  (max-width:767px){
    .draft-circle i{
        margin-left: -10px;
        margin-bottom: 150px;
    }
    .text-left a{
        margin-left: 0px!important;
    }
    .circle {
        margin-left: 400px;
    }
    .talent{
        /*margin-top: -430px;*/
    }
    .posting{
        /*margin-top: -100px;*/
    }
    .job1 button {
        padding: 15px 10px 15px 10px;
    }
    .job2 button {
        padding: 15px 20px 15px 10px;
    }
    .job3 button {
        padding: 15px 20px 15px 10px;
    }
}



body{
    margin: 0;
    padding: 0;
    background-color: #F4F4F4;
}
.navbar{
    padding: 15px;
}
.navbar .navbar-brand{
    padding-left: 20px;
    color: #fbbe15;
}
.navbar .nav-item .nav-link{
    color: #000;
}
.navbar .nav-item .nav-link:hover{
    color: #fbbe15;
}





.landing h1 {
    font-size: 46px;
    font-weight: 300;
    color: #fbbe15;
}
.btn-style{
    padding: 12px 42px 14px;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    border-radius: 30px;
    outline: none;
    border: none;
    background: #fbbe15;
    transition: all 0.2s ease-in-out;
}
.banner-imgs{
    background: #fff;
}
/*------------Banner section end---------------------*/
#category{
    background-color: #F4F4F4;
}
.item{
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    box-shadow: 0 0 25px rgba(0,0,0,0.07);
    border-radius: 20px;
    margin-bottom: 30px;
    border: 5px solid rgba(0,0,0,0.07);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.item:hover{
    background: #fbbe15;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.item:hover span.icon{
    color: #fff;
}
.item:hover h6,
.item:hover p{
    color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.item .icon{
    font-size: 40px;
    margin-bottom: 25px;
    color: #fbbe15;
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
/*-------------Category section end--------------------*/
.info-area-2{
    background: #fff;
}
#info-area ul.service-list li {
    display: block;
    list-style-type: none;
}
#info-area ul.service-list li a {
    line-height: 27px;
    color: #000;
    text-decoration: none;
}
#info-area ul.service-list li a i {
    color: #fbbe15;
    margin-right: 5px;
}
#info-area .btn-style {
    padding: 12px 42px 14px;
    color: #fff;
    border-radius: 30px;
    outline: none;
    border: none;
    background: #fbbe15;
    transition: all 0.2s ease-in-out;
}
/*------------Info area end------------------*/
#talent{
    padding-bottom: 80px;
}
.talent-bg{
    background: url('../images/g.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}
.for-clients{
    color: #ffffff;
}
.talent-left h1{
    color: #ffffff;
    font-weight: bolder;
    font-size: 50px;
}
.talent-left p{
    text-align: justify;
    color: #ffffff;
    font-size: 18px;
}
.box{
    background: #fbbe15;
    color: #ffffff;
    border-radius: 10px;
    padding-right: 30px;
}
.talent-right{
    margin-left: 120px;
    padding-right: 30px;
}
/*-------------Talent section end--------------*/
.business{
    background: #fff;
    margin-top: 90px;
    margin-bottom: 40px;
}
.why-left{
    padding: 10px 30px;
    border-radius: 10px;
}
.why-side img{
    width: 100%; 
    height:100%;
    transform: translate(105px,-15px) rotate(-1deg) scale(1.12);
}
.why-right{
    background: #fbbe15;
    border-radius: 10px;
    color: #000;
    padding: 30px 30px;
}
.why-data-2{
    margin-top: 195px;
}
/*------------Why section end---------------------*/
.data-1{
    background: #fbbe15;
    padding-left: 100px;
}
.data-2{
    background: green;
    padding-left: 75px;
}
.item-data{
    margin: 80px 0;
}
.carousel-control-prev{
    margin-left: -30px;
}
.carousel-control-next{
    margin-right: -30px;
}
.arrow{
    background: #fff;
    color: #fbbe15;
    border-radius: 50% 50%;
    padding: 30px 30px;
}
/*----------------Slider section end--------------------*/
#call-to-action .call-info{
    background: #fff;
    margin-top: 50px;
}
#call-to-action .cta-title {
    color: #000;
}
#call-to-action .cta-text {
    color: #000;
}
#call-to-action .btn-style{
    padding: 12px 42px 14px; 
    color: #fff;
    border-radius: 30px;
    outline: none;
    border: none;
    background: #fbbe15;
    transition: all 0.2s ease-in-out;
}
/*-----------Call-to section end--------------------*/
#service-2 {
    background: #fff;
    margin-top: 50px;
}
#service-2 .service-tab ul {
    float: left;
    list-style: outside none none;
    padding: 0;
    margin-right: 55px;
}
#service-2 .service-tab ul li{
    margin-bottom: 10px;
    padding: 0 10px;
    color: #fff;
    border-radius: 30px;
    outline: none;
    border: none;
    background: #fbbe15;
    transition: all 0.2s ease-in-out;
}
#service-2 .service-tab ul li a {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    display: block;
    padding: 10px 0 10px 10px;
}
#service-2 .tab-content .tab-pane {
    padding-top: 10px;
}
/*---------------Service section end------------------------*/


/*-----------------footer section---------------------*/
.footer-wrapper{
    background: #fbbe15;
    color: #000;
}
.footer-wrapper h5{
    padding: 60px 0 0 0;
}
.footer-wrapper ul li{
    margin-bottom: 10px;
    list-style: none;
}
.footer-wrapper .contact-info li a{
    color: #000;
}
.footer-wrapper .link-widget li a,
.footer-wrapper p{
    color: #000;
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.footer-wrapper .link-widget li a:before{
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}
.footer-wrapper .link-widget li a:hover{
    margin-left: .625rem;
    color: #fff;
}
.footer-wrapper .social-network a{
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.2rem;
    margin: .5rem;
    display: inline-block;
    border: 0.125rem solid #000;
    color: #000;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045 0.355, 1);
}
.footer-wrapper .social-network a:hover{
    background-color: #fff;
    border-color: #fff;
    color: #fbbe15;
    box-shadow: 0 0.625rem .9375rem 0 rgba(0 0 0 /10%);
    transform: translateY(-0.1875rem);
}
.footer-wrapper .form-control{
    /* font-size: 2rem; */
    color: #000;
    background: #fbbe15;
    border: 1px solid #000;
}
.footer-wrapper .form-control:focus{
    outline: none;
    box-shadow: none;
    border-color: #000;
}
.footer-wrapper .btn-style{
    padding: 12px 42px 14px;
    color: #fff;
    border-radius: 30px;
    outline: none;
    border: none;
    background: #000;
    transition: all 0.2s ease-in-out;
}
.colored_hr {
    border-bottom: 1px solid #000;
  }
.footer-wrapper .copyright-section{
    background-color: #000;
    text-align: center;
}
.footer-wrapper .copyright-section p{
    margin-top: 0;
    padding: 3rem 0;
    line-height: 0;
    color: #fff;
    white-space:nowrap;
}
.footer-wrapper .copyright-section a{
    color: #fff;
}
@media screen and (max-width: 638px){
    .footer-wrapper .copyright-section p{
       
    }
}






@media screen and (max-width: 1100px){
    .why-side img{
        width: 100%; 
        height:100%;
        transform: translate(10px,-15px) rotate(-1deg) scale(1.11);
    }
}

@media screen and (max-width: 991px){
    .why-data-2{
        margin-top: 170px;
    }
}

@media screen and (max-width: 540px){
    .why-side img{
       display: none;
    }
    .why-data-2{
        margin-top: 60px;
    }
}

@media screen and (max-width: 440px){
    
    body{
        overflow-x: hidden;
    }
    
    .catalog-info {
        overflow-x: hidden;
    }
    
    
    .text-left a{
       margin-left: -35px;
    }
    .button-type{
    margin-left: 0px;
}

  .job3 button {
      padding: 15px 50px 15px 10px;
  }
  .carousel {
      display:none;
  }
  
  
  #carouselExampleContolsr {
      display:none;
  }
  .posting-right {
      display: none;
  }
  
  .posting {
      margin-top: 10px;
      overflow-x: hidden;
  }
  .talent {
      margin-top: 0px;
      overflow-x: hidden;
  }
  .draft-right {
      margin-top: 10px;
  }
  
  .dashboard{
      margin-left: 20px;
      padding-right: 0px;
  }
  
  .circle{
      margin-top: 0px;
      margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 0px;
    float: left;
    justify-content: start;

}

  .btn-style1 {
      min-width: 260px;
      margin-bottom: 10px;
      margin-left: 0px;
      margin-right: 30px;
  }
  
  .g-started{
      margin-right: 0px;
      margin-left: 0px;
  }
  
  .footer-wrapper {
      overflow-x: hidden;
      margin-right: 10x;
      margin-left: 10px;
  }
  
  .button-type {
      paddign-right: 0px;
  }
  
  .dashboard-row {
      margin-right: 0px;
      margin-left: 0px;
  }

  .gettingstarted{
      overflow-x: hidden;
  }


}

#yellow_anchor a{
    color:black !important;
}

#yellow_anchor p{
    padding-bottom:10px;
    padding-top:10px;
    padding-left:20px;
    margin-bottom:7px;
    background:#FAFAFA !important;
    transition:0.2s;
}

#yellow_anchor p:hover{
    background:#fbbe15 !important;
    color:white !important;
    cursor:pointer;
}

#yellow_anchor a:hover{
    color:white !important;
}


