body {
    font-family: 'Montserrat', sans-serif;
}

.fw-600 {
    font-weight: 600;
}

.br-10 {
    border-radius: 10px
}

button:focus {
    outline: none;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-top-150 {
    padding-top: 150px !important;
}

.padding-top-200 {
    padding-top: 200px !important;
}

.padding-top-250 {
    padding-top: 250px !important;
}

.padding-top-300 {
    padding-top: 300px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.padding-bottom-150 {
    padding-bottom: 150px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-150 {
    margin-top: 150px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-bottom-150 {
    margin-bottom: 150px !important;
}

.main-hero .carousel-item {
    position: relative;
}

.main-hero .carousel-item .bg-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgb(0 0 0 / 60%);
}

.main-hero .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    z-index: 20;
}

.main-hero .carousel h1 {
    color: white;
    text-align: center;
    font-size: 48px;
    font-weight: 500;
}

.main-hero .carousel p {
    color: white;
    font-size: 20px;
    margin: 20px 0 30px;
}

.main-hero .carousel .carousel-item img {
    min-height: 100vh;
    max-height: 100vh;
    object-fit: cover;
}

.main-hero .carousel-control-prev-icon,
.main-hero .carousel-control-next-icon {
    background-color: rgb(48, 47, 47);
    background-size: 25px;
    background-position-x: 12px;
    padding: 15px;
    border-radius: 50px;
    width: 3rem;
    height: 3rem;
}

.main-hero .carousel-control-prev,
.main-hero .carousel-control-next {
    background: transparent;
    border: 0;
    z-index: 20;
    top: 50%;
    transform: translateY(-50%);
    height: 100px;
}

.main-body {
    background-color: #f3f3f3;
}

.btn-quote {
    color: white !important;
    background-color: #e18c00;
}

.btn-quote:hover {
    background-color: #ff9f00;
}

.btn-quote:focus {
    box-shadow: 0 0 0 0.25rem rgb(225 140 0 / 25%);
}

.main-nav {
    position: absolute;
    z-index: 50;
    left: 0;
    right: 0;
}

.btn-theme {
    color: white;
    background: #f9ac20;
}

.btn-theme:hover {
    background-color: #ff9f00;
    color: white;
}

.btn-theme:focus {
    box-shadow: 0 0 0 0.25rem rgb(225 140 0 / 25%);
}

.icon-card .card-body p {
    padding: 5px;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.icon-card.card {
    border: 0;
    border-radius: 10px
}

.card .icon {
    flex-shrink: 0;
}

.card .icon img {
    width: 40px;
    object-fit: cover;
}

.table-card p {
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
}

.table-card .card {
    padding: 20px 30px;
    border-radius: 20px;
    border: 0;
}

.footer p {
    color: black;
    font-size: 16px;
    font-weight: 500;
}

.table-main .table-header {
    background-color: #efefef;
    padding: 20px;
    border-radius: 8px;
}

.table-main .table-header h3 {
    font-size: 15px;
    color: #909090;
    margin-bottom: 0;
    font-weight: 600;
}

.table-main .table-header i {
    color: #909090;
    font-size: 22px;
}

.table tbody tr {
    border-bottom: 1px solid #eee;
}

.table tbody tr td {
    border-bottom: 0;
}

.contact-form input.form-control,
.contact-form textarea.form-control {
    background-color: white;
    border: 0;
    padding: 20px 10px 20px 30px;
    box-shadow: 0 0 18px -6px rgb(0 0 0 / 20%);
    border-radius: 12px;
    resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #e18c00;
    box-shadow: 0 0 0 0.25rem rgb(225 140 0 / 25%);
}

#form_notification {
    z-index: 9999;
    position: fixed;
    left: 50%;
    transform: translateX(-59%);
    top: 1px;
}

@media screen and (max-width: 600px) {
    .contact-form .contact-heading .main-heading {
        font-size: 19px;
    }
    .main-hero .carousel p {
        font-size: 14px;
    }
    .main-hero .carousel h1 {
        font-size: 30px;
    }
    .icon-card .card-body {
        padding: 1rem 0.5rem;
    }
    .icon-card .card-body p {
        font-size: 14px;
    }
    .table-main .table-header {
        padding: 20px 5px;
    }
    .table-main .table-header h3 {
        font-size: 10px;
    }
}