/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.footer {
    width: 100%;
    background-color: #1a6d9c;
    color: #ffffff;
}


/* Sticky footer styles ends
-------------------------------------------------- */

.logo {
    height: 33px;
    width: auto;
    margin: 5px 0;
}

.video-bg {
    color: #ffffff;
}

.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -2;
}

.fullscreen-bg__video {
    height: 100vh;
    width: 100vw;
    display: block;
    position: relative;
    object-fit: cover;
}

.video-layer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.neg-margin {
    margin-top: -80px;
}

.h1,
h1 {
    font-size: 2rem;
}

.display-4 {
    font-weight: 700;
}

.font-400 {
    font-weight: 400;
}

h6.mb-0 {
    font-weight: 400;
}

small {
    font-size: 90%;
    font-weight: 400;
}

::placeholder {
    opacity: .6!important;
}

.text-secondary {
    color: #555555!important;
}

.bg-dark {
    background: #1a6d9c!important;
}

.bg-transparent {
    background: transparent !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    border-bottom: 2px solid;
    color: rgba(255, 255, 255, .75);
    cursor: pointer;
}

.bg-blue {
    background: #1a6d9c;
}

.title-fit-content {
    width: fit-content;
    width: -moz-fit-content;
}

.bg-offers {
    background-image: url("~/../../images/bg-offers.png");
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.bg-process {
    position: relative;
    z-index: 1;
}

.bg-process-img {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("~/../../images/bg-process.png");
    background-position-x: left;
    background-position-y: top;
    background-size: inherit;
    opacity: .25;
    background-repeat: no-repeat;
}

.bg-matter {
    background-image: url("~/../../images/bg-matter.png");
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.bg-people {
    background-image: url("~/../../images/bg-people.png");
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.border-left-light {
    border-left: 1px solid #75addf!important;
}

.border-right-light {
    border-right: 1px solid #75addf!important;
}

.border-left-blue {
    border-left: 2px solid #1a6d9c;
    padding-right: 0;
    padding-left: 0;
}

.border-right-blue {
    border-right: 2px solid #1a6d9c;
    padding-right: 0;
    padding-left: 0;
}

.slick-dots li.slick-active button:before {
    color: #4472c5;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #4472c5;
}

.title-text-shadow {
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

.card {
    border: none;
    margin: 0 20px;
}

.card-body {
    padding: 1.25rem .25rem;
}

.accent {
    height: 4px;
    width: 90px;
    background: #1a6d9c;
}

.btn {
    border: 3px solid;
    border-radius: 0;
}

.btn-warning {
    color: #ffffff;
    background-color: #f49052;
    border-color: #f49052;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.5rem .75rem;
}

.btn-warning:hover,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #dd834b;
    border-color: #dd834b;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 128, 80, .5);
}

.btn-outline-light {
    font-weight: 600;
    font-size: 1rem;
    padding: 0.5rem 2rem;
}

.btn-outline-primary {
    color: #1a6d9c;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    background-color: transparent;
    background-image: none;
    border-color: #1a6d9c;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #1a6d9c;
    border-color: #1a6d9c;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1a6d9c;
    border-color: #1a6d9c;
}

.slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #aaaaaa;
    content: "\f053";
    display: block;
}

.slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #aaaaaa;
    content: "\f054";
    display: block;
}

.slick-prev {
    left: -15px;
}

.slick-next {
    right: -15px;
}

.slick-slide {
    outline: none;
}

.carousel-2 .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #5da0db;
    content: "\f053";
    display: block;
}

.carousel-2 .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #5da0db;
    content: "\f054";
    display: block;
}

.testi-item {
    margin-left: 1rem;
    margin-right: 1rem;
}

.form-control {
    border: 1px solid #1a6d9c;
}

.nopadding {
    padding: 0!important;
}

.nomargin {
    margin: 0!important;
}

.text-1,
.text-2,
.text-3,
.text-4,
.text-5,
.text-6,
.mobile-number-left div small,
.mobile-number-right div small {
    font-weight: 500;
}

@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .h3,
    h3 {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .h1,
    h1 {
        font-size: 2rem;
    }
    .h3,
    h3 {
        font-size: 1.1rem;
    }
    .h4,
    h4 {
        font-size: 1.25rem;
    }
    p {
        font-size: .8rem;
    }
}

@media (max-width: 767.98px) {
    .h1,
    h1 {
        font-size: 1.5rem;
    }
    .h3,
    h3 {
        font-size: 1.1rem;
    }
    .h4,
    h4 {
        font-size: .8rem;
    }
    .h6,
    h6 {
        font-size: .8rem;
    }
    p {
        font-size: .8rem;
    }
    .btn-warning,
    .btn-outline-light {
        font-size: 16px;
    }
    .mobile-center {
        text-align: center !important;
    }
}

@media (max-width: 575.98px) {
    .display-4 {
        font-size: 2.5rem;
    }
    .h4,
    h4 {
        font-size: 1rem;
    }
    .h5,
    h5 {
        font-size: .75rem;
    }
    .accent {
        width: 60px;
    }
    .mobile-left {
        text-align: left !important;
        margin-left: 25%;
    }
    .mobile-center {
        text-align: center !important;
    }
    .mobile-pb-0 {
        padding-bottom: 0 !important;
    }
    .mobile-pt-3 {
        padding-top: 1rem !important;
    }
    .title-fit-content {
        margin: auto;
    }
    .number-1,
    .number-2,
    .number-3,
    .number-4,
    .number-5,
    .number-6 {
        font-size: .75rem;
    }
    .fullscreen-bg__video {
        height: 101vh;
        width: auto;
    }
    .text-xs-mobile {
        font-size: .7rem;
    }
}

@media (max-width: 400px) {
    .small,
    small {
        font-size: 70%;
    }
}