@media (max-width: 575.98px) {
    
    h1 {
        font-size: 3.8rem;
    }
    
    h2 {
        font-size: 3.8rem;
    }
    
    h3 {
        font-size: 3rem;
    }
    
    h4 {
        font-size: 3rem;
    }
    
    h5 {
        font-size: 3rem;
    }
    
    h6 {
        font-size: 3.8rem;
    }
    
    .navbar-brand__image {
        margin-top: -6px;
        height: 36px;
        width: auto;
    }
    
    .col-xs--margin-top {
        margin-top: 30px;
    }
    
    .col-xs--margin-top-60 {
        margin-top: 60px;
    }
    
    .xs--hidden {
        display: none;
    }
    
    .text-xs-justify {
        text-align: justify;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    h1 {
        font-size: 4rem;
    }
    
    h2 {
        font-size: 4rem;
    }
    
    h3 {
        font-size: 3rem;
    }
    
    h4 {
        font-size: 3rem;
    }
    
    h5 {
        font-size: 3rem;
    }
    
    h6 {
        font-size: 4rem;
    }
    
    .navbar-brand__image {
        margin-top: -6px;
        height: 36px;
        width: auto;
    }

    .col-sm--margin-top {
        margin-top: 30px;
    }
    
    .col-sm--margin-top-60 {
        margin-top: 60px;
    }
    
    .sm--hidden {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    h1 {
        font-size: 5rem;
    }
    
    h2 {
        font-size: 4rem;
    }
    
    h3 {
        font-size: 3rem;
    }
    
    h4 {
        font-size: 3rem;
    }
    
    h5 {
        font-size: 3rem;
    }
    
    h6 {
        font-size: 4rem;
    }
    
    .navbar-brand__image {
        margin-top: -6px;
        height: 36px;
        width: auto;
    }
    
    .col-md--margin-top {
        margin-top: 30px;
    }
    
    .col-md--margin-top-60 {
        margin-top: 60px;
    }
    
    .md--hidden {
        display: none;
    }

}

@media (max-width: 991.98px) {
    
    .bottom__container {
        min-width: 100% !important;
    }
 
    .bottom__data {
        padding: 60px 0;
        position: relative;
        z-index: 1;
    }

    .bottom__background {
        display: none;
    }

    .gmap {
        height: 400px;
        width: 100%;
    }
    
    .bottom__right {
        padding-left: 0;
        padding-right: 0;
        overflow-y: hidden;
    }
    
}

@media (min-width: 992px) {
    
    .bottom__data {
        padding: 120px 0;
        position: relative;
        z-index: 1;
    }

    .bottom__background {
        background-color: #004c81;
        height: 100%;
        width: 101vh;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
    }

    .gmap {
        height: 100%;
        width: 110vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
    h1 {
        font-size: 5rem;
    }
    
    h2 {
        font-size: 5rem;
    }
    
    h3 {
        font-size: 2.8rem;
    }
    
    h4 {
        font-size: 2.8rem;
    }
    
    h5 {
        font-size: 2.8rem;
    }
    
    h6 {
        font-size: 5rem;
    }
    
    .navbar-brand__image {
        margin-top: -6px;
        height: 32px;
        width: auto;
    }
    
    .col-lg--margin-top {
        margin-top: 30px;
    }
    
    .col-lg--margin-top-60 {
        margin-top: 60px;
    }
    
    .lg--hidden {
        display: none;
    }
    
    .arrow {
        top: -14px;
    }

}

@media (max-width: 1199.98px) {
    
    .navbar--custom {
        background-color: #ffffff;
        -webkit-box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
    }
    
    .navbar-brand {
        margin: 0;
        position: relative;
        top: 3px;
        left: 7px;
    }
    
    .navbar-nav {
        margin: 20px 0 10px 0;
    }
    
    .navbar-nav .nav-item {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 1.8rem;
        color: #004c81;
        list-style-type: none;
        text-align: center;
    }
    
    .navbar-nav .nav-item:last-child {
        margin-bottom: 0;
    }
    
    .navbar-nav .nav-item a {
        margin: 0;
        padding: 0 0 2px 0;
        color: #004c81;
    }
    
    .navbar-nav li a:hover, .navbar-nav li a:focus {
        background-color: #004c81;
        color: #ffffff;
    }
    
    .navbar-collapse {
        background-color: #ffffff;
    }
    
    .dropdown-menu {
        margin: 5px 0 0 0 !important;
        padding: 0 0 5px 0 !important;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #ffffff;
    }
    
}

@media (min-width: 1200px) {
    
    h1 {
        font-size: 5rem;
    }
    
    h2 {
        font-size: 5rem;
    }
    
    h3 {
        font-size: 2.8rem;
    }
    
    h4 {
        font-size: 2.8rem;
    }
    
    h5 {
        font-size: 2.8rem;
    }
    
    h6 {
        font-size: 5rem;
    }
    
    .navbar-nav li a {
        margin: 0;
        padding: 10px 13px !important;
        color: #004c81;
        position: relative;
    }
    
    .navbar--custom .navbar-nav li a:hover, .navbar--custom .navbar-nav li a:focus {
        color: #004c81;
    }
    
    .navbar--custom {
        background-color: transparent;
        height: 80px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand__image {
        margin-top: -8px;
        height: 56px;
        width: auto;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand {
        height: 80px;
        line-height: 80px;
    }
    
    .navbar--shrink {
        background-color: #ffffff;
        height: 50px;
        transition: height ease-in-out .3s;
        -webkit-box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
    }
    
    .navbar--shrink .navbar-brand__image {
        height: 36px;
        width: auto;
        position: relative;
        top: -1px;
    }
    
    .navbar--shrink .navbar-nav li a {
        color: #004c81;
        border-top: none;
    }
    
    .navbar--shrink .navbar-nav li a:hover, .navbar--shrink .navbar-nav li a:focus {
        background-color: #004c81;
        color: #ffffff;
    }

    .navbar--shrink .navbar-brand, .navbar--shrink .navbar-nav li a {
        height: 50px;
        line-height: 50px;
    }
    
    .navbar--shrink .navbar-nav li a {
        margin: 0 !important;
        padding: 0 15px !important;
    }
    
    .nav-item {
        font-size: 1.6rem;
    }
    
    .navbar-nav .nav-item:last-child {
        padding-right: 0;
    }
    
    .navbar--custom .navbar-nav li a:after {
        background-color: #004c81;
        height: 0;
        width: 2px;
        display: block;
        content: '';
        transition: height .3s;
        position: absolute;
        top: -18px;
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar--custom .navbar-nav li a:hover:after {
        height: 50%;
        //transition: height .3s;
    }
    
    .navbar--shrink .navbar-nav li a:after {
        display: none;
    }
    
    .navbar--custom .dropdown-menu {
        background-color: transparent;
        border: none;
        z-index: 98;
    }
    
    .navbar--custom .dropdown-menu:before {
        background-color: #004c81;
        height: 100%;
        width: 205px;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .navbar--custom .dropdown-menu li {
        padding-left: 14px;
        padding-right: 14px;
        background-color: #004c81;
        height: auto;
        width: 205px !important;
        font-size: 1.6em;
        text-align: left;
        display: block;
        cursor: default;
        position: relative;
        float: none;
    }
    
    .navbar--custom .dropdown-menu li a {
        margin: 0 !important;
        padding: 3px 0 !important;
        height: auto !important;
        color: #ffffff !important;
        text-decoration: none;
        line-height: normal !important;
        display: block;
        border-bottom: none;
    }
    
    .navbar--custom .dropdown-menu li a:hover, .navbar--custom .dropdown-menu li a:focus {
        color: #ffffff !important;
        border-bottom: none;
    }
    
    .navbar--custom .dropdown-menu li .dropdown-menu {
        top: 0;
        right: -170px;
    }
    
    .navbar--shrink .dropdown-menu li a:hover, .navbar--shrink .dropdown-menu li a:focus {
        background-color: inherit;
    }
    
    .navbar--shrink .dropdown-menu {
        margin: -1px 0 0 0 !important;
    }
    
    .dropdown-menu li a:hover:after {
        display: none;
    }
    
    .col-xl--margin-top {
        margin-top: 30px;
    }
    
    .col-xl--margin-top-60 {
        margin-top: 60px;
    }
    
    .xl--hidden {
        display: none;
    }

}

html, body {
    height: 100%;
    font-size: 62.5%;
}

body * {
    -moz-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.body {
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    line-height: 1em;
}

h1 a, h1 a:hover, h1 a:focus, h2 a, h2 a:hover, h2 a:focus, h3 a, h3 a:hover, h3 a:focus {
    color: inherit;
    text-decoration: none;
}

h1 span, h2 span {
    font-weight: 300;
}

p {
    margin-top: 16px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 2.6rem;
}

p:first-child {
    margin-top: 0;
}

section li {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
}

section .container {
    position: relative;
    z-index: 2;
}

strong {
    font-weight: 700;
}

.overflow-x {
    overflow-x: hidden;
}

.overflow-y {
    overflow-y: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.wrapper {
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    overflow-x: hidden;
}

.navbar--custom {
    z-index: 9999;
}

.navbar--custom .nav-item {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}

.navbar-toggler--custom {
    background: transparent !important;
    border: none;
    border-radius: 0 !important;
}

.navbar-toggler--custom:focus {
    background: transparent !important;
    outline: none !important;
}

.navbar-toggler .icon-bar {
    background-color: #004c81;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.navbar-toggler .icon-bar {
    height: 2px;
    width: 22px;
    border-radius: 1px;
    display: block;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    background-color: #004c81;
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    background-color: #004c81;
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    background-color: #004c81;
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

.bottom {
    background-color: #004c81;
}

.bottom p {
    font-size: 1.6rem;
    color: #ffffff;
}

.footer {
    margin-top: 16px;
}

.footer p {
    color: #6792b0;
}

.form-control--custom {
    background-color: transparent;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: normal;
    color: #004c81;
    border: 1px solid #004c81;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
}

.form-control:focus {
    background-color: transparent;
    color: #383838;
    border: none;
    border: 1px solid #383838;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input.form-control--custom, select.form-control--custom {
    padding-left: 15px;
    padding-right: 15px;
    height: 50px !important;
}

input::-webkit-input-placeholder {
    color: #004c81 !important;
}
					
input:-moz-placeholder {
    color: #004c81 !important;
}
					
input::-moz-placeholder {
    color: #004c81 !important;
}
					
input:-ms-input-placeholder {  
    color: #004c81 !important;
}

.textarea--custom {
    padding: 15px;
    resize: none;
}

textarea::-webkit-input-placeholder {
    color: #004c81 !important;
}
					
textarea:-moz-placeholder {
    color: #004c81 !important;
}
					
textarea::-moz-placeholder {
    color: #004c81 !important;
}
					
textarea:-ms-input-placeholder {  
    color: #004c81 !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
    margin 10px 0;
    padding: 10px 15px;
    background-color: #8b0000;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0;
}

.wpcf7-form.sent .wpcf7-response-output {
    padding: 10px 15px;
    background-color: #008b21;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0;
}

.wpcf7-form.sent div.wpcf7-response-output:before, .wpcf7-form.invalid div.wpcf7-response-output:before {
    margin: 0 12px 0 0;
    font-family: 'Font Awesome 5 Pro';
    font-size: 26px/30px;
    font-weight: 400;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.wpcf7-form.sent div.wpcf7-response-output:before {
    content: '\f00c';
}

.wpcf7-form.invalid div.wpcf7-response-output:before {
    content: '\f00d';
}

span .wpcf7-not-valid {
    border: 2px solid #8b0000 !important;
}

span.wpcf7-not-valid-tip {
    font-family: 'Mulish', sans-serif !important;
    font-size: 1.6rem !important;
    color: #8b0000 !important;
}

.btn--custom {
    padding: 10px 15px 14px 15px;
    width: auto;
    min-width: 180px;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: normal;
    border: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--custom:hover, .btn--custom:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn--blue, .btn--blue:focus {
    background-color: #004c81;
    color: #ffffff;
    border: 1px solid #004c81;
}

.btn--blue:hover {
    background-color: transparent;
    color: #004c81;
    border: 1px solid #004c81;
}

.btn--blue-2, .btn--blue-2:focus {
    background-color: transparent;
    color: #004c81;
    border: 1px solid #004c81;
}

.btn--blue-2:hover {
    background-color: #004c81;
    color: #ffffff;
    border: 1px solid #004c81;
}

.btn--wide {
    width: 100%;
}

.btn--margin-top {
    margin-top: 30px;
}

.btn--margin-top-2x {
    margin-top: 60px;
}

.row--margin-top {
    margin-top: 30px;
}

.row--margin-top-2x {
    margin-top: 60px;
}

.preloader {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.preloader__inner {
    margin: -40px 0 0 -40px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 10px solid #c9d9e4;
    border-top: 10px solid #004c81;
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.arrow {
    height: 56px;
    width: 56px;
    position: relative;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}

.arrow__fa {
    font-size: 3rem;
    color: #262626;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrow a {
    border-radius: 50%;
}

.arrow a, .arrow a:focus {
    background-color: #dccf9c;
    height: 56px;
    width: 56px;
    display: block;
    transition: ease all .2s;
}

.arrow a:hover {
    background-color: #c0b282;
    transition: ease all .2s;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.background-cover {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

.background-contain {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 100%;
}

.background-cover--ct {
    background-position: center top;
}

.background-cover--cc {
    background-position: center center;
}

.background-cover--cb {
    background-position: center bottom;
}

.background-cover--rb {
    background-position: right bottom;
}

.background-cover--lc {
    background-position: left center;
}

.background-cover--rc {
    background-position: right center;
}

.background-cover--rt {
    background-position: right top;
}

.grecaptcha-badge {
    visibility: hidden;
}

section ol, section ul {
    margin: 16px 0;
    padding: 0;
    font-family: 'Lato', sans-serif;

    font-weight: 400;
    line-height: 2.6rem;
}

section ol li {
    margin: 0 0 6px 17px;
    padding: 0 0 0 4px;
    position: relative;
}

section ul li {
    margin: 0 0 6px 12px;
    padding: 0 0 0 8px;
    list-style-type: none;
    position: relative;
}

section ul li:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 0.7rem;
    font-weight: bold;
    color: #004c81;
    text-decoration: inherit;
    content: '\f111';
    position: absolute;
    top: 1px;
    left: -12px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
      background-color: #004c81;
}

.owl-dots .owl-dot {
    margin-right: 4px;
    padding: 0;
    background-color: transparent;
    border: 0;
    display: inline-block;
    zoom: 1;
    *display: inline-block;
}

.owl-dots .owl-dot span {
    margin: 4px;
    background-color: #c9d9e4;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.owl-dots, .owl-dots .owl-dot:active, .owl-dots .owl-dot:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.img {
    height: auto;
    max-width: 100%;
    position: absolute;
}

footer p a, footer p a:focus {
    color: inherit;
    text-decoration: none;
}

footer p a:hover {
    color: #ffffff;
    text-decoration: none;
}
