@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600&display=swap');
    
    h1,h2,h3,h4,h5,h6 {
        font-family: 'Roboto Slab', serif;
    }
    
    h2{
        font-weight: 600;
        font-size:40px;
        line-height: 35px;
        color: #464646 !important;
    }
    h2 span{
        color: #f29407 !important;
    }
    
    .bg-light {
        background-color: #fff !important;
    }
    
    body .btn.btn-primary{
        border-radius:0px;
    }
    
    a.nav-link{
        color: #464646;
    font-weight: 500;
    }
    
    .vacancy-index-item-field-value .fa, .vacancy-index-item-field-value .fas, .vacancy-index-item-field-value .far, .vacancy-detail-offer-and-requirements .item i {
            color: #f29407 !important;
    }
    .vacancy-index-list-counter, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
             background-color: #f29407 !important;
    }
    
    *{
        font-family: 'Roboto Slab', serif;
        scroll-behavior: smooth;
    }
    
    p, li{
        line-height: 1.6;
         font-family: 'Roboto Slab', serif;    
         color: #a5a5a5 !important;
        font-weight: 500;
    }
    
    .display p{
        color:#fff !important;
    }
    
    .fas{
        color:#f29407;
    }
    
    .icon-home{
        height:60px;
        width:60px;
        line-height:60px;
        text-align: center; border-radius: 50%; border: 2px solid #f29407; display: inline-block; background-color: #f29407;
    }
    
    .icon-home b{
        color:rgb(73, 164, 162) !important;    
    }
    
    .icon-home .icon{
        font-size:30px;
    }
    
    img.shadow{
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    }
    
    .btn-info{
    border-radius:0px !important;
    background-color: rgb(73, 164, 162);
    }
    
    h3{
        font-weight:500;
    }
    
    .vacancy-detail .employee{ background-color: rgb(73, 164, 162);}
    .vacancy-detail .form-control{border-radius: 0px !important;}
    .apply-btn-submit{border-radius:0px;padding: 15px 20px;}
    
    .icon-home-title span{
        font-weight:600;
    }
    
    .col-md-6.img-default {
        padding: 0px 30px;
    }
    .is-footer b{
        color: rgb(73, 164, 162);
    }
    .cta-title{
        font-size:36px;
        color:#fff !important;
    }
    
    li.nav-item:first-child {
        display: none;
    }
    
    
    
    .icon-home-title{font-size:24px; margin-top:20px;     font-weight: 500;
    color: #464646 !important;}
    @media screen and (max-width: 992px) {
        .col-md-6.img-default{padding:15px;}
        .is-overlay .is-overlay-bg{background-position:center right;}
    .is-footer img{width:200px !important;}
      .icon-home-title{margin-top:10px !important; margin-bottom:40px; letter-spacing:0px !important;}   
    }