@font-face {
    font-family: "Avenir-Book";
    src: url(../webfonts/Avenir-Book.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Avenir-Regular";
    src: url(../webfonts/Avenir-Regular.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Gilroy-Regular";
    src: url(../webfonts/Gilroy-Regular.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Gilroy-SemiBold";
    src: url(../webfonts/Gilroy-SemiBold.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Gilroy-Bold";
    src: url(../webfonts/Gilroy-Bold.ttf) format("truetype");
    font-display: swap;
}
*, ::after, ::before {
    box-sizing: border-box;
}
body {
    margin: 0;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.contact-form .container {
    padding: 70px 100px;
}
.contact-form .logo-wrap img {
    width: 400px;
}
.contact-form .contact-form-wrap {
    width: 100%;
    justify-content: flex-end;
    display: flex;
    margin-top: 75px;
}
.pos-page {
    width: 100%;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
}
.pos-page img {
    width: 50%;
}
.contact-form .contact-form-wrap form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    width: 80%;
}
.contact-form .contact-form-wrap form .form-group {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}
.contact-form .contact-form-wrap form .form-group.form-textarea, 
.contact-form .contact-form-wrap form .form-group.form-button {
    width: 100%;
}
.contact-form .contact-form-wrap form .form-group label {
    color: #161616;
    font-size: 16px;
    line-height: 20px;
    font-family: "Gilroy-SemiBold";
    display: block;
    margin-bottom: 5px;
}
.contact-form .contact-form-wrap form .form-group label span {
    color: #bcbbbb;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    font-family: "Gilroy-Regular";
}
.message-text {
    color: #281086;
    font-size: 25px;
    font-family: "Gilroy-SemiBold";
    margin-bottom: 5px;
    margin-top: 20px;
}
.contact-form .contact-form-wrap form .form-group input, .contact-form .contact-form-wrap form .form-group select {
    color: #929598;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    padding: 15px;
    border: 1px solid #507891;
    background-color: #eeeeee;
    font-family: "Avenir-Book";
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.contact-form .contact-form-wrap form .form-group textarea {
    color: #929598;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    padding: 15px;
    border: 1px solid #507891;
    background-color: #eeeeee;
    font-family: "Avenir-Book";
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
form button {
    background: linear-gradient(to right, #00b4db, #0083b0);
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    width: 100%;
    height: 55px;
    font-family: "Gilroy-Bold";
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.the-ocean-crew-bg {
    background-image: url(../images/the-blue-ocean-crew.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 999;
    opacity: 0.6;
}
/* .the-ocean-crew-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.3;
} */
.the-ocean-crew-header {
    text-align: center;
    padding-top: 100px;
    position: relative;
    z-index: 1001;
}
.the-ocean-crew-content {
    position: relative;
    z-index: 1001;
}
.the-ocean-crew-header a.logo img {
    width: 350px;
}
.contact-form-wrap p {
    color: #1a4f6f;
    font-size: 26px;
    line-height: 30px;
}
.the-ocean-crew-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1001;
}
.copyright p {
    color: #1a4f6f;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-family: "Gilroy-SemiBold";
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form .container {
        padding: 50px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-form .container {
        padding: 50px 20px;
    }
    .contact-form .logo-wrap img {
        width: 200px;
    }
    .contact-form .contact-form-wrap {
        margin-top: 30px;
    }
    .contact-form .contact-form-wrap form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .contact-form .contact-form-wrap form .form-group {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 15px;
    }
    .the-ocean-crew-header a.logo img {
        width: 250px;
    }
    .contact-form-wrap p {
        font-size: 22px;
        line-height: 26px;
    }
    .copyright p {
        font-size: 16px;
        line-height: 20px;
    }
}