/* Inter font css here */

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Black.woff2') format('woff2'),
        url('../fonts/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Light.woff2') format('woff2'),
        url('../fonts/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}





/* my change  Deepak  */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: 15px;
    padding-right: 15px;
}

.rss_link {
    display: none;
}

.headerbtn a:visited {
    color: #046381;
}

a.load_more_jobs {
    color: #046381;
}

.search_submit input[type="submit"] {
    background: #046381;
}

a.btn-default {
    background-color: #046381 !important;
}

.dropdown-toggle:focus,
.dropdown-item:focus {
    outline: 0 !important;
}

.search_remote_position {
    display: none;
}

header.entry-header h1.entry-title {
    text-align: center;
    font-size: 32px !important;
}


header.desktopheader {
    border-bottom: solid 1px #D9D9D9;
}

header.responsiveheader {
    border-bottom: solid 1px #D9D9D9;
}


.home_desktopheader {
    border-bottom: 0 !important;
}

.single_job_listing .meta {
    margin-bottom: 16px !important;
}

.single_job_listing .meta li {
    color: #000 !important;
    margin: 0 6px 0 0 !important;
}

.single_job_listing .meta li a {
    color: #046381 !important;
}

.single_job_listing .company .name a {
    color: #046381;
}

.menu ul li.dropdown .dropdown-menu {
    padding: 10px 0 !important;
    top: 12px !important;
    border: 0;
    box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.15);
}

.menu ul li.dropdown .dropdown-menu::after {
    content: "";
    position: fixed;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;

    border-bottom: 9px solid #fff;
    /* z-index: -1; */
    top: -8px;
    left: 3px;
    box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.15);

}

.menu ul li.dropdown .dropdown-menu li {
    margin-right: 0;
}

.menu ul li.dropdown .dropdown-menu li a {
    font-size: 15px;
    margin-bottom: 4px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: currentColor;
    background-color: transparent;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent !important;
}


.sidebarbody ul li.dropdown .dropdown-menu {
    padding: 8px 0 !important;
}

.sidebarbody ul li.dropdown .dropdown-menu li a {
    color: #000;
    font-size: 13px;
}

.sidebarbody ul li.dropdown .dropdown-menu li {
    padding: 0;
}


.rop_service {
    background: url(../images/rop_service_image.png) no-repeat center center;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
}

.rop_service h1 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
}

.rop_service p {
    color: #fff;
}

.rpo_find_perfect {
    padding: 70px 0 !important;
}

.rpo_alikecategories .alikecategoriesdetails {
    margin-bottom: 40px;
    padding: 0;
}

.rpo_alikecategories .alikecategoriesdetails .row {
    row-gap: 20px;
}

.rpo_alikecategories .alikecategoriesbox {
    padding: 32px 0 10px;
    height: 100%;
}

.alikecategoriesbox p {
    color: #3F3E4F;
    margin-top: 10px;
    line-height: normal;
    padding: 0 20px;
}

.rpo_find_perfect p {
    font-size: 16px;
}

.rpo_problems .hrservices_about_choose {
    margin-top: 36px;
}


.rpo_problems .hrservices_about_box {
    padding: 0;
    border: 0;
}

.rpo_problems {
    margin-top: 50px;
}

.rpo_problems p {
    color: #3F3E4F;
}

.rpo_problems_heading p {
    font-size: 16px;
}

.rpo_problems .hrservices_about_box:hover {
    box-shadow: none;
}




/* my change  Deepak  */


body {
    font-family: 'Inter', sans-serif;
}

a {
    text-decoration: none;
}

.full {
    width: 100%;
    float: left;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

h2 {
    color: #000000;
    font-size: 32px;
    line-height: 50px;
    font-weight: 300;
}

h2 span {
    font-weight: bold;
}

p {
    color: #000;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}

.btn-primary {
    background-color: #046381 !important;
    border-color: #046381 !important;
    padding: 12px 24px;
    transition: 0.5s ease;
    border-radius: 100px;
    font-size: 14px;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: none !important;
}

.btn-primary:hover {
    background-color: #D2AB66 !important;
    border-color: #D2AB66 !important;
}




/* header css */

.topbar {
    padding: 8px 0;
    border-bottom: solid 1px #D9D9D9;
}

.topbar ul li {
    display: inline-block;
    max-height: 24px;
}

.topbarleftside ul li a {
    color: #000000;
    transition-duration: .3s;
    font-weight: 500;
}

.topbarleftside ul li span {
    font-size: 13px;
    line-height: 1;
}

.topbarleftside ul li i {
    font-size: 18px;
    margin-right: 7px;
}

.topbarleftside ul {
    line-height: normal;
}

.topbarleftside ul li {
    color: #000;
    margin-right: 20px;
}

.topbarleftside ul li a:hover {
    color: #046381;
}

.sociallinks ul li a {
    color: #000000;
    transition-duration: .3s;
    font-size: 16px;
    padding: 2px 8px;
}

.sociallinks ul li a.facebooklink:hover {
    color: #3b5998;
}

.sociallinks ul li a.instalink:hover {
    color: #c32aa3;
}

.sociallinks ul li a.twitterlink:hover {
    color: #1da1f2;
}

.sociallinks ul li a.pinterestlink:hover {
    color: #bd081c;
}

.sociallinks ul li a.linkedinlink:hover {
    color: #0077B5;
}

.sociallinks ul li a.telegramlink:hover {
    color: #279ED9;
}

.sociallinks ul li a.whatsapplink:hover {
    color: #128c7e;
}

.sociallinks .justify-content-between {
    justify-content: flex-end !important;
}

p.tagline {
    margin-top: -9px;
    font-size: 14px;
    color: #555 !important;
    font-weight: 500;
    text-align: center;
}


/*.sociallinks { max-width:90px;     margin: 0 auto;}*/
.weblogo a {
    display: inline-block;
}

.weblogo p.tagline {
    margin-bottom: 0;
}

.menu {
    padding: 0px 0;
}

.menu ul li a {
    color: #070714;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.headerbtn {
    border: solid 1px #046381;
    border-radius: 100px;
    overflow: hidden;
}

.headerbtn a {
    padding: 8px 6px;
    display: inline-block;
    font-size: 14px;
    color: #046381;
    font-weight: bold;
    transition-duration: .3s;
    line-height: normal;
}

.headerbtn a:first-child {
    padding-left: 15px;
    position: relative;
}

.headerbtn a:last-child {
    padding-right: 9px;
}

.headerbtn a:first-child:after {
    position: absolute;
    background-color: #046381;
    height: 38px;
    width: 1px;
    content: '';
    top: 0;
    right: -2.5px
}

.menu ul li {
    margin-right: 36px;
    line-height: normal;
}

.menu ul li a i {
    font-weight: bold;
    margin-right: 1px;
    position: relative;
    top: 1px;
    color: #046381;
}

.menu ul li a.active i {
    display: inline-block;
}

.menu ul li a:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #046381;
    border-radius: 10px;
    transition: width 0.5s ease-out;
}

.menu ul li a:hover:before {
    width: 100%;
    animation: grow-border 0.5s ease-out;
}

.menu ul li a {
    transition-duration: .3s;
}

.menu ul li a:hover {
    color: #046381;
}

.menu ul li a.active {
    color: #046381;
}

.headerbtn a:hover {
    background: #046381;
    color: #fff;
}

.responsiveheader {
    display: none;
}

/* .desktopheader{position:absolute;top:0;left:0;} */



@keyframes grow-border {
    0% {
        width: 0;
        /* Start at 0% */
    }

    100% {
        width: 100%;
        /* End at 100% */
    }
}


/* hero css */
body {
    background: url(../images/hrherobgimg.jpg)no-repeat right top;
}

.hrhero {
    padding: 30px 0 0;
}

.hrhero h1 {
    color: #000;
    font-size: 34px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0px;
}

.hrhero h1 span {
    font-weight: 900;
}

.hrhero p {
    text-align: center;
    font-size: 16px;
}

.hrmainimg {
    margin-top: -75px;
}

.hrherotext {
    position: relative;
    z-index: 1;
}

/* alike-features */

.alike-featuresbox {
    overflow: hidden;
    border-radius: 15px;
    background-color: #046381;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}

.alike-featuresbox:after {
    background: url(../images/alike-featuresimg.jpg)no-repeat;
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.06;
    background-size: cover;
    z-index: -1;
}

.featuresshape {
    height: 69px;
    width: 69px;
    background: rgba(255, 255, 255, 0.2);
}

.featuresshape i {
    color: #fff;
    font-size: 27px;
}

.featurestext h3 {
    font-size: 21px;
    color: #fff;
    font-weight: bold;
}

.featurestext p {
    color: #E8E8E8;
    line-height: 24px;
}

.featurestext {
    flex: 1;
    margin-left: 10px;
}

.featuresboxinner {
    padding: 40px 15px;
    position: relative;
}

.featuresboxinner:after {
    position: absolute;
    content: '';
    right: -9px;
    border: dashed 1px rgba(255, 255, 255, 0.1);
    top: 0;
    height: 100%;
}

/* alike-about */
.alike-about {
    padding: 40px 0;
}

.alike-about p {
    color: #3F3E4F;
}

.alike-about p span {
    font-weight: bold;
}

.alike-aboutleft {
    padding-right: 80px;
}

/* hire and work css */
.alikehireworkbox {
    border: solid 2px rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    padding: 25px 0;
    background: rgba(0, 40, 53, 0.1);
    backdrop-filter: blur(5px);
}

.alikehireworkbox h3 {
    font-size: 27px;
    color: #fff;
    font-weight: bold;
    margin: 20px 0 20px;
}

.alikehireworkinner {
    overflow: hidden;
    background-color: #046381;
    position: relative;
    z-index: 1;
    padding: 60px 0 180px;
}

.alikehireworkinner:after {
    background: url(../images/alike-featuresimg.jpg)no-repeat;
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.06;
    background-size: cover;
    z-index: -1;
}

.alikehirework a {
    background-color: #046381;
    border: solid 1px #fff;
    font-size: 17px;
    display: inline-block;
    border-radius: 100px;
    padding: 8px 23px;
    color: #fff;
    font-weight: 600;
    transition-duration: .3s;
}

.alikehirework a:hover {
    background-color: #D2AB66;
}

.alikehireworkboxcandidate {
    border: 0;
    background: rgba(0, 40, 53, 0.4);
    backdrop-filter: blur(5px);
}

.alikehireworkdetailsbox {
    background: #D2AB66;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.alikehireworktext h3 {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}

.alikehireworktext p {
    font-size: 15px;
    color: #3F3E4F;
}

.alikehireworkdetailsboxinner {
    background-color: #fff;
}

.alikehireworkdetailsboxone {
    background-color: #D2AB66;
}

.alikehireworkdetailsboxinner {
    padding: 17px 50px 10px;
}

.alikehireworktext {
    margin-left: 25px;
    flex: 1;
}

.alikehireworkdetailsboxone h3 {
    color: #fff;
}

.alikehireworkdetailsboxone p {
    color: #fff;
}

.alikehireworkdetailsboxtwo {
    border-radius: 50px 0 0 0;
    padding-bottom: 10px;
}

.alikehireworkdetailsright {
    background-color: #fff;
    padding: 30px 40px 30px;
    border-radius: 15px;
    height: 100%;
    max-height: 380px;
    overflow: auto;
}

.alikehireworkdetailsright h3 {
    font-size: 30px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 15px;
    line-height: 50px;
}

.alikehireworkdetailsright h3 span {
    font-weight: bold;
}

.alikehireworkdetails {
    margin-top: -135px;
    position: relative;
    z-index: 1;
}

.alikehirework .alikehireworkdetailsright a {
    font-size: 14px;
    font-weight: normal;
    padding: 9px 33px;
    margin-top: 30px;
}

.alikehirework {
    padding-bottom: 40px;
}

/* Browse Categories css */

.alikecategories {
    background-color: #F9F9F9;
    padding: 40px 0;
}

.alikecategoriesbox {
    background-color: #fff;
    padding: 32px 0 46px;
    border-radius: 15px;
    margin-top: 25px;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}

.alikecategoriesshape {
    height: 80px;
    width: 80px;
    background-color: #046381;
}

.alikecategoriesshape i {
    font-size: 37px;
    color: #fff;
}

.alikecategoriesbox h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 21px 0 0;
}

.alikecategoriesdetails {
    padding: 0 50px;
}

.alikecategoriesbox:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.categoriesbtn {
    margin-top: 30px;
}

/* testimonials css */

.testimonials {}

.testimonialsinner {
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

.testimonialsinner::before {
    background: url(../images/testimonialsinnerbgimg.jpg)no-repeat;
    background-size: cover;
    opacity: 0.07;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.categoriesbtn .btn-primary {
    padding: 12px 32px;
}

.avatarshape {
    height: 72px;
    width: 72px;
}

.avatarshape img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.swiper.mySwiper {
    width: 715px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px 0 rgba(165, 189, 225, 0.25);
}

.testimonialsbox {
    padding: 35px 50px;
}

.testimonialsbox p {
    margin: 25px 0;
}

.avatardes h5 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 0;
}

.avatardes p {
    font-size: 13px;
    color: #046381;
    margin: 0;
}

.avatardes {
    margin-left: 26px;
}

.testimonials .swiper-button-next {
    right: 130px;
}

.testimonials .swiper-button-prev {
    left: 130px;
}

.testimonials .swiper-button-next:after,
.testimonials .swiper-button-prev:after {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.testimonials h2 {
    margin-bottom: 30px;
}

.partnerlogoinner img {
    filter: grayscale(1%);
    transition-duration: .3s;
    opacity: 1;
    max-height: 48px;
}

.partnerlogoinner img:hover {
    filter: grayscale(100%);
}

.partnerlogo {
    padding: 60px 0 0px;
}

.swiper-pagination {
    display: none;
}

.partnerlogoinner {
    padding: 5px 15px;
    text-align: center;
}

.clients-logo ul li {
    display: inline-flex;
    width: 16.68%;
    padding: 0;
    border: 1px solid #efefef;
    height: 110px;
    min-height: 110px;
    max-height: 110px;
    align-items: center;
    justify-content: center;
    margin: 0px -2px;
    border-right: 0;
    border-top: 0;
}

.partner_logo {
    padding: 40px 0 50px;
}

.clients-logo ul {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    margin-top: 20px;
}

/* footer css */
.footer {
    background-color: #046381;
    border-radius: 70px 70px 0 0;
    padding-top: 20px;
}

.footer .copyright p {
    margin-bottom: 0 !important;
}

.footerlink ul li {
    display: inline-block;
    margin: 0 12px;
}

.footerlink ul li a {
    color: #fff;
    font-size: 16px;
    transition-duration: .3s;
}

.footerlink ul li a:hover {
    color: #D2AB66;
}

.footerlink {
    margin: 20px 0;
}

.sociallink ul li {
    display: inline-block;
    margin: 0 12px;
}

.sociallink ul li a {
    color: #fff;
    font-size: 20px;
    transition-duration: .3s;
}

.sociallink ul li a:hover {
    color: #D2AB66;
}

.footerbottom ul li {
    display: inline-block;
    margin: 0 7px;
}

.footerbottom ul li {
    color: #fff;
    font-size: 13px;
}

.footerbottom ul li a {
    color: #fff;
    font-size: 13px;
    transition-duration: .3s;
    display: flex;
    align-items: center;
}

.footerbottom ul li i {
    font-size: 17px;
    margin-right: 6px;
}

.footerbottom ul li a:hover {
    color: #D2AB66;
}

.footerbottom {
    margin: 13px 0 15px;
}

.copyright p {
    color: #BABBBC;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
}

.copyright p span {
    color: #fff;
}

.copyright p a {
    color: #ffe032;
    transition-duration: .3s;
}

.copyright p a:hover {
    color: #D2AB66;
}

/* employer css */

.employermain {
    padding: 40px 0 20px;
    border-top: solid 1px #D9D9D9;
}

.employermainhead h1 {
    color: #046381;
    font-size: 40px;
    font-weight: bold;
}

.employermainhead p {
    color: #3F3E4F;
    font-size: 15px;
}

.employermainbox {
    border-radius: 30px;
    box-shadow: 0px 4px 25px 0 rgba(200, 207, 235, 0.25);
    padding: 40px 40px;
    background-color: #fff;
    max-width: 930px;
    margin: 30px auto;
}

.employermainbox h2 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: initial;
}

.employermainbox label {
    font-size: 14px;
    font-weight: 600;
    color: #1B1A29;
}

.employermainbox form {
    margin-top: 30px;
}

.employermainbox .form-control::placeholder {
    color: #3F3E4F;
    font-size: 14px;
}

.employermainbox input.form-control {
    height: 45px;
    border-color: #DADEE3;
    border-radius: 6px;
}

.form-control:focus {
    box-shadow: none;
}

.employermainbox textarea.form-control {
    border-color: #DADEE3;
    border-radius: 6px;
}

.employermainbox .btn-primary {
    border-radius: 6px;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 40px;
}

/* Candidates css */
.employermainbox input[type=file].form-control {
    height: 38px;
}

/* contactus page css */

.contact-form .form-control {
    border-color: #EAEAEA;
    border-radius: 6px;
    padding: 14px 15px;
    font-size: 14px;
}

.contact-form .form-control::placeholder {
    color: #757575;
    font-size: 14px;
}

.contact-form button {
    padding: 10px 0;
    border-radius: 6px;
    font-size: 16px;
}

.contactusdetails {
    margin-top: 40px;
}

.contactusform {
    padding: 40px 0 20px;
    /* border-top: solid 1px #D9D9D9; */
}

.contactusright {
    background: url(../images/contactusrightmap.png)no-repeat top right;
    padding: 20px 40px;
}

.contactusright i {
    font-size: 23px;
    color: #046381;
    margin-right: 15px;
}

.contactusright .d-flex {
    padding: 10px 0;
}

.contactusright p {
    font-size: 15px;
    color: #000;
}

.contactusright a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    transition-duration: .3s;
}

.contactusright a:hover {
    color: #046381;
}

.contactmap {
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.contactusform h2 {
    font-weight: bold;
}

/* underconstruction css */

.underconstruction {
    padding: 40px 0 50px;
    border-top: solid 1px #D9D9D9;
}

.underconstruction img {
    border-radius: 20px;
    max-height: calc(100vh - 310px);
}

.underconstruction h1 {
    font-size: 28px;
    font-weight: bold;
    margin: 50px 0 0px;
}

.underconstruction .btn-primary {
    border-radius: 6px;
    font-size: 16px;
    margin-top: 20px
}

/*services Page css*/
.hrservices {
    background: url(../images/hrconsultingservicesimg.jpg) no-repeat center center;
    padding: 50px 0;
    background-size: cover;
}

.hrservices h1 {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.hrservices p {
    color: #32324B;
    font-size: 15px;
}

.serviceslist {
    padding: 50px 0;
}

.serviceslist .alikehireworkdetailsboxinner {
    padding: 35px 33px;
}

.serviceslist .alikehireworktext h3 {
    font-size: 24px;
}

.serviceslist .alikehireworkdetailsboxtwo {
    border: dashed 1px #BCC2D1;
    box-shadow: 0px 4px 20px 0 rgba(149, 168, 197, 0.15);
}

.serviceslist .alikehireworkdetailsboxtwo p {
    min-height: 234px;
}

.serviceslisttwo .alikehireworkdetailsboxone {
    background-color: #046381;
}

.serviceslisttwo.alikehireworkdetailsbox {
    background-color: #046381;
}

.serviceslist h2 {
    margin-bottom: 30px;
    line-height: 1;
}

/*services details Page css*/
.hrservices_detail {
    background: url(../images/hrservices_detailbgimg.jpg)no-repeat center center;
    padding: 110px 0;
    background-size: cover;
}

.services-des {
    padding: 40px 0;
}

.hrservices_about_box {
    border: solid 1px #D2DAE1;
    border-radius: 10px;
    padding: 25px 25px;
    height: 100%;
    transition-duration: .4s;
}

.hrservices_about_choose .col-lg-6 {
    margin-bottom: 25px;
}

.hrservices_about {
    padding-bottom: 60px;
}

.hrservices_about_choose h3 {
    font-weight: 300;
    font-size: 25px;
    margin: 40px 0 20px;
}

.hrservices_about_box h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0 10px 0;
}

.hrservices_des {
    flex: 1;
}

.hrservices_img {
    margin-right: 20px;
}

.hrservices_about_box:hover {
    box-shadow: 0px 4px 30px 0 rgba(117, 146, 189, 0.25);
}

.hrservices_des ul li {
    position: relative;
    font-size: 15px;
    list-style: disc !important;
    padding: 2px 0;
}

.hrservices_des ul {
    padding: 5px 0px 4px 30px;
}

.hrservices_about.hrservicescontract {
    padding-bottom: 40px;
}

.hrservices_detail h1 {
    font-weight: bold;
    color: #000;
    font-size: 34px;
}



/*mix css*/
.partnerlogo .swiper-wrapper {
    align-items: center;
}



/* brekpoints */

.hrmainimg img {
    max-width: 1080px;
}

@media (min-width: 1500px) {
    .alikehireworkdetailsboxinner {
        padding: 18px 150px 10px 50px;
    }

    .hrmainimg img {
        max-width: 82%;
    }
}


@media (max-width: 1199.98px) {

    .hrmainimg img {
        max-width: 100%;
    }

    .featuresboxinner {
        padding: 30px 7px;
    }

    .featuresshape {
        height: 59px;
        width: 59px;
    }

    .hrmainimg {
        margin-top: -50px;
    }

    .alike-aboutleft {
        padding-right: 20px;
    }

    .testimonials .swiper-button-next {
        right: 60px;
    }

    .testimonials .swiper-button-prev {
        left: 60px;
    }

    .topbarleftside ul li {
        margin-right: 5px;
    }

    .topbarleftside ul li i {
        font-size: 16px;
        margin-right: 4px;
    }

    .sociallinks ul li a {
        font-size: 14px;
    }

    .hrservices_about_box h4 {
        font-size: 16px;
    }

    .hrservices_about {
        padding-bottom: 50px;
    }

    .serviceslist .alikehireworkdetailsboxtwo p {
        min-height: 287px;
    }

    .clients-logo ul li {
        width: 20%
    }

    .rop_service {
        height: 410px;
    }


    .menu ul li {
        margin-right: 20px;
        line-height: normal;
    }


}


@media (max-width: 991.98px) {

    .responsiveheader {
        display: block
    }

    .headerdesktop {
        display: none;
    }

    .clients-logo ul li {
        width: 25%
    }

    .sidebar-left {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 300px;
        z-index: 999999;
        overflow-y: auto;
        background: rgba(32, 33, 35, 1);
        transition: transform 0.3s ease-in-out;
        transform: translateX(-100%);
    }

    .sidebar-left.open {
        transform: translateX(0%);
    }

    .mobile-header {
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
        padding: 10px 15px;
    }

    .sidebarbody {
        padding: 10px 15px 5px;
    }

    .sidebarbody ul li a {
        color: #fff;
        font-size: 13px;
    }

    .sidebarbody ul li {
        padding: 6px 0;
    }

    .desktopheader {
        display: none
    }

    .accountinfo {
        padding: 6px 15px;
        background: #2a2b2c;
    }

    .accountinfo ul li {
        padding: 9px 0;
    }

    .accountinfo ul li a {
        color: #fff;
        font-size: 13px;
    }

    .accountinfo ul li a i {
        font-size: 17px;
    }

    .hrhero {
        padding: 20px 0 0;
    }

    .hrhero h1 {
        font-size: 30px;
        line-height: 50px;
    }

    .hrhero p {
        font-size: 14px;
    }

    .hrmainimg {
        margin-top: -30px;
    }

    .featuresboxinner {
        padding: 7px 7px;
    }

    .featurestext {
        margin-left: 20px;
    }

    .featurestext h3 {
        font-size: 17px;
    }

    .alike-featuresbox {
        padding: 20px 10px;
    }

    h2 {
        font-size: 24px;
        line-height: 30px;
    }

    p {
        font-size: 13px;
    }

    .alike-aboutimg.text-end {
        text-align: center !important;
    }

    .alike-aboutimg {
        margin-top: 15px;
    }

    .alikehireworkinner {
        padding: 30px 0 180px;
    }

    .alikehireworkbox h3 {
        font-size: 17px;
    }

    .alikehirework a {
        font-size: 13px;
    }

    .alikehireworkdetailsboxinner {
        padding: 17px 30px 10px;
    }

    .alikehireworktext h3 {
        font-size: 16px;
    }

    .alikehireworktext p {
        font-size: 13px;
        line-height: 21px;
    }

    .alikehireworkdetailsright {
        padding: 0;
    }

    .alikehireworkdetailsright h3 {
        font-size: 22px;
        line-height: 20px;
    }

    .alikehireworkdetailsright {
        margin-top: 20px;
    }

    .alikehirework .alikehireworkdetailsright a {
        margin-top: 13px;
    }

    .alikecategoriesbox h3 {
        font-size: 14px;
    }

    .alikecategoriesbox {
        padding: 20px 0 26px;
    }

    .alikecategoriesshape {
        height: 70px;
        width: 70px;
    }

    .alikecategoriesshape i {
        font-size: 30px;
    }

    .categoriesbtn .btn-primary {
        padding: 10px 24px;
    }

    .swiper-pagination {
        display: block;
    }

    .testimonials .swiper-button-next,
    .testimonials .swiper-button-prev {
        display: none
    }

    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -40px;
    }

    .testimonials .swiper-pagination-bullet {
        background-color: #D9D9D9;
        height: 12px;
        width: 12px;
        opacity: 1;
    }

    .testimonials .swiper-pagination-bullet-active {
        background-color: #D2AB66;
    }

    .testimonialsinner {
        padding: 20px 0;
    }

    .footerlink ul li a {
        font-size: 13px;
    }

    .footer {
        border-radius: 40px 40px 0 0;
    }

    .footerbottom ul li a {
        font-size: 12px;
    }

    .footerbottom ul li {
        font-size: 12px;
    }

    .footerbottom ul li i {
        margin-right: 4px;
        font-size: 15px;
    }

    .copyright p {
        font-size: 12px;
    }

    .alikecategoriesdetails {
        padding: 0;
    }

    .responsiveheader {
        padding: 7px 0;
    }

    .employermain {
        padding: 30px 0 20px;
    }

    .employermainhead h1 {
        font-size: 30px;
    }

    .employermainhead p {
        font-size: 13px;
    }

    .employermainbox {
        padding: 30px 30px;
    }

    .employermainbox h2 {
        font-size: 20px;
    }

    .employermainbox label {
        font-size: 13px;
    }

    .contactusright {
        padding: 0 10px;
    }

    .contactusright p {
        font-size: 13px;
    }

    .contactusright a {
        font-size: 13px;
    }

    .contactusright i {
        font-size: 18px;
    }

    .toggle-btn i {
        font-size: 14px;
    }

    .responsiveheaderbtn {
        text-align: right;
        position: relative;
        z-index: 111111;
    }

    .responsiveheaderbtn .btn-primary {
        padding: 6px 13px;
    }

    .applydropdowan {
        background: #fff;
        border-radius: 6px;
        box-shadow: 0px 20px 10px 0 rgba(184, 186, 235, 0.65);
        position: absolute;
        bottom: -84px;
        right: 0;
        padding: 2px 0;
        transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease 0.15s;
        transform-origin: center top;
        opacity: 0;
    }

    .applydropdowan.open {
        transform: scale(1);
        opacity: 1;
        box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.15)
    }

    .applydropdowan ul li {
        text-align: left;
    }

    .applydropdowan ul li a {
        color: #000000;
        font-size: 12px;
        padding: 7px 10px;
        display: flex;
        align-items: center;
    }

    .applydropdowan ul li a i {
        font-size: 18px;
        margin-right: 8px;
        color: #929DAD;
    }

    .applydropdowan ul li a i.icon-employer {
        font-weight: 600;
    }

    .applydropdowan:before {
        content: "";
        position: absolute;
        right: 20px;
        border: 8px solid;
        background-color: rgba(0, 0, 0, 0);
        transition: all ease-in-out 0.2s;
        z-index: -1;
        transform: rotate(-135deg);
        top: -6px;
        border-color: #ffffff;
        box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.4);
    }

    .hrservices_detail {
        padding: 60px 0;
    }

    .hrservices_about_choose h3 {
        font-size: 22px;
    }

    .hrservices {
        background: #e9e8ee;
    }

    .hrservices {
        padding: 40px 0;
    }

    .hrservices p {
        font-size: 14px;
    }

    .hrservicesright img {
        max-width: 75%;
        margin-top: 30px;
    }

    .hrservices h1 {
        font-size: 28px;
    }

    .serviceslist {
        padding: 30px 0;
    }

    .serviceslist .alikehireworkdetailsboxinner {
        padding: 20px 33px;
    }

    .serviceslist .alikehireworktext h3 {
        font-size: 21px;
        margin: 0;
    }

    .serviceslist .alikehireworkdetailsboxtwo p {
        min-height: unset;
    }

    .serviceslistdetais .alikehireworkdetailsbox {
        margin-bottom: 30px;
    }

    .rop_service {
        height: 340px;
    }

    .rop_service h1 {
        font-size: 26px;
    }

    .rpo_find_perfect {
        padding: 30px 0 !important;
    }

    .rpo_alikecategories .alikecategoriesdetails {
        margin-bottom: 20px;
    }

    .rpo_problems {
        margin-top: 35px;
    }

    .rpo_problems .hrservices_about_choose .col-lg-4:not(:last-child) {
        margin-bottom: 20px;
    }


}

@media (max-width: 767.98px) {

    .clients-logo ul li {
        width: 33%
    }

    .hrhero h1 {
        font-size: 25px;
        line-height: 40px;
    }

    .swiper.mySwiper {
        width: 100%;
    }

    .hrmainimg {
        margin-top: -10px;
    }

    .alike-featuresbox {
        margin-top: 15px;
    }

    h2 {
        font-size: 19px;
    }

    .alikehireworkbox img {
        width: 25%;
    }

    .alikehireworkbox h3 {
        font-size: 16px;
    }

    .alikehireworkbox {
        height: 100%;
    }

    .alikehirework a {
        padding: 7px 20px;
    }

    .alikehirework {
        padding-bottom: 30px;
    }

    .alikecategories {
        padding: 25px 0;
    }

    .footer {
        border-radius: 0;
    }

    footer {
        background-color: #046381;
    }

    .footerlogo img {
        width: 40%;
    }

    .employermainhead h1 {
        font-size: 22px;
    }

    .employermainbox {
        margin: 15px auto;
    }

    .employermainbox h2 {
        font-size: 17px;
    }

    .employermainbox form {
        margin-top: 20px;
    }

    .employermainbox .btn-primary {
        font-size: 15px;
        padding: 9px 34px;
    }

    .employermain {
        background-position: center center;
    }

    .employermainbox .form-control::placeholder {
        font-size: 13px;
    }

    .contactusdetails {
        margin-top: 20px;
    }

    .contact-form .form-control {
        padding: 11px 15px;
    }

    .contactusright {
        margin-top: 20px;
    }

    .underconstruction h1 {
        font-size: 18px;
        margin: 30px 0 0px;
    }

    .underconstruction .btn-primary {
        font-size: 14px;
        padding: 9px 24px;
    }

    .underconstruction {
        padding: 20px 0 30px;
    }

    .hrservices_detail {
        background: #e9e8ee;
        padding: 30px 0;
    }

    .hrservices_detail h1 {
        font-size: 22px;
    }

    .services-des {
        padding: 20px 0;
    }

    .hrservices_about_choose h3 {
        font-size: 18px;
        margin: 20px 0 20px;
    }

    .hrservices_about_box {
        padding: 15px 12px;
    }

    .hrservices_des ul li {
        font-size: 14px;
    }

    .hrservices_about {
        padding-bottom: 40px;
    }

    .hrservices {
        padding: 30px 0;
    }

    .hrservices h1 {
        font-size: 22px;
    }

    .hrservices p {
        font-size: 13px;
    }

    .hrservicesright img {
        max-width: 45%;
    }

    .hrservicesright.text-end {
        text-align: center !important;
    }

    .serviceslist .alikehireworktext h3 {
        font-size: 18px;
    }

    .serviceslist {
        padding-bottom: 10px;
    }

    .rop_service {
        background: url(../images/rop_service_image_2.png) no-repeat left;
        height: 300px;
    }

    .rop_service h1 {
        font-size: 22px;
    }

    .rpo_problems {
        margin-top: 30px;
    }

    .rpo_find_perfect p,
    .rpo_problems_heading p {
        font-size: 13px;
    }




}

@media (max-width: 575.98px) {

    .hrhero h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .hrhero p {
        font-size: 12px
    }

    .featuresboxinner {
        padding: 10px 0;
    }

    .alike-featuresbox {
        padding: 10px 15px;
    }

    .featuresshape {
        height: 50px;
        width: 50px;
    }

    .featuresshape i {
        font-size: 22px;
    }

    .featurestext {
        margin-left: 15px;
    }

    .alike-about {
        padding: 20px 0;
    }

    .alike-aboutleft {
        padding-right: 0;
    }

    .alikehireworkbox h3 {
        font-size: 15px;
        margin: 15px 0 15px;
    }

    .alikehireworkbox {
        padding: 15px 0;
    }

    .alikehireworkbox img {
        width: 35%;
    }

    .alikehireworkinner {
        padding: 30px 0 60px;
    }

    .alikehireworkdetails {
        margin-top: -35px;
    }

    .alikehireworkdetailsboxinner {
        padding: 17px 20px 10px;
    }

    .alikehireworktext {
        margin-left: 15px;
    }

    .alikehireworkdetailsright h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .alikehirework .alikehireworkdetailsright a {
        padding: 9px 25px;
        font-size: 13px;
    }

    .alikecategoriesbox h3 {
        font-size: 13px;
        margin: 15px 0 0;
    }

    .alikecategoriesshape {
        height: 60px;
        width: 60px;
    }

    .alikecategoriesbox {
        margin-top: 13px;
    }

    .testimonialsbox {
        padding: 15px 15px;
    }

    .testimonialsbox p {
        margin: 14px 0;
    }

    .avatarshape {
        height: 60px;
        width: 60px;
    }

    .avatardes p {
        margin: 0;
    }

    .avatardes h5 {
        font-size: 14px;
    }

    .avatardes {
        margin-left: 15px;
    }

    .footerlogo img {
        width: 60%;
    }

    .footerlink ul li {
        margin: 0 7px
    }

    .sociallink ul li a {
        font-size: 16px;
    }

    .footerbottom ul li {
        margin: 5px 10px;
    }

    .employermainhead h1 {
        font-size: 20px;
    }

    .employermainbox {
        border-radius: 4px;
        padding: 20px 15px;
    }

    .employermainbox form {
        margin-top: 10px;
    }

    .employermainbox input.form-control {
        height: 40px;
        font-size: 12px;
    }

    .employermainbox label {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .employermainbox .btn-primary {
        font-size: 14px;
        margin-top: 10px;
    }

    .employermainbox p {
        font-size: 12px;
        line-height: 20px;
    }

    .employermainbox input[type=file].form-control {
        height: 32px;
    }

    .contactusform {
        padding: 20px 0 20px;
    }

    .contactusform h2 {
        margin-bottom: 0;
    }

    .contactusform p {
        font-size: 12px;
        line-height: 20px;
    }

    .contact-form button {
        font-size: 14px;
    }

    .footerbottom ul li {
        font-size: 11px;
    }

    .copyright p {
        font-size: 11px;
        line-height: 19px;
    }

    .responsiveheader .col-1 {
        padding-left: 5px;
    }

    .hrservices_detail h1 {
        font-size: 20px;
    }

    .hrservices_detail {
        padding: 25px 0;
    }

    .hrservices_about_choose h3 {
        font-size: 17px;
    }

    .hrservices_about_box.d-flex {
        display: block !important;
    }

    .hrservices_img {
        margin-right: 0;
    }

    .hrservices_img img {
        max-width: 15%;
    }

    .hrservices_about_box h4 {
        font-size: 15px;
        margin: 20px 0 7px;
    }

    .hrservices_about {
        padding-bottom: 30px;
    }

    .hrservices_about.hrservicescontract {
        padding-bottom: 10px;
    }

    .hrservices h1 {
        font-size: 19px;
    }

    .hrservicesright img {
        max-width: 55%;
        margin-top: 20px;
    }

    .serviceslist .alikehireworktext h3 {
        font-size: 17px;
    }

    .serviceslist .alikehireworkdetailsboxinner {
        padding: 20px 23px;
    }

    .categoriesbtn {
        margin-top: 20px;
    }

    .categoriesbtn .btn-primary {
        padding: 8px 20px;
        font-size: 13px;
    }

    .clients-logo ul li {
        width: 33%;
        height: 80px;
        min-height: 80px;
        max-height: 80px;
    }

    .rop_service h1 {
        font-size: 19px;
    }




}



/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #006e8a #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #006e8a;
    border-radius: 10px;
    border: 2px solid #ffffff;
}