html {
    scroll-behavior: smooth;
}

body {
    font-size: 18px;
}

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

img {
    max-width: 100%;
}

.flex-1 {
    flex: 1;
}

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

p {
    margin-bottom: 15px;
}

.full-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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);
}

.icon-with-text-style-07 .feature-box {
    text-align: left;
}

.icon-with-text-style-07 .feature-box .feature-box-icon i {
    font-size: 66px;
    margin-top: 16px;
    margin-left: -6px;
}

.icon-with-text-style-07 .feature-box .feature-box-icon {
    position: relative;
    color: var(--main-color1);
}

.icon-with-text-style-07 .feature-box .feature-box-icon::after {
    content: ' ';
    height: 90px;
    width: 90px;
    position: absolute;
    z-index: -1;
    background: gray;
    bottom: -8px;
    border-radius: 50%;
    opacity: 0.4;
    left: 0px;

}

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

.success-message p,
.text-success {
    color: rgb(35, 124, 41) !important;
}

.bg-main1 {
    background: var(--main-color1);
}

.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;
}

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

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

footer ul li {
    margin-bottom: 10px;
}

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

footer .nav-item.active a {
    font-weight: bold;
}

.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);
}

.home-number>span {
    font-size: 55px;
}

.home-number {
    letter-spacing: -20px;
}

.interactive-banner-style-09 img {
    height: 300px;
    object-fit: cover;
}

.btn {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.page-title-big-typography::after {
    content: ' ';
    height: 500px;
    width: 500px;
    position: absolute;
    background: var(--main-color1);
    top: 57%;
    right: 0;
    border-top-left-radius: 22%;
    opacity: 0.9;
}

footer li.nav-item.dropdown ul.dropdown-menu {
    border: 0 solid;
}

footer li.nav-item.dropdown ul.dropdown-menu>li>a {
    padding: 0 5em 0 0.5em;
}

.custom-fancy-text {
    min-height: 4em;
}

footer .nav-link {
    padding: 0;
}

.bi-arrow-right-short.bi::before {
    vertical-align: -0.25em;
}

.separator-line-1px.w-50px.bg-base-color.d-inline-block.align-middle.me-10px.opacity-2 {
    display: inline-block !important;
}

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

@media(max-width: 1200px) {
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }
}

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

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

@media(max-width: 992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }
}

@media(max-width: 991px) {

    .navbar .navbar-nav .nav-item .dropdown-toggle,
    .navbar-modern-inner .navbar-nav .nav-item .dropdown-toggle,
    .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-toggle {
        position: relative;
    }

    .navbar .navbar-nav .dropdown .dropdown-toggle.show,
    .navbar-modern-inner .navbar-nav .dropdown .dropdown-toggle.show,
    .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-toggle.show {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    header .navbar [class*=col-] .navbar-nav .nav-item a {
        padding-bottom: 10px;
    }
}


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

@media(max-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }
}

@media(max-width: 767px) {

    .separator-line-1px.w-50px.bg-base-color.d-inline-block.align-middle.me-10px.opacity-2 {
        display: none !important;
    }

}

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

@media(max-width: 575px) {

    footer .footer-logo {
        text-align: center;
        width: 100%;
    }

}

@media(max-width: 576px) {
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }
}

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

@media(max-width: 450px) {

    .container {
        width: 96%;
    }

}

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

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

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