html, body{
    color: #6e6e6e;
}

header {
    padding: 0;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

.relative {
    position: relative;
}

.text-center-sm {
    text-align: center;
}

.text-center-md {
    text-align: center;
}

@media all and (min-width: 768px) {
    .text-center-sm {
        text-align: left;
    }
}

@media all and (min-width: 992px) {
    .text-center-md {
        text-align: left;
    }
}

.gray-bg-img {
    position: relative;
}

.gray-bg-img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-size: cover;
    filter: brightness(0.3) saturate(1.5);
}

ul.banner-images {
    z-index: -1;
    margin: 0;
    padding: 0;
}

ul.banner-images li {
    transform: scale(1.4);
    transition: transform 2s ease-out;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

ul.banner-images li::before {
    opacity: 0.6;
}

ul.banner-images li.active {
    transform: scale(1);
}

ul.banner-images li img {
    min-width: 100%;
    min-height: 100%;
}

.row.menu-bar{
    overflow-y: hidden;
    margin-bottom: 60px;
}

.menu-container {
    display: none;
}

.menu-bar nav{
    align-items: center;
    height: 100%;
    display: flex;
}

.menu-bar nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.menu-bar nav li {
    display: inline-block;
    margin: 5px;
    width: 100%;
    text-align: center;
}

.menu-bar nav li a {
    color: #fff;
    font-size: 1.1rem;
    line-height: 30px;
}

.menu-bar > div[class^="col-"] {
    padding: 15px 10px;
    box-sizing: border-box;
    background-color: #f17e01;
    color: #fff;
}

.menu-bar div[class^="col-"]:first-child{
    padding-left: 30px;
}

.menu-bar div[class^="col-"]:last-child {
    background-color: #0b3f8a !important;
}

.menu-bar div[class^="col-"]:last-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    width: 54px;
    height: 120%;
    border-style: solid;
    border-width: 0;
    background-color: #0b3f8a;
    transform: skewX(-15deg);
    z-index: 0;
    display: none;
}

.menu-responsive {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

@media all and (min-width: 768px) {
    .menu-container {
        display: block;
    }

    .menu-bar nav ul {
        width: auto;
    }

    .menu-bar nav li {
        width: auto;
        margin: 0 3px;
        text-align: left;
    }

    .menu-bar nav li a {
        font-size: 0.9rem;
        line-height: 100%;
    }
}

@media all and (min-width: 992px) {
    .menu-bar div[class^="col-"]:last-child::before {
        display: block;
    }

    .menu-bar nav li {
        margin: 0 5px;
    }

    .menu-bar nav li a {
        font-size: 1rem;
    }
}

.advisor-phone {
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #f17e01;
    display: inline-flex;
    padding: 10px 30px;
    text-align: left;
}

.advisor-phone > img {
    margin-right: 5px;
    width: 24px;
    z-index: 10;
}

.advisor-phone > div {
    display: inline-block;
    z-index: 10;
}

.advisor-phone > div > a {
    font-weight: bold;
    font-size: 1.3rem;
    color: white;
    text-decoration: none;
}

.advisor-phone > div > small {
    font-size: 0.8rem;
    display: block;
    line-height: 8px;
}

@media all and (min-width: 992px) {
    .advisor-phone {
        padding: 10px 40px;
    }

    .advisor-phone > img {
        margin-right: 15px;
        width: 36px;
    }

    .advisor-phone > div > span{
        font-size: 1.3rem;
    }
}

.banner-container{
    align-items: center;
}

.banner {
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    text-transform: uppercase;
}

.banner span.orange {
    color: #f17d02;
    font-size: 2.2rem;
    text-shadow: 2px 2px 4px #000;
}

.banner-container form {
    background-color: #fff;
    padding: 15px;
    border: 2px solid #e59556;
}

.banner-nav {
    position: absolute;
    top: 20%;
    color: white;
    font-size: 3rem;
    text-shadow: 1px 1px 2px black;
    cursor: pointer;
    transition: all .2s ease-out;
}

.banner-nav:hover {
    opacity: 0.6;
}

.banner-nav.previous {
    left: 10px;
}

.banner-nav.next {
    right: 10px;
}

@media all and (min-width: 768px) {
    .banner {
        font-size: 3rem;
        text-shadow: 2px 2px 4px #000;
    }

    .banner span.orange {
        font-size: 3rem;
    }

    .banner-container form {
        padding: 30px;
    }

    .banner-nav {
        top: 50%;
    }

    .banner-nav:hover {
        opacity: 0.6;
    }

    .banner-nav.previous {
        left: 65px;
    }

    .banner-nav.next {
        right: 65px;
    }
}

.form-header {
    text-align: center;
    color: #e37600;
    font-size: 1.2rem;
}

.banner-container form .form-control {
    border-color: #d3d3d3;
    border-radius: 0;
    color: #6a6a6a;
}

.banner-container form .btn.btn-primary,
.banner-container form .btn.btn-primary.active,
.contact-form .btn.btn-primary,
.contact-form .btn.btn-primary.active {
    background-color: #f17e01;
    border-color: #f17e01;
    color: #fff;
    border-radius: 0;
    padding: .5rem 4rem;
}

section.container {
    padding-top: 90px;
}

.pre-title, .title {
    text-transform: uppercase;
    font-weight: bold;
}

.pre-title {
    color: #707070;
    margin-bottom: 0;
    line-height: 10px;
    font-size: 1.3rem;
}

.title {
    font-size: 2rem;
    color: #4A4848 !important;
    margin-bottom: 20px;
}

@media all and (min-width: 768px) {
    .title {
        font-size: 2rem;
        margin: 10px 0px 40px 0px;
    }
}

.services svg {
    width: 100%;
    height: auto;
}

section.benefits {
    margin-bottom: 30px;
}

.benefits ul {
    list-style: none;
}

.btn-orange img {
    /*background-color: #f17e01;*/
    width: 125px;
    height: 125px;
    padding: 20px;
}

.benefits p {
    color: #707070;
    /*font-weight: bold;*/
}

.gray-benefit {
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #d3d3d3;
    padding: 20px;
    min-height: 100%;
}

.gray-benefit > * {
    display: inline;
}

.gray-benefit img {
    margin-right: 20px;
}

.gray-benefit p {
    margin-bottom: 0;
}
@media all and (min-width: 768px) {
    section.benefits {
        margin-bottom: 90px;
    }
}

section.online-advisor {
    padding: 50px 0;
    text-align: center;
}

section.online-advisor::before {
    background-image: url(../img/background.jpg);
}

section.online-advisor p {
    color: #fff;
    font-size: 1.9rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
}

section.online-advisor p span {
    display: block;
}

section.online-advisor p span.arrow::before {
    display: inline-block;
    content: '';
    width: 36px;
    height: 36px;
    filter: invert(56%) sepia(28%) saturate(6032%) hue-rotate(7deg) brightness(100%) contrast(101%);
    background: url(../img/arrow.svg) center center no-repeat;
    background-size: contain;
    margin-right: 5px;
}

@media all and (min-width: 768px) {
    section.online-advisor {
        padding: 140px 0 110px;
        text-align: right;
    }

    section.online-advisor p {
        font-size: 3rem;
        line-height: 1.2;
    }
}

section.about-us {
    margin-bottom: 35px;
}

section.localization .container {
    padding: 30px 20px;
}

section.localization iframe  {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
}

section.localization .contact {
    background-color: #4a4849;
    color: #fff;
    padding: 20px;
    position: relative;
    z-index: 10;
}

section.localization .contact strong {
    font-size: 1.7rem;
}

section.localization .contact strong,
section.localization .contact img {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
}

section.localization .contact ul {
    list-style: none;
    padding: 0;
}

section.localization .contact ul i {
    color: #ed7200;
}

section.localization .contact ul.social li {
    display: inline-block;
    margin-right: 5px;
}

section.localization .contact ul.social i {
    color: #fff;
}

@media all and (min-width: 768px) {
    section.localization iframe {
        position: absolute;
    }

    section.localization .container {
        padding: 110px 0 70px;
    }

    section.localization .contact {
        padding: 40px 35px;
    }
}

footer {
    background-color: #4a4849;
    color: #fff;
    line-height: 100%;
    padding: 20px 0;
}

@media all and (min-width: 768px) {
    footer {
        line-height: 60px;
    }
}

.float-social {
    position: fixed;
    bottom: 0;
    border: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 60px;
    text-align: center;
}

.float-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.float-social li,
.float-back-top {
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    display: inline-flex;
}

.float-back-top {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
}

.float-social li {
    width: auto;
    height: 60px;
    color: #fff;
    flex: 1;
}

.float-social li.waze {
    background-color: #00a3ed;
}

.float-social li.facebook {
    background-color: #0e3d8d;
}

.float-social li.instagram {
    background-color: #f6047f;
}

.float-social li.whatsapp {
    background-color: #abcf3b;
}

.float-social li.phone {
    background-color: #007a47;
}

.float-back-top {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: rgb(71, 71, 71);
    border-radius: 50%;
    opacity: 0.7;
    display: none;
}

.float-social li a,
.float-back-top a {
    color: #fff;
}

@media all and (min-width: 768px) {
    .float-social {
        top: 20%;
        width: 64px;
        height: auto;
        bottom: unset;
    }

    .float-social ul {
        margin: 0;
        padding: 2px;
        display: block;
    }

    .float-social li {
        margin-bottom: 10px;
        border-radius: 50%;
        width: 64px;
        height: 64px;
        flex: unset;
    }

    .float-social li,
    .float-back-top {
        display: flex;
        font-size: 2rem;
    }
}

.gallery-container.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.9);
    z-index: 99999;
    transition: all .2s ease-out;
}

.gallery-container.active .fotorama-gallery {
    width: 80%;
    max-height: 90%;
    display: flex;
    justify-content: center;
}

.gallery-container span.gallery-close {
    display: none;
}

.gallery-container.active span.gallery-close {
    position: absolute;
    top: 5px;
    right: 22px;
    color: #c0c0c0;
    display: block;
    width: 32px;
    height: 32px;
    font-weight: bold;
    font-size: 1.2rem;
    cursor: pointer;
    text-align: center;
    border: 1px solid #c0c0c0;
    border-radius: 50%;
}

section.about-us .fotorama__nav-wrap {
    margin-top: -45px;
}

.btn-loading {
    color: transparent !important;
    position: relative
}

.btn-loading:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    margin: 8px;
    border-radius: 50%;
    border: 4px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: btn-loading 1.2s linear infinite;

    position: absolute;
    top: 4px;
    left: 40%;
    transform: translateX(-50%);
}

@keyframes btn-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.fade-enter-active, .fade-leave-active {
    transition: all .2s ease-out;
    margin-top: 0;
}

.fade-enter, .fade-leave-to {
    opacity: 0;
    margin-top: -120px;
}
