/*font family*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&family=Public+Sans:wght@100..900&display=swap');

/*common*/
*, *:after, *:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 10px;
}

body {
    color: #4d4d4d;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
}

ul {
    list-style-type: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    transition: all ease .5s;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-white {
    color: #ffffff;
}

.text-blue1 {
    color: #005A8C;
}

.position-reletive {
    position: relative;
}

.font-16 {
    font-size: 1.6rem;
}

.pl-0 {
    padding-left: 0 !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

button {
    border: 0;
    cursor: pointer;
}

.alert-danger, .parsley-required {
    color: red;
    font-size: 1.6rem;
    text-align: left;
}

.btn {
    align-items: center;
    border-radius: 10rem;
    display: inline-flex;
    height: 5.5rem;
    justify-content: center;
    min-width: 18rem;
    overflow: hidden;
    position: relative;
    transition: all ease .5s;
}

.btn-icon {
    min-width: 5.5rem;
}

.btn-primary span, .btn-primary em,
.btn-gradient span, .btn-gradient em {
    font-style: normal;
    left: 0;
    position: absolute;
    text-align: center;
    transition: all .5s ease-in-out;
    width: 100%;
    white-space: nowrap;
    z-index: 9;
}

.btn-primary span,
.btn-gradient span {
    align-items: center;
    background: #ffffff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    justify-content: center;
    top: 50%;
    transform: translate(0, -50%);
}

.btn-primary:hover span,
.btn-gradient:hover span {
    top: -120%;
}

.btn-primary em,
.btn-gradient em {
    align-items: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    top: 130%;
    transform: translate(0, -50%);
}

.btn-primary:hover em,
.btn-gradient:hover em, .vacancy-cards .card:hover .btn-primary2 em, .goal-card:hover .btn-primary2 em {
    top: 50%;
}

.btn-primary:before, .btn-primary:after,
.btn-gradient:before, .btn-gradient:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.btn-primary:before,
.btn-gradient:before {
    background: #094465;
    display: block;
}

.btn-primary:after,
.btn-gradient:after {
    background: transparent url('../images/wave-lightblue.webp') repeat-x 0 80%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.btn-primary:hover:after,
.btn-gradient:hover:after {
    background-position: 100% 180%;
}

.btn-gradient:after, .btn-lg:after {
    background: transparent url('../images/wave-gradient.webp') repeat-x 0 80%;
}

.btn-gradient.btn-lg:after {
    background-size: cover;
}

.btn-gradient span:after, .btn-gradient em:after,
.btn-primary2 span:after, .btn-primary2 em:after,
.btn-primary2 span:before, .btn-primary2 em:before {
    content: "\e90e";
    font-family: 'icomoon' !important;
    margin-left: 1rem;
}

.btn-wrapper [class^="btn"] + [class^="btn"] {
    margin-left: 1rem;
}

.btn-white {
}

.btn-white {
    padding: 1.5rem 4.5rem;
    border: none;
    border-radius: 3.5rem;
    background: #fff;
    transition: all 0.16s linear;
    color: #005A8C;
    width: fit-content;
    margin: auto;
}

    .btn-white:hover {
        background: none;
        color: #fff;
        outline: 1px solid #fff;
    }

.card-content > div {
    margin-top: 4rem
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.section {
    padding-bottom: 6rem;
    padding-top: 6rem;
}

.wave {
    display: inline-flex;
    padding: 0 6rem;
    position: relative;
}

.icon-water-wave-icon:before, .icon-water-wave-icon:after {
    color: #4aa1e7;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.icon-water-wave-icon:after {
    left: unset;
    right: 0;
}

.mx-width-80 {
    max-width: 8rem;
}

.mx-width-590 {
    margin-left: auto;
    width: calc(100% - 8.525%);
}

.border-0 {
    border: 0 !important;
}

.position-relative {
    position: relative;
}

/*header*/

nav {
    background-color: transparent;
    position: absolute;
    top: 0;
    transition: all ease .5s;
    width: 100%;
    z-index: 11;
}

    nav.fixed-top {
        background-color: #ffffff;
        box-shadow: 0 0 1.5rem rgba(0,0,0,0.5);
        position: fixed;
    }

        nav.fixed-top.sticked {
            top: -17.4rem
        }

    nav .nav-inner {
        padding: 2rem 0;
    }

    nav.fixed-top .nav-inner {
        padding: .85rem 0;
    }

        nav.fixed-top .nav-inner .logo {
            /*opacity: 0;
                top: -50rem;*/
            display: none;
        }

.nav-inner {
    padding: .85rem 0;
    position: relative;
}

.logo .inner-ring {
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.logo .outer-ring {
    animation: rotate-animation 100s infinite linear;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-90deg);
    }
}

.top-navbar > ul {
    align-items: center;
    display: flex;
    /*height: calc(100% - 5rem);*/
}

    .top-navbar > ul > li:first-child {
        padding-left: 0;
    }

.dropdown {
    position: relative;
}

    .dropdown a, .dropdown span {
        align-items: center;
        display: flex;
        color: #4d4d4d;
        cursor: pointer;
        padding-right: 4rem;
        position: relative;
    }

        .dropdown span > span {
            padding: 0;
            position: absolute;
            right: 0;
            top: .3rem;
        }

    .dropdown .sub-menu-list {
        border-radius: 0.5rem;
        background-color: #ffffff;
        filter: drop-shadow(0px 0px 3rem rgb(0 0 0 / 12%));
        height: auto;
        min-width: 28rem;
        padding: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        top: 50%;
        opacity: 0;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        overflow: hidden;
    }

        .dropdown .sub-menu-list li a {
            color: #4d4d4d;
            font-size: 1.6rem;
            padding: 1rem 2rem;
            transition: all .4s;
        }

        .dropdown .sub-menu-list li + li a {
            border-top: .1rem solid #cccccc;
        }

    .dropdown > ul.active {
        display: block;
    }

    .dropdown:hover .sub-menu-list2,
    .dropdown:focus-within > [aria-haspopup="true"] ~ .sub-menu-list2,
    .dropdown > [aria-haspopup="true"] ~ .sub-menu-list2:hover {
        display: flex;
        justify-content: space-around;
    }

nav .nav-inner .justify-content-between {
    justify-content: flex-end !important;
}

nav .nav-inner .logo {
    left: 0;
    position: absolute;
    top: 2rem;
}

nav .logo [class^="icon-"],
nav .logo [class*=" icon-"] {
    font-size: 21.7rem;
}

nav .logo [class^="path"]:before, nav .logo [class^="path"]:before,
footer .logo [class^="path"]:before, footer .logo [class^="path"]:before {
    color: #ffffff;
}

nav:not(.fixed-top) .dropdown > a, nav:not(.fixed-top) .dropdown > span {
    color: #ffffff;
}

nav:not(.fixed-top) .dropdown span > span {
    color: #ffffff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

/*section 1*/
.section1 {
    align-items: center;
    background-image: url('../images/homepage/section1/banner1.webp');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    /*height: 100vh;*/
    min-height: 95.7rem;
}

    .section1 .container {
        transform: translateY(25%);
    }

.banner-caption {
    max-width: 60%;
}

/*section 2*/
.card-counter {
    background-color: #ffffff;
    border-radius: 3.8rem;
    box-shadow: .5rem .7rem 65.6rem rgb(0 90 140 / 67%);
    max-width: 85.671%;
    opacity: 0;
    padding: 4rem 2rem;
    transition: all ease 1s;
}

    .card-counter.active {
        margin-top: -13%;
        opacity: 1;
    }

.bottom-fadeup-2 {
    transition: all ease 1s;
    opacity: 0;
    margin-top: 5%;
}

    .bottom-fadeup-2.active {
        opacity: 1;
        margin-top: -2%;
    }

.card-counter .heading1 {
    align-items: center;
    display: flex;
    justify-content: center;
}

.card-counter .text-count {
    margin-left: 1rem;
}

.card-counter .col-md-4:nth-child(2) {
    border-left: .1rem solid #484848;
    border-right: .1rem solid #484848;
}


.section2 > .icon-vessel {
    bottom: 0;
    color: #f0f0f0;
    font-size: 41.2rem;
    position: absolute;
    right: 0;
    transition: all ease 3s;
}

.scale-in {
    transform: scale(0);
}

    .scale-in.active {
        transform: scale(1);
    }


.section2 ul {
    padding: 1.2rem 0 2rem;
}

.section2 li {
    align-items: center;
    display: flex;
    margin: 2rem 0;
    min-height: 6.8rem;
    padding: 0 0 0 8.5rem;
    position: relative;
}

    .section2 li [class^="icon-"] {
        align-items: center;
        border-radius: 10rem;
        box-shadow: .3rem .1rem 2rem rgba(0,0,0,0.25);
        color: #194367;
        display: flex;
        height: 6.8rem;
        justify-content: center;
        position: absolute;
        left: 0;
        width: 6.8rem;
    }

.section2 .card-caption {
    align-items: center;
    bottom: 2.5rem;
    display: flex;
    max-width: 23.7rem;
    position: absolute;
    right: 0;
}

    .section2 .card-caption img {
        animation: rotate-animation 100s infinite linear;
    }

.section2 label {
    align-items: center;
    display: flex;
    color: #12598a;
    flex-wrap: wrap;
    justify-content: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
}

.card-media {
    display: flex;
    justify-content: center;
    position: relative;
}

    .card-media .img-collage {
        border: 1.5rem solid #ffffff;
        max-width: 65%;
        margin: -7rem 0 0 3rem;
    }

.mxw-575 {
    max-width: calc(100% - 11%);
}

/*section 3*/
.section3 {
    background-attachment: fixed;
    background-image: url('../images/homepage/section3/bg-section.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

    .section3 .card {
        background-color: #ffffff;
        border-radius: 1rem;
        box-shadow: .7rem .7rem 3.3rem rgba(0,0,0,0.25);
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 2rem;
        width: calc(100% - 4rem);
    }

    .section3 .swiper-slide {
        height: unset;
    }

    .section3 .swiper-slide-active .card, .value-card {
        box-shadow: .7rem .7rem 3.3rem rgba(0,90,140,.33);
    }

    .section3 .card [class^="icon-"] {
        align-items: center;
        background-color: #4aa1e7;
        border-radius: .5rem;
        bottom: -1.6rem;
        color: #ffffff;
        display: inline-flex;
        height: 5.5rem;
        justify-content: center;
        left: 2rem;
        position: absolute;
        width: 5.5rem;
    }

    .section3 .card-media {
        margin-bottom: 2rem;
    }

        .section3 .card-media img {
            width: 100%;
        }

    .section3 .card p {
        font-size: 1.6rem;
    }

.btn-primary2 {
    border: 1px solid #194367;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    min-width: 6rem;
}

    .btn-primary2:after {
        background: transparent url('../images/wave-darkblue.webp') repeat-x 0 80%;
    }

    .btn-primary2:hover, .vacancy-cards .card:hover .btn-primary2 {
        min-width: 17.5rem;
    }

.goal-card .btn-primary2 {
    min-width: 80%;
}

.goal-card .btn-primary2 {
    box-shadow: 0 .4rem .4rem rgba(0,0,0,0.5);
    border: 0;
}

.btn-primary2:hover:before, .vacancy-cards .card:hover .btn-primary2:before {
    background: #ffffff;
}

.goal-card .btn-primary2:before {
    background: linear-gradient(90deg, hsla(206, 100%, 75%, 1) 0%, hsla(201, 100%, 27%, 1) 100%);
}

.goal-card .btn-primary2 em {
    top: 50%;
}

.goal-card .btn-primary2 span, .goal-card .btn-primary2 em {
    color: #fff;
}

.btn-primary2 span,
.btn-primary2 em {
    background: transparent;
    background-clip: text;
    -webkit-background-clip: text; /* Prefix for Safari and older browsers */
    color: #194367;
    justify-content: flex-start;
    padding: 0 0 0 1.5rem;
    text-align: left;
}

    .btn-primary2 span:after,
    .btn-primary2 em:after {
        display: none;
    }

    .btn-primary2 span:before,
    .btn-primary2 em:before {
        background: #ffffff;
        background-clip: text;
        -webkit-background-clip: text; /* Prefix for Safari and older browsers */
        content: "\e926";
        margin-left: 0;
        margin-right: 1rem;
    }

.swiper-wwd,
.swiper-certificates {
    padding: 4rem 0;
}

.col-bottom {
    align-items: center;
    display: flex;
    justify-content: center;
}

    .col-bottom .arrow {
        cursor: pointer;
        height: 5.5rem;
        margin: 3rem 2.5rem 0;
        opacity: 1;
        pointer-events: unset;
        position: static;
    }

/*section 4*/
.section4 {
    background-attachment: fixed;
    background-image: url('../images/homepage/section4/bg-section.webp');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.text-white *,
.text-white .icon-water-wave-icon:before, .text-white .icon-water-wave-icon:after {
    color: #ffffff;
}

.section4 .section-gallery-wrap {
    padding: 8rem 0;
}

.section4 .card-media {
    box-shadow: 0 .4rem .4rem rgba(0,0,0,0.5);
}

    .section4 .card-media a,
    .section4 .card-caption {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.section4 .card-caption {
    background-color: rgba(0,0,0,0.5);
    padding: 3rem;
}

.section4 .gallery-thumbs {
    margin-left: -8rem;
    max-width: calc(100% - 26.4%);
}

.section4 .swiper-slide {
    box-shadow: 1.7rem 1rem 2rem rgba(0,0,0,0.5);
    height: auto;
}

.section4 .card {
    background-color: #ffffff;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2.5rem;
}

    .section4 .card .btn {
        max-width: 18rem;
    }

.section4 .col-bottom {
    justify-content: flex-start;
    padding-left: 10rem;
}

/*section 5*/
.swiper-happyclients,
.swiper-clients {
    padding: 6rem 0 8rem 0;
}

.swiper-happyclients {
    padding-left: 3rem;
    padding-right: 3rem;
}

    .swiper-happyclients .card-media {
        box-shadow: .2rem .2rem 3.3rem rgba(0,0,0,0.25);
        display: flex;
        padding: 2rem;
        justify-content: center;
    }

/*section 6*/
.section6 {
    background-attachment: fixed;
    background-image: url('../images/homepage/section6/bg-section.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-clients .card {
    border-radius: .5rem;
    position: relative;
    padding: 1.6rem;
}

.swiper-clients [class^="icon-"] {
    position: absolute;
    right: -0.3rem;
    top: -0.5rem;
}

.swiper-clients .card-media {
    justify-content: flex-start;
    margin-bottom: 1.2rem;
}

    .swiper-clients .card-media img {
        border-radius: 10rem;
        left: 0;
        max-width: 7rem;
        position: absolute;
        top: 0;
    }

.swiper-clients .card-caption {
    align-items: center;
    display: flex;
    min-height: 7rem;
    padding-left: 8rem;
}

.swiper-clients small,
.team-container small,
.swiper-clients .card-content p {
    display: block;
    font-size: 1.6rem;
}

.swiper-clients .swiper-slide {
    opacity: .5;
}

.swiper-clients .swiper-slide-active {
    opacity: 1;
}

    .swiper-clients .swiper-slide-active .card, .search-box-input {
        background-color: #ffffff;
        box-shadow: 0 .1rem 3.33rem rgba(0, 90, 140, .5);
    }

/*section 7*/
.team-container {
    padding: 8rem 0;
}

    .team-container .card {
        margin: auto;
        max-width: 37rem;
    }

        .team-container .card:before {
            border: .2rem dashed #005A8C;
            content: '';
            height: 100%;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            transform: rotate(350deg);
            width: 31rem;
            z-index: -1;
        }

    .team-container .card-media {
        border-radius: 1rem;
        box-shadow: .1rem .4rem 1.53rem rgba(0,0,0,0.25);
        cursor: pointer;
        margin: auto;
        max-width: 31rem;
        overflow: hidden;
    }

    .team-container .card-caption {
        background: linear-gradient(to right, #3DB9FF59 0%, #034266 100%);
        bottom: -35%;
        color: #ffffff;
        left: 0;
        padding: 1.5rem;
        position: absolute;
        transition: all ease .5s;
        width: 100%;
    }

    .team-container .card-media:hover .card-caption {
        bottom: 0;
    }

    .team-container small {
        margin-top: 1rem;
    }

/*section 8*/
.section8 {
    background-attachment: fixed;
    background-image: url('../images/homepage/section8/bg-section.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-certificates {
    max-width: 68rem;
}

.swiper-certificates {
    padding-bottom: 8rem;
}

.swiper-pagination-bullet {
    background-color: #C3C3C3;
    height: 1.6rem;
    opacity: 1;
    position: relative;
    width: 1.6rem;
}

    .swiper-pagination-bullet:before {
        background-color: #ffffff;
        border-radius: 10rem;
        bottom: 0;
        content: '';
        height: .8rem;
        left: 0;
        margin: auto;
        opacity: 1;
        position: absolute;
        right: 0;
        top: 0;
        width: .8rem;
    }

.swiper-pagination-bullet-active {
    background-color: #194367;
}

/*footer*/
footer {
    background-color: #194367;
    color: #ffffff;
}

    footer a {
        color: #ffffff;
    }

        footer a:hover {
            color: #4aa1e7;
        }

.footer-top-wrapper {
    padding: 2rem 0;
}

    .footer-top-wrapper .logo img {
        max-width: 20rem;
    }

.footer-top {
    margin-top: 5rem;
}

    .footer-top + .footer-top {
        border-top: .1rem solid #ffffff;
        margin-top: 2rem;
        padding-top: 1.5rem;
    }

.footer-bottom {
    border-top: .1rem solid #ffffff;
    font-size: 80%;
    padding: 2rem 0;
}

.social-media [class^="icon-"] {
    align-items: center;
    background-color: #ffffff;
    border-radius: 10rem;
    color: #686868;
    display: inline-flex;
    height: 4rem;
    justify-content: center;
    width: 4rem;
}

    .social-media [class^="icon-"] + [class^="icon-"] {
        margin-left: 2rem;
    }

    .social-media [class^="icon-"]:hover {
        color: #1389CB;
    }

.card-link a {
    display: block;
    margin-top: .7rem;
    padding-left: 1.6rem;
    position: relative;
    text-align: left;
}

    .card-link a:before {
        content: '-';
        left: 0;
        position: absolute;
    }

.card-link-icons a {
    min-height: 3rem;
    padding-left: 4.5rem;
}

    .card-link-icons a + a {
        margin-top: 1rem;
    }

.card-link-icons [class^="icon-"] {
    align-items: center;
    background: #ffffff;
    border-radius: 10rem;
    display: flex;
    font-size: 1.8rem;
    height: 3rem;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 3rem;
}

    .card-link-icons [class^="icon-"]:before {
        color: #1389CB;
    }

.section-banner {
    align-items: flex-end;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    min-height: 55.5rem;
    position: relative;
}

    .section-banner:before {
        background: linear-gradient(270deg, rgba(217,217,217,0) 0%, rgba(69,91,109,.837) 64%, rgba(53,78,97,.92) 73%, rgba(42,68,89,.93) 85%, rgba(18,48,72,1) 100%);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .section-banner .container {
        position: relative;
        z-index: 1;
    }

.section-banner-about {
    background-image: url('../images/about/section1/bg-banner.webp');
    background-position: center;
}

.section-banner-policy {
    background-image: url('../images/privacy-policy/privacy-policy.webp');
    background-position: center;
}

.section-banner-contact {
    background-image: url('../images/contact/contact-banner.webp');
    background-position: center;
}

.section-banner-crew-management {
    background-image: url('../images/crew-management/banner-crew.webp');
    background-position: center;
}

.section-banner-career-listing {
    background-image: url('../images/career/banner-career.webp');
    background-position: center;
}

.section-banner-our-team {
    background-image: url('../images/team/our-team-banner.webp');
}

.section-banner-Ship-Chatering {
    background-image: url('../images/Ship-Chatering/ship-carter-banner.webp');
}

.section-banner-Trainingand-Development {
    background-image: url('../images/Trainingand-Development/Trainingand.webp');
    background-position: center;
}

.section-banner-Travel-Arrangements {
    background-image: url('../images/Travel-Arrangements/Travel.webp');
}

.section-banner-mission-vision {
    background-image: url('../images/mission-vision/mission-vision-banner.webp');
    background-position: center;
}

.bg {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 3.5rem 0 3.5rem 3.5rem;
    position: relative;
}

    .bg.blue:before {
        background-color: #005A8C;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: calc(100% - 20%);
        z-index: -1;
    }

    .bg.blue .section2 .card-caption {
        bottom: 0;
        right: unset;
        transform: translateX(78%);
        width: 23.7rem;
        z-index: 1;
    }

.bx-shadow {
    box-shadow: .2rem .4rem 1.64rem rgba(0,0,0,0.37);
}

.section-gradient {
    background: linear-gradient(180deg, rgba(19,140,208,.17) 00%, rgba(255,255,255,0) 100%);
}

    .section-gradient .card-counter {
        background-color: transparent;
        box-shadow: none;
    }

.section-feature {
    background-image: url('../images/about/section3/feature.webp');
    background-size: cover;
    margin: 4rem 0 7rem;
    position: relative;
}

.mission-vision-section {
    background-image: url('../images/mission-vision/mission-vision.webp');
    background-size: cover;
    margin: 4rem 0 7rem;
    position: relative;
}


.section-feature:before {
    background-color: #F3F3F2;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.section-feature .section {
    background-color: #F3F3F2;
}

.section-feature .wave {
    margin-left: 4rem;
}

.section-feature li {
    display: flex;
    margin-top: 3.5rem;
    padding-left: 5rem;
    position: relative;
}

    .section-feature li [class^="icon-"] {
        align-items: center;
        background-color: #005A8C;
        border: .5rem solid #ffffff;
        border-radius: 10rem;
        color: #ffffff;
        display: flex;
        height: 8.5rem;
        justify-content: center;
        left: -5rem;
        position: absolute;
        width: 8.5rem;
    }

/*about us page*/
/*contact us*/
.mxw-85 {
    max-width: calc(100% - 15%);
    margin: auto;
}

.mxw-95 {
    max-width: calc(100% - 5%);
    margin: auto;
}

.mxw-90 {
    max-width: calc(100% - 10%);
    margin: auto;
}

.contact-form-section {
    background: linear-gradient(360deg, hsla(207, 63%, 25%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);
}

.form-card {
    box-shadow: .7rem .7rem 3.3rem rgba(0, 0, 0, 0.25);
    border-radius: 1.5rem;
    overflow: hidden;
    background: #fff;
}

.contact-address {
    background: url(../images/contact/contact-addess-bg.webp) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 6rem 0;
}

.contact-info li span {
    height: 4.8rem;
    width: 4.8rem;
    background: #3D88F820;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.contact-info, .main-form {
    margin-top: 4rem;
}

    .contact-info li {
        display: flex;
        align-items: flex-start;
    }

        .contact-info li + li {
            margin-top: 3rem;
        }

        .contact-info li:last-child {
            max-width: 36.5rem;
        }

.contact-form {
    padding: 6rem 0;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
}

.form-control, textarea {
    border: 0;
    border-bottom: 1.5px solid;
    height: 4rem;
    padding-left: 1rem;
    font-size: 1.8rem;
}

    .form-control.search-box-input {
        height: 5.5rem;
    }

    .form-control:focus, textarea:focus {
        outline: 0;
    }

/*contact us*/

/*Crew Management*/
.shapes:before, .shapes:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.shapes.shapes-0:before {
    background-image: url('../images/common/left-shape.webp');
    height: 10.4rem;
    left: 0;
    top: 1rem;
    width: 10.5rem;
}

.shapes.shapes-0:after {
    background-image: url('../images/common/right-shape.webp');
    bottom: -5.5rem;
    height: 17.7rem;
    right: 0;
    width: 12.4rem;
}


.shapes.shape-1:before, .shapes.shape-7:before {
    background: url(../images/common/shape-4.webp);
    width: 13rem;
    height: 15.4rem;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.shapes.shape-1:after {
    background: url(../images/common/shape-3.webp);
    width: 6rem;
    height: 8.4rem;
    right: 0;
    margin-top: auto;
    bottom: 0;
}

.shapes.shape-8:after {
    background: url(../images/common/shape-8.webp);
    width: 14.2rem;
    height: 14.8rem;
    right: 0;
    top: 0;
}

.shapes.shape-9:after {
    background: url(../images/common/shape-7.webp);
    width: 10rem;
    height: 19.6rem;
    left: 0;
    bottom: 0;
}


.shapes.shape-2:before {
    background: url(../images/common/shape-5.webp);
    width: 6.7rem;
    height: 10.6rem;
    left: 0;
    top: 0;
}

.shapes.shape-2.shape-3:before {
    bottom: 0;
    top: unset;
}

.shapes.shape-2:after {
    background: url(../images/common/shape-2.webp);
    width: 16.3rem;
    height: 29.4rem;
    right: 0;
    top: -3rem;
}

.shapes.shape-2.shape-3:after {
    background: url(../images/common/shape-1.webp);
    bottom: 6rem;
    top: unset;
    width: 9.2rem;
    height: 14.7rem;
}

.shapes.shape-4:before {
    background: url(../images/common/left-shape.webp);
    width: 10.5rem;
    height: 10.4rem;
    left: 0;
    top: 0;
}

.shapes.shape-4:after, .shapes.shape-6:after {
    background: url(../images/common/right-shape.webp);
    width: 12.4rem;
    height: 17.7rem;
    right: 0;
    bottom: -6rem;
    z-index: 1;
}

.shapes.shape-5:before, shape-7 {
    background: url(../images/common/shape-5.webp);
    width: 6.7rem;
    height: 10.6rem;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.page-media-card {
    position: relative;
    display: flex;
    margin: 3rem auto 0 auto;
    padding: 2.5rem 0;
    overflow: hidden;
}

.bottom-fadeup-2.active .page-media-card img {
    transform: translateX(0)
}

.page-media-card.left-patch {
    padding-left: 4.5rem;
}

.page-media-card.right-patch {
    padding-right: 4.5rem;
}

.page-media-card img {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    transform: translateX(-100%);
    transition: all ease 1.5s;
}

.page-media-card::before {
    content: '';
    position: absolute;
    width: 10rem;
    height: 100%;
    background: #005A8C;
    top: 0;
    z-index: -1;
}

.page-media-card.left-patch::before {
    left: 0rem;
}

.page-media-card.right-patch::before {
    right: 0rem;
    top: 0;
}

.media_list_items li {
    position: relative;
    padding-left: 4rem;
}

    .media_list_items li:before {
        content: "\e90e";
        font-family: 'icomoon' !important;
        color: #005A8C;
        position: absolute;
        left: 0rem;
        top: 6px;
        transform: rotate(90deg);
        width: 2rem;
        height: 2rem;
    }
/*Crew Management*/

/*Career Page*/
.search-box {
    position: relative;
}

    .search-box .search-box-input {
        padding-left: 7rem;
        display: flex;
        align-items: center;
    }

.search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 6rem;
    right: 0;
    background: #005A8C;
    justify-content: center;
    color: #fff;
}

.select_wrap {
    user-select: none;
}

    .select_wrap .default_option {
        cursor: pointer;
    }

        .select_wrap .default_option:before {
            content: "";
            position: absolute;
            top: 18px;
            right: 18px;
            width: 10px;
            height: 10px;
            border: 2px solid;
            border-color: transparent transparent #555555 #555555;
            transform: rotate(-45deg);
        }

    .select_wrap .select_ul {
        position: absolute;
        top: 55px;
        left: 0;
        width: 100%;
        background: #fff;
        border-radius: 5px;
        display: none;
        z-index: 1;
    }

        .select_wrap .select_ul li {
            padding: 10px 20px;
            cursor: pointer;
        }

            .select_wrap .select_ul li:first-child:hover {
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

            .select_wrap .select_ul li:last-child:hover {
                border-bottom-left-radius: 5px;
                border-bottom-right-radius: 5px;
            }

            .select_wrap .select_ul li:hover {
                background: #005A8C;
                color: #fff;
            }

    .select_wrap.active .select_ul {
        display: block;
    }

    .select_wrap.active .default_option:before {
        top: 25px;
        transform: rotate(-225deg);
    }

.vacancy-cards {
    overflow: hidden;
}

    .vacancy-cards .col-lg-6 {
        margin-bottom: 5rem;
    }

    .vacancy-cards .card h4 {
        font-size: 1.6rem;
    }
    /*    .vacancy-cards .card .short-description + p, .vacancy-cards .card .short-description {
        display: -webkit-box;
        width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }*/
    .vacancy-cards .card {
        border-radius: 1.5rem;
        padding: 2.5rem 5rem;
        box-shadow: .2rem .2rem 3.3rem rgba(0,0,0,0.25);
        position: relative;
        overflow: hidden;
        height: 100%;
        display: flex;
        flex-direction: column;
        color: #4d4d4d;
    }


        .vacancy-cards .card .job-location h4 span {
            margin-right: 1rem;
        }

        .vacancy-cards .card::after {
            content: '';
            height: 100%;
            width: 1.5rem;
            background: linear-gradient(180deg, rgba(19,137,203,1) 0%, rgba(0,103,160,1) 100%);
            position: absolute;
            left: 0;
            top: 0;
        }

    .vacancy-cards .card_icon-right-1 {
        bottom: 0;
        top: unset;
        right: -3rem;
    }

.alert-success {
    color: forestgreen;
}

.pagination-buttons span {
    color: #194367;
    font-size: 2.6rem;
    cursor: pointer;
}

.pagination-buttons ul {
    margin: 0 1.8rem;
}

    .pagination-buttons ul li.active {
        background: #194367;
    }

    .pagination-buttons ul li {
        width: 4rem;
        height: 4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #005A8C40;
        border-radius: 50%;
        margin: 0 1rem;
        color: #fff;
        cursor: pointer;
    }

.job-info {
    padding: 0 0 1.5rem 0;
}

.exp-card {
    background: #4AA7DA20;
    display: flex;
    align-items: center;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    width: fit-content;
    font-size: 1.8rem;
    margin-right: 2rem;
}

    .exp-card p {
        margin-left: 0.5rem;
    }

input[type=file]::file-selector-button {
    border: 0;
    padding: .2em .4em;
    border-radius: .2em;
    background-color: #1389CB78;
    transition: 1s;
    color: #fff;
}

    input[type=file]::file-selector-button:hover {
        background-color: #1389CB;
    }

.job-description-card {
    border: 1px solid #979797;
    padding: 3rem 3rem;
    border-radius: 1.5rem;
}

    .job-description-card table tr td, .job-description-card table tr th {
        padding: 0.8rem 0;
        position: relative;
    }

        .job-description-card table tr td:first-child {
            padding-left: 1.5rem;
            font-weight: 500;
        }

            .job-description-card table tr td:first-child:before {
                content: '';
                position: absolute;
                width: 0.8rem;
                height: 0.8rem;
                background: #000;
                border-radius: 50%;
                left: 0;
                top: 0;
                bottom: 0;
                margin: auto;
            }

    .job-description-card h3 {
        border-top: 1px solid #979797;
        margin: 3rem 0 0;
        padding-top: 3rem;
    }

    .job-description-card .ul-list2 ul {
    }

.career-form {
    box-shadow: .7rem .7rem 3.3rem rgba(0,0,0,0.25);
    border-radius: 1.5rem;
    padding: 3rem 0;
}

    .career-form input[type='checkbox'] {
        width: 2rem;
        height: 2rem;
        border: 1px solid #005A8C;
        margin-right: 1rem;
    }

    .career-form .type-file {
        border-radius: 0.5rem;
        border: 1px solid #797979;
        height: unset;
        padding: 1rem;
    }

        .career-form .type-file input {
            height: unset;
            margin-top: 0.5rem;
        }

.join-us-card {
    background: linear-gradient(90deg, rgba(19,137,203,1) 0%, rgba(0,103,160,1) 100%);
    position: relative;
    margin-bottom: 6rem;
    overflow: hidden;
}

    .join-us-card:before, .join-us-card:after {
        background-repeat: no-repeat !important;
        background-size: contain !important;
        content: '';
        position: absolute;
    }

    .join-us-card:before {
        background: url(../images/common/ellipse-left.svg);
        width: 16rem;
        height: 13.3rem;
        top: -16rem;
        left: -14rem;
        transition: all ease 1s;
        transform: scale(0)
    }

    .join-us-card:after {
        background: url(../images/common/ellipse-right.svg);
        width: 14.8rem;
        height: 23.2rem;
        top: -15rem;
        right: -24rem;
        transition: all ease 1.5s;
        transform: scale(0)
    }

.section.active:after {
    transform: scale(1);
    top: 0;
    right: 0;
}

.section.active:before {
    transform: scale(1);
    top: 0;
    left: 0;
}
/*Career Page*/
/*Team Page*/
body.no-scroll {
    overflow: hidden; /* Prevent scrolling when popup is open */
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent backdrop */
    display: none; /* Hide popup initially */
    z-index: 1000; /* On top of other content */
    overflow-y: auto;
}

.popup-content {
    background-color: #fff;
    padding: 6rem 2rem;
    border-radius: 1.5rem;
    max-width: 110rem;
    margin: 5rem auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    width: calc(100% - 10%);
}

    .popup-content:before, .popup-content:after {
        content: '';
        position: absolute;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }

    .popup-content:before {
        background: url(../images/team/popup-ellipse-2.svg);
        width: 11.2rem;
        height: 16.6rem;
        top: 0;
        left: 0;
    }

    .popup-content:after {
        background: url(../images/team/popup-ellipse-1.svg);
        width: 11.2rem;
        height: 8.2rem;
        bottom: 0;
        right: 0;
    }

    .popup-content .team-img img {
        border-radius: 1rem;
        box-shadow: .1rem .4rem 1.53rem rgba(0, 0, 0, 0.25);
    }

.close-button {
    position: absolute;
    top: -2rem;
    right: -2rem;
    cursor: pointer;
    font-size: 4rem;
    width: 5rem;
    height: 5rem;
    background: #E2382F;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}

/*Team Page*/

/*Mission Vision*/


.mission-vision-section:before {
    content: '';
    background: #fff;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
}

.mission-vision-section .section {
    background: #fff;
}

    .mission-vision-section .section:after {
        content: '';
        width: 2.5rem;
        height: 100%;
        background: #fff;
        left: 0;
        top: 0;
        position: absolute;
    }

.mission-points ul li {
    margin-top: 2rem;
}

.mission-points .heading5 {
    display: flex;
    flex-direction: column;
    line-height: 6rem;
}

.mission-points .mission-img {
    position: relative;
    z-index: 1;
}

.mission-points img {
    width: 85%;
    display: block;
    border: 0.8rem solid #fff;
    border-radius: 50%;
    margin-left: auto;
}

.mission-points .mission-card-box {
    display: flex;
    background: linear-gradient(90deg, hsla(201, 100%, 27%, 1) 0%, hsla(206, 100%, 75%, 1) 100%);
    justify-content: space-between;
    padding: 2rem 3.5rem;
    border-radius: 1.5rem 10rem 10rem 1.5rem;
    align-items: center;
    position: absolute;
    width: 38.7rem;
    left: -27.5rem;
}

.mission-vision-section .desc {
    padding-left: 15rem;
}

.ship-icon {
    bottom: -44%;
    color: #f0f0f0;
    font-size: 34.2rem;
    position: absolute;
    right: 0;
    z-index: 1;
    opacity: 0.3;
}

.value-card {
    padding: 2rem 4rem 2rem 5rem;
    height: 100%;
}

.value-col-margin {
    margin-bottom: 4.5rem;
}

.value-card .card-icon {
    background: #005A8C;
    color: #fff;
    position: absolute;
    left: -2.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.goal-card i {
    position: absolute;
    bottom: 2.5rem;
    left: 0;
}

.goal-card {
    display: inline;
}
