
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

p{color: #414141;}

.exim_btn a:hover, .theme_btn:hover, .exim_btn:hover {
    background: transparent;
    color: var(--primary-clr) !important;
}

.exim_btn a, .theme_btn, .exim_btn {
    display: inline-block;
    background: var(--primary-clr);
    padding: 8px 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid var(--primary-clr);
    transition: 0.3s ease;
    text-transform: uppercase;
}

.slider-img-col img{
    margin-bottom: 20px;
}

h1,h2,h3,h4,h5,h6,a,span,li,input,select, p{
    font-family: 'Lato', sans-serif !important;
}


.jp_first_sidebar_main_wrapper {
    float: left;
    width: 100%;
    margin-top: 0;
    padding: 45px 0  !important;
    border: none;
}

.jp_hiring_slider_main_wrapper{
    border: none !important;
    
}

.jp_job_heading p{
    margin-bottom: 20px;
    font-size: 16px;
}

.cc_featured_product_main_wrapper {
    border-radius: 4px;
    padding: 14px;
    border: none;
}
.jp_tittle_main_wrapper {
    background: #1d1819 !important;
    padding: 45px 0 !important;
}

.jp_tittle_heading h2 {
    font-size: 50px !important;
    color: #fff !important;
   
}

.jp_tittle_breadcrumb_wrapper li a{
    color: #fff !important;
}

.text-red{
    color: var(--primary-clr);
}

.position-relative{
    position: relative;
}

.main-title-v h3 {
    font-size: 90px;
    font-weight: 600;
}
.jp_newsletter_img_overlay_wrapper
{
    background: #1d1819 !important;
}

.time-count {
    position: absolute;
    background: #1d1819;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    top: 38%;
    left: 42%;
    /* transform: translate(50%, 50%); */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.time-count p {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.time-count h6 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.jp_hiring_content_wrapper img {
    margin-bottom: 20px;
}

.why-sec {
    padding: 65px 20px;
    height: 100%;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}



.pt-img img {
    max-height: 58px;
    margin-right: 20px;
}

.pr-desc h6 {
    font-size: 16px;
    line-height: 22px;
}

.why-us-point {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: 0.3s all;
}

.why-us-point:hover {
    transform: translateY(-7px);
}

.jp_testi_slider_img_overlay{
    background: #231f20 !important;    
}
.gc_map_location_icon_cont_wrapper p {
    color: #fff;
    margin-top: 16px;
    line-height: 22px;
}

.jp_contact_right_box_wrapper {
   
    background: #231f20 !important;
    
}

.spec-det {
    display: flex;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
    column-gap: 25px;
}

.spec-det-col{
    padding-right: 20px;
}

.spec-det-col h5, .emp-det-col h5 {
    font-weight: 700;
    font-size: 16px;
}

.maid-details {
    background: #fff;
    padding-top: 20px;
    border-radius: 5px;
    border: 1px solid #efefef;
    margin-bottom: 30px;
}

.emp-det{
    margin-top: 20px;
    display: flex;
    align-items: center;
    background-color: #efefef;
}

.emp-det-col{
    flex: 1 0 0%;
    padding: 6px 20px;
    border-right: 1px solid #acacac;
}

.maid-section{
    position: static;
}

.modal{
    background: #00000080;
}

.fixed-top-menu{
    z-index: 1000 !important;
}

.modal-dialog{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    max-width: 100%;
    width: 620px;
}

.hm-img img {
    border-radius: 8px;
}

.hm-select{
    position: relative;
    border-radius: 8px;
    margin-bottom: 20px;
}

.hm-desc {
    background: #00000040;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.hm-desc h4{
    color: #fff;
    text-align: center;
}

.modalHeader {
    padding: 10px 18px;
    border-bottom: 1px solid #e0e0e0;
}

.modalHeader h4{
    font-weight: 600;
}
 
@media only screen and (max-width: 600px){
.jp_hiring_heading_wrapper h2 {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 20px;
}

    .main-title-v h3 {
        font-size: 50px;    
    }

    .input-group{
        display: inline-block;
    }

    .main-search-form .search-btn {   
        min-width: 100%;   
        width: 100%;  
    }

    .main-search-form select{
        margin-bottom: 20px !important;
    }

    .emp-det{
        flex-wrap: wrap;
    }

    .emp-det-col{
        flex: 1 0 0%;
        flex-basis: 100%;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-right: none !important;
    }
    .maid-section .exim_btn{
       
            width: 100%;

    }

    .spec-det-col{
        margin-bottom: 20px;
    }
}