@charset "UTF-8";
@import "vendor/materialize.min.css";
@import "vendor/font-awesome.min.css";
@import "vendor/slick-theme.css";
@import "vendor/slick.css";
@import "vendor/aos.css";
@import "vendor/simplyScroll.css";
body {
    font-family: "Inter", sans-serif;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    background-color: #fff;
    color: #696161;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Arial";
}

input,
textarea {
    font-family: "Inter", sans-serif;
}

input:focus,
textarea:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #1f3b47 !important;
}

input:focus+label,
textarea:focus+label {
    color: #1f3b47 !important;
}

.slideshow {
    visibility: hidden;
}

.slick-initialized {
    visibility: visible;
}

.bold {
    font-weight: bold;
}

.btn-primary {
    min-width: 140px;
    padding: 14px 23px 12px;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    z-index: 0;
    color: #696161;
    background-color: transparent;
    border-color: #0a8672;
    border: 2px solid #0a8672;
    height: auto;
    letter-spacing: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #0a8672;
    border-color: #0a8672;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-secondary {
    min-width: 140px;
    padding: 14px 23px 12px;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    z-index: 0;
    color: #fff;
    background-color: #1f3b47;
    border-color: #1f3b47;
    border: 2px solid #1f3b47;
    height: auto;
    letter-spacing: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: #fff;
    background-color: #274a59;
    border-color: #274a59;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.uppercase {
    text-transform: uppercase;
}

.hover-scale figure {
    overflow: hidden;
}

.hover-scale img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
}

.hover-scale:hover figure {
    overflow: hidden;
}

.hover-scale:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.slick-arrow:before {
    color: #0a8672;
}

.slick-arrow.slick-prev {
    left: -20px;
}

.slick-arrow.slick-prev:before {
    content: "";
    font-weight: 600;
    font-family: "Font Awesome 5 Pro";
}

.slick-arrow.slick-next {
    right: -20px;
}

.slick-arrow.slick-next:before {
    content: "";
    font-weight: 600;
    font-family: "Font Awesome 5 Pro";
}

figure.relative {
    position: relative;
}

figure {
    margin: 0;
}

a {
    color: #0a8672;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    color: #06574a;
}

a:hover .fa-facebook-f {
    color: #3b5998;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

a:hover .fa-instagram {
    background: -o-radial-gradient( 33% 100%, circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    background: radial-gradient( circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: inherit;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

a:hover .fa-pinterest {
    color: #e60023;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

a:hover .fa-linkedin-in {
    color: #0077b5;
}

a:hover .fa-search {
    color: #0a8672;
}

.row {
    margin-bottom: 0;
}

p {
    margin: 0;
}

strong {
    font-weight: bold !important;
}

.input-field>label {
    color: #0a8672;
}

span.wpcf7-list-item-label {
    color: #0a8672;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 10px !important;
}

.mt-1,
.my-1 {
    margin-top: 10px !important;
}

.mr-1,
.mx-1 {
    margin-right: 10px !important;
}

.mb-1,
.my-1 {
    margin-bottom: 10px !important;
}

.ml-1,
.mx-1 {
    margin-left: 10px !important;
}

.m-2 {
    margin: 20px !important;
}

.mt-2,
.my-2 {
    margin-top: 20px !important;
}

.mr-2,
.mx-2 {
    margin-right: 20px !important;
}

.mb-2,
.my-2 {
    margin-bottom: 20px !important;
}

.ml-2,
.mx-2 {
    margin-left: 20px !important;
}

.m-3 {
    margin: 30px !important;
}

.mt-3,
.my-3 {
    margin-top: 30px !important;
}

.mr-3,
.mx-3 {
    margin-right: 30px !important;
}

.mb-3,
.my-3 {
    margin-bottom: 30px !important;
}

.ml-3,
.mx-3 {
    margin-left: 30px !important;
}

.m-4 {
    margin: 40px !important;
}

.mt-4,
.my-4 {
    margin-top: 40px !important;
}

.mr-4,
.mx-4 {
    margin-right: 40px !important;
}

.mb-4,
.my-4 {
    margin-bottom: 40px !important;
}

.ml-4,
.mx-4 {
    margin-left: 40px !important;
}

.m-5 {
    margin: 50px !important;
}

.mt-5,
.my-5 {
    margin-top: 50px !important;
}

.mr-5,
.mx-5 {
    margin-right: 50px !important;
}

.mb-5,
.my-5 {
    margin-bottom: 50px !important;
}

.ml-5,
.mx-5 {
    margin-left: 50px !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 10px !important;
}

.pt-1,
.py-1 {
    padding-top: 10px !important;
}

.pr-1,
.px-1 {
    padding-right: 10px !important;
}

.pb-1,
.py-1 {
    padding-bottom: 10px !important;
}

.pl-1,
.px-1 {
    padding-left: 10px !important;
}

.p-2 {
    padding: 20px !important;
}

.pt-2,
.py-2 {
    padding-top: 20px !important;
}

.pr-2,
.px-2 {
    padding-right: 20px !important;
}

.pb-2,
.py-2 {
    padding-bottom: 20px !important;
}

.pl-2,
.px-2 {
    padding-left: 20px !important;
}

.p-3 {
    padding: 30px !important;
}

.pt-3,
.py-3 {
    padding-top: 30px !important;
}

.pr-3,
.px-3 {
    padding-right: 30px !important;
}

.pb-3,
.py-3 {
    padding-bottom: 30px !important;
}

.pl-3,
.px-3 {
    padding-left: 30px !important;
}

.p-4 {
    padding: 40px !important;
}

.pt-4,
.py-4 {
    padding-top: 40px !important;
}

.pr-4,
.px-4 {
    padding-right: 40px !important;
}

.pb-4,
.py-4 {
    padding-bottom: 40px !important;
}

.pl-4,
.px-4 {
    padding-left: 40px !important;
}

.p-5 {
    padding: 50px !important;
}

.pt-5,
.py-5 {
    padding-top: 50px !important;
}

.pr-5,
.px-5 {
    padding-right: 50px !important;
}

.pb-5,
.py-5 {
    padding-bottom: 50px !important;
}

.pl-5,
.px-5 {
    padding-left: 50px !important;
}

.m-n1 {
    margin: -10px !important;
}

.mt-n1,
.my-n1 {
    margin-top: -10px !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -10px !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -10px !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -10px !important;
}

.m-n2 {
    margin: -20px !important;
}

.mt-n2,
.my-n2 {
    margin-top: -20px !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -20px !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -20px !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -20px !important;
}

.m-n3 {
    margin: -30px !important;
}

.mt-n3,
.my-n3 {
    margin-top: -30px !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -30px !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -30px !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -30px !important;
}

.m-n4 {
    margin: -40px !important;
}

.mt-n4,
.my-n4 {
    margin-top: -40px !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -40px !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -40px !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -40px !important;
}

.m-n5 {
    margin: -50px !important;
}

.mt-n5,
.my-n5 {
    margin-top: -50px !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -50px !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -50px !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -50px !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (max-width: 600px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 10px !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 10px !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 10px !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 10px !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 10px !important;
    }
    .m-sm-2 {
        margin: 20px !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 20px !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 20px !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 20px !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 20px !important;
    }
    .m-sm-3 {
        margin: 30px !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 30px !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 30px !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 30px !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 30px !important;
    }
    .m-sm-4 {
        margin: 40px !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 40px !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 40px !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 40px !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 40px !important;
    }
    .m-sm-5 {
        margin: 50px !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 50px !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 50px !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 50px !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 50px !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 10px !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 10px !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 10px !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 10px !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 10px !important;
    }
    .p-sm-2 {
        padding: 20px !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 20px !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 20px !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 20px !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 20px !important;
    }
    .p-sm-3 {
        padding: 30px !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 30px !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 30px !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 30px !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 30px !important;
    }
    .p-sm-4 {
        padding: 40px !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 40px !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 40px !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 40px !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 40px !important;
    }
    .p-sm-5 {
        padding: 50px !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 50px !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 50px !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 50px !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 50px !important;
    }
    .m-sm-n1 {
        margin: -10px !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -10px !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -10px !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -10px !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -10px !important;
    }
    .m-sm-n2 {
        margin: -20px !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -20px !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -20px !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -20px !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -20px !important;
    }
    .m-sm-n3 {
        margin: -30px !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -30px !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -30px !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -30px !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -30px !important;
    }
    .m-sm-n4 {
        margin: -40px !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -40px !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -40px !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -40px !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -40px !important;
    }
    .m-sm-n5 {
        margin: -50px !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -50px !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -50px !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -50px !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -50px !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 600px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 10px !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 10px !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 10px !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 10px !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 10px !important;
    }
    .m-md-2 {
        margin: 20px !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 20px !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 20px !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 20px !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 20px !important;
    }
    .m-md-3 {
        margin: 30px !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 30px !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 30px !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 30px !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 30px !important;
    }
    .m-md-4 {
        margin: 40px !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 40px !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 40px !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 40px !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 40px !important;
    }
    .m-md-5 {
        margin: 50px !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 50px !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 50px !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 50px !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 50px !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 10px !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 10px !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 10px !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 10px !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 10px !important;
    }
    .p-md-2 {
        padding: 20px !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 20px !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 20px !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 20px !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 20px !important;
    }
    .p-md-3 {
        padding: 30px !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 30px !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 30px !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 30px !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 30px !important;
    }
    .p-md-4 {
        padding: 40px !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 40px !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 40px !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 40px !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 40px !important;
    }
    .p-md-5 {
        padding: 50px !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 50px !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 50px !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 50px !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 50px !important;
    }
    .m-md-n1 {
        margin: -10px !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -10px !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -10px !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -10px !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -10px !important;
    }
    .m-md-n2 {
        margin: -20px !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -20px !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -20px !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -20px !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -20px !important;
    }
    .m-md-n3 {
        margin: -30px !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -30px !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -30px !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -30px !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -30px !important;
    }
    .m-md-n4 {
        margin: -40px !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -40px !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -40px !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -40px !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -40px !important;
    }
    .m-md-n5 {
        margin: -50px !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -50px !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -50px !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -50px !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -50px !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 10px !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 10px !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 10px !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 10px !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 10px !important;
    }
    .m-lg-2 {
        margin: 20px !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 20px !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 20px !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 20px !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 20px !important;
    }
    .m-lg-3 {
        margin: 30px !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 30px !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 30px !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 30px !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 30px !important;
    }
    .m-lg-4 {
        margin: 40px !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 40px !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 40px !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 40px !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 40px !important;
    }
    .m-lg-5 {
        margin: 50px !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 50px !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 50px !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 50px !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 50px !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 10px !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 10px !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 10px !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 10px !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 10px !important;
    }
    .p-lg-2 {
        padding: 20px !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 20px !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 20px !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 20px !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 20px !important;
    }
    .p-lg-3 {
        padding: 30px !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 30px !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 30px !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 30px !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 30px !important;
    }
    .p-lg-4 {
        padding: 40px !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 40px !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 40px !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 40px !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 40px !important;
    }
    .p-lg-5 {
        padding: 50px !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 50px !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 50px !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 50px !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 50px !important;
    }
    .m-lg-n1 {
        margin: -10px !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -10px !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -10px !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -10px !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -10px !important;
    }
    .m-lg-n2 {
        margin: -20px !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -20px !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -20px !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -20px !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -20px !important;
    }
    .m-lg-n3 {
        margin: -30px !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -30px !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -30px !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -30px !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -30px !important;
    }
    .m-lg-n4 {
        margin: -40px !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -40px !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -40px !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -40px !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -40px !important;
    }
    .m-lg-n5 {
        margin: -50px !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -50px !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -50px !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -50px !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -50px !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 10px !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 10px !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 10px !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 10px !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 10px !important;
    }
    .m-xl-2 {
        margin: 20px !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 20px !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 20px !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 20px !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 20px !important;
    }
    .m-xl-3 {
        margin: 30px !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 30px !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 30px !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 30px !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 30px !important;
    }
    .m-xl-4 {
        margin: 40px !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 40px !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 40px !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 40px !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 40px !important;
    }
    .m-xl-5 {
        margin: 50px !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 50px !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 50px !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 50px !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 50px !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 10px !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 10px !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 10px !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 10px !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 10px !important;
    }
    .p-xl-2 {
        padding: 20px !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 20px !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 20px !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 20px !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 20px !important;
    }
    .p-xl-3 {
        padding: 30px !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 30px !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 30px !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 30px !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 30px !important;
    }
    .p-xl-4 {
        padding: 40px !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 40px !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 40px !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 40px !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 40px !important;
    }
    .p-xl-5 {
        padding: 50px !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 50px !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 50px !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 50px !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 50px !important;
    }
    .m-xl-n1 {
        margin: -10px !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -10px !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -10px !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -10px !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -10px !important;
    }
    .m-xl-n2 {
        margin: -20px !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -20px !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -20px !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -20px !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -20px !important;
    }
    .m-xl-n3 {
        margin: -30px !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -30px !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -30px !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -30px !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -30px !important;
    }
    .m-xl-n4 {
        margin: -40px !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -40px !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -40px !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -40px !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -40px !important;
    }
    .m-xl-n5 {
        margin: -50px !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -50px !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -50px !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -50px !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -50px !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url("../fonts/Inter-Thin-BETA.woff2?v=3.11") format("woff2"), url("../fonts/Inter-Thin-BETA.woff?v=3.11") format("woff"), url("../fonts/Inter-Thin-BETA.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url("../fonts/Inter-ExtraLight-BETA.woff2?v=3.11") format("woff2"), url("../fonts/Inter-ExtraLight-BETA.woff?v=3.11") format("woff"), url("../fonts/Inter-ExtraLight-BETA.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/Inter-Light-BETA.woff2?v=3.11") format("woff2"), url("../fonts/Inter-Light-BETA.woff?v=3.11") format("woff"), url("../fonts/Inter-Light-BETA.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Inter-Regular.woff2?v=3.11") format("woff2"), url("../fonts/Inter-Regular.woff?v=3.11") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Inter-Medium.woff2?v=3.11") format("woff2"), url("../fonts/Inter-Medium.woff?v=3.11") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Inter-SemiBold.woff2?v=3.11") format("woff2"), url("../fonts/Inter-SemiBold.woff?v=3.11") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Inter-Bold.woff2?v=3.11") format("woff2"), url("../fonts/Inter-Bold.woff?v=3.11") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/Inter-ExtraBold.woff2?v=3.11") format("woff2"), url("../fonts/Inter-ExtraBold.woff?v=3.11") format("woff"), url("../fonts/Inter-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/Inter-Black.woff2?v=3.11") format("woff2"), url("../fonts/Inter-Black.woff?v=3.11") format("woff"), url("../fonts/Inter-Black.ttf") format("truetype");
}

#pojo-a11y-toolbar {
    width: auto;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-item {
    background-color: white;
    width: 11.9rem;
}

@media (max-width: 767px) {
    body #pojo-a11y-toolbar {
        top: 63px !important;
    }
}

header {
    z-index: 2;
    background-color: #fff;
}

header .top-bar {
    padding: 15px 0;
    background-color: #1f3b47;
}

header .top-bar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .top-bar i {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
}

header .top-bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .top-bar li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header .top-bar li i {
    display: block;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

header .top-bar a {
    color: #fff;
    font-weight: 500;
}

header .top-bar a:hover {
    color: #0a8672;
}

header .top-bar a:hover i {
    color: #0a8672;
}

header .top-bar li.line {
    margin: 0 15px;
    font-size: 35px;
    color: #fff;
    font-weight: 300;
}

header .top-bar .logo {
    padding-left: 15px;
}

header .bottom-bar {
    background-color: transparent;
    font-size: 0;
}

header .logo {
    font-size: 0;
}

header .logo img {
    height: 80px;
}

header nav {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 64px;
    line-height: 64px;
    width: auto;
    font-size: 16px;
}

header nav a {
    font-weight: 500;
    color: #1f3b47;
}

header nav a:hover {
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.05);
    color: #0a8672;
}

header nav a.active {
    background-color: rgba(255, 255, 255, 0.05);
}

header nav a.active:before {
    right: 0;
}

header nav .fas {
    vertical-align: sub;
    font-weight: 400;
    font-size: 18px;
    height: unset;
}

header nav .dropdown-content a {
    color: #1f3b47;
}

header nav .dropdown-content a:hover,
header nav .dropdown-content a:focus {
    color: #0a8672;
}

header nav .dropdown-content li:first-child a {
    padding-left: 16px;
}

header nav ul a {
    font-size: inherit;
    padding: 0 10px;
}

.underline {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.underline.active {
    color: #fff;
}

.underline:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1f3b47;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.underline:hover,
.underline:focus,
.underline:active {
    color: white;
}

.underline:hover:before,
.underline:focus:before,
.underline:active:before,
.underline.active:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
    background-color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 9999;
}

.sticky a:hover {
    color: #0a8672 !important;
}

.navbar-toggle {
    display: inline-block;
    position: absolute !important;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #0a8672;
    background-color: transparent;
    border: none;
    outline: none;
    left: 0;
}

.navbar-toggle span {
    width: 24px;
    height: 3px;
    background-color: #0a8672;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 0;
    position: relative;
    color: #fff;
    display: block;
    margin: auto;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.navbar-toggle span:before,
.navbar-toggle span:after {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 24px;
    height: 3px;
    background-color: #0a8672;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 0;
    -webkit-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
}

.navbar-toggle span:after {
    top: 10px;
}

.navbar-toggle.active span {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.navbar-toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
    top: 0;
    width: 15px;
}

.navbar-toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
    top: 0;
    width: 15px;
}

.navbar-toggle:focus {
    background-color: transparent;
}

.sidenav {
    top: 64px;
}

.sidenav .btn-primary {
    background-color: #0a8672;
}

.sidenav .btn-primary:hover {
    background-color: #0a8672 !important;
}

.sidenav .collapsible-header {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidenav .collapsible-header i {
    color: #1f3b47;
}

.sidenav .collapsible-body {
    padding-left: 15px;
}

.sidenav a {
    font-size: 16px !important;
    color: #1f3b47 !important;
}

.wave {
    width: 100vw;
    font-size: 0;
}

footer {
    background-color: #1f3b47;
    padding: 85px 0 120px 0;
    color: #eee;
    position: relative;
}

footer .logo {
    height: 120px;
    display: block;
}

footer h5 {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 600;
}

footer .col {
    margin-bottom: 30px;
}

footer ul li {
    display: block;
    line-height: 1;
}

footer ul li a {
    text-transform: uppercase;
    color: #eee;
    padding: 9px 0;
    display: block;
    font-weight: 500;
}

footer a {
    color: #eee;
}

footer a:hover {
    color: #0a8672;
}

footer .cert img {
    width: 150px;
}

footer .logo {
    margin-bottom: 10px;
}

footer .logo+p {
    margin-bottom: 10px;
}

footer .logo+p+p {
    margin-bottom: 10px;
}

.under-footer {
    padding: 20px 0;
}

.hero-content {
    width: 100%;
    clear: both;
    position: relative;
    top: -1px;
    background-color: black;
}

.hero-content .single-slide {
    width: 100%;
    margin-bottom: 0;
}

.hero-content .hero-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    width: 100%;
    z-index: 0;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-content .hero-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
}

.hero-content .hero-box h6 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.05em;
}

.hero-content .hero-box h2 {
    font-size: 64px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
}

.hero-content .hero-box .btn-primary {
    margin-left: 0;
    border-color: #1f3b47;
    background-color: #1f3b47;
    color: #fff;
    margin-top: 30px;
    font-weight: 500;
}

.hero-content .hero-box .btn-primary:hover,
.hero-content .hero-box .btn-primary:focus {
    background-color: #274a59;
    border-color: #274a59;
}

.hero-content .slick-dots {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 80%;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
}

.hero-content .slick-dots li {
    display: block;
}

.hero-content .slick-dots li.slick-active button::before {
    opacity: 1;
}

.hero-content .slick-dots li button::before {
    opacity: 0.5;
}

.hero-content .slick-dots li button::before {
    content: "■";
    color: #1f3b47;
    z-index: 9;
    font-size: 25px;
}

.news-slider figure img {
    max-height: 100%;
}

.parallax-container {
    height: 400px;
    position: relative;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.parallax-container .icon {
    font-size: 40px;
    color: #0a8672;
    text-shadow: 2px 2px black;
}

.parallax-container span {
    font-size: 50px;
    font-weight: 600;
    color: #0a8672;
    text-shadow: 2px 2px black;
}

.parallax-container p {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #0a8672;
    text-shadow: 2px 2px black;
}

.parallax-container sup {
    font-size: 0.6em;
}

.parallax-container:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
}

.parallax-container .parallax .container {
    background-color: black;
}

.newest-slider .slick-slide {
    margin: 0 15px;
    padding-bottom: 4px;
}

.newest-slider .slick-list {
    margin: 0 -15px;
}

.newest-slider .slick-arrow {
    border: 1px solid #1f3b47;
    height: 25px;
    width: 25px;
}

.newest-slider .slick-arrow:before {
    color: #1f3b47;
}

.newest-slider .slick-prev {
    left: auto;
    top: -50px;
    right: 30px;
}

.newest-slider .slick-next {
    top: -50px;
    right: 0;
}

.newest-slider i {
    color: #0a8672;
}

.news {
    padding: 50px 0;
}

.news h2 {
    border-bottom: 2px solid #1f3b47;
    margin-bottom: 30px;
    color: #1f3b47;
    font-size: 30px;
}

.news .inside {
    background: #fff;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    position: relative;
}

.news .text {
    padding: 0 10px 10px;
}

.news small {
    color: #696161;
    font-size: 14px;
}

.news h4 {
    font-size: 20px;
    margin: 10px 0;
    color: #0a8672;
}

.news p {
    color: #696161;
}

.news figure {
    overflow: hidden;
    height: 271px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mission {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.mission h3 {
    margin-bottom: 20px;
    font-weight: 500;
    color: #1f3b47;
    font-family: "Arial";
}

.mission p {
    margin-bottom: 40px;
    color: #3e768e;
}

.services {
    padding: 50px 0;
}

.services h2 {
    text-align: center;
    font-size: 40px;
    color: #1f3b47;
    text-transform: none;
}

.services h2:after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #c8cfd8;
    display: block;
    margin: 3.15rem auto 3.5rem;
}

.services .col {
    margin-bottom: 20px;
}

.services .inside {
    padding: 50px 20px;
    background-color: #f1f2f6;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.services .inside:hover {
    -webkit-box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.075);
}

.services h5 {
    color: #1f3b47;
    margin-bottom: 15px;
    font-size: 25px;
}

.services p {
    text-align: left;
}

.services .icon {
    color: #0a8672;
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

.contact-quote {
    padding: 100px 0;
    max-height: 690px;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-quote h3 {
    margin-bottom: 20px;
    font-weight: 500;
    color: #1f3b47;
    font-family: "Arial";
}

.contact-quote p {
    margin-bottom: 40px;
    color: #3e768e;
}

.contact-quote .input-field {
    margin-bottom: 50px;
}

.contact-quote textarea {
    max-height: 200px;
}

.contact-quote .contact-cred {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team {
    padding: 50px 0;
}

.team h2 {
    text-align: center;
    font-size: 40px;
    color: #1f3b47;
    text-transform: none;
}

.team h2:after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #c8cfd8;
    display: block;
    margin: 3.15rem auto 3.5rem;
}

.team .inside {
    padding: 15px;
}

.team h6 {
    color: #1f3b47;
    font-size: 24px;
    margin-top: 10px;
}

.team p {
    color: #0a8672;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 14px;
}

.team figure {
    max-height: 300px;
    overflow: hidden;
}

.simply-scroll {
    width: 100%;
}

.simply-scroll .simply-scroll-clip {
    width: 100%;
}

.simply-scroll img {
    height: 100%;
}

.titlebar {
    padding: 20px 0;
    background-color: #fff;
}

.titlebar h2 {
    font-weight: bold;
    font-size: 25px;
    color: #0a8672;
    line-height: 1.5;
}

aside li {
    margin-bottom: 15px;
}

aside li>a:hover figure:after {
    opacity: 1;
}

aside h4 {
    color: #1f3b47;
    border-bottom: 1px solid #1f3b47;
    font-size: 20px;
}

aside .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

aside h5 {
    font-size: 20px;
    margin-left: 5px;
    -ms-flex-negative: 30;
    flex-shrink: 30;
}

aside figure {
    overflow: hidden;
    width: 150px;
    height: 150px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

aside figure:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

aside figure img {
    min-height: 150px;
}

.wp-block-table.aligncenter {
    margin: 0 auto;
}

.single-news {
    padding: 50px 0;
}

.single-news p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
}

.single-news .main-img img {
    width: 100%;
}

.single-news h1 {
    font-size: 25px;
    color: #1f3b47;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 600;
}

.single-news .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.single-news .post-meta span,
.single-news .post-meta i {
    color: #0a8672;
}

.single-news .post-meta span {
    font-weight: 600;
}

.single-news .post-meta p:not(:first-child) {
    padding-left: 25px;
}

.single-news .gallery-title {
    color: #1f3b47;
    font-size: 24px;
    border-bottom: 1px solid #1f3b47;
    margin-top: 40px;
    margin-bottom: 40px;
}

.single-news .gallery {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px;
    margin-bottom: 40px;
}

.single-news .gallery a {
    width: 33.33%;
    padding: 0 4px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-news .gallery a img {
    margin-top: 8px;
}

.archive-news {
    padding-top: 50px;
}

.archive-news .post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    width: 100%;
}

.archive-news .post-content figure {
    max-width: 300px;
    min-width: 300px;
}

.archive-news .post-content figure img {
    width: 100%;
}

.archive-news .post-content .right-side {
    width: 100%;
}

.archive-news .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.archive-news .post-meta span,
.archive-news .post-meta i {
    color: #0a8672;
}

.archive-news .post-meta span {
    font-weight: 600;
}

.archive-news .post-meta p:not(:first-child) {
    padding-left: 25px;
}

.archive-news h2 {
    color: #1f3b47;
    text-transform: none;
    margin: 15px 0;
}

.home-boxes {
    padding: 50px 0;
    max-width: 2000px;
    margin: 0 auto;
}

.home-boxes .double-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.home-boxes .double-row .box {
    width: 50%;
}

.home-boxes .double-row .box h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #1f3b47;
    font-weight: 600;
}

.home-boxes .double-row .box.text-container {
    padding-top: 20px;
    color: #1f3b47;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-boxes .double-row .box.image-container {
    font-size: 0;
    position: relative;
}

.home-boxes .double-row .box.image-container:before,
.home-boxes .double-row .box.image-container:after {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    position: absolute;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.home-boxes .double-row .box.image-container:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.home-boxes .double-row .box.image-container:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}

.home-boxes .double-row .box.image-container img {
    font-size: 0;
}

.about-intro img {
    height: 200px;
}

.about-intro p {
    padding: 30px 10px;
    font-size: 20px;
    color: #1f3b47;
    text-align: left;
}

.about img {
    width: 100%;
}

.about p {
    color: #1f3b47;
    margin-top: 15px;
    text-align: justify;
}

.content h4 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.content h3 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.content h2 {
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.content h2,
.content h3,
.content h4 {
    font-weight: 600;
}

.content p {
    margin-bottom: 15px;
}

.content ul {
    margin-bottom: 15px;
}

.content ul li {
    position: relative;
    padding-left: 20px;
    font-size: 20px;
}

.content ul li:before {
    content: "";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    color: #0a8672;
    font-size: 8px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.content ul.blocks-gallery-grid li {
    padding-left: 0;
}

.content ul.blocks-gallery-grid li:before {
    display: none;
}

.pagination li {
    display: inline-block;
    margin-right: 1px;
}

.pagination li a,
.pagination li span {
    font-size: 16px;
    height: 40px;
    width: 44px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: #fff;
    display: inline-block;
}

.pagination li a.current,
.pagination li span.current {
    background-color: #0a8672;
    color: #fff;
}

.pagination li a:hover,
.pagination li span:hover {
    background-color: #0a8672;
    color: #fff;
}

.pagination li i {
    font-size: inherit;
}

.wp-block-file__button {
    color: #1f3b47 !important;
    background-color: transparent !important;
    font-size: inherit !important;
    padding: 0 !important;
}

.simply-scroll {
    height: 100px;
}

.simply-scroll .simply-scroll-clip {
    height: 100px;
}

.simply-scroll .simply-scroll-list li {
    height: 100px;
    width: auto;
    padding: 0 20px;
    vertical-align: middle;
}

.simply-scroll {
    margin-top: 1em;
}

.wpcf7-form {
    position: relative;
}

.wpcf7-response-output {
    border: none !important;
    position: absolute;
    bottom: -10px;
}

.page-id-6902 table td:nth-child(2) {
    width: 150px;
    text-align: right;
}

.price-table {
    font-size: 18px;
}

@media (min-width: 1300px) {
    body {
        font-size: 17px;
    }
    .container {
        width: 1280px;
        max-width: 1280px;
    }
}

@media (min-width: 993px) and (max-width: 1299px) {
    .container {
        width: 980px;
        max-width: 980px;
    }
}

@media (min-width: 992px) {
    header nav>ul li:first-child a {
        padding-left: 0;
    }
    .home-boxes .double-row.non-revert .box:nth-of-type(1) {
        padding-right: 30px;
    }
    .home-boxes .double-row.non-revert .box:nth-of-type(2) {
        padding-left: 30px;
    }
    .home-boxes .double-row.non-revert .box.image-container:before,
    .home-boxes .double-row.non-revert .box.image-container:after {
        width: calc(100% - 40px);
    }
    .home-boxes .double-row.revert .box:nth-of-type(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 30px;
    }
    .home-boxes .double-row.revert .box.image-container:before,
    .home-boxes .double-row.revert .box.image-container:after {
        width: calc(100% - 40px);
        left: 35px;
    }
    .team .w-20 {
        width: 20% !important;
    }
    .team .w-20 figure {
        height: 220px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 992px) {
    header {
        background-color: #fff;
    }
    header .bottom-bar {
        background-color: #fff;
    }
    header nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    header .logo img {
        height: 50px;
    }
    .underline:before {
        height: 1px;
    }
    .underline.active {
        background-color: transparent !important;
    }
    .hero-content .hero-box {
        height: 500px;
    }
    .hero-content .hero-box h2 {
        font-size: 40px;
    }
    .hero-content .slick-dots {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        bottom: 10%;
        top: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .home-boxes .double-row .box {
        width: 100%;
    }
    .home-boxes .double-row .box.text-container {
        padding: 10px;
    }
    .parallax-container .icon {
        font-size: 35px;
    }
    .parallax-container span {
        font-size: 35px;
    }
    .parallax-container p {
        font-size: 20px;
    }
    footer .nav-foot .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .team figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .archive-news .post-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .archive-news .post-content figure,
    .archive-news .post-content .right-side {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .hero-content .hero-box h2 {
        font-size: 30px;
    }
    .parallax-container {
        height: 550px;
    }
    .parallax-container .col:not(:last-child) {
        margin-bottom: 30px;
    }
    footer .main-foot .col:not(:last-child) {
        margin-bottom: 30px;
    }
    footer .main-foot .cert img {
        height: 45px;
    }
}


/* Avoco  21.12.2021*/

@media only screen and (max-width: 767px) {
    .wpcf7-response-output {
        bottom: -50px !important;
    }
}

@media only screen and (max-width: 600px) {
    .contact-quote {
        max-height: 100%;
    }
}