@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
    font-family: 'GothamMedium';
}

html, body {
	height: 100%;
}

ol, ul {
	list-style: none;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none !important;
}

a,
button{
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

.form-control:focus,
.form-control:active {
    box-shadow: none;
    outline: none;
}

.container {
	position: relative;
}

.aligner {
    align-items: center;
    justify-content: center;
}





/*############################# HEADER #############################*/

#header {
    padding: 18px 0;
    border-bottom: 7px solid #009ee1;
    background: #FFF;
}

#header .navbar {
    padding: 0;
}

#header .navbar-toggler {
    position: absolute;
    right: 0;
    top: -38px;
    width: 32px;
    outline: none;
    padding: 0;
}

#header .navbar-toggler span {
    position: relative;
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    margin-bottom: 6px;
}

#main-menu {
    font-size: 15px;
}

#main-menu li {
    padding: 0 22px;
}

#main-menu li:last-child {
    padding-right: 0;
}

#main-menu a {
    color: #010101;
}





/*############################# CONTENT #############################*/

.section {
    position: relative;
    clear: both;
}

.section h2 {
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    padding: 17px 0;
}

.section h2.bg1 {
    background: #00183a;
    color: #FFF;
}

.section h2.bg2 {
    background: #52fff1;
    color: #00183a;
}

.section p.large {
    font-family: 'GothamBook';
    font-size: 20px;
    color: #424242;
    text-transform: uppercase;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

#main-slider .owl-item .owl-lazy {
    max-height: none;
    background-size: cover;
    background-position: center;
    height: 690px;
    display: flex;
}

#main-slider h4 {
    font-family: 'GothamBook';
    font-size: 30px;
    color: #FFF;
    text-transform: uppercase;
    background: rgba(0,0,0,0.6);
    padding: 25px 0;
    width: 610px;
    max-width: 90%;
    text-align: center;
}

.main-banner img {
    width: 100%;
}

.large-message {
    background: #00183a;
    padding: 70px 0;
    text-align: center;
}

.large-message p {
    width: 50.4%;
    margin: 0 auto;
    font-family: 'GothamBook';
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    color: #52fff1;
}

.irregular-boxes {
    padding: 40px 0;
}

.irregular-boxes .box {
    border: 2px solid #cecece;
    text-align: center;
    padding: 30px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.irregular-boxes .box img {
    display: flex;
    align-self: center;
}

.irregular-boxes .box p {
    color: #454545;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    padding-top: 20px;
}

.info .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
}

.info figure {
    margin-bottom: 0;
}

.info p {
    font-size: 20px;
    line-height: 24px;
    color: #424242;
    font-family: 'GothamBook';
    padding: 0 30px 20px 0;
}

.info .contact p a {
    color: #424242;
}

.info .contact p a:hover {
    color: #009fe2;
}

.info .text {
    display: flex;
    flex-direction: column;
    flex-basis: 62%;
}

.products .box {
    background: #00379c;
    border-radius: 15px;
    margin-bottom: 20px;
}

.products .box header {
    text-align: center;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.products .box h4 {
    font-size: 23px;
    line-height: 25px;
    color: #52fff1;
    text-transform: uppercase;
    font-family: 'Gotham';
}

.products .box ul {
    padding: 22px 30px 25px;
}

.products .box li {
    font-family: 'Gotham';
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
}

.products .box li span {
    color: #52fff1;
}

.products .box video {
    width: 100%;
}

.center-logo {
    display: block;
    margin: 30px auto 50px;
}

.products.full .box {
    background: #002f6a;
}

.products.full .box h4 {
    text-transform: capitalize;
}

.products.full .box p {
    font-family: 'GothamBook';
    font-size: 16px;
    color: #FFF;
    padding: 7px 0 0 0;
}

.section .contact {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section .contact h5 {
    font-family: 'Gotham';
    font-size: 20px;
    color: #00183a;
}

.section .contact h5 span {
    color: #009fe2;
}

.location .left-col {
    float: left;
    width: 50%;
    height: 570px;
    background: url('../img/location-img1.jpg') center no-repeat;
    background-size: cover;
}

.location .map,
.location .map iframe {
    float: left;
    width: 50%;
    height: 570px;
}

.location .map iframe {
    border: none;
    width: 100%;
    height: 100%;
}

#contact-form input,
#contact-form textarea {
    border: 1px solid #b5b5b5;
    color: #424242;
    font-size: 20px;
    font-family: 'GothamBook';
    padding: 8px 15px;
    border-radius: 0;
    margin-bottom: 10px;
}

#contact-form ::placeholder {
    opacity: 1;
    color: #424242;
}

#contact-form textarea {
    height: 160px;
    resize: none;
}

#contact-form button {
    height: 48px;
    line-height: 41px;
    padding: 0 50px;
    font-family: 'Gotham';
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    background: #009fe2;
    border: none;
    border: 2px solid #009fe2;
    cursor: pointer;
    margin: 15px auto 0;
    display: table;
}

#contact-form button:hover {
    background: #FFF;
    color: #009fe2;
}

.messagebox {
	position: absolute;
	width: 95%;
	left: 15px;
	bottom: -27px;
	font-size: 13px;
	text-align: left;
	color: #000;
}

.messageboxok {
	color: #1d82b5;
}

.messageboxerror {
	color: #1d82b5;
}




/*############################# FOOTER #############################*/


#footer {
    position: relative;
    clear: both;
}

#footer .top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: rgba(0,24,58,0.7);
    padding: 15px 0;
    display: flex;
    justify-content: center;
}

#footer .top-bar .button {
    margin: 0 auto;
    font-size: 25px;
    color: #FFF;
    font-size: 25px;
    text-align: center;
    background: rgba(82,255,241,0.25);
    border-radius: 10px;
    padding: 12px 80px;
}

#footer .middle {
    position: relative;
    background: url('../img/footer-bg.jpg') center top no-repeat no-repeat;
    background-size: cover;
    padding-top: 95px;
}

#footer .middle.contact {
    padding-top: 0;
}

#footer .text {
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    padding: 200px 0;
}

#footer .text h3 {
    font-family: 'Gotham';
    font-size: 23px;
}

#footer .text p {
    padding-top: 20px;
    font-size: 23px;
    line-height: 28px;
}

#footer .bottom-bar {
    padding: 6px 0;
}

#footer .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .logo {
    max-height: 41px;
}