.banner {
    /* background: var(--dark-blue); */
    position: relative;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 26, 43, 0.80)), color-stop(35.94%, rgba(13, 26, 43, 0.70)), to(rgba(13, 26, 43, 0.90)));
    background: -o-linear-gradient(top, rgba(13, 26, 43, 0.80) 0%, rgba(13, 26, 43, 0.70) 35.94%, rgba(13, 26, 43, 0.90) 100%);
    background: linear-gradient(180deg, rgba(13, 26, 43, 0.80) 0%, rgba(13, 26, 43, 0.70) 35.94%, rgba(13, 26, 43, 0.90) 100%);
    z-index: 1;
}

.video-home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-home.phone {
    display: none;
}

.video-home iframe {
    /* width: 100%;
    height: 100%; */
    width: 120%;
    height: 120%;
    position: absolute;
    top: -20%;
}

.banner-top {
    height: 100dvh;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 200px 50px 0;
}

.banner-top-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 50px;
}

.banner-top .h1 {
    margin-bottom: 20px;
}

.banner-top .subtitle {
    color: var(--light-blue);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.video-home iframe.video-phone {
    display: none;
}

.scroll-down {
    color: var(--white-color) !important;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    display: block;
    position: relative;
    /* margin-top: 320px; */
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}

.scroll-down:hover {
    color: var(--light-blue) !important;
    letter-spacing: 8px;
}

.scroll-down:hover::before {
    height: 28px;
}

.scroll-down:hover::after {
    height: 28px;
}

.scroll-down::before,
.scroll-down::after {
    content: "";
    position: absolute;
    opacity: 0.5;
    background: #D9D9D9;
    width: 2px;
    height: 34px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s all;
}

.scroll-down::before {
    top: -48px;
}

.scroll-down::after {
    bottom: -50px;
}

.banner-bottom {
    /* height: 100dvh; */
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 150px 50px 365px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

/* .banner-bottom-content{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 50px;
} */

.banner-bottom .h2 {
    font-size: 45px;
    line-height: 1.11;
    max-width: 1550px;
    margin: 0 auto 6px;
    letter-spacing: 0.9px;
}

.banner-bottom p {
    font-size: 30px;
    letter-spacing: 0.6px;
    color: var(--white-color);
    font-weight: 400;
    max-width: 1550px;
    margin: 0 auto;
    line-height: 1.67;
}

.banner-bottom .cstm-btn {
    margin-top: 200px;
}

.banner-bottom .net-anim {
    position: absolute;
    left: 0;
    bottom: -140px;
    width: 100%;
    height: auto;
    z-index: -1;
}

/* services started */

.services-sec {
    position: relative;
    margin-top: -256px;
}

.service-block {
    min-height: 600px;
    /* padding: 95px 0 50px 50px; */
    padding: 95px 50px 50px;
    position: relative;
    background: transparent;
    transition: 0.6s all;
}

.services-inner {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: 0.6s all;
}

.services-row {
    margin-right: 0;
    margin-left: 0;
}

.services-row>div {
    padding-right: 0;
    padding-left: 0;
}

.service-block {
    text-align: center;
    background: rgba(255, 255, 255, 0.02);
}

.services-row>div:not(:last-child) .service-block {
    border-right: 1px solid rgba(255, 255, 255, 0.50);
}

.service-block p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1px;
    color: var(--white-color);
    font-family: var(--opensans-font);
    margin-bottom: 0;
    opacity: 0;
    transition: 1s all;
    position: absolute;
    /* bottom: 50px; */
    top: 230px;
    left: 50px;
    right: 25px;
    max-height: 320px;
    overflow: auto;
    padding-right: 25px;
}

.service-block p {
    scrollbar-width: thin;
    scrollbar-color: var(--light-blue) #bbb;
}
.service-block p::-webkit-scrollbar {
    width: 5px;
}
.service-block p::-webkit-scrollbar-track {
    background-color: #bbb;
}
.service-block p::-webkit-scrollbar-thumb {
    background-color: var(--light-blue);
}

.service-block p .mCSB_inside>.mCSB_container {
    /* margin-right: 0; */
    /* padding-right: 50px; */
}

.service-block .h3 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 40px;
    color: var(--white-color);
    font-family: var(--microgramma-font);
    margin-bottom: 0;
}

.service-block .img-wrapper,
.service-block .h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
}

.service-block .img-wrapper svg {
    height: 145px;
    width: auto;
    -webkit-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
    opacity: 0.5;
    fill: var(--light-blue);
}

.service-block .img-wrapper svg path {
    fill: var(--light-blue);
    -webkit-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
}

/* services ended */

/* maritime started */

.maritime-sec {
    padding: 515px 0 550px;
    position: relative;
    margin-top: -345px;
    background-color: var(--white-color);
    background-image: url('../images/maritime-bg.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.maritime-content {
    text-align: center;
    margin: 0 auto;
}

.maritime-content .h2 {
    margin-bottom: 12px;
}

.maritime-content p {
    font-family: var(--opensans-font);
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

.maritime-content .cstm-btn {
    margin-top: 10px;
}

/* maritime ended */

/* great career started */

.career-row {
    margin-left: 0;
    margin-right: 0;
}

.career-img {
    width: 36.5%;
    padding-right: 0;
    padding-left: 0;
    /* background-image: url('../images/career-bg.jpg');
    background-size: cover;
    background-position: center; */
}

.career-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 1100px;
}

.career-data {
    width: 63.5%;
    padding: 68px 50px 88px 80px;
    align-self: center;
}

.career-data-content {
    max-width: 1060px;
}

.career-data .h2 {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 32px;
}

.timeline {
    position: relative;
    /* width: 660px; */
    margin: 0 auto;
    padding: 18px 0 50px;
    list-style-type: none;
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 1px;
    height: 100%;
    margin-left: -3px;
    background: var(--light-blue);
    z-index: 5;
}

.timeline li {
    padding: 20px 0;
    position: relative;
}

.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.direction-l {
    position: relative;
    max-width: 45.3%;
    float: left;
    text-align: right;
}

.direction-r {
    position: relative;
    max-width: 45.3%;
    float: right;
}

.timeline li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../images/question.svg');
    background-color: #fff;
    background-size: cover;
    width: 43px;
    height: 43px;
    z-index: 6;
}

.time-wrapper {
    display: inline;
    line-height: 1em;
    font-size: 0.66666em;
    color: rgb(250, 80, 80);
    vertical-align: middle;
}

.direction-l .time-wrapper {
    float: left;
}

.direction-r .time-wrapper {
    float: right;
}

.time {
    display: inline-block;
    padding: 4px 6px;
    background: rgb(248, 248, 248);
}

.timeline p {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--text-color);
    font-family: var(--opensans-font);
    margin-bottom: 0;
}

.career-sec .btn-wrapper {
    text-align: center;
}

/* great career ended */

/* Possibilities started */

.possibilities-sec {
    padding: 106px 0 467px;
    background-color: var(--dark-blue);
    background-image: url('../images/net-lines-bg.svg');
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.possibilities-sec .container {
    text-align: center;
}

.possibilities-sec .h2 {
    margin-bottom: 15px;
}

.possibilities-sec p {
    color: var(--white-color);
    font-family: var(--opensans-font);
    max-width: 1170px;
    margin: 0 auto 40px;
}

/* Possibilities ended */

/* Latest News started */

.news-sec {
    padding: 80px 0 100px;
}

.news-sec .h2 {
    margin-bottom: 32px;
}

.news-block {
    padding: 40px;
    background-color: rgba(132, 137, 143, 0.10);
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.news-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    background-color: var(--dark-blue);
    opacity: 0;
    z-index: -1;
}

.news-block::after {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    background-image: url('../images/news-block-bg.png');
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: -2;
}

.news-block .news-block-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: -2;
}

.news-block-bg {
    width: 100%;
    position: absolute;
    height: 100%;
}

.news-block .h5 {
    margin: 40px 0;
    color: var(--text-color);
    letter-spacing: 1.5px;
    transition: all 0.5s ease;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.news-block .block-label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
    letter-spacing: 0.7px;
    color: var(--white-color);
    padding: 10px 30px;
    border-radius: 50px;
    background: var(--dark-blue);
    font-family: var(--opensans-font);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    transition: all 0.5s ease;
}

.news-block .date {
    font-family: var(--opensans-font);
    color: #9C9C9C;
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: 0.9px;
    font-weight: 600;
    transition: all 0.5s ease;
}

.news-sec .btn-wrapper {
    text-align: right;
    margin-top: 50px;
}

.news-row>div {
    padding-right: 20px;
    padding-left: 20px;
}

.news-row {
    margin-left: -20px;
    margin-right: -20px;
}

/* Latest News ended */

@media (min-width: 1025px) {
    .news-block:hover:before {
        opacity: 0.5;
    }

    .news-block:hover::after {
        opacity: 1;
    }

    .news-block:hover .news-block-bg {
        opacity: 1;
    }

    .news-block:hover .block-label {
        background: var(--white-color);
        color: var(--dark-blue);
    }

    .news-block:hover .h5,
    .news-block:hover .date {
        color: var(--white-color);
    }
}

@media (min-width: 1200px) {

    .services-inner-wrapper {
        background: #043657;
        position: relative;
        z-index: 2;
    }

    .services-inner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background: #043657;*/
        /* background-position: 50%; */
        /* background-size: cover; */
        /* background-repeat: no-repeat; */
        /* mix-blend-mode: soft-light; */
        background: rgba(4, 54, 87, 0.75);
        transition: 0.3s all ease;
    }

    .services-inner {
        /* background: url(../images/service-bg.png), #043657 50% / cover no-repeat; */
        /* background-blend-mode: multiply; */
        background-image: url(../images/service-bg.jpg);
    }

    .services-inner.service-active::before{
        background: transparent;
        transition: 0.3s all ease;
    }

    .service-block.active {
        background: rgba(4, 54, 87, 0.75);
    }

    .services-inner.service-active-1 {
        background: url(../images/service-active-1.jpg);
    }

    .services-inner.service-active-2 {
        background: url(../images/service-active-2.jpg);
    }

    .services-inner.service-active-3 {
        background: url(../images/service-active-3.jpg);
    }

    .services-inner.service-active-4 {
        background: url(../images/service-active-4.jpg);
    }

    .service-block.active .img-wrapper {
        top: 50px;
        transform: translate(-50%, 0);
    }

    .service-block.active .h3 {
        top: 33%;
    }

    .service-block.active .img-wrapper svg {
        height: 97px;
        opacity: 1;
    }

    .service-block.active .img-wrapper svg path {
        fill: var(--white-color);
    }

    .service-block.active p {
        opacity: 1;
    }
}

@media (min-width: 1921px) {
    .career-row {
        justify-content: center;
    }

    .career-img {
        width: 45%;
    }

    .career-data {
        width: 55%;
    }
}

@media (max-width: 1799px) {
    .career-data {
        padding: 68px 50px 88px 50px;
    }
    .banner-bottom {
        height: unset;
        padding: 150px 50px 300px;
    }
}

@media (max-width: 1650px) {
    .banner-top .h1 {
        font-size: 57px;
        margin-bottom: 15px;
    }

    .banner-top .subtitle {
        font-size: 26px;
    }

    .banner-bottom .h2 {
        font-size: 39px;
    }

    .banner-bottom p {
        font-size: 26px;
    }

    .banner-bottom .net-anim {
        bottom: -100px;
    }

    .banner-bottom .cstm-btn {
        margin-top: 180px;
    }

    .scroll-down {
        font-size: 16px;
    }

    .services-sec {
        margin-top: -200px;
    }

    .service-block {
        padding: 75px 30px 50px 30px;
        min-height: 560px;
    }

    .service-block p {
        max-height: 280px;
        left: 30px;
        right: 15px;
        padding-right: 15px;
    }

    .service-block p .mCSB_inside>.mCSB_container {
        padding-right: 30px;
    }

    .maritime-sec {
        padding: 480px 0 420px;
    }

    .career-img {
        width: 40%;
    }

    .career-data {
        width: 60%;
    }

    .timeline p {
        font-size: 20px;
    }

    .possibilities-sec {
        padding: 80px 0 350px;
    }

    .news-row>div {
        padding-right: 10px;
        padding-left: 10px;
    }

    .news-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .news-sec {
        padding: 80px 0;
    }
}

@media (max-width: 1440px) {
    .banner-top .h1 {
        font-size: 50px;
    }

    .banner-bottom p {
        font-size: 22px;
    }

    .banner-bottom .cstm-btn {
        margin-top: 150px;
    }

    .banner-bottom {
        padding: 100px 50px 280px;
    }

    .banner-bottom .net-anim {
        bottom: -100px;
    }

    .services-sec {
        margin-top: -180px;
    }

    .service-block p {
        font-size: 18px;
        max-height: 260px;
    }

    .service-block .h3 {
        font-size: 36px;
    }

    .service-block .img-wrapper svg {
        height: 130px;
    }

    .service-block p .mCSB_inside>.mCSB_container {
        padding-right: 20px;
    }

    .service-block {
        padding: 75px 10px 50px 20px;
        min-height: 520px;
    }

    .service-block p {
        left: 20px;
        right: 10px;
        padding-right: 10px;
    }

    .service-block.active .img-wrapper svg {
        height: 85px;
    }

    .maritime-sec {
        padding: 420px 0 400px;
    }

    .career-data {
        padding: 50px 50px 70px 30px;
    }

    .direction-r:before,
    .direction-l::before {
        width: 36px;
        height: 36px;
    }

    .direction-r:before {
        left: -60px;
    }

    .direction-l::before {
        right: -60px;
    }

    .possibilities-sec {
        padding: 60px 0 300px;
    }

    .news-sec {
        padding: 60px 0;
    }

    .news-block {
        padding: 30px;
    }

    .news-block .block-label {
        padding: 8px 25px;
    }

    .news-block .h5 {
        margin: 35px 0;
    }

    .news-block .date {
        font-size: 16px;
    }

    .maritime-content .h2 {
        margin-bottom: 15px;
    }

    .maritime-content p {
        margin-bottom: 15px;
    }

    .news-block .date {
        font-size: 16px;
    }
}

@media (max-width: 1365px) {
    .timeline p {
        font-size: 18px;
    }

    .banner-bottom .net-anim {
        bottom: -60px;
    }
}

@media (max-width: 1199px) {
    .banner-top-heading {
        padding: 0 30px;
    }

    .banner-top .h1 {
        font-size: 45px;
        margin-bottom: 10px;
    }

    .banner-top .subtitle {
        font-size: 24px;
    }

    .banner-bottom .cstm-btn {
        margin-top: 120px;
    }

    .banner-bottom {
        padding: 100px 30px 230px;
    }

    .services-sec {
        margin-top: -150px;
    }

    .maritime-sec {
        padding: 400px 0 300px;
    }

    .timeline li {
        padding: 16px 0;
    }

    .timeline li:before {
        width: 35px;
        height: 35px;
    }

    .service-block {
        min-height: 450px;
        background-blend-mode: multiply;
        height: 100%;
    }

    .services-row>div:first-child .service-block {
        background: url(../images/service-active-1.png), #043657 50% / cover no-repeat;
    }

    .services-row>div:nth-child(2) .service-block {
        background: url(../images/service-active-2.png), #043657 50% / cover no-repeat;
    }

    .services-row>div:nth-child(3) .service-block {
        background: url(../images/service-active-3.png), #043657 50% / cover no-repeat;
    }

    .services-row>div:last-child .service-block {
        background: url(../images/service-active-4.png), #043657 50% / cover no-repeat;
    }

    .services-row>div:not(:last-child) .service-block {
        border-right: none;
    }

    .services-row>div {
        margin-bottom: 24px;
    }

    .career-data {
        padding: 50px 30px 70px 30px;
    }

    .career-data .h2 {
        margin: 0 auto 25px;
    }

    .timeline {
        padding: 18px 0 40px;
    }

    .services-inner {
        background: none !important;
    }

    .services-row>div {
        padding-right: 12px;
        padding-left: 12px;
    }

    .services-row {
        margin-right: -12px;
        margin-left: -12px;
    }

    .services-row>div .service-block {
        border: none;
    }

    .service-block .h3 {
        top: 42%;
    }

    .service-block .img-wrapper {
        top: 50px;
        transform: translate(-50%, 0);
    }

    .service-block .img-wrapper svg {
        height: 97px;
        opacity: 1;
    }

    .service-block .img-wrapper svg path {
        fill: var(--white-color);
    }

    .service-block p {
        bottom: 50px;
        max-height: unset;
        opacity: 1;
    }

    .service-block .img-wrapper, .service-block .h3, .service-block p{
        position: unset;
        transform: none;
    }

    .service-block .img-wrapper, .service-block .h3{
        margin-bottom: 20px;
    }

    .news-sec .btn-wrapper {
        margin-top: 40px;
    }

    .possibilities-sec {
        padding: 60px 0 250px;
    }
}

@media (max-width: 1024px) {

    .banner-top {
        /* padding-top: 133.1%; */
        padding-top: 115.5%;
        height: auto;
    }

    .banner-top::before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: var(--dark-blue);
        opacity: 0.6;
    }

    .banner-top-heading,
    .scroll-down {
        z-index: 2;
    }

    .video-home.desk {
        display: none;
    }

    .video-home.phone {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .video-home iframe {
        width: 100%;
        height: 100%;
        position: unset;
    }

    .banner-bottom {
        background-color: var(--dark-blue);
    }

    .news-block:before {
        opacity: 0.5;
    }

    .news-block::after {
        opacity: 1;
    }

    .news-block .news-block-bg {
        opacity: 1;
    }

    .news-block .block-label {
        background: var(--white-color);
        color: var(--dark-blue);
    }

    .news-block .h5,
    .news-block .date {
        color: var(--white-color);
    }
}

@media (max-width: 991px) {
    .banner-top-heading {
        padding: 0 20px;
    }

    .banner-top .h1 {
        font-size: 42px;
        margin-bottom: 10px;
    }

    .banner-bottom {
        padding: 100px 20px 210px;
    }

    .banner-bottom .net-anim {
        bottom: 0;
    }

    .banner-bottom .h2 {
        font-size: 38px;
    }

    .banner-bottom p {
        font-size: 20px;
    }

    .services-sec {
        margin-top: -130px;
    }

    .service-block .h3 {
        font-size: 32px;
    }

    .maritime-sec {
        padding: 380px 0 220px;
    }

    .career-img,
    .career-data {
        width: 100%;
    }

    .career-data {
        order: -1;
        padding: 50px 20px 50px 20px;
    }

    .career-img img {
        max-height: 500px;
    }

    .possibilities-sec {
        padding: 50px 0 200px;
    }

    .news-sec .h2 {
        margin-bottom: 25px;
    }

    .news-sec {
        padding: 50px 0;
    }

    .news-row>div {
        margin-bottom: 20px;
    }

    .news-row {
        justify-content: center;
    }

    .news-sec .btn-wrapper {
        margin-top: 20px;
        text-align: center;
    }
}

@media (max-width: 767px) {

    .banner-bottom {
        padding: 90px 20px 180px;
    }

    .banner-top .h1 {
        font-size: 39px;
    }

    .banner-bottom .cstm-btn {
        margin-top: 100px;
    }

    .services-sec {
        margin-top: -100px;
    }

    .service-block {
        min-height: 400px;
    }

    .maritime-sec {
        padding: 380px 0 180px;
    }

    .timeline {
        width: 100%;
        padding: 0;
    }

    .timeline li {
        padding: 2em 0 2em 3.5em;
    }

    .direction-l,
    .direction-r {
        float: right;
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .time-wrapper {
        display: block;
        position: relative;
        margin: 4px 0 0 0;
        z-index: 14;
    }

    .direction-l .time-wrapper {
        float: none;
    }

    .direction-r .time-wrapper {
        float: none;
    }

    .timeline .direction-l .desc,
    .timeline .direction-r .desc {
        position: relative;
        margin: 1em 1em 0 1em;
        padding: 1em;
        z-index: 15;
    }

    .timeline:before {
        margin-left: 0;
        left: 18px;
    }

    .timeline li:before {
        left: 20px;
    }

    .career-sec .btn-wrapper {
        margin-top: 30px;
    }

    .career-img img {
        max-height: 400px;
    }

    .possibilities-sec p {
        margin: 0 auto 30px;
    }

    .news-block {
        width: 100%;
    }

    .news-row>div{
        max-width: 420px;
    }

}

@media (max-width: 575px) {

    .banner-top {
        /* padding-top: 181.4%; */
        padding-top: 150%;
    }

    .video-home iframe:not(.video-phone) {
        display: none;
    }

    .video-home iframe.video-phone {
        display: block;
    }

    .banner-top .h1 {
        font-size: 32px;
    }

    .banner-top .subtitle {
        font-size: 20px;
    }

    .scroll-down {
        font-size: 12px;
    }

    .scroll-down::before {
        top: -31px;
    }

    .scroll-down::after {
        bottom: -31px;
    }

    .scroll-down::before,
    .scroll-down::after {
        height: 25px;
    }

    .scroll-down {
        bottom: 31px;
    }

    .banner-bottom .h2 {
        font-size: 32px;
    }

    .banner-bottom p {
        font-size: 18px;
    }

    .banner-bottom .cstm-btn {
        margin-top: 80px;
    }

    .banner-bottom {
        padding: 90px 20px 150px;
    }

    .services-sec {
        margin-top: -80px;
    }

    .service-block .img-wrapper svg {
        height: 80px;
    }

    .service-block .h3 {
        font-size: 30px;
    }

    .service-block {
        min-height: unset;
        /* padding: 210px 10px 40px 20px; */
    }

    .service-block .h3 {
        top: 180px;
    }

    .service-block p {
        max-height: 100%;
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

    .service-block .mCSB_scrollTools {
        display: none !important;
    }

    .service-block p {
        font-size: 17px;
    }

    .maritime-sec {
        padding: 380px 0 150px;
    }

    .timeline li {
        padding: 1.5em 0 1.5em 3.2em;
    }

    .timeline p {
        font-size: 17px;
    }

    .timeline li:before {
        width: 32px;
        height: 32px;
    }

    .career-img img {
        max-height: 300px;
    }

    .possibilities-sec {
        padding: 50px 0 140px;
    }

    .news-block {
        padding: 25px;
    }

    .news-block .h5 {
        margin: 28px 0;
    }

    .news-block .block-label {
        padding: 6px 20px;
        font-size: 13px;
    }

    .news-block .date {
        font-size: 14px;
    }

    .news-sec .h2 {
        margin-bottom: 20px;
    }

    .news-sec .btn-wrapper {
        margin-top: 10px;
    }
}

@media (max-width: 480px) {

    .banner-bottom {
        padding: 75px 20px 100px;
    }

    .services-sec {
        margin-top: -60px;
    }

    .maritime-sec {
        padding: 360px 0 110px;
    }

    .timeline li {
        padding: 1.5em 0 1.5em 3.2em;
    }

    .possibilities-sec {
        padding: 50px 0 100px;
    }
}

@media (max-width: 360px) {
    .timeline li {
        padding: 1.2em 0 1.2em 3.2em;
    }
}