/*--------------------------------------------------------------
    [ ## Contract Staffing ]
--------------------------------------------------------------*/
.hide {
    display: none;
}

#general-banner {
    position: relative;
}

a {
    text-decoration: none;
}

#general-banner .banner-text {
    position: absolute;
    display: flex;
    align-items: center;
    top: 10%;
    left: 0;
    right: 0;
}

#general-banner .banner-text h1 {
    font-size: 42px;
    color: #fff;
    text-align: center;
}

#general-banner .banner-text p {
    color: #fff;
    font-size: 22px;
    text-align: center;
}

#Access-Exceptional {
    background-color: #f1f6ff;
}

.access-exceptional-content a {
    text-decoration: none;
    background: #133c8b;
    color: #fff !important;
    font-size: 18px;
    font-family: 'Epilogue';
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 10px;
}

.access-exceptional-content h2 {
    background: linear-gradient(to right, #2d4180 0%, #D25E3D 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

#Access-Exceptional .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 1px solid #319df2;
}

#Access-Exceptional .find-work-button a {
    background-color: #133c8b;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 10px;
    transition: 0.5s;
    line-height: 30px;
}

#Access-Exceptional .find-work-button:hover a {
    transition: 0.5s;
    background: #f16430;
}

#Access-Exceptional .find-work-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
}

#Access-Exceptional .nav-link.active {
    position: relative;
    background-color: #fff;
    background: linear-gradient(to right, #2d4180 40%, #D25E3D 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-weight: 800;
    border: 1px solid #319df2;
}

#Access-Exceptional .nav-link.active:before {
    position: absolute;
    content: "";
    background: #f1f6ff;
    height: 13px;
    width: 100%;
    left: 0;
    bottom: -1px;
}

#Access-Exceptional .nav-tabs {
    border-bottom: 1px solid #319df2;
}

button.nav-link {
    padding: 10px 50px;
    color: #000;
    font-size: 28px;
}

#Access-Exceptional div#nav-tabContent {
    padding: 2% 7%;
    background: #fff;
    margin: 0;
    /*    min-height: 420px;*/
}

ul#myTab li:first-child {
    padding-left: 0;
}

ul#myTab li {
    padding: 0 30px;
}

#Specialize {
    background: #f1f6ff;
}

#Specialize .row.d-flex.justify-content-center {
    background: #133c8b;
    padding: 30px;
    color: #fff;
    align-items: center;
}

.specialize-title h3 {
    font-size: 42px;
    font-weight: 800;
    text-align: center;
    background: linear-gradient(to right, #2d4180 40%, #D25E3D 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Specialize-Content li:before {
    position: absolute;
    content: "";
    left: 0px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: #fff;
    top: 10px;
}

#Specialize .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: unset;
}

#Specialize .slick-current h3 {
    font-weight: 600;
    color: #fff !important;
    /* border-bottom: 5px solid #000; */
    /* border-bottom: 5px solid transparent; */
    /* border-image: linear-gradient(90deg, #2f417f, #614a6b, #915358, #d55f3c) 1; */
    background: #133c8b;
    border-radius: 5px;
    cursor: pointer;
}

#Specialize .slick-slide h3 {
    font-size: 18px;
    padding: 10px;
    /* color: #181818; */
    margin: 0;
    width: 95%;
    border: 2px solid #133c8b;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

#Specialize .slider.slider-nav {
    /*    border-bottom: 2px solid#000;*/
    width: 100%;
    margin-bottom: 30px;
}

.slider-for {
    margin-top: 30px;
}

#Specialize button.slick-next.slick-arrow {
    position: absolute;
    bottom: -54px;
    right: 5%;
    top: unset;
}

#Specialize button.slick-prev.slick-arrow {
    position: absolute;
    bottom: -47px;
    left: unset;
    rotate: 180deg;
    right: 12%;
    top: unset;
}

.Specialize-Content ul {
    padding: 0;
}

.Specialize {
    position: relative;
}

.Specialize .Specialize-rightarrows {
    position: absolute;
    right: 8%;
    top: 35%;
    cursor: pointer;
    z-index: 1;
}

.Specialize .Specialize-leftarrows {
    position: absolute;
    right: 15%;
    top: 35%;
    transform: rotate(180deg);
    cursor: pointer;
    z-index: 1;
}

.Specialize .Specialize-Content {
    column-count: 2;
}

.Specialize .slick-track {
    margin: 0;
}

.Specialize-Content li {
    position: relative;
    font-size: 16px;
    padding-left: 20px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    list-style: none;
}

.Specialize-Content li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.category-title-sec h5 {
    font-weight: bold;
    margin-bottom: 20px;
}

#Consultant {
    background: #f1f6ff;
}

.Consultant-title h2 {
    font-size: 42px;
    font-weight: 800;
    background: linear-gradient(to right, #2d4180 40%, #D25E3D 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

/*.Client-Content {
    width: 75%;
}*/

.Client-Image {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 40px;
    width: 80%;
}

.Client-Details-img {
    width: 20%;
}

.Consultant h4 {
    font-family: 'Epilogue';
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}

.Consultant .fa {
    margin-right: 5px;
}

.Consultant .fill-star {
    color: #ffc107;
}

.Client-Details.d-flex.align-items-center {
    margin-top: 20px;
}

.Consultant p {
    font-family: 'Epilogue';
    font-size: 16px;
    text-align: justify;
}

.Consultant .slick-slide>div {
    margin: 30px;
}

/*.Consultant .single-slide {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 20px;
    padding: 30px;
}*/

/*.affiliations-slider .slick-next {
    position: absolute !important;
    top: -47% !important;
    right: 5% !important;
}
.affiliations-slider .slick-prev ,.vertex-slider .slick-prev {
    position: absolute !important;
    top: -20% !important;
    left: 80% !important;
    transform: rotate(180deg);
}*/
.slick-prev:before {
    content: url(../img/arrow.png) !important;
}

.slick-next:before {
    content: url(../img/arrow.png) !important;
}

.Consultant button.slick-prev.slick-arrow {
    position: absolute !important;
    top: -14% !important;
    left: 87% !important;
    transform: rotate(180deg);
}

.Consultant button.slick-next.slick-arrow {
    position: absolute !important;
    top: -14% !important;
    right: 5% !important;
}

/*.Consultant .slick-slide {
    opacity: 0.2;
}*/

/*.Consultant .slick-current {
    opacity: 1;
}*/

.Consultant .Client-Rating {
    margin-bottom: 10px;
}

.approch-staffing .slide-icon {
    background: #319df2;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: 0.5s;
}

.approch-staffing .approch-inner-slide:hover .slide-icon {
    background: #fff;
    transition: 0.5s;
}

.approch-staffing .approch-inner-slide:hover .slide-icon img {
    filter: brightness(0.5);
    transition: 0.5s;
}

.approch-staffing .slide-icon img {
    max-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: 0.5s;
}

.approch-inner-slide {
    background-color: #ffffff;
    margin: 10px;
    padding: 20px;
    border-radius: 20px;
    transition: 0.5s;
    min-height: 350px;
}

.approch-inner-slide:hover {
    background-color: #319df2;
    transition: 0.5s;
}

.approch-staffing {
    background-image: url('https://dev.vertexcs.com/wp-content/uploads/2023/05/img_bg.jpg');
    position: relative;
}

.approch-staffing h2 {
    font-family: 'Epilogue';
    font-weight: 800;
    font-size: 42px;
    color: #fff;
    margin-bottom: 40px;
}

.approch-inner-slide:hover li,
.approch-inner-slide:hover h4 {
    color: #fff;
    transition: 0.5s;
}

.approch-staffing li:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 0px;
}

.approch-staffing ul {
    padding: 0;
}

.approch-staffing .slick-prev:before {
    content: url(../img/arrow.png) !important;
    display: none;
}

.approch-staffing .slick-next:before {
    content: url(../img/arrow.png) !important;
}

.approch-staffing .slick-next {
    right: 7%;
    top: -19%;
}

.approch-staffing h4 {
    font-family: 'Epilogue';
    font-weight: 700;
    font-size: 22px;
    color: #181818;
    margin-bottom: 20px;
    transition: 0.5s;
}

.approch-staffing li {
    font-family: 'Epilogue';
    font-size: 16px;
    color: #181818;
    transition: 0.5s;
    position: relative;
    list-style: none;
    padding-left: 15px;
}

.professional-candidate {
    background-color: #f1f6ff;
}

.professional-candidate-main {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.candidate-box {
    width: 18%;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
}

.professional-candidate h2 {
    font-size: 42px;
    font-weight: 800;
    text-align: center;
    background: linear-gradient(to right, #2d4180 40%, #D25E3D 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.professional-candidate-title {
    margin-bottom: 60px;
}

.candidate-box::before {
    content: "";
    position: absolute;
    height: 22%;
    width: 22%;
    left: 100%;
    top: 50%;
    background-size: 65% 65%;
    background-repeat: no-repeat;
    background-image: url(https://dev.vertexcs.com/wp-content/uploads/2023/05/Arrow.png);
}

.candidate-box:last-child::before {
    display: none;
}

.candidate-icon {
    margin-top: -50px;
}

.candidate-icon img {
    display: flex;
    margin: 0 auto;
}

.candidate-description {
    margin: 30px 0px;
}

.candidate-description p {
    font-family: 'Epilogue';
    font-size: 18px;
    font-weight: 500;
}

/* contract-staffing-job-form */
.winning-technology {
    background-color: #f1f6ff;
}

.winning-technology h3 {
    font-size: 42px;
    font-weight: 800;
    background: linear-gradient(to right, #2d4180 40%, #D25E3D 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 40px;
}

.winning-technology .form-bg {
    background-color: #fff;
    padding: 40px;
    border: 1px solid #9999;
    border-radius: 10px;
}

.winning-technology .form-title h4 {
    color: #181818;
    font-size: 28px;
    font-family: 'Epilogue';
    font-weight: 600;
    margin-bottom: 20px;
}

.winning-technology .form-control,
.winning-technology textarea {
    margin: 15px 0px;
    border: 1px solid #9999;
}

.winning-technology input:focus {
    outline: none;
    border-color: #9999 !important;
}

.winning-technology input,
.winning-technology textarea {
    color: #787878;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
}

.winning-technology .wpcf7-submit {
    background: #309df1;
    border: none;
    width: fit-content;
    padding: 5px 70px;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    display: flex;
    margin-top: 20px;
}

.winning-technology .wpcf7-spinner {
    margin: 0 auto;
    display: flex;
    margin-top: 10px;
}

/* contract-staffing-thankyou */
.staffing-thankyou {
    background-color: #f1f6ff;
}

.staffing-thankyou h3 {
    font-size: 34px;
    font-weight: 800;
    background: linear-gradient(to right, #2d4180 40%, #D25E3D 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.staffing-thankyou p {
    font-size: 20px;
    color: #181818;
    text-align: center;
    margin-bottom: 40px;
}

.staffing-thankyou-image {
    display: flex;
    justify-content: center;
}

/* iPad Air & Pro */
@media screen and (max-width: 1199.98px) {}

/* iPad Mini */
@media screen and (max-width: 991.98px) {}

/* Mobile */
@media screen and (max-width: 767.98px) {
    .approch-staffing .slick-next {
        right: 18%;
        top: -10% !important;
    }
}