/*
Custom CSS for TemplateMo 561 Purple Buzz

https://templatemo.com/tm-561-purple-buzz

*/



#jobs {
    background: #f8f8fa;
    padding: 50px 0;
    border-radius: 10px;
    padding: 28px 13px;
  }
  
  .company-details {
    box-shadow: 0 2px 70px 0 rgba(110, 130, 208, 0.18);
    border-radius: 5px;
    margin-bottom: 20px;
  }
  
  .job-update {
    background: white;
    padding: 10px 20px;
    border-radius: 5px;
  }
  
  .job-update h4 strong {
    font-size: 30px;
    
  }
  .jobtype{
    font-weight: 600;
    margin-right: 5px;
    background-color: green;
    color: white;
    padding: 3px;
    border-radius: 4px;
  }
  .job-update .fa {
    margin-top: 5px;
    margin-right: 10px;
    color: #000;
  }
  .webmap iframe{
    width: 100%;
  }
  .price {
    color: #018f62;
  }
  
  .location {
    color: red;
  }
  
  /* .description {
    display: none;
  }
  .company-details :hover .description {
    display: block;
  }
   */
  
  
  .description {
      overflow: hidden; 
      height: 0; opacity: 0;
      transition: height 0ms 400ms, opacity 400ms 0ms;
  }
  .company-details .description{
      height: auto; opacity: 1;
      transition: height 0ms 0ms, opacity 600ms 0ms;
  }
  
  
  .bookmark{
    color: #000 !important;
    float: right;
    display: inline-flex;
    font-size: 20px;
    cursor: pointer;
  }
  
  .bookmark p{
    margin-left: 5px;
      font-size: 20px;
      cursor: pointer;
  
  }
  .fa-heart-o:before {
      content: "\f08a";
      margin-right: 8px;
        font-size: 20px;
        cursor: pointer;
        
      color: rgb(33, 33, 226) !important;
  
  }
  .fa-heart-o:before .bookmark{
    color: rgb(33, 33, 226) !important;
  }
  .fa-heart:before {
      content: "\f004";
      margin-right: 8px;
        font-size: 20px;
        cursor: pointer;
        color: rgb(33, 33, 226) !important;
  }
  
  
  
  
  .job-update small {
    background: #efefef;
    padding: 1px 5px;
    margin: 0 5px;
  }
  
  .job-update small:hover {
    cursor: pointer;
    background: #23c0e9;
    z-index: 2;
    transition: all 200ms ease-in;
    transform: scale(1.1);
    color: white;
  }
  
  .job-update p {
    margin-bottom: 0 !important;
  }
  
  .job-update a {
    text-decoration: none !important;
    color: #b6bed2;
    float: right;
  }
  
  .job-update a:hover {
    text-decoration: none !important;
    color: rgb(0, 95, 238);
    float: right;
  }
  
  .apply-btn {
    /* height: 40px; */
    /* background-image: linear-gradient(to right, #6db9ef, #111136); */
    padding: 5px;
    border-bottom-left-radius: 5px;
  }
  .notfound{
    color: black;
  }
  .apply-btn .btn-primary {
    padding: 0 30px;
    float: right;
    box-shadow: none !important;
    background: transparent;
    border: 1px solid #fff;
    /* width: 100px;
    height: 30px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0px;
    background: #000;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 10px;
    text-align: center;
    height: 41px;
  }


  .apply-btn .btn-primary:hover{
    border: 1px solid black;
  }
  
  .pagelink li {
    height: 25px;
    list-style: none;
    width: 25px;
    display: inline-block;
    cursor: pointer;
  }
  
  .pagelink li:hover,
  .activa {
    color: #fff;
    background-image: linear-gradient(to right, #6db9ef, #7ce08a);
  }
  
  .left-arrow {
    color: #999;
  }
  
  .right-arrow {
    color: #29b929;
  }
  
  .careerbanner{
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 86px; */
    height: 290px;
    margin-bottom: 30px;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../img/careerjob.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .careerbanner h2{
    color: white;
    text-align: center;
  }
  
