:root {
    --blue-color: #005e96;
    --accent-color: #eeb000;
}
* {
	margin: 0;
	box-sizing: inherit;
}
*:before, *:after {
	box-sizing: inherit;
}
html, body {
	height: 100%;
	box-sizing: border-box;
    scroll-padding-top: 100px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
iframe {
	border: none;
	margin: 0;
	padding: 0;
}
p:not(:last-child) {
    margin-bottom: 15px;
}
body, td, th {
    font-family: 'Poppins', serif;
    font-weight: 400;
	font-size: 18px;
	color: var(--blue-color);
}
body {
	background-color:#FFF;	
	margin: 0;
}
body.maintenance {
	background:#fff;
}
body.removeScrollBar {
    overflow:hidden !important;
}
a:link, a:visited, a:active {
	color: var(--blue-color);
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: var(--accent-color);
}
.clr {
	clear: both;
	font-size: 1px;
	height: 1px;
}
/* float clearing for IE6 */
* html .clearfix {
	height: 1%;
	overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix {
	min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
#wrapper {
	width: 100%;
	min-height: 100vh;
	margin: 0 auto;
	padding: 0;
}
@media only screen and (max-width: 1199px) {
    #wrapper {
        margin: 0 auto;
    }
}

header {
    background-color: #fff;
    padding: 5px 0;
	border-bottom:4px solid #eeb000;
	position:relative;
	z-index:1;
}
header .logo {
    width: 250px;
}
header .navigation {
    width: calc(100% - 300px);
}
.navbar .nav-item {
    margin: 0 15px;
}
.navbar-nav .nav-link {
    font-size: 18px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--accent-color);
}
#cover {
	width:100%;
	height:calc(100vh - 98px);
	position:relative;
    overflow: hidden;
}
@media only screen and (max-width: 1600px) {
    #cover {
        height:auto;
    }
}
#cover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,.2);
}
#cover .title {
    position: absolute;
    top: 28%;
    color: #FFF;
    font-size: 40px;
    font-weight: 400;
    z-index: 2;
}
#cover .subtitle {
    position: absolute;
    top: 44%;
    color: #FFF;
    font-size: 74px;
    font-weight: 700;
    z-index: 2;
}
#cover .subtitle h1 {
    font-weight: 700;
}
#cover .description {
    max-width: inherit;
    position: absolute;
    top: 60%;
    color: #FFF;
    font-weight: 400;
    z-index: 2;
    text-align: justify;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--accent-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}
header .hamburger-inner:before {
    border-radius: 0;
    top: -7px;
}
header .hamburger-inner:after {
    border-radius: 0;
    bottom: -7px;
}
header .mm-categories .hamburger-box {
    width: 26px;
}
header .mm-categories .hamburger-inner,
header .mm-categories .hamburger-inner:after,
header .mm-categories .hamburger-inner:before {
    width:26px;
    height:2px;
    background-color:var(--blue-color);
    transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
}
header .mm-categories:hover .hamburger-inner,
header .mm-categories:hover .hamburger-inner:after,
header .mm-categories:hover .hamburger-inner:before,
header .mm-categories .is-active .hamburger-inner,
header .mm-categories .is-active .hamburger-inner:after,
header .mm-categories .is-active .hamburger-inner:before {
    background-color:var(--accent-color);
}
header .mm-categories .hamburger.is-active:hover,
header .mm-categories .hamburger:hover {
    opacity:1;
    outline: none;
}

.mm-categories {
    display: none;
}
@media (max-width: 991px) {
    .mm-categories {
        display: flex;
        align-items: center;
        justify-content: end;
    }
}

/* MOBILE MENU */
#mobile_menu {
    display: none !important;
    position: fixed;
    top:0;
    left:0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: var(--blue-color);
    color: #fff;
    z-index: 2;
    padding-top: 140px;
}
#mobile_menu.open {
    display: flex !important;
}
#mobile_menu .navigation_container ul li {
    font-size: 26px;
    color: #fff;
    margin: 10px auto;
    text-transform: uppercase;
    text-align: center;
}
#mobile_menu .navigation_container {
    height: auto;
    width: 200px;
}
#mobile_menu .navigation_container ul li a {
    color: #fff;
    position: relative;
    display: block;
    text-align: center;
    font-size: 26px;
}
#mobile_menu .navigation_container ul li ul li a {
    font-size: 18px;
}
#mobile_menu .navigation_container ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -1px;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
#mobile_menu .navigation_container ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
#mobile_menu .navigation_container ul li a:hover {
    color: #ffffff;
}
#mobile_menu .navigation_container .dropdown span {
    float: right;
}
#mobile_menu .navigation_container .dropdown span:hover {
    color: var(--accent-color);
    cursor: pointer;
}
#mobile_menu .socials {
    margin-top: 80px;
}
#mobile_menu .navigation_container ul li .submenu {
    margin-bottom: 15px;
    display: none;
}
#mobile_menu .navigation_container ul li .submenu.open {
    display: block;
}
#mobile_menu .navigation_container ul li .submenu li {
    font-size: 14px;
}

.section-content {
    padding: 60px 0;
}
.section-content h2 {
    color: var(--blue-color);
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 30px;
    display: inline-block;
}
.section-content .text .title {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;
}
.section-content .text .description p {
    margin-bottom: 20px;
}
.section-content .image {
    position: relative;
    z-index: 1;
}

.section {
    position: relative;
}
.section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color:rgba(0,94,150,.7);
    clip-path: polygon(0 0, 100% 0, 78.85% 100%, 0 100%);
    z-index: 1;
}
.section figure {
    margin: 0;
}
.section .data {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 8%;
    z-index: 2;
    color: #FFF;
    display: flex;
    justify-content: left;
    align-items: center;
}
.section:nth-child(2) .data {
    left: unset;
    right: 0;
    padding-left: unset;
    padding-right: 8%;
    justify-content: right;
}
.section:nth-child(2)::after {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 21.1% 0);
    left: unset;
    right: 0;
}
.section .data p {
    width: 50%;
}

#about-us.section-content.home {
    background-color: #F1F1F1;
}



/* SERVICES */
.service_item {
    background-color: #011F4B;
    color: #FFF;
    padding: 20px 30px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background-color 0.3s, filter 0.3s;
}
.service_item a:link,
.service_item a:active,
.service_item a:visited {
    color: #FFF;
    text-decoration: none;
}
.service_item a:hover {
    color: var(--accent-color);
}
.service_item:hover {
    filter: brightness(1.3);
}
.service_item:nth-child(2),
.service_item:nth-child(4),
.service_item:nth-child(9){
    background-color: #03396C;
}
.service_item:nth-child(3),
.service_item:nth-child(5),
.service_item:nth-child(7){
    background-color: #005B96;
}
.service_item .icon {
    font-size: 80px;
    line-height: 1.2;
}
.service_item .title {
    font-size: 46px;
    font-weight: 300;
    line-height: 1;
    min-height: 100px;
}
.service_item .more {
    margin-top: 5px;
    display: flex;
    justify-content: start;
    align-items: center;
}
#service_list .service_item {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
}
#service_list .service_item .icon {
    width: 100px;
}
#service_list .service_item .title {
    width: calc(100% - 120px);
    margin-left: 20px;
    min-height: auto;
    font-size: 46px;
}
#service_list .service_item .list {
    width: 100%;
    margin: 20px auto;
}
#service_list .service_item .list ul {
    margin-left: 40px;
}
#service_list .service_item .list li {
    margin-bottom: 6px;
    list-style-type: square;
}

@media only screen and (max-width: 1199px) {
    .service_item .title {
        font-size: 32px;
    }

    #cover .title {
        top: 30%;
        font-size: 26px;
    }
    #cover .subtitle {
        font-size: 60px;
    }
    .section .data {
        width: 100%;
    }
    .section::after {
        width: 70%;
    }
}
@media only screen and (max-width: 991px) {
    .service_item {
        justify-content: space-between;
        flex-wrap: nowrap;
        flex-direction: column;
        height: auto;
    }

    .service_item .icon {
        text-align: center;
    }
    .service_item .title {
        font-size: 24px;
        text-align: center;
        margin: 10px 0;
        width: 100%;
        min-height: 50px;
    }
    .service_item .more {
        justify-content: end;
        flex-direction: column;
    }

    #cover .title {
        top: 28%;
        font-weight: 400;
    }
    #cover .subtitle {
        top: 42%;
        font-size: 60px;
    }
    #cover .description {
        top: 62%;
    }
}
@media only screen and (max-width: 767px) {
    #cover:after {
        display: none;
    }
    #cover .title {
        position: relative;
        color: var(--blue-color);
        margin-top: 20px;
    }
    #cover .subtitle {
        position: relative;
        color: var(--blue-color);
        font-size: 30px;
        margin-bottom: 15px;
    }
    #cover .description {
        position: relative;
        color: var(--blue-color);
        margin-bottom: 20px;
    }
    .section .data {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        z-index: 2;
        color: #FFF;
        padding: 30px;
        background-color:rgba(0,94,150,1);
    }
    .section:nth-child(2) .data {
        left: unset;
        right: 0;
        padding: 20px;
        display: block;
    }
    .section .data p {
        width: 100%;
    }
    .section::after {
        display: none;
    }
    .section:nth-child(2)::after {
        display: none;
    }
    #service_list .service_item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }
    #service_list .service_item .icon {
        width: 100%;
    }
    #service_list .service_item .title {
        font-size: 24px;
        text-align: center;
        margin: 10px 0;
        width: 100%;
    }
    #service_list .service_item .list {
        width: 100%;
        margin: 20px auto;
    }
    #service_list .service_item .list ul {
        margin-left: 20px;
    }
    #service_list .service_item:last-child {
        margin-bottom: 30px;
    }
}
.categories {
    margin: 50px auto;
}
.categories .data {
    background-color:rgba(0,94,150,.14);
    padding-top: 50px;
}
.categories h1 {
    font-size: 54px;
    font-weight: 700;
    color: var(--blue-color);
}
.categories.no-pic .data {
    background-color: #fff;
}
.categories .title {
    font-size: 54px;
    font-weight: 700;
}
.categories .description h2 {
    color: var(--blue-color);;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}
.categories .description p {
    margin-bottom: 20px;
}
.categories .description ul {
    padding-left: 17px;
}
.categories .description ul li {
    margin-bottom: 10px;
    list-style: square;
}
.categories .description ul li::marker {
    color: var(--accent-color);
}

#fleet-list {
    padding: 80px 0;
}
#fleet-list .vessel {
    margin-bottom: 30px;
}
#fleet-list .vessel .category {
    font-size: 14px;
    font-weight: 600;
}
#fleet-list .vessel .details {
    background-color: #ECF1F5;
    padding: 10px;
}
#fleet-list .vessel .details span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}
#fleet-list .vessel .name {
    font-size: 20px;
    margin: 3px 0 6px;
}
#fleet-list .vessel .flag img,
#vessel-page .table tbody tr td img {
    max-height: 32px;
    border:1px solid #ddd;
}

@media only screen and (max-width: 1199px) {
    .categories .data {
        padding: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .categories {
        margin: 20px auto 0;
    }
    .categories .title {
        text-align: center;
    }
    .categories .data {
        padding: 30px;
    }
    #fleet-overview .data {
        order: 2;
    }
}

#vessel-page .details_wrapper {
    font-size: 18px;
    height: 200px;
}
#vessel-page .photo img {
    border: 1px solid var(--bs-border-color);
}
#vessel-page .details_wrapper span {
    font-weight: 600;
}
#vessel-page .details_wrapper span.title {
    font-size: 22px;
}
#vessel-page .category {
    margin-bottom: 20px;
}
#vessel-page .table {
    margin-bottom: 0;
}
#vessel-page .table thead th {
    background-color: var(--blue-color);
    color: #FFF;
    font-weight: 600;
    border-bottom: 2px solid var(--accent-color);
}
#vessel-page .table tbody tr td {
    color: var(--blue-color);
}
#vessel-page .table tbody td.textarea {
    background-color: #FFF;
    --bs-table-bg-type: transparent;
}
#vessel-page .table tbody td.textarea ul li {
    display: block;
    padding: 8px;
}
#vessel-page .table tbody td.textarea ul li:nth-child(odd) {
    background-color: #F2F2F2;
}
#vessel-page .tc_title {
    color: var(--blue-color);;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
    padding: 0;
}
#vessel-page .tank_capacities .table thead th {
    background-color: var(--blue-color);
    color: #FFF;
    border-bottom: none;
}
#vessel-page .tank_capacities .table thead th:nth-child(n+4),
#vessel-page .tank_capacities .table tbody td:nth-child(n+4),
#vessel-page .tank_capacities .table tfoot td:nth-child(n+4){
    text-align: center !important;
}
#vessel-page .tank_capacities .table tfoot td {
    background-color: var(--blue-color);
    color: #FFF;
    font-weight: 600;
}

#fleet-list .grid,
#fleet-list .list {
    display: none;
}
#fleet-list .grid.active,
#fleet-list .list.active {
    display: block;
}

.grid_list {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}
.grid_list ul li {
    display: inline-block;
    float: left;
    margin-left: 15px;
    cursor: pointer;
    color: #b5b5b5;
}

.grid_list ul li:first-child {
    margin-left: 0;
}

.grid_list ul li.active {
    color: var(--blue-color);
}
/*.form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0,94,150,.4);
}
.form-control:hover,
.form-control:focus {
    outline: none;
    box-shadow: none;
    background-color: #DEF3FF;
    border-bottom: 1px solid rgba(0,94,150,1);
}
.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    background-color: transparent;
}*/
#contact.section-content {
    padding: 0 0 30px;
}
#contact h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}
#contact .title {
    font-weight: 600;
}
#contact .text ul {
    margin:0 0 15px;
    padding-left: 17px;
}
#contact .text ul li {
    margin-bottom: 10px;
    list-style: square;
}
#contact .text ul li::marker {
    color: var(--accent-color);
}

#contact .text {
    margin:10px auto;
    font-size:18px;
}
#map {
    height: 520px;
}
#map.index {
    margin-bottom: 20px;
}

#contact-details {
    padding: 50px 0;
}
#contact-details h1 {
    font-size: 54px;
    font-weight: 700;
    color: var(--blue-color);
}
#contact-details h2 {
    font-size:23px;
    font-weight:700;
    color: var(--accent-color);
}
#contact-details h3 {
    margin-top:15px;
    font-size:19px;
    font-weight:700;
}
#contact-details .text ul {
    margin:0;
}
#contact-details .text ul li {
    margin-bottom:5px;
}
#contact-details .text {
    margin:10px auto;
    font-size:18px;
}

@media only screen and (max-width: 575px){
    #contact-details {
        padding: 50px 20px;
    }
}
.arrow-more {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--blue-color);
}

.custom-tooltip {
    --bs-tooltip-bg: var(--blue-color);
    --bs-tooltip-color: var(--bs-white);
}
#open-talk-form label {
    margin-bottom: 10px;
}
#open-talk-form label.error {
    margin-bottom: 0;
    display: none;
    color: var(--accent-color);
}
#open-talk-form .form-control,
#open-talk-form .form-select {
    margin-bottom: 10px;
}

/* BUTTONS */
.btn-blue {
    background-color: var(--blue-color);
    color: #FFF;
    border:1px solid var(--blue-color);

    &:hover {
        background-color: color-mix(in srgb, var(--blue-color), #000 20%);
        color: #FFF;
        border: 1px solid color-mix(in srgb, var(--blue-color), #000 20%);
    }
}
.btn-outline-blue {
    background-color: transparent;
    color: var(--blue-color);
    border:1px solid var(--blue-color);

    &:hover {
        background-color: var(--blue-color);
        color: #fff;
        border: 1px solid var(--blue-color);
    }
}

.youtube-container {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1.7777777778;
	pointer-events: none;
}
.youtube-container iframe {
	width: 300%;
	height: 100%;
	margin-left: -100%;
}
.article_files_wrapper {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
    .article_files_wrapper {
        flex-direction: column;
        flex-wrap: nowrap;
    }
}
.article_file_wrapper {
    padding: 10px 0 0 0;
    margin: 0 25px 15px 0;
}
.article_file a {
    display: block;
    font-size: 14px;
    padding-left: 38px;
}
.article_file a span {
    display: block;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 0 0 0;
    color: #777
}

.icon_generic a {
    background: url(images/icons/generic.png) no-repeat 0 0;
}
.icon_doc a {
    background: url(images/icons/doc.png) no-repeat 0 0;
}
.icon_excel a {
    background: url(images/icons/excel.png) no-repeat 0 0;
}
.icon_powerpoint a {
    background: url(images/icons/powerpoint.png) no-repeat 0 0;
}
.icon_txt a {
    background: url(images/icons/txt.png) no-repeat 0 0;
}
.icon_pdf a {
    background: url(images/icons/pdf.png) no-repeat 0 0;
}
.icon_audio a {
    background: url(images/icons/audio.png) no-repeat 0 0;
}
.icon_video a {
    background: url(images/icons/video.png) no-repeat 0 0;
}
.icon_image a {
    background: url(images/icons/image.png) no-repeat 0 0;
}
.icon_archive a {
    background: url(images/icons/archive.png) no-repeat 0 0;
}

.extra_photos {
    padding:0;
    margin:0 0 10px 0;
}
.extra_photos .short-title {
    margin-bottom:15px;
    border-bottom:2px solid #EEB000;
}
.extra_photos .short-title h3 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: var(--blue-color);
    padding: 5px 0;
    margin: 10px 0 0 0;
}
.extra_photos [class*="col-"] {
    padding:0 10px;
}
.extra_photos img {
    margin-bottom:20px;
}

footer {
    background-color: var(--blue-color);
    color: #fff;
    height: 44px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}
footer a:link,
footer a:active,
footer a:visited {
    color: #FFF;
}
footer a:hover {
    color: #e1f7ff;
}
footer .madeby {
    text-align: right;
}
@media only screen and (max-width:1199px) {
    footer {
        height: auto;
    }
    footer .copyright,
    footer .madeby {
        text-align: center;
        margin: 10px auto;
    }
}

.maintenance_mode_wrapper {
    padding: 300px 0 0 0;
}
.maintenance_mode {
    width: 600px;
    margin: 0 auto;
    padding: 30px;
}
.maintenance_text {
    text-align: center;
    font-size: 24px;
    font-weight:700;
    color:var(--blue-color);
    line-height: 1.5em;
}
.maintenance_logo {
    margin:0 auto 30px auto;
    text-align:center;
}


.reCAPTCHA_tos {
	margin-top: 15px;
	padding: 0;
	font-size:11px !important;
	line-height: initial;
}
.grecaptcha-badge {
	z-index:5050;
	visibility: hidden;
	opacity: 0;
	transition: linear opacity 1s;
}

.grecaptcha-badge.show {
	visibility: visible;
	opacity: 1;
	transition: linear opacity 1s;
}

.g-recaptcha > div {
	margin:0 auto;
}

.grecaptcha-badge {
	z-index:1000;
}
