html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Gordita', sans-serif;
    font-weight: 500;
    overflow-x: hidden;
    position: relative;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    color: #002934;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
}

.text,
h5,
h6,
p {
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    margin-block-start: 0;
    margin-block-end: 0;
}

.subtitle,
.subtitle p,
h2,
h4 {
    line-height: 150%;
    font-size: 27px;
    font-weight: 500;
    margin-block-start: 0;
    margin-block-end: 0;
}

.title,
h1,
h3 {
    line-height: 150%;
    font-size: 42px;
    font-weight: 500;
    margin-block-start: 0;
    margin-block-end: 0;
}

.header {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    min-height: 80px;
    padding: 10px 5%;
    color: white;
    transition: all 0.3s linear;
    z-index: 10;
}

.header.moved {
    background: #012934;
}

.header a img {
    width: 115px;
}

.header>a {
    width: 16%;
    margin: 0 30px;
    text-align: center;
}

.header>div {
    width: 30%;
    display: flex;
    justify-content: space-between;
}

.header>div a {
    color: white;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 3px;
    margin-top: 25px;
    font-weight: 500;
}

.header>div a:hover {
    text-decoration: underline;
}

.pageHeader {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: center;
    height: 90vh;
    padding-bottom: calc(10vh + 100px);
    background-size: cover !important;
    background-position: 50% 100% !important;
    color: white;
    overflow-x: hidden;
    background: #01293426;
}

.pageHeader.skip .intro,
.pageHeader.skip .intro,
.pageHeader.skip .subtitle,
.pageHeader.skip .title,
.pageHeader.skip .bluButton {
    transition: all 0s linear 0s !important;
    transition-delay: 0s !important;
    position: static !important;
}

.header.skip {
    transition: all 0.3s linear !important;
    transition-delay: 0s !important;
    opacity: 0.99 !important;
}

.pageHeader.skip .intro {
    display: none;
}

.pageHeader .intro {
    transition: z-index 0s linear 5.5s, all 1s ease-in-out;
    transition-delay: 5.8s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background: #012934;
}

.pageHeader.begin .intro {
    opacity: 0;
    z-index: -1;
    background: transparent;
}

.pageHeader .intro div div {
    position: absolute;
    width: 208px;
    height: 208px;
    top: 25.3vh;
    left: calc(50% - 103px);
    transition: all 1s ease-in-out;
    mask-size: contain !important;
    -webkit-mask-size: contain !important;
    mask-position: 50% 50% !important;
    -webkit-mask-position: 50% 50% !important;
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
}

.pageHeader .intro .one div {
    z-index: 1;
    opacity: 1;
    mask-image: url(../images/Logo-1.png);
    -webkit-mask-image: url(../images/Logo-1.png);
    background-color: white;
}

.headerQuote {
    width: 90%;
    padding: 165px 5% 5% 5%;
    background: #012934;
    color: white;
    text-align: center;
}

.headerQuote .quote {
    color: #8FC4F5;
    letter-spacing: 3px;
    font-size: 14px;
}

.headerQuote .subtitle {
    max-width: 920px;
    margin: 0 auto 22px auto;
}

.headerQuote img {
    width: 110px;
    object-fit: contain;
    transition: all 1s ease-in-out;
}

.headerQuote .carousel {
    position: relative;
    width: 100%;
}

.headerQuote .carousel .single {
    position: absolute;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    top: 0;
    left: 0;
}

.headerQuote .carousel .single.selected {
    position: relative;
    opacity: 1;
    pointer-events: all;
    top: 0;
}

.headerQuote .buttons {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.headerQuote .buttons>div {
    width: 10px;
    height: 10px;
    border: 1px solid white;
    border-radius: 100%;
    transition: all 0.1s linear;
    margin: 0px 7px;
    cursor: pointer;
}

.headerQuote .buttons>div:hover,
.headerQuote .buttons>div.selected {
    background: white;
}

.pageHeader .intro .two div {
    z-index: 2;
    opacity: 0;
    mask-image: url(../images/Logo-2.png);
    -webkit-mask-image: url(../images/Logo-2.png);
    background-color: white;
    transition-delay: 1.2s;
}

.pageHeader .intro .three div {
    z-index: 3;
    opacity: 0;
    mask-image: url(../images/Logo-3.png);
    -webkit-mask-image: url(../images/Logo-3.png);
    background-color: white;
    transition-delay: 2.3s;
}

.pageHeader .intro .four {
    opacity: 0;
    transition-delay: 3.5s;
}

.pageHeader .intro .four div {
    z-index: 4;
    mask-image: url(../images/Pharos-Offshore-Logo-2.png);
    -webkit-mask-image: url(../images/Pharos-Offshore-Logo-2.png);
    background-color: white;
    transition-delay: 3.6s;
    width: 603px;
    height: 603px;
    left: calc(50% - 301px);
    top: calc(25.3vh - 109px);
}

.pageHeader.begin .intro div div {
    opacity: 1;
}

.pageHeader.begin .intro .four div {
    animation-name: pageHeaderFour;
    animation-duration: 1s;
    animation-delay: 5s;
    animation-fill-mode: both;
}

@keyframes pageHeaderFour {
    0% {}
    100% {
        width: 111px;
        height: 106px;
        left: calc(50% - 57px);
        opacity: 1;
        top: -6px;
    }
}

.pageHeader.begin .intro>div {
    opacity: 0;
}

.pageHeader .intro .one {
    transition: all 2s linear;
    transition-delay: 1s;
}

.pageHeader .intro .two {
    transition: all 2s linear;
    transition-delay: 2s;
}

.pageHeader .intro .three {
    transition: all 1s linear;
    transition-delay: 4.3s;
}

.pageHeader.begin .intro>div.four {
    opacity: 1;
    transition: all 0.7s linear;
    transition-delay: 3.5s;
}

.pageHeader .subtitle {
    width: 80%;
    margin: 0 auto 30px auto;
    position: relative;
    left: 100vw;
    transition: all 1s ease-in-out 6s;
}

.pageHeader .title {
    width: 95%;
    padding: 0 2.5%;
    margin-bottom: 40px;
    position: relative;
    left: -100vw;
    transition: all 1s ease-in-out 6s;
}

@keyframes titleOne {
    0% {
        opacity: 1;
    }
    15% {
        opacity: 1;
    }
    20% {
        opacity: 0;
    }
    50% {}
    75% {}
    95% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes titleTwo {
    15% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    35% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    75% {}
    100% {}
}

@keyframes titleThree {
    0% {}
    35% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    58% {
        opacity: 1;
    }
    63% {
        opacity: 0;
    }
    100% {}
}

@keyframes titleFour {
    0% {}
    25% {}
    50% {}
    58% {
        opacity: 0;
    }
    63% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.pageHeader .titlesTwo,
.pageHeader .titlesThree,
.pageHeader .titlesFour {
    position: absolute;
    margin-bottom: 33px;
    opacity: 0;
    width: 90%;
    margin: 0 10%;
    max-width: 1365px;
}

.pageHeader.begin .titlesOne {
    animation-name: titleOne;
    animation-duration: 28s;
    animation-iteration-count: infinite;
    animation-delay: 6s;
}

.pageHeader.begin .titlesTwo {
    animation-name: titleTwo;
    animation-duration: 28s;
    animation-iteration-count: infinite;
    animation-delay: 6s;
}

.pageHeader.begin .titlesThree {
    animation-name: titleThree;
    animation-duration: 28s;
    animation-iteration-count: infinite;
    animation-delay: 6s;
}

.pageHeader.begin .titlesFour {
    animation-name: titleFour;
    animation-duration: 28s;
    animation-iteration-count: infinite;
    animation-delay: 6s;
}

.pageHeader .titlesTwo .title,
.pageHeader .titlesThree .title,
.pageHeader .titlesFour .title {
    margin-bottom: 73px;
    line-height: 50px;
}

.pageHeader .titlesOne {
    transition: opacity 1s linear 16.5s;
    width: 90%;
    margin: 0 10%;
}

.pageHeader.begin .titlesOne {
    opacity: 0;
}

.pageHeader.begin .subtitle,
.pageHeader.begin .title,
.pageHeader.begin .bluButton {
    left: 0;
    right: 0;
}

.pageHeader .title *,
.pageHeader .title {
    font-size: 60px;
}

.pageHeader .title br.mobile {
    display: none;
}

.pageHeader .bluButton {
    margin: 0 auto;
    position: relative;
    left: 100vw;
    transition: all 0.1s linear, left 1s ease-in-out 6s;
}

.offeringDropdown {
    width: 100%;
    position: fixed;
    top: 100px;
    background: #012934;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    z-index: 5;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    max-height: 0px;
}

.offeringDropdown.open {
    max-height: 1000px;
}

#offering::after {
    content: '';
    position: absolute;
    margin-left: 3px;
    transition: all 0.5s ease-in-out;
    mask-image: url(../images/Button%20arrow.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    -webkit-mask-image: url(../images/Button%20arrow.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    background: white;
    width: 13px;
    height: 13px;
    transform: rotate(180deg);
    margin-top: 1px;
}

#offering:hover::after,
#offering.open::after {
    transform: rotate(270deg);
}

.offeringDropdown>.left {
    width: 25%;
    padding: 3% 5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.offeringDropdown>.left div {
    width: 100%;
    margin-bottom: 45px;
    border-bottom: 2px solid white;
    padding-bottom: 45px;
    cursor: pointer;
    transition: all 0.1s linear;
}

.offeringDropdown>.left div:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.offeringDropdown>.left div::after {
    content: '';
    position: absolute;
    margin-left: 20px;
    transition: all 0.1s linear;
    mask-image: url('../images/Button%20arrow.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    -webkit-mask-image: url('../images/Button%20arrow.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    background: white;
    width: 30px;
    height: 30px;
    transform: rotate(180deg);
    margin-top: 12px;
}

.offeringDropdown>.left div:hover,
.offeringDropdown>.left div.selected {
    color: #0388EA;
}

.offeringDropdown>.left div:hover::after,
.offeringDropdown>.left div.selected::after {
    background: #0388EA;
    margin-left: 25px;
}

.offeringDropdown .right {
    width: 55%;
    padding: 5%;
    background: #052d38;
}

.offeringDropdown .right>div {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.offeringDropdown .right>div.person a {
    width: fit-content;
    display: block;
    margin-bottom: 35px;
}

.offeringDropdown .right>div.selected {
    position: relative;
    opacity: 1;
    pointer-events: all;
}

.offeringDropdown .right>div {
    display: flex;
    justify-content: space-between;
}

.offeringDropdown .right .left {
    width: 45%;
}

.offeringDropdown .right .left>div {
    margin-bottom: 30px;
}

.offeringDropdown .right .left .link {
    display: block;
    width: 100%;
    color: white;
    text-decoration: none;
    margin: 30px 0;
}

.offeringDropdown .right .left .link::after {
    content: '';
    position: absolute;
    margin-left: 8px;
    transition: all 0.1s linear;
    mask-image: url(../images/Button%20arrow.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    -webkit-mask-image: url(../images/Button%20arrow.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    background: white;
    width: 25px;
    height: 25px;
    transform: rotate(180deg);
    margin-top: 5px;
}

.offeringDropdown .right .left .link:hover::after {
    margin-left: 11px;
}

.offeringDropdown .right .left .bluButton {
    margin-right: calc(100% - 200px);
}

.offeringDropdown .right img {
    width: 50%;
    object-fit: cover;
    min-height: 390px;
}

.bluButton {
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #0488ea;
    padding: 11px 15px 8px 15px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-size: 13px;
    line-height: 14px;
    position: relative;
    transition: all 0.1s linear;
    bottom: 0px;
    white-space: nowrap;
}

.backgroundInfo a,
.carouselInfo .inform a,
.smallInfo a,
.textarea.noImg a {
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #0488ea;
    padding: 11px 15px 8px 15px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-size: 13px;
    line-height: 14px;
    position: relative;
    transition: all 0.1s linear;
    bottom: 0px;
    white-space: nowrap;
    display: block;
    width: fit-content;
    margin: 10px 0;
}

.bluButton:hover {
    bottom: 5px;
    box-shadow: 0px 4px 8px 0px #00000047;
    background: #E6B208;
}

.headerTransitionone {
    display: flex;
    position: absolute;
    margin-top: -100px;
    border-left: 50vw solid #eaeef1;
    border-right: 50vw solid #eaeef1;
    border-top: 100px solid transparent;
}

.headerTransitiontwo {
    display: flex;
    position: absolute;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 100px solid #eaeef1;
}

.headerTransitiontwo.back {
    z-index: -1;
}

.aboutusSeperatorone {
    position: absolute;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 100px solid white;
}

.aboutusSeperatortwo {
    position: absolute;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 100px solid #eaeef1;
    z-index: 1;
}

.headernumbers,
.headertext {
    width: 80%;
    padding: 100px 10% 40px 10%;
    background: #eaeef1;
    text-align: center;
}

.headertext {
    padding: 100px 10% 40px 10%;
}

.headertext .subtitle {
    max-width: 900px;
    margin: 0 auto;
}

.headernumbers .numbers {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px !important;
    max-width: 1070px !important;
}

.headernumbers .numbers>div {
    width: 32%;
}

.headernumbers .numbers>div .text {
    font-weight: 600;
}

.headernumbers .numbers>div:nth-child(2) {
    min-width: 357px;
}

.headernumbers>div:not(.follower) {
    max-width: 960px;
    margin: 0 auto;
}

.numbers .title {
    font-size: 70px;
    font-weight: 600;
    color: #0388EA;
    line-height: 90px;
}

#numCentre:after,
#numLeft:after,
#numRight:after {
    content: "+"
}

.services {
    width: 100%;
    padding: 5% 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.services .inner {
    width: 60%;
    max-width: 910px;
    background: #eaeef1;
    margin-right: 15%;
    padding: 30px 2%;
    position: relative;
}

.services .inner .single {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    transition: all 0.3s linear, top 0s linear, width 0s linear;
    opacity: 0;
    position: absolute;
    top: 30px;
    pointer-events: none;
    width: 55vw;
    max-width: 835px;
}

.services .inner .single.selected {
    position: relative;
    opacity: 1;
    pointer-events: all;
    top: 0px;
    width: 55vw;
    max-width: 835px;
}

.services .single .left {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    margin: 30px 0;
    margin-top: 20px;
}

.services .single .right {
    width: 25%;
}

.services .single img {
    display: block;
    width: 28vw;
    max-width: 400px;
    object-fit: cover;
    position: relative;
    left: 6%;
    transition: all 1s ease-in-out;
    height: 100px;
    margin-bottom: 220px !important;
}

.services .single.selected img.seen {
    height: 320px;
    margin-bottom: 0px !important;
}

.imageSlide {
    transition: all 1s ease-in-out;
    height: 100px;
    object-fit: cover;
}

.imageSlide.seen {
    height: 320px;
    margin-bottom: 0px !important;
}

.services .single .left .text {
    margin: 20px 0 25px 0;
}

.services .rotated {
    writing-mode: vertical-lr;
    color: #8fc4f5;
    margin-right: 15px;
}

.rotated.title {
    transform: rotate3d(0, 0, 1, 180deg);
}

.services .carouselButtons {
    display: flex;
    font-size: 25px;
    line-height: 25px;
    color: white;
    cursor: pointer;
    position: absolute;
    right: 50px;
    margin-top: 8px;
}

.services .carouselButtons img {
    width: 20px;
    height: 20px;
    display: block;
    object-fit: contain;
}

.services .carouselButtons div:first-child {
    background: #0488eb;
    /*padding: 11px 15px 11px 15px;*/
    padding: 6px 9px 6px 9px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: all 0.1s linear;
    position: relative;
    bottom: 0px;
}

.services .carouselButtons div:last-child {
    background: #0488eb;
    /*padding: 11px 15px 11px 15px;*/
    padding: 6px 9px 6px 9px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all 0.1s linear;
    position: relative;
    bottom: 0px;
}

.services .carouselButtons div:last-child img {
    transform: rotate(180deg);
}

.services .carouselButtons div:hover {
    bottom: 1px;
    box-shadow: 0px 0px 20px 0px #00000047;
    background: #E6B208;
}

.aboutus {
    width: 80%;
    padding: 3% 10%;
    padding-top: calc(3% + 100px);
    background: #eaeef1;
}

.aboutus .inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.aboutus .inner img {
    width: 45%;
    max-width: 400px;
    object-fit: cover;
    margin-bottom: 200px;
}

.aboutus .inner img.seen {
    margin-bottom: 0px;
}

.aboutus .inner .right {
    width: 40%;
    margin-left: 2%;
}

.aboutus .inner .rotated {
    margin: 0 10px;
    writing-mode: vertical-rl;
    color: #8fc4f5;
}

.aboutus .inner .text {
    margin-bottom: 20px;
}

.aboutus .inner .text p:first-child {
    margin-bottom: 10px;
}

.footer {
    display: flex;
    justify-content: space-between;
    width: 80%;
    padding: 2% 10%;
    background: #012934;
    color: white;
}

.footer .text * {
    font-size: 15px;
}

.footerStrip {
    background: #012934;
    padding: 10px 10%;
    width: 80%;
    color: white;
    text-align: center;
    font-size: 12px;
}

.footerStrip a {
    color: white;
    text-decoration: none;
    transition: all 0.1s linear;
}

.footerStrip a:hover {
    text-decoration: underline;
}

.footer>a>img {
    width: 170px;
}

.footer>.text,
.footer>a {
    width: 24%;
}

.footer>.text.awards .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 160px;
}

.footer>.text.awards .inner div,
.footer>.text.awards .inner>img {
    width: 45%;
    object-fit: contain;
    margin-bottom: 5%;
}

.footer>.text.awards .inner>a {
    width: 45%;
}

.footer>.text.awards .inner>a>img {
    object-position: 50% 18%;
}

.footer>.text.awards .inner div p {
    font-size: clamp(8px, 0.5vw, 18px);
    max-width: 55px;
    text-align: center;
}

.footer>.text.awards div img {
    width: 100%;
    max-width: 55px;
    object-fit: contain;
    object-position: 50% 0%;
}

.footer .miniTitle {
    color: white;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.footer .final a {
    white-space: nowrap;
}

.footer .final>div {
    display: flex;
    align-items: center;
}

.footer .final>div img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    margin-bottom: 3px;
    object-fit: contain;
}

.footer .final>.contacts {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.footer .final>.contacts img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    object-fit: contain;
}

.footer a {
    color: white;
    text-decoration: none;
    transition: all 0.1s linear;
}

.footer>div>a {
    display: block;
}

.footer a:hover {
    text-decoration: underline;
}

.portfolio {
    padding: 150px 0 25px 0;
    width: 100%;
    background: #012934;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: white;
    position: relative;
}

.portfolio .popup {
    left: 25%;
    position: absolute;
    width: 80%;
    padding: 2% 3%;
    background: #7fc6faf5;
    border-radius: 20px;
    max-width: 800px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    left: calc(50% - 400px);
    color: black;
    z-index: 5;
}

.portfolio .popup h1 {
    font-size: 35px;
    width: calc(100% - 50px);
    margin-bottom: 20px;
}

.portfolio .popup p {
    font-size: 13px;
}

.portfolio .popup.open {
    opacity: 1;
    pointer-events: all;
}

.closeMaps {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 25px;
    cursor: pointer;
}

.portfolio .left {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 3%;
}

.portfolio .left .text {
    margin: 20px 0 40px 0;
}

.portfolio .right {
    width: 50%;
}

.portfolio .right .single {
    position: absolute;
}

.portfolio .right .single:hover .info {
    opacity: 1;
}

.portfolio .right img {
    width: 0.85vw;
    cursor: pointer;
    transition: all 0.1s linear;
}

.portfolio .right {
    background: url('../images/World-Map.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 0%;
    height: 24vw;
}

.portfolio .right .single:nth-child(1) {
    margin-left: 40.5%;
    margin-top: 8.5%;
}

.portfolio .right .single:nth-child(2) {
    margin-left: 4%;
    margin-top: 4.3%;
}

.portfolio .right .single:nth-child(3) {
    margin-left: 29.5%;
    margin-top: 9%;
}

.portfolio .right .single:nth-child(4) {
    margin-left: 23.2%;
    margin-top: 5.6%;
}

.portfolio .right .single:nth-child(5) {
    margin-left: 23.7%;
    margin-top: 3%;
}

.portfolio .right .single:hover .examine {
    opacity: 1;
    pointer-events: all;
}

.popup.examine {
    left: unset;
    width: 10vw;
    height: 10vw;
    background: url(../images/North-Sea-Map.png);
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 100%;
    margin-left: 300%;
    margin-top: -500%;
    border: 5px solid #0d88ea;
}

.popup.examine div {
    width: 5%;
    height: 5%;
    background: #0d88ea;
    border-radius: 100%;
    position: absolute;
}

.popup.examine div:nth-child(1) {
    margin-left: 33%;
    margin-top: 50%;
}

.popup.examine div:nth-child(2) {
    margin-left: 62%;
    margin-top: 42%;
}

.popup.examine div:nth-child(3) {
    margin-left: 63%;
    margin-top: 59%;
}

.popup.examine div:nth-child(4) {
    margin-left: 46%;
    margin-top: 74%;
}

.popup.examine div:nth-child(5) {
    margin-left: 39%;
    margin-top: 66%;
}

.popup.examine div:nth-child(6) {
    margin-left: 56%;
    margin-top: 35%;
}

.popup.examine div:nth-child(7) {
    margin-left: 32%;
    margin-top: 35%;
}

.popup.examine div:nth-child(8) {
    margin-left: 27%;
    margin-top: 30%;
}

.popup.examine div:nth-child(9) {
    margin-left: 50%;
    margin-top: 7%;
}

.popup.examine div:nth-child(10) {
    margin-left: 53%;
    margin-top: 64%;
}

.popup.examine div:nth-child(11) {
    margin-left: 36%;
    margin-top: 58%;
}

.popup.examine div:nth-child(12) {
    margin-left: 46%;
    margin-top: 67%;
}

.portfolio .right .single:nth-child(6) {
    margin-left: 24.7%;
    margin-top: 4%;
}

.portfolio .right .single:nth-child(7) {
    margin-left: 23.6%;
    margin-top: 4.3%;
}

.portfolio .right .single:nth-child(8) {
    margin-left: 22.6%;
    margin-top: 3.5%;
}

.portfolio .right .single.basic {
    width: 0.35vw;
    height: 0.35vw;
    background: #0d88ea;
    border-radius: 100%;
}

.portfolio .right .single:nth-child(9) {
    margin-left: 24.2%;
    margin-top: 5.6%;
}

.portfolio .right .single:nth-child(10) {
    margin-left: 24.8%;
    margin-top: 4.5%;
}

.portfolio .right .single:nth-child(11) {
    margin-left: 22.8%;
    margin-top: 5.5%;
}

.portfolio .right .single:nth-child(12) {
    margin-left: 19%;
    margin-top: 3%;
}

.portfolio .right .single:nth-child(13) {
    margin-left: 43.8%;
    margin-top: 19.9%;
}

.portfolio .right .single:nth-child(14) {
    margin-left: 40.8%;
    margin-top: 10%;
    display: none;
}

.portfolio .right .single:nth-child(15) {
    margin-left: 13.9%;
    margin-top: 8.2%;
}

.portfolio .right .single:nth-child(16) {
    margin-left: 22%;
    margin-top: 7%;
}

.portfolio .right .single:nth-child(17) {
    margin-left: 24.6%;
    margin-top: 7%;
}

.portfolio .right .single:nth-child(17) {
    margin-left: 24.6%;
    margin-top: 7%;
}

.portfolio .right .single:nth-child(18) {
    margin-left: 24.3%;
    margin-top: 4.8%;
}

.portfolio .right .single:nth-child(19) {
    margin-left: 22.1%;
    margin-top: 4.8%;
}

.portfolio .right .single:nth-child(20) {
    margin-left: 26.5%;
    margin-top: 4.3%;
}

.portfolio .right .single:nth-child(21) {
    margin-left: 16.5%;
    margin-top: 6.3%;
}

.portfolio .right .single:nth-child(22) {
    margin-left: 16%;
    margin-top: 11%;
}

.portfolio .right .single:nth-child(23) {
    margin-left: 43.5%;
    margin-top: 7.7%;
}

.portfolio .right .single:nth-child(24) {
    margin-left: 11.2%;
    margin-top: 10%;
}

.portfolio .right .single:nth-child(25) {
    margin-left: 21.2%;
    margin-top: 10%;
}

.portfolio .right .single:nth-child(26) {
    margin-left: 26.6%;
    margin-top: 8%;
}

.portfolio .right .single:nth-child(27) {
    margin-left: 31.2%;
    margin-top: 12%;
}

.portfolio .right .single:nth-child(28) {
    margin-left: 36.4%;
    margin-top: 13%;
}

.portfolio .right .single:nth-child(29) {
    margin-left: 26.4%;
    margin-top: 20%;
}

.portfolio .right .single:nth-child(30) {
    margin-left: 24.4%;
    margin-top: 13.5%;
}

.portfolio .right .single:nth-child(31) {
    margin-left: 33.4%;
    margin-top: 11%;
}

.portfolio .right .single:nth-child(32) {
    margin-left: 1%;
    margin-top: 2.5%;
}

.portfolio .right .single:nth-child(33) {
    margin-left: 13.8%;
    margin-top: 17.5%;
}

.portfolio .right .single:nth-child(34) {
    margin-left: 28.3%;
    margin-top: 9.5%;
}

.portfolio .right .single:nth-child(35) {
    margin-left: 13.3%;
    margin-top: 11.5%;
}

.portfolio .right .single:nth-child(36) {
    margin-left: 24%;
    margin-top: 4.4%;
}

.portfolio .right .single:nth-child(37) {
    margin-left: 23.8%;
    margin-top: 4%;
}

.portfolio .right .single:nth-child(38) {
    margin-left: 23.8%;
    margin-top: 4%;
}

.portfolio .right .single:nth-child(39) {
    margin-left: 24.2%;
    margin-top: 3.7%;
}

.portfolio .right .single:nth-child(39),
.portfolio .right .single:nth-child(37),
.portfolio .right .single:nth-child(38),
.portfolio .right .single:nth-child(36),
.portfolio .right .single:nth-child(10),
.portfolio .right .single:nth-child(18),
.portfolio .right .single:nth-child(10),
.portfolio .right .single:nth-child(56) {
    display: none;
}

.portfolio .right .single:nth-child(40) {
    margin-left: 22%;
    margin-top: 3.4%;
}

.portfolio .right .single:nth-child(41) {
    margin-left: 14%;
    margin-top: 7.4%;
}

.portfolio .right .single:nth-child(42) {
    margin-left: 22.8%;
    margin-top: 6.2%;
}

.portfolio .right .single:nth-child(43) {
    margin-left: 39.4%;
    margin-top: 10.5%;
}

.portfolio .right .single:nth-child(44) {
    margin-left: 40.7%;
    margin-top: 10%;
}

.portfolio .right .single:nth-child(45) {
    margin-left: 13.8%;
    margin-top: 9.5%;
}

.portfolio .right .single:nth-child(46) {
    margin-left: 7.8%;
    margin-top: 9.5%;
}

.portfolio .right .single:nth-child(47) {
    margin-left: 9%;
    margin-top: 10.5%;
}

.portfolio .right .single:nth-child(48) {
    margin-left: 17%;
    margin-top: 5.5%;
}

.portfolio .right .single:nth-child(49) {
    margin-left: 16%;
    margin-top: 4%;
}

.portfolio .right .single:nth-child(50) {
    margin-left: 15.3%;
    margin-top: 10.7%;
}

.portfolio .right .single:nth-child(51) {
    margin-left: 12.3%;
    margin-top: 14.7%;
}

.portfolio .right .single:nth-child(52) {
    margin-left: 14.3%;
    margin-top: 11.3%;
}

.portfolio .right .single:nth-child(53) {
    margin-left: 38.4%;
    margin-top: 13.3%;
}

.portfolio .right .single:nth-child(54) {
    margin-left: 25.9%;
    margin-top: 8%;
}

.portfolio .right .single:nth-child(55) {
    margin-left: 25.9%;
    margin-top: 8%;
}

.portfolio .right .single img:hover {
    transform: scale(1.1);
}

.portfolio .right .single .info {
    position: absolute;
    left: 0.9vw;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all 0.1s linear;
    z-index: 1;
    pointer-events: none;
    color: black;
    top: -0.3vw;
}

.portfolio .right .single.selected .info {
    opacity: 1;
}

.portfolio .right .single .info .text {
    padding: 7px;
    background: #7fc6fa;
    white-space: nowrap;
    font-size: clamp(8px, 0.7vw, 16px);
}

.portfolio .right .single .info .arrow {
    border-top: 8px solid transparent;
    border-right: 10px solid #7fc6fa;
    border-bottom: 8px solid transparent;
}

.capabilities {
    background: #eaeef1;
}

.capabilities>div {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 5% 0;
    margin: 0 auto;
    max-width: 1500px;
}

.capabilities img {
    width: 27%;
    margin-top: 20px;
    height: 100px;
    object-fit: cover;
}

.capabilities .left {
    width: 60%;
    margin-right: 8%;
}

.capabilities .left .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px 20px;
    align-items: flex-start;
}

.aside {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 0px;
    left: 0px;
}

html.start body {
    /* ?? */
    background: url('../images/water-pov.gif');
    background-position: 50% 50%;
    background-size: 10%;
    background-attachment: fixed;
}

.capabilities .left .list div {
    width: 48%;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    position: relative;
}

.capabilities .left .list div::before {
    content: " ";
    position: absolute;
    mask-image: url(../images/Bullet%20point%20arrow.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    -webkit-mask-image: url(../images/Bullet%20point%20arrow.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    background: #0d88ea;
    width: 12px;
    height: 12px;
    left: -19px;
    top: 4px;
}

.pageHeader .follower {
    position: absolute;
    width: 100vw;
    height: calc(110vh + 180px);
    top: 0;
    clip: rect(90vh, 3000px, calc(100vh + 200px), 0px);
    pointer-events: none;
}

.headernumbers .follower {
    position: absolute;
    width: 80vw;
    margin-top: -400px;
    height: 700px;
    clip: rect(420px, 3000px, 540px, 0px);
    pointer-events: none;
}

.headernumbers .follower img {
    width: 100px;
    position: sticky;
    top: calc(100vh - 170px);
    z-index: 3;
}

.headernumbers .follower div {
    width: 2px;
    height: 230px;
    background: #40a5ef;
    position: sticky;
    top: calc(100vh - 400px);
    left: calc(50vw - 1px);
    z-index: 3;
    margin-bottom: 65px;
}

.followerMin {
    height: 445px;
    position: absolute;
    left: calc(50% - 2px);
    margin-top: -240px;
    clip: rect(240px, 3000px, 8000px, 0px);
}

.followerMin div {
    width: 2px;
    background: #40a5ef;
    height: 200px;
    position: sticky;
    top: 60%;
    z-index: 1;
    margin: 0 auto;
}

.services .followerMin {
    left: unset;
    margin-left: 26px;
    height: 343px;
    margin-top: -226px;
}

.aboutus .followerMin {
    left: unset;
    height: 350px;
    margin-left: 39px;
    margin-top: -367px;
}

.wpcf7-spinner {
    position: absolute;
}

.findoutmore .followerMin {
    width: 1px;
    left: unset;
    height: 994px;
    margin-left: 93px;
    margin-top: -545px;
    clip: rect(547px, 3000px, 8000px, -65px);
}

.findoutmore .followerMin div {
    height: 424px;
    top: calc(85vh - 477px);
    margin-bottom: 60px;
}

.findoutmore {
    display: flex;
    padding: 100px 10%;
    width: 80%;
    justify-content: center;
    margin: 0 auto;
    max-width: 1400px;
}

.findoutmore>img {
    width: 40%;
    max-width: 400px;
    height: 100px;
    object-fit: cover;
}

.findoutmore>.left .title {
    margin-bottom: 30px;
}

.findoutmore>.right {
    width: 35%;
    margin-left: 150px;
}

.findoutmore>.left {
    margin-right: 150px;
    width: 35%;
}

.findoutmore>.centerD {
    width: 200px;
    position: absolute;
    left: calc(50% - 97px);
}

#contactformstuff .dropdown {
    width: 100%;
    position: relative;
}

#contactformstuff .dropdown .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 5px 10px;
    background: #eaeef1;
    cursor: pointer;
    color: gray;
    border-radius: 10px;
    transition: all 0.5s linear;
}

#contactformstuff .dropdown.openn .top {
    border-radius: 10px 10px 0px 0px;
}

#contactformstuff .dropdown .top.error {
    color: red;
}

.findoutmore>.right>.open {
    margin-top: 15px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border: 0px;
    margin-top: 0px;
}

#contactformstuff .dropdown .top .img {
    width: 15px;
    height: 20px;
    transform: rotate(-90deg);
    mask-image: url('../images/Button%20arrow.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url('../images/Button%20arrow.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    background-color: black;
    margin-bottom: 5px;
}

#contactformstuff .dropdown #clickers {
    z-index: 1;
    position: absolute;
    padding: 0px 10px 0px 10px;
    background: white;
    width: calc(100% - 20px);
    border-top: 0px;
    transition: all 0.5s ease-in-out;
    max-height: 0px;
    overflow: hidden;
    border-top: 0px;
    background: #eaeef1;
    border-radius: 0px 0px 10px 10px;
}

#contactformstuff .dropdown #clickers div {
    cursor: pointer;
}

#contactformstuff .dropdown #clickers.open {
    max-height: 75px;
    padding-top: 3px;
}

#footerContact form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#footerContact form p:nth-child(2),
#footerContact form p:nth-child(3),
#footerContact form p:nth-child(4),
#footerContact form p:nth-child(5) {
    width: 49%;
    margin-bottom: 10px;
}

#footerContact form p:nth-child(6),
.utv #footerContact form p:nth-child(4),
.utv #footerContact form p:nth-child(5) {
    width: 100%;
    margin-bottom: 10px;
}

.utv #footerContact form p:nth-child(6) {
    width: 33%;
}

.utv #footerContact form p:nth-child(5) {
    margin-top: 20px;
}

#footerContact .single:nth-child(3) form p:nth-child(7) {
    width: 100%;
    margin-bottom: 20px;
}

#footerContact .single:nth-child(3) form p:nth-child(7) input {
    background: none;
    padding: 0px;
    border-radius: 0px;
    margin: 0px;
    font-size: 15px;
    width: 205px;
    cursor: pointer;
}

#footerContact .single:nth-child(3) form p:nth-child(7) input:hover {
    box-shadow: none !important;
}

#footerContact form p:nth-child(7) label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footerContact form p:nth-child(8) {
    width: 28%;
}

#footerContact .single:nth-child(1) form p:nth-child(7),
#footerContact .single:nth-child(2) form p:nth-child(7),
#footerContact .single:nth-child(3) form p:nth-child(8) {
    width: 28%;
}

#footerContact form input,
#footerContact form textarea {
    width: calc(100% - 20px);
    background: white;
    padding: 10px 10px 5px 10px;
    background: #eaeef1;
    font-family: 'Gordita', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #002934;
    border: 0px;
    border-radius: 10px;
}

.getintouch #contactformstuff .dropdown {
    margin-bottom: 10px;
}

#footerContact form input:focus,
#footerContact form textarea:focus {
    outline-color: #40a5ef;
}

#footerContact .single:nth-child(3) form p:nth-child(8) input,
#footerContact .single:nth-child(1) form p:nth-child(7) input,
#footerContact .single:nth-child(2) form p:nth-child(7) input,
.utv #footerContact form p:nth-child(6) input {
    letter-spacing: 2px;
    background: #0488ea;
    padding: 11px 20px 8px 20px;
    border-radius: 20px;
    color: white;
    font-size: 13px;
    line-height: 14px;
    position: relative;
    transition: all 0.1s linear;
    cursor: pointer;
    bottom: 0;
    border: 0px;
    width: fit-content;
}

span.wpcf7-not-valid-tip {
    display: none;
    color: red;
}

input.wpcf7-not-valid::placeholder,
input.wpcf7-not-valid,
.wpcf7 form.invalid,
textarea.wpcf7-not-valid::placeholder,
textarea.wpcf7-not-valid {
    color: red !important;
    font-weight: 500 !important;
}

.screen-reader-response,
.wpcf7-response-output {
    margin-top: 10px;
}

#footerContact form p:nth-child(7) input:hover {
    bottom: 5px;
    box-shadow: 0px 4px 8px 0px #00000047;
    background: #E6B208;
}

#footerContact form textarea {
    height: 100px;
    resize: none;
}

#contactformstuff .text {
    margin: 3% 0 5% 0;
}

#contactformstuff .contact {
    margin-bottom: 50px;
    max-width: 535px;
}

#contactformstuff .open .contactForms .single {
    display: none;
}

#contactformstuff .open .contactForms .single.selected {
    display: block;
}

.findoutmore .contact,
.findoutmore .contact>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.findoutmore .contact img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    object-fit: contain;
}

.findoutmore .contact a {
    transition: all 0.1s linear;
    text-decoration: none;
    color: #002934;
}

.findoutmore .contact a:hover {
    text-decoration: underline;
}

.pageHeader video {
    width: 100%;
    height: calc(100vh + 100px);
    position: absolute;
    top: 0;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}

.pageHeader .follower div {
    width: 2px;
    height: 78vh;
    background: #40a5ef;
    position: sticky;
    top: 4.1%;
    left: calc(50vw - 2px);
    z-index: 3;
    margin-bottom: 120px;
}

.pageHeader .follower img {
    width: 100px;
    position: sticky;
    top: 82%;
    left: calc(7% - 40px);
    z-index: 3;
}

.findoutmore.mini .followerMin {
    height: 1024px;
}

.findoutmore .followerMin img {
    width: 100px;
    position: sticky;
    top: calc(85vh - 54px);
    margin-left: -46px;
}

.findoutmore.utv .followerMin {
    height: 976px;
}

.services .follower {
    position: absolute;
    height: 750px;
    margin-bottom: 150px;
    z-index: -1;
    right: 9%;
}

.services .follower div {
    width: 2px;
    background: #64afec;
    height: 700px;
    position: sticky;
    top: 70%;
    margin: 0 auto;
}

.header>div.dropper {
    display: none;
}

.header .dropper.closed #one {
    animation-name: headerAnimOne2;
}

.header .dropper.closed #two {
    animation-name: headerAnimTwo2;
}

.header .dropper.closed #three {
    animation-name: headerAnimThree2;
}

.header .dropper.begin #one {
    animation-name: headerAnimOne;
}

.header .dropper.begin #two {
    animation-name: headerAnimTwo;
}

.header .dropper.begin #three {
    animation-name: headerAnimThree;
}

@keyframes headerAnimOne {
    0% {
        top: 0;
    }
    50% {
        top: 14px;
        transform: rotate(0deg);
    }
    100% {
        top: 14px;
        transform: rotate(-45deg);
    }
}

@keyframes headerAnimOne2 {
    0% {
        top: 14px;
        transform: rotate(-45deg);
    }
    50% {
        top: 14px;
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes headerAnimTwo {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-45deg);
    }
}

@keyframes headerAnimTwo2 {
    0% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes headerAnimThree {
    0% {
        top: 0;
    }
    50% {
        top: -13px;
        transform: rotate(0deg);
    }
    100% {
        top: -13px;
        transform: rotate(45deg);
    }
}

@keyframes headerAnimThree2 {
    0% {
        top: -13px;
        transform: rotate(45deg);
    }
    50% {
        top: -13px;
        transform: rotate(0deg);
    }
    100% {
        top: 0;
    }
}

.pageHead {
    width: 90%;
    padding: 0 5%;
    height: 85vh;
    padding-bottom: calc(15vh + 100px);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: flex-end;
    color: white;
    background-size: cover !important;
    background-position: 50% 50% !important;
}

.pageHead .top {
    width: 100%;
    margin-bottom: 20px;
}

.pageHead .top .title {
    margin-top: 10px;
    font-size: 60px;
}

.pageHead .top .title * {
    font-size: 60px;
}

.pageHead .follower {
    position: absolute;
    width: 100%;
    height: calc(110vh + 180px);
    top: 0;
    clip: rect(85vh, 3000px, calc(100vh + 180px), 0px);
    pointer-events: none;
}

.pageHead .follower>div {
    width: 2px;
    height: 78vh;
    background: #40a5ef;
    position: sticky;
    top: 4.1%;
    left: calc(50% - 2px);
    z-index: 3;
    margin-bottom: 100px;
}

.ourstory {
    width: 80%;
    margin: 0 auto;
}

.ourstory>.top {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 100px;
    padding-top: 33px;
}

.ourstory .top .left {
    width: 50%;
    display: flex;
    align-items: flex-end;
}

.ourstory .top .left img {
    object-fit: cover;
    width: 398px;
    max-width: calc(100% - 75px);
    margin-bottom: 200px;
}

.ourstory .followerMin {
    margin-top: -447px;
    left: calc(50% + 6px);
    clip: rect(325px, 3000px, 8000px, 0px);
    height: 433px !important;
}

.ourstory .rotated {
    position: relative;
}

.ourstory .top .left .title.rotated {
    writing-mode: vertical-lr;
    color: #8fc4f5;
    margin-left: 15px;
}

.ourstory .top .right {
    width: 45%;
}

.ourstory .bottom {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.ourstory .bottom .right {
    width: 45%;
    text-align: center;
}

.ourstory .bottom .right>div {
    max-width: 215px;
    margin: 0 auto;
}

.ourstory .bottom .right h1,
.ourstory .bottom .right h2,
.ourstory .bottom .right h3 {
    color: #0388EA;
    font-weight: 600;
}

.ourstory .bottom .right .seperator {
    width: 2px;
    height: 70px;
    background: #0388EA;
    margin: 15px auto;
}

.ourstory .bottom .left {
    width: 50%;
}

.ourstory .bottom .left .bluButton {
    display: block;
    width: fit-content;
    margin-top: 20px;
}

.historyTop {
    position: absolute;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 100px solid #ffffff;
}

.history {
    width: 100%;
    background: #EAEEF1;
    padding-top: 100px;
}

.history .top {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 5%;
    display: flex;
    justify-content: space-between;
    margin-bottom: -51px;
}

.history .top .left {
    width: 45%;
}

.history .top .left h1 {
    margin-bottom: 10px;
}

.history .top .right {
    width: 45%;
    display: flex;
    align-items: flex-end;
}

.history .top .right .rotated.title {
    writing-mode: vertical-lr;
    color: #8fc4f5;
    margin-right: 15px;
}

.history .rotated {
    position: relative;
}

.history .followerMin {
    left: calc(50% - 13px);
    height: 360px !important;
    clip: rect(248px, 3000px, 8000px, 0px);
}

.history .top .right img {
    width: 400px;
    max-width: calc(100% - 75px);
    object-fit: cover;
    margin-bottom: 200px;
}

.history .bottom {
    width: 80%;
    padding: 250px 10% 150px 10%;
    background: #002934;
    color: white;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.history .bottom .left {
    width: 50%;
    border-right: 2px solid white;
    max-width: 550px;
}

.history .bottom .right {
    width: 50%;
    max-width: 550px;
}

.history .bottom .left .symbol:first-child {
    margin-top: 170px;
}

.history .bottom .left .symbol {
    justify-content: flex-end;
}

.history .bottom .single {
    height: 350px;
    margin-bottom: 20px;
    overflow-y: scroll;
    margin-top: 10px;
}

.history .bottom .single>.subtitle {
    color: #8FC4F5;
}

.history .bottom .single.final {
    overflow: visible;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

.history .bottom .symbol {
    display: flex;
    align-items: center;
    height: 2px;
}

.history .bottom .symbol .circle {
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 100%;
}

.history .bottom .symbol .line {
    width: 0px;
    height: 2px;
    background: white;
    transition: all 1s ease-in-out;
}

.history .bottom .symbol.visible .line {
    width: calc(100% - 15px);
}

.history .bottom .single::-webkit-scrollbar {
    width: 5px;
}

.history .bottom .single::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 10px;
}

.history .bottom .single .subtitle,
.history .bottom .single .example {
    padding: 10px 4%;
}

.history .bottom .single .expanded {
    width: 100%;
    transition: all 0.5s ease-in-out;
    max-height: 0px;
    overflow: hidden;
    font-size: 14px;
}

.history .bottom .single .expanded.open {
    max-height: 500px;
}

.history .bottom .single .expand {
    color: #0388EA;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}

.history .bottom .single .expand::after {
    content: '';
    position: absolute;
    margin-left: 5px;
    transition: all 0.5s ease-in-out;
    mask-image: url(../images/Button%20arrow.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    -webkit-mask-image: url(../images/Button%20arrow.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    background: white;
    width: 16px;
    height: 16px;
    transform: rotate(180deg);
    margin-top: 1px;
}

.ourOffering {
    width: 100%;
    margin-top: 30px;
}

.ourOffering .intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 80%;
    margin: 20px auto;
    max-width: 1100px;
}

.ourOffering .intro .left {
    width: 50%;
    display: flex;
    align-items: flex-end;
}

.ourOffering .rotated {
    position: relative;
}

.ourOffering .followerMin {
    left: calc(50% + 2px);
    clip: rect(240px, 3000px, 364px, 0px);
}

.ourOffering .intro .left .rotated.title {
    writing-mode: vertical-lr;
    color: #8fc4f5;
    margin-left: 15px;
    margin-bottom: 0px;
}

.ourOffering .intro .left img {
    width: 400px;
    object-fit: cover;
    margin-bottom: 200px;
}

.ourOffering .intro .right {
    width: 45%;
}

.ourOffering .one {
    width: 80%;
    margin: 200px auto 80px auto;
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
}

.ourOffering .one .left {
    width: 45%;
}

.ourOffering .one>img {
    width: 400px;
    object-fit: cover;
    margin-bottom: 200px;
}

.ourOffering .bluButton {
    display: block;
    width: fit-content;
    margin-top: 20px;
}

.ourOffering .num {
    color: #0388EA;
    margin-bottom: 0px;
    font-size: 70px;
    font-weight: 600;
}

.ourOffering .two {
    width: 80%;
    padding: 160px 10%;
    background: #002934;
    color: white;
    display: flex;
    justify-content: center;
}

.ourOffering .two>.inner,
.ourOffering .three>.inner {
    width: 100%;
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
}

.ourOffering .two>.inner>img {
    width: 400px;
    object-fit: cover;
    margin-bottom: 200px;
}

.ourOffering .two .right {
    width: 45%;
    margin-left: 5%;
    max-width: 500px;
}

.ourOffering .twoSeperator {
    display: flex;
    position: absolute;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 100px solid #ffffff;
}

.ourOffering .title,
.ourOffering h1 {
    margin-bottom: 10px;
}

.ourOffering .three {
    width: 80%;
    padding: 100px 10%;
    background: #EAEEF1;
    display: flex;
    justify-content: center;
}

.ourOffering .three .left {
    width: 45%;
    margin-right: 5%;
    max-width: 500px;
}

.ourOffering .three>.inner>img {
    width: 400px;
    object-fit: cover;
    margin-bottom: 200px;
}

.history .bottom .single .expand:hover::after,
.history .bottom .single .expand.open::after {
    transform: rotate(270deg);
}

.getintouch {
    width: 80%;
    padding: 5% 10%;
    background: white;
    display: flex;
    justify-content: center;
    border-top: 100px solid #05588D;
    align-items: flex-start;
}

body.page-id-166 #otherfooter .title {
    display: none;
}

body.page-id-166 .findoutmore {
    margin-bottom: 156px;
}

.getintouch .left {
    display: flex;
    align-items: flex-end;
}

.getintouch .left img {
    width: 400px;
    margin-bottom: 220px;
    object-fit: cover;
    max-width: calc(100% - 75px);
}

.getintouch .left .rotated {
    position: relative;
}

.getintouch .left .followerMin {
    margin-top: -231px;
    height: 388px;
    left: calc(50% - -1px);
}

.getintouch .left .followerMin div {
    top: 25%;
}

.getintouch .left .rotated.title {
    writing-mode: vertical-lr;
    color: #8fc4f5;
    margin-left: 15px;
}

.getintouch .right {
    width: 45%;
    margin-left: 5%;
    max-width: 600px;
}

.getintouch.meet .right p {
    margin-top: 25px;
}

.getintouch.meet {
    align-items: center;
}

.getintouch .right .title,
#otherfooter .title,
.contactMap .left .title,
.contactMap .left .text {
    margin-bottom: 30px;
}

.contactMap .maparea {
    width: 48%;
    height: 500px;
}

.getintouch .right .text,
#otherfooter .text {
    margin-top: 30px;
}

#otherfooter {
    margin-bottom: 42px;
}

.getintouch .right .info,
#otherfooter .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#otherfooter .info {
    flex-wrap: wrap;
}

.getintouch .right .info img,
#otherfooter .info img {
    width: 37px;
    height: 37px;
    object-fit: contain;
    margin-right: 10px;
}

.getintouch .right a,
#otherfooter a {
    text-decoration: none;
    color: #002934;
    transition: all 0.1s linear;
}

.getintouch .right a:hover,
#otherfooter a:hover {
    text-decoration: underline;
}

.getintouch .right .info div {
    width: 46%;
    display: flex;
    align-items: center;
}

#otherfooter .info div {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.maptop {
    display: flex;
    position: absolute;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 100px solid white;
}

.contactMap {
    width: 80%;
    background: #002934;
    padding: 170px 10% 55px 10%;
    color: white;
    display: flex;
    justify-content: space-between;
}

.contactMap .left {
    width: 50%;
}

.contactMap>img {
    width: 40%;
    object-fit: cover;
}

.contactMap .left .socials {
    display: flex;
    align-items: center;
}

.contactMap .left .socials img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-right: 10px;
}

body.single-news .offerHeader {
    background-position: 50% 30% !important;
    padding: 250px 10%;
}

.offerHeader {
    width: 80%;
    padding: 150px 10%;
    text-align: center;
    background-size: cover !important;
    color: white;
}

.columns {
    width: 80%;
    max-width: 1100px;
    margin: 5% auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* hide for later */
    display: none;
}

.columns .left {
    width: 31%;
    padding: 2%;
    background: #002934;
    color: white;
    position: sticky;
    top: 12%;
    text-align: center;
}

.columns .left .title {
    margin-bottom: 45px;
}

.columns .left .subtitle {
    color: #8FC4F5;
    margin-bottom: 5px;
}

.columns .left .info {
    margin: 50px auto;
}

.columns .left .info div {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
}

.columns .left .info a {
    margin-top: 3px;
}

.columns .left a {
    font-weight: 600;
}

.columns .left .text a {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.columns .left .info img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    object-fit: contain;
}

.columns .left a {
    color: white;
    text-decoration: none;
    transition: all 0.1s linear;
}

.columns .left a:hover {
    text-decoration: underline;
}

.columns .right {
    width: 60%;
}

.columns .right .single {
    width: 90%;
    padding: 5%;
    background: #ebf4fd;
    margin-bottom: 50px;
}

.columns .right .single>img {
    width: 100%;
    object-fit: cover;
}

.columns .right h1,
.columns .right h2 {
    margin-bottom: 22px;
}

.columns .right .single>.text {
    width: 100%;
    margin: 65px 0;
}

.columns .right .single .innercolumn {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 30px 0;
    width: 100%;
}

.columns .right .single .innercolumn img {
    width: 45%;
    object-fit: cover;
    max-height: 500px;
}

.columns .right .single .innercolumn .text {
    width: 50%;
}

.columns .right .single:last-child {
    margin-bottom: 0px;
}

.columns .right ::marker {
    color: #0388EA;
}

.columns .right .gallery {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.columns .gallery .text {
    width: 45%;
}

.columns .gallery .right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.columns .right .gallery img {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    object-fit: cover;
    max-height: 200px;
}

.textarea {
    width: 80%;
    margin: 5% auto;
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
}

.textarea>div {
    width: 50%;
}

.textarea h1,
.textarea h2 {
    margin-bottom: 10px;
}

.textarea.swap {
    flex-direction: row-reverse;
}

.textarea.gray {
    max-width: unset;
    margin: 0;
    padding: 160px 10% 0px 10%;
    background: #EAEEF1;
    justify-content: center;
}

.textarea.smallgray {
    max-width: unset;
    margin: 0;
    padding: 5% 10%;
    background: #EAEEF1;
    justify-content: center;
}

.textarea.noImg>div {
    width: 100%;
    max-width: 100% !important;
    margin: 0;
}

.textarea.gray.noImg>div {
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.textarea.gray>div {
    max-width: 550px;
    margin-left: 9%;
}

.textarea>img {
    width: 400px;
    max-width: 100%;
    object-fit: cover;
}

.graytop {
    display: flex;
    position: absolute;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 100px solid white;
}

.graybot {
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 100px solid #eaeef1;
}

.symbols {
    width: 80%;
    max-width: 1100px;
    margin: 5% auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.symbols .single {
    width: 23%;
    margin: 15px 5% 40px 5%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    align-content: flex-start;
}

.symbols .single img {
    width: 100px;
    height: 100px;
    margin: 5px auto;
    object-fit: contain;
}

.staff {
    width: 80%;
    padding: 150px 10%;
    background: #002934;
    color: white;
}

.staff>.title {
    margin-bottom: 65px !important;
    max-width: 1085px;
    margin: 0 auto;
}

.staff .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.staff .inner .single {
    width: 245px;
    margin: 0 15px 60px 15px;
    border-bottom: 1px solid #0388EA;
    padding-bottom: 25px;
}

.staff .inner .single .imag {
    width: 245px;
    height: 245px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.staff .inner .single .imag .bluButton {
    opacity: 0;
    transition: all 0.1s linear, opacity 0.5s linear;
}

.staff .inner .single .imag>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transition: all 0.5s linear, z-index 0s linear;
    z-index: 1;
    pointer-events: none;
}

.staff .inner .single .imag:hover>img {
    opacity: 0.2;
    z-index: 0;
}

.staff .inner .single .imag:hover .bluButton {
    opacity: 1;
}

.staff .inner .single .imag .imageText {
    width: 90%;
    text-align: center;
    margin: 0 auto 20px auto;
}

.staff .inner .single .imag .imageText * {
    font-size: 12px;
}

.staff .inner .single .imag .name {
    color: #8FC4F5;
    font-size: 20px;
    margin-bottom: 5px;
}

.staff .inner .single .imag .position {
    font-size: 20px;
}

.values {
    width: 80%;
    margin: 0 auto 50px auto;
}

.values .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -55px auto 0 auto;
    max-width: 1100px;
}

.values .top .left {
    display: flex;
    align-items: flex-end;
    margin-bottom: 290px;
}

.values .top .left .rotated {
    position: relative;
}

.textarea.quoteArea {
    display: block;
    text-align: center;
}

.textarea.quoteArea>img {
    width: 110px;
    height: 110px;
}

.values .top .left .rotated .followerMin {
    height: 365px;
    left: calc(50% + 1px);
    margin-top: -232px;
    clip: rect(236px, 3000px, 8000px, 0px);
}

.values .top .left img {
    width: 400px;
    margin-bottom: 220px;
    max-width: calc(100% - 65px);
}

.values .top .left .rotated.title {
    writing-mode: vertical-lr;
    color: #8fc4f5;
    margin-left: 15px;
}

.values .top .right {
    width: 45%;
}

.values .top .right p {
    margin-top: 20px;
}

.values .inner {
    width: 100%;
    margin: 80px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1500px;
}

.values .inner .single {
    width: 30%;
    margin: 0 1% 50px 1%;
    margin-bottom: 50px;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
}

.values .inner .single img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 10px auto;
}

.values .inner .single .text {
    width: 100%;
}

.values .inner .single .text h4 {
    margin-bottom: 15px;
}

.hellofrom {
    width: 80%;
    padding: 8% 10%;
    background: #002934;
    display: flex;
    justify-content: center;
}

.hellofrom .rotated {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-right: 5px;
}

.hellofrom .rotated .followerMin {
    height: 394px;
    margin-top: 25px;
}

.hellofrom .rotated.title {
    writing-mode: vertical-lr;
    color: #8fc4f5;
}

.mobileHead {
    position: fixed;
    width: 90%;
    padding: 0 5%;
    top: 0;
    left: 0;
    background: #052d38;
    color: white;
    transition: all 0.5s ease-in-out;
    max-height: 0px;
    overflow: hidden;
    z-index: 9;
}

.mobileHead a {
    color: white;
    text-decoration: none;
    font-size: clamp(10px, 5vw, 30px);
    margin-bottom: 10px;
    display: block;
    position: relative;
}

.mobileHead a::after {
    content: '';
    position: absolute;
    margin-left: 3vw;
    transition: all 0.1s linear;
    mask-image: url(../images/Button%20arrow.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    -webkit-mask-image: url(../images/Button%20arrow.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    background: white;
    width: 3vw;
    max-width: 30px;
    height: 4vw;
    max-height: 30px;
    transform: rotate(180deg);
    top: 0.7vw;
}

.mobileHead .offerings a {
    font-size: 4vw;
    margin-bottom: 5px;
}

.mobileHead .offerings a::after {
    background: #0488eb !important;
    width: 2vw;
    height: 3vw;
    top: 1vw;
    margin-left: 2vw;
}

.mobileHead .offerings {
    margin-left: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
    border-left: 1px solid #8fc4f6;
}

.mobileHead.open {
    max-height: calc(80vh - 140px);
    overflow-y: scroll;
    padding: 120px 5% 20px 5%;
}

.hellofrom .quote {
    max-width: 930px;
    padding: 25px 50px;
    width: calc(90% - 65px);
    display: flex;
    justify-content: space-between;
    background: white;
    align-items: center;
}

.hellofrom.hide .top,
.hellofrom.hide .bottom,
.hellofrom.hide .followerMin {
    display: none;
}

.hellofrom .quote .left {
    width: calc(100% - 500px);
    position: relative;
}

.hellofrom .quote .left .top,
.hellofrom.quotes .quote .top {
    width: 100px;
    position: absolute;
    top: -160px;
    left: -15px;
    font-size: 265px;
    font-family: 'Gordita', sans-serif;
    color: #8fc4f5;
}

.hellofrom .quote .left .bottom,
.hellofrom.quotes .quote .bottom {
    width: 100px;
    position: absolute;
    bottom: -162px;
    right: -48px;
    font-size: 265px;
    font-family: 'Gordita', sans-serif;
    color: #8fc4f5;
    transform: rotate(180deg);
}

.hellofrom.quotes .quote .bottom {
    bottom: -77px;
    left: 417px;
}

.hellofrom.quotes .quote .top {
    top: -105px;
    left: 13px;
}

.hellofrom .quote>img {
    margin-top: -100px;
    padding-bottom: 100px;
    width: 400px;
    margin-bottom: 220px;
}

.discover {
    width: 80%;
    padding: 5% 10%;
    border-top: 100px solid #05588D;
}

.discover .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.discover .inner .right {
    width: 45%;
}

.discover .inner .right p {
    margin-top: 25px;
}

.discover .inner .left {
    display: flex;
    align-items: flex-end;
}

.discover .inner .left img {
    width: 400px;
    max-width: calc(100% - 70px);
    margin-bottom: 220px;
}

.discover .inner .left .followerMin {
    height: 200px;
    width: 2px;
    background: #40a5ef;
    clip: unset;
    position: relative;
    left: 7px;
    margin: 0 auto;
}

.discover .inner .left .title.rotated {
    writing-mode: vertical-lr;
    color: #8fc4f5;
    margin-left: 15px;
}

.discover .inner .left .rotated {
    position: relative;
}

.news {
    width: 100%;
}

.news>.bluButton {
    width: fit-content;
    text-align: center;
    margin: 30px auto;
    cursor: pointer;
}

.news>.bluButton.hidden {
    opacity: 0;
    pointer-events: none;
}

.newsContent.text {
    width: 80%;
    max-width: 1100px;
    margin: 5% auto;
}

.news .posts {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.news .posts .post {
    width: 27%;
    padding: 2%;
    margin: 0 1% 50px 1%;
    background: #ebf4fd;
    text-align: center;
    max-height: 1500px;
    transition: all 1s ease-in-out;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.news .posts .post>div {
    min-height: calc(100% - 415px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

.news .posts .post.hidden {
    max-height: 0px;
    margin: 0px;
    padding: 0px;
}

.news .posts .post .date {
    width: 100%;
    text-align: center;
    margin: 15px auto !important;
}

.news .posts .post div>.text a,
.newsContent.text a {
    color: #0488eb;
}

.news .posts .post .date .circle {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #8FC4F5;
}

.news .posts .post .date .text {
    margin: 0;
}

.news .posts .post div>.text {
    margin: 15px 0 20px 0;
    width: 100%;
}

.news .posts .post img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.careerHeader {
    width: 100%;
    color: white;
    text-align: center;
}

.careerHeader .top {
    width: 80%;
    padding: 100px 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    min-height: 70vh;
    background-size: cover !important;
    background-position: 50% 50% !important;
    align-content: flex-end;
}

.careerHeader .top .subtitle {
    width: 100%;
    margin-bottom: 20px;
}

.careerHeader .top .title {
    width: 100%;
    font-size: 60px;
    margin-bottom: 150px;
}

.careerHeader .top .title * {
    font-size: 60px;
}

.careerHeader .follower {
    position: absolute;
    width: 100%;
    height: calc(110vh + 180px);
    top: 0;
    clip: rect(66vh, 3000px, calc(70vh + 280px), 0px);
    pointer-events: none;
}

.careerHeader .follower>div {
    width: 2px;
    height: 78vh;
    background: #40a5ef;
    position: sticky;
    top: 0%;
    left: calc(50% - 2px);
    z-index: 3;
    margin-bottom: 100px;
}

.careerHeader .bot {
    width: 80%;
    padding: 100px 10% 10px 10%;
    background: #002934;
    color: white;
    text-align: center;
}

.careerHeader .bot .text {
    max-width: 1100px;
    margin: 0 auto;
}

.careerHeader .bot .text h3 {
    margin-bottom: 20px;
}

.hellofrom.quotes .quote {
    position: relative;
}

.hellofrom.quotes .inner {
    width: 100%;
    display: flex;
    position: relative;
}

.hellofrom.quotes .inner .single {
    position: absolute;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s linear;
    opacity: 0;
    pointer-events: none;
    top: 0;
}

.hellofrom.quotes .inner .single.selected {
    opacity: 1;
    pointer-events: all;
    position: relative;
    top: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin: 0;
    border: 0;
}

.hellofrom.quotes .inner .single .title {
    margin-bottom: 25px;
}

.hellofrom.quotes .inner .single img {
    margin-top: -100px;
    padding-bottom: 50px;
    width: 400px;
    height: 100px;
    margin-bottom: 220px !important;
    max-width: 100%;
}

.hellofrom.quotes .inner .single.selected img.seen {
    height: 320px;
    margin-bottom: 0px !important;
}

.hellofrom.quotes .buttons {
    position: absolute;
    display: flex;
    bottom: -20px;
    right: 30px;
    cursor: pointer;
}

.hellofrom.quotes .buttons .left {
    background: #0488eb;
    /* padding: 11px 15px 11px 15px; */
    padding: 6px 9px 6px 9px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: all 0.1s linear;
    position: relative;
    bottom: 0px;
    width: fit-content;
}

.hellofrom.quotes .buttons .right {
    background: #0488eb;
    padding: 6px 9px 6px 9px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all 0.1s linear;
    position: relative;
    bottom: 0px;
}

.hellofrom.quotes .buttons .left:hover,
.hellofrom.quotes .buttons .right:hover {
    background: #E6B208;
    bottom: 5px;
}

.hellofrom.quotes .buttons img {
    width: 20px;
    height: 20px;
    display: block;
    object-fit: contain;
}

.hellofrom.quotes .buttons .right img {
    transform: rotate(180deg);
}

.opportunities {
    width: 80%;
    padding: 5% 10%;
    background: #002934;
    color: white;
}

.opportunities .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.opportunities .inner .title {
    margin-bottom: 40px;
}

.opportunities .inner .jobs {
    width: 100%;
}

.opportunities .inner .jobs .single {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid white;
}

.opportunities .inner .jobs .single .subtitle {
    color: #8FC4F5;
    margin-bottom: 15px;
}

.opportunities .inner .jobs .single .inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.opportunities .inner .jobs .single .inner .text {
    width: 60%;
}

.opportunities .single a {
    position: relative;
    color: white;
    text-decoration: none;
    margin-right: 30px;
}

.opportunities .single a::after {
    content: '';
    position: absolute;
    transition: all 0.1s ease-in-out;
    mask-image: url(../images/Button%20arrow.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    -webkit-mask-image: url(../images/Button%20arrow.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    background: #0388EA;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    right: -30px;
    top: -1px;
}

.opportunities .single a:hover::after {
    right: -35px;
}

.equipment {
    width: 90%;
    margin: 5% auto;
    max-width: 1100px;
}

.equipment .categories {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    border-bottom: 1px solid black;
    padding-bottom: 20px;
}

.equipment .categories div {
    cursor: pointer;
    font-size: 25px;
    margin-right: 35px;
    color: gray;
    transition: all 0.2s linear;
}

.equipment .categories div.selected,
.equipment .categories div:hover {
    color: #012934;
    font-weight: 600;
}

.equipment .inner .single {
    display: flex;
    width: 96%;
    padding: 2%;
    background: #ebf4fd;
    justify-content: space-between;
    margin-bottom: 20px;
}

.equipment .inner .single>img {
    width: 400px;
    max-width: 48%;
    object-fit: cover;
    margin-bottom: 220px;
}

.equipment .inner .single .right {
    width: 48%;
}

.equipment .inner .single .right .title {
    margin-bottom: 40px;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
    width: fit-content;
}

.equipment .inner .single .right .text {
    margin-bottom: 20px;
}

.equipment .inner .single .right .pointers {
    width: 100%;
    margin-bottom: 30px;
}

.equipment .inner .single .right .pointers>div {
    margin-left: 15px;
    position: relative;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.equipment .inner .single .right .pointers>div::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #0488eb;
    position: absolute;
    left: -13px;
    top: calc(50% - 7px);
}

.equipment .inner>div {
    margin-bottom: 60px;
    transition: all 1s ease-in-out;
    max-height: 5000px;
    overflow: hidden;
}

.tritontext {
    background: #ebf4fd;
    width: 90%;
    padding: 5% 5% 0 5%;
}

.tritontext ul {
    margin: 0;
    padding-top: 10px;
}

.tritontext li::marker {
    color: #0488eb;
}

.tritons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 90%;
    padding: 3% 5% 5% 5%;
    background: #ebf4fd;
}

.tritons div {
    width: 30%;
    text-align: center;
}

.tritons div img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin: 10px 0 20px 0;
    display: block;
}

.equipment .inner>div>.title {
    margin-bottom: 20px;
}

.equipment .inner.trenching .robotic,
.equipment .inner.trenching .ancillary {
    max-height: 0px;
    margin: 0;
}

.equipment .inner.robotic .trenching,
.equipment .inner.robotic .ancillary {
    max-height: 0px;
    margin: 0;
}

.equipment .inner.ancillary .robotic,
.equipment .inner.ancillary .trenching {
    max-height: 0px;
    margin: 0;
}

body.postid-181 .findoutmore {
    display: none;
}

.gsh {
    width: calc(80% - 200px);
    margin: 5% auto;
    padding: 40px 100px;
    max-width: 565px;
    color: white;
    background: #002934;
    text-align: center;
}

.gsh>.subtitle {
    color: #8FC4F5;
}

.gsh a,
.gsh a:visited {
    color: white;
}

.gsh .title,
.gsh .text {
    margin-bottom: 20px;
}

.gsh .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 645px;
    margin: 40px auto 40px auto;
}

.gsh .info div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gsh .info img {
    width: 40px;
    margin-right: 15px;
}

.headertext.information {
    background: none;
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.headertext.information .info h1 {
    color: #0488eb;
    font-weight: 600;
    font-size: 70px;
    line-height: 70px;
}

.headertext.information .info h4 {
    font-size: 22px;
}

.page-id-2091 .pageHead .top .title * {
    font-size: 70px;
}

.page-id-2091 .pageHead .top .subtitle * {
    font-weight: 600;
    font-size: 32px;
}

.headerTransitionone.information {
    border-left: 50vw solid #ffffff;
    border-right: 50vw solid #ffffff;
}

.smallInfo {
    width: 100%;
    margin: 120px auto;
}

.smallInfo strong {
    color: #0588ec;
}

.smallInfo .first {
    width: 80%;
    margin: 100px auto;
    max-width: 800px;
    background: #eaeef1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.smallInfo .first .left {
    width: 50%;
    padding: 15px 30px;
}

.smallInfo p {
    margin: 10px 0;
}

.smallInfo .first img {
    width: 45%;
    position: relative;
    top: -70px;
    right: -20px;
}

.smallInfo .last {
    width: 80%;
    margin: 100px auto;
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.smallInfo .last .right {
    width: 50%;
}

.smallInfo .last img {
    width: 45%;
}

.carouselInfo .carouselIntro {
    display: flex;
    position: absolute;
    margin-top: -100px;
    border-left: 50vw solid #012934;
    border-right: 50vw solid #012934;
    border-top: 100px solid transparent;
}

.carouselInfo .carouselOutro {
    display: flex;
    position: absolute;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 100px solid #012934;
}

.carouselInfo .headerQuote {
    padding: 70px 5% 10px 5%;
}

.carouselInfo .inform {
    background: #ebf4fd;
    width: 100%;
    padding-top: 190px;
    padding-bottom: 130px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.carouselInfo .inform>div {
    position: relative;
}

.carouselInfo .inform .inner {
    width: 80%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
}

.carouselInfo .inform .inner .left {
    width: 45%;
}

.carouselInfo .inform .inner .left strong {
    color: #0488eb;
}

.carouselInfo .inform .inner img {
    width: 40%;
    object-position: 50% 100%;
}

.carouselInfo .rotated {
    writing-mode: vertical-lr;
    color: #8fc4f5;
    margin-right: 15px;
}

.carouselInfo .followerMin {
    left: calc(50% - 8px);
    margin-top: -233px;
}

.backgroundInfo {
    width: 80%;
    padding: 140px 10%;
    background-size: cover !important;
    background-position: 50% 50% !important;
    color: white;
}

.backgroundInfo p {
    margin: 40px 0;
    text-align: center;
}

.backgroundInfo h3 {
    text-align: center;
}

.backgroundInfo .info {
    width: 100%;
    margin: 80px auto 50px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    max-width: 1230px;
}

.backgroundInfo .info .single {
    width: 30%;
}

.backgroundInfo .info h1 {
    color: #8FC4F5;
    font-weight: 600;
    font-size: 70px;
    line-height: 70px;
}

.backgroundInfo .info h4 {
    font-size: 22px;
}

.backgroundInfo>.bluButton {
    display: block;
    width: fit-content;
    margin: 30px auto;
}

.backgroundInfooutro {
    display: flex;
    position: absolute;
    margin-top: -100px;
    border-left: 50vw solid white;
    border-right: 50vw solid white;
    border-top: 100px solid transparent;
}

.textarea.noImg>div iframe {
    width: 600px;
    max-width: 100%;
    height: 338px;
    display: block;
    position: relative;
    margin: 50px auto 0 auto;
}

@media (max-width: 1700px) {
    .findoutmore.utv .followerMin {
        height: 1007px;
    }
}

@media (max-width: 1500px) {
    .pageHeader .intro div div {
        width: 13.6vw;
        height: 13.6vw;
        top: 25.7vh;
        left: 43.2%;
    }
    .pageHeader .intro .four div {
        width: 40%;
        height: 40vw;
        left: 30%;
        top: calc(25.6vh - 7.3vw);
    }
    .pageHeader .title *,
    .pageHeader .title {
        font-size: 50px;
    }
    .header>div:not(.dropper) {
        width: 40%;
    }
    .capabilities {
        justify-content: space-between;
    }
    .capabilities .left {
        margin-right: 3%;
    }
    .aboutus .inner {
        width: 90%;
    }
}

@media(max-width: 1100px) {
    .carouselInfo .inform .inner {
        flex-wrap: wrap;
    }
    .carouselInfo .inform .inner {
        width: calc(90% - 85px);
    }
    .carouselInfo .inform>div {
        width: 80px;
    }
    .carouselInfo .inform .inner .left {
        width: 100%;
        margin-bottom: 35px;
    }
    .carouselInfo .inform .inner img {
        width: 100%;
        height: 50vw;
        object-fit: cover;
    }
    .backgroundInfo .info {
        flex-wrap: wrap;
    }
    .backgroundInfo .info {
        margin: 30px auto;
    }
    .backgroundInfo .info .single {
        width: 100%;
        margin: 30px 0;
    }
    .smallInfo .first,
    .smallInfo .last {
        flex-wrap: wrap;
    }
    .smallInfo .last {
        flex-direction: column-reverse;
    }
    .smallInfo .first .left {
        width: calc(100% - 60px);
        padding: 30px;
    }
    .smallInfo .last .right {
        width: 100%;
    }
    .smallInfo .first img,
    .smallInfo .last img {
        top: unset;
        right: unset;
        width: 100%;
        height: 50vw;
        object-fit: cover;
    }
    .smallInfo .last img {
        margin-top: 10px;
    }
    .headertext.information {
        flex-wrap: wrap;
    }
    .headertext.information .info {
        width: 100%;
        margin: 20px 0;
    }
    .values .top .left .rotated .followerMin {
        height: 300px;
    }
    .ourOffering .followerMin {
        display: none;
    }
    .portfolio .popup {
        left: 7%;
        max-width: 80%;
    }
    .portfolio .popup.examine {
        left: unset;
        max-width: unset;
        margin-left: 200%;
        margin-top: -250%;
    }
    .opportunities .inner .jobs .category {
        width: 100%;
    }
    .hellofrom.quotes .quote .bottom {
        top: -15px;
        left: unset;
        right: 0;
        bottom: unset;
    }
    .hellofrom.quotes .quote .single .left {
        text-align: center;
        margin-bottom: 50px;
    }
    .hellofrom.quotes .inner .single img {
        padding-bottom: 0px;
        margin-top: 0px;
    }
    .discover .inner,
    .hellofrom.quotes .inner .single {
        flex-wrap: wrap;
        justify-content: center;
    }
    .discover .inner .right {
        width: 80%;
        text-align: center;
        margin-top: 45px;
    }
    .news .posts .post {
        width: 96%;
    }
    .hellofrom .quote>img {
        max-width: 100%;
    }
    .hellofrom .quote {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .hellofrom .quote .left {
        width: 100%;
    }
    .values .top {
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        text-align: center;
    }
    .values .top .left {
        margin-bottom: 65px;
    }
    .values .top .right {
        width: 100%;
        max-width: 700px;
    }
    .staff>.title {
        text-align: center;
    }
    .pageHead .top .title * {
        font-size: 42px;
    }
    .textarea {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .textarea>div,
    .textarea.gray>div {
        width: 100%;
        margin: 30px auto;
    }
    .columns {
        flex-wrap: wrap;
    }
    .columns .left {
        width: 90%;
        padding: 5%;
        max-width: 600px;
        margin: 0 auto;
        position: relative;
        margin-bottom: 30px;
    }
    .columns .right {
        width: 100%;
    }
    .getintouch .right .info,
    .getintouch {
        flex-wrap: wrap;
    }
    .getintouch .left {
        width: 100%;
        justify-content: center;
        margin-bottom: 30px;
        text-align: center;
    }
    .getintouch .right .info div {
        justify-content: center;
    }
    .getintouch .right {
        width: 100%;
        margin-left: 0px;
        text-align: center;
    }
    .getintouch .right .info div {
        width: 100%;
        margin-bottom: 20px;
    }
    .ourOffering img,
    .ourOffering .bluButton {
        margin: 10px auto;
        max-width: 100%;
    }
    .ourOffering .intro .left img {
        max-width: calc(100% - 65px);
    }
    .ourOffering .intro .left,
    .ourOffering .intro .right,
    .ourOffering .one .left,
    .ourOffering .two .right,
    .ourOffering .three .left {
        width: 100%;
        margin: 20px auto;
        max-width: 700px;
        text-align: center;
    }
    .ourOffering .intro .left {
        justify-content: center;
    }
    .ourOffering .intro,
    .ourOffering .one {
        width: 90%;
        flex-wrap: wrap;
        margin: 30px auto;
    }
    .ourOffering .two,
    .ourOffering .three {
        width: 90%;
        padding: 160px 5%;
        flex-wrap: wrap;
    }
    .ourOffering .two>.inner,
    .ourOffering .three>.inner {
        flex-wrap: wrap;
    }
    .findoutmore>.right {
        margin-left: 100px;
        width: calc(50% - 100px);
    }
    .findoutmore>.left {
        margin-right: 100px;
        width: calc(50% - 100px);
    }
    .headernumbers .follower {
        height: 750px;
        clip: rect(425px, 3000px, 666px, 0px);
        margin-top: -450px;
    }
    .headernumbers .follower div {
        height: 270px;
        top: calc(100vh - 435px);
    }
    .services .inner .single {
        top: 0;
        max-width: unset;
        width: 90%;
    }
    .services .inner .single.selected {
        max-width: unset;
        width: 100%;
    }
    .headerQuote img {
        margin-top: 15px;
    }
    .findoutmore {
        padding: 100px 5%;
        width: 90%;
        justify-content: space-between;
    }
    .aboutus .followerMin {
        margin-left: 29px;
    }
    .services .inner {
        width: 75%;
        margin-right: 10%;
        padding: 5px 2%;
    }
    .services .carouselButtons {
        bottom: -15px;
    }
    .services .single .left {
        width: 72%;
    }
    .services .single img {
        left: 10%;
    }
    .services .single .right {
        width: 25%;
    }
    .footer {
        width: 90%;
        padding: 2% 5%;
        flex-wrap: wrap;
    }
    .footer>.text,
    .footer>a {
        width: 49%;
        margin-bottom: 20px;
    }
    .portfolio .right .single .info {
        left: 3vw;
    }
    .portfolio .right img {
        width: 2.8vw;
    }
    .header {
        justify-content: space-between;
    }
    @keyframes pageHeaderFour {
        0% {}
        100% {
            width: 111px;
            height: 91px;
            left: calc(8% + 47px);
            opacity: 1;
            top: 1px;
        }
    }
    .header>div.dropper {
        width: 40px !important;
        height: 30px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-content: space-between;
        margin-right: 45px;
    }
    .dropper>div {
        width: 100px;
        height: 3px;
        background: white;
        position: relative;
        transition-delay: 1s;
        animation-fill-mode: forwards;
        animation-duration: 1s;
    }
    .pageHeader .subtitle * {
        font-size: 20px;
    }
    .pageHeader .title br {
        display: none;
    }
    .pageHeader .title br.mobile {
        display: block;
    }
    .portfolio .right .single:nth-child(1) {
        margin-left: 64%;
        margin-top: 13%;
    }
    .portfolio .right .single:nth-child(2) {
        margin-left: 6%;
        margin-top: 4%;
    }
    .portfolio .right .single:nth-child(3) {
        margin-left: 47%;
        margin-top: 13%;
    }
    .portfolio .right .single:nth-child(4) {
        margin-left: 32%;
        margin-top: 7%;
    }
    .portfolio .right .single:nth-child(5) {
        margin-left: 37.5%;
        margin-top: 2%;
    }
    .portfolio .right .single:nth-child(6) {
        margin-left: 40%;
        margin-top: 4%;
    }
    .portfolio .right .single:nth-child(7) {
        margin-left: 37%;
        margin-top: 6%;
    }
    .portfolio .right .single:nth-child(8) {
        margin-left: 35%;
        margin-top: 4%;
    }
    .portfolio .right .single:nth-child(9) {
        margin-left: 38%;
        margin-top: 9.2%;
    }
    .portfolio .right .single:nth-child(10) {
        margin-left: 39.7%;
        margin-top: 7.3%;
    }
    .portfolio .right .single:nth-child(11) {
        margin-left: 36.7%;
        margin-top: 8.8%;
    }
    .portfolio .right .single:nth-child(12) {
        margin-left: 32%;
        margin-top: 4.5%;
    }
    .portfolio .right .single:nth-child(13) {
        margin-left: 62%;
        margin-top: 29.5%;
    }
    .portfolio .right .single:nth-child(14) {
        margin-left: 65.5%;
        margin-top: 16%;
    }
    .portfolio .right .single:nth-child(15) {
        margin-left: 22.5%;
        margin-top: 12.5%;
    }
    .portfolio .right .single:nth-child(16) {
        margin-left: 35.5%;
        margin-top: 11.5%;
    }
    .portfolio .right .single:nth-child(17) {
        margin-left: 39.5%;
        margin-top: 11.5%;
    }
    .portfolio .right .single:nth-child(18) {
        margin-left: 38.8%;
        margin-top: 7.5%;
    }
    .portfolio .right .single:nth-child(19) {
        margin-left: 35.8%;
        margin-top: 7.5%;
    }
    .portfolio .right .single:nth-child(20) {
        margin-left: 42.5%;
        margin-top: 7%;
    }
    .portfolio .right .single:nth-child(21) {
        margin-left: 26.5%;
        margin-top: 10%;
    }
    .portfolio .right .single:nth-child(22) {
        margin-left: 25.5%;
        margin-top: 18%;
    }
    .portfolio .right .single:nth-child(23) {
        margin-left: 69.5%;
        margin-top: 13%;
    }
    .portfolio .right .single:nth-child(24) {
        margin-left: 18%;
        margin-top: 16%;
    }
    .portfolio .right .single:nth-child(25) {
        margin-left: 34%;
        margin-top: 16%;
    }
    .portfolio .right .single:nth-child(26) {
        margin-left: 42%;
        margin-top: 13%;
    }
    .portfolio .right .single:nth-child(27) {
        margin-left: 50%;
        margin-top: 20%;
    }
    .portfolio .right .single:nth-child(28) {
        margin-left: 58.5%;
        margin-top: 21%;
    }
    .portfolio .right .single:nth-child(29) {
        margin-left: 42.5%;
        margin-top: 32%;
    }
    .portfolio .right .single:nth-child(30) {
        margin-left: 39.5%;
        margin-top: 22%;
    }
    .portfolio .right .single:nth-child(31) {
        margin-left: 53.5%;
        margin-top: 18%;
    }
    .portfolio .right .single:nth-child(32) {
        margin-left: 1.5%;
        margin-top: 4%;
    }
    .portfolio .right .single:nth-child(33) {
        margin-left: 22%;
        margin-top: 28%;
    }
    .portfolio .right .single:nth-child(34) {
        margin-left: 45%;
        margin-top: 15%;
    }
    .portfolio .right .single:nth-child(35) {
        margin-left: 21%;
        margin-top: 19%;
    }
    .portfolio .right .single:nth-child(41) {
        margin-left: 23%;
        margin-top: 12%;
    }
    .portfolio .right .single:nth-child(45) {
        margin-left: 23%;
        margin-top: 16%;
    }
    .portfolio .right .single:nth-child(50) {
        margin-left: 24%;
        margin-top: 16.5%;
    }
    .pageHeader .title *,
    .pageHeader .title {
        font-size: 42px;
    }
    .header>div:not(.dropper) {
        display: none;
    }
    .header>a {
        width: 200px;
    }
    .headernumbers .numbers,
    .portfolio,
    .capabilities>div {
        flex-wrap: wrap;
    }
    .headernumbers .numbers>div {
        width: 100%;
        margin-bottom: 30px;
        min-width: unset !important;
    }
    .aboutus .inner {
        flex-wrap: wrap;
        justify-content: center;
    }
    .aboutus .inner img {
        width: 80%;
        max-width: 500px;
    }
    .aboutus .inner .rotated {
        margin: 0;
        width: 0px;
    }
    .aboutus .inner .right {
        text-align: center;
        margin-top: 30px;
        width: 80%;
    }
    .portfolio .left {
        width: 80%;
        text-align: center;
        margin: 0 auto 40px auto;
    }
    .portfolio .right {
        width: 80%;
        margin: 0 auto;
        height: 39vw;
    }
    .capabilities .left {
        width: 80%;
        margin: 0 5% 40px 0;
    }
    .capabilities img {
        width: 80%;
        max-width: 400px;
        margin: 0 auto;
    }
    .capabilities .left .list div {
        width: 45%;
    }
}

@media (max-width: 700px) {
    .footer>.text.awards .inner,
    .footer>.text.awards .inner div p {
        margin: 0 auto;
    }
    .footerStrip span {
        display: block;
        opacity: 0;
        height: 3px;
    }
    .headernumbers .follower {
        clip: rect(425px, 3000px, 616px, 0px);
    }
    body {
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0px !important;
        padding: 0px !important;
        overflow-x: hidden !important;
        position: relative;
        top: 0;
        left: 0;
    }
    body.page-id-166 .findoutmore,
    #otherfooter {
        margin-bottom: 0px;
    }
    .textarea.quoteArea>img {
        width: 90px;
        height: 90px;
        margin-bottom: 20px;
    }
    .news .posts .post {
        width: 90%;
        padding: 5%;
    }
    .ourOffering .three {
        padding: 50px 5%;
    }
    .ourOffering img,
    .ourOffering .bluButton {
        margin: 25px auto 0px auto;
    }
    .ourOffering .title,
    .ourOffering h1 {
        margin-bottom: 0px;
        line-height: 70px;
    }
    .ourOffering .intro {
        margin-top: 100px;
    }
    .findoutmore {
        padding: 50px 5%;
    }
    .ourstory>.top {
        margin-bottom: 30px;
    }
    .portfolio .popup h1 {
        font-size: 25px;
        line-height: 35px;
    }
    .headerQuote {
        padding: 120px 5% 10% 5%;
    }
    .services .inner {
        padding: 30px 2%;
    }
    .gsh {
        width: 80%;
        padding: 5%;
    }
    .tritons {
        flex-wrap: wrap;
    }
    .tritons div {
        width: 100%;
        margin-bottom: 75px;
    }
    .opportunities .inner .jobs .single .inner {
        flex-wrap: wrap;
    }
    .opportunities .inner .jobs .single .inner .text {
        width: 100%;
        margin-bottom: 10px;
    }
    .contactMap .maparea {
        width: 100%;
    }
    .gsh .info {
        flex-wrap: wrap;
    }
    .gsh .info div {
        justify-content: center;
        width: 100%;
        margin-bottom: 25px;
    }
    .equipment .inner .single,
    .equipment .categories {
        flex-wrap: wrap;
    }
    .equipment .inner .single>img,
    .equipment .categories div {
        width: 100%;
        max-width: 100%;
    }
    .equipment .inner .single .right {
        width: 100%;
        margin-top: 30px;
    }
    .hellofrom.quotes .quote .top,
    .hellofrom.quotes .quote .bottom {
        display: none;
    }
    .values .inner .single {
        width: 100%;
    }
    .history .bottom {
        width: 90%;
        padding: 250px 5% 150px 5%;
    }
    .history .bottom .single .subtitle,
    .history .bottom .single .example {
        padding: 15px;
    }
    .symbols .single {
        width: 100%;
    }
    .symbols .single .text {
        width: 100%;
    }
    .columns .gallery,
    .ourstory>.top {
        flex-wrap: wrap;
    }
    .columns .gallery .text {
        width: 100%;
        margin-bottom: 30px;
    }
    .columns .gallery .right {
        width: 100%;
    }
    .columns {
        width: 90%;
    }
    .contactMap {
        flex-wrap: wrap;
    }
    .contactMap .left .socials {
        justify-content: center;
    }
    .contactMap .left {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .contactMap>img {
        width: 100%;
        max-height: 50vh;
    }
    .ourOffering .intro .ourstory>.top,
    .ourstory .bottom,
    .history .top {
        flex-wrap: wrap;
    }
    .ourstory .bottom .left .bluButton {
        margin: 20px auto 0 auto;
    }
    .ourstory .bottom .right {
        width: 100%;
    }
    .ourstory .bottom .left,
    .history .top .left {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .ourstory .top .left,
    .history .top .right {
        width: 100%;
        margin-bottom: 30px;
        justify-content: center;
    }
    .ourstory .top .right {
        text-align: center;
        width: 100%;
    }
    .findoutmore>.left {
        width: 100%;
        margin-right: 0;
    }
    #footerContact form p:nth-child(2),
    #footerContact form p:nth-child(3),
    #footerContact form p:nth-child(4),
    #footerContact form p:nth-child(5) {
        width: 100%;
    }
    .aboutus .inner .right {
        margin: 30px 0;
        width: 100%;
    }
    .findoutmore .followerMin {
        display: none;
    }
    .findoutmore,
    #contactformstuff .contact {
        flex-wrap: wrap;
    }
    .findoutmore>img {
        width: 90%;
        margin: 0 auto;
    }
    .findoutmore .contact>div {
        width: 100%;
        margin-bottom: 20px;
        justify-content: flex-start;
    }
    .findoutmore>.right {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }
    .followerMin {
        height: 380px;
    }
    .footer>.text,
    .footer>a {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer .final>div {
        justify-content: center;
    }
    @keyframes pageHeaderFour {
        0% {}
        100% {
            width: 111px;
            height: 91px;
            left: calc(5% + 48px);
            opacity: 1;
            top: 1px;
        }
    }
    .header>div.dropper {
        margin-right: 20px;
    }
    .header>a {
        margin-left: 5px;
    }
    .title,
    .title *,
    h1 {
        font-size: 35px;
    }
    .pageHeader .title *,
    .pageHeader .title {
        font-size: 35px;
    }
    .services .rotated {
        width: 0px;
    }
    .subtitle {
        font-size: 18px;
    }
    .services {
        padding: 15% 0;
        margin-left: 4%;
    }
    .capabilities .left .list div {
        width: 100%;
    }
    .services .rotated {
        margin-right: 0px;
    }
    .services .followerMin {
        margin-left: -30px;
    }
    .services .inner .single {
        flex-wrap: wrap;
    }
    .services .inner {
        width: 75%;
        margin-right: 0px;
    }
    .services .single .left,
    .services .single .right {
        width: 90%;
        margin: 5% auto 0 5%;
    }
    .services .single img {
        width: 100%;
        margin: 25px auto 0 auto;
        top: 0px;
        left: unset;
    }
    .services .carouselButtons {
        margin-left: 70%;
    }
}

@media (min-width: 2000px) {
    .portfolio {
        justify-content: center;
    }
    .portfolio .left {
        margin-left: 5%;
        margin-right: 0;
        width: 25%;
    }
    .portfolio .right {
        background-size: contain;
        max-width: 1000px;
    }
    .portfolio .right .single:nth-child(1) {
        margin-left: 802px;
        margin-top: 175px;
    }
    .portfolio .right .single:nth-child(2) {
        margin-left: 76px;
        margin-top: 53px;
    }
    .portfolio .right .single:nth-child(3) {
        margin-left: 586px;
        margin-top: 175px;
    }
    .portfolio .right .single:nth-child(4) {
        margin-left: 467px;
        margin-top: 109px;
    }
    .portfolio .right .single:nth-child(5) {
        margin-left: 475px;
        margin-top: 64px;
    }
    .popup.examine {
        max-width: 200px;
        max-height: 200px;
    }
    .portfolio .right .single:nth-child(6) {
        margin-left: 491px;
        margin-top: 83px;
    }
    .portfolio .right .single:nth-child(7) {
        margin-left: 472px;
        margin-top: 84px;
    }
    .portfolio .right .single:nth-child(8) {
        margin-left: 456px;
        margin-top: 72px;
    }
    .portfolio .right .single:nth-child(9) {
        margin-left: 486px;
        margin-top: 110px;
    }
    .portfolio .right .single:nth-child(10) {
        margin-left: 496px;
        margin-top: 90px;
    }
    .portfolio .right .single:nth-child(11) {
        margin-left: 456px;
        margin-top: 110px;
    }
    .portfolio .right .single:nth-child(12) {
        margin-left: 380px;
        margin-top: 60px;
    }
    .portfolio .right .single:nth-child(13) {
        margin-left: 776px;
        margin-top: 360px;
    }
    .portfolio .right .single:nth-child(14) {
        margin-left: 816px;
        margin-top: 200px;
    }
    .portfolio .right .single:nth-child(15) {
        margin-left: 278px;
        margin-top: 164px;
    }
    .portfolio .right .single:nth-child(16) {
        margin-left: 440px;
        margin-top: 140px;
    }
    .portfolio .right .single:nth-child(17) {
        margin-left: 492px;
        margin-top: 140px;
    }
    .portfolio .right .single:nth-child(18) {
        margin-left: 486px;
        margin-top: 96px;
    }
    .portfolio .right .single:nth-child(19) {
        margin-left: 442px;
        margin-top: 96px;
    }
    .portfolio .right .single:nth-child(20) {
        margin-left: 530px;
        margin-top: 86px;
    }
    .portfolio .right .single:nth-child(21) {
        margin-left: 330px;
        margin-top: 126px;
    }
    .portfolio .right .single:nth-child(22) {
        margin-left: 320px;
        margin-top: 220px;
    }
    .portfolio .right .single:nth-child(23) {
        margin-left: 870px;
        margin-top: 154px;
    }
    .portfolio .right .single:nth-child(24) {
        margin-left: 224px;
        margin-top: 200px;
    }
    .portfolio .right .single:nth-child(25) {
        margin-left: 424px;
        margin-top: 200px;
    }
    .portfolio .right .single:nth-child(26) {
        margin-left: 532px;
        margin-top: 160px;
    }
    .portfolio .right .single:nth-child(27) {
        margin-left: 624px;
        margin-top: 240px;
    }
    .portfolio .right .single:nth-child(28) {
        margin-left: 728px;
        margin-top: 260px;
    }
    .portfolio .right .single:nth-child(29) {
        margin-left: 528px;
        margin-top: 400px;
    }
    .portfolio .right .single:nth-child(30) {
        margin-left: 488px;
        margin-top: 270px;
    }
    .portfolio .right .single:nth-child(31) {
        margin-left: 668px;
        margin-top: 220px;
    }
    .portfolio .right .single:nth-child(32) {
        margin-left: 20px;
        margin-top: 50px;
    }
    .portfolio .right .single:nth-child(33) {
        margin-left: 276px;
        margin-top: 350px;
    }
    .portfolio .right .single:nth-child(34) {
        margin-left: 566px;
        margin-top: 190px;
    }
    .portfolio .right .single:nth-child(35) {
        margin-left: 266px;
        margin-top: 230px;
    }
    .portfolio .right .single:nth-child(36) {
        margin-left: 480px;
        margin-top: 88px;
    }
    .portfolio .right .single:nth-child(37) {
        margin-left: 476px;
        margin-top: 80px;
    }
    .portfolio .right .single:nth-child(38) {
        margin-left: 476px;
        margin-top: 80px;
    }
    .portfolio .right .single:nth-child(39) {
        margin-left: 484px;
        margin-top: 74px;
    }
    .portfolio .right .single:nth-child(40) {
        margin-left: 440px;
        margin-top: 68px;
    }
    .portfolio .right .single:nth-child(41) {
        margin-left: 280px;
        margin-top: 148px;
    }
    .portfolio .right .single:nth-child(42) {
        margin-left: 460px;
        margin-top: 124px;
    }
    .portfolio .right .single:nth-child(43) {
        margin-left: 788px;
        margin-top: 210px;
    }
    .portfolio .right .single:nth-child(44) {
        margin-left: 818px;
        margin-top: 170px;
    }
    .portfolio .right .single:nth-child(45) {
        margin-left: 276px;
        margin-top: 190px;
    }
    .portfolio .right .single:nth-child(46) {
        margin-left: 156px;
        margin-top: 190px;
    }
    .portfolio .right .single:nth-child(47) {
        margin-left: 180px;
        margin-top: 210px;
    }
    .portfolio .right .single:nth-child(48) {
        margin-left: 340px;
        margin-top: 110px;
    }
    .portfolio .right .single:nth-child(49) {
        margin-left: 320px;
        margin-top: 80px;
    }
    .portfolio .right .single:nth-child(50) {
        margin-left: 306px;
        margin-top: 214px;
    }
    .portfolio .right .single:nth-child(51) {
        margin-left: 246px;
        margin-top: 294px;
    }
    .portfolio .right .single:nth-child(52) {
        margin-left: 286px;
        margin-top: 226px;
    }
    .portfolio .right .single:nth-child(53) {
        margin-left: 768px;
        margin-top: 266px;
    }
    .portfolio .right .single:nth-child(54) {
        margin-left: 518px;
        margin-top: 160px;
    }
    .portfolio .right .single:nth-child(55) {
        margin-left: 518px;
        margin-top: 160px;
    }
    .portfolio .right img {
        width: 17px;
    }
    .portfolio .right .single .info {
        left: 18px;
    }
}

@media (max-height: 1000px) {
    .pageHeader .follower div {
        height: 60vh;
        top: 0.5%;
    }
    .pageHeader .follower img {
        top: 60%;
    }
    .pageHeader .follower {
        height: calc(110vh + 250px);
    }
}

@media(max-width: 500px) {
    .pageHeader {
        background-size: 1500px !important;
        background-position: 50% 100% !important;
    }
}

/* Translation visibility control */
html[lang="en-US"] .lang-pt {
    display: none !important;
}
html[lang="pt-BR"] .lang-en {
    display: none !important;
}

/* Header Language Selector Styles */
.lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 20px;
    font-family: 'Gordita', sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-top: 25px;
}
.lang-btn {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease, border-bottom 0.3s ease;
    padding-bottom: 2px;
    letter-spacing: 1px !important;
    margin-top: 0 !important;
    text-decoration: none !important;
}
.lang-btn:hover {
    color: #fff;
    text-decoration: none !important;
}
.lang-btn.active {
    color: #fff;
    border-bottom: 2px solid #0388EA;
    font-weight: 600;
}
.lang-divider {
    color: rgba(255, 255, 255, 0.3);
    margin-top: 0 !important;
}

/* Mobile Language Selector Styles */
.mobile-lang-switch {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-lang-btn {
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Gordita', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none !important;
}
.mobile-lang-btn.active {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}
.mobile-lang-divider {
    color: rgba(255, 255, 255, 0.3);
}