@charset "utf-8";

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer a {
    color: #FFF;
    text-decoration: none;
}

footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

footer .bg-angle {
    background-image: url("../images/bg-angle.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 21.625rem;
}

footer .nav {
    display: block;
}

footer .nav-link,
footer .privacy-link {
    color: rgba(255, 255, 255, 0.45);
}

footer .nav-link {
    font-size: 0.785rem;
    padding: 0.5rem 0;
    text-transform: uppercase;
}

footer .nav-link:last-child {
    padding-bottom: 0;
}

section .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.banner h1 {
    margin-top: 3rem;
}

.bg-primary .progress {
    background-color: rgba(255, 255, 255, 0.24);
}

.bg-primary .progress-bar {
    background-color: #FFF;
}

.blockquote {
    font-size: 1rem;
    margin-bottom: 0;
}

.btn {
    font-weight: 500;
    text-transform: uppercase;
}

.btn-lg {
    font-size: 1rem !important;
    padding: .875rem 2rem !important;
}

.btn-light {
    background-color: #EEE;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    padding: 0.75rem 1.8rem;
}

.btn-link {
    font-size: 1.125rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.80);
    padding: 0;
    text-decoration: none;
}

.btn-outline-dark {
    border-color: #DDD;
}

.btn-outline-primary {
    border-color: #0486C7;
    color: #0486C7;
}

.btn-primary {
    color: #FFF !important;
    background-color: #0486C7;
    border-color: #0486C7;
}

.btn-tags {
    background-color: #E7E7E7;
    border-color: #E7E7E7;
    text-transform: none;
    padding: 0.5rem 0.875rem;
}

.card {
    transition: all 0.2s ease-in-out;
}


.card .card-img-top {
    height: calc(15.625rem - 16px);
}

.card-border-bottom {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    border-radius: 0 0 0.25rem 0.25rem;
    height: 0.25rem;
}

.card-border-top {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    border-radius: 0.25rem 0.25rem 0 0;
    height: 0.25rem;
}

.card-lg .card-body {
    padding: 2.5rem 1.5rem;
}

.card-testimonials {
    padding: 4rem 1rem 3rem;
}

.card-testimonials .card-body {
    padding-top: 0;
    padding-bottom: 0;
}

.card-testimonials .container-img-thumbnail {
    border-radius: 0.25rem;
    height: 5rem;
    width: 5rem;
    top: -3rem;
    left: 1.875rem;
    position: absolute;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgb(0 0 0 / 0.45);
}

.card-testimonials .img-thumbnail {
    padding: 0;
    border: 0;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
    width: 5%;
}

.carousel-control-next-icon {
    background-image: url(/media/images/control-next-icon.png);
}

.carousel-control-prev-icon {
    background-image: url(/media/images/control-prev-icon.png);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}

.carousel-indicators {
    bottom: -3rem;
    display: flex;
    align-items: center;
    z-index: 1;
}

.carousel-indicators [data-bs-target] {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    background-color: transparent;
    border: 1px solid transparent;
    opacity: 1;
    border-radius: 50%;
    transition: opacity .6s ease !important;
}

.carousel-indicators .active {
    background-color: #F5F5F5;
    border: 1px solid #0486C7;
}

.carousel-indicators .carousel-indicators-inner {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #0486C7;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.col-divider>:not(:first-child) {
    position: relative;
}

.col-divider>:not(:first-child)::before {
    content: "";
    position: absolute;
    width: 1px;
    top: 0;
    left: 50%;
    width: calc(70% - 1.5rem);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    transform: translatex(-50%);
}

.dropdown-item {
    padding: 0.5rem 1rem;
}

.dropdown-item.overview-link {
    margin-top: 0.75rem;
    color: rgba(0, 0, 0, 0.60);
}

.dropdown-menu {
    font-size: 1rem;
}

.form-control,
.form-control:focus {
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
}

.icon {
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
}

.icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-primary {
    background-color: #028DD5;
}

.img-lg {
    height: calc(31.25rem - 24px);
}

.link-text {
    position: relative;
    padding-bottom: 1.5px;
    background-repeat: no-repeat;
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-size: 51% 2px, 50% 2px;
    background-position: 0 100%, 100% 100%;
}

.media {
    border-bottom: 1px solid #DDD;
}

.navbar {
    padding: 0.65rem 1rem;
    background-color: #FFF;
    z-index: 2;
}

.navbar a {
    color: rgba(0, 0, 0, 0.80);
    text-decoration: none;
    font-weight: 500;
}

.navbar .container {
    padding-left: 0;
    padding-right: 0;
}

.navbar .menu-link {
    font-size: 1.5rem;
    line-height: 0;
}

.navbar-nav .dropdown-menu {
    border: 0;
    border-left: 1px solid #DDD;
    border-radius: 0;
}

.navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;
}

.navbar-brand {
    font-size: 0;
    margin-right: 0;
}

.navbar-brand img {
    width: 10rem;
}

.offcanvas-body {
    padding: 1.5rem 1.5rem;
}

.offcanvas-header,
.offcanvas-footer {
    padding: 1.125rem 1.5rem;
}

.offcanvas-end {
    width: 21rem;
}

.progress {
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
}

.progress-bar {
    background-color: #0486C7;
}

.testimonials-section .container {
    padding-bottom: 6rem;
}

/*Active, Focus & Hover Styles*/
footer a:hover {
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
}

footer .nav-link:hover,
footer .privacy-link:hover {
    color: rgba(255, 255, 255, 1);
}

nav a:hover {
    color: rgba(0, 0, 0, 0.60);
    text-decoration: none;
}

.btn-light:hover {
    background-color: #E6E6E6;
}

.btn-link:hover {
    color: #0486C7;
}

.btn-outline-dark:hover {
    background-color: #0486C7;
    border-color: #0486C7;
}

.btn-outline-primary:hover {
    background-color: #1E78B9;
    color: #FFF;
}

.btn-primary:hover {
    background-color: #1E78B9;
    border-color: #1E78B9;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background-color: #1E78B9;
    border-color: #1E78B9;
    box-shadow: none;
}

.btn-tags:hover {
    background-color: #DDD;
    border-color: #DDD;
}

.card-hover:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    transform: translateY(-3px);
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    opacity: 0.6;
}

.dropdown:hover .bi-chevron-down:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #0486C7;
    background-color: #FFF;
}

.form-control:focus {
    color: rgba(0, 0, 0, 0.80);
    border-bottom: 2px solid #0486C7;
    box-shadow: none;
}

.navbar a:hover {
    color: #0486C7;
    text-decoration: none;
}

/* SM Devices */
@media (min-width: 390px) {}

@media (min-width: 576px) {
    footer .bg-angle {
        height: 19.875rem;
    }

    .col-divider>:not(:first-child)::before {
        width: calc(50% - 1.5rem);
    }
}

/* MD Devices */
@media (min-width: 768px) {
    footer .bg-angle {
        height: 20.5rem;
    }

    .card-lg .card-body {
        padding: 3rem;
    }

    .card-testimonials {
        padding: 4rem 1.5rem 3rem;
    }

    .card-testimonials .container-img-thumbnail {
        left: 40px;
    }

    .col-divider>:not(:first-child)::before {
        top: 50%;
        left: 0;
        height: 40%;
        width: 1px;
        transform: translateY(-50%);
    }

    .media {
        border-bottom: 0;
        border-right: 1px solid #DDD;
    }

    .navbar .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .navbar .divider {
        color: rgba(0, 0, 0, 0.25);
        margin: 0 1rem 0 1rem;
    }
}

/* LG Devices */
@media (min-width: 992px) {
    footer .bg-angle {
        background-image: url("/media/images/bg_lg_angle.png");
        background-position: top right;
        width: 4.1875rem;
    }

    footer .nav {
        display: flex;
    }

    footer .nav-link {
        padding: 0.5rem 1rem;
    }

    footer .nav-link:last-child {
        padding-right: 0;
    }

    .banner h1 {
        margin-top: 4.5rem;
    }

    .card .card-img-top {
        height: calc(11.625rem - 1px);
    }

    .col-md-divider>:not(:first-child)::before {
        height: 50%;
    }

    .img-lg {
        height: 38.25rem;
    }

    .navbar {
        padding-top: 1.325rem;
        padding-bottom: 1.325rem;
    }

    .navbar .lang-link {
        font-size: 0.875rem;
    }

    .navbar .phone-link {
        font-size: 1rem;
    }

    .navbar-brand img {
        width: 9.5rem;
    }

    .navbar-collapse {
        box-shadow: none;
    }

    .navbar-expand-lg .dropdown:hover>.dropdown-menu {
        display: block;
        -webkit-animation: dropdown-show 0.2s;
        animation: dropdown-show 0.2s;
    }

    .navbar-expand-lg .navbar-collapse {
        position: inherit;
        visibility: visible;
        transform: none;
    }

    .navbar-expand-lg .navbar-nav {
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        border: 1px solid #FFF;
        border-radius: 0.25rem;
        box-shadow: 0 0.275rem 1.25rem rgb(19 16 34 / 16%), 0 0.25rem 0.5625rem rgb(19 16 34 / 8%);
    }

    .navbar-expand-lg .navbar-nav .dropdown-item {
        padding: 0.5rem 1.25rem;
        font-weight: 400;
    }

    .navbar-expand-lg .navbar-nav .dropdown-item.overview-link {
        padding-bottom: 0;
    }


    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link.active {
        color: #0486C7;
    }

    .navbar-expand-lg .offcanvas-header,
    .navbar-expand-lg .offcanvas-footer {
        display: none;
    }

    .offcanvas-body {
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        width: auto;
    }

    .offcanvas-header,
    .offcanvas-footer {
        display: none;
    }
}

/* XL Devices */
@media (min-width: 1200px) {
    section .container {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .card .card-img-top {
        height: calc(15.625rem - 16px);
    }

    .card-lg .card-body {
        padding: 4rem;
    }

    .navbar-brand img {
        width: 12.5rem;
    }

    .testimonials-section .container {
        padding-bottom: 8.5rem;
    }
}

/* XXL Devices */
@media (min-width: 1440px) {
    .blockquote-header {
        margin-bottom: 1.5rem;
    }

    .card .card-img-top {
        height: 15.625rem;
    }

    .card-lg .card-body {
        padding: 4.5rem;
    }

    .card-testimonials {
        padding: 3rem 3.5rem;
    }

    .card-testimonials .container-img-thumbnail {
        top: 30px;
        left: -40px;
    }

    .img-lg {
        height: 38.25rem;
    }

    .navbar {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .testimonials-section .container {
        padding-bottom: 9rem;
    }

}

/* 3XL Devices */
@media (min-width: 1600px) {
    .navbar .container {
        max-width: 100%;
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }
}

/* Higher Resolutions Screens */
@media (min-width: 1920px) {}