/* Core */

*,
body,
html {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

.clear {
    clear: both
}

html {
    scroll-behavior: smooth
}

*:focus {
    outline: 0;
}

html {
    scroll-behavior: smooth;
}

/* Core Variants */

body.page-template-search {
    background: #20316b;
}

body.page-template-search ul#menu-header li a {
    color: #fff;
}

/* Colours */

.blue {
    background-color: #2d467d
}

.pink {
    background-color: #be007d
}

.green {
    background-color: #949b31
}

.gold {
    background-color: #907d45
}

.black {
    background-color: #000
}

.bluetext {
    color: #269DD9
}

.pinktext {
    color: #be007d
}

.greentext {
    color: #949b31
}

.goldtext {
    color: #907d45
}

.blacktext {
    color: #000
}

.whitetext {
    color: #fff
}

.heavy {
    font-weight: 700;
    font-style: normal
}

.special {
    font-family: 'Libre Baskerville', serif;
    text-transform: none;
    font-weight: 400;
    font-style: italic
}

.contentBlock.map select option {
    background: #f2f6f9;
    color: #000000
}

.hsBlock_3.value {
    box-shadow: none;
    text-align: center;
    background-image: url(../images/Ellipse-5.svg);
    background-position: top center;
    padding-top: 35px
}

.hsBlock_3.value h3 {
    background-color: #21325B;
    color: #fff;
    padding: 5px 25px;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px
}

.contentwrap.about-top {
    background-color: #21325B;
}

a,
p,
li,
h1,
h2,
h3,
h4,
h5,
h6 {}

h2.title {
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    text-transform: none;
    color: #0D2745;
    font-size: 43px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0px;
    line-height: 46px;
}

.contentBlock.homeintro p {
    margin: 0;
    font-weight: 400
}

/* Text */

a {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none
}

a.standard-button {
    display: inline-block;
    background-color: #3069B3;
    border-radius: 2px;
    color: #fff;
    padding: 15px;
    font-size: 13px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 1.3s ease;
    ;
}

a.standard-button:hover {
    background-color: #0D2745;
}

p {
    font-size: 16px;
    margin: 15px 0px;
    font-family: 'Montserrat', sans-serif;
    color: #060F3A;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 28px;
}

h1 {
    font-size: 48px;
    line-height: 56px;
    color: #060F3A;
    font-family: 'Montserrat', sans-serif;
    margin: 25px 0px;
    letter-spacing: 0
}

h2 {
    font-size: 26px;
    line-height: 28px;
    color: #060F3A;
    font-family: 'Montserrat', sans-serif;
    margin: 20px 0px;
    letter-spacing: 0
}

h3 {
    font-size: 20px;
    line-height: 22px;
    color: #060F3A;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    letter-spacing: 0
}

h1.title {
    font-size: 44px;
    line-height: 48px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0
}

.red {
    color: #ED1B2E
}

span.skinny {
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0
}

/* Buttons */

/* Default Content */

.contentWrap {
    padding: 0px
}

.contentBlock {
    position: relative;
    max-width: 1340px;
    margin: auto;
    width: 90%
}

/************ Header **********/

/*Mobile Menu */

.sfm-navicon-button .sfm-navicon:after,
.sfm-navicon:before,
.sfm-navicon {
    background: #e91e63;
    z-index: 99
}

.sfm-navicon-button {
    background: #fff;
    border: none !important
}

#sfm-sidebar.sfm-compact .sfm-logo {
    text-align: left;
    padding-left: 20px;
    top: 20px
}

.sfm-sidebar-close {
    background: #fff;
    position: absolute;
    right: 20px;
    left: auto;
    top: 20px;
    width: 45px;
    height: 45px
}

.sfm-sidebar-close:before,
.sfm-sidebar-close:after {
    background: #e91e63;
    top: 23px;
    left: 10px
}

/*Sub Menu */

.menu-item-has-children>a::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(-224deg);
    transition: transform 0.3s ease;
    margin-left: 5px;
    top: -2px;
    position: relative;
}

.menu-item-has-children:hover>a::after,
.menu-item-has-children:focus-within>a::after {
    transform: rotate(-315deg);
}

#menu-header-1 .sub-menu {
    display: none
}

#menu-header .sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 20px;
    left: 0;
    z-index: 99999;
    width: max-content;
    background: #ffffff;
    padding: 15px 0px;
    box-shadow: 2px 0px 3px rgb(76 74 74 / 43%);
    border-radius: 5px
}

#menu-header .sub-menu li {}

#menu-header .sub-menu li:last-child {
    margin-bottom: 0
}

#menu-header li {
    position: relative
}

.close-btn {
    position: absolute;
    top: -17px;
    right: -18px;
    color: #fff;
    background: #3069B3;
    border: none;
    font-size: 21px;
    border-radius: 25px;
    height: 35px;
    width: 35px;
    cursor: pointer
}

#menu-header li:hover>.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in
}

.b-header-out.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9990;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    background: #fff;
    transition: 0.3s;
    box-sizing: border-box;
    max-width: 100%;
    margin-top: 0;
    height: auto;
}

.header-inner .item:last-child .sub-menu li a {
    background-image: url(../images/Arrow.svg);
    background-repeat: no-repeat;
    background-position: right -2px;
    text-transform: none;
    font-size: 14px;
    padding: 0px 17px;
    margin-bottom: 10px;
    display: block;
}

.header-inner .item:last-child .sub-menu li:last-child a {
    margin-bottom: 0
}

.sticky.scrolled {
    opacity: 1;
    visibility: visible;
}

.b-wrap {
    position: relative;
    overflow: hidden;
}

.home .Banner-Image-Wrapper {
    height: calc(88vh - 0px);
    min-height: 400px;
    position: relative;
}

.Banner-Image-Wrapper {
    height: calc(50vh - 0px);
    min-height: 400px;
    position: relative;
}

.Banner-Image {
    height: 100%;
    position: relative
}

.b-header-out.fullmen {
    position: fixed
}

.homeImageInfo {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(33% + 70px);
    transform: translateY(-50%);
    z-index: 222;
}

.home .contentBlock.homeintro h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 32px
}

.mobile-header img {
    width: 230px
}

.page-template-servicespage .homeImageInfo {
    top: 50%;
}

.page-template-the-teampage .homeImageInfo {
    top: 50%;
}

.page-template-supply-locations-first-stagepage .homeImageInfo {
    top: 50%;
}

.page-template-the-grouppage .homeImageInfo {
    top: 50%;
}

.page-template-supply-locations-first-stagepage .single-locations {
    top: 50%;
}

.page-template-about-uspage .homeImageInfo {
    top: 50%;
}

.page-template-supply-locationspage .homeImageInfo {
    top: 50%;
}

.homeImageInfo h1 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 400;
    margin: 0;
    color: #fff;
    width: 90%;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
}

.banner-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-size: cover;
    background-image: url(../images/overlay-bg.svg);
    background-repeat: no-repeat;
}

.page-template-supply-locations-first-stagepage .banner-overlay {
    opacity: 0 !important
}

.homeImageInfo p {
    color: #fff;
    margin: 15px 0 40px;
    font-weight: 400;
    font-size: 17px;
}

.Banner-Image-Wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.b-header-out {
    height: 70px;
    transition: all 0.3s ease;
    z-index: 999;
    margin: 30px auto 0;
    max-width: 1340px;
    width: 90%;
    position: fixed;
    top: 38px;
    bottom: auto;
    left: 0%;
    right: 0%;
    background-color: rgba(0, 0, 0, 0);
    will-change: background-color;
}

.color-change-div {
    background-color: rgb(13, 39, 69, 0);
    position: fixed;
    width: 100%;
    height: 105px;
    top: 0%;
    left: 0%;
    z-index: 99999;
}

.top-header-inner {
    height: 29px
}

.top-header-inner ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0
}

.top-header-inner ul li {
    list-style: none
}

.top-header-inner ul li a {
    color: #fff;
    background-color: #060F3A;
    padding: 12px 70px;
    font-size: 13px
}

.top-header-inner ul li:first-child a {
    background-image: url(../images/Phone_Icon.svg);
    background-repeat: no-repeat;
    background-position: 40px;
    padding-right: 0
}

.top-header-inner ul li:last-child a {
    background-image: url(../images/Email_Icon.svg);
    background-repeat: no-repeat;
    background-position: 40px;
    padding-right: 35px
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-inner .item:first-child {
    position: relative
}

.sticky.scrolled .top-header-inner ul {
    margin-top: 11px
}

.sticky.scrolled .header-inner .item:first-child {
    margin-left: -9px;
    padding: 12px 23px;
}

.header-inner .item:first-child img.logo {
    display: block;
    width: 260px
}

.sticky .header-inner {
    background-color: #fff
}

.sticky .header-inner .item:first-child {
    flex: 1
}

.sticky .header-inner .item:last-child {
    flex: 2;
    background-color: #060F3A;
    transform: skew( -11deg);
    padding: 22px 25px 23px 0px;
    margin-right: -9px;
}

.sticky .header-inner .item:nth-child(2) {
    flex: 5;
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

.sticky .header-inner .item:nth-child(2) ul {
    padding-left: 0;
    margin-left: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex: 1;
}

.sticky .header-inner .item:nth-child(2) li {
    list-style: none;
}

.sticky .header-inner .item:nth-child(2) li a {
    font-family: 'Montserrat', sans-serif;
    color: #062B48;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

.sticky .header-inner .item:last-child li a {
    color: #fff;
    font-size: 12px;
    text-transform: none
}

.header-inner .item:nth-child(2) {}

.header-inner .item:nth-child(2) li {
    list-style: none
}

.header-inner .item:nth-child(2) li a {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    padding: 5px 15px;
}

.header-inner .item:nth-child(2) ul {
    padding-left: 0;
    margin-left: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.header-inner .item:nth-child(2) .sub-menu a {
    color: #0D2745
}

.header-inner .item:nth-child(2) .sub-menu li {
    padding: 5px 0
}

.header-inner .item:nth-child(2) .sub-menu li:hover {
    background: #e5e5e5
}

/**********************Home*************************/

/* Red CTA */

.item.cta h2 {
    display: inline-block;
    color: #0D2745;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 16px;
    margin: 0;
    padding-right: 20px;
    font-weight: 500;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
}

.item.cta a {
    display: inline-block;
    background-color: #2f69b3;
    border-radius: 2px;
    color: #fff;
    padding: 15px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease
}

.item.cta a:hover {
    background-color: #0D2745
}

a.new-blue {
    display: inline-block;
    background-color: #2f69b3;
    border-radius: 2px;
    color: #fff;
    padding: 15px;
    font-size: 13px;
    font-weight: 600;
}

.carousel-cell a.new-blue {
    position: absolute;
    top: 58%;
    left: 50%;
    right: 0;
    width: fit-content;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.item.cta {
    display: inline-block;
    background-color: #f7fafc;
    padding: 7px 7px 7px 25px;
    position: relative;
    border-radius: 3px;
}

.contentWrap.homeintro {
    padding: 65px 0 0;
    text-align: center
}

.contentBlock.home-four-services {
    display: flex;
    padding: 45px 0 0;
    max-width: 1400px;
    width: 100%
}

.contentBlock.home-four-services .homeServiceBlock {
    flex: 1;
    margin: 0 1%;
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.contentBlock.home-four-services .homeServiceBlock:nth-child(2) {
    border-left: 1px solid #a7b8c6
}

.contentBlock.home-four-services .homeServiceBlock:nth-child(3) {
    border-left: 1px solid #a7b8c6;
    border-right: 1px solid #a7b8c6
}

.contentBlock.home-four-services .homeServiceBlock:first-child {
    margin-left: 0;
    border: none
}

.contentBlock.home-four-services .homeServiceBlock:last-child {
    margin-right: 0;
    border: none
}

.contentBlock.home-four-services .homeServiceBlock h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0D2745;
    margin: 0;
    text-transform: none
}

.contentBlock.home-four-services .homeServiceBlock p {
    color: #fff
}

.contentBlock.home-four-services .homeServiceBlock img {
    height: 45px
}

.contentBlock.home-four-services .homeServiceBlock a {
    display: inline-block;
    background-color: #ED1B2E;
    border-radius: 2px;
    color: #fff;
    padding: 8px 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.ships-template-default h1 {
    text-align: center !important;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-size: 42px
}

.ships-template-default .homeImageInfo {
    top: 50%
}

/* Slider */

.ships-template-default .Banner-Image-Wrapper {
    height: calc(50vh - 0px) !important;
}

.ships-template-default .Banner-Image-Wrapper img {
    object-fit: cover !important
}

.contentBlock.ships-page {
    max-width: 1000px
}

.ships-carousel {
    margin: 65px 0;
    background: #EFF2F4;
    padding: 45px 0;
}

.ships-carousel .flickity-page-dots {
    bottom: 80px
}

.ships-carousel .carousel-cell {
    width: 100%;
}

.ships-carousel .carousel-cell img {
    width: 100%
}

.ships-carousel .carousel-cell h2 {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    color: #ED1B2E;
    font-weight: 300;
    font-size: 65px;
    z-index: 2
}

.ships-carousel .carousel-cell h2:last-child a {
    color: #fff !important;
    display: inline-block;
    margin-top: 25px
}

.ships-carousel .carousel-cell h2 a .special {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-style: normal
}

.ships-carousel .carousel-cell h2 a {
    color: #ffffff;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
}

.ships-carousel .carousel-cell h2 a::first-word {
    font-weight: 700
}

.flickity-page-dots .dot.is-selected {
    background: #ed1b21
}

.entry-title.link {
    top: 53% !important;
    font-size: 17px !important
}

.entry-title.link a {
    background-color: #3069B3;
    border-radius: 2px;
    color: #fff;
    padding: 8px 15px;
}

.red-stripe {
    width: 140px;
    height: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
}

/*Two Block */

.contentBlock.home-two-blocks {
    display: flex;
    align-items: center;
    margin-top: 65px;
    max-width: 1340px
}

.contentBlock.home-two-blocks.third {
    margin-top: 0
}

.contentBlock.home-two-blocks .item:first-child {
    flex: 1;
    text-align: left;
    position: relative
}

.contentBlock.home-two-blocks .item:last-child {
    flex: 2;
    text-align: left;
}

.page-template-servicespage .contentBlock.home-two-blocks .item:last-child {
    flex: 1;
    text-align: left;
}

.page-template-servicespage .contentBlock.home-two-blocks .item:first-child {
    flex: 1.6;
    padding: 0 6%;
}

.page-template-servicespage #grades .item.grad {
    flex: 1
}

.page-template-servicespage #ecuk.contentBlock.home-two-blocks .item:first-child {
    flex: 1;
    padding: 0
}

.page-template-servicespage #logistics.contentBlock.home-two-blocks .item:first-child {
    flex: 1;
    padding: 0
}

.page-template-servicespage #logistics.contentBlock.home-two-blocks .item:last-child {
    flex: 2;
    padding: 0
}

.page-template-servicespage #ecuk.contentBlock.home-two-blocks .item:last-child {
    flex: 1.6;
    padding: 0 5%
}

.page-template-servicespage #ecuk.contentBlock.home-two-blocks .item:last-child p {
    padding: 0
}

.page-template-servicespage #ecuk.contentBlock.home-two-blocks .item:last-child h2 {
    padding: 0;
    text-transform: none !important;
    color: #0D2745 !important;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-size: 36px !important;
    font-weight: 300;
    line-height: 40px
}

.page-template-servicespage .contentBlock.home-two-blocks .item h2 {
    text-transform: none !important;
    color: #0D2745 !important;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-size: 36px !important;
    font-weight: 400;
    line-height: 40px
}

.page-template-servicespage .contentBlock.home-two-blocks {
    max-width: 1200px;
    margin-top: 50px;
}

.page-template-servicespage .contentWrap.homeintro {
    background-color: #eef2f4;
    padding-bottom: 65px;
    padding-top: 45px
}

.contentBlock.home-two-blocks .item:last-child h3 {
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-weight: 400;
    padding-left: 85px;
    color: #3069B3;
    font-size: 24px;
    margin: 0;
}

.contentBlock.home-two-blocks .item:last-child h2 {
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-weight: 400;
    padding-left: 85px;
    color: #0D2745;
    font-size: 50px;
    margin: 15px 0 0;
    line-height: 55px;
}

.page-template-servicespage .contentBlock.home-two-blocks .item:last-child h2 {
    text-transform: none !important;
    color: #0D2745 !important;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-size: 36px !important;
    font-weight: 300;
    line-height: 40px
}

.contentBlock.home-two-blocks .item:last-child p {
    padding-left: 85px
}

#grades {
    margin-top: 15px
}

.contentBlock.home-two-blocks .item:last-child a.blue-button {
    margin-left: 85px
}

.contentBlock.home-two-blocks .item:last-child a.new-blue {
    margin-left: 85px
}

.contentBlock.home-two-blocks .item:last-child .red-stripe::before {
    content: ""
}

.contentBlock.home-two-blocks .item:last-child img {
    display: block
}

.contentBlock.home-two-blocks.fifth {
    margin-bottom: 65px
}

/*Testimonials */

.contentBlock.hometestimonials {
    display: flex;
    padding-bottom: 65px
}

.contentWrap.hometestimonials h2 {
    font-weight: 400;
    text-align: center;
    margin: 0 0 45px;
}

.contentWrap.hometestimonials h2 {
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-weight: 300
}

.contentWrap.hometestimonials p {
    font-weight: 200;
    padding-top: 230px
}

.contentWrap.hometestimonials .homeServiceBlock {
    margin: 0 1.5%;
    position: relative
}

.contentWrap.hometestimonials img {
    width: 100%;
    display: block
}

.contentWrap.hometestimonials img.bg {
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 5px
}

.contentWrap.hometestimonials img.logo {
    position: absolute;
    top: 50%;
    width: 50%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contentWrap.hometestimonials .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7637429971988796) 0%, rgba(0, 0, 0, 0.3267682072829131) 100%);
    top: 0;
    border-radius: 5px
}

.carousel.testimonials .carousel-cell {
    width: 90%;
    margin: auto 5%;
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 10%);
}

.carousel.testimonials .carousel-cell p {
    background: #0c2845;
    color: #fff;
    margin: -2px 0 0 0;
    padding: 23px;
    position: relative;
    z-index: 9;
    font-weight: 400;
}

.carousel.testimonials .flickity-page-dots {
    bottom: -30px
}

.carousel.testimonials {
    margin-bottom: 85px;
    position: relative
}

.contentWrap .hometestimonials .carousel.testimonials .flickity-prev-next-button.previous,
.contentWrap .hometestimonials .carousel.testimonials .flickity-prev-next-button.next {
    display: none
}

/* Supply Locations New */

ul.top {
    padding: 0
}

ul.top li {
    list-style: none;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 18px;
    color: #060F3A;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    margin: 30px 0px;
    letter-spacing: 0;
}

ul.top li a {
    color: #ed222f
}

.contentBlock.supply-new {
    display: flex
}

.contentBlock.supply-new h2 {
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    color: #0D2745;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 50px
}

.contentBlock.supply-new .item {
    flex: 1
}

.mapsvg-region {
    fill: rgb(255 0 0 / 0%) !important;
    stroke: rgb(255 100 100 / 0%) !important
}

/* Supply Locations */

.contentBlock.locations-gallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.contentBlock.locations-gallery .homeServiceBlock {
    flex-basis: 23%;
    text-align: left;
    margin: 1%
}

.contentWrap .locations-services {
    margin-bottom: 65px;
    display: flex
}

.contentWrap .locations-services .item {
    flex: 1;
    margin: 0 2.5%
}

.contentWrap .locations-services .item ul {
    padding: 0;
    margin-top: 45px
}

.contentWrap .locations-services .item ul li {
    font-size: 18px;
    list-style: none;
    color: #060F3A;
    padding: 22px 15px 16px 25px;
    background: #F2F2F5;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-weight: 400;
}

.single-locations .banner-overlay {
    opacity: 0 !important
}

.contentWrap .locations-services .item ul li:nth-last-of-type(odd) {
    background-color: #F9F9FA;
}

.contentWrap .locations-gallery {
    margin-bottom: 90px;
    margin-top: 25px
}

.contentBlock.locations-gallery .homeServiceBlock img {
    display: block
}

.mapsvg-directory-item a h5 {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    margin: 0px 0;
    color: #060F3A;
    padding-left: 0
}

.mapsvg-directory-item {
    padding-left: 0 !important
}

.mapsvg-region:hover {
    cursor: pointer
}

.contentWrap.supply {
    background-color: #eeeeee;
    padding: 65px 0;
}

#maphumb {
    background-color: #eeeeee;
    padding: 65px 0;
    margin-bottom: 0;
}

.contentWrap.supply-new {
    bbackground-color: #eeeeee;
    padding: 65px 0;
    margin-bottom: 65px;
}

.contentBlock.location {
    display: flex;
    padding: 0;
    align-items: center
}

.contentBlock.location .item {
    flex: 1;
    padding: 80px 0
}

.contentBlock.location .item:first-child {
    padding-right: 2.5%;
    background-image: url(../images/uk-bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.contentBlock.location .item:last-child {
    padding-left: 2.5%
}

.contentBlock.locations-docs {
    padding: 45px 0;
    text-align: center;
    background-color: #ed1b21;
    margin: 0 auto 65px;
    position: relative;
    ;
    max-width: 1300px
}

.locations-docs-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

.contentBlock.locations-docs h2 {
    color: #fff;
    text-align: left;
    padding-left: 8%
}

.contentBlock.locations-docs .homeServiceBlock {
    flex-basis: 23%;
    text-align: left
}

.contentBlock.locations-docs .homeServiceBlock a {
    color: #fff;
    background-image: url(../images/docs-icon.svg);
    padding: 0 0 0px 30px;
    margin: 10px 0;
    display: block;
    ;
    background-repeat: no-repeat;
    background-position: left;
}

.contentBlock.locations-docs::before {
    content: "";
    position: absolute;
    background-image: url(../images/topredwave.png);
    height: 38px;
    width: 100%;
    bottom: 0px;
    left: 0;
}

.contentBlock.locations-docs::after {
    content: "";
    position: absolute;
    background-image: url(../images/bottom-wave.png);
    height: 38px;
    width: 100%;
    top: 0px;
    left: 0;
    transform: scaleY(-1);
}

/******Services *******/

body:not(.home) .homeImageInfo h1 {
    text-align: left;
    padding-left: 0;
    width: 100%
}

body:not(.home) .item .cta-inner {
    display: none
}

body:not(.home) .item.cta::before {
    display: none
}

body:not(.home) .item.cta {
    display: none
}

body:not(.home) .homeImageInfo p {
    text-align: left;
    padding-left: 0;
    margin-bottom: 10px;
    line-height: 30px
}

body.home .internal-banner-link {
    display: none
}

body:not(.home) .Banner-Image-Wrapper .contentBlock {
    text-align: center
}

body:not(.home) .Banner-Image-Wrapper img {
    object-position: bottom
}

.contentBlock.home-two-blocks.fourth {
    margin-bottom: 65px
}

.contentBlock.home-two-blocks.second .red-stripe {
    right: 0
}

.contentBlock.home-two-blocks.fourth .red-stripe {
    right: 0
}

body:not(.home) .contentBlock.home-two-blocks .item h2 {
    text-transform: uppercase;
    text-align: left
}

body:not(.home) .contentBlock.home-two-blocks .item p {
    text-align: left
}

/* Ships Page */

.spacer {
    padding: 20px;
    background-color: #182048;
    margin: 0
}

.contentWrap.ships-page {
    background-color: #052747;
    ;
    padding-bottom: 100px;
}

.contentBlock.ships-page {
    display: flex;
    align-items: flex-start;
}

.contentBlock.ships-page h2 {
    background-color: #E33143;
    font-weight: 600;
    color: #fff;
    padding: 17px 20px 14px;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
}

.contentBlock.ships-page h3 {
    padding-top: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 15px;
    color: #182048;
    ;
    background-color: #fff;
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
    padding-left: 20px;
    font-weight: 400
}

.contentBlock.ships-page .item:first-child {
    background-color: #fff
}

.contentBlock.ships-page .item:last-child {
    text-align: center
}

.contentBlock.ships-page .item {
    flex: 1;
}

.contentBlock.ships-page .item-cont {
    display: flex;
    border-bottom: 1px solid #182048
}

.contentBlock.ships-page .item-cont .item {
    flex: 1;
}

.contentBlock.ships-page .item-cont .item:last-child h3 {
    text-transform: none;
    font-weight: 300;
    padding-right: 12px;
    text-align: left
}

.contentWrap.ships-page .accordionjs {
    padding: 0
}

.contentWrap.ships-page .accordionjs .acc_section .acc_head {
    background-color: #ED1B2E;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px
}

.contentWrap.ships-page .accordionjs .acc_section.acc_active>.acc_content {
    background: #fff
}

.contentWrap.ships-page .accordionjs .acc_section {
    border-top: 2px solid #feffff;
}

.contentWrap.ships-page .accordionjs .acc_section .item-cont {
    display: flex;
    border-bottom: 1px solid;
    padding: 0 15px;
}

.contentWrap.ships-page .accordionjs .acc_section .item-cont .item {
    flex: 1
}

.contentWrap.ships-page .accordionjs .acc_section .acc_content {
    padding: 10px 0
}

.contentWrap.ships-page .accordionjs .acc_section .acc_content h3 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px
}

.contentWrap.ships-page .accordionjs .acc_section .item-cont .item:last-child h3 {
    text-transform: none;
    font-weight: 300;
    font-size: 14px
}

/* Legal Pages */

.page-template-legalpage .Banner-Image {
    display: none
}

.page-template-legalpage .contentBlock.legal ul li {
    font-size: 15px;
    line-height: 20px;
    margin: 15px 0px;
    font-family: 'Montserrat', sans-serif;
    color: #060F3A;
    letter-spacing: 0;
    font-weight: 500;
}

.page-template-legalpage .contentBlock.legal ul li a {
    color: #060F3A;
}

.contentBlock.legal {
    padding: 65px 0;
    max-width: 980px
}

.page-template-legalpage .Banner-Image {
    display: none !important
}

.page-template-legalpage .homeImageInfo {
    display: none !important
}

.page-template-legalpage .Banner-Image-Wrapper {
    height: auto;
    min-height: 140px
}

/* Contact */

.contentBlock.contact-method {
    display: flex;
    padding-top: 65px;
    z-index: 9999999;
}

.contentBlock.contact-method .homeServiceBlock {
    margin: 0 2%;
    background-color: #060F3A;
    flex: 1;
    padding: 35px 25px
}

.contentBlock.contact-method .homeServiceBlock h2 {
    text-align: left;
    color: #ED1B2E;
    text-transform: uppercase
}

.contentBlock.contact-method .homeServiceBlock p {
    color: #fff;
    text-align: left;
}

.contentBlock.contact-method .homeServiceBlock a {
    color: #fff;
}

.contentWrap.contact {
    padding-top: 65px
}

.contentWrap.contact h2 {
    color: #0D2745;
    text-align: center
}

.contentWrap.contact p {
    max-width: 800px;
    margin: auto;
    text-align: center
}

body:not(.home) .homeImageInfo p a {
    color: #fff
}

.contentWrap.contact-form {
    background-image: url(../images/Man_on_phone.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 100px 0;
    background-color: #ED1B2E;
    position: relative;
    margin-top: -90px;
    background-position: bottom left;
    margin-bottom: 45px;
    background-size: auto 55%;
}

.contentWrap.contact-form::after {
    content: "";
    position: absolute;
    background-image: url(../images/bottom-wave.png);
    height: 38px;
    width: 100%;
    top: 0px;
    left: 0;
    transform: scaleY(-1);
}

.contentBlock.contact-form {
    display: flex;
    max-width: 1000px;
    padding-top: 65px
}

.contentBlock.contact-form h2 {
    color: #fff;
    text-align: center
}

.form-split {
    display: flex
}

.form-split .item {
    flex: 1;
    margin: 0 2%
}

.form-split .item input {
    width: 100%;
    padding: 15px 10px;
    border: none;
    margin-bottom: 20px;
}

.form-split .item textarea {
    width: 100%;
    border: none;
    padding: 20px;
    height: 160px;
}

.form-split input[type="submit"] {
    background-image: url(../images/button-arrow.svg);
    width: auto;
    float: right;
    padding: 10px 80px 10px 40px;
    background-repeat: no-repeat;
    background-position: right;
    color: #060F3A;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #060f3a;
    margin-top: 20px;
    text-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff
}

.two-input {
    display: flex
}

.wpcf7-form-control-wrap.tel-825 {
    margin-right: 4%
}

.form-split .item input[type="checkbox"] {
    width: auto
}

.form-split .item p {
    color: #fff;
    margin-top: 15px
}

.form-split label {
    color: #fff;
    display: inline-flex
}

.wpcf7-list-item {
    margin-left: 0
}

/*The Group */

.contentWrap.group h2 {
    color: #ED1B2E;
    text-align: center;
    margin-bottom: 40px
}

.contentWrap.group p {
    text-align: center;
    max-width: 800px;
    margin: auto;
    margin-bottom: 15px
}

.contentWrap.group {
    padding-top: 65px;
    padding-bottom: 65px
}

.contentBlock.group {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.contentBlock.group .homeServiceBlock {
    flex-basis: 21%;
    margin: 2%;
    text-align: center;
    position: relative
}

.contentBlock.group .homeServiceBlock img {
    width: 100%;
    height: 240px
}

.contentBlock.group h2 {
    margin-bottom: 20px;
    color: #060F3A;
    font-size: 18px
}

.group-over {
    position: relative
}

/* The Team */

.contentBlock.team {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    max-width: 1040px;
    margin-top: 65px
}

.contentBlock.team h2 {
    margin-bottom: 0;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-weight: 300
}

.contentBlock.team h3 {
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 15px;
    color: #3069B3;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-weight: 500
}

.contentBlock.team .homeServiceBlock {
    flex-basis: 46%;
    margin-bottom: 4%
}

.contentBlock.team .homeServiceBlock img {
    max-width: 70%
}

.contentBlock.team .homeServiceBlock ul {
    padding: 0;
}

.contentBlock.team .homeServiceBlock ul li {
    list-style: none;
    color: #060F3A;
    font-size: 14px;
    padding: 7px 5px 7px 30px;
    background-repeat: no-repeat;
    background-position: left;
}

.contentBlock.team .homeServiceBlock ul li a {
    color: #060F3A
}

.contentBlock.team .homeServiceBlock ul li:first-child {
    margin-right: 15px;
    background-image: url(../images/phone.svg);
}

.contentBlock.team .homeServiceBlock ul li:last-child {
    background-image: url(../images/email.svg);
}

.contentBlock.team .homeServiceBlock:nth-of-type(odd) {
    margin-right: 4%
}

.contentBlock.team .homeServiceBlock:nth-of-type(even) {
    margin-left: 4%
}

/*.contentBlock.team .homeServiceBlock img {max-width: 300px}*/

/* Fleet */

.contentBlock.fleet {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.contentWrap.fleet {
    padding: 65px 0;
    background: #EFF2F4
}

.contentBlock.fleet .item:nth-child(3) {}

.contentBlock.fleet .item {
    margin-bottom: 20px;
    transition: all 0.3s ease;
    position: relative;
    flex-basis: 48%;
    border-radius: 5px;
    margin: 1%;
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    background: #fff
}

.contentBlock.fleet .item h2 {
    text-align: left;
    color: #0D2745;
    font-weight: 400;
    font-size: 36px;
    margin-top: 0;
    padding-top: 40px;
    font-style: normal;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    padding-left: 40px;
    margin: 0;
    padding-bottom: 0;
    padding-right: 40px
}

.contentBlock.fleet .item h3 {
    color: #3069B3;
    text-transform: uppercase;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-weight: 400;
    padding-left: 40px;
    margin-top: 0;
    padding-top: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    padding-right: 40px;
}

.contentBlock.fleet .item a.standard-button {
    background: none;
    color: #3069B3;
    margin-left: 40px;
    margin-bottom: 40px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid;
    padding: 0;
    margin-top: 20px
}

.contentBlock.fleet .item h2 span {
    font-size: 18px;
    color: #05103B;
    padding-left: 25px;
    font-family: 'Libre Baskerville', serif;
    padding-right: 25px
}

.contentBlock.fleet .item h4 {
    font-family: 'Montserrat', sans-serif;
    padding-left: 40px;
    font-weight: 400;
    color: #0D2745;
    ;
    margin-bottom: 10px;
    padding-right: 45px;
    font-size: 15px;
    line-height: 24px
}

.contentBlock.fleet .item h4 span {
    font-weight: 600
}

.contentBlock.fleet .item img {
    display: block;
    object-fit: cover;
    height: 300px;
    object-position: bottom;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.contentBlock.fleet .item h2 .special {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #ED1B2E;
    font-size: 36px;
    padding-left: 0;
    font-style: normal
}

.contentBlock.fleet .item h2 .special::after {
    content: none
}

.contentBlock.fleet .item h2 .special::before {
    content: none
}

#display-search {
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    align-items: center;
    justify-content: center;
    display: flex;
}

.page-template-the-fleetpage .contentBlock.fleet .item h2 span {
    text-align: left;
    color: #0D2745;
    font-weight: 600;
    font-size: 36px;
    margin-top: 0;
    padding-top: 40px;
    font-style: normal;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

#display-search a {
    flex: 1
}

#display-search a {
    margin: 0 20px;
    text-align: center
}

#display-search.visible {
    visibility: visible;
    height: 60px;
    padding-bottom: 25px
}

/*About Us */

.page-template-about-uspage .contentBlock.int-intro .item:last-child {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.page-template-about-uspage .contentBlock.int-intro .item:last-child img {
    flex-basis: 48%;
    margin: 1%;
    max-width: 48%
}

.int-wrap {
    padding-top: 65px
}

.contentWrap.team {
    padding-top: 45px
}

.page-template-about-uspage .int-wrap {
    padding-top: 45px
}

.contentWrap.group {
    padding-top: 45px;
    padding-bottom: 45px
}

.contentBlock.group {
    padding-top: 0
}

.page-template-about-uspage .contentBlock.int-intro {
    padding-top: 65px
}

.dropbtn {
    background-color: #0c2744;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100%
}

.dropdown-cont {
    text-align: center
}

.dropbtn:hover,
.dropbtn:focus {}

.dropdown {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 90%;
    margin: 0 auto 65px;
}

.dropdown-content {
    border-top: 1px solid #272121;
}

.dropdown-content {
    display: none;
    background-color: #060F3A;
    min-width: 100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a:first-child {
    border-bottom: 1px solid #272121;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}

.dropdown a:hover {
    color: #ED1B2E
}

.show {
    display: block;
}

.int-menu {
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 0px 0 0px;
}

.int-menu li {
    list-style: none;
    margin: 0 20px
}

.int-menu li a {
    color: #060f3a;
    font-size: 19px;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-weight: 300;
}

.int-menu li.active a {
    color: #3069B3
}

.int-menu li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ED1B2E;
    transition: width .3s;
    margin: auto;
}

.int-menu li:hover a {
    color: #3069B3
}

.contentBlock.int-intro {
    display: flex;
}

.contentBlock.int-intro .item {
    flex: 1
}

.contentBlock.int-intro .item h2 .special {
    text-transform: none
}

.contentBlock.int-intro .item:first-child {
    margin-right: 5%
}

.contentBlock.int-intro .item h3 {
    background: #F7FAFC;
    font-size: 16px;
    font-weight: 400;
    padding: 30px;
    margin-top: 30px;
    line-height: 25px
}

/*Get In touch cta */

.contentWrap.touch {
    padding: 45px 0;
    text-align: center;
    background-color: #0d2745cf;
    ;
    margin: 65px 0 0;
    position: relative
}

.contentBlock.touch {
    padding: 45px 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    z-index: 3;
    position: relative;
}

.contentWrap.touch .overlay {
    background: #0d2745eb;
    opacity: 0.9
}

.contentWrap.touch img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contentBlock.touch p {
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
}

.contentBlock.touch .blue-button {
    margin-left: auto
}

.contentBlock.touch .standard-button {
    border: 1px solid #060f3a;
    color: #060F3A;
    background: #fff;
    margin-left: 15px;
    padding: 10px 35px;
}

.contentBlock.touch p .special {
    font-family: 'Libre Baskerville', serif;
    font-size: 28px;
    text-transform: none;
    font-weight: 500
}

/*404 */

.error404 .contentBlock.internalBanner {
    padding: 200px 0 100px
}

.error404 .Banner-Image-Wrapper {
    display: none !important
}

.error404 .Banner-Image-Wrapper.mobile {
    display: none !important
}

/********Footer *******/

.contentWrap.footer-bottom {
    background-color: #0d2745b5;
    position: relative;
    padding: 25px 0;
    z-index: 2
}

.contentWrap.footer {
    position: relative
}

.contentBlock.footer-top {
    display: flex;
    padding-bottom: 65px;
    padding-top: 65px;
    z-index: 3
}

.contentBlock.footer-top .item:first-child {
    flex: 2;
    text-align: left
}

.contentBlock.footer-top .item {
    flex: 1
}

.contentBlock.footer-top h3 {
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    color: #fff
}

.contentBlock.footer-top ul {
    padding: 0
}

.contentBlock.footer-top ul li a {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 16px;
    text-transform: none;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 20px;
}

.contentBlock.footer-top ul li a .special {
    font-family: 'Montserrat', sans-serif;
}

.contentBlock.footer-top li {
    list-style: none
}

.contentBlock.footer-top .item:first-child img {
    margin-bottom: 25px
}

.contentBlock.footer-top .item:first-child ul.cont li a {
    font-size: 13px;
    font-weight: 600
}

.contentBlock.footer-top .item:first-child ul.cont li:first-child a {
    background-image: url(../images/Phone_Icon.svg);
    background-repeat: no-repeat;
    background-position: left;
    ;
    padding-left: 30px;
    margin-bottom: 20px
}

.contentBlock.footer-top .item:first-child ul.cont li:last-child a {
    background-image: url(../images/Email_Icon.svg);
    background-repeat: no-repeat;
    background-position: left;
    ;
    padding-left: 30px;
}

.contentBlock.footer-bottom {
    display: flex;
    align-items: center
}

.contentBlock.footer-bottom .item {
    flex: 1;
    color: #060f3a;
    font-weight: 400;
    font-size: 13px;
    text-align: right
}

.contentBlock.footer-bottom .item:first-child {
    text-align: left;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.contentBlock.footer-bottom.item:last-child {
    text-align: right
}

.mapsvg-header {
    display: none !important
}

ul.social {
    display: flex;
    align-items: baseline
}

ul.social a {
    width: 18px;
    display: inline-block !important;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 0;
    background-position: bottom;
    margin-bottom: 0
}

ul.social li {
    margin-right: 10px
}

.contentBlock.footer-bottom .item:last-child ul {
    padding: 0
}

.contentBlock.footer-bottom .item:last-child ul li {
    list-style: none;
    display: inline-block
}

.contentBlock.footer-bottom .item:last-child ul li a {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    margin-left: 15px
}

/*Footer Accordian */

.accordionjs {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

.accordionjs .acc_section {
    border-top: 1px solid #060F3A;
    position: relative;
    z-index: 10;
    margin-top: -1px;
    overflow: hidden;
}

.accordionjs .acc_section .acc_head {
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    position: relative;
    background: #0D2745;
    padding: 17px 5% 11px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    font-weight: 500;
    text-align: left;
    font-size: 18px
}

.accordionjs .acc_section .acc_head:after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 20px;
}

.accordionjs .acc_section .acc_head a {
    color: #060f3a
}

.accordionjs .acc_section .acc_head h3 {
    line-height: 1;
    margin: 5px 0;
}

.accordionjs .acc_section .acc_content {
    background: #0d2746;
    padding: 10px 5%;
}

.accordionjs .acc_section:first-of-type,
.accordionjs .acc_section:first-of-type .acc_head {
    border: none
}

.accordionjs .acc_section:last-of-type,
.accordionjs .acc_section:last-of-type .acc_content {}

.accordionjs .acc_section.acc_active>.acc_content {
    display: block;
}

.accordionjs .acc_section.acc_active>.acc_head {}

.acc_content ul {
    padding: 0
}

.acc_content ul li {
    list-style: none
}

.acc_content ul li a {
    color: #fff;
    font-size: 16px;
    margin-bottom: 7px;
    display: block;
    text-align: left;
    line-height: 25px;
}

.cookie-button {
    background-color: #ED1B2E !important;
    font-family: 'Montserrat', sans-serif !important;
    border-radius: 2px;
    color: #fff;
    padding: 8px 15px;
}

@media all and (max-width: 1000px) {
    .carousel.testimonials .carousel-cell p {
        background: #fff;
        color: #0c2845;
    }
    .flickity-prev-next-button .flickity-button-icon {
        display: none
    }
    .flickity-button {
        display: none
    }
    .carousel.testimonials .carousel-cell {
        box-shadow: none
    }
    .contentBlock.home-four-services .homeServiceBlock img {
        height: 45px;
        margin-bottom: 15px;
    }
    .contentBlock.home-four-services .homeServiceBlock h2 {
        line-height: 20px
    }
    .page-template-contactpage .Banner-Image-Wrapper .itemlast {
        flex: 1;
        background: #fff;
        z-index: 99;
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        border-radius: 5px;
        padding: 25px 25px;
        position: relative;
        max-width: 90%;
        margin: auto;
        visibility: visible;
        opacity: 1
    }
    .page-template-contactpage .conty-wrap {
        display: block
    }
    .page-template-contactpage .homeImageInfo a.standard-button {
        display: none
    }
    .contentBlock.home-four-services {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        background: none;
        padding-top: 10px
    }
    .contentBlock.home-four-services .homeServiceBlock {
        flex-basis: 48%;
        margin: 0 !important;
        border-bottom: none;
        border-left: none !important;
        border-right: none !important
    }
    .home-new-wrap {
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        border-radius: 5px
    }
    .home .contentBlock.home-two-blocks {
        width: 90%;
        display: block
    }
}

@media all and (max-width: 767px) {
    .contentBlock.home-four-services .homeServiceBlock p {
        display: none
    }
}

@media all and (max-width: 1040px) {
    .b-header-out {
        display: none
    }
    .color-change-div {
        display: none
    }
    .contentBlock.group .homeServiceBlock {
        flex-basis: 29.3%
    }
    .mobile-header-wrap {
        position: absolute;
        width: 100%;
        top: 34px;
        padding: 30px 0;
        z-index: 1;
        background-color: rgba(13, 39, 69, 0.992);
    }
    .mobile-header {
        max-width: 90%;
        margin: auto
    }
}

@media all and (min-width: 1041px) {
    .mobile-header-wrap {
        display: none
    }
    .sfm-navicon-button {
        display: none
    }
}

@media all and (max-width: 900px) {
    .contentWrap.team {
        padding-top: 0;
    }
    .contentBlock.team .homeServiceBlock img {
        max-width: 100%;
        width: 100%;
    }
    .page-template-servicespage #ecuk.contentBlock.home-two-blocks .item:last-child {
        flex: 1.6;
        padding: 5%;
        max-width: 100%;
    }
    .contentWrap.touch {
        margin: 0
    }
    .page-template-servicespage .contentWrap.homeintro.sec {
        padding-top: 0
    }
    #grades {
        margin-top: 0
    }
    .page-template-servicespage #grades .item.grad {
        padding-top: 0
    }
    .dropdown {
        margin-bottom: 0
    }
    .page-template-servicespage .contentBlock.home-two-blocks {
        margin-top: 0
    }
    .page-template-servicespage .contentBlock.home-two-blocks .item:first-child {
        flex: 1.6;
        padding: 5%;
    }
    .contentBlock.home-two-blocks.first .item:last-child {
        padding-top: 0 !important
    }
    .page-template-servicespage .contentWrap.homeintro {
        padding-top: 0
    }
    .page-template-servicespage #logistics.contentBlock.home-two-blocks .item:last-child {
        padding: 5%;
        max-width: 100%;
    }
    .page-template-servicespage .contentBlock.home-two-blocks.fourth {
        margin-bottom: 0
    }
    .page-template-servicespage .contentWrap.homeintro {
        padding-bottom: 0
    }
    .contentBlock.footer-top .item:first-child p {
        text-align: left
    }
    .contentBlock.footer-top .item:first-child p br {
        display: none
    }
    .contentWrap.footer-bottom {
        padding: 0
    }
    .form-split .item textarea {
        margin-top: -15px
    }
    .form-split input[type="submit"] {
        width: 100%;
        background-image: none;
        padding: 15px
    }
    .form-split {
        display: block
    }
    .two-input {
        display: block
    }
    .desk {
        display: none
    }
    .acceptance-687 {
        display: none
    }
    .contentWrap.contact-form {
        background-image: none
    }
    body:not(.home) .Banner-Image-Wrapper img {
        object-fit: cover
    }
    body:not(.home) .homeImageInfo h1 {
        width: 100%
    }
    body:not(.home) .homeImageInfo p {
        display: block;
        margin-bottom: 10px
    }
    body:not(.home) .Banner-Image-Wrapper {
        display: block
    }
    body:not(.home) .Banner-Image-Wrapper.mobile {
        display: none
    }
    .contentBlock.touch {
        display: block
    }
    .homeImageInfo h1 {
        padding: 0;
        font-size: 56px;
        line-height: 60px;
        text-align: left;
        width: 100%;
    }
    .homeImageInfo h1 br {
        display: none;
    }
    .homeImageInfo p {
        margin-bottom: 5px
    }
    .home-new-wrap {
        margin-top: -170px !important
    }
    .item.cta {
        margin-top: 0px;
        margin-left: 0px;
        transform: none;
        background-color: transparent;
        padding-left: 0
    }
    .homeImageInfo {
        top: 35%
    }
    .home .homeImageInfo {
        top: 45%
    }
    .item.cta h2 {
        text-align: center;
        padding-right: 30px;
        width: auto;
    }
    .item.cta-inner {
        text-align: center
    }
    .item.cta h2 {
        display: none
    }
    .item.cta::before {
        content: none
    }
    .Banner-Image-Wrapper {
        height: calc(50vh - 0px);
    }
    .homeImageInfo .contentBlock {
        text-align: center
    }
    .home .homeImageInfo .contentBlock {
        text-align: left
    }
    .Banner-Image-Wrapper img {
        object-fit: fill
    }
    .Banner-Image-Wrapper {
        display: none
    }
    .Banner-Image-Wrapper.mobile {
        display: block
    }
    .Banner-Image-Wrapper.contentBlock.footer-top {
        display: block;
        padding-bottom: 0
    }
    .contentBlock.footer-top .item:first-child ul li {
        display: none;
    }
    .contentBlock.footer-top .item {
        display: none
    }
    .contentBlock.footer-top .item:first-child {
        text-align: left;
        display: block;
        padding-bottom: 45px;
    }
    .item.cta-inner {
        transform: none
    }
    .contentBlock.footer-bottom {
        background-color: #060F3A;
        max-width: 100%;
        width: 100%;
        padding: 25px 0;
        border-top: 1px solid #ffffff3d;
    }
    .contentBlock.footer-bottom .item:last-child {
        display: none
    }
    .contentBlock.footer-bottom .item:first-child {
        text-align: center;
        color: #fff
    }
    .contentBlock.home-two-blocks {
        flex-direction: column-reverse;
        max-width: 100%;
        width: 100%;
    }
    .contentBlock.home-two-blocks .item:first-child img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    .contentBlock.home-two-blocks .item:last-child h2 {
        padding-left: 0
    }
    .contentBlock.home-two-blocks .item:last-child h3 {
        padding-left: 0
    }
    .contentBlock.home-two-blocks .item:last-child p {
        padding-left: 0px;
    }
    .contentBlock.home-two-blocks .item:last-child a.blue-button {
        margin-left: 0px;
    }
    .contentBlock.home-two-blocks .item:last-child img {
        width: 100%
    }
    .contentBlock.home-two-blocks .item:last-child {
        width: 100%;
        position: relative;
        padding-top: 45px
    }
    .red-stripe {
        display: none
    }
    .red-stripe-mobile {
        margin-top: -16%
    }
    .contentBlock.team .homeServiceBlock {
        margin-bottom: 8%;
        text-align: center;
        margin-right: 0 !important
    }
    .contentBlock.team {
        display: block
    }
    .contentBlock.ships-page {
        display: block;
    }
    .contentWrap.ships-page {
        margin-bottom: 65px
    }
    .contentBlock.ships-page .item:first-child {
        display: none
    }
    .contentBlock.ships-page .item:last-child {
        padding-top: 65px
    }
    .contentBlock.home-two-blocks.second {
        display: block
    }
    .contentBlock.home-two-blocks.second img {
        width: 100%
    }
    .contentBlock.home-two-blocks.second .item:first-child {
        max-width: 100%
    }
    .contentBlock.home-two-blocks.second .item:last-child {
        max-width: 90%;
        margin: auto
    }
    .contentBlock.home-two-blocks.fourth .item:first-child {
        max-width: 100%
    }
    .contentBlock.home-two-blocks.fourth .item:last-child {
        max-width: 90%;
        margin: auto
    }
    .contentBlock.home-two-blocks.fourth {
        display: block
    }
    .contentBlock.footer-top {
        padding-bottom: 0
    }
    .page-template-servicespage .contentBlock.home-two-blocks .item:last-child img {
        max-height: 300px;
        object-fit: cover
    }
    .page-template-servicespage .contentBlock.home-two-blocks .item:first-child img {
        max-height: 300px;
        object-fit: cover
    }
}

@media all and (min-width: 901px) {
    .Banner-Image-Wrapper.mobile {
        display: none
    }
    .page-template-contactpage .Banner-Image-Wrapper.mobile {
        display: none !important
    }
    #my-accordion {
        display: none
    }
    .red-stripe-mobile {
        display: none
    }
    .mobile {
        display: none
    }
    .acceptance-689 {
        display: none
    }
    .contentWrap.ships-page .accordionjs {
        display: none
    }
}

@media all and (max-width: 768px) {
    .contentBlock.home-two-blocks .item:first-child h2 br {
        display: none
    }
    .contentWrap.hometestimonials h2 {
        padding: 0 30px
    }
    .int-menu {
        display: none
    }
    .contentBlock.hometestimonials {
        display: none
    }
    .contentBlock.contact-method {
        display: block;
        width: 100%;
        max-width: 100%
    }
    .contentBlock.contact-method .homeServiceBlock {
        margin: 0;
        border-bottom: 2px solid #fff;
        text-align: center
    }
    .contentBlock.contact-method .homeServiceBlock h2 {
        text-align: center
    }
    .contentBlock.contact-method .homeServiceBlock p {
        text-align: center
    }
    .contentBlock.group .homeServiceBlock {
        flex-basis: 46%;
    }
    #display-search {
        display: block
    }
    #display-search.visible {
        height: 140px;
        display: block
    }
    #display-search a {
        width: 100%;
        margin: 0 0 10px 0
    }
    #display-search.visible a {
        width: 100%;
        margin: 0 0 10px 0
    }
    .contentBlock.fleet .item h2 {
        font-size: 22px
    }
    .contentBlock.fleet .item h2 .special {
        font-size: 22px
    }
    .contentBlock.fleet .item h2 span {
        font-size: 17px
    }
    .page-template-about-uspage .contentBlock.int-intro {
        display: block;
        padding-top: 0
    }
    .contentBlock.int-intro .item:first-child {
        margin-right: 0
    }
    .contentBlock.int-intro .item:first-child img {
        width: 47%;
        margin: 1% 1% 6% 1%;
    }
    .contentBlock.supply-new {
        flex-direction: column-reverse
    }
    .ships-carousel .carousel-cell h2 {
        font-size: 35px;
        top: 30%
    }
    .ships-carousel .flickity-page-dots {
        display: none
    }
    .entry-title.link {
        top: 38% !important
    }
    .accordionjs .acc_section .acc_head:after {
        right: 20px
    }
    .contentBlock.location {
        display: block
    }
    .contentBlock.location .item:last-child {
        padding-left: 0
    }
    .contentBlock.locations-services {
        display: block
    }
}

@media all and (min-width: 769px) {
    .carousel.testimonials {
        display: none
    }
    .dropdown-cont {
        display: none
    }
    .mobile {
        display: none
    }
}

@media all and (max-width: 600px) {
    .contentBlock.group .homeServiceBlock {
        flex-basis: 100%;
        margin-bottom: 30px
    }
    .page-template-servicespage .homeImageInfo {
        top: 60%
    }
    .page-template-newspage .homeImageInfo {
        top: 60%
    }
    .homeImageInfo h1 {
        padding: 0;
        font-size: 42px;
        line-height: 48px;
        text-align: left;
        width: 100%;
    }
    .cont-wrap h2.entry-title {
        font-size: 48px !important;
        line-height: 42px !important
    }
}

@media all and (max-width: 1350px) {
    .contentWrap.contact-form {
        background-image: none
    }
}

@media all and (min-width: 1051px) {}

@media all and (max-width: 980px) {}

@media all and (max-width: 1260px) {}

@media all and (min-width: 768px) {}

.single-ships .Banner-Image-Wrapper:after {
    content: none !important
}

.single-ships .contentWrap.ships-page {
    padding-top: 100px
}

.page-template-gallerypage .homeImageInfo {
    top: 55%
}

.envirabox-theme-base_dark .envirabox-navigation .envirabox-arrow--right span:before {
    z-index: 99999
}

.admin-bar .envirabox-theme-base_dark .envirabox-caption-wrap {
    z-index: 99999
}

.sfm-pos-right .sfm-rollback {
    z-index: 9 !important
}

.page-template-gallerypage .contentBlock.legal {
    max-width: 1300px
}

.home-new-wrap {
    position: relative;
    max-width: 1340px;
    margin: auto;
    width: 90%;
    margin-top: -230px;
    z-index: 999;
    background-color: #fff;
    padding-top: 45px;
}

.contentBlock.home-four-services .homeServiceBlock p {
    color: #0D2745;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 22px
}

.grecaptcha-badge {
    display: none
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7637429971988796) 0%, rgba(0, 0, 0, 0.3267682072829131) 100%);
    top: 0;
    opacity: 0.6
}

.ships-carousel .flickity-button {
    display: none
}

.ships-carousel .flickity-page-dots {
    display: none
}

ul.ships-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.ships-nav li {
    list-style: none
}

img.main-foot {
    position: absolute;
    width: 100%;
    object-fit: cover;
    object-position: right;
    max-height: 100%;
    height: 100%
}

/* Button styles */

.blue-button {
    background-color: #2f69b3;
    border-radius: 2px;
    color: #fff;
    padding: 15px 30px 15px 25px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

/* Arrow styles */

.blue-button .arrow {
    margin-left: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    /* This ensures the easing effect */
}

/* Hover effect for the arrow */

.blue-button:hover .arrow {
    transform: rotate(-45deg) translate(3px, 3px)
}

.contentBlock.footer-top .item:first-child p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px
}

.small_logo {
    max-width: 60px;
    margin-bottom: 20px
}

.swiper-slide .size-post-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: initial;
}

.swiper-slide {
    height: 550px !important;
    margin: 0 !important
}

.cont-wrap {
    position: absolute;
    top: 50%;
    z-index: 999;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.cont-wrap h2.entry-title {
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 64px;
}

.cont-wrap h2.entry-title span {
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-weight: 600
}

ul.ships-nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #0D2745;
    font-size: 19px
}

ul.ships-nav li.active-slide a {
    color: #3069B3
}

ul.ships-nav {
    margin-bottom: 30px;
    padding: 0
}

.slide-logo {
    position: absolute;
    top: 50%;
    width: 50% !important;
    z-index: 2;
    display: block;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide-main {}

.flickity-button {
    background: hsl(210.53deg 70.37% 15.88%);
}

.flickity-button-icon {
    fill: #ffffff
}

.flickity-button:hover .flickity-button-icon {
    fill: hsl(210.53deg 70.37% 15.88%)
}

.sfm-menu li a {
    font-family: 'Helvetica Neue LT Pro', sans-serif !important;
    font-size: 24px !important;
    font-weight: 300 !important;
}

.sfm-menu li ul li a {
    font-size: 20px !important
}

.sfm-widget .blue-button {
    justify-content: center;
    background-color: #2f69b3;
    border-radius: 2px;
    color: #fff;
    padding: 15px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    width: 100%
}

#sfm-sidebar.sfm-compact .sfm-nav {
    margin-top: 20% !important
}

.contentBlock.touch img {}

.page-template-contactpage .Banner-Image {
    height: 100%;
    position: absolute;
    width: 100%;
}

.page-template-contactpage .Banner-Image-Wrapper {
    display: flex;
    height: calc(80vh - 0px);
    align-items: center
}

.conty-wrap {
    animation-play-state: a
}

.page-template-contactpage .conty-wrap {
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: auto;
    width: 90%;
    right: 0;
    left: 0
}

.page-template-contactpage .Banner-Image-Wrapper .item {
    flex: 1.6;
}

.page-template-contactpage .Banner-Image-Wrapper .contentBlock {
    text-align: left !important;
}

.page-template-contactpage .homeImageInfo a.standard-button {
    margin-top: 25px
}

.page-template-contactpage .Banner-Image-Wrapper .itemlast {
    flex: 1;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    border-radius: 5px;
    padding: 45px 25px;
    margin-left: 5%;
    position: relative
}

.conty-wrap {
    position: absolute;
    top: 0
}

.page-template-contactpage .homeImageInfo {
    top: auto;
    position: relative;
    transform: none;
}

.page-template-contactpage .Banner-Image-Wrapper .itemlast form p {
    margin: 0
}

.fsplit {
    display: flex
}

.fsplit .left {
    margin-right: .5em
}

.fsplit .right {
    margin-left: .5em
}

.conty-wrap input {
    width: 100%;
    height: 45px;
    color: #252e33;
    background-color: transparent;
    border: 1px solid #a7b8c6;
    border-radius: 0.25rem;
    padding: 0.5rem;
    font-size: 18px;
    transition: border-color .2s;
    margin-bottom: 1em;
}

.conty-wrap input:hover,
.conty-wrap input:hover {
    border-color: #0d2745;
}

.conty-wrap textarea:hover,
.conty-wrap tesxtarea:hover {
    border-color: #0d2745;
}

.conty-wrap textarea {
    height: 80px;
    width: 100%;
    color: #252e33;
    background-color: transparent;
    border: 1px solid #a7b8c6;
    border-radius: 0.25rem;
    padding: 0.5rem;
    font-size: 18px;
    transition: border-color .2s;
    margin-bottom: 10px;
}

.conty-wrap input[type="submit"] {
    display: inline-block;
    background-color: #3069B3;
    border-radius: 2px;
    color: #fff;
    padding: 15px 15px 15px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    width: auto;
    border: none;
}

.conty-wrap input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Helvetica Neue LT Pro', sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}

.conty-wrap input::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Helvetica Neue LT Pro', sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}

.conty-wrap input:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Helvetica Neue LT Pro', sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}

.conty-wrap input:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Helvetica Neue LT Pro', sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}

.conty-wrap textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Helvetica Neue LT Pro', sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}

.conty-wrap textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Helvetica Neue LT Pro', sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}

.conty-wrap textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Helvetica Neue LT Pro', sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}

.conty-wrap textarea:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Helvetica Neue LT Pro', sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}

.wpcf7-spinner {
    display: none
}

.page-template-contactpage .contentBlock.int-intro .item:first-child {
    flex: 1;
    width: 100%
}

.page-template-contactpage .contentBlock.int-intro .item {
    flex: 1.6
}

.contentBlock.int-intro {
    padding-bottom: 65px;
    align-items: center
}

.contentWrap.contact h2 {
    text-align: left;
    line-height: 42px;
    font-size: 36px;
    font-weight: 400;
    font-family: 'Helvetica Neue LT Pro', sans-serif !important;
}

.contentWrap.contact p {
    text-align: left
}

#sfm-sidebar .sfm-logo img {
    margin-top: 15px !important
}

.conty-wrap {
    top: 0;
    width: 100%;
    height: 100%;
}

.comp-logo {
    position: absolute;
    top: 0;
    z-index: 1;
    max-width: 80% !important;
    left: 10%;
    right: 10%;
}

.contentBlock.location .item h2 {
    text-transform: none !important;
    color: #0D2745 !important;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-size: 36px !important;
    font-weight: 400;
    line-height: 40px;
}

.contentBlock.location .item h2.docs {
    font-weight: 400;
    font-size: 30px !important;
    line-height: 34px
}

.contentBlock.location .item:first-child a {
    color: #0D2745;
    font-family: 'Montserrat', sans-serif;
    background-image: url(../images/docs-icon-blue.svg);
    padding: 0 0 0px 21px;
    margin: 10px 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left;
    margin-right: 15px;
}

.contentWrap .locations-services .item h2 {
    text-transform: none !important;
    color: #0D2745 !important;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-size: 36px !important;
    font-weight: 300;
    line-height: 40px;
}

.contentWrap .locations-services .item:last-child {
    padding-top: 105px
}

.image-cont {
    position: absolute;
    height: 220px;
    width: 100%
}

@media all and (max-width: 1000px) {
    .close-btn {
        display: none
    }
    .contentBlock.group {
        grid-template-columns: 1fr 1fr;
    }
    .page-template-contactpage .Banner-Image-Wrapper .itemlast {
        flex: 1;
        background: #fff;
        z-index: 99;
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        border-radius: 5px;
        padding: 45px 25px;
        position: relative;
        max-width: 90%;
        margin: auto;
        visibility: visible !important;
        opacity: 1 !important
    }
    .page-template-contactpage .conty-wrap {
        display: block
    }
    .page-template-contactpage .homeImageInfo a.standard-button {
        display: none
    }
    .page-template-contactpage .conty-wrap {
        display: block;
        padding-top: 100px;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%
    }
    .page-template-contactpage .homeImageInfo h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .page-template-contactpage .Banner-Image-Wrapper .contentBlock {
        width: 100%
    }
    .page-template-contactpage .Banner-Image-Wrapper {
        padding-bottom: 45px
    }
    .page-template-contactpage .Banner-Image-Wrapper .itemlast {
        max-width: 100%;
        margin-top: 25px
    }
    .itemlast form p {
        margin: 0
    }
}

@media all and (max-width: 1000px) {
    .page-template-contactpage .contentBlock.int-intro {
        flex-direction: column-reverse;
    }
    .page-template-contactpage .contentBlock.int-intro .item {
        margin-right: 0
    }
    .page-template-contactpage .contentBlock.int-intro .item:last-child {
        margin-bottom: 45px;
        margin-top: 85px
    }
    .page-template-contactpage .contentBlock.int-intro .item:last-child a {
        width: 100%;
        text-align: center
    }
    .page-template-contactpage .contentBlock.int-intro .item:first-child img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        margin-left: 0;
    }
}

@media all and (max-width: 600px) {
    .swiper-slide {
        height: 300px !important
    }
    .slide-logo {
        position: absolute;
        top: 40%;
        width: 41% !important;
        z-index: 2;
        display: block;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .contentBlock.fleet .item {
        flex-basis: 100%;
        margin-bottom: 2em
    }
    .contentBlock.group {
        grid-template-columns: 1fr;
        grid-row-gap: 0px;
    }
    .contentBlock.group .homeServiceBlock {
        margin-bottom: 0
    }
    .page-template-the-grouppage .homeImageInfo {
        top: 60%
    }
    .page-template-the-teampage .homeImageInfo {
        top: 60%
    }
    .page-template-about-uspage .homeImageInfo {
        top: 60%;
    }
    .page-template-gallerypage .homeImageInfo {
        top: 60%
    }
    .page-template-supply-locations-first-stagepage .homeImageInfo {
        top: 60%
    }
    .page-template-supply-locationspage .homeImageInfo {
        top: 60%
    }
    .page-template-the-fleetpage .homeImageInfo {
        top: 60%
    }
    .page-template-about-uspage .ships-carousel {
        margin: 0 0 45px
    }
    .page-template-servicespage .contentBlock.home-two-blocks .item:first-child a.standard-button {
        margin-bottom: 10px
    }
}

.page-template-legalpage .banner-overlay {
    background-image: none;
    background: rgb(13, 39, 69);
}

.page-template-newspage .contentBlock.news {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    padding: 45px 0
}

.page-template-newspage .contentBlock.news .branchBlock {}

.page-template-newspage .contentBlock.news .branchBlock img {
    object-fit: cover;
    height: 300px
}

.page-template-newspage .contentBlock.news .branchBlock a {
    color: #2f69b3
}

.page-template-newspage .contentBlock.news .branchBlock a.postl {
    color: #2f69b3;
    position: absolute;
    height: 100%;
    width: 100%;
}

.page-template-newspage .contentBlock.news .branchBlock h4 {
    margin-bottom: 10px
}

.page-template-newspage .contentBlock.news .branchBlock p {
    margin-top: 5px;
    line-height: 15px;
    line-height: 20px
}

@media all and (max-width: 900px) {
    .page-template-newspage .contentBlock.news {
        grid-template-columns: 1fr
    }
}

.rixgr-navbar.hidden {
    transform: translateY(-100%);
}

.rixgr-logo {
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 7px;
}

.rixgr-logo-part-of-img {
    width: 53px;
    height: 16px;
    margin-bottom: -2px;
}

.rixgr-logo-main-img {
    width: 61px;
    height: 14px;
}

.rixgr-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    height: 36px;
    z-index: 10000 !important;
    border-radius: 3px 3px 0px 0px;
    padding: 0px 10px 0px 10px;
}

.rixgr-dropdown:hover {
    background-color: white;
}

.rixgr-dropdown:hover .rixgr-dropdown-content {
    display: flex;
}

.rixgr-dropdown:hover .rixgr-arrow {
    transform: rotate(360deg);
}

.rixgr-dropdown-content {
    display: none;
    position: absolute;
    right: -25px;
    top: 100%;
    background-color: white;
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.33);
    z-index: 10000 !important;
    width: 325px;
    height: 427px;
    padding: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
}

.rixgr-dropdown-content-img {
    width: 100%;
    height: auto;
}

.rixgr-dropdown-content .rixgr-links a {
    display: flex;
    padding: 15px 0;
    align-items: center;
    justify-content: start;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1px solid rgba(167, 184, 199, 0.25);
    background: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    color: #001c42;
}

.rixgr-dropdown-content .rixgr-links a:hover {
    background-color: rgba(167, 184, 199, 0.25);
}

.rixgr-dropdown-content .rixgr-links a:hover i {
    color: #2e6ab3;
}

.rixgr-links a:active {
    background: linear-gradient(0deg, #a7b8c7 0%, #a7b8c7 100%), #fff;
}

.rixgr-links a:active i {
    color: #2e6ab3;
}

.rixgr-search-container {
    padding: 10px 0px;
    width: 100%;
    border-bottom: 1px solid rgba(167, 184, 199, 0.25);
}

.rixgr-search-container input[type="text"] {
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #001c42 !important;
    padding: 6px 4px;
}

.rixgr-search-container input[type="text"]:focus {
    outline: none;
    border: none;
}

.rixgr-search-container input[type="text"]::placeholder {
    color: #001c42 !important;
    opacity: 60%;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}

.rixgr-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.rixgr-visit-btn {
    display: flex;
    padding: 10px 17px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #2e6ab3;
    background: #2e6ab3 !important;
    width: 100%;
    height: 44px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    font-family: montserrat;
}

.rixgr-visit-btn:active {
    background: #1f4676;
}

.rixgr-visit-btn:hover {
    background: #295e9e !important;
    font-weight: 500;
}

.rixgr-search-btn {
    display: none;
    width: 32px;
    height: 32px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 3px;
    border: 1px solid #2e6ab3;
    background: white;
}

.rixgr-search-btn i {
    font-size: 16px;
    color: #2e6ab3;
}

.rixgr-link-arrows {
    font-size: 16px;
    color: #a7b8c7;
    padding: 0px 10px 0px 6px;
}

.rixgr-links {
    width: 100%;
}

#rixgr-searchForm {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
}

.rixgr-menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.rixgr-dropdown-content .rixgr-links a:last-of-type {
    border: none;
}

.magnify-icon {
    color: black;
}

.rixgr-search-container.focus .magnify-icon {
    color: #2e6ab3;
}

.rixgr-search-container.focus .rixgr-search-btn {
    display: flex;
}

.rixgr-search-btn:hover {
    background: #2e6ab3;
    color: white;
}

.rixgr-search-btn:hover i {
    color: white;
}

@media screen and (max-width: 768px) {
    .rixgr-dropdown:hover {
        background-color: inherit;
    }
    .rixgr-dropdown:hover .rixgr-dropdown-content {
        display: none;
    }
    .rixgr-dropdown:hover .rixgr-arrow {
        transform: none;
    }
}

@media screen and (max-width: 335px) {
    .rixgr-dropdown-content {
        width: 100dvw;
        z-index: 10000 !important;
    }
}

.rixgr-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 38px;
    background-color: #001c42;
    color: white;
    padding: 0px 25px;
    position: relative;
    z-index: 10000 !important;
    transition: transform 0.6s ease-in-out;
    border-bottom: 1px solid #87939e;
    top: 0;
}

.rix-wrap {
    position: relative;
    z-index: 99999999
}