.navbar-collapse .navbar-nav .nav-item .nav-link{color:#2D2D2D;}
.nav_wrapper {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 1;
    border: 1px solid #EAEAEA;
}
/* hero section css */
.apply_hero_section{
  padding-top:120px;
  padding-bottom:45px;
}
.apply_hero_section h1{
  color:#2D2D2D;
  font-size: 32px;
  font-weight:bold;
  margin-bottom:30px;
}
.apply_banner{
  background: #9572F5;
}

.leftside{
  padding-left:50px;
  padding-top:80px;
}
.apply_hero_section h2{
  color:#FFE200;
  font-size:40px;
}
.apply_hero_section p{
  color:#fff;
  font-size:18px;
}

.apply_hero_section .apply_job{
font-size: 15px;
color:#fff !important;
background-color: #F5811A;
padding:10px 18px;
border-radius:4px;
cursor:pointer;
}


/* category section css */
.category_section{
  padding-bottom:100px;
}

.category_section .categoryfeatures{
padding-top: 80px;
}
.desktop_first_section{
width: 49%;
display: inline-block;
vertical-align: middle;
}
.desktop_second_section{
width: 46%;
display: inline-block;
vertical-align: middle;
}
.desktop_second_section h3,.mobile_second_section h3{
font-size:18px;
color:#2d2d2d;
font-weight:bold;
}
.desktop_second_section p,.mobile_second_section p{
font-size:15px;
color:#54536C
}
.mobile_section{
  display:none;
}

/* jobs section css */
.animaker_jobs_block{
padding:80px 0;
background: #F8F8F8;
}
.animaker_job_head{
color:#2D2D2D;
font-size: 24px;
font-weight: bold;
}
.jobslistblock{
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #F2F2F2;
border-radius: 8px;
opacity: 1;
padding: 20px;
vertical-align: middle;
display: flex;
align-items: center;
margin-bottom:15px;
cursor:pointer;
}
.jobslistblock:hover{
  box-shadow: 0px 5px 15px #f2f2f2;
}
.jobtitle p{
font-size: 18px;
font-weight: bold;
color: #2D2D2D;
margin-bottom: 0;
}
.jobtitle span{
font-size: 15px;
color: #FFB2D9;
}
.jobinfo .joblocation{
display: inline-block;
margin-bottom: 0;
font-size: 15px;
color: #C3C3C3;
text-transform: capitalize;
}
.jobinfo .jobtime{
display: inline-block;
margin-bottom: 0;
float:right;
font-size: 15px;
color: #C3C3C3;
}
.jobinfo img{
margin-right: 5px;
}
.jobapply{
text-align: right;
}
.jobapply a{
font-size: 15px;
color: #C3C3C3!important;
background-color:transparent;
padding: 8px 25px;
border-radius: 5px;
margin-top: 20px;
border: 1px solid #E6E6E6;
cursor:pointer;
}
.jobapply a:hover{
color: #fff !important;
background-color: #F5811A;
border: transparent;
box-shadow: 0px 5px 15px #f5811a80;
}

/* animakerlife section css */

.animakerlife{
padding: 80px 0;
}
.animakerlife h3{
font-size: 24px;
font-weight: bold;
color: #2D2D2D;
}
.animakerlife p{
font-size: 15px;
color: #54536C;
}
.animakerlifelist{
margin-top:50px;
}
.animakerlifelist img{
vertical-align: top;
margin-right: 2px;
}

/* Animaker jobs form css section */
.career_form_section_wrapper{
padding-top: 80px;
}
.viewallblock{
background: transparent linear-gradient(92deg, #9458F0 0%, #4E41F1 100%) 0% 0% no-repeat padding-box;
opacity: 0.8;
padding: 10px 100px;
display: flex;
/* margin: 0 auto; */
position: fixed;
width: 100%;
z-index: 1;
}
.viewallblock p{
margin-bottom: 0;
font-size: 15px;
color: #FFFFFF;
margin-top: 10px;
}
.viewallblock a{
margin-left: auto;
border: 1px solid #FFFFFF;
border-radius: 4px;
opacity: 1;
padding: 5px 10px;
color: #fff !important;
cursor:pointer;
}

.jobs_desc_section{
padding: 100px 0;
background: #F8F8F8;
}
.jobs_desc_section .job_role{
color: #2D2D2D;
font-size: 24px;
font-weight: bold;
}
.jobs_desc_section .job_dept{
font-size: 15px;
color: #C3C3C3;
}
.jobleftcontainer{
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #F2F2F2;
border-radius: 8px;
opacity: 1;
padding: 0px;
}
.locationblock{
padding: 10px 20px 10px 20px;
border-bottom: 1px solid #EDEDED;
}
.locationblock span{
font-size: 12px;
color: #C3C3C3;
margin-right: 10px;
text-transform: capitalize;
}
.locationblock img{
  margin-right:5px;
}
.jobs_description{
padding: 20px;
}
.jobs_description h5{
color: #2D2D2D;
font-size: 18px;
font-weight: bold;
}
.jobs_description span{
color: #54536C;
font-size: 15px;
}
.jobs_responsibility{
margin-top: 15px;
}
.jobs_responsibility h5{
color: #2D2D2D;
font-size: 18px;
font-weight: bold;
}
.jobs_responsibility p{
color: #54536C;
font-size: 15px;
margin-bottom: 10px;
}
.jobrightcontainer{
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #F2F2F2;
border-radius: 8px;
opacity: 1;
max-width: 325px;
margin-left: 30px;
padding: 20px;
height:fit-content;
}
.jobrightcontainer h5{
color: #2D2D2D;
font-size: 18px;
font-weight: bold;
}
.jobrightcontainer label{
margin: 10px 0;
font-size: 15px;
color: #2D2D2D;
}
.jobcontainer input{
width: 283px;
height:33px;
border: 1px solid #EDEDED;
border-radius: 4px;
opacity: 1;
padding-left: 15px;
}
.attachement_file{
position: relative;
width: 283px;
height: 33px;
border: 1px dashed #EDEDED;
border-radius: 4px;
margin-top: 15px;
/* margin-bottom:15px; */
text-align: center;
padding-top: 2px;
}
.attachement_file:hover{
border:1px dashed #ffc524;
}
.attachement_file span{
font-size: 15px;
color: #2D2D2D;
}
.attachement_file input{
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
font-size: 20px;
cursor: pointer;
opacity: 0;
}
.accept_files{
font-size: 12px;
text-align: center;
color: #C3C3C3;
}
.submit_form_btn{
padding: 5px 122px;
background: #F5811A 0% 0% no-repeat padding-box;
box-shadow: 0px 5px 15px #F5811A80;
border-radius: 4px;
opacity: 1;
margin-top: 20px;
color: #fff !important;
font-size: 15px;
cursor: pointer;
}
.error_name,.error_email,.error_mobno,.error_venture,.error_skills,.error_resp,.error_porto,.error_profile,.error_fromdate,.error_todate{
font-size: 13px;
margin-bottom: 0;
color: #FF0000;
}

/* success popup section css */
.anim-new-modal-overlay{
display: none;
height: 100%;
width: 100%;
position: fixed;
background-color: rgba(0,0,0,0.4);
top: 0;
bottom: 0;
left: 0;
z-index: 99997;
}
.subscribe_success_popup {
width: 550px;
padding: 20px 70px 50px 50px;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
background-image: none;
background-color: #F0FFFB;
padding: 0;
background-position: top;
overflow: hidden;
background-size: contain;
background-repeat: no-repeat;
line-height: 1.42857143;
text-align: center;
}

.anim-new-modal {
display: none;
overflow: hidden;
position: fixed;
z-index: 99998;
right: 0;
border-radius: 5px;
perspective: 800px;
background-color: #fff;
}

.wrapper1 {
height: 200px;
background: transparent linear-gradient(90deg, #08B3E5 0%, #63D6B5 100%) 0% 0% no-repeat padding-box;
opacity: 1;
}
.wrapper2 {
transform: translateY(-42%);
margin-bottom: -110px;
}
.success_text {
font-weight: bold;
font-family: 'PT Sans';
color: #54536C;
font-size: 25px;
text-align: center;
margin-bottom: 10px;
margin-top: 30px;
}
.success_text1 {
margin: 0;
padding-bottom: 20px;
color: #54536C;
font-size: 18px;
font-family: 'Open Sans', sans-serif;
}

@media (max-width:776px) {
  .desktop_section{
    display:none
  }
  .mobile_section{
    display:block
  }
  .jobinfo{
    margin-bottom:20px !important;
  }
  .jobapply{
    text-align: left !important;
  }
}
