/**
* Template Name: Flexor - v2.2.0
* Template URL: https://bootstrapmade.com/flexor-free-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

a {
    color: #ea5b0c;
    text-decoration: underline;
}

a:hover {
    color: #cbd7c7;
    text-decoration: none;
}

a:visited {
    color: #d3b22b;
    text-decoration: none;
}

.dp-center-text {
    text-align: center !important;
}

.dp-left-text {
    text-align: left !important;
}

.container {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
}

body {
    background-color: #fffef3;
}


/* body {
    height: 100%;
}

html {
    height: 100%;
} */


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    right: 16px;
    bottom: 80px;
    background: #cbd7c7;
    color: #fffef3;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
}

.back-to-top:hover {
    color: #cbd7c7;
    background: #fffef3;
    transition: background 0.2s ease-in-out;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: #cbd7c7;
    padding: 12px 22vw 0 22vw;
    height: 36px;
}

#topbar h5 {
    font-size: 12px;
    font-family: "Orbitron", sans-serif;
    font-weight: bold;
    color: #243549;
    margin: 0;
}

.dp-topbar-text {
    text-align: center !important;
    text-transform: uppercase;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 72px;
    width: 100%;
    padding: 12px 22vw 0 22vw;
    transition: all 0.5s;
    background: #243549;
    /*     box-shadow: 0px 10px 10px 0px #888; */
}

#header .logo img {
    margin: 0;
    height: 48px;
    padding: 0 0 0 0;
    width: auto;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.nav-menu,
.nav-menu * {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    border-radius: 8px;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.nav-menu a {
    height: 48px;
    display: block;
    color: #243549;
    background: #cbd7c7;
    padding: 12px 16px 0px 16px;
    transition: 0.3s;
    font-size: 16px;
    font-family: "Dosis", sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #243549;
    background-color: #cbd7c7;
    text-decoration: none;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    right: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 8px 8px 4px 8px;
    background: #cbd7c7;
    transition: ease all 0.3s;
    border-radius: 8px;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 128px;
}

.nav-menu .drop-down ul a {
    padding: 0px 16px 0px 16px;
    font-size: 16px;
    font-weight: 700;
    color: #243549;
    text-transform: uppercase;
    background-color: #fffef3;
    text-align: right;
    margin-bottom: 8px;
    height: 24px;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #fffef3;
    background-color: #ea5b0c;
}


/*.nav-menu .drop-down > a:after {
content: "\ea99";
font-family: IcoFont;
padding-left: 5px;
}*/

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 16px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
}


/* Mobile Navigation */

.mobile-nav-toggle {
    position: fixed;
    right: 16px;
    top: 24px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #cbd7c7;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 9999;
    overflow-y: auto;
    background: #cbd7c7;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 8px;
    padding: 8px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #243549;
    padding: 8px 16px;
    font-weight: 700;
    outline: none;
    text-decoration: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #243549;
    background-color: #fffef3;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 16px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down>a {
    padding-right: 36px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(43, 37, 35, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    height: 80vh;
    background: url("../img/Ship1.jpg") top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 0 22vw 0 22vw;
}

.push {
    height: 1vh;
}

#hero .container {
    z-index: 2;
    text-align: center;
}

#hero h1 {
    margin: 0px;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 56px;
    color: #fffef3;
    text-transform: uppercase;
    padding: 32px 0px 0px 0px;
    font-family: "Orbitron", sans-serif;
}

#hero h2 {
    color: #fffef3;
    margin: 0px;
    font-size: 24px;
    text-transform: uppercase;
    padding: 8px 0px 16px 0px;
    line-height: 27px;
    font-family: "Orbitron", sans-serif;
}


/* @media (max-width: 1023px) {
    #hero {
        margin-bottom: -75vh;
    }
}
*/


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 40px 0px;
    overflow: hidden;
}

section h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Orbitron", sans-serif;
    color: #243549;
    font-weight: 700;
    line-height: 20px;
}

section h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Orbitron", sans-serif;
    color: #243549;
    font-weight: 700;
    line-height: 20px;
}

section .dp-light-text {
    color: #fffef3;
}

section h4 {
    font-size: 16px;
    font-family: "Dosis", sans-serif;
    color: #243549;
    line-height: 18px;
    font-weight: 700;
}

section p {
    font-size: 16px;
    font-family: "Dosis", sans-serif;
    color: #243549;
    font-weight: 250;
    line-height: 17px;
}

section li {
    font-size: 16px;
    font-family: "Dosis", sans-serif;
    color: #243549;
    font-weight: 250;
    line-height: 17px;
    margin-left: 8px;
}

section ul {
    font-size: 16px;
    font-family: "Dosis", sans-serif;
    color: #243549;
    font-weight: 250;
    line-height: 17px;
}

.section-page-bottom {
    padding: 10px 0px 0px 0px;
    overflow: hidden;
}

.section-page-top {
    padding: 0px 0px 10px 0px;
    overflow: hidden;
}

.section-bg {
    background-color: #7ecad2;
}

.section-bg-light-dark {
    background-color: #005d77;
}

.section-bg-dark {
    background-color: #243549;
}

.section-title {
    text-align: center;
    padding-bottom: 16px;
}

.section-title p {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.why-us {
    padding: 64px 0 32px 0;
    position: relative;
    z-index: 3;
}

.why-us .content {
    background: #ea5b0c;
    border-radius: 8px;
}

.why-us .content h3 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #fffef3;
    text-align: left;
    line-height: 19px;
    padding: 32px 32px 16px 32px;
}

.why-us .content p {
    font-weight: 500;
    padding: 0px 32px 32px 32px;
    color: #fffef3;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
}

.why-us .content p a {
    font-weight: 500;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    color: #fffef3;
}


/*.why-us .content .more-btn {
display: inline-block;
background: rgba(255, 255, 255, 0.2);
padding: 6px 30px 8px 30px;
color: #fffef3;
border-radius: 50px;
transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
font-size: 14px;
}

.why-us .content .more-btn:hover {
color: #ea5b0c;
background: #fffef3;
}*/

.why-us .icon-boxes .icon-box {
    text-align: center;
    border-radius: 8px;
    background: #fffef3;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    /*padding: 40px 30px;*/
    width: 100%;
}


/*.why-us .icon-boxes .icon-box i {
color: #ea5b0c;
margin-bottom: 30px;
}*/

.why-us .icon-boxes .icon-box h3 {
    font-size: 16px;
    font-weight: 700;
    /*margin: 0 0 30px 0;*/
    color: #243549;
    text-transform: uppercase;
    text-align: left;
    padding: 16px 16px 16px 16px;
    line-height: 19px;
}

.why-us .icon-boxes .icon-box p {
    color: #243549;
    text-align: left;
    padding: 0px 16px 16px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}


/*--------------------------------------------------------------
# What-is-dockplan
--------------------------------------------------------------*/

.what-is-dockplan h3 {
    text-align: left;
}

.what-is-dockplan h4 {
    text-align: left;
}

.what-is-dockplan {
    padding: 32px 22vw 0 22vw;
}


/*--------------------------------------------------------------
# Color box
--------------------------------------------------------------*/

.color-box .icon-box {
    height: 32px;
    width: 64px;
    background: #d3b22b;
    border-radius: 10px 10px 0px 0px;
    /*margin-bottom: -60px;*/
}

.color-box .icon-box-neg {
    height: 32px;
    width: 64px;
    background: #d3b22b;
    border-radius: 0px 0px 10px 10px;
    /*margin-top: -60px;*/
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features {
    padding: 16px 22vw 0 22vw;
}

.features .icon-box {
    padding: 16px 16px;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
    text-align: center;
    height: 166px;
    position: relative;
    background: #fffef3;
    border-radius: 10px;
}

.features .description {
    font-weight: 500;
}

.features .icon-box-inv {
    padding: 16px 16px;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
    text-align: center;
    height: 200px;
    position: relative;
    background-color: #7ecad2;
    border-radius: 10px;
}

.features .dp-no-padding {
    padding: 0px 0px 0px 0px;
}

.features p {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 134px;
}


/*--------------------------------------------------------------
# References
--------------------------------------------------------------*/

.references {
    padding: 16px 22vw 0 22vw;
}

.references .icon-box {
    padding: 20px 20px;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
    text-align: center;
    align-items: center;
    /*     height: 100px; */
    position: relative;
    background: #fffef3;
    border-radius: 8px;
}

.references .dp-no-padding {
    padding: 0px 0px 0px 0px;
}

.references h3 {
    color: #fffef3;
    text-transform: uppercase;
}

.references .description {
    line-height: 24px;
    font-size: 14px;
}

.references .reference-text p {
    text-align: center;
    color: #fffef3;
    padding-top: 8px;
}

.references .subtext {
    text-align: center;
    color: #fffef3;
}

.references>.container>.container>img {
    margin-bottom: 8px;
}


/*--------------------------------------------------------------
# Important news light
--------------------------------------------------------------*/

.important-news {
    padding: 16px 22vw 0 22vw;
}

.important-news h3 {
    text-align: left;
}

.important-news h4 {
    text-align: left;
}

.important-news-light h3 {
    text-align: left;
}

.important-news-light h4 {
    text-align: left;
    color: #005d77;
}

.important-news-light ul {
    text-align: left;
    color: #005d77;
}

.important-news-dark h3 {
    text-align: left;
    color: #fffef3;
}

.important-news-dark h4 {
    text-align: left;
    color: #cbd7c7;
}

.important-news-dark h6 {
    text-align: center;
    color: #fffef3;
    font-size: 14pt;
    font-family: "Dosis", sans-serif;
    line-height: 17pt;
    font-weight: 700;
    padding-top: 32px;
    padding-bottom: 16px;
}

.important-news-dark h7 {
    text-align: left;
    color: #fffef3;
    font-size: 14pt;
    font-family: "Dosis", sans-serif;
    line-height: 17pt;
    font-weight: 700;
    padding-top: 32px;
    padding-bottom: 16px;
}

.important-news-dark p {
    color: #fffef3;
}


/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

.news {
    padding: 16px 22vw 0 22vw;
}

.news .icon-box {
    margin-top: 0px;
    background-color: #659fa5;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 32px;
}

.news .icon-box p {
    color: #fffef3;
    text-align: center;
}

.news .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    border: 2px solid #cbd7c7;
    border-radius: 100px;
    transition: 0.5s;
    background: #cbd7c7;
}

.news .icon i {
    color: #ea5b0c;
    font-size: 64px;
}

.news ul {
    color: #fffef3;
}


/*.news .icon-box:hover .icon {
background: #ea5b0c;
border-color: #ea5b0c;
}

.news .icon-box:hover .icon i {
color: #cbd7c7;
}*/


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
    padding: 16px 22vw 0 22vw;
}

.contact img {
    padding: 0px 0 16px 0;
}

.contact h3 {
    text-align: left;
}

.contact .php-email-form h4 {
    color: #fffef3;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Dosis", sans-serif;
    padding-top: 8px;
    margin-bottom: 0px;
}

.contact .php-email-form p {
    font-size: 18px;
    font-family: "Dosis", sans-serif;
    color: #fffef3;
    text-align: center;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px;
    margin-bottom: 16px;
    background-color: #659fa5;
    border-radius: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: #d3b22b;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #243549;
    background: #d3b22b;
    text-align: left;
    padding: 15px;
    font-weight: 600;
    border-radius: 8px;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fffef3;
    background: #cbd7c7;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #659fa5;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #cbd7c7;
    border-top-color: #fffef3;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 8px;
    box-shadow: none;
    font-size: 14px;
    font-family: "Dosis", sans-serif;
    /*text-transform: uppercase;*/
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
    background-color: #ea5b0c;
}

.contact .php-email-form input {
    padding: 20px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: #ea5b0c;
    border: 0;
    padding: 8px 16px;
    color: #fffef3;
    transition: 0.4s;
    border-radius: 8px;
    text-transform: uppercase;
    font-family: "Dosis", sans-serif;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #ea5b0c;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/


/*.team .member {
margin-bottom: 20px;
overflow: hidden;
text-align: center;
border-radius: 5px;
background: #fff;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
position: relative;
overflow: hidden;
}

.team .member .social {
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 40px;
opacity: 0;
transition: ease-in-out 0.3s;
text-align: center;
background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
transition: color 0.3s;
color: #473d3a;
margin: 0 10px;
padding-top: 8px;
display: inline-block;
}

.team .member .social a:hover {
color: #ff5821;
}

.team .member .social i {
font-size: 18px;
margin: 0 2px;
}

.team .member .member-info {
padding: 25px 15px;
}

.team .member .member-info h4 {
font-weight: 700;
margin-bottom: 5px;
font-size: 18px;
color: #473d3a;
}

.team .member .member-info span {
display: block;
font-size: 13px;
font-weight: 400;
color: #989595;
}

.team .member .member-info p {
font-style: italic;
font-size: 14px;
line-height: 26px;
color: #656262;
}

.team .member:hover .social {
opacity: 1;
}
*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    color: #243549;
    font-size: 9px;
    background: #cbd7c7;
    font-family: "Orbitron", sans-serif;
    font-weight: 700;
    height: 64px;
    z-index: 3;
    padding: 12px 22vw 0px 22vw;
    bottom: 0;
    width: 100%;
}

.footer-fp {
    position: absolute;
}

#footer .container {
    text-align: right;
    justify-content: flex-end;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

@media (max-width: 1920px) {
    #hero {
        height: 84vh;
    }
    #hero h1 {
        padding-top: 128px;
    }
}

@media (max-width: 1600px) {
    #hero {
        height: 82vh;
    }
    #hero h1 {
        padding-top: 96px;
    }
}

@media (max-width: 1440px) {
    #hero {
        height: 81vh;
    }
}

@media (max-width: 1366px) {
    #hero {
        height: 78vh;
    }
    #hero h1 {
        padding-top: 32px;
    }
}

@media (max-width: 1280px) {
    #hero {
        height: 79vh;
    }
}

@media (max-width: 1024px) {
    #hero {
        height: 100%;
    }
    .footer-fp {
        position: relative;
    }
}

@media (max-width: 768px) {
    #hero {
        padding: 0 10vw 0 10vw;
        height: 100%;
    }
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: -5vh;
    }
    #footer .container {
        font-size: 8px;
    }
    #footer {
        padding: 12px 4vw 0 4vw;
    }
    .footer-fp {
        position: relative;
    }
    #header {
        padding: 12px 4vw 0 4vw;
    }
    .what-is-dockplan {
        padding: 12px 10vw 0 10vw;
    }
    .references,
    .features {
        padding: 12px 22vw 0 22vw;
    }
    .contact {
        padding: 16px 10vw 0 10vw;
    }
    .important-news {
        padding: 16px 10vw 0 10vw;
    }
    .news {
        padding: 16px 10vw 0 10vw;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 100vh;
    }
}