* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #555969;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 4.444rem;
    line-height: 1em;
    margin-top: 1.15rem;
    margin-bottom: 0.45rem;
    font-weight: 800;
}

h2 {
    font-size: 3.333rem;
    line-height: 0.98em;
    margin-top: 0.9rem;
    margin-bottom: 0.55rem;
    font-weight: 600;
}

h3 {
    font-size: 2.222rem;
    line-height: 1em;
    margin-top: 1.17rem;
    margin-bottom: 0.65rem;
    font-weight: 600;
}

h4 {
    font-size: 1.333rem;
    line-height: 1em;
    margin-top: 1.17rem;
    margin-bottom: 0.65rem;
    font-weight: 600;
}

h5 {
    font-size: 1.111rem;
    line-height: 1em;
    margin-top: 1.17rem;
    margin-bottom: 0.65rem;
    font-weight: 600;
}

h6 {
    font-size: 1rem;
    line-height: 1em;
    margin-top: 1.17rem;
    margin-bottom: 0.65rem;
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Muli', sans-serif;
    color: #00235a;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #ff5e14;
}


a {
    color: #00235a;
    font-weight: 400;
    font-size: 1rem;
}

a:hover, a:visited, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: #00235a;
}

p {
    font-size: 1rem;
    font-weight: 400;
    color: #555969;
}

ul,
ol {
    padding: 0 0 0 15px;
}

ul li,
ol li {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
}

.list-style ul {
    padding: 0;
}

.list-style ul li {
    list-style-type: none;
}

.list-style ul li:before {
    content: '\f058';
    font-family: "Font Awesome\ 5 Free";
    display: inline-block;
    width: 20px;
    font-size: 15px;
    color: #555969;
}

ul.nav li.nav-item:before {
    content: none;
}

.list-arrow li {
    position: relative;
    padding-left: 15px;
}

.list-arrow li:before {
    content: '\e5cc';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    position: absolute;
    left: 0;
}

span {
    font-size: 1rem;
    font-weight: 400;
}

span.subtitle {
    font-size: 0.667rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #555969;
}

span.element-title {
    font-family: 'Muli', sans-serif;
    color: #00235a;
    font-size: 25px;
}

.body-animation {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 60;
    background: #fff;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
}

.body-animation.fade-out {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


input,
input:focus,
input:active {
    border: none;
    outline: none;
}

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

button,
button:active,
button:focus {
    border: none;
    outline: none;
}

.atom-btn {
    position: relative;
    line-height: 20px;
    padding: 15px 50px;
    margin: 15px 15px 0 0;
    color: #FFF;
    font-size: 0.889rem;
    letter-spacing: 0.3px;
    display: inline-block;
    background: #ff5e14;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atom-btn:visited,
.atom-btn:active,
.atom-btn:focus {
    color: #FFF;
}

.atom-btn:hover {
    color: #FFF;
}

.atom-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: #ff5e14 0 10px 20px 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.atom-btn:hover:before {
    opacity: 0.5;
}

.atom-btn.atom-btn-color {
    background: #033179;
}

.atom-btn.atom-btn-color:before {
    box-shadow: #033179 0 10px 20px 0;
}

.atom-btn.atom-btn-white {
    background: #fff;
    color: #ff5e14;
}

.atom-btn.atom-btn-white:before {
    box-shadow: #000 0 10px 20px 0;
}

span.subtitle a {
    font-size: 0.667rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #555969;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

span.subtitle a:hover {
    color: #ff5e14;
}

#backdrop {
    position: fixed;
    z-index: 91;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
}

#backdrop.backdrop-show {
    opacity: .4;
    pointer-events: all;
}

.alignnone {
    float: none;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}


img.alignnone {
    margin: 5px;
}

img.alignleft {
    margin: 5px 20px 5px 0;
}

img.alignright {
    margin: 5px 0 5px 20px;
}

blockquote {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    padding: 40px 50px 40px;
    font-size: 26px;
    line-height: 30px;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 4px solid #ff5e14;
}

blockquote p {
    font-family: 'Muli', sans-serif;
    font-size: 26px;
    color: #00235a;
    font-weight: 600;
    margin: 0;
    max-width: 80%;
}

blockquote:before {
    content: '\f10e';
    font-family: "Font Awesome\ 5 Free";
    color: #ff5e14;
    font-weight: 600;
    font-size: 70px;
    position: absolute;
    width: 95%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.image-animation {
    position: relative;
    overflow: hidden;
}

.image-backdrop {
    position: relative;
    top: 0;
    z-index: 1;
    -webkit-clip-path: inset(0 100% 0 0);
    -webkit-transition: 1s .6s cubic-bezier(.53, .38, 0, 1);
    -o-transition: 1s .6s cubic-bezier(.53, .38, 0, 1);
    transition: 1s .6s cubic-bezier(.53, .38, 0, 1);
}

.image-animation:before {
    content: '';
    margin: 0 auto;
    width: 99.9%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #002456;
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    -webkit-transition: 1s .3s cubic-bezier(.53, .38, 0, 1);
    -o-transition: 1s .3s cubic-bezier(.53, .38, 0, 1);
    transition: 1s .3s cubic-bezier(.53, .38, 0, 1);
}


.image-animation.start-animation:before,
.image-animation.start-animation .image-backdrop {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}

.gallery.gallery-columns-5 .gallery-icon img {
    height: 230px;
}

.gallery.gallery-columns-4 .gallery-icon img {
    height: 300px;
}

.gallery.gallery-columns-3 .gallery-icon img {
    height: 400px;
}

.col-single .footer-content-data-wrapper {
    justify-content: center;
}

/* Preview Mode ****************************************/

.preview-mode {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}

.preview-mode-message {
    position: absolute;
    top: 20%;
}

.preview-mode-message button {
    padding: 0 0 0 20px;
}

.preview-mode-message span {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

/* Section Styles ****************************************/
.section-spacing {
    margin: 0 0 60px;
}

.section-dark {
    position: relative;
    background: #00235a;
}

.section-dark:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 11, 11, 0.7);
    pointer-events: none;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.side-panel-inner.section-dark:before {
    z-index: 0;
}

.side-panel-inner {
    padding: 85px 60px 60px;
    height: 100%;
}

.request-offer-panel-wrapper .side-panel-inner {
    padding: 110px 60px;
}

.carousel-index-section.section-dark,
.footer-section.section-dark,
.footer-content-style-two.section-dark {
    z-index: 0;
}

.section-dark span,
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6,
.section-dark p {
    color: #FFF;
}

.section-color {
    background: #ff5e14;
}

.section-color span,
.section-color h1,
.section-color h2,
.section-color h3,
.section-color h4,
.section-color h5,
.section-color h6,
.section-color p {
    color: #FFF;
}

/* Background Titles ****************************************/
.section-title-wrapper {
    position: relative;
}

.section-title-wrapper-mobile {
    padding: 0 15px;
}

.section-title h1 {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.section-background-title {
    position: absolute;
    top: -20px;
    left: -70px;
    z-index: 0;
}

span.background-title {
    font-family: 'Muli', sans-serif;
    font-size: 180px;
    font-weight: 700;
    color: #e8e8e8;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e8e8e8;
    text-transform: uppercase;
    pointer-events: none;
}

.section-dark .section-title h1 {
    color: #FFF;
}

.section-dark span.background-title {
    opacity: 0.1;
}

/* BACK TO TOP *****************************************/
.back-top-wrapper {
    opacity: 0;
    bottom: 70px;
    right: 0;
    z-index: 9;
    position: fixed;
    visibility: hidden;
    width: 60px;
    height: 65px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.back-top-wrapper .back-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #FFF;
    background: #00235a;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.back-top:hover {
    opacity: 1;
    color: #FFF;
    background: #ff5e14;
}

.back-top-wrapper.back-top-fade {
    opacity: .5;
}

.back-top-wrapper.back-top-visible {
    visibility: visible;
    opacity: 1;
}

.back-top-wrapper.back-top-visible, .back-top-wrapper.back-top-fade {
    -webkit-transition: opacity .4s 0s, visibility 0s 0s;
    -moz-transition: opacity .4s 0s, visibility 0s 0s;
    -ms-transition: opacity .4s 0s, visibility 0s 0s;
    -o-transition: opacity .4s 0s, visibility 0s 0s;
    transition: opacity .4s 0s, visibility 0s 0s;
}

/* CONTACT FORM  ************************************************/
.contact-form {
    position: relative;
}

.contact-form span.wpcf7-not-valid-tip {
    color: #ec1611;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    width: auto;
    right: 0;
    top: 25px;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    border: none;
    padding: 0;
    margin: 0 0 0 0px;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 170px;
}

.contact-form .wpcf7-response-output {
    width: 100%;
    margin: 10px auto !important;
    font-weight: 400;
    font-size: 14px;
}

.contact-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #ec1611;
}

.contact-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #2dbf08;
}

.contact-form input,
.contact-form textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #9fa6af;
    background-color: #fdfdfd;
    outline: none;
    resize: none;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 17px;
    padding: 12px 20px;
    font-size: 16px;
    color: #2b2b2b;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-bottom: 1px solid #ff5e14;
}

.contact-form input.wpcf7-not-valid::placeholder,
.contact-form input.wpcf7-not-valid {
    border-color: #ec1611;
}

.contact-form input {
    height: 50px;
}

.contact-form textarea {
    height: 95px;
}


.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    color: #000;
}

.contact-form input::placeholder, .contact-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

.contact-form input::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

.request-offer-content .contact-form input[type="text"],
.request-offer-content .contact-form input[type="email"],
.request-offer-content .contact-form textarea {
    color: #fff;
}

.request-offer-content .contact-form input,
.request-offer-content .contact-form textarea {
    background-color: transparent;
    color: #FFF;
}

.request-offer-content .wpcf7 form.failed .wpcf7-response-output,
.request-offer-content .wpcf7 form.aborted .wpcf7-response-output,
.request-offer-content .wpcf7 form.invalid .wpcf7-response-output,
.request-offer-content .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #9fa6af;
}

.contact-form .form_field {
    margin: 15px 0;
}

.contact-form span.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.contact-form input.wpcf7-not-valid::placeholder,
.contact-form input.wpcf7-not-valid {
    border-color: #ec1611;
}

.contact-form .recaptcha-branding {
    margin-bottom: 25px;
    font-size: 14px;
}

.atm-placeholder {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
}

.atm-placeholder .atm-required {
    font-size: inherit;
    color: #ff5e14;
}


.grecaptcha-badge {
    visibility: hidden;
}


/* QUICK CONTACT MOBILE ****************************************/
.quick-contact-mobile {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 90;
    display: none;
}

.quick-contact-btn {
    display: none;
}

.quick-contact-main-btn a.quick-btn-trigger {
    font-size: 30px;
    background: #00235a;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 9;
    width: 60px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.quick-contact-main-btn a.quick-btn-trigger.quick-btn-trigger-active {
    background-position: 100% 0;
}

.quick-contact-btn a.quick-btn {
    background: #00235a;
    font-size: 25px;
    color: #fff;
    padding: 10px 14px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 9;
}

.quick-contact-main-btn a.quick-btn-trigger span,
.quick-contact-btn a.quick-btn span {
    position: absolute;
    opacity: 1;
    pointer-events: none;
    padding: 0 10px;
    color: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.quick-contact-btn a.quick-btn:hover span,
.quick-contact-main-btn a.quick-btn-trigger.quick-btn-trigger-active span,
.quick-contact-btn a.quick-btn span {
    opacity: 1;
    pointer-events: none;
    right: 70px;
}

.quick-contact-main-btn a.quick-btn-trigger i.fa-times {
    font-weight: 600;
    display: none;
}

.quick-contact-main-btn a.quick-btn-trigger img {
    width: 37px;
}

/* QUICK MENU MOBILE ****************************************/
.quick-menu-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.quick-menu-mobile-btn {
    display: none;
}

.quick-menu-main-btn a.quick-menu-btn-trigger {
    font-size: 30px;
    background: #00235a;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 9;
    width: 63px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.quick-menu-main-btn a.quick-menu-btn-trigger.quick-menu-btn-trigger-active {
    background-position: 100% 0;
}

.quick-menu-btn img {
    width: 35px;
}

.quick-menu-mobile-btn a.quick-menu-btn {
    background: #00235a;
    font-size: 25px;
    color: #fff;
    padding: 10px 14px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 9;
}


.quick-menu-main-btn a.quick-menu-btn-trigger span,
.quick-menu-mobile-btn a.quick-menu-btn span {
    position: absolute;
    opacity: 1;
    pointer-events: none;
    padding: 0 10px;
    color: #fff;
    font-weight: 300;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 2;
}

.quick-menu-mobile-btn a.quick-menu-btn:hover span,
.quick-menu-main-btn a.quick-menu-btn-trigger.quick-menu-btn-trigger-active span,
.quick-menu-mobile-btn a.quick-menu-btn span {
    opacity: 1;
    pointer-events: none;
    left: 70px;
}

.quick-menu-main-btn a.quick-menu-btn-trigger i.fa-times {
    font-weight: 600;
    display: none;
}

.quick-menu-btn-trigger img {
    width: 40px;
}

/* GDPR  ************************************************/
.gdpr-box {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 190;
    width: 100%;
    padding: 0;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.08);
}

.gdpr-contain {
    background: #00235a;
    text-align: center;
    padding: 5px 5%;
}

.gdpr-message {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.gdpr-message a {
    color: #FFF !important;
}

.gdpr-message a:hover {
    color: #fff;
    text-decoration: underline;
}

.gdpr-message, .gdpr-contain-btn {
    padding: 0 20px;
    display: inline-block;
}

.gdpr-contain-btn a.gdpr-accept {
    font-size: 0.689rem;
    padding: 0 20px;
    color: #00235a;
    background: #fff;
    margin: 0;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.gdpr-contain-btn a.gdpr-accept:hover {
    background: rgba(11, 11, 11, 0.3);
    color: #FFF;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/* ANIMATION DELAY ****************************************/
.delay-1 {
    animation-delay: 0.1s;
}

.delay-2 {
    animation-delay: 0.2s;
}

.delay-3 {
    animation-delay: 0.3s;
}

.delay-4 {
    animation-delay: 0.4s;
}

.delay-5 {
    animation-delay: 0.5s;
}

.delay-6 {
    animation-delay: 0.6s;
}

.delay-7 {
    animation-delay: 0.7s;
}

.delay-8 {
    animation-delay: 0.8s;
}

.delay-9 {
    animation-delay: 0.9s;
}

.delay-10 {
    animation-delay: 1s;
}

.delay-11 {
    animation-delay: 1.1s;
}

.delay-12 {
    animation-delay: 1.2s;
}