html {
    scroll-behavior: smooth;
}

body {
    font-size: 18px;
}

.highlight {
    color: var(--main-color1);
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .button, button {}

p {
    margin-bottom: 15px;
}

.bold {
    font-weight: bold;
}
.flex-align-items-start {
    align-items: flex-start;
}
.text-left {
    text-align: left;
}
input.error, textarea.error {
    border-color: rgb(189, 29, 29);
}

.error-message p, .text-danger {
    color: rgb(189, 29, 29) !important;
}

.success-message p, .text-success {
    color: rgb(35, 124, 41) !important;
}
.bg-main2 {
    background: var(--main-color2);
}
.bg-white {
    background-color: white !important;
}

.pr-2 {
    padding-right: 20px;
}

.flex {
    display: flex;
}

.text-main {
    color: var(--main-color1);
}

.flex-align-items-center {
    align-items: center;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.mt-5 {
    margin-top: 50px !important;
}

.mt-6 {
    margin-top: 60px !important;
}

.mb-7 {
    margin-bottom: 70px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.h-auto {
    height: auto !important;
}

.google-map {
    height: 400px;
    margin-top: 80px;
}

.section-padding {
    padding: 100px 0;
}

.footer-logo {
    max-height: 70px;
}

.image-404 {
    max-height: 200px;
    max-width: 90%;
    margin-bottom: 40px;
}

.z-index-1 { z-index: 1;}

.home-slide::after {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .5;
    z-index: 0;
}
.overlapping-section {
    margin-top: -150px;
}
.box-image {
    height: 100%;
    object-fit: cover;
}
.feature-box-icon-custom {
    order: 1;
    margin-bottom: 30px;
    font-size: 40px;
    color: var(--main-color1);
}

.push-menu {
    width: 480px;
}

@media(max-width: 1550px) {
    .container {
        max-width: none;
        width: 92%;
    }
}

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

@media(max-width: 1199px) {}

@media(max-width: 1024px) {}

@media(max-width: 992px) {}

@media(max-width: 991px) {}


@media(max-width: 850px) {}

@media(max-width: 768px) {}

@media(max-width: 767px) {}

@media(max-width: 650px) {
    .container {
        width: 95%;
    }
}

@media(max-width: 576px) {}

@media(max-width: 575px) {
    h2, .h2 {
        font-size: 2.7rem;
        line-height: 3rem;
    }
    .btn.btn-large {        
        font-size: 11px;
        padding: 7px 26px;

    }
    .feature-box .content-slide-up {
        will-change: transform;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    .icon-extra-large {
        font-size: 30px;
    }
}

@media(max-width: 500px) {}

@media(max-width: 450px) {

    .container {
        width: 96%;
    }

}

@media(max-width: 400px) {}

@media(max-width: 350px) {}

@media(max-width: 300px) {}