:root {
    --vc-dark-blue: #004070;
    --vc-light-blue: #1D7EC1;
    --vc-green: #02D4A9;
}

.vc-heading {
    font-weight: 900 !important;
    font-size: 35px !important;
    line-height: 1.33 !important;
}

.vc-heading.line-through {
    position: relative;
    z-index: 1;
}

.vc-heading.line-through span {
    display: inline-block;
    background-color: #fff;
    padding-right: 10px;
}

.vc-heading.line-through:after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 22px;
    background: #02d4a9;
    z-index: -1;
}

.vc-font p {
    font-size: 18px;
    line-height: 1.5;
}

.vc-btn--green {
    background: #2dd5a9;
    text-align: center;
    color: #fff !important;
    padding: 10px 50px;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.8;
    display: inline-block;
}

/* ================================================= */
/*PLACEMENT NEW*/
/* ================================================= */
/**/

.placement-des .cs-carousel-outer {
    margin-bottom: 50px;
}

.placement-des .cs-carousel-outer .quote-symbol {
    color: #02D4A9;
    font-size: 22px;
}

.placement-des .cs-carousel-outer .quote-content h4 {
    font-size: 18px;
    line-height: 30px;
    color: #1D3F4F;
    margin-bottom: 60px;
}

.placement-des .cs-carousel-outer .quote-content h4 {
    font-size: 17px;
    line-height: 25px;
    color: #1D3F4F;
    margin-bottom: 20px;
}

.placement-des .cs-carousel-outer .quote-content h5 {
    font-size: 15px;
    line-height: 25px;
    color: #02D4A9;
}

.placement-des .cs-carousel-outer .owl-dots {
    position: absolute;
    bottom: -25px;
    left: 50px;
}

.placement-des .cs-carousel-outer .owl-dots .owl-dot {
    padding: 5px 3px 5px 2px !important;
    background-color: transparent;
}

.placement-des .cs-carousel-outer .owl-dots .owl-dot span {
    background-color: #D9E4F1;
    height: 10px;
    width: 10px;
    display: block;
    border-radius: 50%;
}

.placement-des .cs-carousel-outer .owl-dots .owl-dot.active span {
    background-color: #02D4A9;
}

.placement-des.placement-page .page-hero {
    padding-top: 180px;
    height: auto;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.placement-des .page-hero h1,
.placement-page.placement-des .page-hero h1 {
    font-size: 50px;
    line-height: 60px;
    min-height: 125px;
    margin-left: 0;
    text-transform: capitalize;
}

.placement-des .hero-list ul {
    list-style: none;
    padding-left: 0;
}

.placement-des .hero-list ul li {
    padding-left: 42px;
    position: relative;
}

.placement-des .hero-list ul li::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 1px;
}

.placement-des .looking-job {
    display: flex;
    flex-wrap: wrap;
}

.placement-des .looking-job>div {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 70px 50px;
    position: relative;
}

.placement-des .looking-job>div::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.placement-des .looking-job>div * {
    position: relative;
    z-index: 1;
}

.placement-des .looking-job h2 {
    color: #fff;
    max-width: 360px;
    margin: 0 auto 20px;
}

/**/
.placement-des .right-arrow-btn {
    font-size: 18px;
    width: auto;
    padding-left: 60px;
    padding-right: 60px;
}

.placement-des a.text-btn {
    color: #02D4A9;
    font-size: 22px;
}

/**/
.placement-des .partner-nw {
    padding: 50px;
    text-align: center;
    background-color: #104066;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.placement-des .partner-nw h2,
.full-width-content h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 35px;
}

.placement-des ul.partner-logos {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    max-width: 890px;
    margin: 0 auto;
}

.placement-des ul.partner-logos li a {
    display: inline-block;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #fff;
}

.placement-des ul.partner-logos li img {
    height: 100%;
    width: 100%;
    background-color: #fff;
    object-fit: scale-down;
}

/**/
.placement-des .full-width-content {
    padding: 50px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.placement-des .full-width-content p {
    margin: 20px 0;
    color: #fff;
}

/**/
.placement-des .text-block-wrap>div:nth-of-type(even) {
    flex-direction: row-reverse;
}

.placement-des .text-block-wrap .text-img-block {
    display: flex;
    background-color: #fff;
}

.placement-des .text-block-wrap .text-img-block>div {
    width: 50%;
}

.placement-des .text-block-wrap .text-img-block .left-block {
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.placement-des .text-img-block .left-block h2 {
    color: #000;
    margin-bottom: 0;
    font-size: 35px;
}

.placement-des .text-img-block .left-block ul {
    list-style: none;
    padding-left: 0;
}

.placement-des .text-img-block .left-block ul li {
    padding-left: 42px;
    position: relative;
}

.placement-des .text-img-block .left-block ul li::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    color: #02D4A9;
    left: 0;
    top: 1px;
}

.placement-des .text-img-block .image-block {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/**/
.placement-des .content-testimonials {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}

.placement-des .content-testimonials>div {
    width: 50%;
    padding: 50px;
}

.placement-des .content-testimonials h2 {
    margin-bottom: 30px;
}

/**/
.placement-des .content-bottom {
    background-color: #02CAA1;
    display: flex;
    flex-wrap: wrap;
}

.placement-des .content-bottom img {
    width: 100%;
}

.placement-des .content-bottom>div {
    width: 50%;
    align-items: center;
}

.placement-des .content-bottom .text-block {
    padding: 50px 50px 50px 20px;
}

.placement-des .content-bottom .text-block h2 {
    margin-bottom: 50px;
}

.placement-des .content-bottom .text-block * {
    color: #fff;
}

/* ================================================= */
/*PLACEMENT NEW END*/
/* ================================================= */
/* ================================================= */
/*CLIENT PLACEMENT*/
/* ================================================= */
.page-hero.d-flex.flex-column.justify-content-end.clients-banner {
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #028ED3;
}

.placement-page .page-hero.clients-banner {
    background-size: contain !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-color: #028ED3 !important;
}

.clients-sec-2 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
    padding: 0;
    margin: 40px 0 0;
    list-style: none;
    justify-content: center;
}

.clients-sec-2 ul li {
    padding-left: 42px;
    position: relative;
    color: #fff;
}

.clients-sec-2 ul li::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 1px;
    color: #02D4A9;
}

.text-block-wrap.reverse-block .text-img-block {
    flex-direction: row-reverse;
}

.team-member-nw {
    background-color: #fff;
}

.team-member-nw .heading {
    padding: 50px 50px 0;
}

.team-member-nw .placement-team {
    background-color: transparent !important;
}

.team-member-nw .contact {
    margin-bottom: 20px !important;
    border: none !important;
    justify-content: center;
}

.clients-bottom h2,
.clients-bottom p {
    margin-bottom: 30px !important;
}

.placement-page .page-content .team-member-nw .middle-section .placement-team .contact .contact-info {
    padding-right: 20px;
}

/* ================================================= */
/*CLIENT PLACEMENT END*/
/* ================================================= */
/* ================================================= */
/*MSA LANDING START*/
/* ================================================= */
/**/
.women-maritime-cs .msa-landing-banner.page-hero {
    height: 550px;
    background-position: center bottom -60px !important;
    background-repeat: no-repeat;
}

.women-maritime-cs .msa-landing-banner p {
    color: #fff;
    font-size: 25px;
    max-width: 400px;
    margin-top: 15px;
}

.women-maritime-cs .page-content.msa-landing {
    padding: 80px 30px;
}

.women-maritime-cs .page-content.msa-landing h3 {
    margin-bottom: 25px;
    color: #000;
}

.women-maritime-cs .page-content.msa-landing p {
    margin-bottom: 15px;
    color: #000;
}

.women-maritime-cs .page-content.msa-landing .cs-btn {
    margin-top: 20px;
    background: #FF4F00;
    color: #fff;
    font-size: 18px;
    height: 60px;
    padding: 0 100px;
    line-height: 60px;
    overflow: hidden;
    position: relative;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
    display: inline-block;
    text-align: center;
    width: auto;
    margin-top: 20px;
    border-radius: 0px;
    cursor: pointer;
}

.women-maritime-cs .page-content.msa-landing .cs-btn:hover {
    background-color: #00B8C4;
}

.msa-landing .row {
    align-items: center;
}

.msa-landing ul.feature-listing {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0;
    gap: 20px;
    max-width: 420px;
    margin-left: auto;
}

.msa-landing ul.feature-listing li {
    display: flex;
    width: calc(50% - 10px);
}

.msa-landing ul.feature-listing li a {
    background-color: #00B8C4;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.msa-landing ul.feature-listing li a:hover {
    background-color: #FF4F00;
}

.msa-landing ul.feature-listing li a img {
    width: 70px;
}

.msa-landing ul.feature-listing li a span {
    color: #fff;
    line-height: 1.3;
    font-size: 19px;
}

/* ================================================= */
/*MSA LANDING END*/
/* ================================================= */
/* ================================================= */
/*home page resign*/
/* ================================================= */
.animated-links-new.home-animated-links {
    margin-top: 0;
    padding: 60px 50px 60px;
}

/* industry sets - home */
.industry-sets .blocks-wrap {
    display: flex;
    flex-wrap: wrap;
}

.industry-sets .left-block {
    width: 66.66%;
    background-color: var(--vc-dark-blue);
    padding: 50px;
}

.industry-sets .left-block * {
    color: #fff;
}

.industry-sets .left-block h2 {
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 38px;
}

.industry-sets .left-block ul.industry-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.industry-sets .left-block ul.industry-list li h3 {
    font-size: 25px;
}

.industry-sets .left-block ul.industry-list li {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.industry-sets .left-block ul.industry-list li:first-of-type :is(h3, p) {
    padding-right: 30px;
}

.industry-sets .left-block ul.industry-list li:last-of-type :is(h3, p) {
    padding-left: 30px;
}

.industry-sets .left-block ul.industry-list p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.56;
}

.industry-sets .left-block ul.industry-list .btn-wrap {
    padding: 30px 30px 0;
    border-top: 2px solid #fff;
    margin-top: 30px;
}

.industry-sets .left-block ul.industry-list li:first-of-type .btn-wrap {
    padding: 30px 60px 0 0;
}

.industry-sets .left-block ul.industry-list li .btn-wrap a {
    width: 100%;
    border: 2px solid #fff;
    padding: 6px;
    display: inline-block;
    text-align: center;
}

.industry-sets .right-block {
    width: 33.33%;
    background-color: #FFF;
    padding: 50px;
}

.industry-feature-listing ul {
    padding: 0;
    list-style: none;
}

.industry-feature-listing ul li {
    border-bottom: 1px solid #15406f;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.industry-feature-listing ul li h3 {
    color: var(--vc-dark-blue);
    font-size: 25px;
    position: relative;
    padding-left: 30px;
}

.industry-feature-listing ul li p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
}

.industry-feature-listing ul li h3 img {
    width: 54px;
    height: 52px;
    object-fit: scale-down;
    position: absolute;
    left: -15px;
    top: -11px;
}

.industry-feature-listing ul li a {
    margin-top: 10px;
}

.industry-feature-listing ul {
    padding: 0;
    list-style: none;
}

.industry-feature-listing .vc-btn--green {
    width: 100%;
}

/* oprate gloally */
.operate-globally {
    background-color: var(--vc-light-blue);
    padding: 60px 0 60px 50px;
    position: relative;
    min-height: 500px;
    overflow: hidden;
    z-index: 1;
}

.operate-globally-content {
    max-width: 35%;
}

.operate-globally-content * {
    color: #fff;
}

.operate-globally-content p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
}

.operate-globally .map-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 762px;
    z-index: -1;
}

.operate-globally figure {
    width: 100%;
    height: 100%;
}

.operate-globally figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.operate-globally-content .vc-btn--green {
    margin-top: 30px;
}

.operate-globally .map-image a[class*="location-"] {
    position: absolute;
    height: 38px;
}

.operate-globally .map-image .location-1 {
    bottom: 375px;
    right: 391px;
    width: 121px;
}

.operate-globally .map-image .location-2 {
    bottom: 285px;
    right: 372px;
    width: 106px;
}

.operate-globally .map-image .location-3 {
    bottom: 366px;
    right: 167px;
    width: 97px;
}

.operate-globally .map-image .location-4 {
    bottom: 154px;
    right: 91px;
    width: 111px;
}

.operate-globally .map-image .location-5 {
    bottom: 34px;
    right: 106px;
    width: 129px;
}

.operate-globally .map-image .location-6 {
    bottom: 187px;
    right: 530px;
    width: 146px;
}

.vc-font.content-block {
    padding: 60px 0;
    background-image: url('https://www.vikingcrew.com/wp-content/uploads/2024/07/Employment-and-payroll-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #ccc;
}

.vc-font.content-block .content-block-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 812px;
    margin: 0 auto;
    gap: 20px;
}

.vc-font.content-block .content-block-inner * {
    color: #fff;
}

.vc-partners {
    padding: 70px 0;
}

.vc-partners .vc-heading {
    margin-bottom: 10px;
    font-size: 36px;
}

.vc-partners>.container-fluid>.row {
    display: flex;
    align-items: center;
}

.vc-partners img {
    aspect-ratio: 1 / 0.52;
    object-fit: cover;
    object-position: center;
    margin-top: 30px;
}

.vc-training {
    background-color: #fff;
    padding: 60px 50px;
}

.training-content {
    max-width: 400px;
}

.training-content h2 {
    margin: 0;
}

.training-content p {
    margin-top: 20px;
}

.ms-training .review {
    max-width: 400px;
    margin: 0 auto;
}

.review-name h4 {
    color: #02D4A9;
    margin-top: 10px;
    font-size: 20px;
}

.review-name h4 span {
    display: block;
}

.review .fas {
    color: #02D4A9;
    font-size: 39px;
    line-height: 1;
}

.review .fas.fa-quote-right {
    width: 100%;
    text-align: right;
    margin: 0 10px 0 0;
    display: inline-block;
}

.review-text p {
    margin-bottom: 10px;
}

/* ================================================= */
/*home page resign END*/
/* ================================================= */
/* ================================================= */
/*  Green crew pathway */
/* ================================================= */
.green-text-img-block {
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;
    margin: -50px 0 70px;
}

.green-text-img-block.row-reverse {
    flex-direction: row-reverse;
    margin: 70px 0 0;
}

.green-text-img-block>div {
    width: 50%;
}

.green-text-img-block .left-block {
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.green-text-img-block .right-block {
    position: relative;
}

.green-text-img-block .right-block figure {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.green-text-img-block .right-block figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.green-text-img-block ul {
    list-style: decimal;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.green-text-img-block ul strong {
    display: block;
}

.green-text-img-block ul li::marker {
    line-height: 10px;
    font-size: 18px;
}

.green-text-img-block ul a {
    color: var(--vc-green);
}

/* blogs */
.vc-blogs {
    padding: 70px 35px;
}

.vc-blogs h2 {
    margin-bottom: 30px;
}

.vc-blogs .vc-blog-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.vc-blog-wrapper {
    width: calc(25% - 23px);
}

.vc-blog-wrapper figure {
    aspect-ratio: 1/1;
}

.vc-blog-wrapper figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.vc-blog-title a {
    font-size: 18px;
    line-height: 1.6 !important;
    color: #111;
    margin-top: 12px;
    display: block;
    padding-right: 22px;
    position: relative;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.vc-blog-title a i {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 17px;
    color: var(--vc-green);
}

.vc-blog-title a:hover {
    color: var(--vc-green);
}

.vc-mb-50 {
    margin-top: -50px;
}

/* ================================================= */
/*  Green crew pathway END*/
/* ================================================= */

@media (max-width: 991px) {
    .vc-partners>.container-fluid>.row {
        display: block;
    }

    .vc-partners .vc-heading {
        text-align: center;
        font-size: 30px;
    }

    .vc-partners h2 br {
        display: none;
    }

    .vc-partners .col-md-7,
    .vc-partners .col-md-5 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .vc-partners .col-md-7 .row {
        display: block !important;
    }

    .vc-partners .col-md-7 .col-6 {
        width: 100%;
        max-width: 100%;
    }
}