body::-webkit-scrollbar {
    display: none;
}
body, html {
    width: 100vw;
    max-height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* display: flex; */
    /* justify-content: space-around; */
    line-height: 1.15;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    /*     color: #212529; */
    text-align: center;
    /* background-color: #fff; */
}

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }

*, *::before, *::after {
    box-sizing: border-box;
}

#contact{
    display: none;
    position: fixed; /* Stay in place, #cookies */
    z-index: 10; 
    align-self: center;
    width: 50vw;
}

@media (max-width: 576px) {
    #contact {
        width: 90vw;
    }
}


#cookies {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    flex-direction: column;
    background: #fff;
    padding: 1.5rem;
}
/* .open {
   display: flex;
   flex-direction: column;
} */
.cookiesheader,
.cookiesfooter {
    height: 50px;
}
.cookiescontent {
    height: 100%;
    overflow-y: auto;
}


/* The Close Button */
.close, .closeCookies {
    color: #aaa;
    position: absolute;
    top:20px;
    right:15px;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover, .closeCookies:hover,
  .close:focus, .closeCookies:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }



article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 2.5rem;
    /* color: #484a46; */
    font: 700 2.25rem/3rem "Montserrat", sans-serif;
}

h2, .h2 {
    font-size: 2rem;
    color: #484a46;
    font: 700 1.75rem/2.125rem "Montserrat", sans-serif;
}

h3, .h3 {
    font-size: 1.75rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #2473ea;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

img, video {
    max-width: 100%;
    vertical-align: middle;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}



.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /* background-color: rgba(0, 0, 0, 0.5); */
}


@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
    /* margin-bottom: 10%; */
}
.logo {
    margin-bottom: 5%;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.form-group {
    margin-bottom: 1rem;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: center;
    padding: 0.5rem 1rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    /* background-color:rgba(255, 255, 255, 0.2); */
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: space-evenly;
    }
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

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



body, p {
    font: 400 1rem/1.5625rem "Open Sans", sans-serif;
}

.p-large {
    font: 400 1.125rem/1.625rem "Open Sans", sans-serif;
}

.p-small {
    font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
}

.p-heading {
    margin-bottom: 3.5rem;
    text-align: center;
}

.li-space-lg li {
    margin-bottom: 0.375rem;
}



a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
.address{
    color: #fff;
}

.btn-solid-lg {
    display: inline-block;
    padding: 1.375rem 2.125rem 1.375rem 2.125rem;
    border: 0.125rem solid #2473ea;
    border-radius: 0.25rem;
    /* background-color: #113448; */
    color: #fff;
    font: 700 0.75rem/0 "Montserrat", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-solid-lg:hover {
    background-color: transparent;
    color: #2473ea;
    text-decoration: none;
}

.form-group {
    position: relative;
    margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
    margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
    margin-top: 0.375rem;
}

.label-control {
    position: absolute;
    top: 0.8125rem;
    left: 1.375rem;
    color: #113448;
    opacity: 1;
    font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
    cursor: text;
    transition: all 0.2s ease;
}

.form-control-input:focus + .label-control, .form-control-input.notEmpty + .label-control, .form-control-textarea:focus + .label-control, .form-control-textarea.notEmpty + .label-control {
    top: 0.125rem;
    opacity: 1;
    font-size: 0.75rem;
    font-weight: 500;
}

.form-control-input, .form-control-select {
    display: block;
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1.3125rem;
    border: 1px solid #dadada;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #113448;
    font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
    transition: all 0.2s;
    -webkit-appearance: none;
}

.form-control-textarea {
    display: block;
    width: 100%;
    height: 8rem;
    padding-top: 1.25rem;
    padding-left: 1.3125rem;
    border: 1px solid #dadada;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #113448;
    font: 400 1rem/1.5625rem "Open Sans", sans-serif;
    transition: all 0.2s;
}

.form-control-input:focus, .form-control-select:focus, .form-control-textarea:focus {
    border: 1px solid #a1a1a1;
    outline: none;
}

.form-control-input:hover, .form-control-select:hover, .form-control-textarea:hover {
    border: 1px solid #a1a1a1;
}

.checkbox {
    font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
}

input[type="checkbox"] {
    vertical-align: -15%;
    margin-right: 0.375rem;
}

.form-control-submit-button {
    display: inline-block;
    width: 50%;
    height: 3.125rem;
    /* border: 0.125rem solid #14bf98; */
    border-radius: 0.25rem;
    background-color: #fff;
    border: 0.125rem solid #2473ea;
    color: #2473ea;
    font: 700 0.75rem/1.75rem "Montserrat", sans-serif;
    cursor: pointer;
    transition: all 0.2s;
}

.form-control-submit-button:hover {
    background-color: transparent;
    color: #14bf98;
}

#lmsgSubmit.h3.text-center.tada.animated, #cmsgSubmit.h3.text-center.tada.animated, #pmsgSubmit.h3.text-center.tada.animated, #lmsgSubmit.h3.text-center, #cmsgSubmit.h3.text-center, #pmsgSubmit.h3.text-center {
    display: block;
    margin-bottom: 0;
    color: #b93636;
    font: 400 1.125rem/1rem "Open Sans", sans-serif;
}

.help-block.with-errors .list-unstyled {
    color: #787976;
    font-size: 0.75rem;
    line-height: 1.125rem;
    text-align: left;
}

.help-block.with-errors ul {
    margin-bottom: 0;
}

.navbar-custom {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    /* background-color: #113448; */
    /* box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1); */
    font: 600 0.875rem/0.875rem "Open Sans", sans-serif;
    transition: all 0.2s;
}

.navbar-custom .navbar-brand {
    font-size: 0;
}

.navbar-custom .navbar-brand.logo-image img {
    width: 15rem;
    height: 3.5rem;
    backface-visibility: hidden;
}

.header {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url("../images/header.jpg") center center no-repeat; 
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 20, 0.5);
}

.header .header-content {
    padding-top: 2.5rem;
    /* padding-bottom: 2.125rem; */
    /* text-align: center; */
    width: 100vw;
}

.header h1 {
    margin-bottom: 0.5rem;
    color: #fff;
}

.header .p-large {
    margin-bottom: 2rem;
    color: #dfe5ec;
    /* text-shadow: 0 1px 0 black; */
}

.header .btn-solid-lg {
    margin-right: 0.5rem;
    margin-bottom: 1.25rem;
}

.form-2 {
    padding-top:6.625rem;
    padding-bottom: 5.625rem;
    background-color: rgba(0, 0, 0, 0.5);
    background-color: #fbfbfb;
}

.form-2 .text-container {
    margin-bottom: 3rem;
}

.form-2 .section-title {
    margin-bottom: 0.5rem;
}

.form-2 h2 {
    margin-bottom: 1.375rem;
}

.form-2 .list-unstyled {
    margin-bottom: 2.25rem;
    font-size: 1rem;
    line-height: 1.625rem;
}

.copyright {
    padding-top: 0.25rem;
    /* background-color: #113448; */
    text-align: center;
    height: auto;
    position: absolute;
    bottom: 0;
    width: 100vw;
}

.copyright p, .copyright a {
    color: #dfe5ec;
    text-decoration: none;
    text-align: center;
}

@media (min-width: 768px) {
    .p-heading {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }

    .navbar-custom {
        padding: 2.125rem 1.5rem 2.125rem 2rem;
        box-shadow: none;
        background: transparent;
    }

    .header .header-content {
        padding-top: 13rem;
        /* padding-bottom: 7.5rem; */
    }

    .header h1 {
        font: 700 3.5rem/4rem "Montserrat", sans-serif;
    }

    .form-2 .list-unstyled li {
        display: inline-block;
        margin-right: 1rem;
    }

    .form-2 .list-unstyled .address {
        display: block;
    }
}

@media (min-width: 992px) {
    .p-heading {
        width: 65%;
    }

    .header .header-content {
        padding-top: 14rem;
        /* padding-bottom: 15rem; */
    }

    .form-2 {
        padding-top: 5rem;
    }

    .form-2 .text-container {
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .p-heading {
        width: 55%;
    }

    .navbar-custom {
        padding-right: 5rem;
        padding-left: 5rem;
    }

    .header .header-content {
        padding-top: 5rem;
        /* padding-bottom: 20rem; */
        text-align: center;
        /* background-color: rgba(0, 0, 0, 0.5); */
    }

    .form-2 .text-container {
        margin-top: 0.875rem;
        margin-right: 1.5rem;
    }

    .form-2 form {
        margin-left: 1.5rem;
    }
}

@font-face {
    font-family: "icomoon";
    src: url("icomoon.eot?hwggar");
    src: url("icomoon.eot?hwggar#iefix") format("embedded-opentype"), url("icomoon.ttf?hwggar") format("truetype"), url("icomoon.woff?hwggar") format("woff"), url("icomoon.svg?hwggar#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap; }

[class^="icon-"], [class*=" icon-"] {
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #2473ea;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
    content: "\e908";
}

.icon-envelope:before {
    content: "\e904";
}

.icon-map-marker:before {
    content: "\e905";
}

/* .icon-phone:before, .icon-envelope:before, .icon-map-marker:before, .icon-square:before {
    color: #AA0114;
} */