.full-width-header .rs-header .menu-area .logo-area img {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    max-height: 75px;
}
.full-width-header .rs-header .menu-area .rs-menu-area {
    
    margin-right: 5px;
}
#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #015aff;
    color: white;
}
.Vacancies-table .readon.consultant.discover {
    padding: 10px 22px;
    font-size: 15px;
}
.Vacancie-table #customers td:nth-child(2){
    text-align: center;
}
#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #015aff;
    color: white;
}
.rs-contact.main-home .contact-icons-style .contact-item {
    display: flex;
    padding: 30px 30px 30px 30px;
    margin: 0 -5px 0 0;
    background-image: url(../../img/contact-box.jpg);
}
.rs-contact.home3-contact-style .contact-wrap, .rs-contact.home3-contact-style .icon-box-wraper {
    min-height: auto;
}
.rs-contact.home3-contact-style .icon-box-wraper {
    background-image: url(../../img/contact.jpg);
    background-position: top left;
    background-size: cover;
    padding: 70px 50px 99px 50px;
}
.desktop-slider{
    display: block;
}
.desktop-mobile{
    display: none;
}
.full-width-header .rs-header.style2 .topbar-area {
    background-color: #02075d ;
}
.text-justify{
    text-align: justify;
}
/* .Vacancies-table tr th:nth-child(1){
    width: 50%;
} */
.rs-breadcrumbs {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    background-color: #02075d;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title {
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    padding-top: 20px;
}
.rs-breadcrumbs .breadcrumbs-inner {
    padding: 45px 0;
}




@media only screen and (max-width: 600px) {
    .full-width-header .rs-header .menu-area .logo-area img {
        transition: 0.4s;
        -webkit-transition: 0.4s;
        max-height: 50px;
    }
    .desktop-slider{
        display: none;
    }
    .desktop-mobile{
        display: block;
    }

}
.rs-slider.slider3 .content-part .sl-title {
    font-size: 35px;
    
}
@media only screen and (max-width: 600px) {
    #customers {
        overflow-y: hidden;
        display: block;
    }
    #customers .consultant, #customers td {
        white-space: nowrap;
    }
}



