@import url('../line-awesome/css/line-awesome.min.css');

a{
    color: #ED1C24;
}
a:hover{
    color: black;
    text-decoration: none;
}
.navbar-laravel{
    box-shadow: none;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.btn{
    border-radius: 0 !important;
}
/**
Home Page
 */
.navbar-laravel{
    border-bottom: none;
}
.transparent-navbar{
    background-color: transparent;
    padding: 20px 0;
    z-index: 9;
}
.navbar-brand{
    padding: 0;
}
.navbar-brand img{
    max-height: 100px;
    width: 100px;
}
.home_logo{
    width: 250px;
    top: -60px;
}
.home-hero-section{
    background: #f6fff5 url(../images/home2.jpg) no-repeat scroll center;
    background-size: cover;
    /* color: #0baf00; */
    color: #000000;
    min-height: 500px;
    padding-top: 113px;
    margin-top: -43px;
    position: relative;
    border: 20px solid #f6fff5;
}
.home-hero-section:before{
    background-color: #f6fff5;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;

}
/*coutner*/
/*-- Counters Sec CSS Start --*/
.counters {
    max-width: 700px;
    margin: 0 auto;
    padding: 80px 0;
}
.counters ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.counters .la {
    font-size: 60px;
    color: #ED1C24;
    padding-bottom: 10px;
}
.counters li {
    width: 33%;
}
.counters .market-icon {
    padding-bottom: 20px;
    display: block;
}
.counters h6 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 4px;
}
.counters span {
    font-size: 15px;
}
.counters a:hover span {
    color: #008000;
}
/*endcounter*/
.right-text{
    padding: 60px 60px;
}
.right-image{
    width: 675px;
    padding: 0 50px;
}
.job-search-bar {
    margin: 0;
}
.job-search-bar input, .job-search-bar button {
    border: none;
    height: 60px;
    border-radius: 0;
    vertical-align:top !important;
}
.job-search-bar .job-search-sub-text{
    font-size: 1.1rem;
}
a.category-link {
    color: #2f2f2f;
}
a.category-link:hover {
    color: #444444;
}
.box-shadow{
    box-shadow: 0 1px 2px rgba(0,0,0,.35);
}
.call-to-action-post-job{
    display: flex;
}
.job-post-icon img {
    max-width: 100px;
}

.premium-job-box{
    height: 100%;
}

.premium-job-logo {
    text-align: center;
    box-shadow: 0 1px 2px rgba(0,0,0,.35);
    padding: 10px;
}
.home-register-account-box img{
    max-width: 80px;
    height: auto;
}
.jf-shadow{
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0,0,0,.35);
}
.register-account-box {
    text-align: center;
    color: rgba(0,0,0,.6);
}
.register-account-box .icon i {
    font-size: 5rem;
}
.mendatory-mark{
    margin-top: .25rem;
    font-size: 80%;
    color: #e3342f;
}
.job-stats-footer h3{
    color: #2fa360;
}
.blog-card-text-preview, .blog-card-footer{
    color: #878787;
}

.blog-listing-header{
    background: #089626  url("../images/blog-banner.jpg")  no-repeat fixed  center;
    background-size: cover;
    padding: 5rem 0;
    color: #ffffff;
    position: relative;
}
.blog-listing-header:before{
    background-color: #089626;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.blog-search-wrap input{
    border: none;
    border-radius: 0;
}

/**
End HomePage
 */

.job-view-lead-head{
    border-bottom: 1px solid rgb(230, 230, 230);
}
.job-view-lead-head .breadcrumb{
    background-color: transparent;
    padding: 0;
}
.bg-dark .job-view-lead-position-box{
    color: #cccccc;
}
.bg-light .job-view-lead-position-box{
    color: #545454;
}
.job-view-lead-position-box .text-small, .terms-msg .text-small{
    font-size: 0.8rem;
}
.single-skill{
    background-color: #eeeeee;
    padding: 7px 10px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
    /*text-shadow: 1px 1px 1px #444444;*/
}
.modern-social-share-wrap a.share {
    font-size: 1.3rem;
    padding: 5px;
    line-height: 1.3rem;
}
.job-view-company-logo {
    max-width: 100px;
}
.premium-badge-wrap img{
    max-width: 50px;
    height: auto;
}
.employer-job-listing-single.premium-job{
    display: flex;
    position: relative;
}
.premium-job .job-listing-company-logo {
    max-width: 80px;
    margin-right: 20px;
}
.listing-job-info, .job-listing-company-logo{
    z-index: 9;
}
.employer-job-listing-single.premium-job:before{
    content: "";
    background: url("../images/premium.png")  no-repeat scroll right center  ;
    background-size: contain;

    height: 50%;
    right: 0;
    opacity: 0.1;
    position: absolute;
    top: 10%;
    width: 100%;
}
button.updating-btn i.la {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
button.updating-btn i.la:before{
    content: "\f311";
}
.form-group.has-error{
    background: #fff1f1;
    padding: 10px 0;

}
.invalid-feedback{
    display: block !important;
}
.field-required{
    color: #ff0000;
}
.pricing-table-wrap{
    position: relative;
    overflow: hidden;
}
.pricing-package-ribbon {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 20px;
    right: -63px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    padding: 10px 70px;
}
.pricing-package-ribbon-light{
    background: #fff;
    color: #333333;
}
.pricing-package-ribbon-green{
    background: #ED1C24;
    color: #eeeeee;
}
.main-footer{
    color: #C7C9C9;
    background-color: #4c4c49;
    font-size: 20px;
}
.search-form{

}
.mob_width{
    width: 80%;
    height: 420px;
}

.navbar-collapse{
    padding-left: 20px !important;
}
.para{
    font-size: 18px;
    margin-top: 50px;
    padding: 40px !important;
    letter-spacing: 0.5px;
}
.iimage{
    width: 500px; height:300px;
    padding: 10px;
}
.last{
    width: auto;
    height: auto;
    margin-right: 20px;
}
.headd{
    text-align: center;
}
.headd h1{
    font-size: 36px !important;
}
.headd2{
    text-align: justify;
}
.home-register-account-box {

}
.right-btn{
    margin-left: 20px;
}
@media only screen and (max-width: 700px){
    .last{
        width: 300px;
        height: auto;
        margin-right: 20px;
    }
    .home-register-account-box {
margin-left: 30px;
    }
    .headd2{
        text-align: center;
        font-size: 20px;
    }
    .headd h1{
        font-size: 24px !important;
    }

    .para{
        font-size: 16px;
        margin-top: 0;
        padding: 5px !important;
        letter-spacing: 0.5px;
    }
    .iimage{
        width: 300px;
        height: auto;
        padding: 5px;
    }
    .home_logo{
        width: 220px;
        top: -23px;
        text-align: center;
        padding: 0 0 0 20px;
    }
    .search-form{
        max-width: 300px;
    }
    .right-image{
        width: 350px;
    }
    .mob_width{
        width: 300px;
        height: auto
    }
    .search-form{
        padding-left: 60px;
    }
    .navbar-brand img {
        max-height: 200px;
        width: 200px;
    }

}
@media only screen and (max-width: 380px){
    .right-image {
        width: 331px;
        margin-left: -41px;
    }
    .mob_width {
        width: 250px;
        height: auto;
    }
    .right-text {
        padding: 20px 20px;
    }
    .headd2 {
        text-align: center;
        font-size: 19px;
    }
    .home-register-account-box {
        margin-left: -16px;
    }
    .right-btn{
        margin-left: 0;
    }
}
