@media (max-width: 575.98px) {
    
    h1 {
        font-size: 4rem;
    }
    
    h2 {
        font-size: 4rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 2rem;
    }
    
    h5 {
        font-size: 2rem;
    }
    
    h6 {
        font-size: 2rem;
    }

    .header {
        margin-top: 50px;
        height: 400px;
    }

    .col-xs--margin-top {
        margin-top: 30px;
    }
    
    .xs--hidden {
        display: none;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    h1 {
        font-size: 4rem;
    }
    
    h2 {
        font-size: 4rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 2rem;
    }
    
    h5 {
        font-size: 2rem;
    }
    
    h6 {
        font-size: 2rem;
    }
    
    .header {
        margin-top: 50px;
        height: 400px;
    }
    
    .col-sm--margin-top {
        margin-top: 30px;
    }

    .sm--hidden {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    h1 {
        font-size: 4rem;
    }
    
    h2 {
        font-size: 4rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 2rem;
    }
    
    h5 {
        font-size: 2rem;
    }
    
    h6 {
        font-size: 2rem;
    }
    
    .header {
        margin-top: 50px;
        height: 400px;
    }
    
    .text-md-justify {
        text-align: justify;
    }
    
    .col-md--margin-top {
        margin-top: 30px;
    }

    .md--hidden {
        display: none;
    }

}

@media (max-width: 991.98px) {
    
    .header__inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 99;
        transform: translateY(-50%);
    }
    
    .table--custom tr td:first-child {
        width: 70%;
    }

    .arrow {
        right: 15px;
        bottom: 15px;
    }
    
}

@media (min-width: 992px) {
    
    h1 {
        font-size: 6rem;
    }
    
    h2 {
        font-size: 4.8rem;
    }
    
    h3 {
        font-size: 2.8rem;
    }
    
    h4 {
        font-size: 2rem;
    }
    
    h5 {
        font-size: 2rem;
    }
    
    h6 {
        font-size: 2rem;
    }
    
    .header {
        height: 750px;
    }
    
    .header__inner {
        width: 100%;
        position: absolute;
        top: 55%;
        left: 0;
        z-index: 99;
        transform: translateY(-45%);
    }
    
    .table--custom tr td:first-child {
        width: 60%;
    }
    
    .arrow {
        right: 30px;
        bottom: 30px;
    }
    
    .text-lg-justify {
        text-align: justify !important;
    }
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
    .text-lg-justify {
        text-align: justify;
    }
    
    .col-lg--margin-top {
        margin-top: 30px;
    }

    .lg--hidden {
        display: none;
    }

}

@media (max-width: 1199.98px) {
    
    .navbar--custom {
        background-color: #ffffff;
    }
    
    .navbar-brand {
        margin: 0;
        position: relative;
        left: 7px;
    }
    
    .navbar-brand__image {
        height: 35px;
        width: auto;
    }
    
    .navbar-nav {
        margin: 20px 0 10px 0;
    }
    
    .navbar-nav .nav-item {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 1.8rem;
        color: #76767b;
        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: #76767b;
    }
    
    .navbar-nav li a:hover, .navbar-nav li a:focus {
        background: #6fa3d4;
        color: #ffffff;
    }

    .owl-nav {
        margin: 20px 0;
        height: auto;
        width: 100%;
        text-align: center;
    }
    
}

@media (min-width: 1200px) {
    
    .navbar-nav li a {
        padding: 0 20px !important;
        color: #76767b;
        position: relative;
    }
    
    .navbar--normal li a {
        padding: 10px 20px !important;
    }
    
    .navbar--custom .navbar-nav li a:hover, .navbar--custom .navbar-nav li a:focus {
        color: #6fa3d4;
    }
    
    .navbar-nav li a:hover:after, .navbar-nav li a:focus:after {
        background: url(../images/li.svg) no-repeat top center;
        height: 10px;
        width: 19px;
        position: absolute;
        left: 50%;
        top: -13px;
        transform: translateX(-50%);
        content: '';
    }
    
    .navbar--custom {
        background-color: #ffffff;
        height: 66px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand__image {
        height: 40px;
        width: auto;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand {
        margin-top: -14px;
        height: 40px;
        line-height: 40px;
        z-index: 1;
    }
 
    .navbar--custom .navbar-nav li a:hover, .navbar--normal .navbar-nav li a:focus {
        color: #76767b;
        text-align: center;
    }
    
    .navbar--shrink {
        background-color: #ffffff;
        height: 50px;
        width: 100%;
        transition: height ease-in-out .3s;
        position: fixed;
        top: 0;
        left: 0;
    }
    
    .navbar--shrink .navbar-brand__image {
        margin-top: -2px;
        height: 40px;
        width: auto;
    }
    
    .navbar--shrink .navbar-nav li a {
        height: 50px;
        color: #76767b;
        line-height: 50px;
        border-radius: 0 !important;
    }
    
    .navbar--shrink .navbar-nav li a:hover, .navbar--shrink .navbar-nav li a:focus {
        background-color: #6fa3d4;
        color: #ffffff;
        border-radius: 0 !important;
    }

    .navbar--shrink .navbar-brand, .navbar--shrink .navbar-nav li a {
        height: 50px;
        line-height: 50px;
    }
    
    .nav-item {
        font-size: 1.4rem;
    }
    
    .navbar-nav .nav-item:last-child {
        padding-right: 0;
    }
    
    .collapse {
        z-index: 2;
    }
    
    .navbar__image {
        height: 66px;
        width: auto;
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 2;
    }

    .owl-nav {
        margin-top: -50px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 2;
    }
    
    .text-xl-justify {
        text-align: justify;
    }
    
    .col-xl--margin-top {
        margin-top: 30px;
    }
    
    .vehicles__col-xl--margin-top {
        margin-top: 165px;
    }
    
    .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: 'Poppins', sans-serif;
    font-weight: 700;
    position: relative;
}

h1 a, h1 a:hover, h1 a:focus, h2 a, h2 a:hover, h2 a:focus, h3 a, h3 a:hover, h3 a:focus, h4 a, h4 a:hover, h4 a:focus, h4 a, h4 a:hover, h4 a:focus {
    color: inherit;
    text-decoration: none;
}

h1 {
    line-height: 0.8em;
}

h2, h3, h4, h5, h6 {
    line-height: 1em;
}

h2:after {
    height: auto;
    width: 120px;
    content: url(../images/heading.svg);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: block;
}

p {
    margin-top: 16px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 2.4rem;
}

p:first-child {
    margin-top: 0;
}

p strong {
    font-weight: 700;
}

section {
    position: relative;
}

section li {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    list-style-type: none;
}

strong {
    font-weight: 700;
}

h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 900;
}

.overflow-x {
    overflow-x: hidden;
}

.overflow-y {
    overflow-y: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.wrapper {
    margin: 0 auto;
    height: auto;
    max-width: 1920px;
    overflow-x: hidden;
}

.navbar--custom {
    z-index: 9999;
}

.navbar--custom .nav-item {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #76767b;
    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: #76767b;
    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: #6fa3d4;
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    background: #6fa3d4;
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    background: #6fa3d4;
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

.header {
    background-color: #000000;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.hj__image {
    opacity: 0.43;
}

.header__span {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 2rem;
    text-transform: uppercase;
    display: block;
}

.header__heading-1 {
    color: #ffffff;
    position: relative;
}

.header__heading-1 span {
    font-size: 3.6rem;
    display: block;
}

.header p {
    margin-top: 30px;
    font-size: 1.6rem;
    color: #ffffff;
}

.about {
    background-image: url(../images/about.jpg);
}

.about--padding {
    padding: 70px 0 35px 0;
}

.about__heading-2, .neighborhood__heading-2, .contact__heading-2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    color: #6fa3d4;
}

.about__heading-3 {
    color: #6fa3d4;
}

.about p, .neighborhood p {
    font-size: 1.6rem;
    color: #76767b;
}

.about ul, .neighborhood ul {
    margin: 10px 0 0 0;
    padding: 0;
}

.about ul li, .neighborhood ul li {
    margin: 0 0 0 1px;
    padding: 0 0 0 20px;
    color: #76767b;
    position: relative;
}

.about ul li:before, .neighborhood ul li:before {
    background-color: #6fa3d4;
    height: 7px;
    width: 7px;
    position: absolute;
    top: 11px;
    left: 0;
    content: '';
}

.about__image {
    margin: 0 auto 15px auto;
    height: 80px;
    width: auto;
}

.about__span {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    color: #76767b;
    line-height: 2.4rem;
    display: block;
}

.owl-carousel .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -30px;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline-block;
}

.owl-carousel .owl-dots .owl-dot span {
    margin: 5px;
    background-color: #b1b9c4;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
      background: #6fa3d4;
}

.owl-dot, .owl-dot:active, .owl-dot:focus, button:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.neighborhood--padding {
    padding: 70px 0;
}

.bottom {
    background: #ffffff url(../images/contact.jpg) no-repeat bottom center;
}

.contact--padding {
    padding: 0 0 70px 0;
}

.contact__heading-2 {
    margin-bottom: 14px;
    color: #6fa3d4;
}

.contact p {
    font-size: 1.6rem;
    color: #76767b;
}

.gmap {
    margin-top: 40px;
    height: 370px;
    width: 100%;
}

.footer {
    background: rgba(255, 255, 255, 0.5);
}

.footer--padding {
    padding: 30px 0;
}

.footer p {
    font-size: 1.6rem;
    color: #76767b;
}

.footer p a, .footer p a:hover, .footer p a:focus, .news p a, .news p a:hover, .news p a:focus {
    color: inherit;
    text-decoration: none;
}

.form-control--custom {
    background: rgba(255, 255, 255, 0.5);
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    line-height: normal;
    color: #76767b;
    border: none;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
}

.form-control:focus, .form-control--custom:focus {
    background-color: #ffffff;
    color: #76767b;
    border: none;
    border-bottom: 1px solid #f3f3f3;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input.form-control--custom, select.form-control--custom {
    padding-left: 20px;
    padding-right: 20px;
    height: 50px !important;
}

input::-webkit-input-placeholder {
    color: #76767b !important;
}
					
input:-moz-placeholder {
    color: #76767b !important;
}
					
input::-moz-placeholder {
    color: #76767b !important;
}
					
input:-ms-input-placeholder {  
    color: #76767b !important;
}

.textarea--custom {
    padding: 15px;
    resize: none;
}

textarea::-webkit-input-placeholder {
    color: #76767b !important;
}
					
textarea:-moz-placeholder {
    color: #76767b !important;
}
					
textarea::-moz-placeholder {
    color: #76767b !important;
}
					
textarea:-ms-input-placeholder {  
    color: #76767b !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
    margin 10px 0;
    padding: 10px 15px;
    background-color: #8b0000;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    color: #ffffff;
    border: 0;
}

.wpcf7-form.sent .wpcf7-response-output {
    padding: 10px 15px;
    background-color: #008b21;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    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: 'fira-sans', sans-serif !important;
    font-size: 1.6rem !important;
    font-weight: 300;
    color: #8b0000 !important;
}


.btn--custom {
    padding: 14px 25px;
    width: auto;
    min-width: 220px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: normal;
    border-radius: 0;
    border: none;
    -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 {
    background-color: #6fa3d4;
    color: #ffffff;
}

.btn--blue:hover, .btn--blue:focus {
    background-color: #b6dafe;
    color: #76767b;
}

.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;
}

.row--margin-top-3x {
    margin-top: 90px;
}

.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 #f3f3f3;
    border-top: 10px solid #6fa3d4;
    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 {
    background-color: #6fa3d4;
    height: 56px;
    width: 56px;
    border-radius: 0;
    position: fixed;
    z-index: 99999999;
    display: none;
}

.arrow__fa {
    font-size: 3rem;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrow a {
    height: 60px;
    width: 60px;
    display: block;
}

.background-cover {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    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;
}

.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;
}

.table--custom {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 1.8rem;
    border: none;
    border-collapse: collapse;
    display: table;
}

.table--custom th {
    background-color: #6fa3d4;
}

.table--custom th, .table--custom td {
    padding: 15px 10px;
}

.table--custom th, .table--custom td {
    max-width: 0px;
    border: none;
    vertical-align: middle;
    display: table-cell;
}

.table--custom > thead > tr > th {
    font-weight: 400;
    border-bottom: none;
}

.table--custom p {
    margin: 5px 0;
    color: #76767b;
    text-align: inherit !important;
}

.table--custom th p {
    color: #ffffff;
}

.table--custom tr:nth-child(even) { background-color: #f7f7f7; }
.table--custom tr:nth-child(odd) { background-color: #fafafa; }

img.alignright { float: right; margin: 1em 0 1em 1em; }
img.alignleft { float: left; margin: 1em 1em 1em 0; }
img.aligncenter { display: block; margin: 1em auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

