
/*Author: Tanveer*/
/*Date: 6/25/2018*/

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
body{
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    padding-top: 54px;
}
@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Quicksand', sans-serif;
}

.nav-transparent{
    background: rgba(255, 255, 255, 0.83);
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 0px 2px #1b1b1b;
}
.general{
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 300px;
}
.general h2{
    margin-bottom: 20px;
}
.section-control{
    background: #da6a08;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 300px;
    color: #fff;
}
.testimonial {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 450px;
    background: #2b52a4 url("../images/bg-testimonial.jpg")no-repeat;
    background-size: cover;
}
.section-control h2{
    margin-bottom:30px;
}
.section-control img{
    margin-bottom: 15px;
    margin-top: 20px;
}
.section-control p{
    color: rgba(255,255,255,0.8);
}
.section-control h5{
    margin-bottom: 10px;
}
.top-info p{
    color: #f5f5f5;
}
.top-info h1{
    color: #fff;
    margin-bottom: 20px;
    margin-top: 50px;
}
.top-info p.sub-head{
    font-size: 24px;
}
.top-info p.sub-head-small{
    font-size: 16px;
}
.top-info a{
    color: #f28526;
    font-weight: 600;
}
.btn-join{
    background: #da6a08;
    margin-bottom:20px;
    font-size: 22px;
    color: #fff;
    padding: 10px 15px;
}
.btn-join-small{
    background: #fff;
    margin-bottom:20px;
    font-size:15px;
    color: #000;
    padding: 7px 15px;
    margin-top: 25px;
    /*! box-shadow: 0px 0px 22px -3px #847a40; */
    /*! text-transform: uppercase; */
    font-weight: 500;
    /*! letter-spacing: 3px; */
}

.hw-container img{
    width:150px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.accordion-cstm{

    margin-top: -45px;
}
.accordion-cstm .card{
    border-radius: 0px;
    border: 0px;
}
.accordion-cstm .card-body{
    background: #e7e7e7;
    margin-bottom: 5px;
    color: #565656;
}

.accordion-cstm .card-header{
    background: #da6a08;
    margin-bottom: 5px;
    border-radius: 0px;
    border: 0px;
    padding: 5px;
    font-size: 16px;
}
.accordion-cstm .card-header .btn-link{
    color: #fff;
    font-size: 18px;
}
.slide-item {
    width: 70%;
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.testimonial{
    color: #fff;
    padding-bottom:100px;
}
.testimonial h2{
    margin-bottom: 35px;
}
.testimonial .slide-item p{
    color: #fff;
    font-size: 18px;
}
.testimonial .carousel-indicators{
    /*! margin-top: 59px; */
    bottom: -45px;
}
.nav-transparent .nav-item .nav-link{
    color: #333;
}
.nav-signup{
    background: #2ab42a;
    color: #fff !important;;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-shadow: 0px 0px 6px  2px #d8d8d8;
}
.nav-login{
    background: #fff;
    color: #000;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-shadow: 0px 0px 6px 2px #dedede;
}
.nav-transparent .nav-item{
    margin: 0px 5px;
}
.footer-bottom {
    padding-top: 15px;
    padding-bottom: 20px;
    color: #747474;
    font-size: 16px;
    border-top: 5px solid #ee7e1c;
}
.footer-links{
    margin: 0px;
    padding: 0px;
    float: right
}
.footer-links li{
    list-style: none;
    text-align: right;
    display: inline-block;
    margin: 0px 10px;
}
.footer-links li a{
    color: #747474;
}
p{
    color: #555555;
}
.brands{
    min-height: 100px;
}

.top-bg {
    background: url(../images/top-bg.jpg)no-repeat;
    padding-bottom: 100px;
    background-size: cover;
    margin-top: 121px;
    position: relative;
    overflow: hidden;
}
.top-bg:after{
    content: "";
    position: absolute;
    background: #fff;
    position: absolute;
    bottom: -80px;
    left: -20px;
    height: 100px;
    width: 110%;
    transform: rotate(1.7deg);
}
.center-block{
    margin: 0px auto;
    float: none;
}

.work-head{
    text-align: center;
    margin-bottom: 70px !important;
    margin-top: 20px !important;
}
.divider-ax1{
    /*background: url("../images/ax-1.svg")no-repeat;*/
    background-size: cover;
    height:60px;
    width: 100%;
}
.divider-ax2{
    /*background: url("../images/ax-2.svg")no-repeat;*/
    background-size: cover;
    height: 60px;
    width: 100%;
}
.h-sub-m{
    margin-top: 30px;
    font-size: 16px;
}

.register-cstm{
    /*width: 45%;*/
    background: #fff;
    box-shadow: 0px 0px 12px 8px #efefef;
    padding: 30px;
    box-sizing: border-box;
    border-top: 5px solid #fc803c;
}
.register-header{
    font-size: 22px;
    text-align: center;
    margin-top: -45px;
    margin-bottom: 50px;
}
.register-header span{
    background: #fc803c;
    color: #fff;
    padding: 5px 23px;
    border-radius: 5px;
}

.coming-bg{
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
    background: url("../images/coming-sson-bg.jpg")no-repeat;
    background-size: cover;
}

@media (pointer: coarse) and (hover: none) {
    /*body {
        background: url("../img/bg-mobile-fallback.jpg") #002E66 no-repeat center center scroll;
        background-position: cover;
    }*/
    body video {
        display: none;
    }
}
div.coming-soon{
    padding-top: 0px !important;
    height: 100%;
    min-height: 35rem;
    font-family: 'Source Sans Pro';
    font-weight: 300;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #cd9557;
    opacity: 0.4;
    z-index: 1;
}

.masthead {
    position: absolute;
    overflow: hidden;
    padding-bottom: 3rem;
    z-index: 2;
}

.masthead .masthead-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 35rem;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.91);
    transform: skewY(4deg);
    transform-origin: bottom right;
}

.masthead .masthead-content h1 {
    font-size: 2.5rem;
    color: #5d5d5d;
    margin-top: 15px;
}

.masthead .masthead-content p {
    font-size: 1.2rem;
}

.masthead .masthead-content p strong {
    font-weight: 700;
}

.masthead .masthead-content .input-group-newsletter input {
    font-size: 1rem;
    padding: 1rem;
}

.masthead .masthead-content .input-group-newsletter button {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem;
}

@media (min-width: 768px) {
    .masthead {
        height: 100%;
        min-height: 0;
        width: 40.5rem;
        padding-bottom: 0;
    }
    .masthead .masthead-bg {
        min-height: 0;
        transform: skewX(-8deg);
        transform-origin: top right;
    }
    .masthead .masthead-content {
        padding-left: 3rem;
        padding-right: 10rem;
    }
    .masthead .masthead-content h1 {
        font-size: 1.5rem;
        color: #000;
    }
    .masthead .masthead-content p {
        font-size: 1.3rem;
    }
}

.social-icons {
    position: absolute;
    margin-bottom: 2rem;
    width: 100%;
    z-index: 2;
}

.social-icons ul {
    margin-top: 2rem;
    width: 100%;
    text-align: center;
}

.social-icons ul > li {
    margin-left: 1rem;
    margin-right: 1rem;
    display: inline-block;
}

.social-icons ul > li > a {
    display: block;
    color: white;
    background-color: rgb(238, 130, 32);
    border-radius: 100%;
    font-size: 2rem;
    line-height: 4rem;
    height: 4rem;
    width: 4rem;
}
.font-fix-cs{
    font-size: 22px;
}
@media (min-width: 768px) {
    .social-icons {
        margin: 0;
        position: absolute;
        right: 2.5rem;
        bottom: 2rem;
        width: auto;
    }
    .social-icons ul {
        margin-top: 0;
        width: auto;
    }
    .social-icons ul > li {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .social-icons ul > li:last-child {
        margin-bottom: 0;
    }
    .social-icons ul > li > a {
        transition: all 0.2s ease-in-out;
        font-size: 2rem;
        line-height: 4rem;
        height: 4rem;
        width: 4rem;
    }
    .social-icons ul > li > a:hover {
        background-color: #576a7b;
    }
}

.job-list-single{
    border: 1px solid #bfbfbf;
    margin-bottom: 10px;
    background-color: rgba(251, 251, 251, 0.65);
    padding: 10px 0px;
}

div#user_menu_entries div {
    display: inl;
    display: inline-block;
}

.latest {
    background: #3e3e3e;
    padding: 5px;
    color: #fff;
    border-bottom: 4px solid #ed7e18;
    margin-bottom: 40px;
}
.latest p {
    margin-bottom: 3px;
    font-size: 14px;
    color: #fff;
}
.center-block-candidate{
    padding: 0;
    float: none;
    margin: 0px auto;
}
.center-block-candidate .btn{
    margin-bottom: 5px;
}
.btn-full-width{
    width: 100%;
    width: 100%;
}
#message_overlay{
    position: fixed;
    padding: 0px;
    left: 10px;
    top: 10px;
    z-index: 1000000;
}
#message_overlay .fullRow{
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 4px 5px 9px #aaa;
}
.menu-button{
    text-align: center;
}
div.menu-button .btn {
    background: transparent;
    color: #000;
    border: 0px;
}
div.menu-button .btn:hover{
    color: red;
}

.drag_body{
    padding-top: 0px;
}
.one_account{
    border: 1px solid transparent !important;
    margin-bottom: 10px;
        border-bottom: 1px solid #333 !important;
    background: #f8f8f8 !important;
    padding: 15px !important;
    position: relative !important;
}
.one_account:hover {
    cursor: pointer;
    box-shadow: 0px 0px 9px 0px #a6a6a6;
}

.no-padding{
    padding: 0px;
}
.btn-fav{
    position: absolute;
    top: 10px;
    right: 10px;
}


.top-info ol li {
    color: #ffff;
}
.body_margin {
    margin-top: 121px;
}
.job_list_id {
    margin: 0px;
    font-size: 10px;
    font-weight: bold;
    color: #b2b2ae;
}
.job_list_name {
    font-size: 20px;
    font-weight: bold;
    color: #f07d18;
    position: relative;
    margin-bottom: 0px;
}
.job_list_description {
    font-size: 15px;
    text-align: justify;
}
.one_account {
    transition: all 0.5s ease;
}
.one_account_wrap{
    float: left;
}
.rgsttr_form{
    margin-top: 150px;
    margin-bottom: 30px;
}


.job_des_holder{
    position: relative;
}
.job_des_wrap {
    min-height: 139px;
    border: 1px solid #cdcdcd;
    box-shadow: 0px 0px 0px 0px #f1f1f1;
    margin: 0;
    padding: 15px;
    text-align: justify;
}
.btn-fav i {
    display: inline-block;
    min-height: auto !important; 
    min-width: auto !important;
}
.job_btn:hover {
    transform: scale(1.2);
    box-shadow: 0px 0px 5px 0px #ed7e18;
}
.job_btn {
    background: #f8f8f8;
    border: 1px solid #ed7e18;
    transition: all 0.5s ease;
}
.job_btn i {
    color: #ed7e18;
}
.job_des_holder .job_des_wrap {
    box-shadow: 0px 0px 9px 0px #a6a6a6;
}
.back_btn_wrap{
    text-align: center;
    margin: 30px 0px;
}
.latest_wrap p span {
    padding: 0px 10px;
    padding-right: 0px;
}
.latest_wrap p label {
    font-weight: bold;
    margin: 0px;
}
.interview_title {
    font-size: 19px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 5px;
}
.interview_title a {
    color: #ee7e1c;
}
.interview_title_top {
    font-size: 10px;
    margin-bottom: 0px;
}
.one_item.single_interview_wrap:hover{
    box-shadow: 0px 0px 9px 0px #a6a6a6;
    background-color: #f8f8f8;
    border-bottom: 3px solid #ed7e18;
}
.one_item.single_interview_wrap{
    border: 0px;
    border-bottom: 3px solid #d5d5d5 !important;
    margin-bottom: 10px;
    background-color: #f8f8f8;
    padding: 10px 0px;
    transition: all 0.5s ease;
}

.interview_des {
    font-size: 15px;
    color: #333;
    text-align: justify;
}
#home_summary_accounts .dropzone {
    border: 2px dotted rgb(237, 126, 24) !important;
    background: #F8f8f8 !important;
}
.label_wrap {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 10px;
}
.label_wrap p {
    display: inline-block;
    padding-right: 5px;
    border-right: 1px solid #d4d4d4;
    margin-right: 5px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.label_wrap p:last-child {
    border-right: 0px;
}
.label_wrap p i {
    display: inline-block;
    min-width: auto;
    min-height: auto;
    padding-right: 5px;
    font-size: 13px;
    color: #3e3e3e;
}
.edit_job_btn {
    position: absolute;
    right: 15px;
    top: 15px;
    border-bottom: 1px solid #3e3e3e;
    border-radius: 0px;
    transition: all 0.5s ease;
    opacity: 1;
    z-index: 1;
}
.edit_job_btn:hover i {
    color: #ed7e18;
}
.edit_job_btn i {
    min-width: unset !important;
    min-height: unset !important;
    color: #3e3e3e;
}
.edit_job_btn:hover {
    color: #ed7e18;
    border-bottom: 1px solid #ed7e18;
}
.one_account:hover .edit_job_btn {
    opacity: 1;
}
.job_id_title {
    font-size: 10px;
    margin-bottom: 0px;
    color: #333333;
}

.go_to_employer:hover {
    box-shadow: 0px 0px 9px 4px #cdcdcd;
}
.go_to_employer {
    width: 100%;
    background: #ed7e18;
    border: 1px solid #ed7e18;
    padding: 30px 0px;
    text-align: center;
    margin-bottom: 21px;
    color: #fff;
    border-radius: 5px;
    transition: all 0.5s ease;
        cursor: pointer;
}
.job_details_wrap {
    padding: 20px;
    box-shadow: 0px 0px 12px 1px #f1f1f1;
    margin-top: -70px;
}

.job_title.list_job_title:hover {
    color: #ed7e18;
}

/* Overlay styles */
#overlay_are_you_sure {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);;
    /*filter:alpha(opacity=50);*/
    /*-moz-opacity:0.5;*/
    /*-khtml-opacity: 0.5;*/
    /*opacity: 0.5;*/
    z-index: 10000;
}
.overlay_fephp {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);;
    /*filter:alpha(opacity=50);*/
    /*-moz-opacity:0.5;*/
    /*-khtml-opacity: 0.5;*/
    /*opacity: 0.5;*/
    z-index: 10000;
}

#close_button_div {
    position: relative;
    float: right;
    cursor: pointer;
    top: -15px;
    right: -20px;
    width: 30px;
    /* top: -20px;
    right: 16px;
    width: 50px ; */
}

#close_button_div img{
    width: 75%;
}

.overlay_inner {
    position: fixed;
    margin: 10% 30%;
    width: 40%;
    height: 60%;
    background-color: #fff;
}

.overlay_content {
    position: relative;
    margin: 0% 5%;
    width: 90%;
    height: 80%;
    background-color: #fff;
    color: #000000;
    overflow-y: scroll;
}

.interview_time{
    font-size: x-small;
}


@media screen and (max-width: 767px){
    body{
        background: none !important;
    }
    .fixed-top{
        position: relative !important;
    }
    .top-bg {
        margin-top: 0px;
    }
    .top-info ul{
        text-align: center;
        list-style: none;
    }
    .top-info {
        text-align: center;
    }
    .top-bg:after{
        opacity: 0;
    }
    .footer-links li{
        display: block;
        text-align: center;
    }
    .footer-links {
        float: none;
    }
    .copyright_footer{
        text-align: center;
    }
    .accordion-cstm {
        margin-top: 0px;
    }
    .common_question_wrap{
        text-align: center;
    }
    .work_style_wrap {
        text-align: center !important;
    }
    .navbar-toggler {
        background-color: #fff;
        border: 1px solid #a7a7a7;
    }
    .navbar-toggler-icon {
        width: auto !important;
        height: auto !important;
    }
    .xs-left{
        text-align: left;
    }
    .xs-right{
        text-align: right;
    }
    .xs-center{
        text-align: center;
    }
    .center-block-candidate{
       padding: 0px 15px;
    }
    .xs-no-padding{
        padding: 0px;
    }
    .one_account, .job_des_holder{
        margin-bottom: 20px;
    }
    
    .job_des_wrap {
        margin-bottom: 10px;
    }
    .rgsttr_form{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .body_margin {
        margin-top: 0px;
    }
    .job_details_wrap {
        margin-top: unset !important;
    }
    .overlay_inner {
        width: 90% !important;
        margin: 10% 5% !important;
    }

}
