@import url('../line-awesome/css/line-awesome.min.css');
a{
    color: #38c172;
}
a:hover{
    color: #2fa360;
    text-decoration: none;
}
.navbar-laravel{
    background: #121214;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.btn{
    border-radius: 0 !important;
}
/**
Home Page
 */

a.float img {
    position: fixed;
    bottom: 32px;
    z-index: 999;
    /* top: 0; */
    right: 0;
    width: 10%;
}

.blog-single-content.pt-3.pb-5 {
    margin: 20px 0;
    padding: 20px;
    box-shadow: 2px 2px 2px #f8fafc;
}

.blog-single-content.pt-3.pb-5 input, .blog-single-content.pt-3.pb-5 textarea  {
    border-top: none;
    border-right: none;
    border-left: none;
    background: transparent;
}

/*main slider */


/*.pricing-section-heading.mb-5.text-center h1 {
    font-size: 3.25rem;
    font-family: auto;
    color: #1ca8cb;
}*/
.pricing-section-heading.mb-5.text-center h5 {
    font-size: 1.4rem;
    color: #113d48 !important;
}

p.address-book i {
    font-size: 24px;
    color: #38b172;
}
p.address-book {
    font-size: 20px;
}

h2.text-center.head-from {
    font-size: 44px;
    margin-top: 70px;
    margin-bottom: 60px;
}

.transparent-navbar {
    background-color: #121214;
    padding: 10px 0;
    z-index: 999;
    position: fixed;
    width: 100%;
    opacity: 0.8;
}

p.job-categree {
    background: #f8fafc;
    /* size: 28px; */
    text-align: center;
    padding: 20px;
}

.home-register-account-box {
    background: #f8fafc;
    padding: 20px;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link{
    color: #ffffff;
    font-size: 18px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #78c132;
}


h2.text-muted.mb-3 {
    font-size: 3em;
    color: #113d48 !important;
    font-weight: 600;
    font-family: ui-serif;
    text-align: left;
}

.job-stats-footer h5 {
    font-family: fantasy;
}

.home-categories-wrap {
    background-image: url('/storage/uploads/images/background.png');
        background-size: auto;
}

.row.form-submiting {
    position: relative;
    margin: 0 auto;
}
.row.disctiptionDD {
    text-align: center;
    background: #3f3f3f;
    opacity: 0.7;
    margin-top: 10%;
    padding: 40px;
 
}

.navbar-brand{
    padding: 0;
}
.navbar-brand img{
    max-height: 68px;
    width: auto;
}
.home-hero-section{
    background: url("../images/hero-image.png")  no-repeat;
    min-height: 640px;
    padding-top: 100px;
    position: relative;
    background-size: contain;
    color: #ffffff;
    
}
.home-hero-section:before{
    background-color: #121214;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
}
.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.2rem;
}
a.category-link {
    color: #1ca8cb;
}
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: #113d48;
    font-size: 2.575rem !important;
    font-family: cursive;
}
.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: #38c172;
    color: #eeeeee;
}
.main-footer, .main-footer a {
    color: #C7C9C9;
}
.bg-dark{
    background: #121214 !important;
}

/*Social icon*/
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}
.tiktok {
  background: #000000;
  color: white;
}
.instagram {
  background: #ed7351;
  color: white;
}

.google {
  background: #2fa360;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

/*code care*/
a.webdev {
    position: fixed;
    right: -84px;
    top: 46%;
    font-size: 18px;
    transform: rotate(-90deg);
    background: #585858;
    opacity: 0.7;
    padding: 4px 16px;
    color: #ffffff;
}

.headlines-h1 h2 {
    color: #113d48;
    font-size: 3.25rem;
    margin-top: 40px;
}
.headlines-h1 h3 {
    color: #113d48;
    font-size: 2.25rem;
    margin-top: 40px;
}

.headlines-h1 p {
    color: #ffffff;
    font-size: 20px;
}
b.sp-text {
    font-size: 18px;
}
.pt-60 {
    padding-top: 60px;
}

/*responsive*/
 @media only screen and (max-width: 600px) {
 
a.float img{
    width: 30% !important;
}