/* 
    common css
    header css
    footer css
    login css
    home page css
    job seeker page css
    pagination css
    responsive css
*/

/* common css start here */
@import"https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&display=swap";

.left-sidebar .card-body{
    border: 0;
}
.section-title .title{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.section-title .title.title-line:before, .section-title .title.title-line:after{
    background: #2e3192;
}
.section-title .title.title-line:before{
    bottom: 0;
    top: initial !important;
}
.section-title .title.title-line:after{
    bottom: -4px;
    top: initial !important;
}
.section-title p{
    margin-bottom: 10px !important;
}
.upload-file-box {
    position: relative;
    height: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #2e3192;
}
.upload-file-box input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.upload-file-box label{
    font-weight: 600;
    color: #2e3192;
}
.job-list-menu {
    padding: 0;
    margin: 0 -5px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.job-list-menu li {
    padding: 5px;
    flex: 0 0 50%;
    max-width: 50%;
}
.job-list-menu li span {
    font-size: 13px;
    padding: 7px 5px;
    border: 1px solid #2e3192;
    display: block;
    text-align: center;
    border-radius: 0 10px 0 10px;
    color: #2e3192;
    font-weight: 600;
    height: 100%;
    background: #eaebf8;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.highlight-text{
    background: #2e3192;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    font-size: 13px;
    text-align: center;
}
.nav-pills{
    flex-wrap: nowrap;
    max-width: 100%;
    overflow: auto;
    min-width: initial;
}
.nav-pills .nav-link{
    min-width: 160px;
}
.nav-pills .nav-link.active{
    background-color: #2e3192 !important;
    border-color: #2e3192 !important;
}
.btn.btn-primary{
    background-color: #2e3192;
    border-color: #2e3192;
}
.btn.btn-primary-outline{
    border-color: #2e3192;
    color: #2e3192;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary.focus{
    background-color: #22246b;
    border-color: #22246b;
}
.btn.btn-primary-outline:hover, .btn.btn-primary-outline:focus, .btn.btn-primary-outline:active, .btn.btn-primary-outline.active, .btn.btn-primary-outline.focus{
    background-color: #22246b;
    border-color: #22246b;
}
.btn-link,.text-primary{
    color: #2e3192 !important;
}

.read-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.accordion-button:not(.collapsed){
    background-color:#eaebf8;
    color: #2e3192;
    box-shadow: none;
}
.back-to-home a,.job-box:hover .lable,.back-to-top:hover{
    background-color: #2e3192;
}
.job-list-box{
    background-color: #fff;
}
.job-box:hover{
    border-color: #2e3192 !important;
}
/* common css end here */

/* header css end here */
.ats-menu{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.ats-menu .header-logo{
    display: inline-block;
}
.ats-menu .header-logo img{
    height: 50px;
}
#topnav #navigation{
    margin:  0 20px;
    flex: 1;
}
#topnav .buy-button.mobile-button{
    display: none;
}
#topnav .navigation-menu>li:hover>a, #topnav .navigation-menu>li.active>a{
    color: #2e3192 !important;
}
/* header css end here */

/* login css start here */
.login-section{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-section .loginRegi-logo {
    text-align: center;
    border-bottom: 1px solid #eaebf8;
    padding: 20px 10px;
}
.login-section .loginRegi-logo a{
    display: inline-block;
}
.login-section .loginRegi-logo  img{
    height: 45px;
}
.login-section .home-center{
    padding: 20px 0;
}
.login-section .signup-heading{
    font-size: 14px;
}
.login-section .social-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.login-section .social-icon li{
    font-size: 0;
    margin: 0;
}
.login-section .employCandid-tab {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 20px 0;
}
.login-section .employCandid-tab a {
    background: #eaebf8;
    display: block;
    flex: 1;
    text-align: center;
    padding: 12px 10px;
    font-weight: 600;
    color: #2e3192;
    font-size: 14px;
}
.login-section .employCandid-tab a.active {
    background: #2e3192;
    color: #fff;
}
/* login css end here */

/* footer css start here */
.footer{
    background-color: #fff;
    color: #161c2d;
    border-top: 1px solid #2e3192;
    padding: 40px 0;
}
.footer .footer-list li a{
    color: #3c4858;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.3s ease-in;
    letter-spacing: 1px;
}
.footer .footer-list li a:hover{
    color: #2e3192;
}
.footer .middle-footer{
    border-top: 1px solid #eaebf8;
    border-bottom: 1px solid #eaebf8;
    padding: 30px 0;
    margin: 30px 0;
}
.footer .middle-footer p{
    font-size: 14px;
    max-width: 330px;
    margin: auto;
}
.footer .middle-footer .connect-btn i{
    font-size: 20px;
    line-height: 1;
    margin-right: 7px;
}
.footer .middle-footer .connect-btn p {
    font-weight: 600;
    margin: 0 auto 3px;
}
.footer .middle-footer .connect-btn a{
    display: inline-flex;
    align-items: center;
    transition: 0.3s ease-in;
}
.footer .middle-footer .connect-btn a:hover{
    opacity: 0.8;
}
.footer .bottom-footer .social-icon.social li a {
    color: #2e3192;
    border-color: #2e3192;
}
.footer .bottom-footer .social-icon.social li a:hover{
    border-color: #2e3192;
    background-color: #2e3192;
}
.footer .bottom-footer .copyright-text{
    font-size: 14px;
}
.footer .bottom-footer .copyright-text a{
    display: inline-block;
    font-weight: 600;
}
/* footer css end here */

/* home page css start here */
.how-it-work-box {
    height: 100%;
}

.popu-category-box {
    height: 100%;
}

.job-inputs-box .btn-box .home-registration-form {
    width: 100%;
}
.btn-box {
    display: flex;
    justify-content: center
}

.categories-list-item i {
    width: unset;
    height: unset;
    line-height: unset;
    background: unset;
    color: #2eca8b;
}

.categories-list-item {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin: 10px 0;
}

.registration-form-box .selectize-input{
    padding: 6px 25px 6px 45px !important;
    box-shadow: none;
}

.why-hire-us-section .vertical-line  .section-title{
    border-bottom: 1px solid #e6eaf4;
    padding-bottom: 15px;
}
.why-hire-us-section .vertical-line:last-child .section-title{
    border-bottom: none;
    padding-bottom: 0;
}
.why-hire-us-section .vertical-line  .section-title .title{
    margin-bottom: 0;
    font-weight: 700;
}
.check-list{
    padding: 0;
    margin: 0;
}
.check-list li{
    position: relative;
    padding-left: 20px;
    list-style: none;
    font-size: 16px;
    line-height: 26px;
    color: #5e5a5a;
}
.check-list li::before{
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    top: 4px;
    width: 6px;
    height: 10px;
    border-bottom: 3px solid #2e3192;
    border-right: 3px solid #2e3192;
    transform: rotate(45deg);
    z-index: 1;
}

.blog-content .blog-date{
    color: #2e3192;
    background: #eaebf8;
    font-size: 11px;
    padding: 2px 4px;
    border-radius: 4px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.price-box .price-box-header{
    background: #eaebf8;
}
.price-box .price-box-header svg{
    height: 40px;
    width: auto;
    fill: #2e3192;
}
.price-box .price-box-header h5{
    font-size: 18px;
    font-weight: 700;
    color: #2e3192;
    margin: 0;
}
.price-box .price-box-header p{
    font-size: 24px;
}
.price-box .price-box-header span{
    font-size: 14px;
    color: #5e5a5a;
    font-weight: 400;
}
.help-box{
    border-top: 3px solid #2e3192 !important;
    background: #fff;
    height: 100%;
}
.help-box .image-box{
    flex: 0 0 55px;
    max-width: 55px;
    background: #eaebf8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}
.help-box .image-box img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.help-box .help-title{
    flex: 0 0 calc(100% - 55px);
    max-width: calc(100% - 55px);
    padding-left: 10px;
}
.how-it-work-section .how-it-work-box{
    height: initial;
}
.how-it-work-section .how-it-work-box h5 {
    font-weight: 700;
    color: #2e3192;
}
.how-it-work-section .how-it-work-box p{
    max-width: 280px;
    margin: auto;
}
.how-it-work-section .how-it-work-box a{
    margin-top: 10px;
}
.how-it-work-box .how-it-work-img img{
    height: 90px;
    width: auto;
}
.how-it-work-section .work-box-item {
    margin-top: 40px;
    text-align: center;
}
.how-it-work-section .work-box-item:first-child{
    margin-top: 0;
}
.recruitment-slider-box .slider-box{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    background-color: #fff;
    margin: 10px 30px;
    text-align: center;
    padding: 20px;
}
.recruitment-slider-box .slider-box h6{
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}

.recruitment-slider-box .slider-box p{
    font-size: 13px;
    margin: 7px auto 0;
    max-width: 400px;
}
.recruitment-slider-box .slider-box i{
    color: #2e3192;
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: -7px;
}
.recruitment-slider-box .slider-box i.fa-quote-right{
    right: 20px;
    left: unset;
    top: unset;
    bottom: -7px;
}

.recruitment-slider-box .slick-dots li{
    margin: 0;
}

.recruitment-slider-box .slick-arrow{
    display: none !important;
}
.powered-list-box {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 -10px;
}
.powered-list-box li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
    margin: 20px 0 0;
}
.powered-list-box li .powered-list-item{
    text-align: center;
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
}
.powered-list-box li .powered-list-item img{
    height: 40px;
    width: auto;
}
.powered-list-box li .powered-list-item p{
    font-size: 13px;margin-bottom: 0;
    margin-top: 10px;
}
/* home page css end here */

/* job seeker page css start here */
.steps-to-success{
    counter-reset: step;
}
.steps-to-success .step-box .step-count{
    position: absolute;
    top: -12px;
    right: -9px;
    background: #e9e9e9;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.steps-to-success .step-box .step-count::before{
    counter-increment: step;
    content: counter(step);
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    color: #2e3192;
}
.step-box {
    width: 150px;
    height: 150px;
    outline: 2px dashed #2e3192;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: #eaebf8;
    border: 12px solid #f8f9fc;
    position: relative;
}
.step-box img{
    height: 50px;
    width: auto;
}
.steps-to-success h5{
    font-weight: 700;
}
.steps-to-success .step-content{
    max-width: 80%;
    margin: auto;
}
/* job seeker page css end here */

/* pagination css start here */
.pagination{
    gap: 7px;
    align-items: center;
}
.pagination .page-link{
    border-radius: 7px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2e3192;
}
.pagination .page-item.active .page-link{
    background-color: #2e3192;
    border-color: #2e3192;
}
/* pagination css end here */

/* ats new page css start here */
.result-show-wrap{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
}
.result-show-wrap img{
    margin: auto;
    vertical-align: top;
    object-fit: contain;
}
.result-show-wrap .result-box{
    background: #eaebf8;
    padding: 5px 10px;
    width: 120px;
    flex: 1;
}
.result-show-wrap .result-box p{
    margin: 0;
    font-size: 14px;
}
.result-show-wrap .result-box span{
    font-size: 20px;
    font-weight: 700;
}

.recruitment-section .powered-list-box li{
    flex: 0 0 100%;
    max-width: 100%;
}
.recruitment-section .powered-list-box .powered-list-item{
    display: flex;
    text-align: left;
    padding: 15px;
}
.recruitment-section .powered-list-box .powered-list-item .left{
    flex: 0 0 50px;
    max-width: 50px;
}
.recruitment-section .powered-list-box .powered-list-item .right{
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
}
.brain-box.text-end span{
    margin-left: auto;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #2e3192;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    right: 0px;
    top: -20px;
}
/* ats new page css end here */


/* responsive css start here */
@media screen and (max-width: 991px) {
    .menu-res-des {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu-res-des .buy-button {
        margin-left: auto;
        margin-top: 0px;
    }
    .menu-res-des .logo {
        margin-top: 0px;
    }
    .section {
        padding: 40px 0;
    }
    .mt-100 {
        margin-top: 40px;
    }
    .price-box .price-box-header svg{
        height: 30px;
    }
    .price-box .price-box-header h5{
        font-size: 14px;
        
    }
    .price-box .price-box-header p{
        font-size: 20px;
    }
    .price-box .price-box-header span{
        font-size: 12px;
    }
    .footer .footer-logo img{
        height: 40px;
    }
    #topnav .navigation-menu>li{
        margin: 0;
    }
    #topnav .navigation-menu>li>a{
        padding: 10px 20px;
    }
    #topnav .buy-button.desktop-button{
        display: none;
    }
    #topnav .buy-button.mobile-button{
        display: block;
        margin: 0 20px;      
    }
    .ats-menu .header-logo img{
        height: 40px;
    }
    #topnav{
        padding: 15px 0;
        min-height: initial;
        z-index: 9999999999;
    }
    #topnav .navbar-toggle{
        width: auto;
    }
    #topnav .navbar-toggle .lines {
        width: 25px;
        height: 19px;
        display: flex;
        position: relative;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    #topnav .navbar-toggle.open .lines span {
        background-color: #3c4858;
    }
    #topnav #navigation{
        position: fixed;
        bottom: 0;
        top: 0;
        margin: 0 !important;
        padding: 0px 0 30px !important;
        flex-direction: column;
        justify-content: space-between;
        transform: translateX(100%);
        display: flex !important;
        left: 0;
        right: 0;
        height: initial !important;
        transition: 0.5s ease-in;
        background: #fff;
        height: 100vh;
        overflow: hidden;
    }
    #topnav #navigation.menu-active {
        transform: translateX(0);
    }
    .ats-menu .header-logo, .ats-menu .menu-extras{
        position: relative;
        z-index: 1;
    }
    #topnav .buy-button.mobile-button a{
        margin: 0;
        display: block;
    }
    #topnav .navigation-menu{
        border-top: 1px solid #f1f1f1;
        margin-top: 70px;
        max-height: initial;
        flex: 1;
        padding-top: 10px;
        overflow: auto;
    }   
    body:has(#topnav #navigation.menu-active){
        overflow: hidden !important;
    }
}
@media(max-width: 767px) {
    .footer{
        text-align: center;
        padding: 20px 0;
    }
    .footer .middle-footer{
        padding: 20px 0;
        margin: 20px 0;
    }
    .footer .middle-footer .phone.connect-btn {
        margin: 20px 0;
    }
    .footer .bottom-footer .copyright-text {
        font-size: 14px;
        margin: 0 0 20px;
    }
    .pagination .page-link{
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    .step-box {
        width: 120px;
        height: 120px;
    }
    .step-box img{
        height: 40px;
    }
    .steps-to-success .step-box .step-count::before{
        font-size: 14px;
    }
    .steps-to-success .step-box .step-count{
        width: 25px;
        height: 25px;
    }
    .job-apply-btn{
        width: 100%;
        margin-top: 10px;
    }
}
@media screen and (max-width: 575px) {
    #topnav .buy-button {
        display: block;
    }

    #topnav .buy-button a {
        padding: 7px 8px;
        font-size: 13px;
        margin: 0 10px;
    }

    .section-title .title {
        font-size: 22px;
    }

    .btn-box .home-registration-form .btn {
        padding: 8px 6px;
        font-size: 14px;
        margin-left: 2px !important;
        margin-right: 2px !important;
    }
    .nav-pills .nav-link {
        min-width: 130px;
    }
    .btn{
        width: 100%;
    }
}
@media (min-width: 768px) {
    .why-hire-us-section .vertical-line .section-title{
        border-right: 1px solid #e6eaf4;
        padding: 0;
        border-bottom: none;
    }
    .why-hire-us-section .vertical-line:last-child .section-title{
        border-right: none;
    }
    .footer .middle-footer p{
        margin: initial;
    }
    .footer .middle-footer .connect-btn p{
        margin: 0 0 3px;
    }
    .how-it-work-section .work-box-item {
        margin-top: 0;
    }
    .powered-list-box li {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .result-show-wrap .result-box{
        position: absolute;
    }
    .result-show-wrap .top{
        top: 0;
        left: 12px;
    }
    .result-show-wrap .bottom{
        bottom: 0;
        right: 12px;
    }
    .result-show-wrap img{
        padding: 30px 60px;
    }
    .recruitment-section .powered-list-box li{
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    #topnav ul.navigation-menu>li>a{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #topnav{
        padding: 10px 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #topnav .navigation-menu>li{
        margin: 0 5px;
    }
    #topnav .navigation-menu>li>a{
        padding-left: 10px;
        padding-right: 10px;
    }
    .ats-menu .header-logo img{
        height: 40px;
    }
    .how-it-work-section .how-it-work-box h5{
        font-size: 16px;
    }
    .how-it-work-section .how-it-work-box p,.how-it-work-section .how-it-work-box a{
        font-size: 14px;
    }
}
@media(min-width: 1024px){
    .how-it-work-section .tab-pane .row{
        counter-reset: step;
        background-image: url(../../img/how-it-works-bg.svg);
        background-repeat: no-repeat;
        background-position: 0px -15px;
        background-size: 920px;
    }
    .how-it-work-section .how-it-work-box:before {
        font-size: 100px;
        counter-increment: step;
        content: counter(step);
        display: inline-block;
        font-weight: 700;
        color: #2e3192;
        background: -webkit-linear-gradient(rgba(46 ,49 ,146, 40%), rgba(51 ,51 ,51, 0%));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: absolute;
        top: -50px;
        right: 60px;
        z-index: -1;
        font-weight: 900;
        line-height: 1;
    }
    .how-it-work-section .work-box-item{
        text-align: left;
    }
    .how-it-work-section .work-box-item p{
        margin: 0;
    }
    .how-it-work-section .work-box-item:nth-child(3) .how-it-work-box:before{
        top: -120px;
        right: 40px;
    }
    .how-it-work-section .work-box-item:first-child{
        padding-bottom: 100px;
    }
    .how-it-work-section .work-box-item:nth-child(2) {
        margin-top: 130px;
    }
    .how-it-work-section .work-box-item:nth-child(3){
        margin-top: 170px;
        text-align: right;
    }
    .how-it-work-section .work-box-item:nth-child(3) p{
        margin: 0 0 0 auto;
    }
    .how-it-work-section .work-box-item ,.how-it-work-section .work-box-item:first-child{
        margin-top: 70px;
    }
    .how-it-work-box .how-it-work-img{
        display: none;
    }
    .recruitment-slider-box .slider-box{
        padding: 30px;
    }
    .recruitment-slider-box .slider-box h6{
        font-size: 18px;
    }
    
    .recruitment-slider-box .slider-box p{
        font-size: 14px;
    }
    .recruitment-slider-box .slider-box i{
        font-size: 22px;
        top: -10px;
    }
    .recruitment-slider-box .slider-box i.fa-quote-right{
        bottom: -10px;
    }

}
@media (min-width: 1200px) {
    .how-it-work-section .tab-pane .row{
        background-size: contain;
    }
    .how-it-work-section .how-it-work-box:before {
        font-size: 120px;
        top: -60px;
        right: 80px;
    }   
     .how-it-work-section .work-box-item ,.how-it-work-section .work-box-item:first-child{
        margin-top: 100px;
    }
    .how-it-work-section .work-box-item:first-child{
        padding-bottom: 150px;
    }
    .how-it-work-section .work-box-item:nth-child(3) .how-it-work-box:before{
        top: -150px;
        right: 10px;
    }
    .how-it-work-section .work-box-item:nth-child(3){
        margin-top: 210px;
    }
    .how-it-work-section .work-box-item:nth-child(2) {
        margin-top: 170px;
    }
    .powered-list-box li {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 1400px) {
    .how-it-work-section .how-it-work-box:before {
        font-size: 180px;
        top: -90px;
        right: 100px;
    } 
    .how-it-work-section .tab-pane .row{
        background-size: 1320px;
        background-position: 0px -24px;
    }
    .how-it-work-section .work-box-item:first-child{
        margin-top: 120px;
    }
    .how-it-work-section .work-box-item:nth-child(3) .how-it-work-box:before{
        top: -200px;
    }
    .how-it-work-section .work-box-item:nth-child(3){
        margin-top: 230px;
    }
}
/* responsive css end here */